/* Base */

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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: courier new, Courier, monospace;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 3.0625rem;
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.375rem;
}

a {
  cursor: pointer;
  text-decoration: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input, textarea {
  border-radius: 0.125rem;
  border-width: 1px;
  font-size: 0.875rem;
}

input:focus, textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 1px;
  font-size: 0.875rem;
}

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

select option {
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

input:disabled {
  cursor: not-allowed;
}

.btn {
  border-radius: 0.125rem;
  border-width: 1px;
  padding: 0.5rem;
  text-align: center;
  font-family: "Sen", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:hover {
  cursor: pointer;
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-small {
  padding: 0.25rem;
  font-size: 0.75rem;
}

.btn-tertiary-orange {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-tertiary-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
}

.btn-primary-green {
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary-green:hover {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.btn-primary-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-text-opacity));
}

.btn-primary-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.btn-grey-pale {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-text-opacity));
}

.btn-grey-pale:hover {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.btn-secondary-blue {
  --tw-border-opacity: 1;
  border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary-blue:hover {
  border-color: transparent;
  --tw-bg-opacity: 0.5;
}

.btn-secondary-green {
  --tw-border-opacity: 1;
  border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary-green:hover {
  border-color: transparent;
  --tw-bg-opacity: 0.5;
}

.btn-tertiary-orange-outline {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.btn-tertiary-orange-outline:hover {
  opacity: 0.8;
}

.btn-primary-green-outline {
  --tw-border-opacity: 1;
  border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-text-opacity));
}

.btn-primary-green-outline:hover {
  opacity: 0.8;
}

.btn-primary-white-outline {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-primary-white-outline:hover {
  opacity: 0.8;
}

.btn-soft-outline {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-soft-outline:hover {
  --tw-border-opacity: 1;
  opacity: 1;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Components */

.container {
  width: 100%;
}

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

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

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

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

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

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

/* Utilities */

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

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

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

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

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

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

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

.inset-7 {
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}

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

.inset-9 {
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}

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

.inset-11 {
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}

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

.inset-14 {
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}

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

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

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

.inset-21 {
  top: 5.25rem;
  right: 5.25rem;
  bottom: 5.25rem;
  left: 5.25rem;
}

.inset-22 {
  top: 5.5rem;
  right: 5.5rem;
  bottom: 5.5rem;
  left: 5.5rem;
}

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

.inset-26 {
  top: 6.5rem;
  right: 6.5rem;
  bottom: 6.5rem;
  left: 6.5rem;
}

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

.inset-29 {
  top: 7.25rem;
  right: 7.25rem;
  bottom: 7.25rem;
  left: 7.25rem;
}

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

.inset-34 {
  top: 8.5rem;
  right: 8.5rem;
  bottom: 8.5rem;
  left: 8.5rem;
}

.inset-36 {
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}

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

.inset-42 {
  top: 10.5rem;
  right: 10.5rem;
  bottom: 10.5rem;
  left: 10.5rem;
}

.inset-44 {
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}

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

.inset-52 {
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}

.inset-56 {
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}

.inset-60 {
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}

.inset-64 {
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}

.inset-68 {
  top: 17rem;
  right: 17rem;
  bottom: 17rem;
  left: 17rem;
}

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

.inset-77 {
  top: 19.25rem;
  right: 19.25rem;
  bottom: 19.25rem;
  left: 19.25rem;
}

.inset-80 {
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}

.inset-82 {
  top: 20.5rem;
  right: 20.5rem;
  bottom: 20.5rem;
  left: 20.5rem;
}

.inset-88 {
  top: 22rem;
  right: 22rem;
  bottom: 22rem;
  left: 22rem;
}

.inset-94 {
  top: 23.5rem;
  right: 23.5rem;
  bottom: 23.5rem;
  left: 23.5rem;
}

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

.inset-98 {
  top: 24.5rem;
  right: 24.5rem;
  bottom: 24.5rem;
  left: 24.5rem;
}

.inset-104 {
  top: 26rem;
  right: 26rem;
  bottom: 26rem;
  left: 26rem;
}

.inset-108 {
  top: 27rem;
  right: 27rem;
  bottom: 27rem;
  left: 27rem;
}

.inset-110 {
  top: 27.5rem;
  right: 27.5rem;
  bottom: 27.5rem;
  left: 27.5rem;
}

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

.inset-120 {
  top: 30rem;
  right: 30rem;
  bottom: 30rem;
  left: 30rem;
}

.inset-128 {
  top: 32rem;
  right: 32rem;
  bottom: 32rem;
  left: 32rem;
}

.inset-132 {
  top: 33rem;
  right: 33rem;
  bottom: 33rem;
  left: 33rem;
}

.inset-134 {
  top: 33.5rem;
  right: 33.5rem;
  bottom: 33.5rem;
  left: 33.5rem;
}

.inset-135 {
  top: 33.75rem;
  right: 33.75rem;
  bottom: 33.75rem;
  left: 33.75rem;
}

.inset-136 {
  top: 34rem;
  right: 34rem;
  bottom: 34rem;
  left: 34rem;
}

.inset-144 {
  top: 36rem;
  right: 36rem;
  bottom: 36rem;
  left: 36rem;
}

.inset-152 {
  top: 38rem;
  right: 38rem;
  bottom: 38rem;
  left: 38rem;
}

.inset-160 {
  top: 40rem;
  right: 40rem;
  bottom: 40rem;
  left: 40rem;
}

.inset-164 {
  top: 41rem;
  right: 41rem;
  bottom: 41rem;
  left: 41rem;
}

.inset-172 {
  top: 43rem;
  right: 43rem;
  bottom: 43rem;
  left: 43rem;
}

.inset-179 {
  top: 44.75rem;
  right: 44.75rem;
  bottom: 44.75rem;
  left: 44.75rem;
}

.inset-184 {
  top: 46rem;
  right: 46rem;
  bottom: 46rem;
  left: 46rem;
}

.inset-192 {
  top: 48rem;
  right: 48rem;
  bottom: 48rem;
  left: 48rem;
}

.inset-224 {
  top: 56rem;
  right: 56rem;
  bottom: 56rem;
  left: 56rem;
}

.inset-240 {
  top: 60rem;
  right: 60rem;
  bottom: 60rem;
  left: 60rem;
}

.inset-256 {
  top: 64rem;
  right: 64rem;
  bottom: 64rem;
  left: 64rem;
}

.inset-265 {
  top: 66.25rem;
  right: 66.25rem;
  bottom: 66.25rem;
  left: 66.25rem;
}

.inset-288 {
  top: 72rem;
  right: 72rem;
  bottom: 72rem;
  left: 72rem;
}

.inset-384 {
  top: 96rem;
  right: 96rem;
  bottom: 96rem;
  left: 96rem;
}

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

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

.inset-0\.5 {
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}

.inset-1\.5 {
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}

.inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}

.inset-3\.5 {
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}

.inset-0\.75 {
  top: 0.1875rem;
  right: 0.1875rem;
  bottom: 0.1875rem;
  left: 0.1875rem;
}

.inset-4\.5 {
  top: 1.125rem;
  right: 1.125rem;
  bottom: 1.125rem;
  left: 1.125rem;
}

.inset-7\.5 {
  top: 1.875rem;
  right: 1.875rem;
  bottom: 1.875rem;
  left: 1.875rem;
}

.inset-9\.5 {
  top: 2.375rem;
  right: 2.375rem;
  bottom: 2.375rem;
  left: 2.375rem;
}

.inset-9\.75 {
  top: 2.4375rem;
  right: 2.4375rem;
  bottom: 2.4375rem;
  left: 2.4375rem;
}

.inset-12\.5 {
  top: 3.125rem;
  right: 3.125rem;
  bottom: 3.125rem;
  left: 3.125rem;
}

.inset-13\.5 {
  top: 3.375rem;
  right: 3.375rem;
  bottom: 3.375rem;
  left: 3.375rem;
}

.inset-292\.5 {
  top: 73.125rem;
  right: 73.125rem;
  bottom: 73.125rem;
  left: 73.125rem;
}

.inset-1\/24 {
  top: 4.166667%;
  right: 4.166667%;
  bottom: 4.166667%;
  left: 4.166667%;
}

.inset-2\/24 {
  top: 8.333333%;
  right: 8.333333%;
  bottom: 8.333333%;
  left: 8.333333%;
}

.inset-3\/24 {
  top: 12.5%;
  right: 12.5%;
  bottom: 12.5%;
  left: 12.5%;
}

.inset-4\/24 {
  top: 16.666667%;
  right: 16.666667%;
  bottom: 16.666667%;
  left: 16.666667%;
}

.inset-5\/24 {
  top: 20.833333%;
  right: 20.833333%;
  bottom: 20.833333%;
  left: 20.833333%;
}

.inset-6\/24 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

.inset-7\/24 {
  top: 29.166666%;
  right: 29.166666%;
  bottom: 29.166666%;
  left: 29.166666%;
}

.inset-8\/24 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-9\/24 {
  top: 37.5%;
  right: 37.5%;
  bottom: 37.5%;
  left: 37.5%;
}

.inset-10\/24 {
  top: 41.666666%;
  right: 41.666666%;
  bottom: 41.666666%;
  left: 41.666666%;
}

.inset-11\/24 {
  top: 45.833333%;
  right: 45.833333%;
  bottom: 45.833333%;
  left: 45.833333%;
}

.inset-12\/24 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-13\/24 {
  top: 54.166666%;
  right: 54.166666%;
  bottom: 54.166666%;
  left: 54.166666%;
}

.inset-14\/24 {
  top: 58.333333%;
  right: 58.333333%;
  bottom: 58.333333%;
  left: 58.333333%;
}

.inset-15\/24 {
  top: 62.5%;
  right: 62.5%;
  bottom: 62.5%;
  left: 62.5%;
}

.inset-16\/24 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-17\/24 {
  top: 70.833333%;
  right: 70.833333%;
  bottom: 70.833333%;
  left: 70.833333%;
}

.inset-18\/24 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-19\/24 {
  top: 79.166667%;
  right: 79.166667%;
  bottom: 79.166667%;
  left: 79.166667%;
}

.inset-20\/24 {
  top: 83.333333%;
  right: 83.333333%;
  bottom: 83.333333%;
  left: 83.333333%;
}

.inset-21\/24 {
  top: 87.5%;
  right: 87.5%;
  bottom: 87.5%;
  left: 87.5%;
}

.inset-22\/24 {
  top: 91.666667%;
  right: 91.666667%;
  bottom: 91.666667%;
  left: 91.666667%;
}

.inset-23\/24 {
  top: 95.833333%;
  right: 95.833333%;
  bottom: 95.833333%;
  left: 95.833333%;
}

.inset-24\/24 {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

.inset-screen-header {
  top: 41.55vw;
  right: 41.55vw;
  bottom: 41.55vw;
  left: 41.55vw;
}

.inset-screen-60 {
  top: 60vh;
  right: 60vh;
  bottom: 60vh;
  left: 60vh;
}

.inset-screen-80 {
  top: 80vh;
  right: 80vh;
  bottom: 80vh;
  left: 80vh;
}

.inset-screen-85 {
  top: 85vh;
  right: 85vh;
  bottom: 85vh;
  left: 85vh;
}

.inset-screen-90 {
  top: 90vh;
  right: 90vh;
  bottom: 90vh;
  left: 90vh;
}

.inset-screen-95 {
  top: 95vh;
  right: 95vh;
  bottom: 95vh;
  left: 95vh;
}

.inset-screen-minus-header {
  top: calc(100vh - 5.25rem);
  right: calc(100vh - 5.25rem);
  bottom: calc(100vh - 5.25rem);
  left: calc(100vh - 5.25rem);
}

.inset-screen-minus-35\.5 {
  top: calc(100vh - 8.875rem);
  right: calc(100vh - 8.875rem);
  bottom: calc(100vh - 8.875rem);
  left: calc(100vh - 8.875rem);
}

.inset-screen-minus-36 {
  top: calc(100vh - 9rem);
  right: calc(100vh - 9rem);
  bottom: calc(100vh - 9rem);
  left: calc(100vh - 9rem);
}

.inset-screen-minus-40 {
  top: calc(100vh - 10rem);
  right: calc(100vh - 10rem);
  bottom: calc(100vh - 10rem);
  left: calc(100vh - 10rem);
}

.inset-screen-minus-55 {
  top: calc(100vh - 13.75rem);
  right: calc(100vh - 13.75rem);
  bottom: calc(100vh - 13.75rem);
  left: calc(100vh - 13.75rem);
}

.inset-screen-minus-72 {
  top: calc(100vh - 18rem);
  right: calc(100vh - 18rem);
  bottom: calc(100vh - 18rem);
  left: calc(100vh - 18rem);
}

.inset-screen-minus-80 {
  top: calc(100vh - 20rem);
  right: calc(100vh - 20rem);
  bottom: calc(100vh - 20rem);
  left: calc(100vh - 20rem);
}

.inset-full-4 {
  top: calc(100% - 16px);
  right: calc(100% - 16px);
  bottom: calc(100% - 16px);
  left: calc(100% - 16px);
}

.inset-account-body {
  top: calc(100vw - 304px);
  right: calc(100vw - 304px);
  bottom: calc(100vw - 304px);
  left: calc(100vw - 304px);
}

.inset-menu-center {
  top: calc(50% - 288px);
  right: calc(50% - 288px);
  bottom: calc(50% - 288px);
  left: calc(50% - 288px);
}

.inset-tutorials-hidden {
  top: calc(100% - 56px);
  right: calc(100% - 56px);
  bottom: calc(100% - 56px);
  left: calc(100% - 56px);
}

.inset-popup-full-width {
  top: calc(100% + 32px);
  right: calc(100% + 32px);
  bottom: calc(100% + 32px);
  left: calc(100% + 32px);
}

.inset-popup-full-width-md {
  top: calc(100% + 64px);
  right: calc(100% + 64px);
  bottom: calc(100% + 64px);
  left: calc(100% + 64px);
}

.inset-popup-full-height {
  top: calc(100% + 68px);
  right: calc(100% + 68px);
  bottom: calc(100% + 68px);
  left: calc(100% + 68px);
}

.inset-max-content {
  top: max-content;
  right: max-content;
  bottom: max-content;
  left: max-content;
}

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

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

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

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

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

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

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

.-inset-7 {
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}

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

.-inset-9 {
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}

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

.-inset-11 {
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}

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

.-inset-14 {
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}

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

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

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

.-inset-21 {
  top: -5.25rem;
  right: -5.25rem;
  bottom: -5.25rem;
  left: -5.25rem;
}

.-inset-22 {
  top: -5.5rem;
  right: -5.5rem;
  bottom: -5.5rem;
  left: -5.5rem;
}

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

.-inset-26 {
  top: -6.5rem;
  right: -6.5rem;
  bottom: -6.5rem;
  left: -6.5rem;
}

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

.-inset-29 {
  top: -7.25rem;
  right: -7.25rem;
  bottom: -7.25rem;
  left: -7.25rem;
}

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

.-inset-34 {
  top: -8.5rem;
  right: -8.5rem;
  bottom: -8.5rem;
  left: -8.5rem;
}

.-inset-36 {
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}

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

.-inset-42 {
  top: -10.5rem;
  right: -10.5rem;
  bottom: -10.5rem;
  left: -10.5rem;
}

.-inset-44 {
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}

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

.-inset-52 {
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}

.-inset-56 {
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}

.-inset-60 {
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}

.-inset-64 {
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}

.-inset-68 {
  top: -17rem;
  right: -17rem;
  bottom: -17rem;
  left: -17rem;
}

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

.-inset-77 {
  top: -19.25rem;
  right: -19.25rem;
  bottom: -19.25rem;
  left: -19.25rem;
}

.-inset-80 {
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}

.-inset-82 {
  top: -20.5rem;
  right: -20.5rem;
  bottom: -20.5rem;
  left: -20.5rem;
}

.-inset-88 {
  top: -22rem;
  right: -22rem;
  bottom: -22rem;
  left: -22rem;
}

.-inset-94 {
  top: -23.5rem;
  right: -23.5rem;
  bottom: -23.5rem;
  left: -23.5rem;
}

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

.-inset-98 {
  top: -24.5rem;
  right: -24.5rem;
  bottom: -24.5rem;
  left: -24.5rem;
}

.-inset-104 {
  top: -26rem;
  right: -26rem;
  bottom: -26rem;
  left: -26rem;
}

.-inset-108 {
  top: -27rem;
  right: -27rem;
  bottom: -27rem;
  left: -27rem;
}

.-inset-110 {
  top: -27.5rem;
  right: -27.5rem;
  bottom: -27.5rem;
  left: -27.5rem;
}

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

.-inset-120 {
  top: -30rem;
  right: -30rem;
  bottom: -30rem;
  left: -30rem;
}

.-inset-128 {
  top: -32rem;
  right: -32rem;
  bottom: -32rem;
  left: -32rem;
}

.-inset-132 {
  top: -33rem;
  right: -33rem;
  bottom: -33rem;
  left: -33rem;
}

.-inset-134 {
  top: -33.5rem;
  right: -33.5rem;
  bottom: -33.5rem;
  left: -33.5rem;
}

.-inset-135 {
  top: -33.75rem;
  right: -33.75rem;
  bottom: -33.75rem;
  left: -33.75rem;
}

.-inset-136 {
  top: -34rem;
  right: -34rem;
  bottom: -34rem;
  left: -34rem;
}

.-inset-144 {
  top: -36rem;
  right: -36rem;
  bottom: -36rem;
  left: -36rem;
}

.-inset-152 {
  top: -38rem;
  right: -38rem;
  bottom: -38rem;
  left: -38rem;
}

.-inset-160 {
  top: -40rem;
  right: -40rem;
  bottom: -40rem;
  left: -40rem;
}

.-inset-164 {
  top: -41rem;
  right: -41rem;
  bottom: -41rem;
  left: -41rem;
}

.-inset-172 {
  top: -43rem;
  right: -43rem;
  bottom: -43rem;
  left: -43rem;
}

.-inset-179 {
  top: -44.75rem;
  right: -44.75rem;
  bottom: -44.75rem;
  left: -44.75rem;
}

.-inset-184 {
  top: -46rem;
  right: -46rem;
  bottom: -46rem;
  left: -46rem;
}

.-inset-192 {
  top: -48rem;
  right: -48rem;
  bottom: -48rem;
  left: -48rem;
}

.-inset-224 {
  top: -56rem;
  right: -56rem;
  bottom: -56rem;
  left: -56rem;
}

.-inset-240 {
  top: -60rem;
  right: -60rem;
  bottom: -60rem;
  left: -60rem;
}

.-inset-256 {
  top: -64rem;
  right: -64rem;
  bottom: -64rem;
  left: -64rem;
}

.-inset-265 {
  top: -66.25rem;
  right: -66.25rem;
  bottom: -66.25rem;
  left: -66.25rem;
}

.-inset-288 {
  top: -72rem;
  right: -72rem;
  bottom: -72rem;
  left: -72rem;
}

.-inset-384 {
  top: -96rem;
  right: -96rem;
  bottom: -96rem;
  left: -96rem;
}

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

.-inset-0\.5 {
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}

.-inset-1\.5 {
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}

.-inset-2\.5 {
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}

.-inset-3\.5 {
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}

.-inset-0\.75 {
  top: -0.1875rem;
  right: -0.1875rem;
  bottom: -0.1875rem;
  left: -0.1875rem;
}

.-inset-4\.5 {
  top: -1.125rem;
  right: -1.125rem;
  bottom: -1.125rem;
  left: -1.125rem;
}

.-inset-7\.5 {
  top: -1.875rem;
  right: -1.875rem;
  bottom: -1.875rem;
  left: -1.875rem;
}

.-inset-9\.5 {
  top: -2.375rem;
  right: -2.375rem;
  bottom: -2.375rem;
  left: -2.375rem;
}

.-inset-9\.75 {
  top: -2.4375rem;
  right: -2.4375rem;
  bottom: -2.4375rem;
  left: -2.4375rem;
}

.-inset-12\.5 {
  top: -3.125rem;
  right: -3.125rem;
  bottom: -3.125rem;
  left: -3.125rem;
}

.-inset-13\.5 {
  top: -3.375rem;
  right: -3.375rem;
  bottom: -3.375rem;
  left: -3.375rem;
}

.-inset-292\.5 {
  top: -73.125rem;
  right: -73.125rem;
  bottom: -73.125rem;
  left: -73.125rem;
}

.-inset-1\/24 {
  top: -4.16667%;
  right: -4.16667%;
  bottom: -4.16667%;
  left: -4.16667%;
}

.-inset-2\/24 {
  top: -8.33333%;
  right: -8.33333%;
  bottom: -8.33333%;
  left: -8.33333%;
}

.-inset-3\/24 {
  top: -12.5%;
  right: -12.5%;
  bottom: -12.5%;
  left: -12.5%;
}

.-inset-4\/24 {
  top: -16.66667%;
  right: -16.66667%;
  bottom: -16.66667%;
  left: -16.66667%;
}

.-inset-5\/24 {
  top: -20.83333%;
  right: -20.83333%;
  bottom: -20.83333%;
  left: -20.83333%;
}

.-inset-6\/24 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.-inset-7\/24 {
  top: -29.16667%;
  right: -29.16667%;
  bottom: -29.16667%;
  left: -29.16667%;
}

.-inset-8\/24 {
  top: -33.33333%;
  right: -33.33333%;
  bottom: -33.33333%;
  left: -33.33333%;
}

.-inset-9\/24 {
  top: -37.5%;
  right: -37.5%;
  bottom: -37.5%;
  left: -37.5%;
}

.-inset-10\/24 {
  top: -41.66667%;
  right: -41.66667%;
  bottom: -41.66667%;
  left: -41.66667%;
}

.-inset-11\/24 {
  top: -45.83333%;
  right: -45.83333%;
  bottom: -45.83333%;
  left: -45.83333%;
}

.-inset-12\/24 {
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}

.-inset-13\/24 {
  top: -54.16667%;
  right: -54.16667%;
  bottom: -54.16667%;
  left: -54.16667%;
}

.-inset-14\/24 {
  top: -58.33333%;
  right: -58.33333%;
  bottom: -58.33333%;
  left: -58.33333%;
}

.-inset-15\/24 {
  top: -62.5%;
  right: -62.5%;
  bottom: -62.5%;
  left: -62.5%;
}

.-inset-16\/24 {
  top: -66.66667%;
  right: -66.66667%;
  bottom: -66.66667%;
  left: -66.66667%;
}

.-inset-17\/24 {
  top: -70.83333%;
  right: -70.83333%;
  bottom: -70.83333%;
  left: -70.83333%;
}

.-inset-18\/24 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-19\/24 {
  top: -79.16667%;
  right: -79.16667%;
  bottom: -79.16667%;
  left: -79.16667%;
}

.-inset-20\/24 {
  top: -83.33333%;
  right: -83.33333%;
  bottom: -83.33333%;
  left: -83.33333%;
}

.-inset-21\/24 {
  top: -87.5%;
  right: -87.5%;
  bottom: -87.5%;
  left: -87.5%;
}

.-inset-22\/24 {
  top: -91.66667%;
  right: -91.66667%;
  bottom: -91.66667%;
  left: -91.66667%;
}

.-inset-23\/24 {
  top: -95.83333%;
  right: -95.83333%;
  bottom: -95.83333%;
  left: -95.83333%;
}

.-inset-24\/24 {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

.-inset-screen-header {
  top: -41.55vw;
  right: -41.55vw;
  bottom: -41.55vw;
  left: -41.55vw;
}

.-inset-screen-60 {
  top: -60vh;
  right: -60vh;
  bottom: -60vh;
  left: -60vh;
}

.-inset-screen-80 {
  top: -80vh;
  right: -80vh;
  bottom: -80vh;
  left: -80vh;
}

.-inset-screen-85 {
  top: -85vh;
  right: -85vh;
  bottom: -85vh;
  left: -85vh;
}

.-inset-screen-90 {
  top: -90vh;
  right: -90vh;
  bottom: -90vh;
  left: -90vh;
}

.-inset-screen-95 {
  top: -95vh;
  right: -95vh;
  bottom: -95vh;
  left: -95vh;
}

.-inset-screen-minus-header {
  top: calc(-100vh - -5.25rem);
  right: calc(-100vh - -5.25rem);
  bottom: calc(-100vh - -5.25rem);
  left: calc(-100vh - -5.25rem);
}

.-inset-screen-minus-35\.5 {
  top: calc(-100vh - -8.875rem);
  right: calc(-100vh - -8.875rem);
  bottom: calc(-100vh - -8.875rem);
  left: calc(-100vh - -8.875rem);
}

.-inset-screen-minus-36 {
  top: calc(-100vh - -9rem);
  right: calc(-100vh - -9rem);
  bottom: calc(-100vh - -9rem);
  left: calc(-100vh - -9rem);
}

.-inset-screen-minus-40 {
  top: calc(-100vh - -10rem);
  right: calc(-100vh - -10rem);
  bottom: calc(-100vh - -10rem);
  left: calc(-100vh - -10rem);
}

.-inset-screen-minus-55 {
  top: calc(-100vh - -13.75rem);
  right: calc(-100vh - -13.75rem);
  bottom: calc(-100vh - -13.75rem);
  left: calc(-100vh - -13.75rem);
}

.-inset-screen-minus-72 {
  top: calc(-100vh - -18rem);
  right: calc(-100vh - -18rem);
  bottom: calc(-100vh - -18rem);
  left: calc(-100vh - -18rem);
}

.-inset-screen-minus-80 {
  top: calc(-100vh - -20rem);
  right: calc(-100vh - -20rem);
  bottom: calc(-100vh - -20rem);
  left: calc(-100vh - -20rem);
}

.-inset-full-4 {
  top: calc(-100% - -16px);
  right: calc(-100% - -16px);
  bottom: calc(-100% - -16px);
  left: calc(-100% - -16px);
}

.-inset-account-body {
  top: calc(-100vw - -304px);
  right: calc(-100vw - -304px);
  bottom: calc(-100vw - -304px);
  left: calc(-100vw - -304px);
}

.-inset-menu-center {
  top: calc(-50% - -288px);
  right: calc(-50% - -288px);
  bottom: calc(-50% - -288px);
  left: calc(-50% - -288px);
}

.-inset-tutorials-hidden {
  top: calc(-100% - -56px);
  right: calc(-100% - -56px);
  bottom: calc(-100% - -56px);
  left: calc(-100% - -56px);
}

.-inset-popup-full-width {
  top: calc(-100% + -32px);
  right: calc(-100% + -32px);
  bottom: calc(-100% + -32px);
  left: calc(-100% + -32px);
}

.-inset-popup-full-width-md {
  top: calc(-100% + -64px);
  right: calc(-100% + -64px);
  bottom: calc(-100% + -64px);
  left: calc(-100% + -64px);
}

.-inset-popup-full-height {
  top: calc(-100% + -68px);
  right: calc(-100% + -68px);
  bottom: calc(-100% + -68px);
  left: calc(-100% + -68px);
}

.-inset-max-content {
  top: max-content;
  right: max-content;
  bottom: max-content;
  left: max-content;
}

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

.inset-1\/3 {
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}

.inset-2\/3 {
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}

.inset-1\/4 {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}

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

.inset-3\/4 {
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}

.inset-full {
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}

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

.-inset-1\/3 {
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}

.-inset-2\/3 {
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}

.-inset-1\/4 {
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

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

.-inset-3\/4 {
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}

.-inset-full {
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}

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

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

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

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

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

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

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

.inset-x-7 {
  left: 1.75rem;
  right: 1.75rem;
}

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

.inset-x-9 {
  left: 2.25rem;
  right: 2.25rem;
}

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

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

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

.inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}

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

.inset-x-18 {
  left: 4.5rem;
  right: 4.5rem;
}

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

.inset-x-21 {
  left: 5.25rem;
  right: 5.25rem;
}

.inset-x-22 {
  left: 5.5rem;
  right: 5.5rem;
}

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

.inset-x-26 {
  left: 6.5rem;
  right: 6.5rem;
}

.inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.inset-x-29 {
  left: 7.25rem;
  right: 7.25rem;
}

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

.inset-x-34 {
  left: 8.5rem;
  right: 8.5rem;
}

.inset-x-36 {
  left: 9rem;
  right: 9rem;
}

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

.inset-x-42 {
  left: 10.5rem;
  right: 10.5rem;
}

.inset-x-44 {
  left: 11rem;
  right: 11rem;
}

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

.inset-x-52 {
  left: 13rem;
  right: 13rem;
}

.inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.inset-x-60 {
  left: 15rem;
  right: 15rem;
}

.inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.inset-x-68 {
  left: 17rem;
  right: 17rem;
}

.inset-x-72 {
  left: 18rem;
  right: 18rem;
}

.inset-x-77 {
  left: 19.25rem;
  right: 19.25rem;
}

.inset-x-80 {
  left: 20rem;
  right: 20rem;
}

.inset-x-82 {
  left: 20.5rem;
  right: 20.5rem;
}

.inset-x-88 {
  left: 22rem;
  right: 22rem;
}

.inset-x-94 {
  left: 23.5rem;
  right: 23.5rem;
}

.inset-x-96 {
  left: 24rem;
  right: 24rem;
}

.inset-x-98 {
  left: 24.5rem;
  right: 24.5rem;
}

.inset-x-104 {
  left: 26rem;
  right: 26rem;
}

.inset-x-108 {
  left: 27rem;
  right: 27rem;
}

.inset-x-110 {
  left: 27.5rem;
  right: 27.5rem;
}

.inset-x-112 {
  left: 28rem;
  right: 28rem;
}

.inset-x-120 {
  left: 30rem;
  right: 30rem;
}

.inset-x-128 {
  left: 32rem;
  right: 32rem;
}

.inset-x-132 {
  left: 33rem;
  right: 33rem;
}

.inset-x-134 {
  left: 33.5rem;
  right: 33.5rem;
}

.inset-x-135 {
  left: 33.75rem;
  right: 33.75rem;
}

.inset-x-136 {
  left: 34rem;
  right: 34rem;
}

.inset-x-144 {
  left: 36rem;
  right: 36rem;
}

.inset-x-152 {
  left: 38rem;
  right: 38rem;
}

.inset-x-160 {
  left: 40rem;
  right: 40rem;
}

.inset-x-164 {
  left: 41rem;
  right: 41rem;
}

.inset-x-172 {
  left: 43rem;
  right: 43rem;
}

.inset-x-179 {
  left: 44.75rem;
  right: 44.75rem;
}

.inset-x-184 {
  left: 46rem;
  right: 46rem;
}

.inset-x-192 {
  left: 48rem;
  right: 48rem;
}

.inset-x-224 {
  left: 56rem;
  right: 56rem;
}

.inset-x-240 {
  left: 60rem;
  right: 60rem;
}

.inset-x-256 {
  left: 64rem;
  right: 64rem;
}

.inset-x-265 {
  left: 66.25rem;
  right: 66.25rem;
}

.inset-x-288 {
  left: 72rem;
  right: 72rem;
}

.inset-x-384 {
  left: 96rem;
  right: 96rem;
}

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

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

.inset-x-0\.5 {
  left: 0.125rem;
  right: 0.125rem;
}

.inset-x-1\.5 {
  left: 0.375rem;
  right: 0.375rem;
}

.inset-x-2\.5 {
  left: 0.625rem;
  right: 0.625rem;
}

.inset-x-3\.5 {
  left: 0.875rem;
  right: 0.875rem;
}

.inset-x-0\.75 {
  left: 0.1875rem;
  right: 0.1875rem;
}

.inset-x-4\.5 {
  left: 1.125rem;
  right: 1.125rem;
}

.inset-x-7\.5 {
  left: 1.875rem;
  right: 1.875rem;
}

.inset-x-9\.5 {
  left: 2.375rem;
  right: 2.375rem;
}

.inset-x-9\.75 {
  left: 2.4375rem;
  right: 2.4375rem;
}

.inset-x-12\.5 {
  left: 3.125rem;
  right: 3.125rem;
}

.inset-x-13\.5 {
  left: 3.375rem;
  right: 3.375rem;
}

.inset-x-292\.5 {
  left: 73.125rem;
  right: 73.125rem;
}

.inset-x-1\/24 {
  left: 4.166667%;
  right: 4.166667%;
}

.inset-x-2\/24 {
  left: 8.333333%;
  right: 8.333333%;
}

.inset-x-3\/24 {
  left: 12.5%;
  right: 12.5%;
}

.inset-x-4\/24 {
  left: 16.666667%;
  right: 16.666667%;
}

.inset-x-5\/24 {
  left: 20.833333%;
  right: 20.833333%;
}

.inset-x-6\/24 {
  left: 25%;
  right: 25%;
}

.inset-x-7\/24 {
  left: 29.166666%;
  right: 29.166666%;
}

.inset-x-8\/24 {
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-9\/24 {
  left: 37.5%;
  right: 37.5%;
}

.inset-x-10\/24 {
  left: 41.666666%;
  right: 41.666666%;
}

.inset-x-11\/24 {
  left: 45.833333%;
  right: 45.833333%;
}

.inset-x-12\/24 {
  left: 50%;
  right: 50%;
}

.inset-x-13\/24 {
  left: 54.166666%;
  right: 54.166666%;
}

.inset-x-14\/24 {
  left: 58.333333%;
  right: 58.333333%;
}

.inset-x-15\/24 {
  left: 62.5%;
  right: 62.5%;
}

.inset-x-16\/24 {
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-17\/24 {
  left: 70.833333%;
  right: 70.833333%;
}

.inset-x-18\/24 {
  left: 75%;
  right: 75%;
}

.inset-x-19\/24 {
  left: 79.166667%;
  right: 79.166667%;
}

.inset-x-20\/24 {
  left: 83.333333%;
  right: 83.333333%;
}

.inset-x-21\/24 {
  left: 87.5%;
  right: 87.5%;
}

.inset-x-22\/24 {
  left: 91.666667%;
  right: 91.666667%;
}

.inset-x-23\/24 {
  left: 95.833333%;
  right: 95.833333%;
}

.inset-x-24\/24 {
  left: 100%;
  right: 100%;
}

.inset-x-screen-header {
  left: 41.55vw;
  right: 41.55vw;
}

.inset-x-screen-60 {
  left: 60vh;
  right: 60vh;
}

.inset-x-screen-80 {
  left: 80vh;
  right: 80vh;
}

.inset-x-screen-85 {
  left: 85vh;
  right: 85vh;
}

.inset-x-screen-90 {
  left: 90vh;
  right: 90vh;
}

.inset-x-screen-95 {
  left: 95vh;
  right: 95vh;
}

.inset-x-screen-minus-header {
  left: calc(100vh - 5.25rem);
  right: calc(100vh - 5.25rem);
}

.inset-x-screen-minus-35\.5 {
  left: calc(100vh - 8.875rem);
  right: calc(100vh - 8.875rem);
}

.inset-x-screen-minus-36 {
  left: calc(100vh - 9rem);
  right: calc(100vh - 9rem);
}

.inset-x-screen-minus-40 {
  left: calc(100vh - 10rem);
  right: calc(100vh - 10rem);
}

.inset-x-screen-minus-55 {
  left: calc(100vh - 13.75rem);
  right: calc(100vh - 13.75rem);
}

.inset-x-screen-minus-72 {
  left: calc(100vh - 18rem);
  right: calc(100vh - 18rem);
}

.inset-x-screen-minus-80 {
  left: calc(100vh - 20rem);
  right: calc(100vh - 20rem);
}

.inset-x-full-4 {
  left: calc(100% - 16px);
  right: calc(100% - 16px);
}

.inset-x-account-body {
  left: calc(100vw - 304px);
  right: calc(100vw - 304px);
}

.inset-x-menu-center {
  left: calc(50% - 288px);
  right: calc(50% - 288px);
}

.inset-x-tutorials-hidden {
  left: calc(100% - 56px);
  right: calc(100% - 56px);
}

.inset-x-popup-full-width {
  left: calc(100% + 32px);
  right: calc(100% + 32px);
}

.inset-x-popup-full-width-md {
  left: calc(100% + 64px);
  right: calc(100% + 64px);
}

.inset-x-popup-full-height {
  left: calc(100% + 68px);
  right: calc(100% + 68px);
}

.inset-x-max-content {
  left: max-content;
  right: max-content;
}

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

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

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

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

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

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

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

.-inset-x-7 {
  left: -1.75rem;
  right: -1.75rem;
}

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

.-inset-x-9 {
  left: -2.25rem;
  right: -2.25rem;
}

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

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

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

.-inset-x-14 {
  left: -3.5rem;
  right: -3.5rem;
}

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

.-inset-x-18 {
  left: -4.5rem;
  right: -4.5rem;
}

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

.-inset-x-21 {
  left: -5.25rem;
  right: -5.25rem;
}

.-inset-x-22 {
  left: -5.5rem;
  right: -5.5rem;
}

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

.-inset-x-26 {
  left: -6.5rem;
  right: -6.5rem;
}

.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.-inset-x-29 {
  left: -7.25rem;
  right: -7.25rem;
}

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

.-inset-x-34 {
  left: -8.5rem;
  right: -8.5rem;
}

.-inset-x-36 {
  left: -9rem;
  right: -9rem;
}

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

.-inset-x-42 {
  left: -10.5rem;
  right: -10.5rem;
}

.-inset-x-44 {
  left: -11rem;
  right: -11rem;
}

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

.-inset-x-52 {
  left: -13rem;
  right: -13rem;
}

.-inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.-inset-x-60 {
  left: -15rem;
  right: -15rem;
}

.-inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.-inset-x-68 {
  left: -17rem;
  right: -17rem;
}

.-inset-x-72 {
  left: -18rem;
  right: -18rem;
}

.-inset-x-77 {
  left: -19.25rem;
  right: -19.25rem;
}

.-inset-x-80 {
  left: -20rem;
  right: -20rem;
}

.-inset-x-82 {
  left: -20.5rem;
  right: -20.5rem;
}

.-inset-x-88 {
  left: -22rem;
  right: -22rem;
}

.-inset-x-94 {
  left: -23.5rem;
  right: -23.5rem;
}

.-inset-x-96 {
  left: -24rem;
  right: -24rem;
}

.-inset-x-98 {
  left: -24.5rem;
  right: -24.5rem;
}

.-inset-x-104 {
  left: -26rem;
  right: -26rem;
}

.-inset-x-108 {
  left: -27rem;
  right: -27rem;
}

.-inset-x-110 {
  left: -27.5rem;
  right: -27.5rem;
}

.-inset-x-112 {
  left: -28rem;
  right: -28rem;
}

.-inset-x-120 {
  left: -30rem;
  right: -30rem;
}

.-inset-x-128 {
  left: -32rem;
  right: -32rem;
}

.-inset-x-132 {
  left: -33rem;
  right: -33rem;
}

.-inset-x-134 {
  left: -33.5rem;
  right: -33.5rem;
}

.-inset-x-135 {
  left: -33.75rem;
  right: -33.75rem;
}

.-inset-x-136 {
  left: -34rem;
  right: -34rem;
}

.-inset-x-144 {
  left: -36rem;
  right: -36rem;
}

.-inset-x-152 {
  left: -38rem;
  right: -38rem;
}

.-inset-x-160 {
  left: -40rem;
  right: -40rem;
}

.-inset-x-164 {
  left: -41rem;
  right: -41rem;
}

.-inset-x-172 {
  left: -43rem;
  right: -43rem;
}

.-inset-x-179 {
  left: -44.75rem;
  right: -44.75rem;
}

.-inset-x-184 {
  left: -46rem;
  right: -46rem;
}

.-inset-x-192 {
  left: -48rem;
  right: -48rem;
}

.-inset-x-224 {
  left: -56rem;
  right: -56rem;
}

.-inset-x-240 {
  left: -60rem;
  right: -60rem;
}

.-inset-x-256 {
  left: -64rem;
  right: -64rem;
}

.-inset-x-265 {
  left: -66.25rem;
  right: -66.25rem;
}

.-inset-x-288 {
  left: -72rem;
  right: -72rem;
}

.-inset-x-384 {
  left: -96rem;
  right: -96rem;
}

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

.-inset-x-0\.5 {
  left: -0.125rem;
  right: -0.125rem;
}

.-inset-x-1\.5 {
  left: -0.375rem;
  right: -0.375rem;
}

.-inset-x-2\.5 {
  left: -0.625rem;
  right: -0.625rem;
}

.-inset-x-3\.5 {
  left: -0.875rem;
  right: -0.875rem;
}

.-inset-x-0\.75 {
  left: -0.1875rem;
  right: -0.1875rem;
}

.-inset-x-4\.5 {
  left: -1.125rem;
  right: -1.125rem;
}

.-inset-x-7\.5 {
  left: -1.875rem;
  right: -1.875rem;
}

.-inset-x-9\.5 {
  left: -2.375rem;
  right: -2.375rem;
}

.-inset-x-9\.75 {
  left: -2.4375rem;
  right: -2.4375rem;
}

.-inset-x-12\.5 {
  left: -3.125rem;
  right: -3.125rem;
}

.-inset-x-13\.5 {
  left: -3.375rem;
  right: -3.375rem;
}

.-inset-x-292\.5 {
  left: -73.125rem;
  right: -73.125rem;
}

.-inset-x-1\/24 {
  left: -4.16667%;
  right: -4.16667%;
}

.-inset-x-2\/24 {
  left: -8.33333%;
  right: -8.33333%;
}

.-inset-x-3\/24 {
  left: -12.5%;
  right: -12.5%;
}

.-inset-x-4\/24 {
  left: -16.66667%;
  right: -16.66667%;
}

.-inset-x-5\/24 {
  left: -20.83333%;
  right: -20.83333%;
}

.-inset-x-6\/24 {
  left: -25%;
  right: -25%;
}

.-inset-x-7\/24 {
  left: -29.16667%;
  right: -29.16667%;
}

.-inset-x-8\/24 {
  left: -33.33333%;
  right: -33.33333%;
}

.-inset-x-9\/24 {
  left: -37.5%;
  right: -37.5%;
}

.-inset-x-10\/24 {
  left: -41.66667%;
  right: -41.66667%;
}

.-inset-x-11\/24 {
  left: -45.83333%;
  right: -45.83333%;
}

.-inset-x-12\/24 {
  left: -50%;
  right: -50%;
}

.-inset-x-13\/24 {
  left: -54.16667%;
  right: -54.16667%;
}

.-inset-x-14\/24 {
  left: -58.33333%;
  right: -58.33333%;
}

.-inset-x-15\/24 {
  left: -62.5%;
  right: -62.5%;
}

.-inset-x-16\/24 {
  left: -66.66667%;
  right: -66.66667%;
}

.-inset-x-17\/24 {
  left: -70.83333%;
  right: -70.83333%;
}

.-inset-x-18\/24 {
  left: -75%;
  right: -75%;
}

.-inset-x-19\/24 {
  left: -79.16667%;
  right: -79.16667%;
}

.-inset-x-20\/24 {
  left: -83.33333%;
  right: -83.33333%;
}

.-inset-x-21\/24 {
  left: -87.5%;
  right: -87.5%;
}

.-inset-x-22\/24 {
  left: -91.66667%;
  right: -91.66667%;
}

.-inset-x-23\/24 {
  left: -95.83333%;
  right: -95.83333%;
}

.-inset-x-24\/24 {
  left: -100%;
  right: -100%;
}

.-inset-x-screen-header {
  left: -41.55vw;
  right: -41.55vw;
}

.-inset-x-screen-60 {
  left: -60vh;
  right: -60vh;
}

.-inset-x-screen-80 {
  left: -80vh;
  right: -80vh;
}

.-inset-x-screen-85 {
  left: -85vh;
  right: -85vh;
}

.-inset-x-screen-90 {
  left: -90vh;
  right: -90vh;
}

.-inset-x-screen-95 {
  left: -95vh;
  right: -95vh;
}

.-inset-x-screen-minus-header {
  left: calc(-100vh - -5.25rem);
  right: calc(-100vh - -5.25rem);
}

.-inset-x-screen-minus-35\.5 {
  left: calc(-100vh - -8.875rem);
  right: calc(-100vh - -8.875rem);
}

.-inset-x-screen-minus-36 {
  left: calc(-100vh - -9rem);
  right: calc(-100vh - -9rem);
}

.-inset-x-screen-minus-40 {
  left: calc(-100vh - -10rem);
  right: calc(-100vh - -10rem);
}

.-inset-x-screen-minus-55 {
  left: calc(-100vh - -13.75rem);
  right: calc(-100vh - -13.75rem);
}

.-inset-x-screen-minus-72 {
  left: calc(-100vh - -18rem);
  right: calc(-100vh - -18rem);
}

.-inset-x-screen-minus-80 {
  left: calc(-100vh - -20rem);
  right: calc(-100vh - -20rem);
}

.-inset-x-full-4 {
  left: calc(-100% - -16px);
  right: calc(-100% - -16px);
}

.-inset-x-account-body {
  left: calc(-100vw - -304px);
  right: calc(-100vw - -304px);
}

.-inset-x-menu-center {
  left: calc(-50% - -288px);
  right: calc(-50% - -288px);
}

.-inset-x-tutorials-hidden {
  left: calc(-100% - -56px);
  right: calc(-100% - -56px);
}

.-inset-x-popup-full-width {
  left: calc(-100% + -32px);
  right: calc(-100% + -32px);
}

.-inset-x-popup-full-width-md {
  left: calc(-100% + -64px);
  right: calc(-100% + -64px);
}

.-inset-x-popup-full-height {
  left: calc(-100% + -68px);
  right: calc(-100% + -68px);
}

.-inset-x-max-content {
  left: max-content;
  right: max-content;
}

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

.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

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

.inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

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

.-inset-x-1\/3 {
  left: -33.333333%;
  right: -33.333333%;
}

.-inset-x-2\/3 {
  left: -66.666667%;
  right: -66.666667%;
}

.-inset-x-1\/4 {
  left: -25%;
  right: -25%;
}

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

.-inset-x-3\/4 {
  left: -75%;
  right: -75%;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

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

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

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

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

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

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

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

.inset-y-7 {
  top: 1.75rem;
  bottom: 1.75rem;
}

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

.inset-y-9 {
  top: 2.25rem;
  bottom: 2.25rem;
}

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

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

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

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

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

.inset-y-18 {
  top: 4.5rem;
  bottom: 4.5rem;
}

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

.inset-y-21 {
  top: 5.25rem;
  bottom: 5.25rem;
}

.inset-y-22 {
  top: 5.5rem;
  bottom: 5.5rem;
}

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

.inset-y-26 {
  top: 6.5rem;
  bottom: 6.5rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-y-29 {
  top: 7.25rem;
  bottom: 7.25rem;
}

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

.inset-y-34 {
  top: 8.5rem;
  bottom: 8.5rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

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

.inset-y-42 {
  top: 10.5rem;
  bottom: 10.5rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

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

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-y-68 {
  top: 17rem;
  bottom: 17rem;
}

.inset-y-72 {
  top: 18rem;
  bottom: 18rem;
}

.inset-y-77 {
  top: 19.25rem;
  bottom: 19.25rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-y-82 {
  top: 20.5rem;
  bottom: 20.5rem;
}

.inset-y-88 {
  top: 22rem;
  bottom: 22rem;
}

.inset-y-94 {
  top: 23.5rem;
  bottom: 23.5rem;
}

.inset-y-96 {
  top: 24rem;
  bottom: 24rem;
}

.inset-y-98 {
  top: 24.5rem;
  bottom: 24.5rem;
}

.inset-y-104 {
  top: 26rem;
  bottom: 26rem;
}

.inset-y-108 {
  top: 27rem;
  bottom: 27rem;
}

.inset-y-110 {
  top: 27.5rem;
  bottom: 27.5rem;
}

.inset-y-112 {
  top: 28rem;
  bottom: 28rem;
}

.inset-y-120 {
  top: 30rem;
  bottom: 30rem;
}

.inset-y-128 {
  top: 32rem;
  bottom: 32rem;
}

.inset-y-132 {
  top: 33rem;
  bottom: 33rem;
}

.inset-y-134 {
  top: 33.5rem;
  bottom: 33.5rem;
}

.inset-y-135 {
  top: 33.75rem;
  bottom: 33.75rem;
}

.inset-y-136 {
  top: 34rem;
  bottom: 34rem;
}

.inset-y-144 {
  top: 36rem;
  bottom: 36rem;
}

.inset-y-152 {
  top: 38rem;
  bottom: 38rem;
}

.inset-y-160 {
  top: 40rem;
  bottom: 40rem;
}

.inset-y-164 {
  top: 41rem;
  bottom: 41rem;
}

.inset-y-172 {
  top: 43rem;
  bottom: 43rem;
}

.inset-y-179 {
  top: 44.75rem;
  bottom: 44.75rem;
}

.inset-y-184 {
  top: 46rem;
  bottom: 46rem;
}

.inset-y-192 {
  top: 48rem;
  bottom: 48rem;
}

.inset-y-224 {
  top: 56rem;
  bottom: 56rem;
}

.inset-y-240 {
  top: 60rem;
  bottom: 60rem;
}

.inset-y-256 {
  top: 64rem;
  bottom: 64rem;
}

.inset-y-265 {
  top: 66.25rem;
  bottom: 66.25rem;
}

.inset-y-288 {
  top: 72rem;
  bottom: 72rem;
}

.inset-y-384 {
  top: 96rem;
  bottom: 96rem;
}

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

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

.inset-y-0\.5 {
  top: 0.125rem;
  bottom: 0.125rem;
}

.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}

.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}

.inset-y-3\.5 {
  top: 0.875rem;
  bottom: 0.875rem;
}

.inset-y-0\.75 {
  top: 0.1875rem;
  bottom: 0.1875rem;
}

.inset-y-4\.5 {
  top: 1.125rem;
  bottom: 1.125rem;
}

.inset-y-7\.5 {
  top: 1.875rem;
  bottom: 1.875rem;
}

.inset-y-9\.5 {
  top: 2.375rem;
  bottom: 2.375rem;
}

.inset-y-9\.75 {
  top: 2.4375rem;
  bottom: 2.4375rem;
}

.inset-y-12\.5 {
  top: 3.125rem;
  bottom: 3.125rem;
}

.inset-y-13\.5 {
  top: 3.375rem;
  bottom: 3.375rem;
}

.inset-y-292\.5 {
  top: 73.125rem;
  bottom: 73.125rem;
}

.inset-y-1\/24 {
  top: 4.166667%;
  bottom: 4.166667%;
}

.inset-y-2\/24 {
  top: 8.333333%;
  bottom: 8.333333%;
}

.inset-y-3\/24 {
  top: 12.5%;
  bottom: 12.5%;
}

.inset-y-4\/24 {
  top: 16.666667%;
  bottom: 16.666667%;
}

.inset-y-5\/24 {
  top: 20.833333%;
  bottom: 20.833333%;
}

.inset-y-6\/24 {
  top: 25%;
  bottom: 25%;
}

.inset-y-7\/24 {
  top: 29.166666%;
  bottom: 29.166666%;
}

.inset-y-8\/24 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-9\/24 {
  top: 37.5%;
  bottom: 37.5%;
}

.inset-y-10\/24 {
  top: 41.666666%;
  bottom: 41.666666%;
}

.inset-y-11\/24 {
  top: 45.833333%;
  bottom: 45.833333%;
}

.inset-y-12\/24 {
  top: 50%;
  bottom: 50%;
}

.inset-y-13\/24 {
  top: 54.166666%;
  bottom: 54.166666%;
}

.inset-y-14\/24 {
  top: 58.333333%;
  bottom: 58.333333%;
}

.inset-y-15\/24 {
  top: 62.5%;
  bottom: 62.5%;
}

.inset-y-16\/24 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-17\/24 {
  top: 70.833333%;
  bottom: 70.833333%;
}

.inset-y-18\/24 {
  top: 75%;
  bottom: 75%;
}

.inset-y-19\/24 {
  top: 79.166667%;
  bottom: 79.166667%;
}

.inset-y-20\/24 {
  top: 83.333333%;
  bottom: 83.333333%;
}

.inset-y-21\/24 {
  top: 87.5%;
  bottom: 87.5%;
}

.inset-y-22\/24 {
  top: 91.666667%;
  bottom: 91.666667%;
}

.inset-y-23\/24 {
  top: 95.833333%;
  bottom: 95.833333%;
}

.inset-y-24\/24 {
  top: 100%;
  bottom: 100%;
}

.inset-y-screen-header {
  top: 41.55vw;
  bottom: 41.55vw;
}

.inset-y-screen-60 {
  top: 60vh;
  bottom: 60vh;
}

.inset-y-screen-80 {
  top: 80vh;
  bottom: 80vh;
}

.inset-y-screen-85 {
  top: 85vh;
  bottom: 85vh;
}

.inset-y-screen-90 {
  top: 90vh;
  bottom: 90vh;
}

.inset-y-screen-95 {
  top: 95vh;
  bottom: 95vh;
}

.inset-y-screen-minus-header {
  top: calc(100vh - 5.25rem);
  bottom: calc(100vh - 5.25rem);
}

.inset-y-screen-minus-35\.5 {
  top: calc(100vh - 8.875rem);
  bottom: calc(100vh - 8.875rem);
}

.inset-y-screen-minus-36 {
  top: calc(100vh - 9rem);
  bottom: calc(100vh - 9rem);
}

.inset-y-screen-minus-40 {
  top: calc(100vh - 10rem);
  bottom: calc(100vh - 10rem);
}

.inset-y-screen-minus-55 {
  top: calc(100vh - 13.75rem);
  bottom: calc(100vh - 13.75rem);
}

.inset-y-screen-minus-72 {
  top: calc(100vh - 18rem);
  bottom: calc(100vh - 18rem);
}

.inset-y-screen-minus-80 {
  top: calc(100vh - 20rem);
  bottom: calc(100vh - 20rem);
}

.inset-y-full-4 {
  top: calc(100% - 16px);
  bottom: calc(100% - 16px);
}

.inset-y-account-body {
  top: calc(100vw - 304px);
  bottom: calc(100vw - 304px);
}

.inset-y-menu-center {
  top: calc(50% - 288px);
  bottom: calc(50% - 288px);
}

.inset-y-tutorials-hidden {
  top: calc(100% - 56px);
  bottom: calc(100% - 56px);
}

.inset-y-popup-full-width {
  top: calc(100% + 32px);
  bottom: calc(100% + 32px);
}

.inset-y-popup-full-width-md {
  top: calc(100% + 64px);
  bottom: calc(100% + 64px);
}

.inset-y-popup-full-height {
  top: calc(100% + 68px);
  bottom: calc(100% + 68px);
}

.inset-y-max-content {
  top: max-content;
  bottom: max-content;
}

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

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

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

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

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

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

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

.-inset-y-7 {
  top: -1.75rem;
  bottom: -1.75rem;
}

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

.-inset-y-9 {
  top: -2.25rem;
  bottom: -2.25rem;
}

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

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

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

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

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

.-inset-y-18 {
  top: -4.5rem;
  bottom: -4.5rem;
}

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

.-inset-y-21 {
  top: -5.25rem;
  bottom: -5.25rem;
}

.-inset-y-22 {
  top: -5.5rem;
  bottom: -5.5rem;
}

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

.-inset-y-26 {
  top: -6.5rem;
  bottom: -6.5rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-29 {
  top: -7.25rem;
  bottom: -7.25rem;
}

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

.-inset-y-34 {
  top: -8.5rem;
  bottom: -8.5rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

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

.-inset-y-42 {
  top: -10.5rem;
  bottom: -10.5rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

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

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-y-68 {
  top: -17rem;
  bottom: -17rem;
}

.-inset-y-72 {
  top: -18rem;
  bottom: -18rem;
}

.-inset-y-77 {
  top: -19.25rem;
  bottom: -19.25rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-y-82 {
  top: -20.5rem;
  bottom: -20.5rem;
}

.-inset-y-88 {
  top: -22rem;
  bottom: -22rem;
}

.-inset-y-94 {
  top: -23.5rem;
  bottom: -23.5rem;
}

.-inset-y-96 {
  top: -24rem;
  bottom: -24rem;
}

.-inset-y-98 {
  top: -24.5rem;
  bottom: -24.5rem;
}

.-inset-y-104 {
  top: -26rem;
  bottom: -26rem;
}

.-inset-y-108 {
  top: -27rem;
  bottom: -27rem;
}

.-inset-y-110 {
  top: -27.5rem;
  bottom: -27.5rem;
}

.-inset-y-112 {
  top: -28rem;
  bottom: -28rem;
}

.-inset-y-120 {
  top: -30rem;
  bottom: -30rem;
}

.-inset-y-128 {
  top: -32rem;
  bottom: -32rem;
}

.-inset-y-132 {
  top: -33rem;
  bottom: -33rem;
}

.-inset-y-134 {
  top: -33.5rem;
  bottom: -33.5rem;
}

.-inset-y-135 {
  top: -33.75rem;
  bottom: -33.75rem;
}

.-inset-y-136 {
  top: -34rem;
  bottom: -34rem;
}

.-inset-y-144 {
  top: -36rem;
  bottom: -36rem;
}

.-inset-y-152 {
  top: -38rem;
  bottom: -38rem;
}

.-inset-y-160 {
  top: -40rem;
  bottom: -40rem;
}

.-inset-y-164 {
  top: -41rem;
  bottom: -41rem;
}

.-inset-y-172 {
  top: -43rem;
  bottom: -43rem;
}

.-inset-y-179 {
  top: -44.75rem;
  bottom: -44.75rem;
}

.-inset-y-184 {
  top: -46rem;
  bottom: -46rem;
}

.-inset-y-192 {
  top: -48rem;
  bottom: -48rem;
}

.-inset-y-224 {
  top: -56rem;
  bottom: -56rem;
}

.-inset-y-240 {
  top: -60rem;
  bottom: -60rem;
}

.-inset-y-256 {
  top: -64rem;
  bottom: -64rem;
}

.-inset-y-265 {
  top: -66.25rem;
  bottom: -66.25rem;
}

.-inset-y-288 {
  top: -72rem;
  bottom: -72rem;
}

.-inset-y-384 {
  top: -96rem;
  bottom: -96rem;
}

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

.-inset-y-0\.5 {
  top: -0.125rem;
  bottom: -0.125rem;
}

.-inset-y-1\.5 {
  top: -0.375rem;
  bottom: -0.375rem;
}

.-inset-y-2\.5 {
  top: -0.625rem;
  bottom: -0.625rem;
}

.-inset-y-3\.5 {
  top: -0.875rem;
  bottom: -0.875rem;
}

.-inset-y-0\.75 {
  top: -0.1875rem;
  bottom: -0.1875rem;
}

.-inset-y-4\.5 {
  top: -1.125rem;
  bottom: -1.125rem;
}

.-inset-y-7\.5 {
  top: -1.875rem;
  bottom: -1.875rem;
}

.-inset-y-9\.5 {
  top: -2.375rem;
  bottom: -2.375rem;
}

.-inset-y-9\.75 {
  top: -2.4375rem;
  bottom: -2.4375rem;
}

.-inset-y-12\.5 {
  top: -3.125rem;
  bottom: -3.125rem;
}

.-inset-y-13\.5 {
  top: -3.375rem;
  bottom: -3.375rem;
}

.-inset-y-292\.5 {
  top: -73.125rem;
  bottom: -73.125rem;
}

.-inset-y-1\/24 {
  top: -4.16667%;
  bottom: -4.16667%;
}

.-inset-y-2\/24 {
  top: -8.33333%;
  bottom: -8.33333%;
}

.-inset-y-3\/24 {
  top: -12.5%;
  bottom: -12.5%;
}

.-inset-y-4\/24 {
  top: -16.66667%;
  bottom: -16.66667%;
}

.-inset-y-5\/24 {
  top: -20.83333%;
  bottom: -20.83333%;
}

.-inset-y-6\/24 {
  top: -25%;
  bottom: -25%;
}

.-inset-y-7\/24 {
  top: -29.16667%;
  bottom: -29.16667%;
}

.-inset-y-8\/24 {
  top: -33.33333%;
  bottom: -33.33333%;
}

.-inset-y-9\/24 {
  top: -37.5%;
  bottom: -37.5%;
}

.-inset-y-10\/24 {
  top: -41.66667%;
  bottom: -41.66667%;
}

.-inset-y-11\/24 {
  top: -45.83333%;
  bottom: -45.83333%;
}

.-inset-y-12\/24 {
  top: -50%;
  bottom: -50%;
}

.-inset-y-13\/24 {
  top: -54.16667%;
  bottom: -54.16667%;
}

.-inset-y-14\/24 {
  top: -58.33333%;
  bottom: -58.33333%;
}

.-inset-y-15\/24 {
  top: -62.5%;
  bottom: -62.5%;
}

.-inset-y-16\/24 {
  top: -66.66667%;
  bottom: -66.66667%;
}

.-inset-y-17\/24 {
  top: -70.83333%;
  bottom: -70.83333%;
}

.-inset-y-18\/24 {
  top: -75%;
  bottom: -75%;
}

.-inset-y-19\/24 {
  top: -79.16667%;
  bottom: -79.16667%;
}

.-inset-y-20\/24 {
  top: -83.33333%;
  bottom: -83.33333%;
}

.-inset-y-21\/24 {
  top: -87.5%;
  bottom: -87.5%;
}

.-inset-y-22\/24 {
  top: -91.66667%;
  bottom: -91.66667%;
}

.-inset-y-23\/24 {
  top: -95.83333%;
  bottom: -95.83333%;
}

.-inset-y-24\/24 {
  top: -100%;
  bottom: -100%;
}

.-inset-y-screen-header {
  top: -41.55vw;
  bottom: -41.55vw;
}

.-inset-y-screen-60 {
  top: -60vh;
  bottom: -60vh;
}

.-inset-y-screen-80 {
  top: -80vh;
  bottom: -80vh;
}

.-inset-y-screen-85 {
  top: -85vh;
  bottom: -85vh;
}

.-inset-y-screen-90 {
  top: -90vh;
  bottom: -90vh;
}

.-inset-y-screen-95 {
  top: -95vh;
  bottom: -95vh;
}

.-inset-y-screen-minus-header {
  top: calc(-100vh - -5.25rem);
  bottom: calc(-100vh - -5.25rem);
}

.-inset-y-screen-minus-35\.5 {
  top: calc(-100vh - -8.875rem);
  bottom: calc(-100vh - -8.875rem);
}

.-inset-y-screen-minus-36 {
  top: calc(-100vh - -9rem);
  bottom: calc(-100vh - -9rem);
}

.-inset-y-screen-minus-40 {
  top: calc(-100vh - -10rem);
  bottom: calc(-100vh - -10rem);
}

.-inset-y-screen-minus-55 {
  top: calc(-100vh - -13.75rem);
  bottom: calc(-100vh - -13.75rem);
}

.-inset-y-screen-minus-72 {
  top: calc(-100vh - -18rem);
  bottom: calc(-100vh - -18rem);
}

.-inset-y-screen-minus-80 {
  top: calc(-100vh - -20rem);
  bottom: calc(-100vh - -20rem);
}

.-inset-y-full-4 {
  top: calc(-100% - -16px);
  bottom: calc(-100% - -16px);
}

.-inset-y-account-body {
  top: calc(-100vw - -304px);
  bottom: calc(-100vw - -304px);
}

.-inset-y-menu-center {
  top: calc(-50% - -288px);
  bottom: calc(-50% - -288px);
}

.-inset-y-tutorials-hidden {
  top: calc(-100% - -56px);
  bottom: calc(-100% - -56px);
}

.-inset-y-popup-full-width {
  top: calc(-100% + -32px);
  bottom: calc(-100% + -32px);
}

.-inset-y-popup-full-width-md {
  top: calc(-100% + -64px);
  bottom: calc(-100% + -64px);
}

.-inset-y-popup-full-height {
  top: calc(-100% + -68px);
  bottom: calc(-100% + -68px);
}

.-inset-y-max-content {
  top: max-content;
  bottom: max-content;
}

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

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

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

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

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

.-inset-y-1\/3 {
  top: -33.333333%;
  bottom: -33.333333%;
}

.-inset-y-2\/3 {
  top: -66.666667%;
  bottom: -66.666667%;
}

.-inset-y-1\/4 {
  top: -25%;
  bottom: -25%;
}

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

.-inset-y-3\/4 {
  top: -75%;
  bottom: -75%;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-7 {
  top: 1.75rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-18 {
  top: 4.5rem;
}

.top-20 {
  top: 5rem;
}

.top-21 {
  top: 5.25rem;
}

.top-22 {
  top: 5.5rem;
}

.top-24 {
  top: 6rem;
}

.top-26 {
  top: 6.5rem;
}

.top-28 {
  top: 7rem;
}

.top-29 {
  top: 7.25rem;
}

.top-32 {
  top: 8rem;
}

.top-34 {
  top: 8.5rem;
}

.top-36 {
  top: 9rem;
}

.top-40 {
  top: 10rem;
}

.top-42 {
  top: 10.5rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-68 {
  top: 17rem;
}

.top-72 {
  top: 18rem;
}

.top-77 {
  top: 19.25rem;
}

.top-80 {
  top: 20rem;
}

.top-82 {
  top: 20.5rem;
}

.top-88 {
  top: 22rem;
}

.top-94 {
  top: 23.5rem;
}

.top-96 {
  top: 24rem;
}

.top-98 {
  top: 24.5rem;
}

.top-104 {
  top: 26rem;
}

.top-108 {
  top: 27rem;
}

.top-110 {
  top: 27.5rem;
}

.top-112 {
  top: 28rem;
}

.top-120 {
  top: 30rem;
}

.top-128 {
  top: 32rem;
}

.top-132 {
  top: 33rem;
}

.top-134 {
  top: 33.5rem;
}

.top-135 {
  top: 33.75rem;
}

.top-136 {
  top: 34rem;
}

.top-144 {
  top: 36rem;
}

.top-152 {
  top: 38rem;
}

.top-160 {
  top: 40rem;
}

.top-164 {
  top: 41rem;
}

.top-172 {
  top: 43rem;
}

.top-179 {
  top: 44.75rem;
}

.top-184 {
  top: 46rem;
}

.top-192 {
  top: 48rem;
}

.top-224 {
  top: 56rem;
}

.top-240 {
  top: 60rem;
}

.top-256 {
  top: 64rem;
}

.top-265 {
  top: 66.25rem;
}

.top-288 {
  top: 72rem;
}

.top-384 {
  top: 96rem;
}

.top-auto {
  top: auto;
}

.top-px {
  top: 1px;
}

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

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

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

.top-3\.5 {
  top: 0.875rem;
}

.top-0\.75 {
  top: 0.1875rem;
}

.top-4\.5 {
  top: 1.125rem;
}

.top-7\.5 {
  top: 1.875rem;
}

.top-9\.5 {
  top: 2.375rem;
}

.top-9\.75 {
  top: 2.4375rem;
}

.top-12\.5 {
  top: 3.125rem;
}

.top-13\.5 {
  top: 3.375rem;
}

.top-292\.5 {
  top: 73.125rem;
}

.top-1\/24 {
  top: 4.166667%;
}

.top-2\/24 {
  top: 8.333333%;
}

.top-3\/24 {
  top: 12.5%;
}

.top-4\/24 {
  top: 16.666667%;
}

.top-5\/24 {
  top: 20.833333%;
}

.top-6\/24 {
  top: 25%;
}

.top-7\/24 {
  top: 29.166666%;
}

.top-8\/24 {
  top: 33.333333%;
}

.top-9\/24 {
  top: 37.5%;
}

.top-10\/24 {
  top: 41.666666%;
}

.top-11\/24 {
  top: 45.833333%;
}

.top-12\/24 {
  top: 50%;
}

.top-13\/24 {
  top: 54.166666%;
}

.top-14\/24 {
  top: 58.333333%;
}

.top-15\/24 {
  top: 62.5%;
}

.top-16\/24 {
  top: 66.666667%;
}

.top-17\/24 {
  top: 70.833333%;
}

.top-18\/24 {
  top: 75%;
}

.top-19\/24 {
  top: 79.166667%;
}

.top-20\/24 {
  top: 83.333333%;
}

.top-21\/24 {
  top: 87.5%;
}

.top-22\/24 {
  top: 91.666667%;
}

.top-23\/24 {
  top: 95.833333%;
}

.top-24\/24 {
  top: 100%;
}

.top-screen-header {
  top: 41.55vw;
}

.top-screen-60 {
  top: 60vh;
}

.top-screen-80 {
  top: 80vh;
}

.top-screen-85 {
  top: 85vh;
}

.top-screen-90 {
  top: 90vh;
}

.top-screen-95 {
  top: 95vh;
}

.top-screen-minus-header {
  top: calc(100vh - 5.25rem);
}

.top-screen-minus-35\.5 {
  top: calc(100vh - 8.875rem);
}

.top-screen-minus-36 {
  top: calc(100vh - 9rem);
}

.top-screen-minus-40 {
  top: calc(100vh - 10rem);
}

.top-screen-minus-55 {
  top: calc(100vh - 13.75rem);
}

.top-screen-minus-72 {
  top: calc(100vh - 18rem);
}

.top-screen-minus-80 {
  top: calc(100vh - 20rem);
}

.top-full-4 {
  top: calc(100% - 16px);
}

.top-account-body {
  top: calc(100vw - 304px);
}

.top-menu-center {
  top: calc(50% - 288px);
}

.top-tutorials-hidden {
  top: calc(100% - 56px);
}

.top-popup-full-width {
  top: calc(100% + 32px);
}

.top-popup-full-width-md {
  top: calc(100% + 64px);
}

.top-popup-full-height {
  top: calc(100% + 68px);
}

.top-max-content {
  top: max-content;
}

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

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

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

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

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

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

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

.-top-7 {
  top: -1.75rem;
}

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

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

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

.-top-11 {
  top: -2.75rem;
}

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

.-top-14 {
  top: -3.5rem;
}

.-top-16 {
  top: -4rem;
}

.-top-18 {
  top: -4.5rem;
}

.-top-20 {
  top: -5rem;
}

.-top-21 {
  top: -5.25rem;
}

.-top-22 {
  top: -5.5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-26 {
  top: -6.5rem;
}

.-top-28 {
  top: -7rem;
}

.-top-29 {
  top: -7.25rem;
}

.-top-32 {
  top: -8rem;
}

.-top-34 {
  top: -8.5rem;
}

.-top-36 {
  top: -9rem;
}

.-top-40 {
  top: -10rem;
}

.-top-42 {
  top: -10.5rem;
}

.-top-44 {
  top: -11rem;
}

.-top-48 {
  top: -12rem;
}

.-top-52 {
  top: -13rem;
}

.-top-56 {
  top: -14rem;
}

.-top-60 {
  top: -15rem;
}

.-top-64 {
  top: -16rem;
}

.-top-68 {
  top: -17rem;
}

.-top-72 {
  top: -18rem;
}

.-top-77 {
  top: -19.25rem;
}

.-top-80 {
  top: -20rem;
}

.-top-82 {
  top: -20.5rem;
}

.-top-88 {
  top: -22rem;
}

.-top-94 {
  top: -23.5rem;
}

.-top-96 {
  top: -24rem;
}

.-top-98 {
  top: -24.5rem;
}

.-top-104 {
  top: -26rem;
}

.-top-108 {
  top: -27rem;
}

.-top-110 {
  top: -27.5rem;
}

.-top-112 {
  top: -28rem;
}

.-top-120 {
  top: -30rem;
}

.-top-128 {
  top: -32rem;
}

.-top-132 {
  top: -33rem;
}

.-top-134 {
  top: -33.5rem;
}

.-top-135 {
  top: -33.75rem;
}

.-top-136 {
  top: -34rem;
}

.-top-144 {
  top: -36rem;
}

.-top-152 {
  top: -38rem;
}

.-top-160 {
  top: -40rem;
}

.-top-164 {
  top: -41rem;
}

.-top-172 {
  top: -43rem;
}

.-top-179 {
  top: -44.75rem;
}

.-top-184 {
  top: -46rem;
}

.-top-192 {
  top: -48rem;
}

.-top-224 {
  top: -56rem;
}

.-top-240 {
  top: -60rem;
}

.-top-256 {
  top: -64rem;
}

.-top-265 {
  top: -66.25rem;
}

.-top-288 {
  top: -72rem;
}

.-top-384 {
  top: -96rem;
}

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

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

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

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

.-top-3\.5 {
  top: -0.875rem;
}

.-top-0\.75 {
  top: -0.1875rem;
}

.-top-4\.5 {
  top: -1.125rem;
}

.-top-7\.5 {
  top: -1.875rem;
}

.-top-9\.5 {
  top: -2.375rem;
}

.-top-9\.75 {
  top: -2.4375rem;
}

.-top-12\.5 {
  top: -3.125rem;
}

.-top-13\.5 {
  top: -3.375rem;
}

.-top-292\.5 {
  top: -73.125rem;
}

.-top-1\/24 {
  top: -4.16667%;
}

.-top-2\/24 {
  top: -8.33333%;
}

.-top-3\/24 {
  top: -12.5%;
}

.-top-4\/24 {
  top: -16.66667%;
}

.-top-5\/24 {
  top: -20.83333%;
}

.-top-6\/24 {
  top: -25%;
}

.-top-7\/24 {
  top: -29.16667%;
}

.-top-8\/24 {
  top: -33.33333%;
}

.-top-9\/24 {
  top: -37.5%;
}

.-top-10\/24 {
  top: -41.66667%;
}

.-top-11\/24 {
  top: -45.83333%;
}

.-top-12\/24 {
  top: -50%;
}

.-top-13\/24 {
  top: -54.16667%;
}

.-top-14\/24 {
  top: -58.33333%;
}

.-top-15\/24 {
  top: -62.5%;
}

.-top-16\/24 {
  top: -66.66667%;
}

.-top-17\/24 {
  top: -70.83333%;
}

.-top-18\/24 {
  top: -75%;
}

.-top-19\/24 {
  top: -79.16667%;
}

.-top-20\/24 {
  top: -83.33333%;
}

.-top-21\/24 {
  top: -87.5%;
}

.-top-22\/24 {
  top: -91.66667%;
}

.-top-23\/24 {
  top: -95.83333%;
}

.-top-24\/24 {
  top: -100%;
}

.-top-screen-header {
  top: -41.55vw;
}

.-top-screen-60 {
  top: -60vh;
}

.-top-screen-80 {
  top: -80vh;
}

.-top-screen-85 {
  top: -85vh;
}

.-top-screen-90 {
  top: -90vh;
}

.-top-screen-95 {
  top: -95vh;
}

.-top-screen-minus-header {
  top: calc(-100vh - -5.25rem);
}

.-top-screen-minus-35\.5 {
  top: calc(-100vh - -8.875rem);
}

.-top-screen-minus-36 {
  top: calc(-100vh - -9rem);
}

.-top-screen-minus-40 {
  top: calc(-100vh - -10rem);
}

.-top-screen-minus-55 {
  top: calc(-100vh - -13.75rem);
}

.-top-screen-minus-72 {
  top: calc(-100vh - -18rem);
}

.-top-screen-minus-80 {
  top: calc(-100vh - -20rem);
}

.-top-full-4 {
  top: calc(-100% - -16px);
}

.-top-account-body {
  top: calc(-100vw - -304px);
}

.-top-menu-center {
  top: calc(-50% - -288px);
}

.-top-tutorials-hidden {
  top: calc(-100% - -56px);
}

.-top-popup-full-width {
  top: calc(-100% + -32px);
}

.-top-popup-full-width-md {
  top: calc(-100% + -64px);
}

.-top-popup-full-height {
  top: calc(-100% + -68px);
}

.-top-max-content {
  top: max-content;
}

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

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

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

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

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

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

.top-full {
  top: 100%;
}

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

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

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

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

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

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

.-top-full {
  top: -100%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-9 {
  right: 2.25rem;
}

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-18 {
  right: 4.5rem;
}

.right-20 {
  right: 5rem;
}

.right-21 {
  right: 5.25rem;
}

.right-22 {
  right: 5.5rem;
}

.right-24 {
  right: 6rem;
}

.right-26 {
  right: 6.5rem;
}

.right-28 {
  right: 7rem;
}

.right-29 {
  right: 7.25rem;
}

.right-32 {
  right: 8rem;
}

.right-34 {
  right: 8.5rem;
}

.right-36 {
  right: 9rem;
}

.right-40 {
  right: 10rem;
}

.right-42 {
  right: 10.5rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-68 {
  right: 17rem;
}

.right-72 {
  right: 18rem;
}

.right-77 {
  right: 19.25rem;
}

.right-80 {
  right: 20rem;
}

.right-82 {
  right: 20.5rem;
}

.right-88 {
  right: 22rem;
}

.right-94 {
  right: 23.5rem;
}

.right-96 {
  right: 24rem;
}

.right-98 {
  right: 24.5rem;
}

.right-104 {
  right: 26rem;
}

.right-108 {
  right: 27rem;
}

.right-110 {
  right: 27.5rem;
}

.right-112 {
  right: 28rem;
}

.right-120 {
  right: 30rem;
}

.right-128 {
  right: 32rem;
}

.right-132 {
  right: 33rem;
}

.right-134 {
  right: 33.5rem;
}

.right-135 {
  right: 33.75rem;
}

.right-136 {
  right: 34rem;
}

.right-144 {
  right: 36rem;
}

.right-152 {
  right: 38rem;
}

.right-160 {
  right: 40rem;
}

.right-164 {
  right: 41rem;
}

.right-172 {
  right: 43rem;
}

.right-179 {
  right: 44.75rem;
}

.right-184 {
  right: 46rem;
}

.right-192 {
  right: 48rem;
}

.right-224 {
  right: 56rem;
}

.right-240 {
  right: 60rem;
}

.right-256 {
  right: 64rem;
}

.right-265 {
  right: 66.25rem;
}

.right-288 {
  right: 72rem;
}

.right-384 {
  right: 96rem;
}

.right-auto {
  right: auto;
}

.right-px {
  right: 1px;
}

.right-0\.5 {
  right: 0.125rem;
}

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

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

.right-3\.5 {
  right: 0.875rem;
}

.right-0\.75 {
  right: 0.1875rem;
}

.right-4\.5 {
  right: 1.125rem;
}

.right-7\.5 {
  right: 1.875rem;
}

.right-9\.5 {
  right: 2.375rem;
}

.right-9\.75 {
  right: 2.4375rem;
}

.right-12\.5 {
  right: 3.125rem;
}

.right-13\.5 {
  right: 3.375rem;
}

.right-292\.5 {
  right: 73.125rem;
}

.right-1\/24 {
  right: 4.166667%;
}

.right-2\/24 {
  right: 8.333333%;
}

.right-3\/24 {
  right: 12.5%;
}

.right-4\/24 {
  right: 16.666667%;
}

.right-5\/24 {
  right: 20.833333%;
}

.right-6\/24 {
  right: 25%;
}

.right-7\/24 {
  right: 29.166666%;
}

.right-8\/24 {
  right: 33.333333%;
}

.right-9\/24 {
  right: 37.5%;
}

.right-10\/24 {
  right: 41.666666%;
}

.right-11\/24 {
  right: 45.833333%;
}

.right-12\/24 {
  right: 50%;
}

.right-13\/24 {
  right: 54.166666%;
}

.right-14\/24 {
  right: 58.333333%;
}

.right-15\/24 {
  right: 62.5%;
}

.right-16\/24 {
  right: 66.666667%;
}

.right-17\/24 {
  right: 70.833333%;
}

.right-18\/24 {
  right: 75%;
}

.right-19\/24 {
  right: 79.166667%;
}

.right-20\/24 {
  right: 83.333333%;
}

.right-21\/24 {
  right: 87.5%;
}

.right-22\/24 {
  right: 91.666667%;
}

.right-23\/24 {
  right: 95.833333%;
}

.right-24\/24 {
  right: 100%;
}

.right-screen-header {
  right: 41.55vw;
}

.right-screen-60 {
  right: 60vh;
}

.right-screen-80 {
  right: 80vh;
}

.right-screen-85 {
  right: 85vh;
}

.right-screen-90 {
  right: 90vh;
}

.right-screen-95 {
  right: 95vh;
}

.right-screen-minus-header {
  right: calc(100vh - 5.25rem);
}

.right-screen-minus-35\.5 {
  right: calc(100vh - 8.875rem);
}

.right-screen-minus-36 {
  right: calc(100vh - 9rem);
}

.right-screen-minus-40 {
  right: calc(100vh - 10rem);
}

.right-screen-minus-55 {
  right: calc(100vh - 13.75rem);
}

.right-screen-minus-72 {
  right: calc(100vh - 18rem);
}

.right-screen-minus-80 {
  right: calc(100vh - 20rem);
}

.right-full-4 {
  right: calc(100% - 16px);
}

.right-account-body {
  right: calc(100vw - 304px);
}

.right-menu-center {
  right: calc(50% - 288px);
}

.right-tutorials-hidden {
  right: calc(100% - 56px);
}

.right-popup-full-width {
  right: calc(100% + 32px);
}

.right-popup-full-width-md {
  right: calc(100% + 64px);
}

.right-popup-full-height {
  right: calc(100% + 68px);
}

.right-max-content {
  right: max-content;
}

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

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

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

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

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

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

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

.-right-7 {
  right: -1.75rem;
}

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

.-right-9 {
  right: -2.25rem;
}

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

.-right-11 {
  right: -2.75rem;
}

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

.-right-14 {
  right: -3.5rem;
}

.-right-16 {
  right: -4rem;
}

.-right-18 {
  right: -4.5rem;
}

.-right-20 {
  right: -5rem;
}

.-right-21 {
  right: -5.25rem;
}

.-right-22 {
  right: -5.5rem;
}

.-right-24 {
  right: -6rem;
}

.-right-26 {
  right: -6.5rem;
}

.-right-28 {
  right: -7rem;
}

.-right-29 {
  right: -7.25rem;
}

.-right-32 {
  right: -8rem;
}

.-right-34 {
  right: -8.5rem;
}

.-right-36 {
  right: -9rem;
}

.-right-40 {
  right: -10rem;
}

.-right-42 {
  right: -10.5rem;
}

.-right-44 {
  right: -11rem;
}

.-right-48 {
  right: -12rem;
}

.-right-52 {
  right: -13rem;
}

.-right-56 {
  right: -14rem;
}

.-right-60 {
  right: -15rem;
}

.-right-64 {
  right: -16rem;
}

.-right-68 {
  right: -17rem;
}

.-right-72 {
  right: -18rem;
}

.-right-77 {
  right: -19.25rem;
}

.-right-80 {
  right: -20rem;
}

.-right-82 {
  right: -20.5rem;
}

.-right-88 {
  right: -22rem;
}

.-right-94 {
  right: -23.5rem;
}

.-right-96 {
  right: -24rem;
}

.-right-98 {
  right: -24.5rem;
}

.-right-104 {
  right: -26rem;
}

.-right-108 {
  right: -27rem;
}

.-right-110 {
  right: -27.5rem;
}

.-right-112 {
  right: -28rem;
}

.-right-120 {
  right: -30rem;
}

.-right-128 {
  right: -32rem;
}

.-right-132 {
  right: -33rem;
}

.-right-134 {
  right: -33.5rem;
}

.-right-135 {
  right: -33.75rem;
}

.-right-136 {
  right: -34rem;
}

.-right-144 {
  right: -36rem;
}

.-right-152 {
  right: -38rem;
}

.-right-160 {
  right: -40rem;
}

.-right-164 {
  right: -41rem;
}

.-right-172 {
  right: -43rem;
}

.-right-179 {
  right: -44.75rem;
}

.-right-184 {
  right: -46rem;
}

.-right-192 {
  right: -48rem;
}

.-right-224 {
  right: -56rem;
}

.-right-240 {
  right: -60rem;
}

.-right-256 {
  right: -64rem;
}

.-right-265 {
  right: -66.25rem;
}

.-right-288 {
  right: -72rem;
}

.-right-384 {
  right: -96rem;
}

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

.-right-0\.5 {
  right: -0.125rem;
}

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

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

.-right-3\.5 {
  right: -0.875rem;
}

.-right-0\.75 {
  right: -0.1875rem;
}

.-right-4\.5 {
  right: -1.125rem;
}

.-right-7\.5 {
  right: -1.875rem;
}

.-right-9\.5 {
  right: -2.375rem;
}

.-right-9\.75 {
  right: -2.4375rem;
}

.-right-12\.5 {
  right: -3.125rem;
}

.-right-13\.5 {
  right: -3.375rem;
}

.-right-292\.5 {
  right: -73.125rem;
}

.-right-1\/24 {
  right: -4.16667%;
}

.-right-2\/24 {
  right: -8.33333%;
}

.-right-3\/24 {
  right: -12.5%;
}

.-right-4\/24 {
  right: -16.66667%;
}

.-right-5\/24 {
  right: -20.83333%;
}

.-right-6\/24 {
  right: -25%;
}

.-right-7\/24 {
  right: -29.16667%;
}

.-right-8\/24 {
  right: -33.33333%;
}

.-right-9\/24 {
  right: -37.5%;
}

.-right-10\/24 {
  right: -41.66667%;
}

.-right-11\/24 {
  right: -45.83333%;
}

.-right-12\/24 {
  right: -50%;
}

.-right-13\/24 {
  right: -54.16667%;
}

.-right-14\/24 {
  right: -58.33333%;
}

.-right-15\/24 {
  right: -62.5%;
}

.-right-16\/24 {
  right: -66.66667%;
}

.-right-17\/24 {
  right: -70.83333%;
}

.-right-18\/24 {
  right: -75%;
}

.-right-19\/24 {
  right: -79.16667%;
}

.-right-20\/24 {
  right: -83.33333%;
}

.-right-21\/24 {
  right: -87.5%;
}

.-right-22\/24 {
  right: -91.66667%;
}

.-right-23\/24 {
  right: -95.83333%;
}

.-right-24\/24 {
  right: -100%;
}

.-right-screen-header {
  right: -41.55vw;
}

.-right-screen-60 {
  right: -60vh;
}

.-right-screen-80 {
  right: -80vh;
}

.-right-screen-85 {
  right: -85vh;
}

.-right-screen-90 {
  right: -90vh;
}

.-right-screen-95 {
  right: -95vh;
}

.-right-screen-minus-header {
  right: calc(-100vh - -5.25rem);
}

.-right-screen-minus-35\.5 {
  right: calc(-100vh - -8.875rem);
}

.-right-screen-minus-36 {
  right: calc(-100vh - -9rem);
}

.-right-screen-minus-40 {
  right: calc(-100vh - -10rem);
}

.-right-screen-minus-55 {
  right: calc(-100vh - -13.75rem);
}

.-right-screen-minus-72 {
  right: calc(-100vh - -18rem);
}

.-right-screen-minus-80 {
  right: calc(-100vh - -20rem);
}

.-right-full-4 {
  right: calc(-100% - -16px);
}

.-right-account-body {
  right: calc(-100vw - -304px);
}

.-right-menu-center {
  right: calc(-50% - -288px);
}

.-right-tutorials-hidden {
  right: calc(-100% - -56px);
}

.-right-popup-full-width {
  right: calc(-100% + -32px);
}

.-right-popup-full-width-md {
  right: calc(-100% + -64px);
}

.-right-popup-full-height {
  right: calc(-100% + -68px);
}

.-right-max-content {
  right: max-content;
}

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

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

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

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

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

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

.right-full {
  right: 100%;
}

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

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

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

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

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

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

.-right-full {
  right: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-18 {
  bottom: 4.5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-21 {
  bottom: 5.25rem;
}

.bottom-22 {
  bottom: 5.5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-26 {
  bottom: 6.5rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-29 {
  bottom: 7.25rem;
}

.bottom-32 {
  bottom: 8rem;
}

.bottom-34 {
  bottom: 8.5rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-42 {
  bottom: 10.5rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-68 {
  bottom: 17rem;
}

.bottom-72 {
  bottom: 18rem;
}

.bottom-77 {
  bottom: 19.25rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-82 {
  bottom: 20.5rem;
}

.bottom-88 {
  bottom: 22rem;
}

.bottom-94 {
  bottom: 23.5rem;
}

.bottom-96 {
  bottom: 24rem;
}

.bottom-98 {
  bottom: 24.5rem;
}

.bottom-104 {
  bottom: 26rem;
}

.bottom-108 {
  bottom: 27rem;
}

.bottom-110 {
  bottom: 27.5rem;
}

.bottom-112 {
  bottom: 28rem;
}

.bottom-120 {
  bottom: 30rem;
}

.bottom-128 {
  bottom: 32rem;
}

.bottom-132 {
  bottom: 33rem;
}

.bottom-134 {
  bottom: 33.5rem;
}

.bottom-135 {
  bottom: 33.75rem;
}

.bottom-136 {
  bottom: 34rem;
}

.bottom-144 {
  bottom: 36rem;
}

.bottom-152 {
  bottom: 38rem;
}

.bottom-160 {
  bottom: 40rem;
}

.bottom-164 {
  bottom: 41rem;
}

.bottom-172 {
  bottom: 43rem;
}

.bottom-179 {
  bottom: 44.75rem;
}

.bottom-184 {
  bottom: 46rem;
}

.bottom-192 {
  bottom: 48rem;
}

.bottom-224 {
  bottom: 56rem;
}

.bottom-240 {
  bottom: 60rem;
}

.bottom-256 {
  bottom: 64rem;
}

.bottom-265 {
  bottom: 66.25rem;
}

.bottom-288 {
  bottom: 72rem;
}

.bottom-384 {
  bottom: 96rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-px {
  bottom: 1px;
}

.bottom-0\.5 {
  bottom: 0.125rem;
}

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

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

.bottom-3\.5 {
  bottom: 0.875rem;
}

.bottom-0\.75 {
  bottom: 0.1875rem;
}

.bottom-4\.5 {
  bottom: 1.125rem;
}

.bottom-7\.5 {
  bottom: 1.875rem;
}

.bottom-9\.5 {
  bottom: 2.375rem;
}

.bottom-9\.75 {
  bottom: 2.4375rem;
}

.bottom-12\.5 {
  bottom: 3.125rem;
}

.bottom-13\.5 {
  bottom: 3.375rem;
}

.bottom-292\.5 {
  bottom: 73.125rem;
}

.bottom-1\/24 {
  bottom: 4.166667%;
}

.bottom-2\/24 {
  bottom: 8.333333%;
}

.bottom-3\/24 {
  bottom: 12.5%;
}

.bottom-4\/24 {
  bottom: 16.666667%;
}

.bottom-5\/24 {
  bottom: 20.833333%;
}

.bottom-6\/24 {
  bottom: 25%;
}

.bottom-7\/24 {
  bottom: 29.166666%;
}

.bottom-8\/24 {
  bottom: 33.333333%;
}

.bottom-9\/24 {
  bottom: 37.5%;
}

.bottom-10\/24 {
  bottom: 41.666666%;
}

.bottom-11\/24 {
  bottom: 45.833333%;
}

.bottom-12\/24 {
  bottom: 50%;
}

.bottom-13\/24 {
  bottom: 54.166666%;
}

.bottom-14\/24 {
  bottom: 58.333333%;
}

.bottom-15\/24 {
  bottom: 62.5%;
}

.bottom-16\/24 {
  bottom: 66.666667%;
}

.bottom-17\/24 {
  bottom: 70.833333%;
}

.bottom-18\/24 {
  bottom: 75%;
}

.bottom-19\/24 {
  bottom: 79.166667%;
}

.bottom-20\/24 {
  bottom: 83.333333%;
}

.bottom-21\/24 {
  bottom: 87.5%;
}

.bottom-22\/24 {
  bottom: 91.666667%;
}

.bottom-23\/24 {
  bottom: 95.833333%;
}

.bottom-24\/24 {
  bottom: 100%;
}

.bottom-screen-header {
  bottom: 41.55vw;
}

.bottom-screen-60 {
  bottom: 60vh;
}

.bottom-screen-80 {
  bottom: 80vh;
}

.bottom-screen-85 {
  bottom: 85vh;
}

.bottom-screen-90 {
  bottom: 90vh;
}

.bottom-screen-95 {
  bottom: 95vh;
}

.bottom-screen-minus-header {
  bottom: calc(100vh - 5.25rem);
}

.bottom-screen-minus-35\.5 {
  bottom: calc(100vh - 8.875rem);
}

.bottom-screen-minus-36 {
  bottom: calc(100vh - 9rem);
}

.bottom-screen-minus-40 {
  bottom: calc(100vh - 10rem);
}

.bottom-screen-minus-55 {
  bottom: calc(100vh - 13.75rem);
}

.bottom-screen-minus-72 {
  bottom: calc(100vh - 18rem);
}

.bottom-screen-minus-80 {
  bottom: calc(100vh - 20rem);
}

.bottom-full-4 {
  bottom: calc(100% - 16px);
}

.bottom-account-body {
  bottom: calc(100vw - 304px);
}

.bottom-menu-center {
  bottom: calc(50% - 288px);
}

.bottom-tutorials-hidden {
  bottom: calc(100% - 56px);
}

.bottom-popup-full-width {
  bottom: calc(100% + 32px);
}

.bottom-popup-full-width-md {
  bottom: calc(100% + 64px);
}

.bottom-popup-full-height {
  bottom: calc(100% + 68px);
}

.bottom-max-content {
  bottom: max-content;
}

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

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

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

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

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

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

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

.-bottom-7 {
  bottom: -1.75rem;
}

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

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

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

.-bottom-11 {
  bottom: -2.75rem;
}

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

.-bottom-14 {
  bottom: -3.5rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-bottom-18 {
  bottom: -4.5rem;
}

.-bottom-20 {
  bottom: -5rem;
}

.-bottom-21 {
  bottom: -5.25rem;
}

.-bottom-22 {
  bottom: -5.5rem;
}

.-bottom-24 {
  bottom: -6rem;
}

.-bottom-26 {
  bottom: -6.5rem;
}

.-bottom-28 {
  bottom: -7rem;
}

.-bottom-29 {
  bottom: -7.25rem;
}

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

.-bottom-34 {
  bottom: -8.5rem;
}

.-bottom-36 {
  bottom: -9rem;
}

.-bottom-40 {
  bottom: -10rem;
}

.-bottom-42 {
  bottom: -10.5rem;
}

.-bottom-44 {
  bottom: -11rem;
}

.-bottom-48 {
  bottom: -12rem;
}

.-bottom-52 {
  bottom: -13rem;
}

.-bottom-56 {
  bottom: -14rem;
}

.-bottom-60 {
  bottom: -15rem;
}

.-bottom-64 {
  bottom: -16rem;
}

.-bottom-68 {
  bottom: -17rem;
}

.-bottom-72 {
  bottom: -18rem;
}

.-bottom-77 {
  bottom: -19.25rem;
}

.-bottom-80 {
  bottom: -20rem;
}

.-bottom-82 {
  bottom: -20.5rem;
}

.-bottom-88 {
  bottom: -22rem;
}

.-bottom-94 {
  bottom: -23.5rem;
}

.-bottom-96 {
  bottom: -24rem;
}

.-bottom-98 {
  bottom: -24.5rem;
}

.-bottom-104 {
  bottom: -26rem;
}

.-bottom-108 {
  bottom: -27rem;
}

.-bottom-110 {
  bottom: -27.5rem;
}

.-bottom-112 {
  bottom: -28rem;
}

.-bottom-120 {
  bottom: -30rem;
}

.-bottom-128 {
  bottom: -32rem;
}

.-bottom-132 {
  bottom: -33rem;
}

.-bottom-134 {
  bottom: -33.5rem;
}

.-bottom-135 {
  bottom: -33.75rem;
}

.-bottom-136 {
  bottom: -34rem;
}

.-bottom-144 {
  bottom: -36rem;
}

.-bottom-152 {
  bottom: -38rem;
}

.-bottom-160 {
  bottom: -40rem;
}

.-bottom-164 {
  bottom: -41rem;
}

.-bottom-172 {
  bottom: -43rem;
}

.-bottom-179 {
  bottom: -44.75rem;
}

.-bottom-184 {
  bottom: -46rem;
}

.-bottom-192 {
  bottom: -48rem;
}

.-bottom-224 {
  bottom: -56rem;
}

.-bottom-240 {
  bottom: -60rem;
}

.-bottom-256 {
  bottom: -64rem;
}

.-bottom-265 {
  bottom: -66.25rem;
}

.-bottom-288 {
  bottom: -72rem;
}

.-bottom-384 {
  bottom: -96rem;
}

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

.-bottom-0\.5 {
  bottom: -0.125rem;
}

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

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

.-bottom-3\.5 {
  bottom: -0.875rem;
}

.-bottom-0\.75 {
  bottom: -0.1875rem;
}

.-bottom-4\.5 {
  bottom: -1.125rem;
}

.-bottom-7\.5 {
  bottom: -1.875rem;
}

.-bottom-9\.5 {
  bottom: -2.375rem;
}

.-bottom-9\.75 {
  bottom: -2.4375rem;
}

.-bottom-12\.5 {
  bottom: -3.125rem;
}

.-bottom-13\.5 {
  bottom: -3.375rem;
}

.-bottom-292\.5 {
  bottom: -73.125rem;
}

.-bottom-1\/24 {
  bottom: -4.16667%;
}

.-bottom-2\/24 {
  bottom: -8.33333%;
}

.-bottom-3\/24 {
  bottom: -12.5%;
}

.-bottom-4\/24 {
  bottom: -16.66667%;
}

.-bottom-5\/24 {
  bottom: -20.83333%;
}

.-bottom-6\/24 {
  bottom: -25%;
}

.-bottom-7\/24 {
  bottom: -29.16667%;
}

.-bottom-8\/24 {
  bottom: -33.33333%;
}

.-bottom-9\/24 {
  bottom: -37.5%;
}

.-bottom-10\/24 {
  bottom: -41.66667%;
}

.-bottom-11\/24 {
  bottom: -45.83333%;
}

.-bottom-12\/24 {
  bottom: -50%;
}

.-bottom-13\/24 {
  bottom: -54.16667%;
}

.-bottom-14\/24 {
  bottom: -58.33333%;
}

.-bottom-15\/24 {
  bottom: -62.5%;
}

.-bottom-16\/24 {
  bottom: -66.66667%;
}

.-bottom-17\/24 {
  bottom: -70.83333%;
}

.-bottom-18\/24 {
  bottom: -75%;
}

.-bottom-19\/24 {
  bottom: -79.16667%;
}

.-bottom-20\/24 {
  bottom: -83.33333%;
}

.-bottom-21\/24 {
  bottom: -87.5%;
}

.-bottom-22\/24 {
  bottom: -91.66667%;
}

.-bottom-23\/24 {
  bottom: -95.83333%;
}

.-bottom-24\/24 {
  bottom: -100%;
}

.-bottom-screen-header {
  bottom: -41.55vw;
}

.-bottom-screen-60 {
  bottom: -60vh;
}

.-bottom-screen-80 {
  bottom: -80vh;
}

.-bottom-screen-85 {
  bottom: -85vh;
}

.-bottom-screen-90 {
  bottom: -90vh;
}

.-bottom-screen-95 {
  bottom: -95vh;
}

.-bottom-screen-minus-header {
  bottom: calc(-100vh - -5.25rem);
}

.-bottom-screen-minus-35\.5 {
  bottom: calc(-100vh - -8.875rem);
}

.-bottom-screen-minus-36 {
  bottom: calc(-100vh - -9rem);
}

.-bottom-screen-minus-40 {
  bottom: calc(-100vh - -10rem);
}

.-bottom-screen-minus-55 {
  bottom: calc(-100vh - -13.75rem);
}

.-bottom-screen-minus-72 {
  bottom: calc(-100vh - -18rem);
}

.-bottom-screen-minus-80 {
  bottom: calc(-100vh - -20rem);
}

.-bottom-full-4 {
  bottom: calc(-100% - -16px);
}

.-bottom-account-body {
  bottom: calc(-100vw - -304px);
}

.-bottom-menu-center {
  bottom: calc(-50% - -288px);
}

.-bottom-tutorials-hidden {
  bottom: calc(-100% - -56px);
}

.-bottom-popup-full-width {
  bottom: calc(-100% + -32px);
}

.-bottom-popup-full-width-md {
  bottom: calc(-100% + -64px);
}

.-bottom-popup-full-height {
  bottom: calc(-100% + -68px);
}

.-bottom-max-content {
  bottom: max-content;
}

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

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

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

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

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

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

.bottom-full {
  bottom: 100%;
}

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

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

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

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

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

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

.-bottom-full {
  bottom: -100%;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.left-7 {
  left: 1.75rem;
}

.left-8 {
  left: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-18 {
  left: 4.5rem;
}

.left-20 {
  left: 5rem;
}

.left-21 {
  left: 5.25rem;
}

.left-22 {
  left: 5.5rem;
}

.left-24 {
  left: 6rem;
}

.left-26 {
  left: 6.5rem;
}

.left-28 {
  left: 7rem;
}

.left-29 {
  left: 7.25rem;
}

.left-32 {
  left: 8rem;
}

.left-34 {
  left: 8.5rem;
}

.left-36 {
  left: 9rem;
}

.left-40 {
  left: 10rem;
}

.left-42 {
  left: 10.5rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-68 {
  left: 17rem;
}

.left-72 {
  left: 18rem;
}

.left-77 {
  left: 19.25rem;
}

.left-80 {
  left: 20rem;
}

.left-82 {
  left: 20.5rem;
}

.left-88 {
  left: 22rem;
}

.left-94 {
  left: 23.5rem;
}

.left-96 {
  left: 24rem;
}

.left-98 {
  left: 24.5rem;
}

.left-104 {
  left: 26rem;
}

.left-108 {
  left: 27rem;
}

.left-110 {
  left: 27.5rem;
}

.left-112 {
  left: 28rem;
}

.left-120 {
  left: 30rem;
}

.left-128 {
  left: 32rem;
}

.left-132 {
  left: 33rem;
}

.left-134 {
  left: 33.5rem;
}

.left-135 {
  left: 33.75rem;
}

.left-136 {
  left: 34rem;
}

.left-144 {
  left: 36rem;
}

.left-152 {
  left: 38rem;
}

.left-160 {
  left: 40rem;
}

.left-164 {
  left: 41rem;
}

.left-172 {
  left: 43rem;
}

.left-179 {
  left: 44.75rem;
}

.left-184 {
  left: 46rem;
}

.left-192 {
  left: 48rem;
}

.left-224 {
  left: 56rem;
}

.left-240 {
  left: 60rem;
}

.left-256 {
  left: 64rem;
}

.left-265 {
  left: 66.25rem;
}

.left-288 {
  left: 72rem;
}

.left-384 {
  left: 96rem;
}

.left-auto {
  left: auto;
}

.left-px {
  left: 1px;
}

.left-0\.5 {
  left: 0.125rem;
}

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

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

.left-3\.5 {
  left: 0.875rem;
}

.left-0\.75 {
  left: 0.1875rem;
}

.left-4\.5 {
  left: 1.125rem;
}

.left-7\.5 {
  left: 1.875rem;
}

.left-9\.5 {
  left: 2.375rem;
}

.left-9\.75 {
  left: 2.4375rem;
}

.left-12\.5 {
  left: 3.125rem;
}

.left-13\.5 {
  left: 3.375rem;
}

.left-292\.5 {
  left: 73.125rem;
}

.left-1\/24 {
  left: 4.166667%;
}

.left-2\/24 {
  left: 8.333333%;
}

.left-3\/24 {
  left: 12.5%;
}

.left-4\/24 {
  left: 16.666667%;
}

.left-5\/24 {
  left: 20.833333%;
}

.left-6\/24 {
  left: 25%;
}

.left-7\/24 {
  left: 29.166666%;
}

.left-8\/24 {
  left: 33.333333%;
}

.left-9\/24 {
  left: 37.5%;
}

.left-10\/24 {
  left: 41.666666%;
}

.left-11\/24 {
  left: 45.833333%;
}

.left-12\/24 {
  left: 50%;
}

.left-13\/24 {
  left: 54.166666%;
}

.left-14\/24 {
  left: 58.333333%;
}

.left-15\/24 {
  left: 62.5%;
}

.left-16\/24 {
  left: 66.666667%;
}

.left-17\/24 {
  left: 70.833333%;
}

.left-18\/24 {
  left: 75%;
}

.left-19\/24 {
  left: 79.166667%;
}

.left-20\/24 {
  left: 83.333333%;
}

.left-21\/24 {
  left: 87.5%;
}

.left-22\/24 {
  left: 91.666667%;
}

.left-23\/24 {
  left: 95.833333%;
}

.left-24\/24 {
  left: 100%;
}

.left-screen-header {
  left: 41.55vw;
}

.left-screen-60 {
  left: 60vh;
}

.left-screen-80 {
  left: 80vh;
}

.left-screen-85 {
  left: 85vh;
}

.left-screen-90 {
  left: 90vh;
}

.left-screen-95 {
  left: 95vh;
}

.left-screen-minus-header {
  left: calc(100vh - 5.25rem);
}

.left-screen-minus-35\.5 {
  left: calc(100vh - 8.875rem);
}

.left-screen-minus-36 {
  left: calc(100vh - 9rem);
}

.left-screen-minus-40 {
  left: calc(100vh - 10rem);
}

.left-screen-minus-55 {
  left: calc(100vh - 13.75rem);
}

.left-screen-minus-72 {
  left: calc(100vh - 18rem);
}

.left-screen-minus-80 {
  left: calc(100vh - 20rem);
}

.left-full-4 {
  left: calc(100% - 16px);
}

.left-account-body {
  left: calc(100vw - 304px);
}

.left-menu-center {
  left: calc(50% - 288px);
}

.left-tutorials-hidden {
  left: calc(100% - 56px);
}

.left-popup-full-width {
  left: calc(100% + 32px);
}

.left-popup-full-width-md {
  left: calc(100% + 64px);
}

.left-popup-full-height {
  left: calc(100% + 68px);
}

.left-max-content {
  left: max-content;
}

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

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

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

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

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

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

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

.-left-7 {
  left: -1.75rem;
}

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

.-left-9 {
  left: -2.25rem;
}

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

.-left-11 {
  left: -2.75rem;
}

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

.-left-14 {
  left: -3.5rem;
}

.-left-16 {
  left: -4rem;
}

.-left-18 {
  left: -4.5rem;
}

.-left-20 {
  left: -5rem;
}

.-left-21 {
  left: -5.25rem;
}

.-left-22 {
  left: -5.5rem;
}

.-left-24 {
  left: -6rem;
}

.-left-26 {
  left: -6.5rem;
}

.-left-28 {
  left: -7rem;
}

.-left-29 {
  left: -7.25rem;
}

.-left-32 {
  left: -8rem;
}

.-left-34 {
  left: -8.5rem;
}

.-left-36 {
  left: -9rem;
}

.-left-40 {
  left: -10rem;
}

.-left-42 {
  left: -10.5rem;
}

.-left-44 {
  left: -11rem;
}

.-left-48 {
  left: -12rem;
}

.-left-52 {
  left: -13rem;
}

.-left-56 {
  left: -14rem;
}

.-left-60 {
  left: -15rem;
}

.-left-64 {
  left: -16rem;
}

.-left-68 {
  left: -17rem;
}

.-left-72 {
  left: -18rem;
}

.-left-77 {
  left: -19.25rem;
}

.-left-80 {
  left: -20rem;
}

.-left-82 {
  left: -20.5rem;
}

.-left-88 {
  left: -22rem;
}

.-left-94 {
  left: -23.5rem;
}

.-left-96 {
  left: -24rem;
}

.-left-98 {
  left: -24.5rem;
}

.-left-104 {
  left: -26rem;
}

.-left-108 {
  left: -27rem;
}

.-left-110 {
  left: -27.5rem;
}

.-left-112 {
  left: -28rem;
}

.-left-120 {
  left: -30rem;
}

.-left-128 {
  left: -32rem;
}

.-left-132 {
  left: -33rem;
}

.-left-134 {
  left: -33.5rem;
}

.-left-135 {
  left: -33.75rem;
}

.-left-136 {
  left: -34rem;
}

.-left-144 {
  left: -36rem;
}

.-left-152 {
  left: -38rem;
}

.-left-160 {
  left: -40rem;
}

.-left-164 {
  left: -41rem;
}

.-left-172 {
  left: -43rem;
}

.-left-179 {
  left: -44.75rem;
}

.-left-184 {
  left: -46rem;
}

.-left-192 {
  left: -48rem;
}

.-left-224 {
  left: -56rem;
}

.-left-240 {
  left: -60rem;
}

.-left-256 {
  left: -64rem;
}

.-left-265 {
  left: -66.25rem;
}

.-left-288 {
  left: -72rem;
}

.-left-384 {
  left: -96rem;
}

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

.-left-0\.5 {
  left: -0.125rem;
}

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

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

.-left-3\.5 {
  left: -0.875rem;
}

.-left-0\.75 {
  left: -0.1875rem;
}

.-left-4\.5 {
  left: -1.125rem;
}

.-left-7\.5 {
  left: -1.875rem;
}

.-left-9\.5 {
  left: -2.375rem;
}

.-left-9\.75 {
  left: -2.4375rem;
}

.-left-12\.5 {
  left: -3.125rem;
}

.-left-13\.5 {
  left: -3.375rem;
}

.-left-292\.5 {
  left: -73.125rem;
}

.-left-1\/24 {
  left: -4.16667%;
}

.-left-2\/24 {
  left: -8.33333%;
}

.-left-3\/24 {
  left: -12.5%;
}

.-left-4\/24 {
  left: -16.66667%;
}

.-left-5\/24 {
  left: -20.83333%;
}

.-left-6\/24 {
  left: -25%;
}

.-left-7\/24 {
  left: -29.16667%;
}

.-left-8\/24 {
  left: -33.33333%;
}

.-left-9\/24 {
  left: -37.5%;
}

.-left-10\/24 {
  left: -41.66667%;
}

.-left-11\/24 {
  left: -45.83333%;
}

.-left-12\/24 {
  left: -50%;
}

.-left-13\/24 {
  left: -54.16667%;
}

.-left-14\/24 {
  left: -58.33333%;
}

.-left-15\/24 {
  left: -62.5%;
}

.-left-16\/24 {
  left: -66.66667%;
}

.-left-17\/24 {
  left: -70.83333%;
}

.-left-18\/24 {
  left: -75%;
}

.-left-19\/24 {
  left: -79.16667%;
}

.-left-20\/24 {
  left: -83.33333%;
}

.-left-21\/24 {
  left: -87.5%;
}

.-left-22\/24 {
  left: -91.66667%;
}

.-left-23\/24 {
  left: -95.83333%;
}

.-left-24\/24 {
  left: -100%;
}

.-left-screen-header {
  left: -41.55vw;
}

.-left-screen-60 {
  left: -60vh;
}

.-left-screen-80 {
  left: -80vh;
}

.-left-screen-85 {
  left: -85vh;
}

.-left-screen-90 {
  left: -90vh;
}

.-left-screen-95 {
  left: -95vh;
}

.-left-screen-minus-header {
  left: calc(-100vh - -5.25rem);
}

.-left-screen-minus-35\.5 {
  left: calc(-100vh - -8.875rem);
}

.-left-screen-minus-36 {
  left: calc(-100vh - -9rem);
}

.-left-screen-minus-40 {
  left: calc(-100vh - -10rem);
}

.-left-screen-minus-55 {
  left: calc(-100vh - -13.75rem);
}

.-left-screen-minus-72 {
  left: calc(-100vh - -18rem);
}

.-left-screen-minus-80 {
  left: calc(-100vh - -20rem);
}

.-left-full-4 {
  left: calc(-100% - -16px);
}

.-left-account-body {
  left: calc(-100vw - -304px);
}

.-left-menu-center {
  left: calc(-50% - -288px);
}

.-left-tutorials-hidden {
  left: calc(-100% - -56px);
}

.-left-popup-full-width {
  left: calc(-100% + -32px);
}

.-left-popup-full-width-md {
  left: calc(-100% + -64px);
}

.-left-popup-full-height {
  left: calc(-100% + -68px);
}

.-left-max-content {
  left: max-content;
}

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

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

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

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

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

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

.left-full {
  left: 100%;
}

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

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

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

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

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

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

.-left-full {
  left: -100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus-within\:z-0:focus-within {
  z-index: 0;
}

.focus-within\:z-1:focus-within {
  z-index: 1;
}

.focus-within\:z-2:focus-within {
  z-index: 2;
}

.focus-within\:z-3:focus-within {
  z-index: 3;
}

.focus-within\:z-4:focus-within {
  z-index: 4;
}

.focus-within\:z-5:focus-within {
  z-index: 5;
}

.focus-within\:z-6:focus-within {
  z-index: 6;
}

.focus-within\:z-7:focus-within {
  z-index: 7;
}

.focus-within\:z-8:focus-within {
  z-index: 8;
}

.focus-within\:z-9:focus-within {
  z-index: 9;
}

.focus-within\:z-10:focus-within {
  z-index: 10;
}

.focus-within\:z-11:focus-within {
  z-index: 11;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

.focus-within\:z-30:focus-within {
  z-index: 30;
}

.focus-within\:z-40:focus-within {
  z-index: 40;
}

.focus-within\:z-50:focus-within {
  z-index: 50;
}

.focus-within\:z-auto:focus-within {
  z-index: auto;
}

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

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

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

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

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

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

.focus\:z-6:focus {
  z-index: 6;
}

.focus\:z-7:focus {
  z-index: 7;
}

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

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

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

.focus\:z-11:focus {
  z-index: 11;
}

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

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

.focus\:z-40:focus {
  z-index: 40;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-18 {
  margin: 4.5rem;
}

.m-20 {
  margin: 5rem;
}

.m-21 {
  margin: 5.25rem;
}

.m-22 {
  margin: 5.5rem;
}

.m-24 {
  margin: 6rem;
}

.m-26 {
  margin: 6.5rem;
}

.m-28 {
  margin: 7rem;
}

.m-29 {
  margin: 7.25rem;
}

.m-32 {
  margin: 8rem;
}

.m-34 {
  margin: 8.5rem;
}

.m-36 {
  margin: 9rem;
}

.m-40 {
  margin: 10rem;
}

.m-42 {
  margin: 10.5rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-68 {
  margin: 17rem;
}

.m-72 {
  margin: 18rem;
}

.m-77 {
  margin: 19.25rem;
}

.m-80 {
  margin: 20rem;
}

.m-82 {
  margin: 20.5rem;
}

.m-88 {
  margin: 22rem;
}

.m-94 {
  margin: 23.5rem;
}

.m-96 {
  margin: 24rem;
}

.m-98 {
  margin: 24.5rem;
}

.m-104 {
  margin: 26rem;
}

.m-108 {
  margin: 27rem;
}

.m-110 {
  margin: 27.5rem;
}

.m-112 {
  margin: 28rem;
}

.m-120 {
  margin: 30rem;
}

.m-128 {
  margin: 32rem;
}

.m-132 {
  margin: 33rem;
}

.m-134 {
  margin: 33.5rem;
}

.m-135 {
  margin: 33.75rem;
}

.m-136 {
  margin: 34rem;
}

.m-144 {
  margin: 36rem;
}

.m-152 {
  margin: 38rem;
}

.m-160 {
  margin: 40rem;
}

.m-164 {
  margin: 41rem;
}

.m-172 {
  margin: 43rem;
}

.m-179 {
  margin: 44.75rem;
}

.m-184 {
  margin: 46rem;
}

.m-192 {
  margin: 48rem;
}

.m-224 {
  margin: 56rem;
}

.m-240 {
  margin: 60rem;
}

.m-256 {
  margin: 64rem;
}

.m-265 {
  margin: 66.25rem;
}

.m-288 {
  margin: 72rem;
}

.m-384 {
  margin: 96rem;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

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

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

.m-3\.5 {
  margin: 0.875rem;
}

.m-0\.75 {
  margin: 0.1875rem;
}

.m-4\.5 {
  margin: 1.125rem;
}

.m-7\.5 {
  margin: 1.875rem;
}

.m-9\.5 {
  margin: 2.375rem;
}

.m-9\.75 {
  margin: 2.4375rem;
}

.m-12\.5 {
  margin: 3.125rem;
}

.m-13\.5 {
  margin: 3.375rem;
}

.m-292\.5 {
  margin: 73.125rem;
}

.m-1\/24 {
  margin: 4.166667%;
}

.m-2\/24 {
  margin: 8.333333%;
}

.m-3\/24 {
  margin: 12.5%;
}

.m-4\/24 {
  margin: 16.666667%;
}

.m-5\/24 {
  margin: 20.833333%;
}

.m-6\/24 {
  margin: 25%;
}

.m-7\/24 {
  margin: 29.166666%;
}

.m-8\/24 {
  margin: 33.333333%;
}

.m-9\/24 {
  margin: 37.5%;
}

.m-10\/24 {
  margin: 41.666666%;
}

.m-11\/24 {
  margin: 45.833333%;
}

.m-12\/24 {
  margin: 50%;
}

.m-13\/24 {
  margin: 54.166666%;
}

.m-14\/24 {
  margin: 58.333333%;
}

.m-15\/24 {
  margin: 62.5%;
}

.m-16\/24 {
  margin: 66.666667%;
}

.m-17\/24 {
  margin: 70.833333%;
}

.m-18\/24 {
  margin: 75%;
}

.m-19\/24 {
  margin: 79.166667%;
}

.m-20\/24 {
  margin: 83.333333%;
}

.m-21\/24 {
  margin: 87.5%;
}

.m-22\/24 {
  margin: 91.666667%;
}

.m-23\/24 {
  margin: 95.833333%;
}

.m-24\/24 {
  margin: 100%;
}

.m-screen-header {
  margin: 41.55vw;
}

.m-screen-60 {
  margin: 60vh;
}

.m-screen-80 {
  margin: 80vh;
}

.m-screen-85 {
  margin: 85vh;
}

.m-screen-90 {
  margin: 90vh;
}

.m-screen-95 {
  margin: 95vh;
}

.m-screen-minus-header {
  margin: calc(100vh - 5.25rem);
}

.m-screen-minus-35\.5 {
  margin: calc(100vh - 8.875rem);
}

.m-screen-minus-36 {
  margin: calc(100vh - 9rem);
}

.m-screen-minus-40 {
  margin: calc(100vh - 10rem);
}

.m-screen-minus-55 {
  margin: calc(100vh - 13.75rem);
}

.m-screen-minus-72 {
  margin: calc(100vh - 18rem);
}

.m-screen-minus-80 {
  margin: calc(100vh - 20rem);
}

.m-full-4 {
  margin: calc(100% - 16px);
}

.m-account-body {
  margin: calc(100vw - 304px);
}

.m-menu-center {
  margin: calc(50% - 288px);
}

.m-tutorials-hidden {
  margin: calc(100% - 56px);
}

.m-popup-full-width {
  margin: calc(100% + 32px);
}

.m-popup-full-width-md {
  margin: calc(100% + 64px);
}

.m-popup-full-height {
  margin: calc(100% + 68px);
}

.m-max-content {
  margin: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-29 {
  margin: -7.25rem;
}

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

.-m-34 {
  margin: -8.5rem;
}

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

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

.-m-42 {
  margin: -10.5rem;
}

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

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

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

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

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

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

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

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

.-m-77 {
  margin: -19.25rem;
}

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

.-m-82 {
  margin: -20.5rem;
}

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

.-m-94 {
  margin: -23.5rem;
}

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

.-m-98 {
  margin: -24.5rem;
}

.-m-104 {
  margin: -26rem;
}

.-m-108 {
  margin: -27rem;
}

.-m-110 {
  margin: -27.5rem;
}

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

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

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

.-m-132 {
  margin: -33rem;
}

.-m-134 {
  margin: -33.5rem;
}

.-m-135 {
  margin: -33.75rem;
}

.-m-136 {
  margin: -34rem;
}

.-m-144 {
  margin: -36rem;
}

.-m-152 {
  margin: -38rem;
}

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

.-m-164 {
  margin: -41rem;
}

.-m-172 {
  margin: -43rem;
}

.-m-179 {
  margin: -44.75rem;
}

.-m-184 {
  margin: -46rem;
}

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

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

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

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

.-m-265 {
  margin: -66.25rem;
}

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

.-m-384 {
  margin: -96rem;
}

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

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

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

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

.-m-3\.5 {
  margin: -0.875rem;
}

.-m-0\.75 {
  margin: -0.1875rem;
}

.-m-4\.5 {
  margin: -1.125rem;
}

.-m-7\.5 {
  margin: -1.875rem;
}

.-m-9\.5 {
  margin: -2.375rem;
}

.-m-9\.75 {
  margin: -2.4375rem;
}

.-m-12\.5 {
  margin: -3.125rem;
}

.-m-13\.5 {
  margin: -3.375rem;
}

.-m-292\.5 {
  margin: -73.125rem;
}

.-m-1\/24 {
  margin: -4.16667%;
}

.-m-2\/24 {
  margin: -8.33333%;
}

.-m-3\/24 {
  margin: -12.5%;
}

.-m-4\/24 {
  margin: -16.66667%;
}

.-m-5\/24 {
  margin: -20.83333%;
}

.-m-6\/24 {
  margin: -25%;
}

.-m-7\/24 {
  margin: -29.16667%;
}

.-m-8\/24 {
  margin: -33.33333%;
}

.-m-9\/24 {
  margin: -37.5%;
}

.-m-10\/24 {
  margin: -41.66667%;
}

.-m-11\/24 {
  margin: -45.83333%;
}

.-m-12\/24 {
  margin: -50%;
}

.-m-13\/24 {
  margin: -54.16667%;
}

.-m-14\/24 {
  margin: -58.33333%;
}

.-m-15\/24 {
  margin: -62.5%;
}

.-m-16\/24 {
  margin: -66.66667%;
}

.-m-17\/24 {
  margin: -70.83333%;
}

.-m-18\/24 {
  margin: -75%;
}

.-m-19\/24 {
  margin: -79.16667%;
}

.-m-20\/24 {
  margin: -83.33333%;
}

.-m-21\/24 {
  margin: -87.5%;
}

.-m-22\/24 {
  margin: -91.66667%;
}

.-m-23\/24 {
  margin: -95.83333%;
}

.-m-24\/24 {
  margin: -100%;
}

.-m-screen-header {
  margin: -41.55vw;
}

.-m-screen-60 {
  margin: -60vh;
}

.-m-screen-80 {
  margin: -80vh;
}

.-m-screen-85 {
  margin: -85vh;
}

.-m-screen-90 {
  margin: -90vh;
}

.-m-screen-95 {
  margin: -95vh;
}

.-m-screen-minus-header {
  margin: calc(-100vh - -5.25rem);
}

.-m-screen-minus-35\.5 {
  margin: calc(-100vh - -8.875rem);
}

.-m-screen-minus-36 {
  margin: calc(-100vh - -9rem);
}

.-m-screen-minus-40 {
  margin: calc(-100vh - -10rem);
}

.-m-screen-minus-55 {
  margin: calc(-100vh - -13.75rem);
}

.-m-screen-minus-72 {
  margin: calc(-100vh - -18rem);
}

.-m-screen-minus-80 {
  margin: calc(-100vh - -20rem);
}

.-m-full-4 {
  margin: calc(-100% - -16px);
}

.-m-account-body {
  margin: calc(-100vw - -304px);
}

.-m-menu-center {
  margin: calc(-50% - -288px);
}

.-m-tutorials-hidden {
  margin: calc(-100% - -56px);
}

.-m-popup-full-width {
  margin: calc(-100% + -32px);
}

.-m-popup-full-width-md {
  margin: calc(-100% + -64px);
}

.-m-popup-full-height {
  margin: calc(-100% + -68px);
}

.-m-max-content {
  margin: max-content;
}

.hover\:m-0:hover {
  margin: 0px;
}

.hover\:m-1:hover {
  margin: 0.25rem;
}

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

.hover\:m-3:hover {
  margin: 0.75rem;
}

.hover\:m-4:hover {
  margin: 1rem;
}

.hover\:m-5:hover {
  margin: 1.25rem;
}

.hover\:m-6:hover {
  margin: 1.5rem;
}

.hover\:m-7:hover {
  margin: 1.75rem;
}

.hover\:m-8:hover {
  margin: 2rem;
}

.hover\:m-9:hover {
  margin: 2.25rem;
}

.hover\:m-10:hover {
  margin: 2.5rem;
}

.hover\:m-11:hover {
  margin: 2.75rem;
}

.hover\:m-12:hover {
  margin: 3rem;
}

.hover\:m-14:hover {
  margin: 3.5rem;
}

.hover\:m-16:hover {
  margin: 4rem;
}

.hover\:m-18:hover {
  margin: 4.5rem;
}

.hover\:m-20:hover {
  margin: 5rem;
}

.hover\:m-21:hover {
  margin: 5.25rem;
}

.hover\:m-22:hover {
  margin: 5.5rem;
}

.hover\:m-24:hover {
  margin: 6rem;
}

.hover\:m-26:hover {
  margin: 6.5rem;
}

.hover\:m-28:hover {
  margin: 7rem;
}

.hover\:m-29:hover {
  margin: 7.25rem;
}

.hover\:m-32:hover {
  margin: 8rem;
}

.hover\:m-34:hover {
  margin: 8.5rem;
}

.hover\:m-36:hover {
  margin: 9rem;
}

.hover\:m-40:hover {
  margin: 10rem;
}

.hover\:m-42:hover {
  margin: 10.5rem;
}

.hover\:m-44:hover {
  margin: 11rem;
}

.hover\:m-48:hover {
  margin: 12rem;
}

.hover\:m-52:hover {
  margin: 13rem;
}

.hover\:m-56:hover {
  margin: 14rem;
}

.hover\:m-60:hover {
  margin: 15rem;
}

.hover\:m-64:hover {
  margin: 16rem;
}

.hover\:m-68:hover {
  margin: 17rem;
}

.hover\:m-72:hover {
  margin: 18rem;
}

.hover\:m-77:hover {
  margin: 19.25rem;
}

.hover\:m-80:hover {
  margin: 20rem;
}

.hover\:m-82:hover {
  margin: 20.5rem;
}

.hover\:m-88:hover {
  margin: 22rem;
}

.hover\:m-94:hover {
  margin: 23.5rem;
}

.hover\:m-96:hover {
  margin: 24rem;
}

.hover\:m-98:hover {
  margin: 24.5rem;
}

.hover\:m-104:hover {
  margin: 26rem;
}

.hover\:m-108:hover {
  margin: 27rem;
}

.hover\:m-110:hover {
  margin: 27.5rem;
}

.hover\:m-112:hover {
  margin: 28rem;
}

.hover\:m-120:hover {
  margin: 30rem;
}

.hover\:m-128:hover {
  margin: 32rem;
}

.hover\:m-132:hover {
  margin: 33rem;
}

.hover\:m-134:hover {
  margin: 33.5rem;
}

.hover\:m-135:hover {
  margin: 33.75rem;
}

.hover\:m-136:hover {
  margin: 34rem;
}

.hover\:m-144:hover {
  margin: 36rem;
}

.hover\:m-152:hover {
  margin: 38rem;
}

.hover\:m-160:hover {
  margin: 40rem;
}

.hover\:m-164:hover {
  margin: 41rem;
}

.hover\:m-172:hover {
  margin: 43rem;
}

.hover\:m-179:hover {
  margin: 44.75rem;
}

.hover\:m-184:hover {
  margin: 46rem;
}

.hover\:m-192:hover {
  margin: 48rem;
}

.hover\:m-224:hover {
  margin: 56rem;
}

.hover\:m-240:hover {
  margin: 60rem;
}

.hover\:m-256:hover {
  margin: 64rem;
}

.hover\:m-265:hover {
  margin: 66.25rem;
}

.hover\:m-288:hover {
  margin: 72rem;
}

.hover\:m-384:hover {
  margin: 96rem;
}

.hover\:m-auto:hover {
  margin: auto;
}

.hover\:m-px:hover {
  margin: 1px;
}

.hover\:m-0\.5:hover {
  margin: 0.125rem;
}

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

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

.hover\:m-3\.5:hover {
  margin: 0.875rem;
}

.hover\:m-0\.75:hover {
  margin: 0.1875rem;
}

.hover\:m-4\.5:hover {
  margin: 1.125rem;
}

.hover\:m-7\.5:hover {
  margin: 1.875rem;
}

.hover\:m-9\.5:hover {
  margin: 2.375rem;
}

.hover\:m-9\.75:hover {
  margin: 2.4375rem;
}

.hover\:m-12\.5:hover {
  margin: 3.125rem;
}

.hover\:m-13\.5:hover {
  margin: 3.375rem;
}

.hover\:m-292\.5:hover {
  margin: 73.125rem;
}

.hover\:m-1\/24:hover {
  margin: 4.166667%;
}

.hover\:m-2\/24:hover {
  margin: 8.333333%;
}

.hover\:m-3\/24:hover {
  margin: 12.5%;
}

.hover\:m-4\/24:hover {
  margin: 16.666667%;
}

.hover\:m-5\/24:hover {
  margin: 20.833333%;
}

.hover\:m-6\/24:hover {
  margin: 25%;
}

.hover\:m-7\/24:hover {
  margin: 29.166666%;
}

.hover\:m-8\/24:hover {
  margin: 33.333333%;
}

.hover\:m-9\/24:hover {
  margin: 37.5%;
}

.hover\:m-10\/24:hover {
  margin: 41.666666%;
}

.hover\:m-11\/24:hover {
  margin: 45.833333%;
}

.hover\:m-12\/24:hover {
  margin: 50%;
}

.hover\:m-13\/24:hover {
  margin: 54.166666%;
}

.hover\:m-14\/24:hover {
  margin: 58.333333%;
}

.hover\:m-15\/24:hover {
  margin: 62.5%;
}

.hover\:m-16\/24:hover {
  margin: 66.666667%;
}

.hover\:m-17\/24:hover {
  margin: 70.833333%;
}

.hover\:m-18\/24:hover {
  margin: 75%;
}

.hover\:m-19\/24:hover {
  margin: 79.166667%;
}

.hover\:m-20\/24:hover {
  margin: 83.333333%;
}

.hover\:m-21\/24:hover {
  margin: 87.5%;
}

.hover\:m-22\/24:hover {
  margin: 91.666667%;
}

.hover\:m-23\/24:hover {
  margin: 95.833333%;
}

.hover\:m-24\/24:hover {
  margin: 100%;
}

.hover\:m-screen-header:hover {
  margin: 41.55vw;
}

.hover\:m-screen-60:hover {
  margin: 60vh;
}

.hover\:m-screen-80:hover {
  margin: 80vh;
}

.hover\:m-screen-85:hover {
  margin: 85vh;
}

.hover\:m-screen-90:hover {
  margin: 90vh;
}

.hover\:m-screen-95:hover {
  margin: 95vh;
}

.hover\:m-screen-minus-header:hover {
  margin: calc(100vh - 5.25rem);
}

.hover\:m-screen-minus-35\.5:hover {
  margin: calc(100vh - 8.875rem);
}

.hover\:m-screen-minus-36:hover {
  margin: calc(100vh - 9rem);
}

.hover\:m-screen-minus-40:hover {
  margin: calc(100vh - 10rem);
}

.hover\:m-screen-minus-55:hover {
  margin: calc(100vh - 13.75rem);
}

.hover\:m-screen-minus-72:hover {
  margin: calc(100vh - 18rem);
}

.hover\:m-screen-minus-80:hover {
  margin: calc(100vh - 20rem);
}

.hover\:m-full-4:hover {
  margin: calc(100% - 16px);
}

.hover\:m-account-body:hover {
  margin: calc(100vw - 304px);
}

.hover\:m-menu-center:hover {
  margin: calc(50% - 288px);
}

.hover\:m-tutorials-hidden:hover {
  margin: calc(100% - 56px);
}

.hover\:m-popup-full-width:hover {
  margin: calc(100% + 32px);
}

.hover\:m-popup-full-width-md:hover {
  margin: calc(100% + 64px);
}

.hover\:m-popup-full-height:hover {
  margin: calc(100% + 68px);
}

.hover\:m-max-content:hover {
  margin: max-content;
}

.hover\:-m-0:hover {
  margin: 0px;
}

.hover\:-m-1:hover {
  margin: -0.25rem;
}

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

.hover\:-m-3:hover {
  margin: -0.75rem;
}

.hover\:-m-4:hover {
  margin: -1rem;
}

.hover\:-m-5:hover {
  margin: -1.25rem;
}

.hover\:-m-6:hover {
  margin: -1.5rem;
}

.hover\:-m-7:hover {
  margin: -1.75rem;
}

.hover\:-m-8:hover {
  margin: -2rem;
}

.hover\:-m-9:hover {
  margin: -2.25rem;
}

.hover\:-m-10:hover {
  margin: -2.5rem;
}

.hover\:-m-11:hover {
  margin: -2.75rem;
}

.hover\:-m-12:hover {
  margin: -3rem;
}

.hover\:-m-14:hover {
  margin: -3.5rem;
}

.hover\:-m-16:hover {
  margin: -4rem;
}

.hover\:-m-18:hover {
  margin: -4.5rem;
}

.hover\:-m-20:hover {
  margin: -5rem;
}

.hover\:-m-21:hover {
  margin: -5.25rem;
}

.hover\:-m-22:hover {
  margin: -5.5rem;
}

.hover\:-m-24:hover {
  margin: -6rem;
}

.hover\:-m-26:hover {
  margin: -6.5rem;
}

.hover\:-m-28:hover {
  margin: -7rem;
}

.hover\:-m-29:hover {
  margin: -7.25rem;
}

.hover\:-m-32:hover {
  margin: -8rem;
}

.hover\:-m-34:hover {
  margin: -8.5rem;
}

.hover\:-m-36:hover {
  margin: -9rem;
}

.hover\:-m-40:hover {
  margin: -10rem;
}

.hover\:-m-42:hover {
  margin: -10.5rem;
}

.hover\:-m-44:hover {
  margin: -11rem;
}

.hover\:-m-48:hover {
  margin: -12rem;
}

.hover\:-m-52:hover {
  margin: -13rem;
}

.hover\:-m-56:hover {
  margin: -14rem;
}

.hover\:-m-60:hover {
  margin: -15rem;
}

.hover\:-m-64:hover {
  margin: -16rem;
}

.hover\:-m-68:hover {
  margin: -17rem;
}

.hover\:-m-72:hover {
  margin: -18rem;
}

.hover\:-m-77:hover {
  margin: -19.25rem;
}

.hover\:-m-80:hover {
  margin: -20rem;
}

.hover\:-m-82:hover {
  margin: -20.5rem;
}

.hover\:-m-88:hover {
  margin: -22rem;
}

.hover\:-m-94:hover {
  margin: -23.5rem;
}

.hover\:-m-96:hover {
  margin: -24rem;
}

.hover\:-m-98:hover {
  margin: -24.5rem;
}

.hover\:-m-104:hover {
  margin: -26rem;
}

.hover\:-m-108:hover {
  margin: -27rem;
}

.hover\:-m-110:hover {
  margin: -27.5rem;
}

.hover\:-m-112:hover {
  margin: -28rem;
}

.hover\:-m-120:hover {
  margin: -30rem;
}

.hover\:-m-128:hover {
  margin: -32rem;
}

.hover\:-m-132:hover {
  margin: -33rem;
}

.hover\:-m-134:hover {
  margin: -33.5rem;
}

.hover\:-m-135:hover {
  margin: -33.75rem;
}

.hover\:-m-136:hover {
  margin: -34rem;
}

.hover\:-m-144:hover {
  margin: -36rem;
}

.hover\:-m-152:hover {
  margin: -38rem;
}

.hover\:-m-160:hover {
  margin: -40rem;
}

.hover\:-m-164:hover {
  margin: -41rem;
}

.hover\:-m-172:hover {
  margin: -43rem;
}

.hover\:-m-179:hover {
  margin: -44.75rem;
}

.hover\:-m-184:hover {
  margin: -46rem;
}

.hover\:-m-192:hover {
  margin: -48rem;
}

.hover\:-m-224:hover {
  margin: -56rem;
}

.hover\:-m-240:hover {
  margin: -60rem;
}

.hover\:-m-256:hover {
  margin: -64rem;
}

.hover\:-m-265:hover {
  margin: -66.25rem;
}

.hover\:-m-288:hover {
  margin: -72rem;
}

.hover\:-m-384:hover {
  margin: -96rem;
}

.hover\:-m-px:hover {
  margin: -1px;
}

.hover\:-m-0\.5:hover {
  margin: -0.125rem;
}

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

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

.hover\:-m-3\.5:hover {
  margin: -0.875rem;
}

.hover\:-m-0\.75:hover {
  margin: -0.1875rem;
}

.hover\:-m-4\.5:hover {
  margin: -1.125rem;
}

.hover\:-m-7\.5:hover {
  margin: -1.875rem;
}

.hover\:-m-9\.5:hover {
  margin: -2.375rem;
}

.hover\:-m-9\.75:hover {
  margin: -2.4375rem;
}

.hover\:-m-12\.5:hover {
  margin: -3.125rem;
}

.hover\:-m-13\.5:hover {
  margin: -3.375rem;
}

.hover\:-m-292\.5:hover {
  margin: -73.125rem;
}

.hover\:-m-1\/24:hover {
  margin: -4.16667%;
}

.hover\:-m-2\/24:hover {
  margin: -8.33333%;
}

.hover\:-m-3\/24:hover {
  margin: -12.5%;
}

.hover\:-m-4\/24:hover {
  margin: -16.66667%;
}

.hover\:-m-5\/24:hover {
  margin: -20.83333%;
}

.hover\:-m-6\/24:hover {
  margin: -25%;
}

.hover\:-m-7\/24:hover {
  margin: -29.16667%;
}

.hover\:-m-8\/24:hover {
  margin: -33.33333%;
}

.hover\:-m-9\/24:hover {
  margin: -37.5%;
}

.hover\:-m-10\/24:hover {
  margin: -41.66667%;
}

.hover\:-m-11\/24:hover {
  margin: -45.83333%;
}

.hover\:-m-12\/24:hover {
  margin: -50%;
}

.hover\:-m-13\/24:hover {
  margin: -54.16667%;
}

.hover\:-m-14\/24:hover {
  margin: -58.33333%;
}

.hover\:-m-15\/24:hover {
  margin: -62.5%;
}

.hover\:-m-16\/24:hover {
  margin: -66.66667%;
}

.hover\:-m-17\/24:hover {
  margin: -70.83333%;
}

.hover\:-m-18\/24:hover {
  margin: -75%;
}

.hover\:-m-19\/24:hover {
  margin: -79.16667%;
}

.hover\:-m-20\/24:hover {
  margin: -83.33333%;
}

.hover\:-m-21\/24:hover {
  margin: -87.5%;
}

.hover\:-m-22\/24:hover {
  margin: -91.66667%;
}

.hover\:-m-23\/24:hover {
  margin: -95.83333%;
}

.hover\:-m-24\/24:hover {
  margin: -100%;
}

.hover\:-m-screen-header:hover {
  margin: -41.55vw;
}

.hover\:-m-screen-60:hover {
  margin: -60vh;
}

.hover\:-m-screen-80:hover {
  margin: -80vh;
}

.hover\:-m-screen-85:hover {
  margin: -85vh;
}

.hover\:-m-screen-90:hover {
  margin: -90vh;
}

.hover\:-m-screen-95:hover {
  margin: -95vh;
}

.hover\:-m-screen-minus-header:hover {
  margin: calc(-100vh - -5.25rem);
}

.hover\:-m-screen-minus-35\.5:hover {
  margin: calc(-100vh - -8.875rem);
}

.hover\:-m-screen-minus-36:hover {
  margin: calc(-100vh - -9rem);
}

.hover\:-m-screen-minus-40:hover {
  margin: calc(-100vh - -10rem);
}

.hover\:-m-screen-minus-55:hover {
  margin: calc(-100vh - -13.75rem);
}

.hover\:-m-screen-minus-72:hover {
  margin: calc(-100vh - -18rem);
}

.hover\:-m-screen-minus-80:hover {
  margin: calc(-100vh - -20rem);
}

.hover\:-m-full-4:hover {
  margin: calc(-100% - -16px);
}

.hover\:-m-account-body:hover {
  margin: calc(-100vw - -304px);
}

.hover\:-m-menu-center:hover {
  margin: calc(-50% - -288px);
}

.hover\:-m-tutorials-hidden:hover {
  margin: calc(-100% - -56px);
}

.hover\:-m-popup-full-width:hover {
  margin: calc(-100% + -32px);
}

.hover\:-m-popup-full-width-md:hover {
  margin: calc(-100% + -64px);
}

.hover\:-m-popup-full-height:hover {
  margin: calc(-100% + -68px);
}

.hover\:-m-max-content:hover {
  margin: max-content;
}

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

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

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

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

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

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

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

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

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

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

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

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

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

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

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

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

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

.mx-21 {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.mx-22 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

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

.mx-26 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

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

.mx-29 {
  margin-left: 7.25rem;
  margin-right: 7.25rem;
}

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

.mx-34 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

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

.mx-42 {
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

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

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

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

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

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

.mx-68 {
  margin-left: 17rem;
  margin-right: 17rem;
}

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

.mx-77 {
  margin-left: 19.25rem;
  margin-right: 19.25rem;
}

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

.mx-82 {
  margin-left: 20.5rem;
  margin-right: 20.5rem;
}

.mx-88 {
  margin-left: 22rem;
  margin-right: 22rem;
}

.mx-94 {
  margin-left: 23.5rem;
  margin-right: 23.5rem;
}

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

.mx-98 {
  margin-left: 24.5rem;
  margin-right: 24.5rem;
}

.mx-104 {
  margin-left: 26rem;
  margin-right: 26rem;
}

.mx-108 {
  margin-left: 27rem;
  margin-right: 27rem;
}

.mx-110 {
  margin-left: 27.5rem;
  margin-right: 27.5rem;
}

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

.mx-120 {
  margin-left: 30rem;
  margin-right: 30rem;
}

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

.mx-132 {
  margin-left: 33rem;
  margin-right: 33rem;
}

.mx-134 {
  margin-left: 33.5rem;
  margin-right: 33.5rem;
}

.mx-135 {
  margin-left: 33.75rem;
  margin-right: 33.75rem;
}

.mx-136 {
  margin-left: 34rem;
  margin-right: 34rem;
}

.mx-144 {
  margin-left: 36rem;
  margin-right: 36rem;
}

.mx-152 {
  margin-left: 38rem;
  margin-right: 38rem;
}

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

.mx-164 {
  margin-left: 41rem;
  margin-right: 41rem;
}

.mx-172 {
  margin-left: 43rem;
  margin-right: 43rem;
}

.mx-179 {
  margin-left: 44.75rem;
  margin-right: 44.75rem;
}

.mx-184 {
  margin-left: 46rem;
  margin-right: 46rem;
}

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

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

.mx-240 {
  margin-left: 60rem;
  margin-right: 60rem;
}

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

.mx-265 {
  margin-left: 66.25rem;
  margin-right: 66.25rem;
}

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

.mx-384 {
  margin-left: 96rem;
  margin-right: 96rem;
}

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

.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}

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

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

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

.mx-4\.5 {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.mx-7\.5 {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.mx-9\.5 {
  margin-left: 2.375rem;
  margin-right: 2.375rem;
}

.mx-9\.75 {
  margin-left: 2.4375rem;
  margin-right: 2.4375rem;
}

.mx-12\.5 {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.mx-13\.5 {
  margin-left: 3.375rem;
  margin-right: 3.375rem;
}

.mx-292\.5 {
  margin-left: 73.125rem;
  margin-right: 73.125rem;
}

.mx-1\/24 {
  margin-left: 4.166667%;
  margin-right: 4.166667%;
}

.mx-2\/24 {
  margin-left: 8.333333%;
  margin-right: 8.333333%;
}

.mx-3\/24 {
  margin-left: 12.5%;
  margin-right: 12.5%;
}

.mx-4\/24 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.mx-5\/24 {
  margin-left: 20.833333%;
  margin-right: 20.833333%;
}

.mx-6\/24 {
  margin-left: 25%;
  margin-right: 25%;
}

.mx-7\/24 {
  margin-left: 29.166666%;
  margin-right: 29.166666%;
}

.mx-8\/24 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.mx-9\/24 {
  margin-left: 37.5%;
  margin-right: 37.5%;
}

.mx-10\/24 {
  margin-left: 41.666666%;
  margin-right: 41.666666%;
}

.mx-11\/24 {
  margin-left: 45.833333%;
  margin-right: 45.833333%;
}

.mx-12\/24 {
  margin-left: 50%;
  margin-right: 50%;
}

.mx-13\/24 {
  margin-left: 54.166666%;
  margin-right: 54.166666%;
}

.mx-14\/24 {
  margin-left: 58.333333%;
  margin-right: 58.333333%;
}

.mx-15\/24 {
  margin-left: 62.5%;
  margin-right: 62.5%;
}

.mx-16\/24 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.mx-17\/24 {
  margin-left: 70.833333%;
  margin-right: 70.833333%;
}

.mx-18\/24 {
  margin-left: 75%;
  margin-right: 75%;
}

.mx-19\/24 {
  margin-left: 79.166667%;
  margin-right: 79.166667%;
}

.mx-20\/24 {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.mx-21\/24 {
  margin-left: 87.5%;
  margin-right: 87.5%;
}

.mx-22\/24 {
  margin-left: 91.666667%;
  margin-right: 91.666667%;
}

.mx-23\/24 {
  margin-left: 95.833333%;
  margin-right: 95.833333%;
}

.mx-24\/24 {
  margin-left: 100%;
  margin-right: 100%;
}

.mx-screen-header {
  margin-left: 41.55vw;
  margin-right: 41.55vw;
}

.mx-screen-60 {
  margin-left: 60vh;
  margin-right: 60vh;
}

.mx-screen-80 {
  margin-left: 80vh;
  margin-right: 80vh;
}

.mx-screen-85 {
  margin-left: 85vh;
  margin-right: 85vh;
}

.mx-screen-90 {
  margin-left: 90vh;
  margin-right: 90vh;
}

.mx-screen-95 {
  margin-left: 95vh;
  margin-right: 95vh;
}

.mx-screen-minus-header {
  margin-left: calc(100vh - 5.25rem);
  margin-right: calc(100vh - 5.25rem);
}

.mx-screen-minus-35\.5 {
  margin-left: calc(100vh - 8.875rem);
  margin-right: calc(100vh - 8.875rem);
}

.mx-screen-minus-36 {
  margin-left: calc(100vh - 9rem);
  margin-right: calc(100vh - 9rem);
}

.mx-screen-minus-40 {
  margin-left: calc(100vh - 10rem);
  margin-right: calc(100vh - 10rem);
}

.mx-screen-minus-55 {
  margin-left: calc(100vh - 13.75rem);
  margin-right: calc(100vh - 13.75rem);
}

.mx-screen-minus-72 {
  margin-left: calc(100vh - 18rem);
  margin-right: calc(100vh - 18rem);
}

.mx-screen-minus-80 {
  margin-left: calc(100vh - 20rem);
  margin-right: calc(100vh - 20rem);
}

.mx-full-4 {
  margin-left: calc(100% - 16px);
  margin-right: calc(100% - 16px);
}

.mx-account-body {
  margin-left: calc(100vw - 304px);
  margin-right: calc(100vw - 304px);
}

.mx-menu-center {
  margin-left: calc(50% - 288px);
  margin-right: calc(50% - 288px);
}

.mx-tutorials-hidden {
  margin-left: calc(100% - 56px);
  margin-right: calc(100% - 56px);
}

.mx-popup-full-width {
  margin-left: calc(100% + 32px);
  margin-right: calc(100% + 32px);
}

.mx-popup-full-width-md {
  margin-left: calc(100% + 64px);
  margin-right: calc(100% + 64px);
}

.mx-popup-full-height {
  margin-left: calc(100% + 68px);
  margin-right: calc(100% + 68px);
}

.mx-max-content {
  margin-left: max-content;
  margin-right: max-content;
}

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

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

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

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

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

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

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

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

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

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

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

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

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

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

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

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

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

.-mx-21 {
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.-mx-22 {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

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

.-mx-26 {
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

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

.-mx-29 {
  margin-left: -7.25rem;
  margin-right: -7.25rem;
}

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

.-mx-34 {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

.-mx-36 {
  margin-left: -9rem;
  margin-right: -9rem;
}

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

.-mx-42 {
  margin-left: -10.5rem;
  margin-right: -10.5rem;
}

.-mx-44 {
  margin-left: -11rem;
  margin-right: -11rem;
}

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

.-mx-52 {
  margin-left: -13rem;
  margin-right: -13rem;
}

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

.-mx-60 {
  margin-left: -15rem;
  margin-right: -15rem;
}

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

.-mx-68 {
  margin-left: -17rem;
  margin-right: -17rem;
}

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

.-mx-77 {
  margin-left: -19.25rem;
  margin-right: -19.25rem;
}

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

.-mx-82 {
  margin-left: -20.5rem;
  margin-right: -20.5rem;
}

.-mx-88 {
  margin-left: -22rem;
  margin-right: -22rem;
}

.-mx-94 {
  margin-left: -23.5rem;
  margin-right: -23.5rem;
}

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

.-mx-98 {
  margin-left: -24.5rem;
  margin-right: -24.5rem;
}

.-mx-104 {
  margin-left: -26rem;
  margin-right: -26rem;
}

.-mx-108 {
  margin-left: -27rem;
  margin-right: -27rem;
}

.-mx-110 {
  margin-left: -27.5rem;
  margin-right: -27.5rem;
}

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

.-mx-120 {
  margin-left: -30rem;
  margin-right: -30rem;
}

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

.-mx-132 {
  margin-left: -33rem;
  margin-right: -33rem;
}

.-mx-134 {
  margin-left: -33.5rem;
  margin-right: -33.5rem;
}

.-mx-135 {
  margin-left: -33.75rem;
  margin-right: -33.75rem;
}

.-mx-136 {
  margin-left: -34rem;
  margin-right: -34rem;
}

.-mx-144 {
  margin-left: -36rem;
  margin-right: -36rem;
}

.-mx-152 {
  margin-left: -38rem;
  margin-right: -38rem;
}

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

.-mx-164 {
  margin-left: -41rem;
  margin-right: -41rem;
}

.-mx-172 {
  margin-left: -43rem;
  margin-right: -43rem;
}

.-mx-179 {
  margin-left: -44.75rem;
  margin-right: -44.75rem;
}

.-mx-184 {
  margin-left: -46rem;
  margin-right: -46rem;
}

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

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

.-mx-240 {
  margin-left: -60rem;
  margin-right: -60rem;
}

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

.-mx-265 {
  margin-left: -66.25rem;
  margin-right: -66.25rem;
}

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

.-mx-384 {
  margin-left: -96rem;
  margin-right: -96rem;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

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

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

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

.-mx-4\.5 {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

.-mx-7\.5 {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.-mx-9\.5 {
  margin-left: -2.375rem;
  margin-right: -2.375rem;
}

.-mx-9\.75 {
  margin-left: -2.4375rem;
  margin-right: -2.4375rem;
}

.-mx-12\.5 {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.-mx-13\.5 {
  margin-left: -3.375rem;
  margin-right: -3.375rem;
}

.-mx-292\.5 {
  margin-left: -73.125rem;
  margin-right: -73.125rem;
}

.-mx-1\/24 {
  margin-left: -4.16667%;
  margin-right: -4.16667%;
}

.-mx-2\/24 {
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

.-mx-3\/24 {
  margin-left: -12.5%;
  margin-right: -12.5%;
}

.-mx-4\/24 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.-mx-5\/24 {
  margin-left: -20.83333%;
  margin-right: -20.83333%;
}

.-mx-6\/24 {
  margin-left: -25%;
  margin-right: -25%;
}

.-mx-7\/24 {
  margin-left: -29.16667%;
  margin-right: -29.16667%;
}

.-mx-8\/24 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-mx-9\/24 {
  margin-left: -37.5%;
  margin-right: -37.5%;
}

.-mx-10\/24 {
  margin-left: -41.66667%;
  margin-right: -41.66667%;
}

.-mx-11\/24 {
  margin-left: -45.83333%;
  margin-right: -45.83333%;
}

.-mx-12\/24 {
  margin-left: -50%;
  margin-right: -50%;
}

.-mx-13\/24 {
  margin-left: -54.16667%;
  margin-right: -54.16667%;
}

.-mx-14\/24 {
  margin-left: -58.33333%;
  margin-right: -58.33333%;
}

.-mx-15\/24 {
  margin-left: -62.5%;
  margin-right: -62.5%;
}

.-mx-16\/24 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-mx-17\/24 {
  margin-left: -70.83333%;
  margin-right: -70.83333%;
}

.-mx-18\/24 {
  margin-left: -75%;
  margin-right: -75%;
}

.-mx-19\/24 {
  margin-left: -79.16667%;
  margin-right: -79.16667%;
}

.-mx-20\/24 {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.-mx-21\/24 {
  margin-left: -87.5%;
  margin-right: -87.5%;
}

.-mx-22\/24 {
  margin-left: -91.66667%;
  margin-right: -91.66667%;
}

.-mx-23\/24 {
  margin-left: -95.83333%;
  margin-right: -95.83333%;
}

.-mx-24\/24 {
  margin-left: -100%;
  margin-right: -100%;
}

.-mx-screen-header {
  margin-left: -41.55vw;
  margin-right: -41.55vw;
}

.-mx-screen-60 {
  margin-left: -60vh;
  margin-right: -60vh;
}

.-mx-screen-80 {
  margin-left: -80vh;
  margin-right: -80vh;
}

.-mx-screen-85 {
  margin-left: -85vh;
  margin-right: -85vh;
}

.-mx-screen-90 {
  margin-left: -90vh;
  margin-right: -90vh;
}

.-mx-screen-95 {
  margin-left: -95vh;
  margin-right: -95vh;
}

.-mx-screen-minus-header {
  margin-left: calc(-100vh - -5.25rem);
  margin-right: calc(-100vh - -5.25rem);
}

.-mx-screen-minus-35\.5 {
  margin-left: calc(-100vh - -8.875rem);
  margin-right: calc(-100vh - -8.875rem);
}

.-mx-screen-minus-36 {
  margin-left: calc(-100vh - -9rem);
  margin-right: calc(-100vh - -9rem);
}

.-mx-screen-minus-40 {
  margin-left: calc(-100vh - -10rem);
  margin-right: calc(-100vh - -10rem);
}

.-mx-screen-minus-55 {
  margin-left: calc(-100vh - -13.75rem);
  margin-right: calc(-100vh - -13.75rem);
}

.-mx-screen-minus-72 {
  margin-left: calc(-100vh - -18rem);
  margin-right: calc(-100vh - -18rem);
}

.-mx-screen-minus-80 {
  margin-left: calc(-100vh - -20rem);
  margin-right: calc(-100vh - -20rem);
}

.-mx-full-4 {
  margin-left: calc(-100% - -16px);
  margin-right: calc(-100% - -16px);
}

.-mx-account-body {
  margin-left: calc(-100vw - -304px);
  margin-right: calc(-100vw - -304px);
}

.-mx-menu-center {
  margin-left: calc(-50% - -288px);
  margin-right: calc(-50% - -288px);
}

.-mx-tutorials-hidden {
  margin-left: calc(-100% - -56px);
  margin-right: calc(-100% - -56px);
}

.-mx-popup-full-width {
  margin-left: calc(-100% + -32px);
  margin-right: calc(-100% + -32px);
}

.-mx-popup-full-width-md {
  margin-left: calc(-100% + -64px);
  margin-right: calc(-100% + -64px);
}

.-mx-popup-full-height {
  margin-left: calc(-100% + -68px);
  margin-right: calc(-100% + -68px);
}

.-mx-max-content {
  margin-left: max-content;
  margin-right: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

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

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

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

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

.my-21 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.my-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

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

.my-26 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

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

.my-29 {
  margin-top: 7.25rem;
  margin-bottom: 7.25rem;
}

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

.my-34 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

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

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

.my-42 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

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

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

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

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

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

.my-68 {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

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

.my-77 {
  margin-top: 19.25rem;
  margin-bottom: 19.25rem;
}

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

.my-82 {
  margin-top: 20.5rem;
  margin-bottom: 20.5rem;
}

.my-88 {
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.my-94 {
  margin-top: 23.5rem;
  margin-bottom: 23.5rem;
}

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

.my-98 {
  margin-top: 24.5rem;
  margin-bottom: 24.5rem;
}

.my-104 {
  margin-top: 26rem;
  margin-bottom: 26rem;
}

.my-108 {
  margin-top: 27rem;
  margin-bottom: 27rem;
}

.my-110 {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

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

.my-120 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

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

.my-132 {
  margin-top: 33rem;
  margin-bottom: 33rem;
}

.my-134 {
  margin-top: 33.5rem;
  margin-bottom: 33.5rem;
}

.my-135 {
  margin-top: 33.75rem;
  margin-bottom: 33.75rem;
}

.my-136 {
  margin-top: 34rem;
  margin-bottom: 34rem;
}

.my-144 {
  margin-top: 36rem;
  margin-bottom: 36rem;
}

.my-152 {
  margin-top: 38rem;
  margin-bottom: 38rem;
}

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

.my-164 {
  margin-top: 41rem;
  margin-bottom: 41rem;
}

.my-172 {
  margin-top: 43rem;
  margin-bottom: 43rem;
}

.my-179 {
  margin-top: 44.75rem;
  margin-bottom: 44.75rem;
}

.my-184 {
  margin-top: 46rem;
  margin-bottom: 46rem;
}

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

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

.my-240 {
  margin-top: 60rem;
  margin-bottom: 60rem;
}

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

.my-265 {
  margin-top: 66.25rem;
  margin-bottom: 66.25rem;
}

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

.my-384 {
  margin-top: 96rem;
  margin-bottom: 96rem;
}

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

.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}

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

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

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

.my-4\.5 {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.my-7\.5 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-9\.5 {
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}

.my-9\.75 {
  margin-top: 2.4375rem;
  margin-bottom: 2.4375rem;
}

.my-12\.5 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.my-13\.5 {
  margin-top: 3.375rem;
  margin-bottom: 3.375rem;
}

.my-292\.5 {
  margin-top: 73.125rem;
  margin-bottom: 73.125rem;
}

.my-1\/24 {
  margin-top: 4.166667%;
  margin-bottom: 4.166667%;
}

.my-2\/24 {
  margin-top: 8.333333%;
  margin-bottom: 8.333333%;
}

.my-3\/24 {
  margin-top: 12.5%;
  margin-bottom: 12.5%;
}

.my-4\/24 {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.my-5\/24 {
  margin-top: 20.833333%;
  margin-bottom: 20.833333%;
}

.my-6\/24 {
  margin-top: 25%;
  margin-bottom: 25%;
}

.my-7\/24 {
  margin-top: 29.166666%;
  margin-bottom: 29.166666%;
}

.my-8\/24 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.my-9\/24 {
  margin-top: 37.5%;
  margin-bottom: 37.5%;
}

.my-10\/24 {
  margin-top: 41.666666%;
  margin-bottom: 41.666666%;
}

.my-11\/24 {
  margin-top: 45.833333%;
  margin-bottom: 45.833333%;
}

.my-12\/24 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.my-13\/24 {
  margin-top: 54.166666%;
  margin-bottom: 54.166666%;
}

.my-14\/24 {
  margin-top: 58.333333%;
  margin-bottom: 58.333333%;
}

.my-15\/24 {
  margin-top: 62.5%;
  margin-bottom: 62.5%;
}

.my-16\/24 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.my-17\/24 {
  margin-top: 70.833333%;
  margin-bottom: 70.833333%;
}

.my-18\/24 {
  margin-top: 75%;
  margin-bottom: 75%;
}

.my-19\/24 {
  margin-top: 79.166667%;
  margin-bottom: 79.166667%;
}

.my-20\/24 {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.my-21\/24 {
  margin-top: 87.5%;
  margin-bottom: 87.5%;
}

.my-22\/24 {
  margin-top: 91.666667%;
  margin-bottom: 91.666667%;
}

.my-23\/24 {
  margin-top: 95.833333%;
  margin-bottom: 95.833333%;
}

.my-24\/24 {
  margin-top: 100%;
  margin-bottom: 100%;
}

.my-screen-header {
  margin-top: 41.55vw;
  margin-bottom: 41.55vw;
}

.my-screen-60 {
  margin-top: 60vh;
  margin-bottom: 60vh;
}

.my-screen-80 {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.my-screen-85 {
  margin-top: 85vh;
  margin-bottom: 85vh;
}

.my-screen-90 {
  margin-top: 90vh;
  margin-bottom: 90vh;
}

.my-screen-95 {
  margin-top: 95vh;
  margin-bottom: 95vh;
}

.my-screen-minus-header {
  margin-top: calc(100vh - 5.25rem);
  margin-bottom: calc(100vh - 5.25rem);
}

.my-screen-minus-35\.5 {
  margin-top: calc(100vh - 8.875rem);
  margin-bottom: calc(100vh - 8.875rem);
}

.my-screen-minus-36 {
  margin-top: calc(100vh - 9rem);
  margin-bottom: calc(100vh - 9rem);
}

.my-screen-minus-40 {
  margin-top: calc(100vh - 10rem);
  margin-bottom: calc(100vh - 10rem);
}

.my-screen-minus-55 {
  margin-top: calc(100vh - 13.75rem);
  margin-bottom: calc(100vh - 13.75rem);
}

.my-screen-minus-72 {
  margin-top: calc(100vh - 18rem);
  margin-bottom: calc(100vh - 18rem);
}

.my-screen-minus-80 {
  margin-top: calc(100vh - 20rem);
  margin-bottom: calc(100vh - 20rem);
}

.my-full-4 {
  margin-top: calc(100% - 16px);
  margin-bottom: calc(100% - 16px);
}

.my-account-body {
  margin-top: calc(100vw - 304px);
  margin-bottom: calc(100vw - 304px);
}

.my-menu-center {
  margin-top: calc(50% - 288px);
  margin-bottom: calc(50% - 288px);
}

.my-tutorials-hidden {
  margin-top: calc(100% - 56px);
  margin-bottom: calc(100% - 56px);
}

.my-popup-full-width {
  margin-top: calc(100% + 32px);
  margin-bottom: calc(100% + 32px);
}

.my-popup-full-width-md {
  margin-top: calc(100% + 64px);
  margin-bottom: calc(100% + 64px);
}

.my-popup-full-height {
  margin-top: calc(100% + 68px);
  margin-bottom: calc(100% + 68px);
}

.my-max-content {
  margin-top: max-content;
  margin-bottom: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

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

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

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

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

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

.-my-21 {
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.-my-22 {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

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

.-my-26 {
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

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

.-my-29 {
  margin-top: -7.25rem;
  margin-bottom: -7.25rem;
}

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

.-my-34 {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

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

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

.-my-42 {
  margin-top: -10.5rem;
  margin-bottom: -10.5rem;
}

.-my-44 {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

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

.-my-52 {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

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

.-my-60 {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

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

.-my-68 {
  margin-top: -17rem;
  margin-bottom: -17rem;
}

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

.-my-77 {
  margin-top: -19.25rem;
  margin-bottom: -19.25rem;
}

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

.-my-82 {
  margin-top: -20.5rem;
  margin-bottom: -20.5rem;
}

.-my-88 {
  margin-top: -22rem;
  margin-bottom: -22rem;
}

.-my-94 {
  margin-top: -23.5rem;
  margin-bottom: -23.5rem;
}

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

.-my-98 {
  margin-top: -24.5rem;
  margin-bottom: -24.5rem;
}

.-my-104 {
  margin-top: -26rem;
  margin-bottom: -26rem;
}

.-my-108 {
  margin-top: -27rem;
  margin-bottom: -27rem;
}

.-my-110 {
  margin-top: -27.5rem;
  margin-bottom: -27.5rem;
}

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

.-my-120 {
  margin-top: -30rem;
  margin-bottom: -30rem;
}

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

.-my-132 {
  margin-top: -33rem;
  margin-bottom: -33rem;
}

.-my-134 {
  margin-top: -33.5rem;
  margin-bottom: -33.5rem;
}

.-my-135 {
  margin-top: -33.75rem;
  margin-bottom: -33.75rem;
}

.-my-136 {
  margin-top: -34rem;
  margin-bottom: -34rem;
}

.-my-144 {
  margin-top: -36rem;
  margin-bottom: -36rem;
}

.-my-152 {
  margin-top: -38rem;
  margin-bottom: -38rem;
}

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

.-my-164 {
  margin-top: -41rem;
  margin-bottom: -41rem;
}

.-my-172 {
  margin-top: -43rem;
  margin-bottom: -43rem;
}

.-my-179 {
  margin-top: -44.75rem;
  margin-bottom: -44.75rem;
}

.-my-184 {
  margin-top: -46rem;
  margin-bottom: -46rem;
}

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

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

.-my-240 {
  margin-top: -60rem;
  margin-bottom: -60rem;
}

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

.-my-265 {
  margin-top: -66.25rem;
  margin-bottom: -66.25rem;
}

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

.-my-384 {
  margin-top: -96rem;
  margin-bottom: -96rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

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

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.-my-2\.5 {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.-my-3\.5 {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

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

.-my-4\.5 {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.-my-7\.5 {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.-my-9\.5 {
  margin-top: -2.375rem;
  margin-bottom: -2.375rem;
}

.-my-9\.75 {
  margin-top: -2.4375rem;
  margin-bottom: -2.4375rem;
}

.-my-12\.5 {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.-my-13\.5 {
  margin-top: -3.375rem;
  margin-bottom: -3.375rem;
}

.-my-292\.5 {
  margin-top: -73.125rem;
  margin-bottom: -73.125rem;
}

.-my-1\/24 {
  margin-top: -4.16667%;
  margin-bottom: -4.16667%;
}

.-my-2\/24 {
  margin-top: -8.33333%;
  margin-bottom: -8.33333%;
}

.-my-3\/24 {
  margin-top: -12.5%;
  margin-bottom: -12.5%;
}

.-my-4\/24 {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.-my-5\/24 {
  margin-top: -20.83333%;
  margin-bottom: -20.83333%;
}

.-my-6\/24 {
  margin-top: -25%;
  margin-bottom: -25%;
}

.-my-7\/24 {
  margin-top: -29.16667%;
  margin-bottom: -29.16667%;
}

.-my-8\/24 {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.-my-9\/24 {
  margin-top: -37.5%;
  margin-bottom: -37.5%;
}

.-my-10\/24 {
  margin-top: -41.66667%;
  margin-bottom: -41.66667%;
}

.-my-11\/24 {
  margin-top: -45.83333%;
  margin-bottom: -45.83333%;
}

.-my-12\/24 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-my-13\/24 {
  margin-top: -54.16667%;
  margin-bottom: -54.16667%;
}

.-my-14\/24 {
  margin-top: -58.33333%;
  margin-bottom: -58.33333%;
}

.-my-15\/24 {
  margin-top: -62.5%;
  margin-bottom: -62.5%;
}

.-my-16\/24 {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.-my-17\/24 {
  margin-top: -70.83333%;
  margin-bottom: -70.83333%;
}

.-my-18\/24 {
  margin-top: -75%;
  margin-bottom: -75%;
}

.-my-19\/24 {
  margin-top: -79.16667%;
  margin-bottom: -79.16667%;
}

.-my-20\/24 {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.-my-21\/24 {
  margin-top: -87.5%;
  margin-bottom: -87.5%;
}

.-my-22\/24 {
  margin-top: -91.66667%;
  margin-bottom: -91.66667%;
}

.-my-23\/24 {
  margin-top: -95.83333%;
  margin-bottom: -95.83333%;
}

.-my-24\/24 {
  margin-top: -100%;
  margin-bottom: -100%;
}

.-my-screen-header {
  margin-top: -41.55vw;
  margin-bottom: -41.55vw;
}

.-my-screen-60 {
  margin-top: -60vh;
  margin-bottom: -60vh;
}

.-my-screen-80 {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.-my-screen-85 {
  margin-top: -85vh;
  margin-bottom: -85vh;
}

.-my-screen-90 {
  margin-top: -90vh;
  margin-bottom: -90vh;
}

.-my-screen-95 {
  margin-top: -95vh;
  margin-bottom: -95vh;
}

.-my-screen-minus-header {
  margin-top: calc(-100vh - -5.25rem);
  margin-bottom: calc(-100vh - -5.25rem);
}

.-my-screen-minus-35\.5 {
  margin-top: calc(-100vh - -8.875rem);
  margin-bottom: calc(-100vh - -8.875rem);
}

.-my-screen-minus-36 {
  margin-top: calc(-100vh - -9rem);
  margin-bottom: calc(-100vh - -9rem);
}

.-my-screen-minus-40 {
  margin-top: calc(-100vh - -10rem);
  margin-bottom: calc(-100vh - -10rem);
}

.-my-screen-minus-55 {
  margin-top: calc(-100vh - -13.75rem);
  margin-bottom: calc(-100vh - -13.75rem);
}

.-my-screen-minus-72 {
  margin-top: calc(-100vh - -18rem);
  margin-bottom: calc(-100vh - -18rem);
}

.-my-screen-minus-80 {
  margin-top: calc(-100vh - -20rem);
  margin-bottom: calc(-100vh - -20rem);
}

.-my-full-4 {
  margin-top: calc(-100% - -16px);
  margin-bottom: calc(-100% - -16px);
}

.-my-account-body {
  margin-top: calc(-100vw - -304px);
  margin-bottom: calc(-100vw - -304px);
}

.-my-menu-center {
  margin-top: calc(-50% - -288px);
  margin-bottom: calc(-50% - -288px);
}

.-my-tutorials-hidden {
  margin-top: calc(-100% - -56px);
  margin-bottom: calc(-100% - -56px);
}

.-my-popup-full-width {
  margin-top: calc(-100% + -32px);
  margin-bottom: calc(-100% + -32px);
}

.-my-popup-full-width-md {
  margin-top: calc(-100% + -64px);
  margin-bottom: calc(-100% + -64px);
}

.-my-popup-full-height {
  margin-top: calc(-100% + -68px);
  margin-bottom: calc(-100% + -68px);
}

.-my-max-content {
  margin-top: max-content;
  margin-bottom: max-content;
}

.hover\:mx-0:hover {
  margin-left: 0px;
  margin-right: 0px;
}

.hover\:mx-1:hover {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.hover\:mx-3:hover {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

.hover\:mx-6:hover {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.hover\:mx-7:hover {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.hover\:mx-8:hover {
  margin-left: 2rem;
  margin-right: 2rem;
}

.hover\:mx-9:hover {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.hover\:mx-10:hover {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.hover\:mx-11:hover {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.hover\:mx-12:hover {
  margin-left: 3rem;
  margin-right: 3rem;
}

.hover\:mx-14:hover {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.hover\:mx-16:hover {
  margin-left: 4rem;
  margin-right: 4rem;
}

.hover\:mx-18:hover {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

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

.hover\:mx-21:hover {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.hover\:mx-22:hover {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.hover\:mx-24:hover {
  margin-left: 6rem;
  margin-right: 6rem;
}

.hover\:mx-26:hover {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.hover\:mx-28:hover {
  margin-left: 7rem;
  margin-right: 7rem;
}

.hover\:mx-29:hover {
  margin-left: 7.25rem;
  margin-right: 7.25rem;
}

.hover\:mx-32:hover {
  margin-left: 8rem;
  margin-right: 8rem;
}

.hover\:mx-34:hover {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.hover\:mx-36:hover {
  margin-left: 9rem;
  margin-right: 9rem;
}

.hover\:mx-40:hover {
  margin-left: 10rem;
  margin-right: 10rem;
}

.hover\:mx-42:hover {
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}

.hover\:mx-44:hover {
  margin-left: 11rem;
  margin-right: 11rem;
}

.hover\:mx-48:hover {
  margin-left: 12rem;
  margin-right: 12rem;
}

.hover\:mx-52:hover {
  margin-left: 13rem;
  margin-right: 13rem;
}

.hover\:mx-56:hover {
  margin-left: 14rem;
  margin-right: 14rem;
}

.hover\:mx-60:hover {
  margin-left: 15rem;
  margin-right: 15rem;
}

.hover\:mx-64:hover {
  margin-left: 16rem;
  margin-right: 16rem;
}

.hover\:mx-68:hover {
  margin-left: 17rem;
  margin-right: 17rem;
}

.hover\:mx-72:hover {
  margin-left: 18rem;
  margin-right: 18rem;
}

.hover\:mx-77:hover {
  margin-left: 19.25rem;
  margin-right: 19.25rem;
}

.hover\:mx-80:hover {
  margin-left: 20rem;
  margin-right: 20rem;
}

.hover\:mx-82:hover {
  margin-left: 20.5rem;
  margin-right: 20.5rem;
}

.hover\:mx-88:hover {
  margin-left: 22rem;
  margin-right: 22rem;
}

.hover\:mx-94:hover {
  margin-left: 23.5rem;
  margin-right: 23.5rem;
}

.hover\:mx-96:hover {
  margin-left: 24rem;
  margin-right: 24rem;
}

.hover\:mx-98:hover {
  margin-left: 24.5rem;
  margin-right: 24.5rem;
}

.hover\:mx-104:hover {
  margin-left: 26rem;
  margin-right: 26rem;
}

.hover\:mx-108:hover {
  margin-left: 27rem;
  margin-right: 27rem;
}

.hover\:mx-110:hover {
  margin-left: 27.5rem;
  margin-right: 27.5rem;
}

.hover\:mx-112:hover {
  margin-left: 28rem;
  margin-right: 28rem;
}

.hover\:mx-120:hover {
  margin-left: 30rem;
  margin-right: 30rem;
}

.hover\:mx-128:hover {
  margin-left: 32rem;
  margin-right: 32rem;
}

.hover\:mx-132:hover {
  margin-left: 33rem;
  margin-right: 33rem;
}

.hover\:mx-134:hover {
  margin-left: 33.5rem;
  margin-right: 33.5rem;
}

.hover\:mx-135:hover {
  margin-left: 33.75rem;
  margin-right: 33.75rem;
}

.hover\:mx-136:hover {
  margin-left: 34rem;
  margin-right: 34rem;
}

.hover\:mx-144:hover {
  margin-left: 36rem;
  margin-right: 36rem;
}

.hover\:mx-152:hover {
  margin-left: 38rem;
  margin-right: 38rem;
}

.hover\:mx-160:hover {
  margin-left: 40rem;
  margin-right: 40rem;
}

.hover\:mx-164:hover {
  margin-left: 41rem;
  margin-right: 41rem;
}

.hover\:mx-172:hover {
  margin-left: 43rem;
  margin-right: 43rem;
}

.hover\:mx-179:hover {
  margin-left: 44.75rem;
  margin-right: 44.75rem;
}

.hover\:mx-184:hover {
  margin-left: 46rem;
  margin-right: 46rem;
}

.hover\:mx-192:hover {
  margin-left: 48rem;
  margin-right: 48rem;
}

.hover\:mx-224:hover {
  margin-left: 56rem;
  margin-right: 56rem;
}

.hover\:mx-240:hover {
  margin-left: 60rem;
  margin-right: 60rem;
}

.hover\:mx-256:hover {
  margin-left: 64rem;
  margin-right: 64rem;
}

.hover\:mx-265:hover {
  margin-left: 66.25rem;
  margin-right: 66.25rem;
}

.hover\:mx-288:hover {
  margin-left: 72rem;
  margin-right: 72rem;
}

.hover\:mx-384:hover {
  margin-left: 96rem;
  margin-right: 96rem;
}

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

.hover\:mx-px:hover {
  margin-left: 1px;
  margin-right: 1px;
}

.hover\:mx-0\.5:hover {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.hover\:mx-1\.5:hover {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.hover\:mx-2\.5:hover {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.hover\:mx-3\.5:hover {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.hover\:mx-0\.75:hover {
  margin-left: 0.1875rem;
  margin-right: 0.1875rem;
}

.hover\:mx-4\.5:hover {
  margin-left: 1.125rem;
  margin-right: 1.125rem;
}

.hover\:mx-7\.5:hover {
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.hover\:mx-9\.5:hover {
  margin-left: 2.375rem;
  margin-right: 2.375rem;
}

.hover\:mx-9\.75:hover {
  margin-left: 2.4375rem;
  margin-right: 2.4375rem;
}

.hover\:mx-12\.5:hover {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.hover\:mx-13\.5:hover {
  margin-left: 3.375rem;
  margin-right: 3.375rem;
}

.hover\:mx-292\.5:hover {
  margin-left: 73.125rem;
  margin-right: 73.125rem;
}

.hover\:mx-1\/24:hover {
  margin-left: 4.166667%;
  margin-right: 4.166667%;
}

.hover\:mx-2\/24:hover {
  margin-left: 8.333333%;
  margin-right: 8.333333%;
}

.hover\:mx-3\/24:hover {
  margin-left: 12.5%;
  margin-right: 12.5%;
}

.hover\:mx-4\/24:hover {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.hover\:mx-5\/24:hover {
  margin-left: 20.833333%;
  margin-right: 20.833333%;
}

.hover\:mx-6\/24:hover {
  margin-left: 25%;
  margin-right: 25%;
}

.hover\:mx-7\/24:hover {
  margin-left: 29.166666%;
  margin-right: 29.166666%;
}

.hover\:mx-8\/24:hover {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.hover\:mx-9\/24:hover {
  margin-left: 37.5%;
  margin-right: 37.5%;
}

.hover\:mx-10\/24:hover {
  margin-left: 41.666666%;
  margin-right: 41.666666%;
}

.hover\:mx-11\/24:hover {
  margin-left: 45.833333%;
  margin-right: 45.833333%;
}

.hover\:mx-12\/24:hover {
  margin-left: 50%;
  margin-right: 50%;
}

.hover\:mx-13\/24:hover {
  margin-left: 54.166666%;
  margin-right: 54.166666%;
}

.hover\:mx-14\/24:hover {
  margin-left: 58.333333%;
  margin-right: 58.333333%;
}

.hover\:mx-15\/24:hover {
  margin-left: 62.5%;
  margin-right: 62.5%;
}

.hover\:mx-16\/24:hover {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.hover\:mx-17\/24:hover {
  margin-left: 70.833333%;
  margin-right: 70.833333%;
}

.hover\:mx-18\/24:hover {
  margin-left: 75%;
  margin-right: 75%;
}

.hover\:mx-19\/24:hover {
  margin-left: 79.166667%;
  margin-right: 79.166667%;
}

.hover\:mx-20\/24:hover {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.hover\:mx-21\/24:hover {
  margin-left: 87.5%;
  margin-right: 87.5%;
}

.hover\:mx-22\/24:hover {
  margin-left: 91.666667%;
  margin-right: 91.666667%;
}

.hover\:mx-23\/24:hover {
  margin-left: 95.833333%;
  margin-right: 95.833333%;
}

.hover\:mx-24\/24:hover {
  margin-left: 100%;
  margin-right: 100%;
}

.hover\:mx-screen-header:hover {
  margin-left: 41.55vw;
  margin-right: 41.55vw;
}

.hover\:mx-screen-60:hover {
  margin-left: 60vh;
  margin-right: 60vh;
}

.hover\:mx-screen-80:hover {
  margin-left: 80vh;
  margin-right: 80vh;
}

.hover\:mx-screen-85:hover {
  margin-left: 85vh;
  margin-right: 85vh;
}

.hover\:mx-screen-90:hover {
  margin-left: 90vh;
  margin-right: 90vh;
}

.hover\:mx-screen-95:hover {
  margin-left: 95vh;
  margin-right: 95vh;
}

.hover\:mx-screen-minus-header:hover {
  margin-left: calc(100vh - 5.25rem);
  margin-right: calc(100vh - 5.25rem);
}

.hover\:mx-screen-minus-35\.5:hover {
  margin-left: calc(100vh - 8.875rem);
  margin-right: calc(100vh - 8.875rem);
}

.hover\:mx-screen-minus-36:hover {
  margin-left: calc(100vh - 9rem);
  margin-right: calc(100vh - 9rem);
}

.hover\:mx-screen-minus-40:hover {
  margin-left: calc(100vh - 10rem);
  margin-right: calc(100vh - 10rem);
}

.hover\:mx-screen-minus-55:hover {
  margin-left: calc(100vh - 13.75rem);
  margin-right: calc(100vh - 13.75rem);
}

.hover\:mx-screen-minus-72:hover {
  margin-left: calc(100vh - 18rem);
  margin-right: calc(100vh - 18rem);
}

.hover\:mx-screen-minus-80:hover {
  margin-left: calc(100vh - 20rem);
  margin-right: calc(100vh - 20rem);
}

.hover\:mx-full-4:hover {
  margin-left: calc(100% - 16px);
  margin-right: calc(100% - 16px);
}

.hover\:mx-account-body:hover {
  margin-left: calc(100vw - 304px);
  margin-right: calc(100vw - 304px);
}

.hover\:mx-menu-center:hover {
  margin-left: calc(50% - 288px);
  margin-right: calc(50% - 288px);
}

.hover\:mx-tutorials-hidden:hover {
  margin-left: calc(100% - 56px);
  margin-right: calc(100% - 56px);
}

.hover\:mx-popup-full-width:hover {
  margin-left: calc(100% + 32px);
  margin-right: calc(100% + 32px);
}

.hover\:mx-popup-full-width-md:hover {
  margin-left: calc(100% + 64px);
  margin-right: calc(100% + 64px);
}

.hover\:mx-popup-full-height:hover {
  margin-left: calc(100% + 68px);
  margin-right: calc(100% + 68px);
}

.hover\:mx-max-content:hover {
  margin-left: max-content;
  margin-right: max-content;
}

.hover\:-mx-0:hover {
  margin-left: 0px;
  margin-right: 0px;
}

.hover\:-mx-1:hover {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

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

.hover\:-mx-3:hover {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.hover\:-mx-6:hover {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.hover\:-mx-7:hover {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.hover\:-mx-8:hover {
  margin-left: -2rem;
  margin-right: -2rem;
}

.hover\:-mx-9:hover {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.hover\:-mx-10:hover {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.hover\:-mx-11:hover {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.hover\:-mx-12:hover {
  margin-left: -3rem;
  margin-right: -3rem;
}

.hover\:-mx-14:hover {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.hover\:-mx-16:hover {
  margin-left: -4rem;
  margin-right: -4rem;
}

.hover\:-mx-18:hover {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

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

.hover\:-mx-21:hover {
  margin-left: -5.25rem;
  margin-right: -5.25rem;
}

.hover\:-mx-22:hover {
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}

.hover\:-mx-24:hover {
  margin-left: -6rem;
  margin-right: -6rem;
}

.hover\:-mx-26:hover {
  margin-left: -6.5rem;
  margin-right: -6.5rem;
}

.hover\:-mx-28:hover {
  margin-left: -7rem;
  margin-right: -7rem;
}

.hover\:-mx-29:hover {
  margin-left: -7.25rem;
  margin-right: -7.25rem;
}

.hover\:-mx-32:hover {
  margin-left: -8rem;
  margin-right: -8rem;
}

.hover\:-mx-34:hover {
  margin-left: -8.5rem;
  margin-right: -8.5rem;
}

.hover\:-mx-36:hover {
  margin-left: -9rem;
  margin-right: -9rem;
}

.hover\:-mx-40:hover {
  margin-left: -10rem;
  margin-right: -10rem;
}

.hover\:-mx-42:hover {
  margin-left: -10.5rem;
  margin-right: -10.5rem;
}

.hover\:-mx-44:hover {
  margin-left: -11rem;
  margin-right: -11rem;
}

.hover\:-mx-48:hover {
  margin-left: -12rem;
  margin-right: -12rem;
}

.hover\:-mx-52:hover {
  margin-left: -13rem;
  margin-right: -13rem;
}

.hover\:-mx-56:hover {
  margin-left: -14rem;
  margin-right: -14rem;
}

.hover\:-mx-60:hover {
  margin-left: -15rem;
  margin-right: -15rem;
}

.hover\:-mx-64:hover {
  margin-left: -16rem;
  margin-right: -16rem;
}

.hover\:-mx-68:hover {
  margin-left: -17rem;
  margin-right: -17rem;
}

.hover\:-mx-72:hover {
  margin-left: -18rem;
  margin-right: -18rem;
}

.hover\:-mx-77:hover {
  margin-left: -19.25rem;
  margin-right: -19.25rem;
}

.hover\:-mx-80:hover {
  margin-left: -20rem;
  margin-right: -20rem;
}

.hover\:-mx-82:hover {
  margin-left: -20.5rem;
  margin-right: -20.5rem;
}

.hover\:-mx-88:hover {
  margin-left: -22rem;
  margin-right: -22rem;
}

.hover\:-mx-94:hover {
  margin-left: -23.5rem;
  margin-right: -23.5rem;
}

.hover\:-mx-96:hover {
  margin-left: -24rem;
  margin-right: -24rem;
}

.hover\:-mx-98:hover {
  margin-left: -24.5rem;
  margin-right: -24.5rem;
}

.hover\:-mx-104:hover {
  margin-left: -26rem;
  margin-right: -26rem;
}

.hover\:-mx-108:hover {
  margin-left: -27rem;
  margin-right: -27rem;
}

.hover\:-mx-110:hover {
  margin-left: -27.5rem;
  margin-right: -27.5rem;
}

.hover\:-mx-112:hover {
  margin-left: -28rem;
  margin-right: -28rem;
}

.hover\:-mx-120:hover {
  margin-left: -30rem;
  margin-right: -30rem;
}

.hover\:-mx-128:hover {
  margin-left: -32rem;
  margin-right: -32rem;
}

.hover\:-mx-132:hover {
  margin-left: -33rem;
  margin-right: -33rem;
}

.hover\:-mx-134:hover {
  margin-left: -33.5rem;
  margin-right: -33.5rem;
}

.hover\:-mx-135:hover {
  margin-left: -33.75rem;
  margin-right: -33.75rem;
}

.hover\:-mx-136:hover {
  margin-left: -34rem;
  margin-right: -34rem;
}

.hover\:-mx-144:hover {
  margin-left: -36rem;
  margin-right: -36rem;
}

.hover\:-mx-152:hover {
  margin-left: -38rem;
  margin-right: -38rem;
}

.hover\:-mx-160:hover {
  margin-left: -40rem;
  margin-right: -40rem;
}

.hover\:-mx-164:hover {
  margin-left: -41rem;
  margin-right: -41rem;
}

.hover\:-mx-172:hover {
  margin-left: -43rem;
  margin-right: -43rem;
}

.hover\:-mx-179:hover {
  margin-left: -44.75rem;
  margin-right: -44.75rem;
}

.hover\:-mx-184:hover {
  margin-left: -46rem;
  margin-right: -46rem;
}

.hover\:-mx-192:hover {
  margin-left: -48rem;
  margin-right: -48rem;
}

.hover\:-mx-224:hover {
  margin-left: -56rem;
  margin-right: -56rem;
}

.hover\:-mx-240:hover {
  margin-left: -60rem;
  margin-right: -60rem;
}

.hover\:-mx-256:hover {
  margin-left: -64rem;
  margin-right: -64rem;
}

.hover\:-mx-265:hover {
  margin-left: -66.25rem;
  margin-right: -66.25rem;
}

.hover\:-mx-288:hover {
  margin-left: -72rem;
  margin-right: -72rem;
}

.hover\:-mx-384:hover {
  margin-left: -96rem;
  margin-right: -96rem;
}

.hover\:-mx-px:hover {
  margin-left: -1px;
  margin-right: -1px;
}

.hover\:-mx-0\.5:hover {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}

.hover\:-mx-1\.5:hover {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

.hover\:-mx-2\.5:hover {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.hover\:-mx-3\.5:hover {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}

.hover\:-mx-0\.75:hover {
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}

.hover\:-mx-4\.5:hover {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

.hover\:-mx-7\.5:hover {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

.hover\:-mx-9\.5:hover {
  margin-left: -2.375rem;
  margin-right: -2.375rem;
}

.hover\:-mx-9\.75:hover {
  margin-left: -2.4375rem;
  margin-right: -2.4375rem;
}

.hover\:-mx-12\.5:hover {
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}

.hover\:-mx-13\.5:hover {
  margin-left: -3.375rem;
  margin-right: -3.375rem;
}

.hover\:-mx-292\.5:hover {
  margin-left: -73.125rem;
  margin-right: -73.125rem;
}

.hover\:-mx-1\/24:hover {
  margin-left: -4.16667%;
  margin-right: -4.16667%;
}

.hover\:-mx-2\/24:hover {
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

.hover\:-mx-3\/24:hover {
  margin-left: -12.5%;
  margin-right: -12.5%;
}

.hover\:-mx-4\/24:hover {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.hover\:-mx-5\/24:hover {
  margin-left: -20.83333%;
  margin-right: -20.83333%;
}

.hover\:-mx-6\/24:hover {
  margin-left: -25%;
  margin-right: -25%;
}

.hover\:-mx-7\/24:hover {
  margin-left: -29.16667%;
  margin-right: -29.16667%;
}

.hover\:-mx-8\/24:hover {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.hover\:-mx-9\/24:hover {
  margin-left: -37.5%;
  margin-right: -37.5%;
}

.hover\:-mx-10\/24:hover {
  margin-left: -41.66667%;
  margin-right: -41.66667%;
}

.hover\:-mx-11\/24:hover {
  margin-left: -45.83333%;
  margin-right: -45.83333%;
}

.hover\:-mx-12\/24:hover {
  margin-left: -50%;
  margin-right: -50%;
}

.hover\:-mx-13\/24:hover {
  margin-left: -54.16667%;
  margin-right: -54.16667%;
}

.hover\:-mx-14\/24:hover {
  margin-left: -58.33333%;
  margin-right: -58.33333%;
}

.hover\:-mx-15\/24:hover {
  margin-left: -62.5%;
  margin-right: -62.5%;
}

.hover\:-mx-16\/24:hover {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.hover\:-mx-17\/24:hover {
  margin-left: -70.83333%;
  margin-right: -70.83333%;
}

.hover\:-mx-18\/24:hover {
  margin-left: -75%;
  margin-right: -75%;
}

.hover\:-mx-19\/24:hover {
  margin-left: -79.16667%;
  margin-right: -79.16667%;
}

.hover\:-mx-20\/24:hover {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.hover\:-mx-21\/24:hover {
  margin-left: -87.5%;
  margin-right: -87.5%;
}

.hover\:-mx-22\/24:hover {
  margin-left: -91.66667%;
  margin-right: -91.66667%;
}

.hover\:-mx-23\/24:hover {
  margin-left: -95.83333%;
  margin-right: -95.83333%;
}

.hover\:-mx-24\/24:hover {
  margin-left: -100%;
  margin-right: -100%;
}

.hover\:-mx-screen-header:hover {
  margin-left: -41.55vw;
  margin-right: -41.55vw;
}

.hover\:-mx-screen-60:hover {
  margin-left: -60vh;
  margin-right: -60vh;
}

.hover\:-mx-screen-80:hover {
  margin-left: -80vh;
  margin-right: -80vh;
}

.hover\:-mx-screen-85:hover {
  margin-left: -85vh;
  margin-right: -85vh;
}

.hover\:-mx-screen-90:hover {
  margin-left: -90vh;
  margin-right: -90vh;
}

.hover\:-mx-screen-95:hover {
  margin-left: -95vh;
  margin-right: -95vh;
}

.hover\:-mx-screen-minus-header:hover {
  margin-left: calc(-100vh - -5.25rem);
  margin-right: calc(-100vh - -5.25rem);
}

.hover\:-mx-screen-minus-35\.5:hover {
  margin-left: calc(-100vh - -8.875rem);
  margin-right: calc(-100vh - -8.875rem);
}

.hover\:-mx-screen-minus-36:hover {
  margin-left: calc(-100vh - -9rem);
  margin-right: calc(-100vh - -9rem);
}

.hover\:-mx-screen-minus-40:hover {
  margin-left: calc(-100vh - -10rem);
  margin-right: calc(-100vh - -10rem);
}

.hover\:-mx-screen-minus-55:hover {
  margin-left: calc(-100vh - -13.75rem);
  margin-right: calc(-100vh - -13.75rem);
}

.hover\:-mx-screen-minus-72:hover {
  margin-left: calc(-100vh - -18rem);
  margin-right: calc(-100vh - -18rem);
}

.hover\:-mx-screen-minus-80:hover {
  margin-left: calc(-100vh - -20rem);
  margin-right: calc(-100vh - -20rem);
}

.hover\:-mx-full-4:hover {
  margin-left: calc(-100% - -16px);
  margin-right: calc(-100% - -16px);
}

.hover\:-mx-account-body:hover {
  margin-left: calc(-100vw - -304px);
  margin-right: calc(-100vw - -304px);
}

.hover\:-mx-menu-center:hover {
  margin-left: calc(-50% - -288px);
  margin-right: calc(-50% - -288px);
}

.hover\:-mx-tutorials-hidden:hover {
  margin-left: calc(-100% - -56px);
  margin-right: calc(-100% - -56px);
}

.hover\:-mx-popup-full-width:hover {
  margin-left: calc(-100% + -32px);
  margin-right: calc(-100% + -32px);
}

.hover\:-mx-popup-full-width-md:hover {
  margin-left: calc(-100% + -64px);
  margin-right: calc(-100% + -64px);
}

.hover\:-mx-popup-full-height:hover {
  margin-left: calc(-100% + -68px);
  margin-right: calc(-100% + -68px);
}

.hover\:-mx-max-content:hover {
  margin-left: max-content;
  margin-right: max-content;
}

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

.hover\:my-1:hover {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.hover\:my-3:hover {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.hover\:my-4:hover {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.hover\:my-6:hover {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hover\:my-7:hover {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.hover\:my-8:hover {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.hover\:my-11:hover {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

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

.hover\:my-14:hover {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.hover\:my-16:hover {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.hover\:my-18:hover {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.hover\:my-20:hover {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hover\:my-21:hover {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.hover\:my-22:hover {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.hover\:my-24:hover {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.hover\:my-26:hover {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.hover\:my-28:hover {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.hover\:my-29:hover {
  margin-top: 7.25rem;
  margin-bottom: 7.25rem;
}

.hover\:my-32:hover {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.hover\:my-34:hover {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.hover\:my-36:hover {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.hover\:my-40:hover {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.hover\:my-42:hover {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.hover\:my-44:hover {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.hover\:my-48:hover {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.hover\:my-52:hover {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.hover\:my-56:hover {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.hover\:my-60:hover {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.hover\:my-64:hover {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.hover\:my-68:hover {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.hover\:my-72:hover {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.hover\:my-77:hover {
  margin-top: 19.25rem;
  margin-bottom: 19.25rem;
}

.hover\:my-80:hover {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.hover\:my-82:hover {
  margin-top: 20.5rem;
  margin-bottom: 20.5rem;
}

.hover\:my-88:hover {
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.hover\:my-94:hover {
  margin-top: 23.5rem;
  margin-bottom: 23.5rem;
}

.hover\:my-96:hover {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.hover\:my-98:hover {
  margin-top: 24.5rem;
  margin-bottom: 24.5rem;
}

.hover\:my-104:hover {
  margin-top: 26rem;
  margin-bottom: 26rem;
}

.hover\:my-108:hover {
  margin-top: 27rem;
  margin-bottom: 27rem;
}

.hover\:my-110:hover {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.hover\:my-112:hover {
  margin-top: 28rem;
  margin-bottom: 28rem;
}

.hover\:my-120:hover {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.hover\:my-128:hover {
  margin-top: 32rem;
  margin-bottom: 32rem;
}

.hover\:my-132:hover {
  margin-top: 33rem;
  margin-bottom: 33rem;
}

.hover\:my-134:hover {
  margin-top: 33.5rem;
  margin-bottom: 33.5rem;
}

.hover\:my-135:hover {
  margin-top: 33.75rem;
  margin-bottom: 33.75rem;
}

.hover\:my-136:hover {
  margin-top: 34rem;
  margin-bottom: 34rem;
}

.hover\:my-144:hover {
  margin-top: 36rem;
  margin-bottom: 36rem;
}

.hover\:my-152:hover {
  margin-top: 38rem;
  margin-bottom: 38rem;
}

.hover\:my-160:hover {
  margin-top: 40rem;
  margin-bottom: 40rem;
}

.hover\:my-164:hover {
  margin-top: 41rem;
  margin-bottom: 41rem;
}

.hover\:my-172:hover {
  margin-top: 43rem;
  margin-bottom: 43rem;
}

.hover\:my-179:hover {
  margin-top: 44.75rem;
  margin-bottom: 44.75rem;
}

.hover\:my-184:hover {
  margin-top: 46rem;
  margin-bottom: 46rem;
}

.hover\:my-192:hover {
  margin-top: 48rem;
  margin-bottom: 48rem;
}

.hover\:my-224:hover {
  margin-top: 56rem;
  margin-bottom: 56rem;
}

.hover\:my-240:hover {
  margin-top: 60rem;
  margin-bottom: 60rem;
}

.hover\:my-256:hover {
  margin-top: 64rem;
  margin-bottom: 64rem;
}

.hover\:my-265:hover {
  margin-top: 66.25rem;
  margin-bottom: 66.25rem;
}

.hover\:my-288:hover {
  margin-top: 72rem;
  margin-bottom: 72rem;
}

.hover\:my-384:hover {
  margin-top: 96rem;
  margin-bottom: 96rem;
}

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

.hover\:my-px:hover {
  margin-top: 1px;
  margin-bottom: 1px;
}

.hover\:my-0\.5:hover {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.hover\:my-1\.5:hover {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.hover\:my-2\.5:hover {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.hover\:my-3\.5:hover {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.hover\:my-0\.75:hover {
  margin-top: 0.1875rem;
  margin-bottom: 0.1875rem;
}

.hover\:my-4\.5:hover {
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.hover\:my-7\.5:hover {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.hover\:my-9\.5:hover {
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}

.hover\:my-9\.75:hover {
  margin-top: 2.4375rem;
  margin-bottom: 2.4375rem;
}

.hover\:my-12\.5:hover {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.hover\:my-13\.5:hover {
  margin-top: 3.375rem;
  margin-bottom: 3.375rem;
}

.hover\:my-292\.5:hover {
  margin-top: 73.125rem;
  margin-bottom: 73.125rem;
}

.hover\:my-1\/24:hover {
  margin-top: 4.166667%;
  margin-bottom: 4.166667%;
}

.hover\:my-2\/24:hover {
  margin-top: 8.333333%;
  margin-bottom: 8.333333%;
}

.hover\:my-3\/24:hover {
  margin-top: 12.5%;
  margin-bottom: 12.5%;
}

.hover\:my-4\/24:hover {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.hover\:my-5\/24:hover {
  margin-top: 20.833333%;
  margin-bottom: 20.833333%;
}

.hover\:my-6\/24:hover {
  margin-top: 25%;
  margin-bottom: 25%;
}

.hover\:my-7\/24:hover {
  margin-top: 29.166666%;
  margin-bottom: 29.166666%;
}

.hover\:my-8\/24:hover {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.hover\:my-9\/24:hover {
  margin-top: 37.5%;
  margin-bottom: 37.5%;
}

.hover\:my-10\/24:hover {
  margin-top: 41.666666%;
  margin-bottom: 41.666666%;
}

.hover\:my-11\/24:hover {
  margin-top: 45.833333%;
  margin-bottom: 45.833333%;
}

.hover\:my-12\/24:hover {
  margin-top: 50%;
  margin-bottom: 50%;
}

.hover\:my-13\/24:hover {
  margin-top: 54.166666%;
  margin-bottom: 54.166666%;
}

.hover\:my-14\/24:hover {
  margin-top: 58.333333%;
  margin-bottom: 58.333333%;
}

.hover\:my-15\/24:hover {
  margin-top: 62.5%;
  margin-bottom: 62.5%;
}

.hover\:my-16\/24:hover {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.hover\:my-17\/24:hover {
  margin-top: 70.833333%;
  margin-bottom: 70.833333%;
}

.hover\:my-18\/24:hover {
  margin-top: 75%;
  margin-bottom: 75%;
}

.hover\:my-19\/24:hover {
  margin-top: 79.166667%;
  margin-bottom: 79.166667%;
}

.hover\:my-20\/24:hover {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.hover\:my-21\/24:hover {
  margin-top: 87.5%;
  margin-bottom: 87.5%;
}

.hover\:my-22\/24:hover {
  margin-top: 91.666667%;
  margin-bottom: 91.666667%;
}

.hover\:my-23\/24:hover {
  margin-top: 95.833333%;
  margin-bottom: 95.833333%;
}

.hover\:my-24\/24:hover {
  margin-top: 100%;
  margin-bottom: 100%;
}

.hover\:my-screen-header:hover {
  margin-top: 41.55vw;
  margin-bottom: 41.55vw;
}

.hover\:my-screen-60:hover {
  margin-top: 60vh;
  margin-bottom: 60vh;
}

.hover\:my-screen-80:hover {
  margin-top: 80vh;
  margin-bottom: 80vh;
}

.hover\:my-screen-85:hover {
  margin-top: 85vh;
  margin-bottom: 85vh;
}

.hover\:my-screen-90:hover {
  margin-top: 90vh;
  margin-bottom: 90vh;
}

.hover\:my-screen-95:hover {
  margin-top: 95vh;
  margin-bottom: 95vh;
}

.hover\:my-screen-minus-header:hover {
  margin-top: calc(100vh - 5.25rem);
  margin-bottom: calc(100vh - 5.25rem);
}

.hover\:my-screen-minus-35\.5:hover {
  margin-top: calc(100vh - 8.875rem);
  margin-bottom: calc(100vh - 8.875rem);
}

.hover\:my-screen-minus-36:hover {
  margin-top: calc(100vh - 9rem);
  margin-bottom: calc(100vh - 9rem);
}

.hover\:my-screen-minus-40:hover {
  margin-top: calc(100vh - 10rem);
  margin-bottom: calc(100vh - 10rem);
}

.hover\:my-screen-minus-55:hover {
  margin-top: calc(100vh - 13.75rem);
  margin-bottom: calc(100vh - 13.75rem);
}

.hover\:my-screen-minus-72:hover {
  margin-top: calc(100vh - 18rem);
  margin-bottom: calc(100vh - 18rem);
}

.hover\:my-screen-minus-80:hover {
  margin-top: calc(100vh - 20rem);
  margin-bottom: calc(100vh - 20rem);
}

.hover\:my-full-4:hover {
  margin-top: calc(100% - 16px);
  margin-bottom: calc(100% - 16px);
}

.hover\:my-account-body:hover {
  margin-top: calc(100vw - 304px);
  margin-bottom: calc(100vw - 304px);
}

.hover\:my-menu-center:hover {
  margin-top: calc(50% - 288px);
  margin-bottom: calc(50% - 288px);
}

.hover\:my-tutorials-hidden:hover {
  margin-top: calc(100% - 56px);
  margin-bottom: calc(100% - 56px);
}

.hover\:my-popup-full-width:hover {
  margin-top: calc(100% + 32px);
  margin-bottom: calc(100% + 32px);
}

.hover\:my-popup-full-width-md:hover {
  margin-top: calc(100% + 64px);
  margin-bottom: calc(100% + 64px);
}

.hover\:my-popup-full-height:hover {
  margin-top: calc(100% + 68px);
  margin-bottom: calc(100% + 68px);
}

.hover\:my-max-content:hover {
  margin-top: max-content;
  margin-bottom: max-content;
}

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

.hover\:-my-1:hover {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

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

.hover\:-my-3:hover {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.hover\:-my-4:hover {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

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

.hover\:-my-6:hover {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.hover\:-my-7:hover {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.hover\:-my-8:hover {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

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

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

.hover\:-my-11:hover {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

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

.hover\:-my-14:hover {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.hover\:-my-16:hover {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.hover\:-my-18:hover {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.hover\:-my-20:hover {
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.hover\:-my-21:hover {
  margin-top: -5.25rem;
  margin-bottom: -5.25rem;
}

.hover\:-my-22:hover {
  margin-top: -5.5rem;
  margin-bottom: -5.5rem;
}

.hover\:-my-24:hover {
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.hover\:-my-26:hover {
  margin-top: -6.5rem;
  margin-bottom: -6.5rem;
}

.hover\:-my-28:hover {
  margin-top: -7rem;
  margin-bottom: -7rem;
}

.hover\:-my-29:hover {
  margin-top: -7.25rem;
  margin-bottom: -7.25rem;
}

.hover\:-my-32:hover {
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.hover\:-my-34:hover {
  margin-top: -8.5rem;
  margin-bottom: -8.5rem;
}

.hover\:-my-36:hover {
  margin-top: -9rem;
  margin-bottom: -9rem;
}

.hover\:-my-40:hover {
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.hover\:-my-42:hover {
  margin-top: -10.5rem;
  margin-bottom: -10.5rem;
}

.hover\:-my-44:hover {
  margin-top: -11rem;
  margin-bottom: -11rem;
}

.hover\:-my-48:hover {
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.hover\:-my-52:hover {
  margin-top: -13rem;
  margin-bottom: -13rem;
}

.hover\:-my-56:hover {
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.hover\:-my-60:hover {
  margin-top: -15rem;
  margin-bottom: -15rem;
}

.hover\:-my-64:hover {
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.hover\:-my-68:hover {
  margin-top: -17rem;
  margin-bottom: -17rem;
}

.hover\:-my-72:hover {
  margin-top: -18rem;
  margin-bottom: -18rem;
}

.hover\:-my-77:hover {
  margin-top: -19.25rem;
  margin-bottom: -19.25rem;
}

.hover\:-my-80:hover {
  margin-top: -20rem;
  margin-bottom: -20rem;
}

.hover\:-my-82:hover {
  margin-top: -20.5rem;
  margin-bottom: -20.5rem;
}

.hover\:-my-88:hover {
  margin-top: -22rem;
  margin-bottom: -22rem;
}

.hover\:-my-94:hover {
  margin-top: -23.5rem;
  margin-bottom: -23.5rem;
}

.hover\:-my-96:hover {
  margin-top: -24rem;
  margin-bottom: -24rem;
}

.hover\:-my-98:hover {
  margin-top: -24.5rem;
  margin-bottom: -24.5rem;
}

.hover\:-my-104:hover {
  margin-top: -26rem;
  margin-bottom: -26rem;
}

.hover\:-my-108:hover {
  margin-top: -27rem;
  margin-bottom: -27rem;
}

.hover\:-my-110:hover {
  margin-top: -27.5rem;
  margin-bottom: -27.5rem;
}

.hover\:-my-112:hover {
  margin-top: -28rem;
  margin-bottom: -28rem;
}

.hover\:-my-120:hover {
  margin-top: -30rem;
  margin-bottom: -30rem;
}

.hover\:-my-128:hover {
  margin-top: -32rem;
  margin-bottom: -32rem;
}

.hover\:-my-132:hover {
  margin-top: -33rem;
  margin-bottom: -33rem;
}

.hover\:-my-134:hover {
  margin-top: -33.5rem;
  margin-bottom: -33.5rem;
}

.hover\:-my-135:hover {
  margin-top: -33.75rem;
  margin-bottom: -33.75rem;
}

.hover\:-my-136:hover {
  margin-top: -34rem;
  margin-bottom: -34rem;
}

.hover\:-my-144:hover {
  margin-top: -36rem;
  margin-bottom: -36rem;
}

.hover\:-my-152:hover {
  margin-top: -38rem;
  margin-bottom: -38rem;
}

.hover\:-my-160:hover {
  margin-top: -40rem;
  margin-bottom: -40rem;
}

.hover\:-my-164:hover {
  margin-top: -41rem;
  margin-bottom: -41rem;
}

.hover\:-my-172:hover {
  margin-top: -43rem;
  margin-bottom: -43rem;
}

.hover\:-my-179:hover {
  margin-top: -44.75rem;
  margin-bottom: -44.75rem;
}

.hover\:-my-184:hover {
  margin-top: -46rem;
  margin-bottom: -46rem;
}

.hover\:-my-192:hover {
  margin-top: -48rem;
  margin-bottom: -48rem;
}

.hover\:-my-224:hover {
  margin-top: -56rem;
  margin-bottom: -56rem;
}

.hover\:-my-240:hover {
  margin-top: -60rem;
  margin-bottom: -60rem;
}

.hover\:-my-256:hover {
  margin-top: -64rem;
  margin-bottom: -64rem;
}

.hover\:-my-265:hover {
  margin-top: -66.25rem;
  margin-bottom: -66.25rem;
}

.hover\:-my-288:hover {
  margin-top: -72rem;
  margin-bottom: -72rem;
}

.hover\:-my-384:hover {
  margin-top: -96rem;
  margin-bottom: -96rem;
}

.hover\:-my-px:hover {
  margin-top: -1px;
  margin-bottom: -1px;
}

.hover\:-my-0\.5:hover {
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}

.hover\:-my-1\.5:hover {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

.hover\:-my-2\.5:hover {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

.hover\:-my-3\.5:hover {
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}

.hover\:-my-0\.75:hover {
  margin-top: -0.1875rem;
  margin-bottom: -0.1875rem;
}

.hover\:-my-4\.5:hover {
  margin-top: -1.125rem;
  margin-bottom: -1.125rem;
}

.hover\:-my-7\.5:hover {
  margin-top: -1.875rem;
  margin-bottom: -1.875rem;
}

.hover\:-my-9\.5:hover {
  margin-top: -2.375rem;
  margin-bottom: -2.375rem;
}

.hover\:-my-9\.75:hover {
  margin-top: -2.4375rem;
  margin-bottom: -2.4375rem;
}

.hover\:-my-12\.5:hover {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}

.hover\:-my-13\.5:hover {
  margin-top: -3.375rem;
  margin-bottom: -3.375rem;
}

.hover\:-my-292\.5:hover {
  margin-top: -73.125rem;
  margin-bottom: -73.125rem;
}

.hover\:-my-1\/24:hover {
  margin-top: -4.16667%;
  margin-bottom: -4.16667%;
}

.hover\:-my-2\/24:hover {
  margin-top: -8.33333%;
  margin-bottom: -8.33333%;
}

.hover\:-my-3\/24:hover {
  margin-top: -12.5%;
  margin-bottom: -12.5%;
}

.hover\:-my-4\/24:hover {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.hover\:-my-5\/24:hover {
  margin-top: -20.83333%;
  margin-bottom: -20.83333%;
}

.hover\:-my-6\/24:hover {
  margin-top: -25%;
  margin-bottom: -25%;
}

.hover\:-my-7\/24:hover {
  margin-top: -29.16667%;
  margin-bottom: -29.16667%;
}

.hover\:-my-8\/24:hover {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.hover\:-my-9\/24:hover {
  margin-top: -37.5%;
  margin-bottom: -37.5%;
}

.hover\:-my-10\/24:hover {
  margin-top: -41.66667%;
  margin-bottom: -41.66667%;
}

.hover\:-my-11\/24:hover {
  margin-top: -45.83333%;
  margin-bottom: -45.83333%;
}

.hover\:-my-12\/24:hover {
  margin-top: -50%;
  margin-bottom: -50%;
}

.hover\:-my-13\/24:hover {
  margin-top: -54.16667%;
  margin-bottom: -54.16667%;
}

.hover\:-my-14\/24:hover {
  margin-top: -58.33333%;
  margin-bottom: -58.33333%;
}

.hover\:-my-15\/24:hover {
  margin-top: -62.5%;
  margin-bottom: -62.5%;
}

.hover\:-my-16\/24:hover {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.hover\:-my-17\/24:hover {
  margin-top: -70.83333%;
  margin-bottom: -70.83333%;
}

.hover\:-my-18\/24:hover {
  margin-top: -75%;
  margin-bottom: -75%;
}

.hover\:-my-19\/24:hover {
  margin-top: -79.16667%;
  margin-bottom: -79.16667%;
}

.hover\:-my-20\/24:hover {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.hover\:-my-21\/24:hover {
  margin-top: -87.5%;
  margin-bottom: -87.5%;
}

.hover\:-my-22\/24:hover {
  margin-top: -91.66667%;
  margin-bottom: -91.66667%;
}

.hover\:-my-23\/24:hover {
  margin-top: -95.83333%;
  margin-bottom: -95.83333%;
}

.hover\:-my-24\/24:hover {
  margin-top: -100%;
  margin-bottom: -100%;
}

.hover\:-my-screen-header:hover {
  margin-top: -41.55vw;
  margin-bottom: -41.55vw;
}

.hover\:-my-screen-60:hover {
  margin-top: -60vh;
  margin-bottom: -60vh;
}

.hover\:-my-screen-80:hover {
  margin-top: -80vh;
  margin-bottom: -80vh;
}

.hover\:-my-screen-85:hover {
  margin-top: -85vh;
  margin-bottom: -85vh;
}

.hover\:-my-screen-90:hover {
  margin-top: -90vh;
  margin-bottom: -90vh;
}

.hover\:-my-screen-95:hover {
  margin-top: -95vh;
  margin-bottom: -95vh;
}

.hover\:-my-screen-minus-header:hover {
  margin-top: calc(-100vh - -5.25rem);
  margin-bottom: calc(-100vh - -5.25rem);
}

.hover\:-my-screen-minus-35\.5:hover {
  margin-top: calc(-100vh - -8.875rem);
  margin-bottom: calc(-100vh - -8.875rem);
}

.hover\:-my-screen-minus-36:hover {
  margin-top: calc(-100vh - -9rem);
  margin-bottom: calc(-100vh - -9rem);
}

.hover\:-my-screen-minus-40:hover {
  margin-top: calc(-100vh - -10rem);
  margin-bottom: calc(-100vh - -10rem);
}

.hover\:-my-screen-minus-55:hover {
  margin-top: calc(-100vh - -13.75rem);
  margin-bottom: calc(-100vh - -13.75rem);
}

.hover\:-my-screen-minus-72:hover {
  margin-top: calc(-100vh - -18rem);
  margin-bottom: calc(-100vh - -18rem);
}

.hover\:-my-screen-minus-80:hover {
  margin-top: calc(-100vh - -20rem);
  margin-bottom: calc(-100vh - -20rem);
}

.hover\:-my-full-4:hover {
  margin-top: calc(-100% - -16px);
  margin-bottom: calc(-100% - -16px);
}

.hover\:-my-account-body:hover {
  margin-top: calc(-100vw - -304px);
  margin-bottom: calc(-100vw - -304px);
}

.hover\:-my-menu-center:hover {
  margin-top: calc(-50% - -288px);
  margin-bottom: calc(-50% - -288px);
}

.hover\:-my-tutorials-hidden:hover {
  margin-top: calc(-100% - -56px);
  margin-bottom: calc(-100% - -56px);
}

.hover\:-my-popup-full-width:hover {
  margin-top: calc(-100% + -32px);
  margin-bottom: calc(-100% + -32px);
}

.hover\:-my-popup-full-width-md:hover {
  margin-top: calc(-100% + -64px);
  margin-bottom: calc(-100% + -64px);
}

.hover\:-my-popup-full-height:hover {
  margin-top: calc(-100% + -68px);
  margin-bottom: calc(-100% + -68px);
}

.hover\:-my-max-content:hover {
  margin-top: max-content;
  margin-bottom: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

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

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

.mt-21 {
  margin-top: 5.25rem;
}

.mt-22 {
  margin-top: 5.5rem;
}

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

.mt-26 {
  margin-top: 6.5rem;
}

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

.mt-29 {
  margin-top: 7.25rem;
}

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

.mt-34 {
  margin-top: 8.5rem;
}

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

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

.mt-42 {
  margin-top: 10.5rem;
}

.mt-44 {
  margin-top: 11rem;
}

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

.mt-52 {
  margin-top: 13rem;
}

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

.mt-60 {
  margin-top: 15rem;
}

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

.mt-68 {
  margin-top: 17rem;
}

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

.mt-77 {
  margin-top: 19.25rem;
}

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

.mt-82 {
  margin-top: 20.5rem;
}

.mt-88 {
  margin-top: 22rem;
}

.mt-94 {
  margin-top: 23.5rem;
}

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

.mt-98 {
  margin-top: 24.5rem;
}

.mt-104 {
  margin-top: 26rem;
}

.mt-108 {
  margin-top: 27rem;
}

.mt-110 {
  margin-top: 27.5rem;
}

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

.mt-120 {
  margin-top: 30rem;
}

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

.mt-132 {
  margin-top: 33rem;
}

.mt-134 {
  margin-top: 33.5rem;
}

.mt-135 {
  margin-top: 33.75rem;
}

.mt-136 {
  margin-top: 34rem;
}

.mt-144 {
  margin-top: 36rem;
}

.mt-152 {
  margin-top: 38rem;
}

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

.mt-164 {
  margin-top: 41rem;
}

.mt-172 {
  margin-top: 43rem;
}

.mt-179 {
  margin-top: 44.75rem;
}

.mt-184 {
  margin-top: 46rem;
}

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

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

.mt-240 {
  margin-top: 60rem;
}

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

.mt-265 {
  margin-top: 66.25rem;
}

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

.mt-384 {
  margin-top: 96rem;
}

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-0\.75 {
  margin-top: 0.1875rem;
}

.mt-4\.5 {
  margin-top: 1.125rem;
}

.mt-7\.5 {
  margin-top: 1.875rem;
}

.mt-9\.5 {
  margin-top: 2.375rem;
}

.mt-9\.75 {
  margin-top: 2.4375rem;
}

.mt-12\.5 {
  margin-top: 3.125rem;
}

.mt-13\.5 {
  margin-top: 3.375rem;
}

.mt-292\.5 {
  margin-top: 73.125rem;
}

.mt-1\/24 {
  margin-top: 4.166667%;
}

.mt-2\/24 {
  margin-top: 8.333333%;
}

.mt-3\/24 {
  margin-top: 12.5%;
}

.mt-4\/24 {
  margin-top: 16.666667%;
}

.mt-5\/24 {
  margin-top: 20.833333%;
}

.mt-6\/24 {
  margin-top: 25%;
}

.mt-7\/24 {
  margin-top: 29.166666%;
}

.mt-8\/24 {
  margin-top: 33.333333%;
}

.mt-9\/24 {
  margin-top: 37.5%;
}

.mt-10\/24 {
  margin-top: 41.666666%;
}

.mt-11\/24 {
  margin-top: 45.833333%;
}

.mt-12\/24 {
  margin-top: 50%;
}

.mt-13\/24 {
  margin-top: 54.166666%;
}

.mt-14\/24 {
  margin-top: 58.333333%;
}

.mt-15\/24 {
  margin-top: 62.5%;
}

.mt-16\/24 {
  margin-top: 66.666667%;
}

.mt-17\/24 {
  margin-top: 70.833333%;
}

.mt-18\/24 {
  margin-top: 75%;
}

.mt-19\/24 {
  margin-top: 79.166667%;
}

.mt-20\/24 {
  margin-top: 83.333333%;
}

.mt-21\/24 {
  margin-top: 87.5%;
}

.mt-22\/24 {
  margin-top: 91.666667%;
}

.mt-23\/24 {
  margin-top: 95.833333%;
}

.mt-24\/24 {
  margin-top: 100%;
}

.mt-screen-header {
  margin-top: 41.55vw;
}

.mt-screen-60 {
  margin-top: 60vh;
}

.mt-screen-80 {
  margin-top: 80vh;
}

.mt-screen-85 {
  margin-top: 85vh;
}

.mt-screen-90 {
  margin-top: 90vh;
}

.mt-screen-95 {
  margin-top: 95vh;
}

.mt-screen-minus-header {
  margin-top: calc(100vh - 5.25rem);
}

.mt-screen-minus-35\.5 {
  margin-top: calc(100vh - 8.875rem);
}

.mt-screen-minus-36 {
  margin-top: calc(100vh - 9rem);
}

.mt-screen-minus-40 {
  margin-top: calc(100vh - 10rem);
}

.mt-screen-minus-55 {
  margin-top: calc(100vh - 13.75rem);
}

.mt-screen-minus-72 {
  margin-top: calc(100vh - 18rem);
}

.mt-screen-minus-80 {
  margin-top: calc(100vh - 20rem);
}

.mt-full-4 {
  margin-top: calc(100% - 16px);
}

.mt-account-body {
  margin-top: calc(100vw - 304px);
}

.mt-menu-center {
  margin-top: calc(50% - 288px);
}

.mt-tutorials-hidden {
  margin-top: calc(100% - 56px);
}

.mt-popup-full-width {
  margin-top: calc(100% + 32px);
}

.mt-popup-full-width-md {
  margin-top: calc(100% + 64px);
}

.mt-popup-full-height {
  margin-top: calc(100% + 68px);
}

.mt-max-content {
  margin-top: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

.-mt-11 {
  margin-top: -2.75rem;
}

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

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

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

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

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

.-mt-21 {
  margin-top: -5.25rem;
}

.-mt-22 {
  margin-top: -5.5rem;
}

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

.-mt-26 {
  margin-top: -6.5rem;
}

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

.-mt-29 {
  margin-top: -7.25rem;
}

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

.-mt-34 {
  margin-top: -8.5rem;
}

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

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

.-mt-42 {
  margin-top: -10.5rem;
}

.-mt-44 {
  margin-top: -11rem;
}

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

.-mt-52 {
  margin-top: -13rem;
}

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

.-mt-60 {
  margin-top: -15rem;
}

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

.-mt-68 {
  margin-top: -17rem;
}

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

.-mt-77 {
  margin-top: -19.25rem;
}

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

.-mt-82 {
  margin-top: -20.5rem;
}

.-mt-88 {
  margin-top: -22rem;
}

.-mt-94 {
  margin-top: -23.5rem;
}

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

.-mt-98 {
  margin-top: -24.5rem;
}

.-mt-104 {
  margin-top: -26rem;
}

.-mt-108 {
  margin-top: -27rem;
}

.-mt-110 {
  margin-top: -27.5rem;
}

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

.-mt-120 {
  margin-top: -30rem;
}

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

.-mt-132 {
  margin-top: -33rem;
}

.-mt-134 {
  margin-top: -33.5rem;
}

.-mt-135 {
  margin-top: -33.75rem;
}

.-mt-136 {
  margin-top: -34rem;
}

.-mt-144 {
  margin-top: -36rem;
}

.-mt-152 {
  margin-top: -38rem;
}

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

.-mt-164 {
  margin-top: -41rem;
}

.-mt-172 {
  margin-top: -43rem;
}

.-mt-179 {
  margin-top: -44.75rem;
}

.-mt-184 {
  margin-top: -46rem;
}

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

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

.-mt-240 {
  margin-top: -60rem;
}

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

.-mt-265 {
  margin-top: -66.25rem;
}

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

.-mt-384 {
  margin-top: -96rem;
}

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

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

.-mt-1\.5 {
  margin-top: -0.375rem;
}

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

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.-mt-0\.75 {
  margin-top: -0.1875rem;
}

.-mt-4\.5 {
  margin-top: -1.125rem;
}

.-mt-7\.5 {
  margin-top: -1.875rem;
}

.-mt-9\.5 {
  margin-top: -2.375rem;
}

.-mt-9\.75 {
  margin-top: -2.4375rem;
}

.-mt-12\.5 {
  margin-top: -3.125rem;
}

.-mt-13\.5 {
  margin-top: -3.375rem;
}

.-mt-292\.5 {
  margin-top: -73.125rem;
}

.-mt-1\/24 {
  margin-top: -4.16667%;
}

.-mt-2\/24 {
  margin-top: -8.33333%;
}

.-mt-3\/24 {
  margin-top: -12.5%;
}

.-mt-4\/24 {
  margin-top: -16.66667%;
}

.-mt-5\/24 {
  margin-top: -20.83333%;
}

.-mt-6\/24 {
  margin-top: -25%;
}

.-mt-7\/24 {
  margin-top: -29.16667%;
}

.-mt-8\/24 {
  margin-top: -33.33333%;
}

.-mt-9\/24 {
  margin-top: -37.5%;
}

.-mt-10\/24 {
  margin-top: -41.66667%;
}

.-mt-11\/24 {
  margin-top: -45.83333%;
}

.-mt-12\/24 {
  margin-top: -50%;
}

.-mt-13\/24 {
  margin-top: -54.16667%;
}

.-mt-14\/24 {
  margin-top: -58.33333%;
}

.-mt-15\/24 {
  margin-top: -62.5%;
}

.-mt-16\/24 {
  margin-top: -66.66667%;
}

.-mt-17\/24 {
  margin-top: -70.83333%;
}

.-mt-18\/24 {
  margin-top: -75%;
}

.-mt-19\/24 {
  margin-top: -79.16667%;
}

.-mt-20\/24 {
  margin-top: -83.33333%;
}

.-mt-21\/24 {
  margin-top: -87.5%;
}

.-mt-22\/24 {
  margin-top: -91.66667%;
}

.-mt-23\/24 {
  margin-top: -95.83333%;
}

.-mt-24\/24 {
  margin-top: -100%;
}

.-mt-screen-header {
  margin-top: -41.55vw;
}

.-mt-screen-60 {
  margin-top: -60vh;
}

.-mt-screen-80 {
  margin-top: -80vh;
}

.-mt-screen-85 {
  margin-top: -85vh;
}

.-mt-screen-90 {
  margin-top: -90vh;
}

.-mt-screen-95 {
  margin-top: -95vh;
}

.-mt-screen-minus-header {
  margin-top: calc(-100vh - -5.25rem);
}

.-mt-screen-minus-35\.5 {
  margin-top: calc(-100vh - -8.875rem);
}

.-mt-screen-minus-36 {
  margin-top: calc(-100vh - -9rem);
}

.-mt-screen-minus-40 {
  margin-top: calc(-100vh - -10rem);
}

.-mt-screen-minus-55 {
  margin-top: calc(-100vh - -13.75rem);
}

.-mt-screen-minus-72 {
  margin-top: calc(-100vh - -18rem);
}

.-mt-screen-minus-80 {
  margin-top: calc(-100vh - -20rem);
}

.-mt-full-4 {
  margin-top: calc(-100% - -16px);
}

.-mt-account-body {
  margin-top: calc(-100vw - -304px);
}

.-mt-menu-center {
  margin-top: calc(-50% - -288px);
}

.-mt-tutorials-hidden {
  margin-top: calc(-100% - -56px);
}

.-mt-popup-full-width {
  margin-top: calc(-100% + -32px);
}

.-mt-popup-full-width-md {
  margin-top: calc(-100% + -64px);
}

.-mt-popup-full-height {
  margin-top: calc(-100% + -68px);
}

.-mt-max-content {
  margin-top: max-content;
}

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

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

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

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

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

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

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

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

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

.mr-9 {
  margin-right: 2.25rem;
}

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

.mr-11 {
  margin-right: 2.75rem;
}

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

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

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

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

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

.mr-21 {
  margin-right: 5.25rem;
}

.mr-22 {
  margin-right: 5.5rem;
}

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

.mr-26 {
  margin-right: 6.5rem;
}

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

.mr-29 {
  margin-right: 7.25rem;
}

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

.mr-34 {
  margin-right: 8.5rem;
}

.mr-36 {
  margin-right: 9rem;
}

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

.mr-42 {
  margin-right: 10.5rem;
}

.mr-44 {
  margin-right: 11rem;
}

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

.mr-52 {
  margin-right: 13rem;
}

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

.mr-60 {
  margin-right: 15rem;
}

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

.mr-68 {
  margin-right: 17rem;
}

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

.mr-77 {
  margin-right: 19.25rem;
}

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

.mr-82 {
  margin-right: 20.5rem;
}

.mr-88 {
  margin-right: 22rem;
}

.mr-94 {
  margin-right: 23.5rem;
}

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

.mr-98 {
  margin-right: 24.5rem;
}

.mr-104 {
  margin-right: 26rem;
}

.mr-108 {
  margin-right: 27rem;
}

.mr-110 {
  margin-right: 27.5rem;
}

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

.mr-120 {
  margin-right: 30rem;
}

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

.mr-132 {
  margin-right: 33rem;
}

.mr-134 {
  margin-right: 33.5rem;
}

.mr-135 {
  margin-right: 33.75rem;
}

.mr-136 {
  margin-right: 34rem;
}

.mr-144 {
  margin-right: 36rem;
}

.mr-152 {
  margin-right: 38rem;
}

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

.mr-164 {
  margin-right: 41rem;
}

.mr-172 {
  margin-right: 43rem;
}

.mr-179 {
  margin-right: 44.75rem;
}

.mr-184 {
  margin-right: 46rem;
}

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

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

.mr-240 {
  margin-right: 60rem;
}

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

.mr-265 {
  margin-right: 66.25rem;
}

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

.mr-384 {
  margin-right: 96rem;
}

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

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

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

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

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-0\.75 {
  margin-right: 0.1875rem;
}

.mr-4\.5 {
  margin-right: 1.125rem;
}

.mr-7\.5 {
  margin-right: 1.875rem;
}

.mr-9\.5 {
  margin-right: 2.375rem;
}

.mr-9\.75 {
  margin-right: 2.4375rem;
}

.mr-12\.5 {
  margin-right: 3.125rem;
}

.mr-13\.5 {
  margin-right: 3.375rem;
}

.mr-292\.5 {
  margin-right: 73.125rem;
}

.mr-1\/24 {
  margin-right: 4.166667%;
}

.mr-2\/24 {
  margin-right: 8.333333%;
}

.mr-3\/24 {
  margin-right: 12.5%;
}

.mr-4\/24 {
  margin-right: 16.666667%;
}

.mr-5\/24 {
  margin-right: 20.833333%;
}

.mr-6\/24 {
  margin-right: 25%;
}

.mr-7\/24 {
  margin-right: 29.166666%;
}

.mr-8\/24 {
  margin-right: 33.333333%;
}

.mr-9\/24 {
  margin-right: 37.5%;
}

.mr-10\/24 {
  margin-right: 41.666666%;
}

.mr-11\/24 {
  margin-right: 45.833333%;
}

.mr-12\/24 {
  margin-right: 50%;
}

.mr-13\/24 {
  margin-right: 54.166666%;
}

.mr-14\/24 {
  margin-right: 58.333333%;
}

.mr-15\/24 {
  margin-right: 62.5%;
}

.mr-16\/24 {
  margin-right: 66.666667%;
}

.mr-17\/24 {
  margin-right: 70.833333%;
}

.mr-18\/24 {
  margin-right: 75%;
}

.mr-19\/24 {
  margin-right: 79.166667%;
}

.mr-20\/24 {
  margin-right: 83.333333%;
}

.mr-21\/24 {
  margin-right: 87.5%;
}

.mr-22\/24 {
  margin-right: 91.666667%;
}

.mr-23\/24 {
  margin-right: 95.833333%;
}

.mr-24\/24 {
  margin-right: 100%;
}

.mr-screen-header {
  margin-right: 41.55vw;
}

.mr-screen-60 {
  margin-right: 60vh;
}

.mr-screen-80 {
  margin-right: 80vh;
}

.mr-screen-85 {
  margin-right: 85vh;
}

.mr-screen-90 {
  margin-right: 90vh;
}

.mr-screen-95 {
  margin-right: 95vh;
}

.mr-screen-minus-header {
  margin-right: calc(100vh - 5.25rem);
}

.mr-screen-minus-35\.5 {
  margin-right: calc(100vh - 8.875rem);
}

.mr-screen-minus-36 {
  margin-right: calc(100vh - 9rem);
}

.mr-screen-minus-40 {
  margin-right: calc(100vh - 10rem);
}

.mr-screen-minus-55 {
  margin-right: calc(100vh - 13.75rem);
}

.mr-screen-minus-72 {
  margin-right: calc(100vh - 18rem);
}

.mr-screen-minus-80 {
  margin-right: calc(100vh - 20rem);
}

.mr-full-4 {
  margin-right: calc(100% - 16px);
}

.mr-account-body {
  margin-right: calc(100vw - 304px);
}

.mr-menu-center {
  margin-right: calc(50% - 288px);
}

.mr-tutorials-hidden {
  margin-right: calc(100% - 56px);
}

.mr-popup-full-width {
  margin-right: calc(100% + 32px);
}

.mr-popup-full-width-md {
  margin-right: calc(100% + 64px);
}

.mr-popup-full-height {
  margin-right: calc(100% + 68px);
}

.mr-max-content {
  margin-right: max-content;
}

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

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

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

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

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

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

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

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

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

.-mr-9 {
  margin-right: -2.25rem;
}

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

.-mr-11 {
  margin-right: -2.75rem;
}

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

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

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

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

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

.-mr-21 {
  margin-right: -5.25rem;
}

.-mr-22 {
  margin-right: -5.5rem;
}

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

.-mr-26 {
  margin-right: -6.5rem;
}

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

.-mr-29 {
  margin-right: -7.25rem;
}

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

.-mr-34 {
  margin-right: -8.5rem;
}

.-mr-36 {
  margin-right: -9rem;
}

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

.-mr-42 {
  margin-right: -10.5rem;
}

.-mr-44 {
  margin-right: -11rem;
}

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

.-mr-52 {
  margin-right: -13rem;
}

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

.-mr-60 {
  margin-right: -15rem;
}

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

.-mr-68 {
  margin-right: -17rem;
}

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

.-mr-77 {
  margin-right: -19.25rem;
}

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

.-mr-82 {
  margin-right: -20.5rem;
}

.-mr-88 {
  margin-right: -22rem;
}

.-mr-94 {
  margin-right: -23.5rem;
}

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

.-mr-98 {
  margin-right: -24.5rem;
}

.-mr-104 {
  margin-right: -26rem;
}

.-mr-108 {
  margin-right: -27rem;
}

.-mr-110 {
  margin-right: -27.5rem;
}

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

.-mr-120 {
  margin-right: -30rem;
}

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

.-mr-132 {
  margin-right: -33rem;
}

.-mr-134 {
  margin-right: -33.5rem;
}

.-mr-135 {
  margin-right: -33.75rem;
}

.-mr-136 {
  margin-right: -34rem;
}

.-mr-144 {
  margin-right: -36rem;
}

.-mr-152 {
  margin-right: -38rem;
}

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

.-mr-164 {
  margin-right: -41rem;
}

.-mr-172 {
  margin-right: -43rem;
}

.-mr-179 {
  margin-right: -44.75rem;
}

.-mr-184 {
  margin-right: -46rem;
}

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

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

.-mr-240 {
  margin-right: -60rem;
}

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

.-mr-265 {
  margin-right: -66.25rem;
}

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

.-mr-384 {
  margin-right: -96rem;
}

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

.-mr-0\.5 {
  margin-right: -0.125rem;
}

.-mr-1\.5 {
  margin-right: -0.375rem;
}

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

.-mr-3\.5 {
  margin-right: -0.875rem;
}

.-mr-0\.75 {
  margin-right: -0.1875rem;
}

.-mr-4\.5 {
  margin-right: -1.125rem;
}

.-mr-7\.5 {
  margin-right: -1.875rem;
}

.-mr-9\.5 {
  margin-right: -2.375rem;
}

.-mr-9\.75 {
  margin-right: -2.4375rem;
}

.-mr-12\.5 {
  margin-right: -3.125rem;
}

.-mr-13\.5 {
  margin-right: -3.375rem;
}

.-mr-292\.5 {
  margin-right: -73.125rem;
}

.-mr-1\/24 {
  margin-right: -4.16667%;
}

.-mr-2\/24 {
  margin-right: -8.33333%;
}

.-mr-3\/24 {
  margin-right: -12.5%;
}

.-mr-4\/24 {
  margin-right: -16.66667%;
}

.-mr-5\/24 {
  margin-right: -20.83333%;
}

.-mr-6\/24 {
  margin-right: -25%;
}

.-mr-7\/24 {
  margin-right: -29.16667%;
}

.-mr-8\/24 {
  margin-right: -33.33333%;
}

.-mr-9\/24 {
  margin-right: -37.5%;
}

.-mr-10\/24 {
  margin-right: -41.66667%;
}

.-mr-11\/24 {
  margin-right: -45.83333%;
}

.-mr-12\/24 {
  margin-right: -50%;
}

.-mr-13\/24 {
  margin-right: -54.16667%;
}

.-mr-14\/24 {
  margin-right: -58.33333%;
}

.-mr-15\/24 {
  margin-right: -62.5%;
}

.-mr-16\/24 {
  margin-right: -66.66667%;
}

.-mr-17\/24 {
  margin-right: -70.83333%;
}

.-mr-18\/24 {
  margin-right: -75%;
}

.-mr-19\/24 {
  margin-right: -79.16667%;
}

.-mr-20\/24 {
  margin-right: -83.33333%;
}

.-mr-21\/24 {
  margin-right: -87.5%;
}

.-mr-22\/24 {
  margin-right: -91.66667%;
}

.-mr-23\/24 {
  margin-right: -95.83333%;
}

.-mr-24\/24 {
  margin-right: -100%;
}

.-mr-screen-header {
  margin-right: -41.55vw;
}

.-mr-screen-60 {
  margin-right: -60vh;
}

.-mr-screen-80 {
  margin-right: -80vh;
}

.-mr-screen-85 {
  margin-right: -85vh;
}

.-mr-screen-90 {
  margin-right: -90vh;
}

.-mr-screen-95 {
  margin-right: -95vh;
}

.-mr-screen-minus-header {
  margin-right: calc(-100vh - -5.25rem);
}

.-mr-screen-minus-35\.5 {
  margin-right: calc(-100vh - -8.875rem);
}

.-mr-screen-minus-36 {
  margin-right: calc(-100vh - -9rem);
}

.-mr-screen-minus-40 {
  margin-right: calc(-100vh - -10rem);
}

.-mr-screen-minus-55 {
  margin-right: calc(-100vh - -13.75rem);
}

.-mr-screen-minus-72 {
  margin-right: calc(-100vh - -18rem);
}

.-mr-screen-minus-80 {
  margin-right: calc(-100vh - -20rem);
}

.-mr-full-4 {
  margin-right: calc(-100% - -16px);
}

.-mr-account-body {
  margin-right: calc(-100vw - -304px);
}

.-mr-menu-center {
  margin-right: calc(-50% - -288px);
}

.-mr-tutorials-hidden {
  margin-right: calc(-100% - -56px);
}

.-mr-popup-full-width {
  margin-right: calc(-100% + -32px);
}

.-mr-popup-full-width-md {
  margin-right: calc(-100% + -64px);
}

.-mr-popup-full-height {
  margin-right: calc(-100% + -68px);
}

.-mr-max-content {
  margin-right: max-content;
}

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

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

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

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

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

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-18 {
  margin-bottom: 4.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-21 {
  margin-bottom: 5.25rem;
}

.mb-22 {
  margin-bottom: 5.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-26 {
  margin-bottom: 6.5rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-29 {
  margin-bottom: 7.25rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-34 {
  margin-bottom: 8.5rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-42 {
  margin-bottom: 10.5rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-68 {
  margin-bottom: 17rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-77 {
  margin-bottom: 19.25rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-82 {
  margin-bottom: 20.5rem;
}

.mb-88 {
  margin-bottom: 22rem;
}

.mb-94 {
  margin-bottom: 23.5rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.mb-98 {
  margin-bottom: 24.5rem;
}

.mb-104 {
  margin-bottom: 26rem;
}

.mb-108 {
  margin-bottom: 27rem;
}

.mb-110 {
  margin-bottom: 27.5rem;
}

.mb-112 {
  margin-bottom: 28rem;
}

.mb-120 {
  margin-bottom: 30rem;
}

.mb-128 {
  margin-bottom: 32rem;
}

.mb-132 {
  margin-bottom: 33rem;
}

.mb-134 {
  margin-bottom: 33.5rem;
}

.mb-135 {
  margin-bottom: 33.75rem;
}

.mb-136 {
  margin-bottom: 34rem;
}

.mb-144 {
  margin-bottom: 36rem;
}

.mb-152 {
  margin-bottom: 38rem;
}

.mb-160 {
  margin-bottom: 40rem;
}

.mb-164 {
  margin-bottom: 41rem;
}

.mb-172 {
  margin-bottom: 43rem;
}

.mb-179 {
  margin-bottom: 44.75rem;
}

.mb-184 {
  margin-bottom: 46rem;
}

.mb-192 {
  margin-bottom: 48rem;
}

.mb-224 {
  margin-bottom: 56rem;
}

.mb-240 {
  margin-bottom: 60rem;
}

.mb-256 {
  margin-bottom: 64rem;
}

.mb-265 {
  margin-bottom: 66.25rem;
}

.mb-288 {
  margin-bottom: 72rem;
}

.mb-384 {
  margin-bottom: 96rem;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-px {
  margin-bottom: 1px;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-0\.75 {
  margin-bottom: 0.1875rem;
}

.mb-4\.5 {
  margin-bottom: 1.125rem;
}

.mb-7\.5 {
  margin-bottom: 1.875rem;
}

.mb-9\.5 {
  margin-bottom: 2.375rem;
}

.mb-9\.75 {
  margin-bottom: 2.4375rem;
}

.mb-12\.5 {
  margin-bottom: 3.125rem;
}

.mb-13\.5 {
  margin-bottom: 3.375rem;
}

.mb-292\.5 {
  margin-bottom: 73.125rem;
}

.mb-1\/24 {
  margin-bottom: 4.166667%;
}

.mb-2\/24 {
  margin-bottom: 8.333333%;
}

.mb-3\/24 {
  margin-bottom: 12.5%;
}

.mb-4\/24 {
  margin-bottom: 16.666667%;
}

.mb-5\/24 {
  margin-bottom: 20.833333%;
}

.mb-6\/24 {
  margin-bottom: 25%;
}

.mb-7\/24 {
  margin-bottom: 29.166666%;
}

.mb-8\/24 {
  margin-bottom: 33.333333%;
}

.mb-9\/24 {
  margin-bottom: 37.5%;
}

.mb-10\/24 {
  margin-bottom: 41.666666%;
}

.mb-11\/24 {
  margin-bottom: 45.833333%;
}

.mb-12\/24 {
  margin-bottom: 50%;
}

.mb-13\/24 {
  margin-bottom: 54.166666%;
}

.mb-14\/24 {
  margin-bottom: 58.333333%;
}

.mb-15\/24 {
  margin-bottom: 62.5%;
}

.mb-16\/24 {
  margin-bottom: 66.666667%;
}

.mb-17\/24 {
  margin-bottom: 70.833333%;
}

.mb-18\/24 {
  margin-bottom: 75%;
}

.mb-19\/24 {
  margin-bottom: 79.166667%;
}

.mb-20\/24 {
  margin-bottom: 83.333333%;
}

.mb-21\/24 {
  margin-bottom: 87.5%;
}

.mb-22\/24 {
  margin-bottom: 91.666667%;
}

.mb-23\/24 {
  margin-bottom: 95.833333%;
}

.mb-24\/24 {
  margin-bottom: 100%;
}

.mb-screen-header {
  margin-bottom: 41.55vw;
}

.mb-screen-60 {
  margin-bottom: 60vh;
}

.mb-screen-80 {
  margin-bottom: 80vh;
}

.mb-screen-85 {
  margin-bottom: 85vh;
}

.mb-screen-90 {
  margin-bottom: 90vh;
}

.mb-screen-95 {
  margin-bottom: 95vh;
}

.mb-screen-minus-header {
  margin-bottom: calc(100vh - 5.25rem);
}

.mb-screen-minus-35\.5 {
  margin-bottom: calc(100vh - 8.875rem);
}

.mb-screen-minus-36 {
  margin-bottom: calc(100vh - 9rem);
}

.mb-screen-minus-40 {
  margin-bottom: calc(100vh - 10rem);
}

.mb-screen-minus-55 {
  margin-bottom: calc(100vh - 13.75rem);
}

.mb-screen-minus-72 {
  margin-bottom: calc(100vh - 18rem);
}

.mb-screen-minus-80 {
  margin-bottom: calc(100vh - 20rem);
}

.mb-full-4 {
  margin-bottom: calc(100% - 16px);
}

.mb-account-body {
  margin-bottom: calc(100vw - 304px);
}

.mb-menu-center {
  margin-bottom: calc(50% - 288px);
}

.mb-tutorials-hidden {
  margin-bottom: calc(100% - 56px);
}

.mb-popup-full-width {
  margin-bottom: calc(100% + 32px);
}

.mb-popup-full-width-md {
  margin-bottom: calc(100% + 64px);
}

.mb-popup-full-height {
  margin-bottom: calc(100% + 68px);
}

.mb-max-content {
  margin-bottom: max-content;
}

.-mb-0 {
  margin-bottom: 0px;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-mb-18 {
  margin-bottom: -4.5rem;
}

.-mb-20 {
  margin-bottom: -5rem;
}

.-mb-21 {
  margin-bottom: -5.25rem;
}

.-mb-22 {
  margin-bottom: -5.5rem;
}

.-mb-24 {
  margin-bottom: -6rem;
}

.-mb-26 {
  margin-bottom: -6.5rem;
}

.-mb-28 {
  margin-bottom: -7rem;
}

.-mb-29 {
  margin-bottom: -7.25rem;
}

.-mb-32 {
  margin-bottom: -8rem;
}

.-mb-34 {
  margin-bottom: -8.5rem;
}

.-mb-36 {
  margin-bottom: -9rem;
}

.-mb-40 {
  margin-bottom: -10rem;
}

.-mb-42 {
  margin-bottom: -10.5rem;
}

.-mb-44 {
  margin-bottom: -11rem;
}

.-mb-48 {
  margin-bottom: -12rem;
}

.-mb-52 {
  margin-bottom: -13rem;
}

.-mb-56 {
  margin-bottom: -14rem;
}

.-mb-60 {
  margin-bottom: -15rem;
}

.-mb-64 {
  margin-bottom: -16rem;
}

.-mb-68 {
  margin-bottom: -17rem;
}

.-mb-72 {
  margin-bottom: -18rem;
}

.-mb-77 {
  margin-bottom: -19.25rem;
}

.-mb-80 {
  margin-bottom: -20rem;
}

.-mb-82 {
  margin-bottom: -20.5rem;
}

.-mb-88 {
  margin-bottom: -22rem;
}

.-mb-94 {
  margin-bottom: -23.5rem;
}

.-mb-96 {
  margin-bottom: -24rem;
}

.-mb-98 {
  margin-bottom: -24.5rem;
}

.-mb-104 {
  margin-bottom: -26rem;
}

.-mb-108 {
  margin-bottom: -27rem;
}

.-mb-110 {
  margin-bottom: -27.5rem;
}

.-mb-112 {
  margin-bottom: -28rem;
}

.-mb-120 {
  margin-bottom: -30rem;
}

.-mb-128 {
  margin-bottom: -32rem;
}

.-mb-132 {
  margin-bottom: -33rem;
}

.-mb-134 {
  margin-bottom: -33.5rem;
}

.-mb-135 {
  margin-bottom: -33.75rem;
}

.-mb-136 {
  margin-bottom: -34rem;
}

.-mb-144 {
  margin-bottom: -36rem;
}

.-mb-152 {
  margin-bottom: -38rem;
}

.-mb-160 {
  margin-bottom: -40rem;
}

.-mb-164 {
  margin-bottom: -41rem;
}

.-mb-172 {
  margin-bottom: -43rem;
}

.-mb-179 {
  margin-bottom: -44.75rem;
}

.-mb-184 {
  margin-bottom: -46rem;
}

.-mb-192 {
  margin-bottom: -48rem;
}

.-mb-224 {
  margin-bottom: -56rem;
}

.-mb-240 {
  margin-bottom: -60rem;
}

.-mb-256 {
  margin-bottom: -64rem;
}

.-mb-265 {
  margin-bottom: -66.25rem;
}

.-mb-288 {
  margin-bottom: -72rem;
}

.-mb-384 {
  margin-bottom: -96rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.-mb-0\.5 {
  margin-bottom: -0.125rem;
}

.-mb-1\.5 {
  margin-bottom: -0.375rem;
}

.-mb-2\.5 {
  margin-bottom: -0.625rem;
}

.-mb-3\.5 {
  margin-bottom: -0.875rem;
}

.-mb-0\.75 {
  margin-bottom: -0.1875rem;
}

.-mb-4\.5 {
  margin-bottom: -1.125rem;
}

.-mb-7\.5 {
  margin-bottom: -1.875rem;
}

.-mb-9\.5 {
  margin-bottom: -2.375rem;
}

.-mb-9\.75 {
  margin-bottom: -2.4375rem;
}

.-mb-12\.5 {
  margin-bottom: -3.125rem;
}

.-mb-13\.5 {
  margin-bottom: -3.375rem;
}

.-mb-292\.5 {
  margin-bottom: -73.125rem;
}

.-mb-1\/24 {
  margin-bottom: -4.16667%;
}

.-mb-2\/24 {
  margin-bottom: -8.33333%;
}

.-mb-3\/24 {
  margin-bottom: -12.5%;
}

.-mb-4\/24 {
  margin-bottom: -16.66667%;
}

.-mb-5\/24 {
  margin-bottom: -20.83333%;
}

.-mb-6\/24 {
  margin-bottom: -25%;
}

.-mb-7\/24 {
  margin-bottom: -29.16667%;
}

.-mb-8\/24 {
  margin-bottom: -33.33333%;
}

.-mb-9\/24 {
  margin-bottom: -37.5%;
}

.-mb-10\/24 {
  margin-bottom: -41.66667%;
}

.-mb-11\/24 {
  margin-bottom: -45.83333%;
}

.-mb-12\/24 {
  margin-bottom: -50%;
}

.-mb-13\/24 {
  margin-bottom: -54.16667%;
}

.-mb-14\/24 {
  margin-bottom: -58.33333%;
}

.-mb-15\/24 {
  margin-bottom: -62.5%;
}

.-mb-16\/24 {
  margin-bottom: -66.66667%;
}

.-mb-17\/24 {
  margin-bottom: -70.83333%;
}

.-mb-18\/24 {
  margin-bottom: -75%;
}

.-mb-19\/24 {
  margin-bottom: -79.16667%;
}

.-mb-20\/24 {
  margin-bottom: -83.33333%;
}

.-mb-21\/24 {
  margin-bottom: -87.5%;
}

.-mb-22\/24 {
  margin-bottom: -91.66667%;
}

.-mb-23\/24 {
  margin-bottom: -95.83333%;
}

.-mb-24\/24 {
  margin-bottom: -100%;
}

.-mb-screen-header {
  margin-bottom: -41.55vw;
}

.-mb-screen-60 {
  margin-bottom: -60vh;
}

.-mb-screen-80 {
  margin-bottom: -80vh;
}

.-mb-screen-85 {
  margin-bottom: -85vh;
}

.-mb-screen-90 {
  margin-bottom: -90vh;
}

.-mb-screen-95 {
  margin-bottom: -95vh;
}

.-mb-screen-minus-header {
  margin-bottom: calc(-100vh - -5.25rem);
}

.-mb-screen-minus-35\.5 {
  margin-bottom: calc(-100vh - -8.875rem);
}

.-mb-screen-minus-36 {
  margin-bottom: calc(-100vh - -9rem);
}

.-mb-screen-minus-40 {
  margin-bottom: calc(-100vh - -10rem);
}

.-mb-screen-minus-55 {
  margin-bottom: calc(-100vh - -13.75rem);
}

.-mb-screen-minus-72 {
  margin-bottom: calc(-100vh - -18rem);
}

.-mb-screen-minus-80 {
  margin-bottom: calc(-100vh - -20rem);
}

.-mb-full-4 {
  margin-bottom: calc(-100% - -16px);
}

.-mb-account-body {
  margin-bottom: calc(-100vw - -304px);
}

.-mb-menu-center {
  margin-bottom: calc(-50% - -288px);
}

.-mb-tutorials-hidden {
  margin-bottom: calc(-100% - -56px);
}

.-mb-popup-full-width {
  margin-bottom: calc(-100% + -32px);
}

.-mb-popup-full-width-md {
  margin-bottom: calc(-100% + -64px);
}

.-mb-popup-full-height {
  margin-bottom: calc(-100% + -68px);
}

.-mb-max-content {
  margin-bottom: max-content;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-18 {
  margin-left: 4.5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-21 {
  margin-left: 5.25rem;
}

.ml-22 {
  margin-left: 5.5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-26 {
  margin-left: 6.5rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-29 {
  margin-left: 7.25rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-34 {
  margin-left: 8.5rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-42 {
  margin-left: 10.5rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-68 {
  margin-left: 17rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-77 {
  margin-left: 19.25rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-82 {
  margin-left: 20.5rem;
}

.ml-88 {
  margin-left: 22rem;
}

.ml-94 {
  margin-left: 23.5rem;
}

.ml-96 {
  margin-left: 24rem;
}

.ml-98 {
  margin-left: 24.5rem;
}

.ml-104 {
  margin-left: 26rem;
}

.ml-108 {
  margin-left: 27rem;
}

.ml-110 {
  margin-left: 27.5rem;
}

.ml-112 {
  margin-left: 28rem;
}

.ml-120 {
  margin-left: 30rem;
}

.ml-128 {
  margin-left: 32rem;
}

.ml-132 {
  margin-left: 33rem;
}

.ml-134 {
  margin-left: 33.5rem;
}

.ml-135 {
  margin-left: 33.75rem;
}

.ml-136 {
  margin-left: 34rem;
}

.ml-144 {
  margin-left: 36rem;
}

.ml-152 {
  margin-left: 38rem;
}

.ml-160 {
  margin-left: 40rem;
}

.ml-164 {
  margin-left: 41rem;
}

.ml-172 {
  margin-left: 43rem;
}

.ml-179 {
  margin-left: 44.75rem;
}

.ml-184 {
  margin-left: 46rem;
}

.ml-192 {
  margin-left: 48rem;
}

.ml-224 {
  margin-left: 56rem;
}

.ml-240 {
  margin-left: 60rem;
}

.ml-256 {
  margin-left: 64rem;
}

.ml-265 {
  margin-left: 66.25rem;
}

.ml-288 {
  margin-left: 72rem;
}

.ml-384 {
  margin-left: 96rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-px {
  margin-left: 1px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-0\.75 {
  margin-left: 0.1875rem;
}

.ml-4\.5 {
  margin-left: 1.125rem;
}

.ml-7\.5 {
  margin-left: 1.875rem;
}

.ml-9\.5 {
  margin-left: 2.375rem;
}

.ml-9\.75 {
  margin-left: 2.4375rem;
}

.ml-12\.5 {
  margin-left: 3.125rem;
}

.ml-13\.5 {
  margin-left: 3.375rem;
}

.ml-292\.5 {
  margin-left: 73.125rem;
}

.ml-1\/24 {
  margin-left: 4.166667%;
}

.ml-2\/24 {
  margin-left: 8.333333%;
}

.ml-3\/24 {
  margin-left: 12.5%;
}

.ml-4\/24 {
  margin-left: 16.666667%;
}

.ml-5\/24 {
  margin-left: 20.833333%;
}

.ml-6\/24 {
  margin-left: 25%;
}

.ml-7\/24 {
  margin-left: 29.166666%;
}

.ml-8\/24 {
  margin-left: 33.333333%;
}

.ml-9\/24 {
  margin-left: 37.5%;
}

.ml-10\/24 {
  margin-left: 41.666666%;
}

.ml-11\/24 {
  margin-left: 45.833333%;
}

.ml-12\/24 {
  margin-left: 50%;
}

.ml-13\/24 {
  margin-left: 54.166666%;
}

.ml-14\/24 {
  margin-left: 58.333333%;
}

.ml-15\/24 {
  margin-left: 62.5%;
}

.ml-16\/24 {
  margin-left: 66.666667%;
}

.ml-17\/24 {
  margin-left: 70.833333%;
}

.ml-18\/24 {
  margin-left: 75%;
}

.ml-19\/24 {
  margin-left: 79.166667%;
}

.ml-20\/24 {
  margin-left: 83.333333%;
}

.ml-21\/24 {
  margin-left: 87.5%;
}

.ml-22\/24 {
  margin-left: 91.666667%;
}

.ml-23\/24 {
  margin-left: 95.833333%;
}

.ml-24\/24 {
  margin-left: 100%;
}

.ml-screen-header {
  margin-left: 41.55vw;
}

.ml-screen-60 {
  margin-left: 60vh;
}

.ml-screen-80 {
  margin-left: 80vh;
}

.ml-screen-85 {
  margin-left: 85vh;
}

.ml-screen-90 {
  margin-left: 90vh;
}

.ml-screen-95 {
  margin-left: 95vh;
}

.ml-screen-minus-header {
  margin-left: calc(100vh - 5.25rem);
}

.ml-screen-minus-35\.5 {
  margin-left: calc(100vh - 8.875rem);
}

.ml-screen-minus-36 {
  margin-left: calc(100vh - 9rem);
}

.ml-screen-minus-40 {
  margin-left: calc(100vh - 10rem);
}

.ml-screen-minus-55 {
  margin-left: calc(100vh - 13.75rem);
}

.ml-screen-minus-72 {
  margin-left: calc(100vh - 18rem);
}

.ml-screen-minus-80 {
  margin-left: calc(100vh - 20rem);
}

.ml-full-4 {
  margin-left: calc(100% - 16px);
}

.ml-account-body {
  margin-left: calc(100vw - 304px);
}

.ml-menu-center {
  margin-left: calc(50% - 288px);
}

.ml-tutorials-hidden {
  margin-left: calc(100% - 56px);
}

.ml-popup-full-width {
  margin-left: calc(100% + 32px);
}

.ml-popup-full-width-md {
  margin-left: calc(100% + 64px);
}

.ml-popup-full-height {
  margin-left: calc(100% + 68px);
}

.ml-max-content {
  margin-left: max-content;
}

.-ml-0 {
  margin-left: 0px;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-ml-18 {
  margin-left: -4.5rem;
}

.-ml-20 {
  margin-left: -5rem;
}

.-ml-21 {
  margin-left: -5.25rem;
}

.-ml-22 {
  margin-left: -5.5rem;
}

.-ml-24 {
  margin-left: -6rem;
}

.-ml-26 {
  margin-left: -6.5rem;
}

.-ml-28 {
  margin-left: -7rem;
}

.-ml-29 {
  margin-left: -7.25rem;
}

.-ml-32 {
  margin-left: -8rem;
}

.-ml-34 {
  margin-left: -8.5rem;
}

.-ml-36 {
  margin-left: -9rem;
}

.-ml-40 {
  margin-left: -10rem;
}

.-ml-42 {
  margin-left: -10.5rem;
}

.-ml-44 {
  margin-left: -11rem;
}

.-ml-48 {
  margin-left: -12rem;
}

.-ml-52 {
  margin-left: -13rem;
}

.-ml-56 {
  margin-left: -14rem;
}

.-ml-60 {
  margin-left: -15rem;
}

.-ml-64 {
  margin-left: -16rem;
}

.-ml-68 {
  margin-left: -17rem;
}

.-ml-72 {
  margin-left: -18rem;
}

.-ml-77 {
  margin-left: -19.25rem;
}

.-ml-80 {
  margin-left: -20rem;
}

.-ml-82 {
  margin-left: -20.5rem;
}

.-ml-88 {
  margin-left: -22rem;
}

.-ml-94 {
  margin-left: -23.5rem;
}

.-ml-96 {
  margin-left: -24rem;
}

.-ml-98 {
  margin-left: -24.5rem;
}

.-ml-104 {
  margin-left: -26rem;
}

.-ml-108 {
  margin-left: -27rem;
}

.-ml-110 {
  margin-left: -27.5rem;
}

.-ml-112 {
  margin-left: -28rem;
}

.-ml-120 {
  margin-left: -30rem;
}

.-ml-128 {
  margin-left: -32rem;
}

.-ml-132 {
  margin-left: -33rem;
}

.-ml-134 {
  margin-left: -33.5rem;
}

.-ml-135 {
  margin-left: -33.75rem;
}

.-ml-136 {
  margin-left: -34rem;
}

.-ml-144 {
  margin-left: -36rem;
}

.-ml-152 {
  margin-left: -38rem;
}

.-ml-160 {
  margin-left: -40rem;
}

.-ml-164 {
  margin-left: -41rem;
}

.-ml-172 {
  margin-left: -43rem;
}

.-ml-179 {
  margin-left: -44.75rem;
}

.-ml-184 {
  margin-left: -46rem;
}

.-ml-192 {
  margin-left: -48rem;
}

.-ml-224 {
  margin-left: -56rem;
}

.-ml-240 {
  margin-left: -60rem;
}

.-ml-256 {
  margin-left: -64rem;
}

.-ml-265 {
  margin-left: -66.25rem;
}

.-ml-288 {
  margin-left: -72rem;
}

.-ml-384 {
  margin-left: -96rem;
}

.-ml-px {
  margin-left: -1px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-ml-3\.5 {
  margin-left: -0.875rem;
}

.-ml-0\.75 {
  margin-left: -0.1875rem;
}

.-ml-4\.5 {
  margin-left: -1.125rem;
}

.-ml-7\.5 {
  margin-left: -1.875rem;
}

.-ml-9\.5 {
  margin-left: -2.375rem;
}

.-ml-9\.75 {
  margin-left: -2.4375rem;
}

.-ml-12\.5 {
  margin-left: -3.125rem;
}

.-ml-13\.5 {
  margin-left: -3.375rem;
}

.-ml-292\.5 {
  margin-left: -73.125rem;
}

.-ml-1\/24 {
  margin-left: -4.16667%;
}

.-ml-2\/24 {
  margin-left: -8.33333%;
}

.-ml-3\/24 {
  margin-left: -12.5%;
}

.-ml-4\/24 {
  margin-left: -16.66667%;
}

.-ml-5\/24 {
  margin-left: -20.83333%;
}

.-ml-6\/24 {
  margin-left: -25%;
}

.-ml-7\/24 {
  margin-left: -29.16667%;
}

.-ml-8\/24 {
  margin-left: -33.33333%;
}

.-ml-9\/24 {
  margin-left: -37.5%;
}

.-ml-10\/24 {
  margin-left: -41.66667%;
}

.-ml-11\/24 {
  margin-left: -45.83333%;
}

.-ml-12\/24 {
  margin-left: -50%;
}

.-ml-13\/24 {
  margin-left: -54.16667%;
}

.-ml-14\/24 {
  margin-left: -58.33333%;
}

.-ml-15\/24 {
  margin-left: -62.5%;
}

.-ml-16\/24 {
  margin-left: -66.66667%;
}

.-ml-17\/24 {
  margin-left: -70.83333%;
}

.-ml-18\/24 {
  margin-left: -75%;
}

.-ml-19\/24 {
  margin-left: -79.16667%;
}

.-ml-20\/24 {
  margin-left: -83.33333%;
}

.-ml-21\/24 {
  margin-left: -87.5%;
}

.-ml-22\/24 {
  margin-left: -91.66667%;
}

.-ml-23\/24 {
  margin-left: -95.83333%;
}

.-ml-24\/24 {
  margin-left: -100%;
}

.-ml-screen-header {
  margin-left: -41.55vw;
}

.-ml-screen-60 {
  margin-left: -60vh;
}

.-ml-screen-80 {
  margin-left: -80vh;
}

.-ml-screen-85 {
  margin-left: -85vh;
}

.-ml-screen-90 {
  margin-left: -90vh;
}

.-ml-screen-95 {
  margin-left: -95vh;
}

.-ml-screen-minus-header {
  margin-left: calc(-100vh - -5.25rem);
}

.-ml-screen-minus-35\.5 {
  margin-left: calc(-100vh - -8.875rem);
}

.-ml-screen-minus-36 {
  margin-left: calc(-100vh - -9rem);
}

.-ml-screen-minus-40 {
  margin-left: calc(-100vh - -10rem);
}

.-ml-screen-minus-55 {
  margin-left: calc(-100vh - -13.75rem);
}

.-ml-screen-minus-72 {
  margin-left: calc(-100vh - -18rem);
}

.-ml-screen-minus-80 {
  margin-left: calc(-100vh - -20rem);
}

.-ml-full-4 {
  margin-left: calc(-100% - -16px);
}

.-ml-account-body {
  margin-left: calc(-100vw - -304px);
}

.-ml-menu-center {
  margin-left: calc(-50% - -288px);
}

.-ml-tutorials-hidden {
  margin-left: calc(-100% - -56px);
}

.-ml-popup-full-width {
  margin-left: calc(-100% + -32px);
}

.-ml-popup-full-width-md {
  margin-left: calc(-100% + -64px);
}

.-ml-popup-full-height {
  margin-left: calc(-100% + -68px);
}

.-ml-max-content {
  margin-left: max-content;
}

.hover\:mt-0:hover {
  margin-top: 0px;
}

.hover\:mt-1:hover {
  margin-top: 0.25rem;
}

.hover\:mt-2:hover {
  margin-top: 0.5rem;
}

.hover\:mt-3:hover {
  margin-top: 0.75rem;
}

.hover\:mt-4:hover {
  margin-top: 1rem;
}

.hover\:mt-5:hover {
  margin-top: 1.25rem;
}

.hover\:mt-6:hover {
  margin-top: 1.5rem;
}

.hover\:mt-7:hover {
  margin-top: 1.75rem;
}

.hover\:mt-8:hover {
  margin-top: 2rem;
}

.hover\:mt-9:hover {
  margin-top: 2.25rem;
}

.hover\:mt-10:hover {
  margin-top: 2.5rem;
}

.hover\:mt-11:hover {
  margin-top: 2.75rem;
}

.hover\:mt-12:hover {
  margin-top: 3rem;
}

.hover\:mt-14:hover {
  margin-top: 3.5rem;
}

.hover\:mt-16:hover {
  margin-top: 4rem;
}

.hover\:mt-18:hover {
  margin-top: 4.5rem;
}

.hover\:mt-20:hover {
  margin-top: 5rem;
}

.hover\:mt-21:hover {
  margin-top: 5.25rem;
}

.hover\:mt-22:hover {
  margin-top: 5.5rem;
}

.hover\:mt-24:hover {
  margin-top: 6rem;
}

.hover\:mt-26:hover {
  margin-top: 6.5rem;
}

.hover\:mt-28:hover {
  margin-top: 7rem;
}

.hover\:mt-29:hover {
  margin-top: 7.25rem;
}

.hover\:mt-32:hover {
  margin-top: 8rem;
}

.hover\:mt-34:hover {
  margin-top: 8.5rem;
}

.hover\:mt-36:hover {
  margin-top: 9rem;
}

.hover\:mt-40:hover {
  margin-top: 10rem;
}

.hover\:mt-42:hover {
  margin-top: 10.5rem;
}

.hover\:mt-44:hover {
  margin-top: 11rem;
}

.hover\:mt-48:hover {
  margin-top: 12rem;
}

.hover\:mt-52:hover {
  margin-top: 13rem;
}

.hover\:mt-56:hover {
  margin-top: 14rem;
}

.hover\:mt-60:hover {
  margin-top: 15rem;
}

.hover\:mt-64:hover {
  margin-top: 16rem;
}

.hover\:mt-68:hover {
  margin-top: 17rem;
}

.hover\:mt-72:hover {
  margin-top: 18rem;
}

.hover\:mt-77:hover {
  margin-top: 19.25rem;
}

.hover\:mt-80:hover {
  margin-top: 20rem;
}

.hover\:mt-82:hover {
  margin-top: 20.5rem;
}

.hover\:mt-88:hover {
  margin-top: 22rem;
}

.hover\:mt-94:hover {
  margin-top: 23.5rem;
}

.hover\:mt-96:hover {
  margin-top: 24rem;
}

.hover\:mt-98:hover {
  margin-top: 24.5rem;
}

.hover\:mt-104:hover {
  margin-top: 26rem;
}

.hover\:mt-108:hover {
  margin-top: 27rem;
}

.hover\:mt-110:hover {
  margin-top: 27.5rem;
}

.hover\:mt-112:hover {
  margin-top: 28rem;
}

.hover\:mt-120:hover {
  margin-top: 30rem;
}

.hover\:mt-128:hover {
  margin-top: 32rem;
}

.hover\:mt-132:hover {
  margin-top: 33rem;
}

.hover\:mt-134:hover {
  margin-top: 33.5rem;
}

.hover\:mt-135:hover {
  margin-top: 33.75rem;
}

.hover\:mt-136:hover {
  margin-top: 34rem;
}

.hover\:mt-144:hover {
  margin-top: 36rem;
}

.hover\:mt-152:hover {
  margin-top: 38rem;
}

.hover\:mt-160:hover {
  margin-top: 40rem;
}

.hover\:mt-164:hover {
  margin-top: 41rem;
}

.hover\:mt-172:hover {
  margin-top: 43rem;
}

.hover\:mt-179:hover {
  margin-top: 44.75rem;
}

.hover\:mt-184:hover {
  margin-top: 46rem;
}

.hover\:mt-192:hover {
  margin-top: 48rem;
}

.hover\:mt-224:hover {
  margin-top: 56rem;
}

.hover\:mt-240:hover {
  margin-top: 60rem;
}

.hover\:mt-256:hover {
  margin-top: 64rem;
}

.hover\:mt-265:hover {
  margin-top: 66.25rem;
}

.hover\:mt-288:hover {
  margin-top: 72rem;
}

.hover\:mt-384:hover {
  margin-top: 96rem;
}

.hover\:mt-auto:hover {
  margin-top: auto;
}

.hover\:mt-px:hover {
  margin-top: 1px;
}

.hover\:mt-0\.5:hover {
  margin-top: 0.125rem;
}

.hover\:mt-1\.5:hover {
  margin-top: 0.375rem;
}

.hover\:mt-2\.5:hover {
  margin-top: 0.625rem;
}

.hover\:mt-3\.5:hover {
  margin-top: 0.875rem;
}

.hover\:mt-0\.75:hover {
  margin-top: 0.1875rem;
}

.hover\:mt-4\.5:hover {
  margin-top: 1.125rem;
}

.hover\:mt-7\.5:hover {
  margin-top: 1.875rem;
}

.hover\:mt-9\.5:hover {
  margin-top: 2.375rem;
}

.hover\:mt-9\.75:hover {
  margin-top: 2.4375rem;
}

.hover\:mt-12\.5:hover {
  margin-top: 3.125rem;
}

.hover\:mt-13\.5:hover {
  margin-top: 3.375rem;
}

.hover\:mt-292\.5:hover {
  margin-top: 73.125rem;
}

.hover\:mt-1\/24:hover {
  margin-top: 4.166667%;
}

.hover\:mt-2\/24:hover {
  margin-top: 8.333333%;
}

.hover\:mt-3\/24:hover {
  margin-top: 12.5%;
}

.hover\:mt-4\/24:hover {
  margin-top: 16.666667%;
}

.hover\:mt-5\/24:hover {
  margin-top: 20.833333%;
}

.hover\:mt-6\/24:hover {
  margin-top: 25%;
}

.hover\:mt-7\/24:hover {
  margin-top: 29.166666%;
}

.hover\:mt-8\/24:hover {
  margin-top: 33.333333%;
}

.hover\:mt-9\/24:hover {
  margin-top: 37.5%;
}

.hover\:mt-10\/24:hover {
  margin-top: 41.666666%;
}

.hover\:mt-11\/24:hover {
  margin-top: 45.833333%;
}

.hover\:mt-12\/24:hover {
  margin-top: 50%;
}

.hover\:mt-13\/24:hover {
  margin-top: 54.166666%;
}

.hover\:mt-14\/24:hover {
  margin-top: 58.333333%;
}

.hover\:mt-15\/24:hover {
  margin-top: 62.5%;
}

.hover\:mt-16\/24:hover {
  margin-top: 66.666667%;
}

.hover\:mt-17\/24:hover {
  margin-top: 70.833333%;
}

.hover\:mt-18\/24:hover {
  margin-top: 75%;
}

.hover\:mt-19\/24:hover {
  margin-top: 79.166667%;
}

.hover\:mt-20\/24:hover {
  margin-top: 83.333333%;
}

.hover\:mt-21\/24:hover {
  margin-top: 87.5%;
}

.hover\:mt-22\/24:hover {
  margin-top: 91.666667%;
}

.hover\:mt-23\/24:hover {
  margin-top: 95.833333%;
}

.hover\:mt-24\/24:hover {
  margin-top: 100%;
}

.hover\:mt-screen-header:hover {
  margin-top: 41.55vw;
}

.hover\:mt-screen-60:hover {
  margin-top: 60vh;
}

.hover\:mt-screen-80:hover {
  margin-top: 80vh;
}

.hover\:mt-screen-85:hover {
  margin-top: 85vh;
}

.hover\:mt-screen-90:hover {
  margin-top: 90vh;
}

.hover\:mt-screen-95:hover {
  margin-top: 95vh;
}

.hover\:mt-screen-minus-header:hover {
  margin-top: calc(100vh - 5.25rem);
}

.hover\:mt-screen-minus-35\.5:hover {
  margin-top: calc(100vh - 8.875rem);
}

.hover\:mt-screen-minus-36:hover {
  margin-top: calc(100vh - 9rem);
}

.hover\:mt-screen-minus-40:hover {
  margin-top: calc(100vh - 10rem);
}

.hover\:mt-screen-minus-55:hover {
  margin-top: calc(100vh - 13.75rem);
}

.hover\:mt-screen-minus-72:hover {
  margin-top: calc(100vh - 18rem);
}

.hover\:mt-screen-minus-80:hover {
  margin-top: calc(100vh - 20rem);
}

.hover\:mt-full-4:hover {
  margin-top: calc(100% - 16px);
}

.hover\:mt-account-body:hover {
  margin-top: calc(100vw - 304px);
}

.hover\:mt-menu-center:hover {
  margin-top: calc(50% - 288px);
}

.hover\:mt-tutorials-hidden:hover {
  margin-top: calc(100% - 56px);
}

.hover\:mt-popup-full-width:hover {
  margin-top: calc(100% + 32px);
}

.hover\:mt-popup-full-width-md:hover {
  margin-top: calc(100% + 64px);
}

.hover\:mt-popup-full-height:hover {
  margin-top: calc(100% + 68px);
}

.hover\:mt-max-content:hover {
  margin-top: max-content;
}

.hover\:-mt-0:hover {
  margin-top: 0px;
}

.hover\:-mt-1:hover {
  margin-top: -0.25rem;
}

.hover\:-mt-2:hover {
  margin-top: -0.5rem;
}

.hover\:-mt-3:hover {
  margin-top: -0.75rem;
}

.hover\:-mt-4:hover {
  margin-top: -1rem;
}

.hover\:-mt-5:hover {
  margin-top: -1.25rem;
}

.hover\:-mt-6:hover {
  margin-top: -1.5rem;
}

.hover\:-mt-7:hover {
  margin-top: -1.75rem;
}

.hover\:-mt-8:hover {
  margin-top: -2rem;
}

.hover\:-mt-9:hover {
  margin-top: -2.25rem;
}

.hover\:-mt-10:hover {
  margin-top: -2.5rem;
}

.hover\:-mt-11:hover {
  margin-top: -2.75rem;
}

.hover\:-mt-12:hover {
  margin-top: -3rem;
}

.hover\:-mt-14:hover {
  margin-top: -3.5rem;
}

.hover\:-mt-16:hover {
  margin-top: -4rem;
}

.hover\:-mt-18:hover {
  margin-top: -4.5rem;
}

.hover\:-mt-20:hover {
  margin-top: -5rem;
}

.hover\:-mt-21:hover {
  margin-top: -5.25rem;
}

.hover\:-mt-22:hover {
  margin-top: -5.5rem;
}

.hover\:-mt-24:hover {
  margin-top: -6rem;
}

.hover\:-mt-26:hover {
  margin-top: -6.5rem;
}

.hover\:-mt-28:hover {
  margin-top: -7rem;
}

.hover\:-mt-29:hover {
  margin-top: -7.25rem;
}

.hover\:-mt-32:hover {
  margin-top: -8rem;
}

.hover\:-mt-34:hover {
  margin-top: -8.5rem;
}

.hover\:-mt-36:hover {
  margin-top: -9rem;
}

.hover\:-mt-40:hover {
  margin-top: -10rem;
}

.hover\:-mt-42:hover {
  margin-top: -10.5rem;
}

.hover\:-mt-44:hover {
  margin-top: -11rem;
}

.hover\:-mt-48:hover {
  margin-top: -12rem;
}

.hover\:-mt-52:hover {
  margin-top: -13rem;
}

.hover\:-mt-56:hover {
  margin-top: -14rem;
}

.hover\:-mt-60:hover {
  margin-top: -15rem;
}

.hover\:-mt-64:hover {
  margin-top: -16rem;
}

.hover\:-mt-68:hover {
  margin-top: -17rem;
}

.hover\:-mt-72:hover {
  margin-top: -18rem;
}

.hover\:-mt-77:hover {
  margin-top: -19.25rem;
}

.hover\:-mt-80:hover {
  margin-top: -20rem;
}

.hover\:-mt-82:hover {
  margin-top: -20.5rem;
}

.hover\:-mt-88:hover {
  margin-top: -22rem;
}

.hover\:-mt-94:hover {
  margin-top: -23.5rem;
}

.hover\:-mt-96:hover {
  margin-top: -24rem;
}

.hover\:-mt-98:hover {
  margin-top: -24.5rem;
}

.hover\:-mt-104:hover {
  margin-top: -26rem;
}

.hover\:-mt-108:hover {
  margin-top: -27rem;
}

.hover\:-mt-110:hover {
  margin-top: -27.5rem;
}

.hover\:-mt-112:hover {
  margin-top: -28rem;
}

.hover\:-mt-120:hover {
  margin-top: -30rem;
}

.hover\:-mt-128:hover {
  margin-top: -32rem;
}

.hover\:-mt-132:hover {
  margin-top: -33rem;
}

.hover\:-mt-134:hover {
  margin-top: -33.5rem;
}

.hover\:-mt-135:hover {
  margin-top: -33.75rem;
}

.hover\:-mt-136:hover {
  margin-top: -34rem;
}

.hover\:-mt-144:hover {
  margin-top: -36rem;
}

.hover\:-mt-152:hover {
  margin-top: -38rem;
}

.hover\:-mt-160:hover {
  margin-top: -40rem;
}

.hover\:-mt-164:hover {
  margin-top: -41rem;
}

.hover\:-mt-172:hover {
  margin-top: -43rem;
}

.hover\:-mt-179:hover {
  margin-top: -44.75rem;
}

.hover\:-mt-184:hover {
  margin-top: -46rem;
}

.hover\:-mt-192:hover {
  margin-top: -48rem;
}

.hover\:-mt-224:hover {
  margin-top: -56rem;
}

.hover\:-mt-240:hover {
  margin-top: -60rem;
}

.hover\:-mt-256:hover {
  margin-top: -64rem;
}

.hover\:-mt-265:hover {
  margin-top: -66.25rem;
}

.hover\:-mt-288:hover {
  margin-top: -72rem;
}

.hover\:-mt-384:hover {
  margin-top: -96rem;
}

.hover\:-mt-px:hover {
  margin-top: -1px;
}

.hover\:-mt-0\.5:hover {
  margin-top: -0.125rem;
}

.hover\:-mt-1\.5:hover {
  margin-top: -0.375rem;
}

.hover\:-mt-2\.5:hover {
  margin-top: -0.625rem;
}

.hover\:-mt-3\.5:hover {
  margin-top: -0.875rem;
}

.hover\:-mt-0\.75:hover {
  margin-top: -0.1875rem;
}

.hover\:-mt-4\.5:hover {
  margin-top: -1.125rem;
}

.hover\:-mt-7\.5:hover {
  margin-top: -1.875rem;
}

.hover\:-mt-9\.5:hover {
  margin-top: -2.375rem;
}

.hover\:-mt-9\.75:hover {
  margin-top: -2.4375rem;
}

.hover\:-mt-12\.5:hover {
  margin-top: -3.125rem;
}

.hover\:-mt-13\.5:hover {
  margin-top: -3.375rem;
}

.hover\:-mt-292\.5:hover {
  margin-top: -73.125rem;
}

.hover\:-mt-1\/24:hover {
  margin-top: -4.16667%;
}

.hover\:-mt-2\/24:hover {
  margin-top: -8.33333%;
}

.hover\:-mt-3\/24:hover {
  margin-top: -12.5%;
}

.hover\:-mt-4\/24:hover {
  margin-top: -16.66667%;
}

.hover\:-mt-5\/24:hover {
  margin-top: -20.83333%;
}

.hover\:-mt-6\/24:hover {
  margin-top: -25%;
}

.hover\:-mt-7\/24:hover {
  margin-top: -29.16667%;
}

.hover\:-mt-8\/24:hover {
  margin-top: -33.33333%;
}

.hover\:-mt-9\/24:hover {
  margin-top: -37.5%;
}

.hover\:-mt-10\/24:hover {
  margin-top: -41.66667%;
}

.hover\:-mt-11\/24:hover {
  margin-top: -45.83333%;
}

.hover\:-mt-12\/24:hover {
  margin-top: -50%;
}

.hover\:-mt-13\/24:hover {
  margin-top: -54.16667%;
}

.hover\:-mt-14\/24:hover {
  margin-top: -58.33333%;
}

.hover\:-mt-15\/24:hover {
  margin-top: -62.5%;
}

.hover\:-mt-16\/24:hover {
  margin-top: -66.66667%;
}

.hover\:-mt-17\/24:hover {
  margin-top: -70.83333%;
}

.hover\:-mt-18\/24:hover {
  margin-top: -75%;
}

.hover\:-mt-19\/24:hover {
  margin-top: -79.16667%;
}

.hover\:-mt-20\/24:hover {
  margin-top: -83.33333%;
}

.hover\:-mt-21\/24:hover {
  margin-top: -87.5%;
}

.hover\:-mt-22\/24:hover {
  margin-top: -91.66667%;
}

.hover\:-mt-23\/24:hover {
  margin-top: -95.83333%;
}

.hover\:-mt-24\/24:hover {
  margin-top: -100%;
}

.hover\:-mt-screen-header:hover {
  margin-top: -41.55vw;
}

.hover\:-mt-screen-60:hover {
  margin-top: -60vh;
}

.hover\:-mt-screen-80:hover {
  margin-top: -80vh;
}

.hover\:-mt-screen-85:hover {
  margin-top: -85vh;
}

.hover\:-mt-screen-90:hover {
  margin-top: -90vh;
}

.hover\:-mt-screen-95:hover {
  margin-top: -95vh;
}

.hover\:-mt-screen-minus-header:hover {
  margin-top: calc(-100vh - -5.25rem);
}

.hover\:-mt-screen-minus-35\.5:hover {
  margin-top: calc(-100vh - -8.875rem);
}

.hover\:-mt-screen-minus-36:hover {
  margin-top: calc(-100vh - -9rem);
}

.hover\:-mt-screen-minus-40:hover {
  margin-top: calc(-100vh - -10rem);
}

.hover\:-mt-screen-minus-55:hover {
  margin-top: calc(-100vh - -13.75rem);
}

.hover\:-mt-screen-minus-72:hover {
  margin-top: calc(-100vh - -18rem);
}

.hover\:-mt-screen-minus-80:hover {
  margin-top: calc(-100vh - -20rem);
}

.hover\:-mt-full-4:hover {
  margin-top: calc(-100% - -16px);
}

.hover\:-mt-account-body:hover {
  margin-top: calc(-100vw - -304px);
}

.hover\:-mt-menu-center:hover {
  margin-top: calc(-50% - -288px);
}

.hover\:-mt-tutorials-hidden:hover {
  margin-top: calc(-100% - -56px);
}

.hover\:-mt-popup-full-width:hover {
  margin-top: calc(-100% + -32px);
}

.hover\:-mt-popup-full-width-md:hover {
  margin-top: calc(-100% + -64px);
}

.hover\:-mt-popup-full-height:hover {
  margin-top: calc(-100% + -68px);
}

.hover\:-mt-max-content:hover {
  margin-top: max-content;
}

.hover\:mr-0:hover {
  margin-right: 0px;
}

.hover\:mr-1:hover {
  margin-right: 0.25rem;
}

.hover\:mr-2:hover {
  margin-right: 0.5rem;
}

.hover\:mr-3:hover {
  margin-right: 0.75rem;
}

.hover\:mr-4:hover {
  margin-right: 1rem;
}

.hover\:mr-5:hover {
  margin-right: 1.25rem;
}

.hover\:mr-6:hover {
  margin-right: 1.5rem;
}

.hover\:mr-7:hover {
  margin-right: 1.75rem;
}

.hover\:mr-8:hover {
  margin-right: 2rem;
}

.hover\:mr-9:hover {
  margin-right: 2.25rem;
}

.hover\:mr-10:hover {
  margin-right: 2.5rem;
}

.hover\:mr-11:hover {
  margin-right: 2.75rem;
}

.hover\:mr-12:hover {
  margin-right: 3rem;
}

.hover\:mr-14:hover {
  margin-right: 3.5rem;
}

.hover\:mr-16:hover {
  margin-right: 4rem;
}

.hover\:mr-18:hover {
  margin-right: 4.5rem;
}

.hover\:mr-20:hover {
  margin-right: 5rem;
}

.hover\:mr-21:hover {
  margin-right: 5.25rem;
}

.hover\:mr-22:hover {
  margin-right: 5.5rem;
}

.hover\:mr-24:hover {
  margin-right: 6rem;
}

.hover\:mr-26:hover {
  margin-right: 6.5rem;
}

.hover\:mr-28:hover {
  margin-right: 7rem;
}

.hover\:mr-29:hover {
  margin-right: 7.25rem;
}

.hover\:mr-32:hover {
  margin-right: 8rem;
}

.hover\:mr-34:hover {
  margin-right: 8.5rem;
}

.hover\:mr-36:hover {
  margin-right: 9rem;
}

.hover\:mr-40:hover {
  margin-right: 10rem;
}

.hover\:mr-42:hover {
  margin-right: 10.5rem;
}

.hover\:mr-44:hover {
  margin-right: 11rem;
}

.hover\:mr-48:hover {
  margin-right: 12rem;
}

.hover\:mr-52:hover {
  margin-right: 13rem;
}

.hover\:mr-56:hover {
  margin-right: 14rem;
}

.hover\:mr-60:hover {
  margin-right: 15rem;
}

.hover\:mr-64:hover {
  margin-right: 16rem;
}

.hover\:mr-68:hover {
  margin-right: 17rem;
}

.hover\:mr-72:hover {
  margin-right: 18rem;
}

.hover\:mr-77:hover {
  margin-right: 19.25rem;
}

.hover\:mr-80:hover {
  margin-right: 20rem;
}

.hover\:mr-82:hover {
  margin-right: 20.5rem;
}

.hover\:mr-88:hover {
  margin-right: 22rem;
}

.hover\:mr-94:hover {
  margin-right: 23.5rem;
}

.hover\:mr-96:hover {
  margin-right: 24rem;
}

.hover\:mr-98:hover {
  margin-right: 24.5rem;
}

.hover\:mr-104:hover {
  margin-right: 26rem;
}

.hover\:mr-108:hover {
  margin-right: 27rem;
}

.hover\:mr-110:hover {
  margin-right: 27.5rem;
}

.hover\:mr-112:hover {
  margin-right: 28rem;
}

.hover\:mr-120:hover {
  margin-right: 30rem;
}

.hover\:mr-128:hover {
  margin-right: 32rem;
}

.hover\:mr-132:hover {
  margin-right: 33rem;
}

.hover\:mr-134:hover {
  margin-right: 33.5rem;
}

.hover\:mr-135:hover {
  margin-right: 33.75rem;
}

.hover\:mr-136:hover {
  margin-right: 34rem;
}

.hover\:mr-144:hover {
  margin-right: 36rem;
}

.hover\:mr-152:hover {
  margin-right: 38rem;
}

.hover\:mr-160:hover {
  margin-right: 40rem;
}

.hover\:mr-164:hover {
  margin-right: 41rem;
}

.hover\:mr-172:hover {
  margin-right: 43rem;
}

.hover\:mr-179:hover {
  margin-right: 44.75rem;
}

.hover\:mr-184:hover {
  margin-right: 46rem;
}

.hover\:mr-192:hover {
  margin-right: 48rem;
}

.hover\:mr-224:hover {
  margin-right: 56rem;
}

.hover\:mr-240:hover {
  margin-right: 60rem;
}

.hover\:mr-256:hover {
  margin-right: 64rem;
}

.hover\:mr-265:hover {
  margin-right: 66.25rem;
}

.hover\:mr-288:hover {
  margin-right: 72rem;
}

.hover\:mr-384:hover {
  margin-right: 96rem;
}

.hover\:mr-auto:hover {
  margin-right: auto;
}

.hover\:mr-px:hover {
  margin-right: 1px;
}

.hover\:mr-0\.5:hover {
  margin-right: 0.125rem;
}

.hover\:mr-1\.5:hover {
  margin-right: 0.375rem;
}

.hover\:mr-2\.5:hover {
  margin-right: 0.625rem;
}

.hover\:mr-3\.5:hover {
  margin-right: 0.875rem;
}

.hover\:mr-0\.75:hover {
  margin-right: 0.1875rem;
}

.hover\:mr-4\.5:hover {
  margin-right: 1.125rem;
}

.hover\:mr-7\.5:hover {
  margin-right: 1.875rem;
}

.hover\:mr-9\.5:hover {
  margin-right: 2.375rem;
}

.hover\:mr-9\.75:hover {
  margin-right: 2.4375rem;
}

.hover\:mr-12\.5:hover {
  margin-right: 3.125rem;
}

.hover\:mr-13\.5:hover {
  margin-right: 3.375rem;
}

.hover\:mr-292\.5:hover {
  margin-right: 73.125rem;
}

.hover\:mr-1\/24:hover {
  margin-right: 4.166667%;
}

.hover\:mr-2\/24:hover {
  margin-right: 8.333333%;
}

.hover\:mr-3\/24:hover {
  margin-right: 12.5%;
}

.hover\:mr-4\/24:hover {
  margin-right: 16.666667%;
}

.hover\:mr-5\/24:hover {
  margin-right: 20.833333%;
}

.hover\:mr-6\/24:hover {
  margin-right: 25%;
}

.hover\:mr-7\/24:hover {
  margin-right: 29.166666%;
}

.hover\:mr-8\/24:hover {
  margin-right: 33.333333%;
}

.hover\:mr-9\/24:hover {
  margin-right: 37.5%;
}

.hover\:mr-10\/24:hover {
  margin-right: 41.666666%;
}

.hover\:mr-11\/24:hover {
  margin-right: 45.833333%;
}

.hover\:mr-12\/24:hover {
  margin-right: 50%;
}

.hover\:mr-13\/24:hover {
  margin-right: 54.166666%;
}

.hover\:mr-14\/24:hover {
  margin-right: 58.333333%;
}

.hover\:mr-15\/24:hover {
  margin-right: 62.5%;
}

.hover\:mr-16\/24:hover {
  margin-right: 66.666667%;
}

.hover\:mr-17\/24:hover {
  margin-right: 70.833333%;
}

.hover\:mr-18\/24:hover {
  margin-right: 75%;
}

.hover\:mr-19\/24:hover {
  margin-right: 79.166667%;
}

.hover\:mr-20\/24:hover {
  margin-right: 83.333333%;
}

.hover\:mr-21\/24:hover {
  margin-right: 87.5%;
}

.hover\:mr-22\/24:hover {
  margin-right: 91.666667%;
}

.hover\:mr-23\/24:hover {
  margin-right: 95.833333%;
}

.hover\:mr-24\/24:hover {
  margin-right: 100%;
}

.hover\:mr-screen-header:hover {
  margin-right: 41.55vw;
}

.hover\:mr-screen-60:hover {
  margin-right: 60vh;
}

.hover\:mr-screen-80:hover {
  margin-right: 80vh;
}

.hover\:mr-screen-85:hover {
  margin-right: 85vh;
}

.hover\:mr-screen-90:hover {
  margin-right: 90vh;
}

.hover\:mr-screen-95:hover {
  margin-right: 95vh;
}

.hover\:mr-screen-minus-header:hover {
  margin-right: calc(100vh - 5.25rem);
}

.hover\:mr-screen-minus-35\.5:hover {
  margin-right: calc(100vh - 8.875rem);
}

.hover\:mr-screen-minus-36:hover {
  margin-right: calc(100vh - 9rem);
}

.hover\:mr-screen-minus-40:hover {
  margin-right: calc(100vh - 10rem);
}

.hover\:mr-screen-minus-55:hover {
  margin-right: calc(100vh - 13.75rem);
}

.hover\:mr-screen-minus-72:hover {
  margin-right: calc(100vh - 18rem);
}

.hover\:mr-screen-minus-80:hover {
  margin-right: calc(100vh - 20rem);
}

.hover\:mr-full-4:hover {
  margin-right: calc(100% - 16px);
}

.hover\:mr-account-body:hover {
  margin-right: calc(100vw - 304px);
}

.hover\:mr-menu-center:hover {
  margin-right: calc(50% - 288px);
}

.hover\:mr-tutorials-hidden:hover {
  margin-right: calc(100% - 56px);
}

.hover\:mr-popup-full-width:hover {
  margin-right: calc(100% + 32px);
}

.hover\:mr-popup-full-width-md:hover {
  margin-right: calc(100% + 64px);
}

.hover\:mr-popup-full-height:hover {
  margin-right: calc(100% + 68px);
}

.hover\:mr-max-content:hover {
  margin-right: max-content;
}

.hover\:-mr-0:hover {
  margin-right: 0px;
}

.hover\:-mr-1:hover {
  margin-right: -0.25rem;
}

.hover\:-mr-2:hover {
  margin-right: -0.5rem;
}

.hover\:-mr-3:hover {
  margin-right: -0.75rem;
}

.hover\:-mr-4:hover {
  margin-right: -1rem;
}

.hover\:-mr-5:hover {
  margin-right: -1.25rem;
}

.hover\:-mr-6:hover {
  margin-right: -1.5rem;
}

.hover\:-mr-7:hover {
  margin-right: -1.75rem;
}

.hover\:-mr-8:hover {
  margin-right: -2rem;
}

.hover\:-mr-9:hover {
  margin-right: -2.25rem;
}

.hover\:-mr-10:hover {
  margin-right: -2.5rem;
}

.hover\:-mr-11:hover {
  margin-right: -2.75rem;
}

.hover\:-mr-12:hover {
  margin-right: -3rem;
}

.hover\:-mr-14:hover {
  margin-right: -3.5rem;
}

.hover\:-mr-16:hover {
  margin-right: -4rem;
}

.hover\:-mr-18:hover {
  margin-right: -4.5rem;
}

.hover\:-mr-20:hover {
  margin-right: -5rem;
}

.hover\:-mr-21:hover {
  margin-right: -5.25rem;
}

.hover\:-mr-22:hover {
  margin-right: -5.5rem;
}

.hover\:-mr-24:hover {
  margin-right: -6rem;
}

.hover\:-mr-26:hover {
  margin-right: -6.5rem;
}

.hover\:-mr-28:hover {
  margin-right: -7rem;
}

.hover\:-mr-29:hover {
  margin-right: -7.25rem;
}

.hover\:-mr-32:hover {
  margin-right: -8rem;
}

.hover\:-mr-34:hover {
  margin-right: -8.5rem;
}

.hover\:-mr-36:hover {
  margin-right: -9rem;
}

.hover\:-mr-40:hover {
  margin-right: -10rem;
}

.hover\:-mr-42:hover {
  margin-right: -10.5rem;
}

.hover\:-mr-44:hover {
  margin-right: -11rem;
}

.hover\:-mr-48:hover {
  margin-right: -12rem;
}

.hover\:-mr-52:hover {
  margin-right: -13rem;
}

.hover\:-mr-56:hover {
  margin-right: -14rem;
}

.hover\:-mr-60:hover {
  margin-right: -15rem;
}

.hover\:-mr-64:hover {
  margin-right: -16rem;
}

.hover\:-mr-68:hover {
  margin-right: -17rem;
}

.hover\:-mr-72:hover {
  margin-right: -18rem;
}

.hover\:-mr-77:hover {
  margin-right: -19.25rem;
}

.hover\:-mr-80:hover {
  margin-right: -20rem;
}

.hover\:-mr-82:hover {
  margin-right: -20.5rem;
}

.hover\:-mr-88:hover {
  margin-right: -22rem;
}

.hover\:-mr-94:hover {
  margin-right: -23.5rem;
}

.hover\:-mr-96:hover {
  margin-right: -24rem;
}

.hover\:-mr-98:hover {
  margin-right: -24.5rem;
}

.hover\:-mr-104:hover {
  margin-right: -26rem;
}

.hover\:-mr-108:hover {
  margin-right: -27rem;
}

.hover\:-mr-110:hover {
  margin-right: -27.5rem;
}

.hover\:-mr-112:hover {
  margin-right: -28rem;
}

.hover\:-mr-120:hover {
  margin-right: -30rem;
}

.hover\:-mr-128:hover {
  margin-right: -32rem;
}

.hover\:-mr-132:hover {
  margin-right: -33rem;
}

.hover\:-mr-134:hover {
  margin-right: -33.5rem;
}

.hover\:-mr-135:hover {
  margin-right: -33.75rem;
}

.hover\:-mr-136:hover {
  margin-right: -34rem;
}

.hover\:-mr-144:hover {
  margin-right: -36rem;
}

.hover\:-mr-152:hover {
  margin-right: -38rem;
}

.hover\:-mr-160:hover {
  margin-right: -40rem;
}

.hover\:-mr-164:hover {
  margin-right: -41rem;
}

.hover\:-mr-172:hover {
  margin-right: -43rem;
}

.hover\:-mr-179:hover {
  margin-right: -44.75rem;
}

.hover\:-mr-184:hover {
  margin-right: -46rem;
}

.hover\:-mr-192:hover {
  margin-right: -48rem;
}

.hover\:-mr-224:hover {
  margin-right: -56rem;
}

.hover\:-mr-240:hover {
  margin-right: -60rem;
}

.hover\:-mr-256:hover {
  margin-right: -64rem;
}

.hover\:-mr-265:hover {
  margin-right: -66.25rem;
}

.hover\:-mr-288:hover {
  margin-right: -72rem;
}

.hover\:-mr-384:hover {
  margin-right: -96rem;
}

.hover\:-mr-px:hover {
  margin-right: -1px;
}

.hover\:-mr-0\.5:hover {
  margin-right: -0.125rem;
}

.hover\:-mr-1\.5:hover {
  margin-right: -0.375rem;
}

.hover\:-mr-2\.5:hover {
  margin-right: -0.625rem;
}

.hover\:-mr-3\.5:hover {
  margin-right: -0.875rem;
}

.hover\:-mr-0\.75:hover {
  margin-right: -0.1875rem;
}

.hover\:-mr-4\.5:hover {
  margin-right: -1.125rem;
}

.hover\:-mr-7\.5:hover {
  margin-right: -1.875rem;
}

.hover\:-mr-9\.5:hover {
  margin-right: -2.375rem;
}

.hover\:-mr-9\.75:hover {
  margin-right: -2.4375rem;
}

.hover\:-mr-12\.5:hover {
  margin-right: -3.125rem;
}

.hover\:-mr-13\.5:hover {
  margin-right: -3.375rem;
}

.hover\:-mr-292\.5:hover {
  margin-right: -73.125rem;
}

.hover\:-mr-1\/24:hover {
  margin-right: -4.16667%;
}

.hover\:-mr-2\/24:hover {
  margin-right: -8.33333%;
}

.hover\:-mr-3\/24:hover {
  margin-right: -12.5%;
}

.hover\:-mr-4\/24:hover {
  margin-right: -16.66667%;
}

.hover\:-mr-5\/24:hover {
  margin-right: -20.83333%;
}

.hover\:-mr-6\/24:hover {
  margin-right: -25%;
}

.hover\:-mr-7\/24:hover {
  margin-right: -29.16667%;
}

.hover\:-mr-8\/24:hover {
  margin-right: -33.33333%;
}

.hover\:-mr-9\/24:hover {
  margin-right: -37.5%;
}

.hover\:-mr-10\/24:hover {
  margin-right: -41.66667%;
}

.hover\:-mr-11\/24:hover {
  margin-right: -45.83333%;
}

.hover\:-mr-12\/24:hover {
  margin-right: -50%;
}

.hover\:-mr-13\/24:hover {
  margin-right: -54.16667%;
}

.hover\:-mr-14\/24:hover {
  margin-right: -58.33333%;
}

.hover\:-mr-15\/24:hover {
  margin-right: -62.5%;
}

.hover\:-mr-16\/24:hover {
  margin-right: -66.66667%;
}

.hover\:-mr-17\/24:hover {
  margin-right: -70.83333%;
}

.hover\:-mr-18\/24:hover {
  margin-right: -75%;
}

.hover\:-mr-19\/24:hover {
  margin-right: -79.16667%;
}

.hover\:-mr-20\/24:hover {
  margin-right: -83.33333%;
}

.hover\:-mr-21\/24:hover {
  margin-right: -87.5%;
}

.hover\:-mr-22\/24:hover {
  margin-right: -91.66667%;
}

.hover\:-mr-23\/24:hover {
  margin-right: -95.83333%;
}

.hover\:-mr-24\/24:hover {
  margin-right: -100%;
}

.hover\:-mr-screen-header:hover {
  margin-right: -41.55vw;
}

.hover\:-mr-screen-60:hover {
  margin-right: -60vh;
}

.hover\:-mr-screen-80:hover {
  margin-right: -80vh;
}

.hover\:-mr-screen-85:hover {
  margin-right: -85vh;
}

.hover\:-mr-screen-90:hover {
  margin-right: -90vh;
}

.hover\:-mr-screen-95:hover {
  margin-right: -95vh;
}

.hover\:-mr-screen-minus-header:hover {
  margin-right: calc(-100vh - -5.25rem);
}

.hover\:-mr-screen-minus-35\.5:hover {
  margin-right: calc(-100vh - -8.875rem);
}

.hover\:-mr-screen-minus-36:hover {
  margin-right: calc(-100vh - -9rem);
}

.hover\:-mr-screen-minus-40:hover {
  margin-right: calc(-100vh - -10rem);
}

.hover\:-mr-screen-minus-55:hover {
  margin-right: calc(-100vh - -13.75rem);
}

.hover\:-mr-screen-minus-72:hover {
  margin-right: calc(-100vh - -18rem);
}

.hover\:-mr-screen-minus-80:hover {
  margin-right: calc(-100vh - -20rem);
}

.hover\:-mr-full-4:hover {
  margin-right: calc(-100% - -16px);
}

.hover\:-mr-account-body:hover {
  margin-right: calc(-100vw - -304px);
}

.hover\:-mr-menu-center:hover {
  margin-right: calc(-50% - -288px);
}

.hover\:-mr-tutorials-hidden:hover {
  margin-right: calc(-100% - -56px);
}

.hover\:-mr-popup-full-width:hover {
  margin-right: calc(-100% + -32px);
}

.hover\:-mr-popup-full-width-md:hover {
  margin-right: calc(-100% + -64px);
}

.hover\:-mr-popup-full-height:hover {
  margin-right: calc(-100% + -68px);
}

.hover\:-mr-max-content:hover {
  margin-right: max-content;
}

.hover\:mb-0:hover {
  margin-bottom: 0px;
}

.hover\:mb-1:hover {
  margin-bottom: 0.25rem;
}

.hover\:mb-2:hover {
  margin-bottom: 0.5rem;
}

.hover\:mb-3:hover {
  margin-bottom: 0.75rem;
}

.hover\:mb-4:hover {
  margin-bottom: 1rem;
}

.hover\:mb-5:hover {
  margin-bottom: 1.25rem;
}

.hover\:mb-6:hover {
  margin-bottom: 1.5rem;
}

.hover\:mb-7:hover {
  margin-bottom: 1.75rem;
}

.hover\:mb-8:hover {
  margin-bottom: 2rem;
}

.hover\:mb-9:hover {
  margin-bottom: 2.25rem;
}

.hover\:mb-10:hover {
  margin-bottom: 2.5rem;
}

.hover\:mb-11:hover {
  margin-bottom: 2.75rem;
}

.hover\:mb-12:hover {
  margin-bottom: 3rem;
}

.hover\:mb-14:hover {
  margin-bottom: 3.5rem;
}

.hover\:mb-16:hover {
  margin-bottom: 4rem;
}

.hover\:mb-18:hover {
  margin-bottom: 4.5rem;
}

.hover\:mb-20:hover {
  margin-bottom: 5rem;
}

.hover\:mb-21:hover {
  margin-bottom: 5.25rem;
}

.hover\:mb-22:hover {
  margin-bottom: 5.5rem;
}

.hover\:mb-24:hover {
  margin-bottom: 6rem;
}

.hover\:mb-26:hover {
  margin-bottom: 6.5rem;
}

.hover\:mb-28:hover {
  margin-bottom: 7rem;
}

.hover\:mb-29:hover {
  margin-bottom: 7.25rem;
}

.hover\:mb-32:hover {
  margin-bottom: 8rem;
}

.hover\:mb-34:hover {
  margin-bottom: 8.5rem;
}

.hover\:mb-36:hover {
  margin-bottom: 9rem;
}

.hover\:mb-40:hover {
  margin-bottom: 10rem;
}

.hover\:mb-42:hover {
  margin-bottom: 10.5rem;
}

.hover\:mb-44:hover {
  margin-bottom: 11rem;
}

.hover\:mb-48:hover {
  margin-bottom: 12rem;
}

.hover\:mb-52:hover {
  margin-bottom: 13rem;
}

.hover\:mb-56:hover {
  margin-bottom: 14rem;
}

.hover\:mb-60:hover {
  margin-bottom: 15rem;
}

.hover\:mb-64:hover {
  margin-bottom: 16rem;
}

.hover\:mb-68:hover {
  margin-bottom: 17rem;
}

.hover\:mb-72:hover {
  margin-bottom: 18rem;
}

.hover\:mb-77:hover {
  margin-bottom: 19.25rem;
}

.hover\:mb-80:hover {
  margin-bottom: 20rem;
}

.hover\:mb-82:hover {
  margin-bottom: 20.5rem;
}

.hover\:mb-88:hover {
  margin-bottom: 22rem;
}

.hover\:mb-94:hover {
  margin-bottom: 23.5rem;
}

.hover\:mb-96:hover {
  margin-bottom: 24rem;
}

.hover\:mb-98:hover {
  margin-bottom: 24.5rem;
}

.hover\:mb-104:hover {
  margin-bottom: 26rem;
}

.hover\:mb-108:hover {
  margin-bottom: 27rem;
}

.hover\:mb-110:hover {
  margin-bottom: 27.5rem;
}

.hover\:mb-112:hover {
  margin-bottom: 28rem;
}

.hover\:mb-120:hover {
  margin-bottom: 30rem;
}

.hover\:mb-128:hover {
  margin-bottom: 32rem;
}

.hover\:mb-132:hover {
  margin-bottom: 33rem;
}

.hover\:mb-134:hover {
  margin-bottom: 33.5rem;
}

.hover\:mb-135:hover {
  margin-bottom: 33.75rem;
}

.hover\:mb-136:hover {
  margin-bottom: 34rem;
}

.hover\:mb-144:hover {
  margin-bottom: 36rem;
}

.hover\:mb-152:hover {
  margin-bottom: 38rem;
}

.hover\:mb-160:hover {
  margin-bottom: 40rem;
}

.hover\:mb-164:hover {
  margin-bottom: 41rem;
}

.hover\:mb-172:hover {
  margin-bottom: 43rem;
}

.hover\:mb-179:hover {
  margin-bottom: 44.75rem;
}

.hover\:mb-184:hover {
  margin-bottom: 46rem;
}

.hover\:mb-192:hover {
  margin-bottom: 48rem;
}

.hover\:mb-224:hover {
  margin-bottom: 56rem;
}

.hover\:mb-240:hover {
  margin-bottom: 60rem;
}

.hover\:mb-256:hover {
  margin-bottom: 64rem;
}

.hover\:mb-265:hover {
  margin-bottom: 66.25rem;
}

.hover\:mb-288:hover {
  margin-bottom: 72rem;
}

.hover\:mb-384:hover {
  margin-bottom: 96rem;
}

.hover\:mb-auto:hover {
  margin-bottom: auto;
}

.hover\:mb-px:hover {
  margin-bottom: 1px;
}

.hover\:mb-0\.5:hover {
  margin-bottom: 0.125rem;
}

.hover\:mb-1\.5:hover {
  margin-bottom: 0.375rem;
}

.hover\:mb-2\.5:hover {
  margin-bottom: 0.625rem;
}

.hover\:mb-3\.5:hover {
  margin-bottom: 0.875rem;
}

.hover\:mb-0\.75:hover {
  margin-bottom: 0.1875rem;
}

.hover\:mb-4\.5:hover {
  margin-bottom: 1.125rem;
}

.hover\:mb-7\.5:hover {
  margin-bottom: 1.875rem;
}

.hover\:mb-9\.5:hover {
  margin-bottom: 2.375rem;
}

.hover\:mb-9\.75:hover {
  margin-bottom: 2.4375rem;
}

.hover\:mb-12\.5:hover {
  margin-bottom: 3.125rem;
}

.hover\:mb-13\.5:hover {
  margin-bottom: 3.375rem;
}

.hover\:mb-292\.5:hover {
  margin-bottom: 73.125rem;
}

.hover\:mb-1\/24:hover {
  margin-bottom: 4.166667%;
}

.hover\:mb-2\/24:hover {
  margin-bottom: 8.333333%;
}

.hover\:mb-3\/24:hover {
  margin-bottom: 12.5%;
}

.hover\:mb-4\/24:hover {
  margin-bottom: 16.666667%;
}

.hover\:mb-5\/24:hover {
  margin-bottom: 20.833333%;
}

.hover\:mb-6\/24:hover {
  margin-bottom: 25%;
}

.hover\:mb-7\/24:hover {
  margin-bottom: 29.166666%;
}

.hover\:mb-8\/24:hover {
  margin-bottom: 33.333333%;
}

.hover\:mb-9\/24:hover {
  margin-bottom: 37.5%;
}

.hover\:mb-10\/24:hover {
  margin-bottom: 41.666666%;
}

.hover\:mb-11\/24:hover {
  margin-bottom: 45.833333%;
}

.hover\:mb-12\/24:hover {
  margin-bottom: 50%;
}

.hover\:mb-13\/24:hover {
  margin-bottom: 54.166666%;
}

.hover\:mb-14\/24:hover {
  margin-bottom: 58.333333%;
}

.hover\:mb-15\/24:hover {
  margin-bottom: 62.5%;
}

.hover\:mb-16\/24:hover {
  margin-bottom: 66.666667%;
}

.hover\:mb-17\/24:hover {
  margin-bottom: 70.833333%;
}

.hover\:mb-18\/24:hover {
  margin-bottom: 75%;
}

.hover\:mb-19\/24:hover {
  margin-bottom: 79.166667%;
}

.hover\:mb-20\/24:hover {
  margin-bottom: 83.333333%;
}

.hover\:mb-21\/24:hover {
  margin-bottom: 87.5%;
}

.hover\:mb-22\/24:hover {
  margin-bottom: 91.666667%;
}

.hover\:mb-23\/24:hover {
  margin-bottom: 95.833333%;
}

.hover\:mb-24\/24:hover {
  margin-bottom: 100%;
}

.hover\:mb-screen-header:hover {
  margin-bottom: 41.55vw;
}

.hover\:mb-screen-60:hover {
  margin-bottom: 60vh;
}

.hover\:mb-screen-80:hover {
  margin-bottom: 80vh;
}

.hover\:mb-screen-85:hover {
  margin-bottom: 85vh;
}

.hover\:mb-screen-90:hover {
  margin-bottom: 90vh;
}

.hover\:mb-screen-95:hover {
  margin-bottom: 95vh;
}

.hover\:mb-screen-minus-header:hover {
  margin-bottom: calc(100vh - 5.25rem);
}

.hover\:mb-screen-minus-35\.5:hover {
  margin-bottom: calc(100vh - 8.875rem);
}

.hover\:mb-screen-minus-36:hover {
  margin-bottom: calc(100vh - 9rem);
}

.hover\:mb-screen-minus-40:hover {
  margin-bottom: calc(100vh - 10rem);
}

.hover\:mb-screen-minus-55:hover {
  margin-bottom: calc(100vh - 13.75rem);
}

.hover\:mb-screen-minus-72:hover {
  margin-bottom: calc(100vh - 18rem);
}

.hover\:mb-screen-minus-80:hover {
  margin-bottom: calc(100vh - 20rem);
}

.hover\:mb-full-4:hover {
  margin-bottom: calc(100% - 16px);
}

.hover\:mb-account-body:hover {
  margin-bottom: calc(100vw - 304px);
}

.hover\:mb-menu-center:hover {
  margin-bottom: calc(50% - 288px);
}

.hover\:mb-tutorials-hidden:hover {
  margin-bottom: calc(100% - 56px);
}

.hover\:mb-popup-full-width:hover {
  margin-bottom: calc(100% + 32px);
}

.hover\:mb-popup-full-width-md:hover {
  margin-bottom: calc(100% + 64px);
}

.hover\:mb-popup-full-height:hover {
  margin-bottom: calc(100% + 68px);
}

.hover\:mb-max-content:hover {
  margin-bottom: max-content;
}

.hover\:-mb-0:hover {
  margin-bottom: 0px;
}

.hover\:-mb-1:hover {
  margin-bottom: -0.25rem;
}

.hover\:-mb-2:hover {
  margin-bottom: -0.5rem;
}

.hover\:-mb-3:hover {
  margin-bottom: -0.75rem;
}

.hover\:-mb-4:hover {
  margin-bottom: -1rem;
}

.hover\:-mb-5:hover {
  margin-bottom: -1.25rem;
}

.hover\:-mb-6:hover {
  margin-bottom: -1.5rem;
}

.hover\:-mb-7:hover {
  margin-bottom: -1.75rem;
}

.hover\:-mb-8:hover {
  margin-bottom: -2rem;
}

.hover\:-mb-9:hover {
  margin-bottom: -2.25rem;
}

.hover\:-mb-10:hover {
  margin-bottom: -2.5rem;
}

.hover\:-mb-11:hover {
  margin-bottom: -2.75rem;
}

.hover\:-mb-12:hover {
  margin-bottom: -3rem;
}

.hover\:-mb-14:hover {
  margin-bottom: -3.5rem;
}

.hover\:-mb-16:hover {
  margin-bottom: -4rem;
}

.hover\:-mb-18:hover {
  margin-bottom: -4.5rem;
}

.hover\:-mb-20:hover {
  margin-bottom: -5rem;
}

.hover\:-mb-21:hover {
  margin-bottom: -5.25rem;
}

.hover\:-mb-22:hover {
  margin-bottom: -5.5rem;
}

.hover\:-mb-24:hover {
  margin-bottom: -6rem;
}

.hover\:-mb-26:hover {
  margin-bottom: -6.5rem;
}

.hover\:-mb-28:hover {
  margin-bottom: -7rem;
}

.hover\:-mb-29:hover {
  margin-bottom: -7.25rem;
}

.hover\:-mb-32:hover {
  margin-bottom: -8rem;
}

.hover\:-mb-34:hover {
  margin-bottom: -8.5rem;
}

.hover\:-mb-36:hover {
  margin-bottom: -9rem;
}

.hover\:-mb-40:hover {
  margin-bottom: -10rem;
}

.hover\:-mb-42:hover {
  margin-bottom: -10.5rem;
}

.hover\:-mb-44:hover {
  margin-bottom: -11rem;
}

.hover\:-mb-48:hover {
  margin-bottom: -12rem;
}

.hover\:-mb-52:hover {
  margin-bottom: -13rem;
}

.hover\:-mb-56:hover {
  margin-bottom: -14rem;
}

.hover\:-mb-60:hover {
  margin-bottom: -15rem;
}

.hover\:-mb-64:hover {
  margin-bottom: -16rem;
}

.hover\:-mb-68:hover {
  margin-bottom: -17rem;
}

.hover\:-mb-72:hover {
  margin-bottom: -18rem;
}

.hover\:-mb-77:hover {
  margin-bottom: -19.25rem;
}

.hover\:-mb-80:hover {
  margin-bottom: -20rem;
}

.hover\:-mb-82:hover {
  margin-bottom: -20.5rem;
}

.hover\:-mb-88:hover {
  margin-bottom: -22rem;
}

.hover\:-mb-94:hover {
  margin-bottom: -23.5rem;
}

.hover\:-mb-96:hover {
  margin-bottom: -24rem;
}

.hover\:-mb-98:hover {
  margin-bottom: -24.5rem;
}

.hover\:-mb-104:hover {
  margin-bottom: -26rem;
}

.hover\:-mb-108:hover {
  margin-bottom: -27rem;
}

.hover\:-mb-110:hover {
  margin-bottom: -27.5rem;
}

.hover\:-mb-112:hover {
  margin-bottom: -28rem;
}

.hover\:-mb-120:hover {
  margin-bottom: -30rem;
}

.hover\:-mb-128:hover {
  margin-bottom: -32rem;
}

.hover\:-mb-132:hover {
  margin-bottom: -33rem;
}

.hover\:-mb-134:hover {
  margin-bottom: -33.5rem;
}

.hover\:-mb-135:hover {
  margin-bottom: -33.75rem;
}

.hover\:-mb-136:hover {
  margin-bottom: -34rem;
}

.hover\:-mb-144:hover {
  margin-bottom: -36rem;
}

.hover\:-mb-152:hover {
  margin-bottom: -38rem;
}

.hover\:-mb-160:hover {
  margin-bottom: -40rem;
}

.hover\:-mb-164:hover {
  margin-bottom: -41rem;
}

.hover\:-mb-172:hover {
  margin-bottom: -43rem;
}

.hover\:-mb-179:hover {
  margin-bottom: -44.75rem;
}

.hover\:-mb-184:hover {
  margin-bottom: -46rem;
}

.hover\:-mb-192:hover {
  margin-bottom: -48rem;
}

.hover\:-mb-224:hover {
  margin-bottom: -56rem;
}

.hover\:-mb-240:hover {
  margin-bottom: -60rem;
}

.hover\:-mb-256:hover {
  margin-bottom: -64rem;
}

.hover\:-mb-265:hover {
  margin-bottom: -66.25rem;
}

.hover\:-mb-288:hover {
  margin-bottom: -72rem;
}

.hover\:-mb-384:hover {
  margin-bottom: -96rem;
}

.hover\:-mb-px:hover {
  margin-bottom: -1px;
}

.hover\:-mb-0\.5:hover {
  margin-bottom: -0.125rem;
}

.hover\:-mb-1\.5:hover {
  margin-bottom: -0.375rem;
}

.hover\:-mb-2\.5:hover {
  margin-bottom: -0.625rem;
}

.hover\:-mb-3\.5:hover {
  margin-bottom: -0.875rem;
}

.hover\:-mb-0\.75:hover {
  margin-bottom: -0.1875rem;
}

.hover\:-mb-4\.5:hover {
  margin-bottom: -1.125rem;
}

.hover\:-mb-7\.5:hover {
  margin-bottom: -1.875rem;
}

.hover\:-mb-9\.5:hover {
  margin-bottom: -2.375rem;
}

.hover\:-mb-9\.75:hover {
  margin-bottom: -2.4375rem;
}

.hover\:-mb-12\.5:hover {
  margin-bottom: -3.125rem;
}

.hover\:-mb-13\.5:hover {
  margin-bottom: -3.375rem;
}

.hover\:-mb-292\.5:hover {
  margin-bottom: -73.125rem;
}

.hover\:-mb-1\/24:hover {
  margin-bottom: -4.16667%;
}

.hover\:-mb-2\/24:hover {
  margin-bottom: -8.33333%;
}

.hover\:-mb-3\/24:hover {
  margin-bottom: -12.5%;
}

.hover\:-mb-4\/24:hover {
  margin-bottom: -16.66667%;
}

.hover\:-mb-5\/24:hover {
  margin-bottom: -20.83333%;
}

.hover\:-mb-6\/24:hover {
  margin-bottom: -25%;
}

.hover\:-mb-7\/24:hover {
  margin-bottom: -29.16667%;
}

.hover\:-mb-8\/24:hover {
  margin-bottom: -33.33333%;
}

.hover\:-mb-9\/24:hover {
  margin-bottom: -37.5%;
}

.hover\:-mb-10\/24:hover {
  margin-bottom: -41.66667%;
}

.hover\:-mb-11\/24:hover {
  margin-bottom: -45.83333%;
}

.hover\:-mb-12\/24:hover {
  margin-bottom: -50%;
}

.hover\:-mb-13\/24:hover {
  margin-bottom: -54.16667%;
}

.hover\:-mb-14\/24:hover {
  margin-bottom: -58.33333%;
}

.hover\:-mb-15\/24:hover {
  margin-bottom: -62.5%;
}

.hover\:-mb-16\/24:hover {
  margin-bottom: -66.66667%;
}

.hover\:-mb-17\/24:hover {
  margin-bottom: -70.83333%;
}

.hover\:-mb-18\/24:hover {
  margin-bottom: -75%;
}

.hover\:-mb-19\/24:hover {
  margin-bottom: -79.16667%;
}

.hover\:-mb-20\/24:hover {
  margin-bottom: -83.33333%;
}

.hover\:-mb-21\/24:hover {
  margin-bottom: -87.5%;
}

.hover\:-mb-22\/24:hover {
  margin-bottom: -91.66667%;
}

.hover\:-mb-23\/24:hover {
  margin-bottom: -95.83333%;
}

.hover\:-mb-24\/24:hover {
  margin-bottom: -100%;
}

.hover\:-mb-screen-header:hover {
  margin-bottom: -41.55vw;
}

.hover\:-mb-screen-60:hover {
  margin-bottom: -60vh;
}

.hover\:-mb-screen-80:hover {
  margin-bottom: -80vh;
}

.hover\:-mb-screen-85:hover {
  margin-bottom: -85vh;
}

.hover\:-mb-screen-90:hover {
  margin-bottom: -90vh;
}

.hover\:-mb-screen-95:hover {
  margin-bottom: -95vh;
}

.hover\:-mb-screen-minus-header:hover {
  margin-bottom: calc(-100vh - -5.25rem);
}

.hover\:-mb-screen-minus-35\.5:hover {
  margin-bottom: calc(-100vh - -8.875rem);
}

.hover\:-mb-screen-minus-36:hover {
  margin-bottom: calc(-100vh - -9rem);
}

.hover\:-mb-screen-minus-40:hover {
  margin-bottom: calc(-100vh - -10rem);
}

.hover\:-mb-screen-minus-55:hover {
  margin-bottom: calc(-100vh - -13.75rem);
}

.hover\:-mb-screen-minus-72:hover {
  margin-bottom: calc(-100vh - -18rem);
}

.hover\:-mb-screen-minus-80:hover {
  margin-bottom: calc(-100vh - -20rem);
}

.hover\:-mb-full-4:hover {
  margin-bottom: calc(-100% - -16px);
}

.hover\:-mb-account-body:hover {
  margin-bottom: calc(-100vw - -304px);
}

.hover\:-mb-menu-center:hover {
  margin-bottom: calc(-50% - -288px);
}

.hover\:-mb-tutorials-hidden:hover {
  margin-bottom: calc(-100% - -56px);
}

.hover\:-mb-popup-full-width:hover {
  margin-bottom: calc(-100% + -32px);
}

.hover\:-mb-popup-full-width-md:hover {
  margin-bottom: calc(-100% + -64px);
}

.hover\:-mb-popup-full-height:hover {
  margin-bottom: calc(-100% + -68px);
}

.hover\:-mb-max-content:hover {
  margin-bottom: max-content;
}

.hover\:ml-0:hover {
  margin-left: 0px;
}

.hover\:ml-1:hover {
  margin-left: 0.25rem;
}

.hover\:ml-2:hover {
  margin-left: 0.5rem;
}

.hover\:ml-3:hover {
  margin-left: 0.75rem;
}

.hover\:ml-4:hover {
  margin-left: 1rem;
}

.hover\:ml-5:hover {
  margin-left: 1.25rem;
}

.hover\:ml-6:hover {
  margin-left: 1.5rem;
}

.hover\:ml-7:hover {
  margin-left: 1.75rem;
}

.hover\:ml-8:hover {
  margin-left: 2rem;
}

.hover\:ml-9:hover {
  margin-left: 2.25rem;
}

.hover\:ml-10:hover {
  margin-left: 2.5rem;
}

.hover\:ml-11:hover {
  margin-left: 2.75rem;
}

.hover\:ml-12:hover {
  margin-left: 3rem;
}

.hover\:ml-14:hover {
  margin-left: 3.5rem;
}

.hover\:ml-16:hover {
  margin-left: 4rem;
}

.hover\:ml-18:hover {
  margin-left: 4.5rem;
}

.hover\:ml-20:hover {
  margin-left: 5rem;
}

.hover\:ml-21:hover {
  margin-left: 5.25rem;
}

.hover\:ml-22:hover {
  margin-left: 5.5rem;
}

.hover\:ml-24:hover {
  margin-left: 6rem;
}

.hover\:ml-26:hover {
  margin-left: 6.5rem;
}

.hover\:ml-28:hover {
  margin-left: 7rem;
}

.hover\:ml-29:hover {
  margin-left: 7.25rem;
}

.hover\:ml-32:hover {
  margin-left: 8rem;
}

.hover\:ml-34:hover {
  margin-left: 8.5rem;
}

.hover\:ml-36:hover {
  margin-left: 9rem;
}

.hover\:ml-40:hover {
  margin-left: 10rem;
}

.hover\:ml-42:hover {
  margin-left: 10.5rem;
}

.hover\:ml-44:hover {
  margin-left: 11rem;
}

.hover\:ml-48:hover {
  margin-left: 12rem;
}

.hover\:ml-52:hover {
  margin-left: 13rem;
}

.hover\:ml-56:hover {
  margin-left: 14rem;
}

.hover\:ml-60:hover {
  margin-left: 15rem;
}

.hover\:ml-64:hover {
  margin-left: 16rem;
}

.hover\:ml-68:hover {
  margin-left: 17rem;
}

.hover\:ml-72:hover {
  margin-left: 18rem;
}

.hover\:ml-77:hover {
  margin-left: 19.25rem;
}

.hover\:ml-80:hover {
  margin-left: 20rem;
}

.hover\:ml-82:hover {
  margin-left: 20.5rem;
}

.hover\:ml-88:hover {
  margin-left: 22rem;
}

.hover\:ml-94:hover {
  margin-left: 23.5rem;
}

.hover\:ml-96:hover {
  margin-left: 24rem;
}

.hover\:ml-98:hover {
  margin-left: 24.5rem;
}

.hover\:ml-104:hover {
  margin-left: 26rem;
}

.hover\:ml-108:hover {
  margin-left: 27rem;
}

.hover\:ml-110:hover {
  margin-left: 27.5rem;
}

.hover\:ml-112:hover {
  margin-left: 28rem;
}

.hover\:ml-120:hover {
  margin-left: 30rem;
}

.hover\:ml-128:hover {
  margin-left: 32rem;
}

.hover\:ml-132:hover {
  margin-left: 33rem;
}

.hover\:ml-134:hover {
  margin-left: 33.5rem;
}

.hover\:ml-135:hover {
  margin-left: 33.75rem;
}

.hover\:ml-136:hover {
  margin-left: 34rem;
}

.hover\:ml-144:hover {
  margin-left: 36rem;
}

.hover\:ml-152:hover {
  margin-left: 38rem;
}

.hover\:ml-160:hover {
  margin-left: 40rem;
}

.hover\:ml-164:hover {
  margin-left: 41rem;
}

.hover\:ml-172:hover {
  margin-left: 43rem;
}

.hover\:ml-179:hover {
  margin-left: 44.75rem;
}

.hover\:ml-184:hover {
  margin-left: 46rem;
}

.hover\:ml-192:hover {
  margin-left: 48rem;
}

.hover\:ml-224:hover {
  margin-left: 56rem;
}

.hover\:ml-240:hover {
  margin-left: 60rem;
}

.hover\:ml-256:hover {
  margin-left: 64rem;
}

.hover\:ml-265:hover {
  margin-left: 66.25rem;
}

.hover\:ml-288:hover {
  margin-left: 72rem;
}

.hover\:ml-384:hover {
  margin-left: 96rem;
}

.hover\:ml-auto:hover {
  margin-left: auto;
}

.hover\:ml-px:hover {
  margin-left: 1px;
}

.hover\:ml-0\.5:hover {
  margin-left: 0.125rem;
}

.hover\:ml-1\.5:hover {
  margin-left: 0.375rem;
}

.hover\:ml-2\.5:hover {
  margin-left: 0.625rem;
}

.hover\:ml-3\.5:hover {
  margin-left: 0.875rem;
}

.hover\:ml-0\.75:hover {
  margin-left: 0.1875rem;
}

.hover\:ml-4\.5:hover {
  margin-left: 1.125rem;
}

.hover\:ml-7\.5:hover {
  margin-left: 1.875rem;
}

.hover\:ml-9\.5:hover {
  margin-left: 2.375rem;
}

.hover\:ml-9\.75:hover {
  margin-left: 2.4375rem;
}

.hover\:ml-12\.5:hover {
  margin-left: 3.125rem;
}

.hover\:ml-13\.5:hover {
  margin-left: 3.375rem;
}

.hover\:ml-292\.5:hover {
  margin-left: 73.125rem;
}

.hover\:ml-1\/24:hover {
  margin-left: 4.166667%;
}

.hover\:ml-2\/24:hover {
  margin-left: 8.333333%;
}

.hover\:ml-3\/24:hover {
  margin-left: 12.5%;
}

.hover\:ml-4\/24:hover {
  margin-left: 16.666667%;
}

.hover\:ml-5\/24:hover {
  margin-left: 20.833333%;
}

.hover\:ml-6\/24:hover {
  margin-left: 25%;
}

.hover\:ml-7\/24:hover {
  margin-left: 29.166666%;
}

.hover\:ml-8\/24:hover {
  margin-left: 33.333333%;
}

.hover\:ml-9\/24:hover {
  margin-left: 37.5%;
}

.hover\:ml-10\/24:hover {
  margin-left: 41.666666%;
}

.hover\:ml-11\/24:hover {
  margin-left: 45.833333%;
}

.hover\:ml-12\/24:hover {
  margin-left: 50%;
}

.hover\:ml-13\/24:hover {
  margin-left: 54.166666%;
}

.hover\:ml-14\/24:hover {
  margin-left: 58.333333%;
}

.hover\:ml-15\/24:hover {
  margin-left: 62.5%;
}

.hover\:ml-16\/24:hover {
  margin-left: 66.666667%;
}

.hover\:ml-17\/24:hover {
  margin-left: 70.833333%;
}

.hover\:ml-18\/24:hover {
  margin-left: 75%;
}

.hover\:ml-19\/24:hover {
  margin-left: 79.166667%;
}

.hover\:ml-20\/24:hover {
  margin-left: 83.333333%;
}

.hover\:ml-21\/24:hover {
  margin-left: 87.5%;
}

.hover\:ml-22\/24:hover {
  margin-left: 91.666667%;
}

.hover\:ml-23\/24:hover {
  margin-left: 95.833333%;
}

.hover\:ml-24\/24:hover {
  margin-left: 100%;
}

.hover\:ml-screen-header:hover {
  margin-left: 41.55vw;
}

.hover\:ml-screen-60:hover {
  margin-left: 60vh;
}

.hover\:ml-screen-80:hover {
  margin-left: 80vh;
}

.hover\:ml-screen-85:hover {
  margin-left: 85vh;
}

.hover\:ml-screen-90:hover {
  margin-left: 90vh;
}

.hover\:ml-screen-95:hover {
  margin-left: 95vh;
}

.hover\:ml-screen-minus-header:hover {
  margin-left: calc(100vh - 5.25rem);
}

.hover\:ml-screen-minus-35\.5:hover {
  margin-left: calc(100vh - 8.875rem);
}

.hover\:ml-screen-minus-36:hover {
  margin-left: calc(100vh - 9rem);
}

.hover\:ml-screen-minus-40:hover {
  margin-left: calc(100vh - 10rem);
}

.hover\:ml-screen-minus-55:hover {
  margin-left: calc(100vh - 13.75rem);
}

.hover\:ml-screen-minus-72:hover {
  margin-left: calc(100vh - 18rem);
}

.hover\:ml-screen-minus-80:hover {
  margin-left: calc(100vh - 20rem);
}

.hover\:ml-full-4:hover {
  margin-left: calc(100% - 16px);
}

.hover\:ml-account-body:hover {
  margin-left: calc(100vw - 304px);
}

.hover\:ml-menu-center:hover {
  margin-left: calc(50% - 288px);
}

.hover\:ml-tutorials-hidden:hover {
  margin-left: calc(100% - 56px);
}

.hover\:ml-popup-full-width:hover {
  margin-left: calc(100% + 32px);
}

.hover\:ml-popup-full-width-md:hover {
  margin-left: calc(100% + 64px);
}

.hover\:ml-popup-full-height:hover {
  margin-left: calc(100% + 68px);
}

.hover\:ml-max-content:hover {
  margin-left: max-content;
}

.hover\:-ml-0:hover {
  margin-left: 0px;
}

.hover\:-ml-1:hover {
  margin-left: -0.25rem;
}

.hover\:-ml-2:hover {
  margin-left: -0.5rem;
}

.hover\:-ml-3:hover {
  margin-left: -0.75rem;
}

.hover\:-ml-4:hover {
  margin-left: -1rem;
}

.hover\:-ml-5:hover {
  margin-left: -1.25rem;
}

.hover\:-ml-6:hover {
  margin-left: -1.5rem;
}

.hover\:-ml-7:hover {
  margin-left: -1.75rem;
}

.hover\:-ml-8:hover {
  margin-left: -2rem;
}

.hover\:-ml-9:hover {
  margin-left: -2.25rem;
}

.hover\:-ml-10:hover {
  margin-left: -2.5rem;
}

.hover\:-ml-11:hover {
  margin-left: -2.75rem;
}

.hover\:-ml-12:hover {
  margin-left: -3rem;
}

.hover\:-ml-14:hover {
  margin-left: -3.5rem;
}

.hover\:-ml-16:hover {
  margin-left: -4rem;
}

.hover\:-ml-18:hover {
  margin-left: -4.5rem;
}

.hover\:-ml-20:hover {
  margin-left: -5rem;
}

.hover\:-ml-21:hover {
  margin-left: -5.25rem;
}

.hover\:-ml-22:hover {
  margin-left: -5.5rem;
}

.hover\:-ml-24:hover {
  margin-left: -6rem;
}

.hover\:-ml-26:hover {
  margin-left: -6.5rem;
}

.hover\:-ml-28:hover {
  margin-left: -7rem;
}

.hover\:-ml-29:hover {
  margin-left: -7.25rem;
}

.hover\:-ml-32:hover {
  margin-left: -8rem;
}

.hover\:-ml-34:hover {
  margin-left: -8.5rem;
}

.hover\:-ml-36:hover {
  margin-left: -9rem;
}

.hover\:-ml-40:hover {
  margin-left: -10rem;
}

.hover\:-ml-42:hover {
  margin-left: -10.5rem;
}

.hover\:-ml-44:hover {
  margin-left: -11rem;
}

.hover\:-ml-48:hover {
  margin-left: -12rem;
}

.hover\:-ml-52:hover {
  margin-left: -13rem;
}

.hover\:-ml-56:hover {
  margin-left: -14rem;
}

.hover\:-ml-60:hover {
  margin-left: -15rem;
}

.hover\:-ml-64:hover {
  margin-left: -16rem;
}

.hover\:-ml-68:hover {
  margin-left: -17rem;
}

.hover\:-ml-72:hover {
  margin-left: -18rem;
}

.hover\:-ml-77:hover {
  margin-left: -19.25rem;
}

.hover\:-ml-80:hover {
  margin-left: -20rem;
}

.hover\:-ml-82:hover {
  margin-left: -20.5rem;
}

.hover\:-ml-88:hover {
  margin-left: -22rem;
}

.hover\:-ml-94:hover {
  margin-left: -23.5rem;
}

.hover\:-ml-96:hover {
  margin-left: -24rem;
}

.hover\:-ml-98:hover {
  margin-left: -24.5rem;
}

.hover\:-ml-104:hover {
  margin-left: -26rem;
}

.hover\:-ml-108:hover {
  margin-left: -27rem;
}

.hover\:-ml-110:hover {
  margin-left: -27.5rem;
}

.hover\:-ml-112:hover {
  margin-left: -28rem;
}

.hover\:-ml-120:hover {
  margin-left: -30rem;
}

.hover\:-ml-128:hover {
  margin-left: -32rem;
}

.hover\:-ml-132:hover {
  margin-left: -33rem;
}

.hover\:-ml-134:hover {
  margin-left: -33.5rem;
}

.hover\:-ml-135:hover {
  margin-left: -33.75rem;
}

.hover\:-ml-136:hover {
  margin-left: -34rem;
}

.hover\:-ml-144:hover {
  margin-left: -36rem;
}

.hover\:-ml-152:hover {
  margin-left: -38rem;
}

.hover\:-ml-160:hover {
  margin-left: -40rem;
}

.hover\:-ml-164:hover {
  margin-left: -41rem;
}

.hover\:-ml-172:hover {
  margin-left: -43rem;
}

.hover\:-ml-179:hover {
  margin-left: -44.75rem;
}

.hover\:-ml-184:hover {
  margin-left: -46rem;
}

.hover\:-ml-192:hover {
  margin-left: -48rem;
}

.hover\:-ml-224:hover {
  margin-left: -56rem;
}

.hover\:-ml-240:hover {
  margin-left: -60rem;
}

.hover\:-ml-256:hover {
  margin-left: -64rem;
}

.hover\:-ml-265:hover {
  margin-left: -66.25rem;
}

.hover\:-ml-288:hover {
  margin-left: -72rem;
}

.hover\:-ml-384:hover {
  margin-left: -96rem;
}

.hover\:-ml-px:hover {
  margin-left: -1px;
}

.hover\:-ml-0\.5:hover {
  margin-left: -0.125rem;
}

.hover\:-ml-1\.5:hover {
  margin-left: -0.375rem;
}

.hover\:-ml-2\.5:hover {
  margin-left: -0.625rem;
}

.hover\:-ml-3\.5:hover {
  margin-left: -0.875rem;
}

.hover\:-ml-0\.75:hover {
  margin-left: -0.1875rem;
}

.hover\:-ml-4\.5:hover {
  margin-left: -1.125rem;
}

.hover\:-ml-7\.5:hover {
  margin-left: -1.875rem;
}

.hover\:-ml-9\.5:hover {
  margin-left: -2.375rem;
}

.hover\:-ml-9\.75:hover {
  margin-left: -2.4375rem;
}

.hover\:-ml-12\.5:hover {
  margin-left: -3.125rem;
}

.hover\:-ml-13\.5:hover {
  margin-left: -3.375rem;
}

.hover\:-ml-292\.5:hover {
  margin-left: -73.125rem;
}

.hover\:-ml-1\/24:hover {
  margin-left: -4.16667%;
}

.hover\:-ml-2\/24:hover {
  margin-left: -8.33333%;
}

.hover\:-ml-3\/24:hover {
  margin-left: -12.5%;
}

.hover\:-ml-4\/24:hover {
  margin-left: -16.66667%;
}

.hover\:-ml-5\/24:hover {
  margin-left: -20.83333%;
}

.hover\:-ml-6\/24:hover {
  margin-left: -25%;
}

.hover\:-ml-7\/24:hover {
  margin-left: -29.16667%;
}

.hover\:-ml-8\/24:hover {
  margin-left: -33.33333%;
}

.hover\:-ml-9\/24:hover {
  margin-left: -37.5%;
}

.hover\:-ml-10\/24:hover {
  margin-left: -41.66667%;
}

.hover\:-ml-11\/24:hover {
  margin-left: -45.83333%;
}

.hover\:-ml-12\/24:hover {
  margin-left: -50%;
}

.hover\:-ml-13\/24:hover {
  margin-left: -54.16667%;
}

.hover\:-ml-14\/24:hover {
  margin-left: -58.33333%;
}

.hover\:-ml-15\/24:hover {
  margin-left: -62.5%;
}

.hover\:-ml-16\/24:hover {
  margin-left: -66.66667%;
}

.hover\:-ml-17\/24:hover {
  margin-left: -70.83333%;
}

.hover\:-ml-18\/24:hover {
  margin-left: -75%;
}

.hover\:-ml-19\/24:hover {
  margin-left: -79.16667%;
}

.hover\:-ml-20\/24:hover {
  margin-left: -83.33333%;
}

.hover\:-ml-21\/24:hover {
  margin-left: -87.5%;
}

.hover\:-ml-22\/24:hover {
  margin-left: -91.66667%;
}

.hover\:-ml-23\/24:hover {
  margin-left: -95.83333%;
}

.hover\:-ml-24\/24:hover {
  margin-left: -100%;
}

.hover\:-ml-screen-header:hover {
  margin-left: -41.55vw;
}

.hover\:-ml-screen-60:hover {
  margin-left: -60vh;
}

.hover\:-ml-screen-80:hover {
  margin-left: -80vh;
}

.hover\:-ml-screen-85:hover {
  margin-left: -85vh;
}

.hover\:-ml-screen-90:hover {
  margin-left: -90vh;
}

.hover\:-ml-screen-95:hover {
  margin-left: -95vh;
}

.hover\:-ml-screen-minus-header:hover {
  margin-left: calc(-100vh - -5.25rem);
}

.hover\:-ml-screen-minus-35\.5:hover {
  margin-left: calc(-100vh - -8.875rem);
}

.hover\:-ml-screen-minus-36:hover {
  margin-left: calc(-100vh - -9rem);
}

.hover\:-ml-screen-minus-40:hover {
  margin-left: calc(-100vh - -10rem);
}

.hover\:-ml-screen-minus-55:hover {
  margin-left: calc(-100vh - -13.75rem);
}

.hover\:-ml-screen-minus-72:hover {
  margin-left: calc(-100vh - -18rem);
}

.hover\:-ml-screen-minus-80:hover {
  margin-left: calc(-100vh - -20rem);
}

.hover\:-ml-full-4:hover {
  margin-left: calc(-100% - -16px);
}

.hover\:-ml-account-body:hover {
  margin-left: calc(-100vw - -304px);
}

.hover\:-ml-menu-center:hover {
  margin-left: calc(-50% - -288px);
}

.hover\:-ml-tutorials-hidden:hover {
  margin-left: calc(-100% - -56px);
}

.hover\:-ml-popup-full-width:hover {
  margin-left: calc(-100% + -32px);
}

.hover\:-ml-popup-full-width-md:hover {
  margin-left: calc(-100% + -64px);
}

.hover\:-ml-popup-full-height:hover {
  margin-left: calc(-100% + -68px);
}

.hover\:-ml-max-content:hover {
  margin-left: max-content;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.inline-table {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-18 {
  height: 4.5rem;
}

.h-20 {
  height: 5rem;
}

.h-21 {
  height: 5.25rem;
}

.h-22 {
  height: 5.5rem;
}

.h-24 {
  height: 6rem;
}

.h-26 {
  height: 6.5rem;
}

.h-28 {
  height: 7rem;
}

.h-29 {
  height: 7.25rem;
}

.h-32 {
  height: 8rem;
}

.h-34 {
  height: 8.5rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-42 {
  height: 10.5rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-68 {
  height: 17rem;
}

.h-72 {
  height: 18rem;
}

.h-77 {
  height: 19.25rem;
}

.h-80 {
  height: 20rem;
}

.h-82 {
  height: 20.5rem;
}

.h-88 {
  height: 22rem;
}

.h-94 {
  height: 23.5rem;
}

.h-96 {
  height: 24rem;
}

.h-98 {
  height: 24.5rem;
}

.h-104 {
  height: 26rem;
}

.h-108 {
  height: 27rem;
}

.h-110 {
  height: 27.5rem;
}

.h-112 {
  height: 28rem;
}

.h-120 {
  height: 30rem;
}

.h-128 {
  height: 32rem;
}

.h-132 {
  height: 33rem;
}

.h-134 {
  height: 33.5rem;
}

.h-135 {
  height: 33.75rem;
}

.h-136 {
  height: 34rem;
}

.h-144 {
  height: 36rem;
}

.h-152 {
  height: 38rem;
}

.h-160 {
  height: 40rem;
}

.h-164 {
  height: 41rem;
}

.h-172 {
  height: 43rem;
}

.h-179 {
  height: 44.75rem;
}

.h-184 {
  height: 46rem;
}

.h-192 {
  height: 48rem;
}

.h-224 {
  height: 56rem;
}

.h-240 {
  height: 60rem;
}

.h-256 {
  height: 64rem;
}

.h-265 {
  height: 66.25rem;
}

.h-288 {
  height: 72rem;
}

.h-384 {
  height: 96rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-0\.75 {
  height: 0.1875rem;
}

.h-4\.5 {
  height: 1.125rem;
}

.h-7\.5 {
  height: 1.875rem;
}

.h-9\.5 {
  height: 2.375rem;
}

.h-9\.75 {
  height: 2.4375rem;
}

.h-12\.5 {
  height: 3.125rem;
}

.h-13\.5 {
  height: 3.375rem;
}

.h-292\.5 {
  height: 73.125rem;
}

.h-1\/24 {
  height: 4.166667%;
}

.h-2\/24 {
  height: 8.333333%;
}

.h-3\/24 {
  height: 12.5%;
}

.h-4\/24 {
  height: 16.666667%;
}

.h-5\/24 {
  height: 20.833333%;
}

.h-6\/24 {
  height: 25%;
}

.h-7\/24 {
  height: 29.166666%;
}

.h-8\/24 {
  height: 33.333333%;
}

.h-9\/24 {
  height: 37.5%;
}

.h-10\/24 {
  height: 41.666666%;
}

.h-11\/24 {
  height: 45.833333%;
}

.h-12\/24 {
  height: 50%;
}

.h-13\/24 {
  height: 54.166666%;
}

.h-14\/24 {
  height: 58.333333%;
}

.h-15\/24 {
  height: 62.5%;
}

.h-16\/24 {
  height: 66.666667%;
}

.h-17\/24 {
  height: 70.833333%;
}

.h-18\/24 {
  height: 75%;
}

.h-19\/24 {
  height: 79.166667%;
}

.h-20\/24 {
  height: 83.333333%;
}

.h-21\/24 {
  height: 87.5%;
}

.h-22\/24 {
  height: 91.666667%;
}

.h-23\/24 {
  height: 95.833333%;
}

.h-24\/24 {
  height: 100%;
}

.h-screen-header {
  height: 41.55vw;
}

.h-screen-60 {
  height: 60vh;
}

.h-screen-80 {
  height: 80vh;
}

.h-screen-85 {
  height: 85vh;
}

.h-screen-90 {
  height: 90vh;
}

.h-screen-95 {
  height: 95vh;
}

.h-screen-minus-header {
  height: calc(100vh - 5.25rem);
}

.h-screen-minus-35\.5 {
  height: calc(100vh - 8.875rem);
}

.h-screen-minus-36 {
  height: calc(100vh - 9rem);
}

.h-screen-minus-40 {
  height: calc(100vh - 10rem);
}

.h-screen-minus-55 {
  height: calc(100vh - 13.75rem);
}

.h-screen-minus-72 {
  height: calc(100vh - 18rem);
}

.h-screen-minus-80 {
  height: calc(100vh - 20rem);
}

.h-full-4 {
  height: calc(100% - 16px);
}

.h-account-body {
  height: calc(100vw - 304px);
}

.h-menu-center {
  height: calc(50% - 288px);
}

.h-tutorials-hidden {
  height: calc(100% - 56px);
}

.h-popup-full-width {
  height: calc(100% + 32px);
}

.h-popup-full-width-md {
  height: calc(100% + 64px);
}

.h-popup-full-height {
  height: calc(100% + 68px);
}

.h-max-content {
  height: -moz-max-content;
  height: max-content;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-18 {
  max-height: 4.5rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-21 {
  max-height: 5.25rem;
}

.max-h-22 {
  max-height: 5.5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-26 {
  max-height: 6.5rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-29 {
  max-height: 7.25rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-34 {
  max-height: 8.5rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-42 {
  max-height: 10.5rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-68 {
  max-height: 17rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-77 {
  max-height: 19.25rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-82 {
  max-height: 20.5rem;
}

.max-h-88 {
  max-height: 22rem;
}

.max-h-94 {
  max-height: 23.5rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-98 {
  max-height: 24.5rem;
}

.max-h-104 {
  max-height: 26rem;
}

.max-h-108 {
  max-height: 27rem;
}

.max-h-110 {
  max-height: 27.5rem;
}

.max-h-112 {
  max-height: 28rem;
}

.max-h-120 {
  max-height: 30rem;
}

.max-h-128 {
  max-height: 32rem;
}

.max-h-132 {
  max-height: 33rem;
}

.max-h-134 {
  max-height: 33.5rem;
}

.max-h-135 {
  max-height: 33.75rem;
}

.max-h-136 {
  max-height: 34rem;
}

.max-h-144 {
  max-height: 36rem;
}

.max-h-152 {
  max-height: 38rem;
}

.max-h-160 {
  max-height: 40rem;
}

.max-h-164 {
  max-height: 41rem;
}

.max-h-172 {
  max-height: 43rem;
}

.max-h-179 {
  max-height: 44.75rem;
}

.max-h-184 {
  max-height: 46rem;
}

.max-h-192 {
  max-height: 48rem;
}

.max-h-224 {
  max-height: 56rem;
}

.max-h-240 {
  max-height: 60rem;
}

.max-h-256 {
  max-height: 64rem;
}

.max-h-265 {
  max-height: 66.25rem;
}

.max-h-288 {
  max-height: 72rem;
}

.max-h-384 {
  max-height: 96rem;
}

.max-h-px {
  max-height: 1px;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-0\.75 {
  max-height: 0.1875rem;
}

.max-h-4\.5 {
  max-height: 1.125rem;
}

.max-h-7\.5 {
  max-height: 1.875rem;
}

.max-h-9\.5 {
  max-height: 2.375rem;
}

.max-h-9\.75 {
  max-height: 2.4375rem;
}

.max-h-12\.5 {
  max-height: 3.125rem;
}

.max-h-13\.5 {
  max-height: 3.375rem;
}

.max-h-292\.5 {
  max-height: 73.125rem;
}

.max-h-1\/24 {
  max-height: 4.166667%;
}

.max-h-2\/24 {
  max-height: 8.333333%;
}

.max-h-3\/24 {
  max-height: 12.5%;
}

.max-h-4\/24 {
  max-height: 16.666667%;
}

.max-h-5\/24 {
  max-height: 20.833333%;
}

.max-h-6\/24 {
  max-height: 25%;
}

.max-h-7\/24 {
  max-height: 29.166666%;
}

.max-h-8\/24 {
  max-height: 33.333333%;
}

.max-h-9\/24 {
  max-height: 37.5%;
}

.max-h-10\/24 {
  max-height: 41.666666%;
}

.max-h-11\/24 {
  max-height: 45.833333%;
}

.max-h-12\/24 {
  max-height: 50%;
}

.max-h-13\/24 {
  max-height: 54.166666%;
}

.max-h-14\/24 {
  max-height: 58.333333%;
}

.max-h-15\/24 {
  max-height: 62.5%;
}

.max-h-16\/24 {
  max-height: 66.666667%;
}

.max-h-17\/24 {
  max-height: 70.833333%;
}

.max-h-18\/24 {
  max-height: 75%;
}

.max-h-19\/24 {
  max-height: 79.166667%;
}

.max-h-20\/24 {
  max-height: 83.333333%;
}

.max-h-21\/24 {
  max-height: 87.5%;
}

.max-h-22\/24 {
  max-height: 91.666667%;
}

.max-h-23\/24 {
  max-height: 95.833333%;
}

.max-h-24\/24 {
  max-height: 100%;
}

.max-h-screen-header {
  max-height: 41.55vw;
}

.max-h-screen-60 {
  max-height: 60vh;
}

.max-h-screen-80 {
  max-height: 80vh;
}

.max-h-screen-85 {
  max-height: 85vh;
}

.max-h-screen-90 {
  max-height: 90vh;
}

.max-h-screen-95 {
  max-height: 95vh;
}

.max-h-screen-minus-header {
  max-height: calc(100vh - 5.25rem);
}

.max-h-screen-minus-35\.5 {
  max-height: calc(100vh - 8.875rem);
}

.max-h-screen-minus-36 {
  max-height: calc(100vh - 9rem);
}

.max-h-screen-minus-40 {
  max-height: calc(100vh - 10rem);
}

.max-h-screen-minus-55 {
  max-height: calc(100vh - 13.75rem);
}

.max-h-screen-minus-72 {
  max-height: calc(100vh - 18rem);
}

.max-h-screen-minus-80 {
  max-height: calc(100vh - 20rem);
}

.max-h-full-4 {
  max-height: calc(100% - 16px);
}

.max-h-account-body {
  max-height: calc(100vw - 304px);
}

.max-h-menu-center {
  max-height: calc(50% - 288px);
}

.max-h-tutorials-hidden {
  max-height: calc(100% - 56px);
}

.max-h-popup-full-width {
  max-height: calc(100% + 32px);
}

.max-h-popup-full-width-md {
  max-height: calc(100% + 64px);
}

.max-h-popup-full-height {
  max-height: calc(100% + 68px);
}

.max-h-max-content {
  max-height: -moz-max-content;
  max-height: max-content;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-50 {
  min-height: 12.5rem;
}

.min-h-63 {
  min-height: 15.75rem;
}

.min-h-100 {
  min-height: 25rem;
}

.min-h-116 {
  min-height: 29rem;
}

.min-h-128 {
  min-height: 32rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-18 {
  width: 4.5rem;
}

.w-20 {
  width: 5rem;
}

.w-21 {
  width: 5.25rem;
}

.w-22 {
  width: 5.5rem;
}

.w-24 {
  width: 6rem;
}

.w-26 {
  width: 6.5rem;
}

.w-28 {
  width: 7rem;
}

.w-29 {
  width: 7.25rem;
}

.w-32 {
  width: 8rem;
}

.w-34 {
  width: 8.5rem;
}

.w-36 {
  width: 9rem;
}

.w-40 {
  width: 10rem;
}

.w-42 {
  width: 10.5rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-68 {
  width: 17rem;
}

.w-72 {
  width: 18rem;
}

.w-77 {
  width: 19.25rem;
}

.w-80 {
  width: 20rem;
}

.w-82 {
  width: 20.5rem;
}

.w-88 {
  width: 22rem;
}

.w-94 {
  width: 23.5rem;
}

.w-96 {
  width: 24rem;
}

.w-98 {
  width: 24.5rem;
}

.w-104 {
  width: 26rem;
}

.w-108 {
  width: 27rem;
}

.w-110 {
  width: 27.5rem;
}

.w-112 {
  width: 28rem;
}

.w-120 {
  width: 30rem;
}

.w-128 {
  width: 32rem;
}

.w-132 {
  width: 33rem;
}

.w-134 {
  width: 33.5rem;
}

.w-135 {
  width: 33.75rem;
}

.w-136 {
  width: 34rem;
}

.w-144 {
  width: 36rem;
}

.w-152 {
  width: 38rem;
}

.w-160 {
  width: 40rem;
}

.w-164 {
  width: 41rem;
}

.w-172 {
  width: 43rem;
}

.w-179 {
  width: 44.75rem;
}

.w-184 {
  width: 46rem;
}

.w-192 {
  width: 48rem;
}

.w-224 {
  width: 56rem;
}

.w-240 {
  width: 60rem;
}

.w-256 {
  width: 64rem;
}

.w-265 {
  width: 66.25rem;
}

.w-288 {
  width: 72rem;
}

.w-384 {
  width: 96rem;
}

.w-auto {
  width: auto;
}

.w-px {
  width: 1px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-0\.75 {
  width: 0.1875rem;
}

.w-4\.5 {
  width: 1.125rem;
}

.w-7\.5 {
  width: 1.875rem;
}

.w-9\.5 {
  width: 2.375rem;
}

.w-9\.75 {
  width: 2.4375rem;
}

.w-12\.5 {
  width: 3.125rem;
}

.w-13\.5 {
  width: 3.375rem;
}

.w-292\.5 {
  width: 73.125rem;
}

.w-1\/24 {
  width: 4.166667%;
}

.w-2\/24 {
  width: 8.333333%;
}

.w-3\/24 {
  width: 12.5%;
}

.w-4\/24 {
  width: 16.666667%;
}

.w-5\/24 {
  width: 20.833333%;
}

.w-6\/24 {
  width: 25%;
}

.w-7\/24 {
  width: 29.166666%;
}

.w-8\/24 {
  width: 33.333333%;
}

.w-9\/24 {
  width: 37.5%;
}

.w-10\/24 {
  width: 41.666666%;
}

.w-11\/24 {
  width: 45.833333%;
}

.w-12\/24 {
  width: 50%;
}

.w-13\/24 {
  width: 54.166666%;
}

.w-14\/24 {
  width: 58.333333%;
}

.w-15\/24 {
  width: 62.5%;
}

.w-16\/24 {
  width: 66.666667%;
}

.w-17\/24 {
  width: 70.833333%;
}

.w-18\/24 {
  width: 75%;
}

.w-19\/24 {
  width: 79.166667%;
}

.w-20\/24 {
  width: 83.333333%;
}

.w-21\/24 {
  width: 87.5%;
}

.w-22\/24 {
  width: 91.666667%;
}

.w-23\/24 {
  width: 95.833333%;
}

.w-24\/24 {
  width: 100%;
}

.w-screen-header {
  width: 41.55vw;
}

.w-screen-60 {
  width: 60vh;
}

.w-screen-80 {
  width: 80vh;
}

.w-screen-85 {
  width: 85vh;
}

.w-screen-90 {
  width: 90vh;
}

.w-screen-95 {
  width: 95vh;
}

.w-screen-minus-header {
  width: calc(100vh - 5.25rem);
}

.w-screen-minus-35\.5 {
  width: calc(100vh - 8.875rem);
}

.w-screen-minus-36 {
  width: calc(100vh - 9rem);
}

.w-screen-minus-40 {
  width: calc(100vh - 10rem);
}

.w-screen-minus-55 {
  width: calc(100vh - 13.75rem);
}

.w-screen-minus-72 {
  width: calc(100vh - 18rem);
}

.w-screen-minus-80 {
  width: calc(100vh - 20rem);
}

.w-full-4 {
  width: calc(100% - 16px);
}

.w-account-body {
  width: calc(100vw - 304px);
}

.w-menu-center {
  width: calc(50% - 288px);
}

.w-tutorials-hidden {
  width: calc(100% - 56px);
}

.w-popup-full-width {
  width: calc(100% + 32px);
}

.w-popup-full-width-md {
  width: calc(100% + 64px);
}

.w-popup-full-height {
  width: calc(100% + 68px);
}

.w-max-content {
  width: -moz-max-content;
  width: max-content;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-50 {
  min-width: 12.5rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-72 {
  min-width: 18rem;
}

.min-w-100 {
  min-width: 25rem;
}

.min-w-105 {
  min-width: 26.25rem;
}

.min-w-150 {
  min-width: 37.5rem;
}

.min-w-168 {
  min-width: 42rem;
}

.min-w-240 {
  min-width: 60rem;
}

.min-w-304 {
  min-width: 76rem;
}

.min-w-full {
  min-width: 100%;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-0 {
  max-width: 0rem;
}

.max-w-25 {
  max-width: 6.25rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-62 {
  max-width: 15.5rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-74 {
  max-width: 18.5rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-88 {
  max-width: 22rem;
}

.max-w-92 {
  max-width: 23rem;
}

.max-w-112 {
  max-width: 28rem;
}

.max-w-128 {
  max-width: 32rem;
}

.max-w-144 {
  max-width: 36rem;
}

.max-w-168 {
  max-width: 42rem;
}

.max-w-172 {
  max-width: 43rem;
}

.max-w-208 {
  max-width: 52rem;
}

.max-w-232 {
  max-width: 58rem;
}

.max-w-254 {
  max-width: 63.5rem;
}

.max-w-280 {
  max-width: 70rem;
}

.max-w-300 {
  max-width: 75rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-xs {
  max-width: 425px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-explorer {
  max-width: calc(100% - 1rem);
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.origin-center {
  transform-origin: center;
}

.origin-top {
  transform-origin: top;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-left {
  transform-origin: left;
}

.origin-top-left {
  transform-origin: top left;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-gpu {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform-none {
  transform: none;
}

.translate-x-0 {
  --tw-translate-x: 0px;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem;
}

.translate-x-4 {
  --tw-translate-x: 1rem;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem;
}

.translate-x-8 {
  --tw-translate-x: 2rem;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem;
}

.translate-x-12 {
  --tw-translate-x: 3rem;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem;
}

.translate-x-16 {
  --tw-translate-x: 4rem;
}

.translate-x-18 {
  --tw-translate-x: 4.5rem;
}

.translate-x-20 {
  --tw-translate-x: 5rem;
}

.translate-x-21 {
  --tw-translate-x: 5.25rem;
}

.translate-x-22 {
  --tw-translate-x: 5.5rem;
}

.translate-x-24 {
  --tw-translate-x: 6rem;
}

.translate-x-26 {
  --tw-translate-x: 6.5rem;
}

.translate-x-28 {
  --tw-translate-x: 7rem;
}

.translate-x-29 {
  --tw-translate-x: 7.25rem;
}

.translate-x-32 {
  --tw-translate-x: 8rem;
}

.translate-x-34 {
  --tw-translate-x: 8.5rem;
}

.translate-x-36 {
  --tw-translate-x: 9rem;
}

.translate-x-40 {
  --tw-translate-x: 10rem;
}

.translate-x-42 {
  --tw-translate-x: 10.5rem;
}

.translate-x-44 {
  --tw-translate-x: 11rem;
}

.translate-x-48 {
  --tw-translate-x: 12rem;
}

.translate-x-52 {
  --tw-translate-x: 13rem;
}

.translate-x-56 {
  --tw-translate-x: 14rem;
}

.translate-x-60 {
  --tw-translate-x: 15rem;
}

.translate-x-64 {
  --tw-translate-x: 16rem;
}

.translate-x-68 {
  --tw-translate-x: 17rem;
}

.translate-x-72 {
  --tw-translate-x: 18rem;
}

.translate-x-77 {
  --tw-translate-x: 19.25rem;
}

.translate-x-80 {
  --tw-translate-x: 20rem;
}

.translate-x-82 {
  --tw-translate-x: 20.5rem;
}

.translate-x-88 {
  --tw-translate-x: 22rem;
}

.translate-x-94 {
  --tw-translate-x: 23.5rem;
}

.translate-x-96 {
  --tw-translate-x: 24rem;
}

.translate-x-98 {
  --tw-translate-x: 24.5rem;
}

.translate-x-104 {
  --tw-translate-x: 26rem;
}

.translate-x-108 {
  --tw-translate-x: 27rem;
}

.translate-x-110 {
  --tw-translate-x: 27.5rem;
}

.translate-x-112 {
  --tw-translate-x: 28rem;
}

.translate-x-120 {
  --tw-translate-x: 30rem;
}

.translate-x-128 {
  --tw-translate-x: 32rem;
}

.translate-x-132 {
  --tw-translate-x: 33rem;
}

.translate-x-134 {
  --tw-translate-x: 33.5rem;
}

.translate-x-135 {
  --tw-translate-x: 33.75rem;
}

.translate-x-136 {
  --tw-translate-x: 34rem;
}

.translate-x-144 {
  --tw-translate-x: 36rem;
}

.translate-x-152 {
  --tw-translate-x: 38rem;
}

.translate-x-160 {
  --tw-translate-x: 40rem;
}

.translate-x-164 {
  --tw-translate-x: 41rem;
}

.translate-x-172 {
  --tw-translate-x: 43rem;
}

.translate-x-179 {
  --tw-translate-x: 44.75rem;
}

.translate-x-184 {
  --tw-translate-x: 46rem;
}

.translate-x-192 {
  --tw-translate-x: 48rem;
}

.translate-x-224 {
  --tw-translate-x: 56rem;
}

.translate-x-240 {
  --tw-translate-x: 60rem;
}

.translate-x-256 {
  --tw-translate-x: 64rem;
}

.translate-x-265 {
  --tw-translate-x: 66.25rem;
}

.translate-x-288 {
  --tw-translate-x: 72rem;
}

.translate-x-384 {
  --tw-translate-x: 96rem;
}

.translate-x-px {
  --tw-translate-x: 1px;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem;
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem;
}

.translate-x-0\.75 {
  --tw-translate-x: 0.1875rem;
}

.translate-x-4\.5 {
  --tw-translate-x: 1.125rem;
}

.translate-x-7\.5 {
  --tw-translate-x: 1.875rem;
}

.translate-x-9\.5 {
  --tw-translate-x: 2.375rem;
}

.translate-x-9\.75 {
  --tw-translate-x: 2.4375rem;
}

.translate-x-12\.5 {
  --tw-translate-x: 3.125rem;
}

.translate-x-13\.5 {
  --tw-translate-x: 3.375rem;
}

.translate-x-292\.5 {
  --tw-translate-x: 73.125rem;
}

.translate-x-1\/24 {
  --tw-translate-x: 4.166667%;
}

.translate-x-2\/24 {
  --tw-translate-x: 8.333333%;
}

.translate-x-3\/24 {
  --tw-translate-x: 12.5%;
}

.translate-x-4\/24 {
  --tw-translate-x: 16.666667%;
}

.translate-x-5\/24 {
  --tw-translate-x: 20.833333%;
}

.translate-x-6\/24 {
  --tw-translate-x: 25%;
}

.translate-x-7\/24 {
  --tw-translate-x: 29.166666%;
}

.translate-x-8\/24 {
  --tw-translate-x: 33.333333%;
}

.translate-x-9\/24 {
  --tw-translate-x: 37.5%;
}

.translate-x-10\/24 {
  --tw-translate-x: 41.666666%;
}

.translate-x-11\/24 {
  --tw-translate-x: 45.833333%;
}

.translate-x-12\/24 {
  --tw-translate-x: 50%;
}

.translate-x-13\/24 {
  --tw-translate-x: 54.166666%;
}

.translate-x-14\/24 {
  --tw-translate-x: 58.333333%;
}

.translate-x-15\/24 {
  --tw-translate-x: 62.5%;
}

.translate-x-16\/24 {
  --tw-translate-x: 66.666667%;
}

.translate-x-17\/24 {
  --tw-translate-x: 70.833333%;
}

.translate-x-18\/24 {
  --tw-translate-x: 75%;
}

.translate-x-19\/24 {
  --tw-translate-x: 79.166667%;
}

.translate-x-20\/24 {
  --tw-translate-x: 83.333333%;
}

.translate-x-21\/24 {
  --tw-translate-x: 87.5%;
}

.translate-x-22\/24 {
  --tw-translate-x: 91.666667%;
}

.translate-x-23\/24 {
  --tw-translate-x: 95.833333%;
}

.translate-x-24\/24 {
  --tw-translate-x: 100%;
}

.translate-x-screen-header {
  --tw-translate-x: 41.55vw;
}

.translate-x-screen-60 {
  --tw-translate-x: 60vh;
}

.translate-x-screen-80 {
  --tw-translate-x: 80vh;
}

.translate-x-screen-85 {
  --tw-translate-x: 85vh;
}

.translate-x-screen-90 {
  --tw-translate-x: 90vh;
}

.translate-x-screen-95 {
  --tw-translate-x: 95vh;
}

.translate-x-screen-minus-header {
  --tw-translate-x: calc(100vh - 5.25rem);
}

.translate-x-screen-minus-35\.5 {
  --tw-translate-x: calc(100vh - 8.875rem);
}

.translate-x-screen-minus-36 {
  --tw-translate-x: calc(100vh - 9rem);
}

.translate-x-screen-minus-40 {
  --tw-translate-x: calc(100vh - 10rem);
}

.translate-x-screen-minus-55 {
  --tw-translate-x: calc(100vh - 13.75rem);
}

.translate-x-screen-minus-72 {
  --tw-translate-x: calc(100vh - 18rem);
}

.translate-x-screen-minus-80 {
  --tw-translate-x: calc(100vh - 20rem);
}

.translate-x-full-4 {
  --tw-translate-x: calc(100% - 16px);
}

.translate-x-account-body {
  --tw-translate-x: calc(100vw - 304px);
}

.translate-x-menu-center {
  --tw-translate-x: calc(50% - 288px);
}

.translate-x-tutorials-hidden {
  --tw-translate-x: calc(100% - 56px);
}

.translate-x-popup-full-width {
  --tw-translate-x: calc(100% + 32px);
}

.translate-x-popup-full-width-md {
  --tw-translate-x: calc(100% + 64px);
}

.translate-x-popup-full-height {
  --tw-translate-x: calc(100% + 68px);
}

.translate-x-max-content {
  --tw-translate-x: max-content;
}

.-translate-x-0 {
  --tw-translate-x: 0px;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-4 {
  --tw-translate-x: -1rem;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem;
}

.-translate-x-12 {
  --tw-translate-x: -3rem;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
}

.-translate-x-16 {
  --tw-translate-x: -4rem;
}

.-translate-x-18 {
  --tw-translate-x: -4.5rem;
}

.-translate-x-20 {
  --tw-translate-x: -5rem;
}

.-translate-x-21 {
  --tw-translate-x: -5.25rem;
}

.-translate-x-22 {
  --tw-translate-x: -5.5rem;
}

.-translate-x-24 {
  --tw-translate-x: -6rem;
}

.-translate-x-26 {
  --tw-translate-x: -6.5rem;
}

.-translate-x-28 {
  --tw-translate-x: -7rem;
}

.-translate-x-29 {
  --tw-translate-x: -7.25rem;
}

.-translate-x-32 {
  --tw-translate-x: -8rem;
}

.-translate-x-34 {
  --tw-translate-x: -8.5rem;
}

.-translate-x-36 {
  --tw-translate-x: -9rem;
}

.-translate-x-40 {
  --tw-translate-x: -10rem;
}

.-translate-x-42 {
  --tw-translate-x: -10.5rem;
}

.-translate-x-44 {
  --tw-translate-x: -11rem;
}

.-translate-x-48 {
  --tw-translate-x: -12rem;
}

.-translate-x-52 {
  --tw-translate-x: -13rem;
}

.-translate-x-56 {
  --tw-translate-x: -14rem;
}

.-translate-x-60 {
  --tw-translate-x: -15rem;
}

.-translate-x-64 {
  --tw-translate-x: -16rem;
}

.-translate-x-68 {
  --tw-translate-x: -17rem;
}

.-translate-x-72 {
  --tw-translate-x: -18rem;
}

.-translate-x-77 {
  --tw-translate-x: -19.25rem;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
}

.-translate-x-82 {
  --tw-translate-x: -20.5rem;
}

.-translate-x-88 {
  --tw-translate-x: -22rem;
}

.-translate-x-94 {
  --tw-translate-x: -23.5rem;
}

.-translate-x-96 {
  --tw-translate-x: -24rem;
}

.-translate-x-98 {
  --tw-translate-x: -24.5rem;
}

.-translate-x-104 {
  --tw-translate-x: -26rem;
}

.-translate-x-108 {
  --tw-translate-x: -27rem;
}

.-translate-x-110 {
  --tw-translate-x: -27.5rem;
}

.-translate-x-112 {
  --tw-translate-x: -28rem;
}

.-translate-x-120 {
  --tw-translate-x: -30rem;
}

.-translate-x-128 {
  --tw-translate-x: -32rem;
}

.-translate-x-132 {
  --tw-translate-x: -33rem;
}

.-translate-x-134 {
  --tw-translate-x: -33.5rem;
}

.-translate-x-135 {
  --tw-translate-x: -33.75rem;
}

.-translate-x-136 {
  --tw-translate-x: -34rem;
}

.-translate-x-144 {
  --tw-translate-x: -36rem;
}

.-translate-x-152 {
  --tw-translate-x: -38rem;
}

.-translate-x-160 {
  --tw-translate-x: -40rem;
}

.-translate-x-164 {
  --tw-translate-x: -41rem;
}

.-translate-x-172 {
  --tw-translate-x: -43rem;
}

.-translate-x-179 {
  --tw-translate-x: -44.75rem;
}

.-translate-x-184 {
  --tw-translate-x: -46rem;
}

.-translate-x-192 {
  --tw-translate-x: -48rem;
}

.-translate-x-224 {
  --tw-translate-x: -56rem;
}

.-translate-x-240 {
  --tw-translate-x: -60rem;
}

.-translate-x-256 {
  --tw-translate-x: -64rem;
}

.-translate-x-265 {
  --tw-translate-x: -66.25rem;
}

.-translate-x-288 {
  --tw-translate-x: -72rem;
}

.-translate-x-384 {
  --tw-translate-x: -96rem;
}

.-translate-x-px {
  --tw-translate-x: -1px;
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem;
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem;
}

.-translate-x-0\.75 {
  --tw-translate-x: -0.1875rem;
}

.-translate-x-4\.5 {
  --tw-translate-x: -1.125rem;
}

.-translate-x-7\.5 {
  --tw-translate-x: -1.875rem;
}

.-translate-x-9\.5 {
  --tw-translate-x: -2.375rem;
}

.-translate-x-9\.75 {
  --tw-translate-x: -2.4375rem;
}

.-translate-x-12\.5 {
  --tw-translate-x: -3.125rem;
}

.-translate-x-13\.5 {
  --tw-translate-x: -3.375rem;
}

.-translate-x-292\.5 {
  --tw-translate-x: -73.125rem;
}

.-translate-x-1\/24 {
  --tw-translate-x: -4.16667%;
}

.-translate-x-2\/24 {
  --tw-translate-x: -8.33333%;
}

.-translate-x-3\/24 {
  --tw-translate-x: -12.5%;
}

.-translate-x-4\/24 {
  --tw-translate-x: -16.66667%;
}

.-translate-x-5\/24 {
  --tw-translate-x: -20.83333%;
}

.-translate-x-6\/24 {
  --tw-translate-x: -25%;
}

.-translate-x-7\/24 {
  --tw-translate-x: -29.16667%;
}

.-translate-x-8\/24 {
  --tw-translate-x: -33.33333%;
}

.-translate-x-9\/24 {
  --tw-translate-x: -37.5%;
}

.-translate-x-10\/24 {
  --tw-translate-x: -41.66667%;
}

.-translate-x-11\/24 {
  --tw-translate-x: -45.83333%;
}

.-translate-x-12\/24 {
  --tw-translate-x: -50%;
}

.-translate-x-13\/24 {
  --tw-translate-x: -54.16667%;
}

.-translate-x-14\/24 {
  --tw-translate-x: -58.33333%;
}

.-translate-x-15\/24 {
  --tw-translate-x: -62.5%;
}

.-translate-x-16\/24 {
  --tw-translate-x: -66.66667%;
}

.-translate-x-17\/24 {
  --tw-translate-x: -70.83333%;
}

.-translate-x-18\/24 {
  --tw-translate-x: -75%;
}

.-translate-x-19\/24 {
  --tw-translate-x: -79.16667%;
}

.-translate-x-20\/24 {
  --tw-translate-x: -83.33333%;
}

.-translate-x-21\/24 {
  --tw-translate-x: -87.5%;
}

.-translate-x-22\/24 {
  --tw-translate-x: -91.66667%;
}

.-translate-x-23\/24 {
  --tw-translate-x: -95.83333%;
}

.-translate-x-24\/24 {
  --tw-translate-x: -100%;
}

.-translate-x-screen-header {
  --tw-translate-x: -41.55vw;
}

.-translate-x-screen-60 {
  --tw-translate-x: -60vh;
}

.-translate-x-screen-80 {
  --tw-translate-x: -80vh;
}

.-translate-x-screen-85 {
  --tw-translate-x: -85vh;
}

.-translate-x-screen-90 {
  --tw-translate-x: -90vh;
}

.-translate-x-screen-95 {
  --tw-translate-x: -95vh;
}

.-translate-x-screen-minus-header {
  --tw-translate-x: calc(-100vh - -5.25rem);
}

.-translate-x-screen-minus-35\.5 {
  --tw-translate-x: calc(-100vh - -8.875rem);
}

.-translate-x-screen-minus-36 {
  --tw-translate-x: calc(-100vh - -9rem);
}

.-translate-x-screen-minus-40 {
  --tw-translate-x: calc(-100vh - -10rem);
}

.-translate-x-screen-minus-55 {
  --tw-translate-x: calc(-100vh - -13.75rem);
}

.-translate-x-screen-minus-72 {
  --tw-translate-x: calc(-100vh - -18rem);
}

.-translate-x-screen-minus-80 {
  --tw-translate-x: calc(-100vh - -20rem);
}

.-translate-x-full-4 {
  --tw-translate-x: calc(-100% - -16px);
}

.-translate-x-account-body {
  --tw-translate-x: calc(-100vw - -304px);
}

.-translate-x-menu-center {
  --tw-translate-x: calc(-50% - -288px);
}

.-translate-x-tutorials-hidden {
  --tw-translate-x: calc(-100% - -56px);
}

.-translate-x-popup-full-width {
  --tw-translate-x: calc(-100% + -32px);
}

.-translate-x-popup-full-width-md {
  --tw-translate-x: calc(-100% + -64px);
}

.-translate-x-popup-full-height {
  --tw-translate-x: calc(-100% + -68px);
}

.-translate-x-max-content {
  --tw-translate-x: max-content;
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667%;
}

.translate-x-1\/4 {
  --tw-translate-x: 25%;
}

.translate-x-2\/4 {
  --tw-translate-x: 50%;
}

.translate-x-3\/4 {
  --tw-translate-x: 75%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667%;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50%;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
}

.translate-y-4 {
  --tw-translate-y: 1rem;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem;
}

.translate-y-8 {
  --tw-translate-y: 2rem;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem;
}

.translate-y-12 {
  --tw-translate-y: 3rem;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem;
}

.translate-y-16 {
  --tw-translate-y: 4rem;
}

.translate-y-18 {
  --tw-translate-y: 4.5rem;
}

.translate-y-20 {
  --tw-translate-y: 5rem;
}

.translate-y-21 {
  --tw-translate-y: 5.25rem;
}

.translate-y-22 {
  --tw-translate-y: 5.5rem;
}

.translate-y-24 {
  --tw-translate-y: 6rem;
}

.translate-y-26 {
  --tw-translate-y: 6.5rem;
}

.translate-y-28 {
  --tw-translate-y: 7rem;
}

.translate-y-29 {
  --tw-translate-y: 7.25rem;
}

.translate-y-32 {
  --tw-translate-y: 8rem;
}

.translate-y-34 {
  --tw-translate-y: 8.5rem;
}

.translate-y-36 {
  --tw-translate-y: 9rem;
}

.translate-y-40 {
  --tw-translate-y: 10rem;
}

.translate-y-42 {
  --tw-translate-y: 10.5rem;
}

.translate-y-44 {
  --tw-translate-y: 11rem;
}

.translate-y-48 {
  --tw-translate-y: 12rem;
}

.translate-y-52 {
  --tw-translate-y: 13rem;
}

.translate-y-56 {
  --tw-translate-y: 14rem;
}

.translate-y-60 {
  --tw-translate-y: 15rem;
}

.translate-y-64 {
  --tw-translate-y: 16rem;
}

.translate-y-68 {
  --tw-translate-y: 17rem;
}

.translate-y-72 {
  --tw-translate-y: 18rem;
}

.translate-y-77 {
  --tw-translate-y: 19.25rem;
}

.translate-y-80 {
  --tw-translate-y: 20rem;
}

.translate-y-82 {
  --tw-translate-y: 20.5rem;
}

.translate-y-88 {
  --tw-translate-y: 22rem;
}

.translate-y-94 {
  --tw-translate-y: 23.5rem;
}

.translate-y-96 {
  --tw-translate-y: 24rem;
}

.translate-y-98 {
  --tw-translate-y: 24.5rem;
}

.translate-y-104 {
  --tw-translate-y: 26rem;
}

.translate-y-108 {
  --tw-translate-y: 27rem;
}

.translate-y-110 {
  --tw-translate-y: 27.5rem;
}

.translate-y-112 {
  --tw-translate-y: 28rem;
}

.translate-y-120 {
  --tw-translate-y: 30rem;
}

.translate-y-128 {
  --tw-translate-y: 32rem;
}

.translate-y-132 {
  --tw-translate-y: 33rem;
}

.translate-y-134 {
  --tw-translate-y: 33.5rem;
}

.translate-y-135 {
  --tw-translate-y: 33.75rem;
}

.translate-y-136 {
  --tw-translate-y: 34rem;
}

.translate-y-144 {
  --tw-translate-y: 36rem;
}

.translate-y-152 {
  --tw-translate-y: 38rem;
}

.translate-y-160 {
  --tw-translate-y: 40rem;
}

.translate-y-164 {
  --tw-translate-y: 41rem;
}

.translate-y-172 {
  --tw-translate-y: 43rem;
}

.translate-y-179 {
  --tw-translate-y: 44.75rem;
}

.translate-y-184 {
  --tw-translate-y: 46rem;
}

.translate-y-192 {
  --tw-translate-y: 48rem;
}

.translate-y-224 {
  --tw-translate-y: 56rem;
}

.translate-y-240 {
  --tw-translate-y: 60rem;
}

.translate-y-256 {
  --tw-translate-y: 64rem;
}

.translate-y-265 {
  --tw-translate-y: 66.25rem;
}

.translate-y-288 {
  --tw-translate-y: 72rem;
}

.translate-y-384 {
  --tw-translate-y: 96rem;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem;
}

.translate-y-0\.75 {
  --tw-translate-y: 0.1875rem;
}

.translate-y-4\.5 {
  --tw-translate-y: 1.125rem;
}

.translate-y-7\.5 {
  --tw-translate-y: 1.875rem;
}

.translate-y-9\.5 {
  --tw-translate-y: 2.375rem;
}

.translate-y-9\.75 {
  --tw-translate-y: 2.4375rem;
}

.translate-y-12\.5 {
  --tw-translate-y: 3.125rem;
}

.translate-y-13\.5 {
  --tw-translate-y: 3.375rem;
}

.translate-y-292\.5 {
  --tw-translate-y: 73.125rem;
}

.translate-y-1\/24 {
  --tw-translate-y: 4.166667%;
}

.translate-y-2\/24 {
  --tw-translate-y: 8.333333%;
}

.translate-y-3\/24 {
  --tw-translate-y: 12.5%;
}

.translate-y-4\/24 {
  --tw-translate-y: 16.666667%;
}

.translate-y-5\/24 {
  --tw-translate-y: 20.833333%;
}

.translate-y-6\/24 {
  --tw-translate-y: 25%;
}

.translate-y-7\/24 {
  --tw-translate-y: 29.166666%;
}

.translate-y-8\/24 {
  --tw-translate-y: 33.333333%;
}

.translate-y-9\/24 {
  --tw-translate-y: 37.5%;
}

.translate-y-10\/24 {
  --tw-translate-y: 41.666666%;
}

.translate-y-11\/24 {
  --tw-translate-y: 45.833333%;
}

.translate-y-12\/24 {
  --tw-translate-y: 50%;
}

.translate-y-13\/24 {
  --tw-translate-y: 54.166666%;
}

.translate-y-14\/24 {
  --tw-translate-y: 58.333333%;
}

.translate-y-15\/24 {
  --tw-translate-y: 62.5%;
}

.translate-y-16\/24 {
  --tw-translate-y: 66.666667%;
}

.translate-y-17\/24 {
  --tw-translate-y: 70.833333%;
}

.translate-y-18\/24 {
  --tw-translate-y: 75%;
}

.translate-y-19\/24 {
  --tw-translate-y: 79.166667%;
}

.translate-y-20\/24 {
  --tw-translate-y: 83.333333%;
}

.translate-y-21\/24 {
  --tw-translate-y: 87.5%;
}

.translate-y-22\/24 {
  --tw-translate-y: 91.666667%;
}

.translate-y-23\/24 {
  --tw-translate-y: 95.833333%;
}

.translate-y-24\/24 {
  --tw-translate-y: 100%;
}

.translate-y-screen-header {
  --tw-translate-y: 41.55vw;
}

.translate-y-screen-60 {
  --tw-translate-y: 60vh;
}

.translate-y-screen-80 {
  --tw-translate-y: 80vh;
}

.translate-y-screen-85 {
  --tw-translate-y: 85vh;
}

.translate-y-screen-90 {
  --tw-translate-y: 90vh;
}

.translate-y-screen-95 {
  --tw-translate-y: 95vh;
}

.translate-y-screen-minus-header {
  --tw-translate-y: calc(100vh - 5.25rem);
}

.translate-y-screen-minus-35\.5 {
  --tw-translate-y: calc(100vh - 8.875rem);
}

.translate-y-screen-minus-36 {
  --tw-translate-y: calc(100vh - 9rem);
}

.translate-y-screen-minus-40 {
  --tw-translate-y: calc(100vh - 10rem);
}

.translate-y-screen-minus-55 {
  --tw-translate-y: calc(100vh - 13.75rem);
}

.translate-y-screen-minus-72 {
  --tw-translate-y: calc(100vh - 18rem);
}

.translate-y-screen-minus-80 {
  --tw-translate-y: calc(100vh - 20rem);
}

.translate-y-full-4 {
  --tw-translate-y: calc(100% - 16px);
}

.translate-y-account-body {
  --tw-translate-y: calc(100vw - 304px);
}

.translate-y-menu-center {
  --tw-translate-y: calc(50% - 288px);
}

.translate-y-tutorials-hidden {
  --tw-translate-y: calc(100% - 56px);
}

.translate-y-popup-full-width {
  --tw-translate-y: calc(100% + 32px);
}

.translate-y-popup-full-width-md {
  --tw-translate-y: calc(100% + 64px);
}

.translate-y-popup-full-height {
  --tw-translate-y: calc(100% + 68px);
}

.translate-y-max-content {
  --tw-translate-y: max-content;
}

.-translate-y-0 {
  --tw-translate-y: 0px;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem;
}

.-translate-y-4 {
  --tw-translate-y: -1rem;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem;
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-18 {
  --tw-translate-y: -4.5rem;
}

.-translate-y-20 {
  --tw-translate-y: -5rem;
}

.-translate-y-21 {
  --tw-translate-y: -5.25rem;
}

.-translate-y-22 {
  --tw-translate-y: -5.5rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-26 {
  --tw-translate-y: -6.5rem;
}

.-translate-y-28 {
  --tw-translate-y: -7rem;
}

.-translate-y-29 {
  --tw-translate-y: -7.25rem;
}

.-translate-y-32 {
  --tw-translate-y: -8rem;
}

.-translate-y-34 {
  --tw-translate-y: -8.5rem;
}

.-translate-y-36 {
  --tw-translate-y: -9rem;
}

.-translate-y-40 {
  --tw-translate-y: -10rem;
}

.-translate-y-42 {
  --tw-translate-y: -10.5rem;
}

.-translate-y-44 {
  --tw-translate-y: -11rem;
}

.-translate-y-48 {
  --tw-translate-y: -12rem;
}

.-translate-y-52 {
  --tw-translate-y: -13rem;
}

.-translate-y-56 {
  --tw-translate-y: -14rem;
}

.-translate-y-60 {
  --tw-translate-y: -15rem;
}

.-translate-y-64 {
  --tw-translate-y: -16rem;
}

.-translate-y-68 {
  --tw-translate-y: -17rem;
}

.-translate-y-72 {
  --tw-translate-y: -18rem;
}

.-translate-y-77 {
  --tw-translate-y: -19.25rem;
}

.-translate-y-80 {
  --tw-translate-y: -20rem;
}

.-translate-y-82 {
  --tw-translate-y: -20.5rem;
}

.-translate-y-88 {
  --tw-translate-y: -22rem;
}

.-translate-y-94 {
  --tw-translate-y: -23.5rem;
}

.-translate-y-96 {
  --tw-translate-y: -24rem;
}

.-translate-y-98 {
  --tw-translate-y: -24.5rem;
}

.-translate-y-104 {
  --tw-translate-y: -26rem;
}

.-translate-y-108 {
  --tw-translate-y: -27rem;
}

.-translate-y-110 {
  --tw-translate-y: -27.5rem;
}

.-translate-y-112 {
  --tw-translate-y: -28rem;
}

.-translate-y-120 {
  --tw-translate-y: -30rem;
}

.-translate-y-128 {
  --tw-translate-y: -32rem;
}

.-translate-y-132 {
  --tw-translate-y: -33rem;
}

.-translate-y-134 {
  --tw-translate-y: -33.5rem;
}

.-translate-y-135 {
  --tw-translate-y: -33.75rem;
}

.-translate-y-136 {
  --tw-translate-y: -34rem;
}

.-translate-y-144 {
  --tw-translate-y: -36rem;
}

.-translate-y-152 {
  --tw-translate-y: -38rem;
}

.-translate-y-160 {
  --tw-translate-y: -40rem;
}

.-translate-y-164 {
  --tw-translate-y: -41rem;
}

.-translate-y-172 {
  --tw-translate-y: -43rem;
}

.-translate-y-179 {
  --tw-translate-y: -44.75rem;
}

.-translate-y-184 {
  --tw-translate-y: -46rem;
}

.-translate-y-192 {
  --tw-translate-y: -48rem;
}

.-translate-y-224 {
  --tw-translate-y: -56rem;
}

.-translate-y-240 {
  --tw-translate-y: -60rem;
}

.-translate-y-256 {
  --tw-translate-y: -64rem;
}

.-translate-y-265 {
  --tw-translate-y: -66.25rem;
}

.-translate-y-288 {
  --tw-translate-y: -72rem;
}

.-translate-y-384 {
  --tw-translate-y: -96rem;
}

.-translate-y-px {
  --tw-translate-y: -1px;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem;
}

.-translate-y-0\.75 {
  --tw-translate-y: -0.1875rem;
}

.-translate-y-4\.5 {
  --tw-translate-y: -1.125rem;
}

.-translate-y-7\.5 {
  --tw-translate-y: -1.875rem;
}

.-translate-y-9\.5 {
  --tw-translate-y: -2.375rem;
}

.-translate-y-9\.75 {
  --tw-translate-y: -2.4375rem;
}

.-translate-y-12\.5 {
  --tw-translate-y: -3.125rem;
}

.-translate-y-13\.5 {
  --tw-translate-y: -3.375rem;
}

.-translate-y-292\.5 {
  --tw-translate-y: -73.125rem;
}

.-translate-y-1\/24 {
  --tw-translate-y: -4.16667%;
}

.-translate-y-2\/24 {
  --tw-translate-y: -8.33333%;
}

.-translate-y-3\/24 {
  --tw-translate-y: -12.5%;
}

.-translate-y-4\/24 {
  --tw-translate-y: -16.66667%;
}

.-translate-y-5\/24 {
  --tw-translate-y: -20.83333%;
}

.-translate-y-6\/24 {
  --tw-translate-y: -25%;
}

.-translate-y-7\/24 {
  --tw-translate-y: -29.16667%;
}

.-translate-y-8\/24 {
  --tw-translate-y: -33.33333%;
}

.-translate-y-9\/24 {
  --tw-translate-y: -37.5%;
}

.-translate-y-10\/24 {
  --tw-translate-y: -41.66667%;
}

.-translate-y-11\/24 {
  --tw-translate-y: -45.83333%;
}

.-translate-y-12\/24 {
  --tw-translate-y: -50%;
}

.-translate-y-13\/24 {
  --tw-translate-y: -54.16667%;
}

.-translate-y-14\/24 {
  --tw-translate-y: -58.33333%;
}

.-translate-y-15\/24 {
  --tw-translate-y: -62.5%;
}

.-translate-y-16\/24 {
  --tw-translate-y: -66.66667%;
}

.-translate-y-17\/24 {
  --tw-translate-y: -70.83333%;
}

.-translate-y-18\/24 {
  --tw-translate-y: -75%;
}

.-translate-y-19\/24 {
  --tw-translate-y: -79.16667%;
}

.-translate-y-20\/24 {
  --tw-translate-y: -83.33333%;
}

.-translate-y-21\/24 {
  --tw-translate-y: -87.5%;
}

.-translate-y-22\/24 {
  --tw-translate-y: -91.66667%;
}

.-translate-y-23\/24 {
  --tw-translate-y: -95.83333%;
}

.-translate-y-24\/24 {
  --tw-translate-y: -100%;
}

.-translate-y-screen-header {
  --tw-translate-y: -41.55vw;
}

.-translate-y-screen-60 {
  --tw-translate-y: -60vh;
}

.-translate-y-screen-80 {
  --tw-translate-y: -80vh;
}

.-translate-y-screen-85 {
  --tw-translate-y: -85vh;
}

.-translate-y-screen-90 {
  --tw-translate-y: -90vh;
}

.-translate-y-screen-95 {
  --tw-translate-y: -95vh;
}

.-translate-y-screen-minus-header {
  --tw-translate-y: calc(-100vh - -5.25rem);
}

.-translate-y-screen-minus-35\.5 {
  --tw-translate-y: calc(-100vh - -8.875rem);
}

.-translate-y-screen-minus-36 {
  --tw-translate-y: calc(-100vh - -9rem);
}

.-translate-y-screen-minus-40 {
  --tw-translate-y: calc(-100vh - -10rem);
}

.-translate-y-screen-minus-55 {
  --tw-translate-y: calc(-100vh - -13.75rem);
}

.-translate-y-screen-minus-72 {
  --tw-translate-y: calc(-100vh - -18rem);
}

.-translate-y-screen-minus-80 {
  --tw-translate-y: calc(-100vh - -20rem);
}

.-translate-y-full-4 {
  --tw-translate-y: calc(-100% - -16px);
}

.-translate-y-account-body {
  --tw-translate-y: calc(-100vw - -304px);
}

.-translate-y-menu-center {
  --tw-translate-y: calc(-50% - -288px);
}

.-translate-y-tutorials-hidden {
  --tw-translate-y: calc(-100% - -56px);
}

.-translate-y-popup-full-width {
  --tw-translate-y: calc(-100% + -32px);
}

.-translate-y-popup-full-width-md {
  --tw-translate-y: calc(-100% + -64px);
}

.-translate-y-popup-full-height {
  --tw-translate-y: calc(-100% + -68px);
}

.-translate-y-max-content {
  --tw-translate-y: max-content;
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667%;
}

.translate-y-1\/4 {
  --tw-translate-y: 25%;
}

.translate-y-2\/4 {
  --tw-translate-y: 50%;
}

.translate-y-3\/4 {
  --tw-translate-y: 75%;
}

.translate-y-full {
  --tw-translate-y: 100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50%;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem;
}

.hover\:translate-x-18:hover {
  --tw-translate-x: 4.5rem;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem;
}

.hover\:translate-x-21:hover {
  --tw-translate-x: 5.25rem;
}

.hover\:translate-x-22:hover {
  --tw-translate-x: 5.5rem;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem;
}

.hover\:translate-x-26:hover {
  --tw-translate-x: 6.5rem;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem;
}

.hover\:translate-x-29:hover {
  --tw-translate-x: 7.25rem;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem;
}

.hover\:translate-x-34:hover {
  --tw-translate-x: 8.5rem;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem;
}

.hover\:translate-x-42:hover {
  --tw-translate-x: 10.5rem;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem;
}

.hover\:translate-x-68:hover {
  --tw-translate-x: 17rem;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18rem;
}

.hover\:translate-x-77:hover {
  --tw-translate-x: 19.25rem;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem;
}

.hover\:translate-x-82:hover {
  --tw-translate-x: 20.5rem;
}

.hover\:translate-x-88:hover {
  --tw-translate-x: 22rem;
}

.hover\:translate-x-94:hover {
  --tw-translate-x: 23.5rem;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem;
}

.hover\:translate-x-98:hover {
  --tw-translate-x: 24.5rem;
}

.hover\:translate-x-104:hover {
  --tw-translate-x: 26rem;
}

.hover\:translate-x-108:hover {
  --tw-translate-x: 27rem;
}

.hover\:translate-x-110:hover {
  --tw-translate-x: 27.5rem;
}

.hover\:translate-x-112:hover {
  --tw-translate-x: 28rem;
}

.hover\:translate-x-120:hover {
  --tw-translate-x: 30rem;
}

.hover\:translate-x-128:hover {
  --tw-translate-x: 32rem;
}

.hover\:translate-x-132:hover {
  --tw-translate-x: 33rem;
}

.hover\:translate-x-134:hover {
  --tw-translate-x: 33.5rem;
}

.hover\:translate-x-135:hover {
  --tw-translate-x: 33.75rem;
}

.hover\:translate-x-136:hover {
  --tw-translate-x: 34rem;
}

.hover\:translate-x-144:hover {
  --tw-translate-x: 36rem;
}

.hover\:translate-x-152:hover {
  --tw-translate-x: 38rem;
}

.hover\:translate-x-160:hover {
  --tw-translate-x: 40rem;
}

.hover\:translate-x-164:hover {
  --tw-translate-x: 41rem;
}

.hover\:translate-x-172:hover {
  --tw-translate-x: 43rem;
}

.hover\:translate-x-179:hover {
  --tw-translate-x: 44.75rem;
}

.hover\:translate-x-184:hover {
  --tw-translate-x: 46rem;
}

.hover\:translate-x-192:hover {
  --tw-translate-x: 48rem;
}

.hover\:translate-x-224:hover {
  --tw-translate-x: 56rem;
}

.hover\:translate-x-240:hover {
  --tw-translate-x: 60rem;
}

.hover\:translate-x-256:hover {
  --tw-translate-x: 64rem;
}

.hover\:translate-x-265:hover {
  --tw-translate-x: 66.25rem;
}

.hover\:translate-x-288:hover {
  --tw-translate-x: 72rem;
}

.hover\:translate-x-384:hover {
  --tw-translate-x: 96rem;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px;
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem;
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem;
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem;
}

.hover\:translate-x-0\.75:hover {
  --tw-translate-x: 0.1875rem;
}

.hover\:translate-x-4\.5:hover {
  --tw-translate-x: 1.125rem;
}

.hover\:translate-x-7\.5:hover {
  --tw-translate-x: 1.875rem;
}

.hover\:translate-x-9\.5:hover {
  --tw-translate-x: 2.375rem;
}

.hover\:translate-x-9\.75:hover {
  --tw-translate-x: 2.4375rem;
}

.hover\:translate-x-12\.5:hover {
  --tw-translate-x: 3.125rem;
}

.hover\:translate-x-13\.5:hover {
  --tw-translate-x: 3.375rem;
}

.hover\:translate-x-292\.5:hover {
  --tw-translate-x: 73.125rem;
}

.hover\:translate-x-1\/24:hover {
  --tw-translate-x: 4.166667%;
}

.hover\:translate-x-2\/24:hover {
  --tw-translate-x: 8.333333%;
}

.hover\:translate-x-3\/24:hover {
  --tw-translate-x: 12.5%;
}

.hover\:translate-x-4\/24:hover {
  --tw-translate-x: 16.666667%;
}

.hover\:translate-x-5\/24:hover {
  --tw-translate-x: 20.833333%;
}

.hover\:translate-x-6\/24:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-7\/24:hover {
  --tw-translate-x: 29.166666%;
}

.hover\:translate-x-8\/24:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-9\/24:hover {
  --tw-translate-x: 37.5%;
}

.hover\:translate-x-10\/24:hover {
  --tw-translate-x: 41.666666%;
}

.hover\:translate-x-11\/24:hover {
  --tw-translate-x: 45.833333%;
}

.hover\:translate-x-12\/24:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-13\/24:hover {
  --tw-translate-x: 54.166666%;
}

.hover\:translate-x-14\/24:hover {
  --tw-translate-x: 58.333333%;
}

.hover\:translate-x-15\/24:hover {
  --tw-translate-x: 62.5%;
}

.hover\:translate-x-16\/24:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-17\/24:hover {
  --tw-translate-x: 70.833333%;
}

.hover\:translate-x-18\/24:hover {
  --tw-translate-x: 75%;
}

.hover\:translate-x-19\/24:hover {
  --tw-translate-x: 79.166667%;
}

.hover\:translate-x-20\/24:hover {
  --tw-translate-x: 83.333333%;
}

.hover\:translate-x-21\/24:hover {
  --tw-translate-x: 87.5%;
}

.hover\:translate-x-22\/24:hover {
  --tw-translate-x: 91.666667%;
}

.hover\:translate-x-23\/24:hover {
  --tw-translate-x: 95.833333%;
}

.hover\:translate-x-24\/24:hover {
  --tw-translate-x: 100%;
}

.hover\:translate-x-screen-header:hover {
  --tw-translate-x: 41.55vw;
}

.hover\:translate-x-screen-60:hover {
  --tw-translate-x: 60vh;
}

.hover\:translate-x-screen-80:hover {
  --tw-translate-x: 80vh;
}

.hover\:translate-x-screen-85:hover {
  --tw-translate-x: 85vh;
}

.hover\:translate-x-screen-90:hover {
  --tw-translate-x: 90vh;
}

.hover\:translate-x-screen-95:hover {
  --tw-translate-x: 95vh;
}

.hover\:translate-x-screen-minus-header:hover {
  --tw-translate-x: calc(100vh - 5.25rem);
}

.hover\:translate-x-screen-minus-35\.5:hover {
  --tw-translate-x: calc(100vh - 8.875rem);
}

.hover\:translate-x-screen-minus-36:hover {
  --tw-translate-x: calc(100vh - 9rem);
}

.hover\:translate-x-screen-minus-40:hover {
  --tw-translate-x: calc(100vh - 10rem);
}

.hover\:translate-x-screen-minus-55:hover {
  --tw-translate-x: calc(100vh - 13.75rem);
}

.hover\:translate-x-screen-minus-72:hover {
  --tw-translate-x: calc(100vh - 18rem);
}

.hover\:translate-x-screen-minus-80:hover {
  --tw-translate-x: calc(100vh - 20rem);
}

.hover\:translate-x-full-4:hover {
  --tw-translate-x: calc(100% - 16px);
}

.hover\:translate-x-account-body:hover {
  --tw-translate-x: calc(100vw - 304px);
}

.hover\:translate-x-menu-center:hover {
  --tw-translate-x: calc(50% - 288px);
}

.hover\:translate-x-tutorials-hidden:hover {
  --tw-translate-x: calc(100% - 56px);
}

.hover\:translate-x-popup-full-width:hover {
  --tw-translate-x: calc(100% + 32px);
}

.hover\:translate-x-popup-full-width-md:hover {
  --tw-translate-x: calc(100% + 64px);
}

.hover\:translate-x-popup-full-height:hover {
  --tw-translate-x: calc(100% + 68px);
}

.hover\:translate-x-max-content:hover {
  --tw-translate-x: max-content;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem;
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem;
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem;
}

.hover\:-translate-x-18:hover {
  --tw-translate-x: -4.5rem;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem;
}

.hover\:-translate-x-21:hover {
  --tw-translate-x: -5.25rem;
}

.hover\:-translate-x-22:hover {
  --tw-translate-x: -5.5rem;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem;
}

.hover\:-translate-x-26:hover {
  --tw-translate-x: -6.5rem;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem;
}

.hover\:-translate-x-29:hover {
  --tw-translate-x: -7.25rem;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem;
}

.hover\:-translate-x-34:hover {
  --tw-translate-x: -8.5rem;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem;
}

.hover\:-translate-x-42:hover {
  --tw-translate-x: -10.5rem;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem;
}

.hover\:-translate-x-68:hover {
  --tw-translate-x: -17rem;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18rem;
}

.hover\:-translate-x-77:hover {
  --tw-translate-x: -19.25rem;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem;
}

.hover\:-translate-x-82:hover {
  --tw-translate-x: -20.5rem;
}

.hover\:-translate-x-88:hover {
  --tw-translate-x: -22rem;
}

.hover\:-translate-x-94:hover {
  --tw-translate-x: -23.5rem;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem;
}

.hover\:-translate-x-98:hover {
  --tw-translate-x: -24.5rem;
}

.hover\:-translate-x-104:hover {
  --tw-translate-x: -26rem;
}

.hover\:-translate-x-108:hover {
  --tw-translate-x: -27rem;
}

.hover\:-translate-x-110:hover {
  --tw-translate-x: -27.5rem;
}

.hover\:-translate-x-112:hover {
  --tw-translate-x: -28rem;
}

.hover\:-translate-x-120:hover {
  --tw-translate-x: -30rem;
}

.hover\:-translate-x-128:hover {
  --tw-translate-x: -32rem;
}

.hover\:-translate-x-132:hover {
  --tw-translate-x: -33rem;
}

.hover\:-translate-x-134:hover {
  --tw-translate-x: -33.5rem;
}

.hover\:-translate-x-135:hover {
  --tw-translate-x: -33.75rem;
}

.hover\:-translate-x-136:hover {
  --tw-translate-x: -34rem;
}

.hover\:-translate-x-144:hover {
  --tw-translate-x: -36rem;
}

.hover\:-translate-x-152:hover {
  --tw-translate-x: -38rem;
}

.hover\:-translate-x-160:hover {
  --tw-translate-x: -40rem;
}

.hover\:-translate-x-164:hover {
  --tw-translate-x: -41rem;
}

.hover\:-translate-x-172:hover {
  --tw-translate-x: -43rem;
}

.hover\:-translate-x-179:hover {
  --tw-translate-x: -44.75rem;
}

.hover\:-translate-x-184:hover {
  --tw-translate-x: -46rem;
}

.hover\:-translate-x-192:hover {
  --tw-translate-x: -48rem;
}

.hover\:-translate-x-224:hover {
  --tw-translate-x: -56rem;
}

.hover\:-translate-x-240:hover {
  --tw-translate-x: -60rem;
}

.hover\:-translate-x-256:hover {
  --tw-translate-x: -64rem;
}

.hover\:-translate-x-265:hover {
  --tw-translate-x: -66.25rem;
}

.hover\:-translate-x-288:hover {
  --tw-translate-x: -72rem;
}

.hover\:-translate-x-384:hover {
  --tw-translate-x: -96rem;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px;
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem;
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem;
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem;
}

.hover\:-translate-x-0\.75:hover {
  --tw-translate-x: -0.1875rem;
}

.hover\:-translate-x-4\.5:hover {
  --tw-translate-x: -1.125rem;
}

.hover\:-translate-x-7\.5:hover {
  --tw-translate-x: -1.875rem;
}

.hover\:-translate-x-9\.5:hover {
  --tw-translate-x: -2.375rem;
}

.hover\:-translate-x-9\.75:hover {
  --tw-translate-x: -2.4375rem;
}

.hover\:-translate-x-12\.5:hover {
  --tw-translate-x: -3.125rem;
}

.hover\:-translate-x-13\.5:hover {
  --tw-translate-x: -3.375rem;
}

.hover\:-translate-x-292\.5:hover {
  --tw-translate-x: -73.125rem;
}

.hover\:-translate-x-1\/24:hover {
  --tw-translate-x: -4.16667%;
}

.hover\:-translate-x-2\/24:hover {
  --tw-translate-x: -8.33333%;
}

.hover\:-translate-x-3\/24:hover {
  --tw-translate-x: -12.5%;
}

.hover\:-translate-x-4\/24:hover {
  --tw-translate-x: -16.66667%;
}

.hover\:-translate-x-5\/24:hover {
  --tw-translate-x: -20.83333%;
}

.hover\:-translate-x-6\/24:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-7\/24:hover {
  --tw-translate-x: -29.16667%;
}

.hover\:-translate-x-8\/24:hover {
  --tw-translate-x: -33.33333%;
}

.hover\:-translate-x-9\/24:hover {
  --tw-translate-x: -37.5%;
}

.hover\:-translate-x-10\/24:hover {
  --tw-translate-x: -41.66667%;
}

.hover\:-translate-x-11\/24:hover {
  --tw-translate-x: -45.83333%;
}

.hover\:-translate-x-12\/24:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-13\/24:hover {
  --tw-translate-x: -54.16667%;
}

.hover\:-translate-x-14\/24:hover {
  --tw-translate-x: -58.33333%;
}

.hover\:-translate-x-15\/24:hover {
  --tw-translate-x: -62.5%;
}

.hover\:-translate-x-16\/24:hover {
  --tw-translate-x: -66.66667%;
}

.hover\:-translate-x-17\/24:hover {
  --tw-translate-x: -70.83333%;
}

.hover\:-translate-x-18\/24:hover {
  --tw-translate-x: -75%;
}

.hover\:-translate-x-19\/24:hover {
  --tw-translate-x: -79.16667%;
}

.hover\:-translate-x-20\/24:hover {
  --tw-translate-x: -83.33333%;
}

.hover\:-translate-x-21\/24:hover {
  --tw-translate-x: -87.5%;
}

.hover\:-translate-x-22\/24:hover {
  --tw-translate-x: -91.66667%;
}

.hover\:-translate-x-23\/24:hover {
  --tw-translate-x: -95.83333%;
}

.hover\:-translate-x-24\/24:hover {
  --tw-translate-x: -100%;
}

.hover\:-translate-x-screen-header:hover {
  --tw-translate-x: -41.55vw;
}

.hover\:-translate-x-screen-60:hover {
  --tw-translate-x: -60vh;
}

.hover\:-translate-x-screen-80:hover {
  --tw-translate-x: -80vh;
}

.hover\:-translate-x-screen-85:hover {
  --tw-translate-x: -85vh;
}

.hover\:-translate-x-screen-90:hover {
  --tw-translate-x: -90vh;
}

.hover\:-translate-x-screen-95:hover {
  --tw-translate-x: -95vh;
}

.hover\:-translate-x-screen-minus-header:hover {
  --tw-translate-x: calc(-100vh - -5.25rem);
}

.hover\:-translate-x-screen-minus-35\.5:hover {
  --tw-translate-x: calc(-100vh - -8.875rem);
}

.hover\:-translate-x-screen-minus-36:hover {
  --tw-translate-x: calc(-100vh - -9rem);
}

.hover\:-translate-x-screen-minus-40:hover {
  --tw-translate-x: calc(-100vh - -10rem);
}

.hover\:-translate-x-screen-minus-55:hover {
  --tw-translate-x: calc(-100vh - -13.75rem);
}

.hover\:-translate-x-screen-minus-72:hover {
  --tw-translate-x: calc(-100vh - -18rem);
}

.hover\:-translate-x-screen-minus-80:hover {
  --tw-translate-x: calc(-100vh - -20rem);
}

.hover\:-translate-x-full-4:hover {
  --tw-translate-x: calc(-100% - -16px);
}

.hover\:-translate-x-account-body:hover {
  --tw-translate-x: calc(-100vw - -304px);
}

.hover\:-translate-x-menu-center:hover {
  --tw-translate-x: calc(-50% - -288px);
}

.hover\:-translate-x-tutorials-hidden:hover {
  --tw-translate-x: calc(-100% - -56px);
}

.hover\:-translate-x-popup-full-width:hover {
  --tw-translate-x: calc(-100% + -32px);
}

.hover\:-translate-x-popup-full-width-md:hover {
  --tw-translate-x: calc(-100% + -64px);
}

.hover\:-translate-x-popup-full-height:hover {
  --tw-translate-x: calc(-100% + -68px);
}

.hover\:-translate-x-max-content:hover {
  --tw-translate-x: max-content;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333%;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667%;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25%;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50%;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75%;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100%;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333%;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667%;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25%;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50%;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75%;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100%;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem;
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem;
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem;
}

.hover\:translate-y-18:hover {
  --tw-translate-y: 4.5rem;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem;
}

.hover\:translate-y-21:hover {
  --tw-translate-y: 5.25rem;
}

.hover\:translate-y-22:hover {
  --tw-translate-y: 5.5rem;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem;
}

.hover\:translate-y-26:hover {
  --tw-translate-y: 6.5rem;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem;
}

.hover\:translate-y-29:hover {
  --tw-translate-y: 7.25rem;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem;
}

.hover\:translate-y-34:hover {
  --tw-translate-y: 8.5rem;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem;
}

.hover\:translate-y-42:hover {
  --tw-translate-y: 10.5rem;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem;
}

.hover\:translate-y-68:hover {
  --tw-translate-y: 17rem;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18rem;
}

.hover\:translate-y-77:hover {
  --tw-translate-y: 19.25rem;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem;
}

.hover\:translate-y-82:hover {
  --tw-translate-y: 20.5rem;
}

.hover\:translate-y-88:hover {
  --tw-translate-y: 22rem;
}

.hover\:translate-y-94:hover {
  --tw-translate-y: 23.5rem;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem;
}

.hover\:translate-y-98:hover {
  --tw-translate-y: 24.5rem;
}

.hover\:translate-y-104:hover {
  --tw-translate-y: 26rem;
}

.hover\:translate-y-108:hover {
  --tw-translate-y: 27rem;
}

.hover\:translate-y-110:hover {
  --tw-translate-y: 27.5rem;
}

.hover\:translate-y-112:hover {
  --tw-translate-y: 28rem;
}

.hover\:translate-y-120:hover {
  --tw-translate-y: 30rem;
}

.hover\:translate-y-128:hover {
  --tw-translate-y: 32rem;
}

.hover\:translate-y-132:hover {
  --tw-translate-y: 33rem;
}

.hover\:translate-y-134:hover {
  --tw-translate-y: 33.5rem;
}

.hover\:translate-y-135:hover {
  --tw-translate-y: 33.75rem;
}

.hover\:translate-y-136:hover {
  --tw-translate-y: 34rem;
}

.hover\:translate-y-144:hover {
  --tw-translate-y: 36rem;
}

.hover\:translate-y-152:hover {
  --tw-translate-y: 38rem;
}

.hover\:translate-y-160:hover {
  --tw-translate-y: 40rem;
}

.hover\:translate-y-164:hover {
  --tw-translate-y: 41rem;
}

.hover\:translate-y-172:hover {
  --tw-translate-y: 43rem;
}

.hover\:translate-y-179:hover {
  --tw-translate-y: 44.75rem;
}

.hover\:translate-y-184:hover {
  --tw-translate-y: 46rem;
}

.hover\:translate-y-192:hover {
  --tw-translate-y: 48rem;
}

.hover\:translate-y-224:hover {
  --tw-translate-y: 56rem;
}

.hover\:translate-y-240:hover {
  --tw-translate-y: 60rem;
}

.hover\:translate-y-256:hover {
  --tw-translate-y: 64rem;
}

.hover\:translate-y-265:hover {
  --tw-translate-y: 66.25rem;
}

.hover\:translate-y-288:hover {
  --tw-translate-y: 72rem;
}

.hover\:translate-y-384:hover {
  --tw-translate-y: 96rem;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px;
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem;
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem;
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem;
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem;
}

.hover\:translate-y-0\.75:hover {
  --tw-translate-y: 0.1875rem;
}

.hover\:translate-y-4\.5:hover {
  --tw-translate-y: 1.125rem;
}

.hover\:translate-y-7\.5:hover {
  --tw-translate-y: 1.875rem;
}

.hover\:translate-y-9\.5:hover {
  --tw-translate-y: 2.375rem;
}

.hover\:translate-y-9\.75:hover {
  --tw-translate-y: 2.4375rem;
}

.hover\:translate-y-12\.5:hover {
  --tw-translate-y: 3.125rem;
}

.hover\:translate-y-13\.5:hover {
  --tw-translate-y: 3.375rem;
}

.hover\:translate-y-292\.5:hover {
  --tw-translate-y: 73.125rem;
}

.hover\:translate-y-1\/24:hover {
  --tw-translate-y: 4.166667%;
}

.hover\:translate-y-2\/24:hover {
  --tw-translate-y: 8.333333%;
}

.hover\:translate-y-3\/24:hover {
  --tw-translate-y: 12.5%;
}

.hover\:translate-y-4\/24:hover {
  --tw-translate-y: 16.666667%;
}

.hover\:translate-y-5\/24:hover {
  --tw-translate-y: 20.833333%;
}

.hover\:translate-y-6\/24:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-7\/24:hover {
  --tw-translate-y: 29.166666%;
}

.hover\:translate-y-8\/24:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-9\/24:hover {
  --tw-translate-y: 37.5%;
}

.hover\:translate-y-10\/24:hover {
  --tw-translate-y: 41.666666%;
}

.hover\:translate-y-11\/24:hover {
  --tw-translate-y: 45.833333%;
}

.hover\:translate-y-12\/24:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-13\/24:hover {
  --tw-translate-y: 54.166666%;
}

.hover\:translate-y-14\/24:hover {
  --tw-translate-y: 58.333333%;
}

.hover\:translate-y-15\/24:hover {
  --tw-translate-y: 62.5%;
}

.hover\:translate-y-16\/24:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-17\/24:hover {
  --tw-translate-y: 70.833333%;
}

.hover\:translate-y-18\/24:hover {
  --tw-translate-y: 75%;
}

.hover\:translate-y-19\/24:hover {
  --tw-translate-y: 79.166667%;
}

.hover\:translate-y-20\/24:hover {
  --tw-translate-y: 83.333333%;
}

.hover\:translate-y-21\/24:hover {
  --tw-translate-y: 87.5%;
}

.hover\:translate-y-22\/24:hover {
  --tw-translate-y: 91.666667%;
}

.hover\:translate-y-23\/24:hover {
  --tw-translate-y: 95.833333%;
}

.hover\:translate-y-24\/24:hover {
  --tw-translate-y: 100%;
}

.hover\:translate-y-screen-header:hover {
  --tw-translate-y: 41.55vw;
}

.hover\:translate-y-screen-60:hover {
  --tw-translate-y: 60vh;
}

.hover\:translate-y-screen-80:hover {
  --tw-translate-y: 80vh;
}

.hover\:translate-y-screen-85:hover {
  --tw-translate-y: 85vh;
}

.hover\:translate-y-screen-90:hover {
  --tw-translate-y: 90vh;
}

.hover\:translate-y-screen-95:hover {
  --tw-translate-y: 95vh;
}

.hover\:translate-y-screen-minus-header:hover {
  --tw-translate-y: calc(100vh - 5.25rem);
}

.hover\:translate-y-screen-minus-35\.5:hover {
  --tw-translate-y: calc(100vh - 8.875rem);
}

.hover\:translate-y-screen-minus-36:hover {
  --tw-translate-y: calc(100vh - 9rem);
}

.hover\:translate-y-screen-minus-40:hover {
  --tw-translate-y: calc(100vh - 10rem);
}

.hover\:translate-y-screen-minus-55:hover {
  --tw-translate-y: calc(100vh - 13.75rem);
}

.hover\:translate-y-screen-minus-72:hover {
  --tw-translate-y: calc(100vh - 18rem);
}

.hover\:translate-y-screen-minus-80:hover {
  --tw-translate-y: calc(100vh - 20rem);
}

.hover\:translate-y-full-4:hover {
  --tw-translate-y: calc(100% - 16px);
}

.hover\:translate-y-account-body:hover {
  --tw-translate-y: calc(100vw - 304px);
}

.hover\:translate-y-menu-center:hover {
  --tw-translate-y: calc(50% - 288px);
}

.hover\:translate-y-tutorials-hidden:hover {
  --tw-translate-y: calc(100% - 56px);
}

.hover\:translate-y-popup-full-width:hover {
  --tw-translate-y: calc(100% + 32px);
}

.hover\:translate-y-popup-full-width-md:hover {
  --tw-translate-y: calc(100% + 64px);
}

.hover\:translate-y-popup-full-height:hover {
  --tw-translate-y: calc(100% + 68px);
}

.hover\:translate-y-max-content:hover {
  --tw-translate-y: max-content;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem;
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem;
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem;
}

.hover\:-translate-y-18:hover {
  --tw-translate-y: -4.5rem;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem;
}

.hover\:-translate-y-21:hover {
  --tw-translate-y: -5.25rem;
}

.hover\:-translate-y-22:hover {
  --tw-translate-y: -5.5rem;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem;
}

.hover\:-translate-y-26:hover {
  --tw-translate-y: -6.5rem;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem;
}

.hover\:-translate-y-29:hover {
  --tw-translate-y: -7.25rem;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem;
}

.hover\:-translate-y-34:hover {
  --tw-translate-y: -8.5rem;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem;
}

.hover\:-translate-y-42:hover {
  --tw-translate-y: -10.5rem;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem;
}

.hover\:-translate-y-68:hover {
  --tw-translate-y: -17rem;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18rem;
}

.hover\:-translate-y-77:hover {
  --tw-translate-y: -19.25rem;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem;
}

.hover\:-translate-y-82:hover {
  --tw-translate-y: -20.5rem;
}

.hover\:-translate-y-88:hover {
  --tw-translate-y: -22rem;
}

.hover\:-translate-y-94:hover {
  --tw-translate-y: -23.5rem;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem;
}

.hover\:-translate-y-98:hover {
  --tw-translate-y: -24.5rem;
}

.hover\:-translate-y-104:hover {
  --tw-translate-y: -26rem;
}

.hover\:-translate-y-108:hover {
  --tw-translate-y: -27rem;
}

.hover\:-translate-y-110:hover {
  --tw-translate-y: -27.5rem;
}

.hover\:-translate-y-112:hover {
  --tw-translate-y: -28rem;
}

.hover\:-translate-y-120:hover {
  --tw-translate-y: -30rem;
}

.hover\:-translate-y-128:hover {
  --tw-translate-y: -32rem;
}

.hover\:-translate-y-132:hover {
  --tw-translate-y: -33rem;
}

.hover\:-translate-y-134:hover {
  --tw-translate-y: -33.5rem;
}

.hover\:-translate-y-135:hover {
  --tw-translate-y: -33.75rem;
}

.hover\:-translate-y-136:hover {
  --tw-translate-y: -34rem;
}

.hover\:-translate-y-144:hover {
  --tw-translate-y: -36rem;
}

.hover\:-translate-y-152:hover {
  --tw-translate-y: -38rem;
}

.hover\:-translate-y-160:hover {
  --tw-translate-y: -40rem;
}

.hover\:-translate-y-164:hover {
  --tw-translate-y: -41rem;
}

.hover\:-translate-y-172:hover {
  --tw-translate-y: -43rem;
}

.hover\:-translate-y-179:hover {
  --tw-translate-y: -44.75rem;
}

.hover\:-translate-y-184:hover {
  --tw-translate-y: -46rem;
}

.hover\:-translate-y-192:hover {
  --tw-translate-y: -48rem;
}

.hover\:-translate-y-224:hover {
  --tw-translate-y: -56rem;
}

.hover\:-translate-y-240:hover {
  --tw-translate-y: -60rem;
}

.hover\:-translate-y-256:hover {
  --tw-translate-y: -64rem;
}

.hover\:-translate-y-265:hover {
  --tw-translate-y: -66.25rem;
}

.hover\:-translate-y-288:hover {
  --tw-translate-y: -72rem;
}

.hover\:-translate-y-384:hover {
  --tw-translate-y: -96rem;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem;
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem;
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem;
}

.hover\:-translate-y-0\.75:hover {
  --tw-translate-y: -0.1875rem;
}

.hover\:-translate-y-4\.5:hover {
  --tw-translate-y: -1.125rem;
}

.hover\:-translate-y-7\.5:hover {
  --tw-translate-y: -1.875rem;
}

.hover\:-translate-y-9\.5:hover {
  --tw-translate-y: -2.375rem;
}

.hover\:-translate-y-9\.75:hover {
  --tw-translate-y: -2.4375rem;
}

.hover\:-translate-y-12\.5:hover {
  --tw-translate-y: -3.125rem;
}

.hover\:-translate-y-13\.5:hover {
  --tw-translate-y: -3.375rem;
}

.hover\:-translate-y-292\.5:hover {
  --tw-translate-y: -73.125rem;
}

.hover\:-translate-y-1\/24:hover {
  --tw-translate-y: -4.16667%;
}

.hover\:-translate-y-2\/24:hover {
  --tw-translate-y: -8.33333%;
}

.hover\:-translate-y-3\/24:hover {
  --tw-translate-y: -12.5%;
}

.hover\:-translate-y-4\/24:hover {
  --tw-translate-y: -16.66667%;
}

.hover\:-translate-y-5\/24:hover {
  --tw-translate-y: -20.83333%;
}

.hover\:-translate-y-6\/24:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-7\/24:hover {
  --tw-translate-y: -29.16667%;
}

.hover\:-translate-y-8\/24:hover {
  --tw-translate-y: -33.33333%;
}

.hover\:-translate-y-9\/24:hover {
  --tw-translate-y: -37.5%;
}

.hover\:-translate-y-10\/24:hover {
  --tw-translate-y: -41.66667%;
}

.hover\:-translate-y-11\/24:hover {
  --tw-translate-y: -45.83333%;
}

.hover\:-translate-y-12\/24:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-13\/24:hover {
  --tw-translate-y: -54.16667%;
}

.hover\:-translate-y-14\/24:hover {
  --tw-translate-y: -58.33333%;
}

.hover\:-translate-y-15\/24:hover {
  --tw-translate-y: -62.5%;
}

.hover\:-translate-y-16\/24:hover {
  --tw-translate-y: -66.66667%;
}

.hover\:-translate-y-17\/24:hover {
  --tw-translate-y: -70.83333%;
}

.hover\:-translate-y-18\/24:hover {
  --tw-translate-y: -75%;
}

.hover\:-translate-y-19\/24:hover {
  --tw-translate-y: -79.16667%;
}

.hover\:-translate-y-20\/24:hover {
  --tw-translate-y: -83.33333%;
}

.hover\:-translate-y-21\/24:hover {
  --tw-translate-y: -87.5%;
}

.hover\:-translate-y-22\/24:hover {
  --tw-translate-y: -91.66667%;
}

.hover\:-translate-y-23\/24:hover {
  --tw-translate-y: -95.83333%;
}

.hover\:-translate-y-24\/24:hover {
  --tw-translate-y: -100%;
}

.hover\:-translate-y-screen-header:hover {
  --tw-translate-y: -41.55vw;
}

.hover\:-translate-y-screen-60:hover {
  --tw-translate-y: -60vh;
}

.hover\:-translate-y-screen-80:hover {
  --tw-translate-y: -80vh;
}

.hover\:-translate-y-screen-85:hover {
  --tw-translate-y: -85vh;
}

.hover\:-translate-y-screen-90:hover {
  --tw-translate-y: -90vh;
}

.hover\:-translate-y-screen-95:hover {
  --tw-translate-y: -95vh;
}

.hover\:-translate-y-screen-minus-header:hover {
  --tw-translate-y: calc(-100vh - -5.25rem);
}

.hover\:-translate-y-screen-minus-35\.5:hover {
  --tw-translate-y: calc(-100vh - -8.875rem);
}

.hover\:-translate-y-screen-minus-36:hover {
  --tw-translate-y: calc(-100vh - -9rem);
}

.hover\:-translate-y-screen-minus-40:hover {
  --tw-translate-y: calc(-100vh - -10rem);
}

.hover\:-translate-y-screen-minus-55:hover {
  --tw-translate-y: calc(-100vh - -13.75rem);
}

.hover\:-translate-y-screen-minus-72:hover {
  --tw-translate-y: calc(-100vh - -18rem);
}

.hover\:-translate-y-screen-minus-80:hover {
  --tw-translate-y: calc(-100vh - -20rem);
}

.hover\:-translate-y-full-4:hover {
  --tw-translate-y: calc(-100% - -16px);
}

.hover\:-translate-y-account-body:hover {
  --tw-translate-y: calc(-100vw - -304px);
}

.hover\:-translate-y-menu-center:hover {
  --tw-translate-y: calc(-50% - -288px);
}

.hover\:-translate-y-tutorials-hidden:hover {
  --tw-translate-y: calc(-100% - -56px);
}

.hover\:-translate-y-popup-full-width:hover {
  --tw-translate-y: calc(-100% + -32px);
}

.hover\:-translate-y-popup-full-width-md:hover {
  --tw-translate-y: calc(-100% + -64px);
}

.hover\:-translate-y-popup-full-height:hover {
  --tw-translate-y: calc(-100% + -68px);
}

.hover\:-translate-y-max-content:hover {
  --tw-translate-y: max-content;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333%;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667%;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25%;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50%;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75%;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100%;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333%;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667%;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25%;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50%;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75%;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100%;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem;
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem;
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem;
}

.focus\:translate-x-18:focus {
  --tw-translate-x: 4.5rem;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem;
}

.focus\:translate-x-21:focus {
  --tw-translate-x: 5.25rem;
}

.focus\:translate-x-22:focus {
  --tw-translate-x: 5.5rem;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem;
}

.focus\:translate-x-26:focus {
  --tw-translate-x: 6.5rem;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem;
}

.focus\:translate-x-29:focus {
  --tw-translate-x: 7.25rem;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem;
}

.focus\:translate-x-34:focus {
  --tw-translate-x: 8.5rem;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem;
}

.focus\:translate-x-42:focus {
  --tw-translate-x: 10.5rem;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem;
}

.focus\:translate-x-68:focus {
  --tw-translate-x: 17rem;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18rem;
}

.focus\:translate-x-77:focus {
  --tw-translate-x: 19.25rem;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem;
}

.focus\:translate-x-82:focus {
  --tw-translate-x: 20.5rem;
}

.focus\:translate-x-88:focus {
  --tw-translate-x: 22rem;
}

.focus\:translate-x-94:focus {
  --tw-translate-x: 23.5rem;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem;
}

.focus\:translate-x-98:focus {
  --tw-translate-x: 24.5rem;
}

.focus\:translate-x-104:focus {
  --tw-translate-x: 26rem;
}

.focus\:translate-x-108:focus {
  --tw-translate-x: 27rem;
}

.focus\:translate-x-110:focus {
  --tw-translate-x: 27.5rem;
}

.focus\:translate-x-112:focus {
  --tw-translate-x: 28rem;
}

.focus\:translate-x-120:focus {
  --tw-translate-x: 30rem;
}

.focus\:translate-x-128:focus {
  --tw-translate-x: 32rem;
}

.focus\:translate-x-132:focus {
  --tw-translate-x: 33rem;
}

.focus\:translate-x-134:focus {
  --tw-translate-x: 33.5rem;
}

.focus\:translate-x-135:focus {
  --tw-translate-x: 33.75rem;
}

.focus\:translate-x-136:focus {
  --tw-translate-x: 34rem;
}

.focus\:translate-x-144:focus {
  --tw-translate-x: 36rem;
}

.focus\:translate-x-152:focus {
  --tw-translate-x: 38rem;
}

.focus\:translate-x-160:focus {
  --tw-translate-x: 40rem;
}

.focus\:translate-x-164:focus {
  --tw-translate-x: 41rem;
}

.focus\:translate-x-172:focus {
  --tw-translate-x: 43rem;
}

.focus\:translate-x-179:focus {
  --tw-translate-x: 44.75rem;
}

.focus\:translate-x-184:focus {
  --tw-translate-x: 46rem;
}

.focus\:translate-x-192:focus {
  --tw-translate-x: 48rem;
}

.focus\:translate-x-224:focus {
  --tw-translate-x: 56rem;
}

.focus\:translate-x-240:focus {
  --tw-translate-x: 60rem;
}

.focus\:translate-x-256:focus {
  --tw-translate-x: 64rem;
}

.focus\:translate-x-265:focus {
  --tw-translate-x: 66.25rem;
}

.focus\:translate-x-288:focus {
  --tw-translate-x: 72rem;
}

.focus\:translate-x-384:focus {
  --tw-translate-x: 96rem;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px;
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem;
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem;
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem;
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem;
}

.focus\:translate-x-0\.75:focus {
  --tw-translate-x: 0.1875rem;
}

.focus\:translate-x-4\.5:focus {
  --tw-translate-x: 1.125rem;
}

.focus\:translate-x-7\.5:focus {
  --tw-translate-x: 1.875rem;
}

.focus\:translate-x-9\.5:focus {
  --tw-translate-x: 2.375rem;
}

.focus\:translate-x-9\.75:focus {
  --tw-translate-x: 2.4375rem;
}

.focus\:translate-x-12\.5:focus {
  --tw-translate-x: 3.125rem;
}

.focus\:translate-x-13\.5:focus {
  --tw-translate-x: 3.375rem;
}

.focus\:translate-x-292\.5:focus {
  --tw-translate-x: 73.125rem;
}

.focus\:translate-x-1\/24:focus {
  --tw-translate-x: 4.166667%;
}

.focus\:translate-x-2\/24:focus {
  --tw-translate-x: 8.333333%;
}

.focus\:translate-x-3\/24:focus {
  --tw-translate-x: 12.5%;
}

.focus\:translate-x-4\/24:focus {
  --tw-translate-x: 16.666667%;
}

.focus\:translate-x-5\/24:focus {
  --tw-translate-x: 20.833333%;
}

.focus\:translate-x-6\/24:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-7\/24:focus {
  --tw-translate-x: 29.166666%;
}

.focus\:translate-x-8\/24:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-9\/24:focus {
  --tw-translate-x: 37.5%;
}

.focus\:translate-x-10\/24:focus {
  --tw-translate-x: 41.666666%;
}

.focus\:translate-x-11\/24:focus {
  --tw-translate-x: 45.833333%;
}

.focus\:translate-x-12\/24:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-13\/24:focus {
  --tw-translate-x: 54.166666%;
}

.focus\:translate-x-14\/24:focus {
  --tw-translate-x: 58.333333%;
}

.focus\:translate-x-15\/24:focus {
  --tw-translate-x: 62.5%;
}

.focus\:translate-x-16\/24:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-17\/24:focus {
  --tw-translate-x: 70.833333%;
}

.focus\:translate-x-18\/24:focus {
  --tw-translate-x: 75%;
}

.focus\:translate-x-19\/24:focus {
  --tw-translate-x: 79.166667%;
}

.focus\:translate-x-20\/24:focus {
  --tw-translate-x: 83.333333%;
}

.focus\:translate-x-21\/24:focus {
  --tw-translate-x: 87.5%;
}

.focus\:translate-x-22\/24:focus {
  --tw-translate-x: 91.666667%;
}

.focus\:translate-x-23\/24:focus {
  --tw-translate-x: 95.833333%;
}

.focus\:translate-x-24\/24:focus {
  --tw-translate-x: 100%;
}

.focus\:translate-x-screen-header:focus {
  --tw-translate-x: 41.55vw;
}

.focus\:translate-x-screen-60:focus {
  --tw-translate-x: 60vh;
}

.focus\:translate-x-screen-80:focus {
  --tw-translate-x: 80vh;
}

.focus\:translate-x-screen-85:focus {
  --tw-translate-x: 85vh;
}

.focus\:translate-x-screen-90:focus {
  --tw-translate-x: 90vh;
}

.focus\:translate-x-screen-95:focus {
  --tw-translate-x: 95vh;
}

.focus\:translate-x-screen-minus-header:focus {
  --tw-translate-x: calc(100vh - 5.25rem);
}

.focus\:translate-x-screen-minus-35\.5:focus {
  --tw-translate-x: calc(100vh - 8.875rem);
}

.focus\:translate-x-screen-minus-36:focus {
  --tw-translate-x: calc(100vh - 9rem);
}

.focus\:translate-x-screen-minus-40:focus {
  --tw-translate-x: calc(100vh - 10rem);
}

.focus\:translate-x-screen-minus-55:focus {
  --tw-translate-x: calc(100vh - 13.75rem);
}

.focus\:translate-x-screen-minus-72:focus {
  --tw-translate-x: calc(100vh - 18rem);
}

.focus\:translate-x-screen-minus-80:focus {
  --tw-translate-x: calc(100vh - 20rem);
}

.focus\:translate-x-full-4:focus {
  --tw-translate-x: calc(100% - 16px);
}

.focus\:translate-x-account-body:focus {
  --tw-translate-x: calc(100vw - 304px);
}

.focus\:translate-x-menu-center:focus {
  --tw-translate-x: calc(50% - 288px);
}

.focus\:translate-x-tutorials-hidden:focus {
  --tw-translate-x: calc(100% - 56px);
}

.focus\:translate-x-popup-full-width:focus {
  --tw-translate-x: calc(100% + 32px);
}

.focus\:translate-x-popup-full-width-md:focus {
  --tw-translate-x: calc(100% + 64px);
}

.focus\:translate-x-popup-full-height:focus {
  --tw-translate-x: calc(100% + 68px);
}

.focus\:translate-x-max-content:focus {
  --tw-translate-x: max-content;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem;
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem;
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem;
}

.focus\:-translate-x-18:focus {
  --tw-translate-x: -4.5rem;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem;
}

.focus\:-translate-x-21:focus {
  --tw-translate-x: -5.25rem;
}

.focus\:-translate-x-22:focus {
  --tw-translate-x: -5.5rem;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem;
}

.focus\:-translate-x-26:focus {
  --tw-translate-x: -6.5rem;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem;
}

.focus\:-translate-x-29:focus {
  --tw-translate-x: -7.25rem;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem;
}

.focus\:-translate-x-34:focus {
  --tw-translate-x: -8.5rem;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem;
}

.focus\:-translate-x-42:focus {
  --tw-translate-x: -10.5rem;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem;
}

.focus\:-translate-x-68:focus {
  --tw-translate-x: -17rem;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18rem;
}

.focus\:-translate-x-77:focus {
  --tw-translate-x: -19.25rem;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem;
}

.focus\:-translate-x-82:focus {
  --tw-translate-x: -20.5rem;
}

.focus\:-translate-x-88:focus {
  --tw-translate-x: -22rem;
}

.focus\:-translate-x-94:focus {
  --tw-translate-x: -23.5rem;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem;
}

.focus\:-translate-x-98:focus {
  --tw-translate-x: -24.5rem;
}

.focus\:-translate-x-104:focus {
  --tw-translate-x: -26rem;
}

.focus\:-translate-x-108:focus {
  --tw-translate-x: -27rem;
}

.focus\:-translate-x-110:focus {
  --tw-translate-x: -27.5rem;
}

.focus\:-translate-x-112:focus {
  --tw-translate-x: -28rem;
}

.focus\:-translate-x-120:focus {
  --tw-translate-x: -30rem;
}

.focus\:-translate-x-128:focus {
  --tw-translate-x: -32rem;
}

.focus\:-translate-x-132:focus {
  --tw-translate-x: -33rem;
}

.focus\:-translate-x-134:focus {
  --tw-translate-x: -33.5rem;
}

.focus\:-translate-x-135:focus {
  --tw-translate-x: -33.75rem;
}

.focus\:-translate-x-136:focus {
  --tw-translate-x: -34rem;
}

.focus\:-translate-x-144:focus {
  --tw-translate-x: -36rem;
}

.focus\:-translate-x-152:focus {
  --tw-translate-x: -38rem;
}

.focus\:-translate-x-160:focus {
  --tw-translate-x: -40rem;
}

.focus\:-translate-x-164:focus {
  --tw-translate-x: -41rem;
}

.focus\:-translate-x-172:focus {
  --tw-translate-x: -43rem;
}

.focus\:-translate-x-179:focus {
  --tw-translate-x: -44.75rem;
}

.focus\:-translate-x-184:focus {
  --tw-translate-x: -46rem;
}

.focus\:-translate-x-192:focus {
  --tw-translate-x: -48rem;
}

.focus\:-translate-x-224:focus {
  --tw-translate-x: -56rem;
}

.focus\:-translate-x-240:focus {
  --tw-translate-x: -60rem;
}

.focus\:-translate-x-256:focus {
  --tw-translate-x: -64rem;
}

.focus\:-translate-x-265:focus {
  --tw-translate-x: -66.25rem;
}

.focus\:-translate-x-288:focus {
  --tw-translate-x: -72rem;
}

.focus\:-translate-x-384:focus {
  --tw-translate-x: -96rem;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px;
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem;
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem;
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem;
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem;
}

.focus\:-translate-x-0\.75:focus {
  --tw-translate-x: -0.1875rem;
}

.focus\:-translate-x-4\.5:focus {
  --tw-translate-x: -1.125rem;
}

.focus\:-translate-x-7\.5:focus {
  --tw-translate-x: -1.875rem;
}

.focus\:-translate-x-9\.5:focus {
  --tw-translate-x: -2.375rem;
}

.focus\:-translate-x-9\.75:focus {
  --tw-translate-x: -2.4375rem;
}

.focus\:-translate-x-12\.5:focus {
  --tw-translate-x: -3.125rem;
}

.focus\:-translate-x-13\.5:focus {
  --tw-translate-x: -3.375rem;
}

.focus\:-translate-x-292\.5:focus {
  --tw-translate-x: -73.125rem;
}

.focus\:-translate-x-1\/24:focus {
  --tw-translate-x: -4.16667%;
}

.focus\:-translate-x-2\/24:focus {
  --tw-translate-x: -8.33333%;
}

.focus\:-translate-x-3\/24:focus {
  --tw-translate-x: -12.5%;
}

.focus\:-translate-x-4\/24:focus {
  --tw-translate-x: -16.66667%;
}

.focus\:-translate-x-5\/24:focus {
  --tw-translate-x: -20.83333%;
}

.focus\:-translate-x-6\/24:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-7\/24:focus {
  --tw-translate-x: -29.16667%;
}

.focus\:-translate-x-8\/24:focus {
  --tw-translate-x: -33.33333%;
}

.focus\:-translate-x-9\/24:focus {
  --tw-translate-x: -37.5%;
}

.focus\:-translate-x-10\/24:focus {
  --tw-translate-x: -41.66667%;
}

.focus\:-translate-x-11\/24:focus {
  --tw-translate-x: -45.83333%;
}

.focus\:-translate-x-12\/24:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-13\/24:focus {
  --tw-translate-x: -54.16667%;
}

.focus\:-translate-x-14\/24:focus {
  --tw-translate-x: -58.33333%;
}

.focus\:-translate-x-15\/24:focus {
  --tw-translate-x: -62.5%;
}

.focus\:-translate-x-16\/24:focus {
  --tw-translate-x: -66.66667%;
}

.focus\:-translate-x-17\/24:focus {
  --tw-translate-x: -70.83333%;
}

.focus\:-translate-x-18\/24:focus {
  --tw-translate-x: -75%;
}

.focus\:-translate-x-19\/24:focus {
  --tw-translate-x: -79.16667%;
}

.focus\:-translate-x-20\/24:focus {
  --tw-translate-x: -83.33333%;
}

.focus\:-translate-x-21\/24:focus {
  --tw-translate-x: -87.5%;
}

.focus\:-translate-x-22\/24:focus {
  --tw-translate-x: -91.66667%;
}

.focus\:-translate-x-23\/24:focus {
  --tw-translate-x: -95.83333%;
}

.focus\:-translate-x-24\/24:focus {
  --tw-translate-x: -100%;
}

.focus\:-translate-x-screen-header:focus {
  --tw-translate-x: -41.55vw;
}

.focus\:-translate-x-screen-60:focus {
  --tw-translate-x: -60vh;
}

.focus\:-translate-x-screen-80:focus {
  --tw-translate-x: -80vh;
}

.focus\:-translate-x-screen-85:focus {
  --tw-translate-x: -85vh;
}

.focus\:-translate-x-screen-90:focus {
  --tw-translate-x: -90vh;
}

.focus\:-translate-x-screen-95:focus {
  --tw-translate-x: -95vh;
}

.focus\:-translate-x-screen-minus-header:focus {
  --tw-translate-x: calc(-100vh - -5.25rem);
}

.focus\:-translate-x-screen-minus-35\.5:focus {
  --tw-translate-x: calc(-100vh - -8.875rem);
}

.focus\:-translate-x-screen-minus-36:focus {
  --tw-translate-x: calc(-100vh - -9rem);
}

.focus\:-translate-x-screen-minus-40:focus {
  --tw-translate-x: calc(-100vh - -10rem);
}

.focus\:-translate-x-screen-minus-55:focus {
  --tw-translate-x: calc(-100vh - -13.75rem);
}

.focus\:-translate-x-screen-minus-72:focus {
  --tw-translate-x: calc(-100vh - -18rem);
}

.focus\:-translate-x-screen-minus-80:focus {
  --tw-translate-x: calc(-100vh - -20rem);
}

.focus\:-translate-x-full-4:focus {
  --tw-translate-x: calc(-100% - -16px);
}

.focus\:-translate-x-account-body:focus {
  --tw-translate-x: calc(-100vw - -304px);
}

.focus\:-translate-x-menu-center:focus {
  --tw-translate-x: calc(-50% - -288px);
}

.focus\:-translate-x-tutorials-hidden:focus {
  --tw-translate-x: calc(-100% - -56px);
}

.focus\:-translate-x-popup-full-width:focus {
  --tw-translate-x: calc(-100% + -32px);
}

.focus\:-translate-x-popup-full-width-md:focus {
  --tw-translate-x: calc(-100% + -64px);
}

.focus\:-translate-x-popup-full-height:focus {
  --tw-translate-x: calc(-100% + -68px);
}

.focus\:-translate-x-max-content:focus {
  --tw-translate-x: max-content;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333%;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667%;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25%;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50%;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75%;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100%;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333%;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667%;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25%;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50%;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75%;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100%;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem;
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem;
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem;
}

.focus\:translate-y-18:focus {
  --tw-translate-y: 4.5rem;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem;
}

.focus\:translate-y-21:focus {
  --tw-translate-y: 5.25rem;
}

.focus\:translate-y-22:focus {
  --tw-translate-y: 5.5rem;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem;
}

.focus\:translate-y-26:focus {
  --tw-translate-y: 6.5rem;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem;
}

.focus\:translate-y-29:focus {
  --tw-translate-y: 7.25rem;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem;
}

.focus\:translate-y-34:focus {
  --tw-translate-y: 8.5rem;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem;
}

.focus\:translate-y-42:focus {
  --tw-translate-y: 10.5rem;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem;
}

.focus\:translate-y-68:focus {
  --tw-translate-y: 17rem;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18rem;
}

.focus\:translate-y-77:focus {
  --tw-translate-y: 19.25rem;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem;
}

.focus\:translate-y-82:focus {
  --tw-translate-y: 20.5rem;
}

.focus\:translate-y-88:focus {
  --tw-translate-y: 22rem;
}

.focus\:translate-y-94:focus {
  --tw-translate-y: 23.5rem;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem;
}

.focus\:translate-y-98:focus {
  --tw-translate-y: 24.5rem;
}

.focus\:translate-y-104:focus {
  --tw-translate-y: 26rem;
}

.focus\:translate-y-108:focus {
  --tw-translate-y: 27rem;
}

.focus\:translate-y-110:focus {
  --tw-translate-y: 27.5rem;
}

.focus\:translate-y-112:focus {
  --tw-translate-y: 28rem;
}

.focus\:translate-y-120:focus {
  --tw-translate-y: 30rem;
}

.focus\:translate-y-128:focus {
  --tw-translate-y: 32rem;
}

.focus\:translate-y-132:focus {
  --tw-translate-y: 33rem;
}

.focus\:translate-y-134:focus {
  --tw-translate-y: 33.5rem;
}

.focus\:translate-y-135:focus {
  --tw-translate-y: 33.75rem;
}

.focus\:translate-y-136:focus {
  --tw-translate-y: 34rem;
}

.focus\:translate-y-144:focus {
  --tw-translate-y: 36rem;
}

.focus\:translate-y-152:focus {
  --tw-translate-y: 38rem;
}

.focus\:translate-y-160:focus {
  --tw-translate-y: 40rem;
}

.focus\:translate-y-164:focus {
  --tw-translate-y: 41rem;
}

.focus\:translate-y-172:focus {
  --tw-translate-y: 43rem;
}

.focus\:translate-y-179:focus {
  --tw-translate-y: 44.75rem;
}

.focus\:translate-y-184:focus {
  --tw-translate-y: 46rem;
}

.focus\:translate-y-192:focus {
  --tw-translate-y: 48rem;
}

.focus\:translate-y-224:focus {
  --tw-translate-y: 56rem;
}

.focus\:translate-y-240:focus {
  --tw-translate-y: 60rem;
}

.focus\:translate-y-256:focus {
  --tw-translate-y: 64rem;
}

.focus\:translate-y-265:focus {
  --tw-translate-y: 66.25rem;
}

.focus\:translate-y-288:focus {
  --tw-translate-y: 72rem;
}

.focus\:translate-y-384:focus {
  --tw-translate-y: 96rem;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px;
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem;
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem;
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem;
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem;
}

.focus\:translate-y-0\.75:focus {
  --tw-translate-y: 0.1875rem;
}

.focus\:translate-y-4\.5:focus {
  --tw-translate-y: 1.125rem;
}

.focus\:translate-y-7\.5:focus {
  --tw-translate-y: 1.875rem;
}

.focus\:translate-y-9\.5:focus {
  --tw-translate-y: 2.375rem;
}

.focus\:translate-y-9\.75:focus {
  --tw-translate-y: 2.4375rem;
}

.focus\:translate-y-12\.5:focus {
  --tw-translate-y: 3.125rem;
}

.focus\:translate-y-13\.5:focus {
  --tw-translate-y: 3.375rem;
}

.focus\:translate-y-292\.5:focus {
  --tw-translate-y: 73.125rem;
}

.focus\:translate-y-1\/24:focus {
  --tw-translate-y: 4.166667%;
}

.focus\:translate-y-2\/24:focus {
  --tw-translate-y: 8.333333%;
}

.focus\:translate-y-3\/24:focus {
  --tw-translate-y: 12.5%;
}

.focus\:translate-y-4\/24:focus {
  --tw-translate-y: 16.666667%;
}

.focus\:translate-y-5\/24:focus {
  --tw-translate-y: 20.833333%;
}

.focus\:translate-y-6\/24:focus {
  --tw-translate-y: 25%;
}

.focus\:translate-y-7\/24:focus {
  --tw-translate-y: 29.166666%;
}

.focus\:translate-y-8\/24:focus {
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-9\/24:focus {
  --tw-translate-y: 37.5%;
}

.focus\:translate-y-10\/24:focus {
  --tw-translate-y: 41.666666%;
}

.focus\:translate-y-11\/24:focus {
  --tw-translate-y: 45.833333%;
}

.focus\:translate-y-12\/24:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-13\/24:focus {
  --tw-translate-y: 54.166666%;
}

.focus\:translate-y-14\/24:focus {
  --tw-translate-y: 58.333333%;
}

.focus\:translate-y-15\/24:focus {
  --tw-translate-y: 62.5%;
}

.focus\:translate-y-16\/24:focus {
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-17\/24:focus {
  --tw-translate-y: 70.833333%;
}

.focus\:translate-y-18\/24:focus {
  --tw-translate-y: 75%;
}

.focus\:translate-y-19\/24:focus {
  --tw-translate-y: 79.166667%;
}

.focus\:translate-y-20\/24:focus {
  --tw-translate-y: 83.333333%;
}

.focus\:translate-y-21\/24:focus {
  --tw-translate-y: 87.5%;
}

.focus\:translate-y-22\/24:focus {
  --tw-translate-y: 91.666667%;
}

.focus\:translate-y-23\/24:focus {
  --tw-translate-y: 95.833333%;
}

.focus\:translate-y-24\/24:focus {
  --tw-translate-y: 100%;
}

.focus\:translate-y-screen-header:focus {
  --tw-translate-y: 41.55vw;
}

.focus\:translate-y-screen-60:focus {
  --tw-translate-y: 60vh;
}

.focus\:translate-y-screen-80:focus {
  --tw-translate-y: 80vh;
}

.focus\:translate-y-screen-85:focus {
  --tw-translate-y: 85vh;
}

.focus\:translate-y-screen-90:focus {
  --tw-translate-y: 90vh;
}

.focus\:translate-y-screen-95:focus {
  --tw-translate-y: 95vh;
}

.focus\:translate-y-screen-minus-header:focus {
  --tw-translate-y: calc(100vh - 5.25rem);
}

.focus\:translate-y-screen-minus-35\.5:focus {
  --tw-translate-y: calc(100vh - 8.875rem);
}

.focus\:translate-y-screen-minus-36:focus {
  --tw-translate-y: calc(100vh - 9rem);
}

.focus\:translate-y-screen-minus-40:focus {
  --tw-translate-y: calc(100vh - 10rem);
}

.focus\:translate-y-screen-minus-55:focus {
  --tw-translate-y: calc(100vh - 13.75rem);
}

.focus\:translate-y-screen-minus-72:focus {
  --tw-translate-y: calc(100vh - 18rem);
}

.focus\:translate-y-screen-minus-80:focus {
  --tw-translate-y: calc(100vh - 20rem);
}

.focus\:translate-y-full-4:focus {
  --tw-translate-y: calc(100% - 16px);
}

.focus\:translate-y-account-body:focus {
  --tw-translate-y: calc(100vw - 304px);
}

.focus\:translate-y-menu-center:focus {
  --tw-translate-y: calc(50% - 288px);
}

.focus\:translate-y-tutorials-hidden:focus {
  --tw-translate-y: calc(100% - 56px);
}

.focus\:translate-y-popup-full-width:focus {
  --tw-translate-y: calc(100% + 32px);
}

.focus\:translate-y-popup-full-width-md:focus {
  --tw-translate-y: calc(100% + 64px);
}

.focus\:translate-y-popup-full-height:focus {
  --tw-translate-y: calc(100% + 68px);
}

.focus\:translate-y-max-content:focus {
  --tw-translate-y: max-content;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem;
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem;
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem;
}

.focus\:-translate-y-18:focus {
  --tw-translate-y: -4.5rem;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem;
}

.focus\:-translate-y-21:focus {
  --tw-translate-y: -5.25rem;
}

.focus\:-translate-y-22:focus {
  --tw-translate-y: -5.5rem;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem;
}

.focus\:-translate-y-26:focus {
  --tw-translate-y: -6.5rem;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem;
}

.focus\:-translate-y-29:focus {
  --tw-translate-y: -7.25rem;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem;
}

.focus\:-translate-y-34:focus {
  --tw-translate-y: -8.5rem;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem;
}

.focus\:-translate-y-42:focus {
  --tw-translate-y: -10.5rem;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem;
}

.focus\:-translate-y-68:focus {
  --tw-translate-y: -17rem;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18rem;
}

.focus\:-translate-y-77:focus {
  --tw-translate-y: -19.25rem;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem;
}

.focus\:-translate-y-82:focus {
  --tw-translate-y: -20.5rem;
}

.focus\:-translate-y-88:focus {
  --tw-translate-y: -22rem;
}

.focus\:-translate-y-94:focus {
  --tw-translate-y: -23.5rem;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem;
}

.focus\:-translate-y-98:focus {
  --tw-translate-y: -24.5rem;
}

.focus\:-translate-y-104:focus {
  --tw-translate-y: -26rem;
}

.focus\:-translate-y-108:focus {
  --tw-translate-y: -27rem;
}

.focus\:-translate-y-110:focus {
  --tw-translate-y: -27.5rem;
}

.focus\:-translate-y-112:focus {
  --tw-translate-y: -28rem;
}

.focus\:-translate-y-120:focus {
  --tw-translate-y: -30rem;
}

.focus\:-translate-y-128:focus {
  --tw-translate-y: -32rem;
}

.focus\:-translate-y-132:focus {
  --tw-translate-y: -33rem;
}

.focus\:-translate-y-134:focus {
  --tw-translate-y: -33.5rem;
}

.focus\:-translate-y-135:focus {
  --tw-translate-y: -33.75rem;
}

.focus\:-translate-y-136:focus {
  --tw-translate-y: -34rem;
}

.focus\:-translate-y-144:focus {
  --tw-translate-y: -36rem;
}

.focus\:-translate-y-152:focus {
  --tw-translate-y: -38rem;
}

.focus\:-translate-y-160:focus {
  --tw-translate-y: -40rem;
}

.focus\:-translate-y-164:focus {
  --tw-translate-y: -41rem;
}

.focus\:-translate-y-172:focus {
  --tw-translate-y: -43rem;
}

.focus\:-translate-y-179:focus {
  --tw-translate-y: -44.75rem;
}

.focus\:-translate-y-184:focus {
  --tw-translate-y: -46rem;
}

.focus\:-translate-y-192:focus {
  --tw-translate-y: -48rem;
}

.focus\:-translate-y-224:focus {
  --tw-translate-y: -56rem;
}

.focus\:-translate-y-240:focus {
  --tw-translate-y: -60rem;
}

.focus\:-translate-y-256:focus {
  --tw-translate-y: -64rem;
}

.focus\:-translate-y-265:focus {
  --tw-translate-y: -66.25rem;
}

.focus\:-translate-y-288:focus {
  --tw-translate-y: -72rem;
}

.focus\:-translate-y-384:focus {
  --tw-translate-y: -96rem;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px;
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem;
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem;
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem;
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem;
}

.focus\:-translate-y-0\.75:focus {
  --tw-translate-y: -0.1875rem;
}

.focus\:-translate-y-4\.5:focus {
  --tw-translate-y: -1.125rem;
}

.focus\:-translate-y-7\.5:focus {
  --tw-translate-y: -1.875rem;
}

.focus\:-translate-y-9\.5:focus {
  --tw-translate-y: -2.375rem;
}

.focus\:-translate-y-9\.75:focus {
  --tw-translate-y: -2.4375rem;
}

.focus\:-translate-y-12\.5:focus {
  --tw-translate-y: -3.125rem;
}

.focus\:-translate-y-13\.5:focus {
  --tw-translate-y: -3.375rem;
}

.focus\:-translate-y-292\.5:focus {
  --tw-translate-y: -73.125rem;
}

.focus\:-translate-y-1\/24:focus {
  --tw-translate-y: -4.16667%;
}

.focus\:-translate-y-2\/24:focus {
  --tw-translate-y: -8.33333%;
}

.focus\:-translate-y-3\/24:focus {
  --tw-translate-y: -12.5%;
}

.focus\:-translate-y-4\/24:focus {
  --tw-translate-y: -16.66667%;
}

.focus\:-translate-y-5\/24:focus {
  --tw-translate-y: -20.83333%;
}

.focus\:-translate-y-6\/24:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-7\/24:focus {
  --tw-translate-y: -29.16667%;
}

.focus\:-translate-y-8\/24:focus {
  --tw-translate-y: -33.33333%;
}

.focus\:-translate-y-9\/24:focus {
  --tw-translate-y: -37.5%;
}

.focus\:-translate-y-10\/24:focus {
  --tw-translate-y: -41.66667%;
}

.focus\:-translate-y-11\/24:focus {
  --tw-translate-y: -45.83333%;
}

.focus\:-translate-y-12\/24:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-13\/24:focus {
  --tw-translate-y: -54.16667%;
}

.focus\:-translate-y-14\/24:focus {
  --tw-translate-y: -58.33333%;
}

.focus\:-translate-y-15\/24:focus {
  --tw-translate-y: -62.5%;
}

.focus\:-translate-y-16\/24:focus {
  --tw-translate-y: -66.66667%;
}

.focus\:-translate-y-17\/24:focus {
  --tw-translate-y: -70.83333%;
}

.focus\:-translate-y-18\/24:focus {
  --tw-translate-y: -75%;
}

.focus\:-translate-y-19\/24:focus {
  --tw-translate-y: -79.16667%;
}

.focus\:-translate-y-20\/24:focus {
  --tw-translate-y: -83.33333%;
}

.focus\:-translate-y-21\/24:focus {
  --tw-translate-y: -87.5%;
}

.focus\:-translate-y-22\/24:focus {
  --tw-translate-y: -91.66667%;
}

.focus\:-translate-y-23\/24:focus {
  --tw-translate-y: -95.83333%;
}

.focus\:-translate-y-24\/24:focus {
  --tw-translate-y: -100%;
}

.focus\:-translate-y-screen-header:focus {
  --tw-translate-y: -41.55vw;
}

.focus\:-translate-y-screen-60:focus {
  --tw-translate-y: -60vh;
}

.focus\:-translate-y-screen-80:focus {
  --tw-translate-y: -80vh;
}

.focus\:-translate-y-screen-85:focus {
  --tw-translate-y: -85vh;
}

.focus\:-translate-y-screen-90:focus {
  --tw-translate-y: -90vh;
}

.focus\:-translate-y-screen-95:focus {
  --tw-translate-y: -95vh;
}

.focus\:-translate-y-screen-minus-header:focus {
  --tw-translate-y: calc(-100vh - -5.25rem);
}

.focus\:-translate-y-screen-minus-35\.5:focus {
  --tw-translate-y: calc(-100vh - -8.875rem);
}

.focus\:-translate-y-screen-minus-36:focus {
  --tw-translate-y: calc(-100vh - -9rem);
}

.focus\:-translate-y-screen-minus-40:focus {
  --tw-translate-y: calc(-100vh - -10rem);
}

.focus\:-translate-y-screen-minus-55:focus {
  --tw-translate-y: calc(-100vh - -13.75rem);
}

.focus\:-translate-y-screen-minus-72:focus {
  --tw-translate-y: calc(-100vh - -18rem);
}

.focus\:-translate-y-screen-minus-80:focus {
  --tw-translate-y: calc(-100vh - -20rem);
}

.focus\:-translate-y-full-4:focus {
  --tw-translate-y: calc(-100% - -16px);
}

.focus\:-translate-y-account-body:focus {
  --tw-translate-y: calc(-100vw - -304px);
}

.focus\:-translate-y-menu-center:focus {
  --tw-translate-y: calc(-50% - -288px);
}

.focus\:-translate-y-tutorials-hidden:focus {
  --tw-translate-y: calc(-100% - -56px);
}

.focus\:-translate-y-popup-full-width:focus {
  --tw-translate-y: calc(-100% + -32px);
}

.focus\:-translate-y-popup-full-width-md:focus {
  --tw-translate-y: calc(-100% + -64px);
}

.focus\:-translate-y-popup-full-height:focus {
  --tw-translate-y: calc(-100% + -68px);
}

.focus\:-translate-y-max-content:focus {
  --tw-translate-y: max-content;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333%;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667%;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25%;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50%;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75%;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100%;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333%;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667%;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25%;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50%;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75%;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100%;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-1 {
  --tw-rotate: 1deg;
}

.rotate-2 {
  --tw-rotate: 2deg;
}

.rotate-3 {
  --tw-rotate: 3deg;
}

.rotate-6 {
  --tw-rotate: 6deg;
}

.rotate-12 {
  --tw-rotate: 12deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-90 {
  --tw-rotate: 90deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.-rotate-90 {
  --tw-rotate: -90deg;
}

.-rotate-45 {
  --tw-rotate: -45deg;
}

.-rotate-12 {
  --tw-rotate: -12deg;
}

.-rotate-6 {
  --tw-rotate: -6deg;
}

.-rotate-3 {
  --tw-rotate: -3deg;
}

.-rotate-2 {
  --tw-rotate: -2deg;
}

.-rotate-1 {
  --tw-rotate: -1deg;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg;
}

.skew-x-0 {
  --tw-skew-x: 0deg;
}

.skew-x-1 {
  --tw-skew-x: 1deg;
}

.skew-x-2 {
  --tw-skew-x: 2deg;
}

.skew-x-3 {
  --tw-skew-x: 3deg;
}

.skew-x-6 {
  --tw-skew-x: 6deg;
}

.skew-x-12 {
  --tw-skew-x: 12deg;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
}

.-skew-x-6 {
  --tw-skew-x: -6deg;
}

.-skew-x-3 {
  --tw-skew-x: -3deg;
}

.-skew-x-2 {
  --tw-skew-x: -2deg;
}

.-skew-x-1 {
  --tw-skew-x: -1deg;
}

.skew-y-0 {
  --tw-skew-y: 0deg;
}

.skew-y-1 {
  --tw-skew-y: 1deg;
}

.skew-y-2 {
  --tw-skew-y: 2deg;
}

.skew-y-3 {
  --tw-skew-y: 3deg;
}

.skew-y-6 {
  --tw-skew-y: 6deg;
}

.skew-y-12 {
  --tw-skew-y: 12deg;
}

.-skew-y-12 {
  --tw-skew-y: -12deg;
}

.-skew-y-6 {
  --tw-skew-y: -6deg;
}

.-skew-y-3 {
  --tw-skew-y: -3deg;
}

.-skew-y-2 {
  --tw-skew-y: -2deg;
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}

.scale-x-0 {
  --tw-scale-x: 0;
}

.scale-x-50 {
  --tw-scale-x: .5;
}

.scale-x-75 {
  --tw-scale-x: .75;
}

.scale-x-90 {
  --tw-scale-x: .9;
}

.scale-x-95 {
  --tw-scale-x: .95;
}

.scale-x-100 {
  --tw-scale-x: 1;
}

.scale-x-105 {
  --tw-scale-x: 1.05;
}

.scale-x-110 {
  --tw-scale-x: 1.1;
}

.scale-x-125 {
  --tw-scale-x: 1.25;
}

.scale-x-150 {
  --tw-scale-x: 1.5;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-50 {
  --tw-scale-y: .5;
}

.scale-y-75 {
  --tw-scale-y: .75;
}

.scale-y-90 {
  --tw-scale-y: .9;
}

.scale-y-95 {
  --tw-scale-y: .95;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

.scale-y-105 {
  --tw-scale-y: 1.05;
}

.scale-y-110 {
  --tw-scale-y: 1.1;
}

.scale-y-125 {
  --tw-scale-y: 1.25;
}

.scale-y-150 {
  --tw-scale-y: 1.5;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25;
}

.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);
  }
}

@keyframes glow {
  50% {
    opacity: 0.4;
    transform: scale(1.5);
  }
}

.animate-none {
  animation: none;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.animate-glow {
  animation: glow 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-help {
  cursor: help;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.place-content-center {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-18 {
  gap: 4.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-21 {
  gap: 5.25rem;
}

.gap-22 {
  gap: 5.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-26 {
  gap: 6.5rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-29 {
  gap: 7.25rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-34 {
  gap: 8.5rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-42 {
  gap: 10.5rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-68 {
  gap: 17rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-77 {
  gap: 19.25rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-82 {
  gap: 20.5rem;
}

.gap-88 {
  gap: 22rem;
}

.gap-94 {
  gap: 23.5rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-98 {
  gap: 24.5rem;
}

.gap-104 {
  gap: 26rem;
}

.gap-108 {
  gap: 27rem;
}

.gap-110 {
  gap: 27.5rem;
}

.gap-112 {
  gap: 28rem;
}

.gap-120 {
  gap: 30rem;
}

.gap-128 {
  gap: 32rem;
}

.gap-132 {
  gap: 33rem;
}

.gap-134 {
  gap: 33.5rem;
}

.gap-135 {
  gap: 33.75rem;
}

.gap-136 {
  gap: 34rem;
}

.gap-144 {
  gap: 36rem;
}

.gap-152 {
  gap: 38rem;
}

.gap-160 {
  gap: 40rem;
}

.gap-164 {
  gap: 41rem;
}

.gap-172 {
  gap: 43rem;
}

.gap-179 {
  gap: 44.75rem;
}

.gap-184 {
  gap: 46rem;
}

.gap-192 {
  gap: 48rem;
}

.gap-224 {
  gap: 56rem;
}

.gap-240 {
  gap: 60rem;
}

.gap-256 {
  gap: 64rem;
}

.gap-265 {
  gap: 66.25rem;
}

.gap-288 {
  gap: 72rem;
}

.gap-384 {
  gap: 96rem;
}

.gap-px {
  gap: 1px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-0\.75 {
  gap: 0.1875rem;
}

.gap-4\.5 {
  gap: 1.125rem;
}

.gap-7\.5 {
  gap: 1.875rem;
}

.gap-9\.5 {
  gap: 2.375rem;
}

.gap-9\.75 {
  gap: 2.4375rem;
}

.gap-12\.5 {
  gap: 3.125rem;
}

.gap-13\.5 {
  gap: 3.375rem;
}

.gap-292\.5 {
  gap: 73.125rem;
}

.gap-1\/24 {
  gap: 4.166667%;
}

.gap-2\/24 {
  gap: 8.333333%;
}

.gap-3\/24 {
  gap: 12.5%;
}

.gap-4\/24 {
  gap: 16.666667%;
}

.gap-5\/24 {
  gap: 20.833333%;
}

.gap-6\/24 {
  gap: 25%;
}

.gap-7\/24 {
  gap: 29.166666%;
}

.gap-8\/24 {
  gap: 33.333333%;
}

.gap-9\/24 {
  gap: 37.5%;
}

.gap-10\/24 {
  gap: 41.666666%;
}

.gap-11\/24 {
  gap: 45.833333%;
}

.gap-12\/24 {
  gap: 50%;
}

.gap-13\/24 {
  gap: 54.166666%;
}

.gap-14\/24 {
  gap: 58.333333%;
}

.gap-15\/24 {
  gap: 62.5%;
}

.gap-16\/24 {
  gap: 66.666667%;
}

.gap-17\/24 {
  gap: 70.833333%;
}

.gap-18\/24 {
  gap: 75%;
}

.gap-19\/24 {
  gap: 79.166667%;
}

.gap-20\/24 {
  gap: 83.333333%;
}

.gap-21\/24 {
  gap: 87.5%;
}

.gap-22\/24 {
  gap: 91.666667%;
}

.gap-23\/24 {
  gap: 95.833333%;
}

.gap-24\/24 {
  gap: 100%;
}

.gap-screen-header {
  gap: 41.55vw;
}

.gap-screen-60 {
  gap: 60vh;
}

.gap-screen-80 {
  gap: 80vh;
}

.gap-screen-85 {
  gap: 85vh;
}

.gap-screen-90 {
  gap: 90vh;
}

.gap-screen-95 {
  gap: 95vh;
}

.gap-screen-minus-header {
  gap: calc(100vh - 5.25rem);
}

.gap-screen-minus-35\.5 {
  gap: calc(100vh - 8.875rem);
}

.gap-screen-minus-36 {
  gap: calc(100vh - 9rem);
}

.gap-screen-minus-40 {
  gap: calc(100vh - 10rem);
}

.gap-screen-minus-55 {
  gap: calc(100vh - 13.75rem);
}

.gap-screen-minus-72 {
  gap: calc(100vh - 18rem);
}

.gap-screen-minus-80 {
  gap: calc(100vh - 20rem);
}

.gap-full-4 {
  gap: calc(100% - 16px);
}

.gap-account-body {
  gap: calc(100vw - 304px);
}

.gap-menu-center {
  gap: calc(50% - 288px);
}

.gap-tutorials-hidden {
  gap: calc(100% - 56px);
}

.gap-popup-full-width {
  gap: calc(100% + 32px);
}

.gap-popup-full-width-md {
  gap: calc(100% + 64px);
}

.gap-popup-full-height {
  gap: calc(100% + 68px);
}

.gap-max-content {
  gap: max-content;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-18 {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-21 {
  -moz-column-gap: 5.25rem;
       column-gap: 5.25rem;
}

.gap-x-22 {
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-26 {
  -moz-column-gap: 6.5rem;
       column-gap: 6.5rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-29 {
  -moz-column-gap: 7.25rem;
       column-gap: 7.25rem;
}

.gap-x-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-34 {
  -moz-column-gap: 8.5rem;
       column-gap: 8.5rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-42 {
  -moz-column-gap: 10.5rem;
       column-gap: 10.5rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-68 {
  -moz-column-gap: 17rem;
       column-gap: 17rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-77 {
  -moz-column-gap: 19.25rem;
       column-gap: 19.25rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-82 {
  -moz-column-gap: 20.5rem;
       column-gap: 20.5rem;
}

.gap-x-88 {
  -moz-column-gap: 22rem;
       column-gap: 22rem;
}

.gap-x-94 {
  -moz-column-gap: 23.5rem;
       column-gap: 23.5rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-x-98 {
  -moz-column-gap: 24.5rem;
       column-gap: 24.5rem;
}

.gap-x-104 {
  -moz-column-gap: 26rem;
       column-gap: 26rem;
}

.gap-x-108 {
  -moz-column-gap: 27rem;
       column-gap: 27rem;
}

.gap-x-110 {
  -moz-column-gap: 27.5rem;
       column-gap: 27.5rem;
}

.gap-x-112 {
  -moz-column-gap: 28rem;
       column-gap: 28rem;
}

.gap-x-120 {
  -moz-column-gap: 30rem;
       column-gap: 30rem;
}

.gap-x-128 {
  -moz-column-gap: 32rem;
       column-gap: 32rem;
}

.gap-x-132 {
  -moz-column-gap: 33rem;
       column-gap: 33rem;
}

.gap-x-134 {
  -moz-column-gap: 33.5rem;
       column-gap: 33.5rem;
}

.gap-x-135 {
  -moz-column-gap: 33.75rem;
       column-gap: 33.75rem;
}

.gap-x-136 {
  -moz-column-gap: 34rem;
       column-gap: 34rem;
}

.gap-x-144 {
  -moz-column-gap: 36rem;
       column-gap: 36rem;
}

.gap-x-152 {
  -moz-column-gap: 38rem;
       column-gap: 38rem;
}

.gap-x-160 {
  -moz-column-gap: 40rem;
       column-gap: 40rem;
}

.gap-x-164 {
  -moz-column-gap: 41rem;
       column-gap: 41rem;
}

.gap-x-172 {
  -moz-column-gap: 43rem;
       column-gap: 43rem;
}

.gap-x-179 {
  -moz-column-gap: 44.75rem;
       column-gap: 44.75rem;
}

.gap-x-184 {
  -moz-column-gap: 46rem;
       column-gap: 46rem;
}

.gap-x-192 {
  -moz-column-gap: 48rem;
       column-gap: 48rem;
}

.gap-x-224 {
  -moz-column-gap: 56rem;
       column-gap: 56rem;
}

.gap-x-240 {
  -moz-column-gap: 60rem;
       column-gap: 60rem;
}

.gap-x-256 {
  -moz-column-gap: 64rem;
       column-gap: 64rem;
}

.gap-x-265 {
  -moz-column-gap: 66.25rem;
       column-gap: 66.25rem;
}

.gap-x-288 {
  -moz-column-gap: 72rem;
       column-gap: 72rem;
}

.gap-x-384 {
  -moz-column-gap: 96rem;
       column-gap: 96rem;
}

.gap-x-px {
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-x-0\.75 {
  -moz-column-gap: 0.1875rem;
       column-gap: 0.1875rem;
}

.gap-x-4\.5 {
  -moz-column-gap: 1.125rem;
       column-gap: 1.125rem;
}

.gap-x-7\.5 {
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}

.gap-x-9\.5 {
  -moz-column-gap: 2.375rem;
       column-gap: 2.375rem;
}

.gap-x-9\.75 {
  -moz-column-gap: 2.4375rem;
       column-gap: 2.4375rem;
}

.gap-x-12\.5 {
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}

.gap-x-13\.5 {
  -moz-column-gap: 3.375rem;
       column-gap: 3.375rem;
}

.gap-x-292\.5 {
  -moz-column-gap: 73.125rem;
       column-gap: 73.125rem;
}

.gap-x-1\/24 {
  -moz-column-gap: 4.166667%;
       column-gap: 4.166667%;
}

.gap-x-2\/24 {
  -moz-column-gap: 8.333333%;
       column-gap: 8.333333%;
}

.gap-x-3\/24 {
  -moz-column-gap: 12.5%;
       column-gap: 12.5%;
}

.gap-x-4\/24 {
  -moz-column-gap: 16.666667%;
       column-gap: 16.666667%;
}

.gap-x-5\/24 {
  -moz-column-gap: 20.833333%;
       column-gap: 20.833333%;
}

.gap-x-6\/24 {
  -moz-column-gap: 25%;
       column-gap: 25%;
}

.gap-x-7\/24 {
  -moz-column-gap: 29.166666%;
       column-gap: 29.166666%;
}

.gap-x-8\/24 {
  -moz-column-gap: 33.333333%;
       column-gap: 33.333333%;
}

.gap-x-9\/24 {
  -moz-column-gap: 37.5%;
       column-gap: 37.5%;
}

.gap-x-10\/24 {
  -moz-column-gap: 41.666666%;
       column-gap: 41.666666%;
}

.gap-x-11\/24 {
  -moz-column-gap: 45.833333%;
       column-gap: 45.833333%;
}

.gap-x-12\/24 {
  -moz-column-gap: 50%;
       column-gap: 50%;
}

.gap-x-13\/24 {
  -moz-column-gap: 54.166666%;
       column-gap: 54.166666%;
}

.gap-x-14\/24 {
  -moz-column-gap: 58.333333%;
       column-gap: 58.333333%;
}

.gap-x-15\/24 {
  -moz-column-gap: 62.5%;
       column-gap: 62.5%;
}

.gap-x-16\/24 {
  -moz-column-gap: 66.666667%;
       column-gap: 66.666667%;
}

.gap-x-17\/24 {
  -moz-column-gap: 70.833333%;
       column-gap: 70.833333%;
}

.gap-x-18\/24 {
  -moz-column-gap: 75%;
       column-gap: 75%;
}

.gap-x-19\/24 {
  -moz-column-gap: 79.166667%;
       column-gap: 79.166667%;
}

.gap-x-20\/24 {
  -moz-column-gap: 83.333333%;
       column-gap: 83.333333%;
}

.gap-x-21\/24 {
  -moz-column-gap: 87.5%;
       column-gap: 87.5%;
}

.gap-x-22\/24 {
  -moz-column-gap: 91.666667%;
       column-gap: 91.666667%;
}

.gap-x-23\/24 {
  -moz-column-gap: 95.833333%;
       column-gap: 95.833333%;
}

.gap-x-24\/24 {
  -moz-column-gap: 100%;
       column-gap: 100%;
}

.gap-x-screen-header {
  -moz-column-gap: 41.55vw;
       column-gap: 41.55vw;
}

.gap-x-screen-60 {
  -moz-column-gap: 60vh;
       column-gap: 60vh;
}

.gap-x-screen-80 {
  -moz-column-gap: 80vh;
       column-gap: 80vh;
}

.gap-x-screen-85 {
  -moz-column-gap: 85vh;
       column-gap: 85vh;
}

.gap-x-screen-90 {
  -moz-column-gap: 90vh;
       column-gap: 90vh;
}

.gap-x-screen-95 {
  -moz-column-gap: 95vh;
       column-gap: 95vh;
}

.gap-x-screen-minus-header {
  -moz-column-gap: calc(100vh - 5.25rem);
       column-gap: calc(100vh - 5.25rem);
}

.gap-x-screen-minus-35\.5 {
  -moz-column-gap: calc(100vh - 8.875rem);
       column-gap: calc(100vh - 8.875rem);
}

.gap-x-screen-minus-36 {
  -moz-column-gap: calc(100vh - 9rem);
       column-gap: calc(100vh - 9rem);
}

.gap-x-screen-minus-40 {
  -moz-column-gap: calc(100vh - 10rem);
       column-gap: calc(100vh - 10rem);
}

.gap-x-screen-minus-55 {
  -moz-column-gap: calc(100vh - 13.75rem);
       column-gap: calc(100vh - 13.75rem);
}

.gap-x-screen-minus-72 {
  -moz-column-gap: calc(100vh - 18rem);
       column-gap: calc(100vh - 18rem);
}

.gap-x-screen-minus-80 {
  -moz-column-gap: calc(100vh - 20rem);
       column-gap: calc(100vh - 20rem);
}

.gap-x-full-4 {
  -moz-column-gap: calc(100% - 16px);
       column-gap: calc(100% - 16px);
}

.gap-x-account-body {
  -moz-column-gap: calc(100vw - 304px);
       column-gap: calc(100vw - 304px);
}

.gap-x-menu-center {
  -moz-column-gap: calc(50% - 288px);
       column-gap: calc(50% - 288px);
}

.gap-x-tutorials-hidden {
  -moz-column-gap: calc(100% - 56px);
       column-gap: calc(100% - 56px);
}

.gap-x-popup-full-width {
  -moz-column-gap: calc(100% + 32px);
       column-gap: calc(100% + 32px);
}

.gap-x-popup-full-width-md {
  -moz-column-gap: calc(100% + 64px);
       column-gap: calc(100% + 64px);
}

.gap-x-popup-full-height {
  -moz-column-gap: calc(100% + 68px);
       column-gap: calc(100% + 68px);
}

.gap-x-max-content {
  -moz-column-gap: max-content;
       column-gap: max-content;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-18 {
  row-gap: 4.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-21 {
  row-gap: 5.25rem;
}

.gap-y-22 {
  row-gap: 5.5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-26 {
  row-gap: 6.5rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-29 {
  row-gap: 7.25rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-34 {
  row-gap: 8.5rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-42 {
  row-gap: 10.5rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-68 {
  row-gap: 17rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-77 {
  row-gap: 19.25rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-82 {
  row-gap: 20.5rem;
}

.gap-y-88 {
  row-gap: 22rem;
}

.gap-y-94 {
  row-gap: 23.5rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.gap-y-98 {
  row-gap: 24.5rem;
}

.gap-y-104 {
  row-gap: 26rem;
}

.gap-y-108 {
  row-gap: 27rem;
}

.gap-y-110 {
  row-gap: 27.5rem;
}

.gap-y-112 {
  row-gap: 28rem;
}

.gap-y-120 {
  row-gap: 30rem;
}

.gap-y-128 {
  row-gap: 32rem;
}

.gap-y-132 {
  row-gap: 33rem;
}

.gap-y-134 {
  row-gap: 33.5rem;
}

.gap-y-135 {
  row-gap: 33.75rem;
}

.gap-y-136 {
  row-gap: 34rem;
}

.gap-y-144 {
  row-gap: 36rem;
}

.gap-y-152 {
  row-gap: 38rem;
}

.gap-y-160 {
  row-gap: 40rem;
}

.gap-y-164 {
  row-gap: 41rem;
}

.gap-y-172 {
  row-gap: 43rem;
}

.gap-y-179 {
  row-gap: 44.75rem;
}

.gap-y-184 {
  row-gap: 46rem;
}

.gap-y-192 {
  row-gap: 48rem;
}

.gap-y-224 {
  row-gap: 56rem;
}

.gap-y-240 {
  row-gap: 60rem;
}

.gap-y-256 {
  row-gap: 64rem;
}

.gap-y-265 {
  row-gap: 66.25rem;
}

.gap-y-288 {
  row-gap: 72rem;
}

.gap-y-384 {
  row-gap: 96rem;
}

.gap-y-px {
  row-gap: 1px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1\.5 {
  row-gap: 0.375rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-0\.75 {
  row-gap: 0.1875rem;
}

.gap-y-4\.5 {
  row-gap: 1.125rem;
}

.gap-y-7\.5 {
  row-gap: 1.875rem;
}

.gap-y-9\.5 {
  row-gap: 2.375rem;
}

.gap-y-9\.75 {
  row-gap: 2.4375rem;
}

.gap-y-12\.5 {
  row-gap: 3.125rem;
}

.gap-y-13\.5 {
  row-gap: 3.375rem;
}

.gap-y-292\.5 {
  row-gap: 73.125rem;
}

.gap-y-1\/24 {
  row-gap: 4.166667%;
}

.gap-y-2\/24 {
  row-gap: 8.333333%;
}

.gap-y-3\/24 {
  row-gap: 12.5%;
}

.gap-y-4\/24 {
  row-gap: 16.666667%;
}

.gap-y-5\/24 {
  row-gap: 20.833333%;
}

.gap-y-6\/24 {
  row-gap: 25%;
}

.gap-y-7\/24 {
  row-gap: 29.166666%;
}

.gap-y-8\/24 {
  row-gap: 33.333333%;
}

.gap-y-9\/24 {
  row-gap: 37.5%;
}

.gap-y-10\/24 {
  row-gap: 41.666666%;
}

.gap-y-11\/24 {
  row-gap: 45.833333%;
}

.gap-y-12\/24 {
  row-gap: 50%;
}

.gap-y-13\/24 {
  row-gap: 54.166666%;
}

.gap-y-14\/24 {
  row-gap: 58.333333%;
}

.gap-y-15\/24 {
  row-gap: 62.5%;
}

.gap-y-16\/24 {
  row-gap: 66.666667%;
}

.gap-y-17\/24 {
  row-gap: 70.833333%;
}

.gap-y-18\/24 {
  row-gap: 75%;
}

.gap-y-19\/24 {
  row-gap: 79.166667%;
}

.gap-y-20\/24 {
  row-gap: 83.333333%;
}

.gap-y-21\/24 {
  row-gap: 87.5%;
}

.gap-y-22\/24 {
  row-gap: 91.666667%;
}

.gap-y-23\/24 {
  row-gap: 95.833333%;
}

.gap-y-24\/24 {
  row-gap: 100%;
}

.gap-y-screen-header {
  row-gap: 41.55vw;
}

.gap-y-screen-60 {
  row-gap: 60vh;
}

.gap-y-screen-80 {
  row-gap: 80vh;
}

.gap-y-screen-85 {
  row-gap: 85vh;
}

.gap-y-screen-90 {
  row-gap: 90vh;
}

.gap-y-screen-95 {
  row-gap: 95vh;
}

.gap-y-screen-minus-header {
  row-gap: calc(100vh - 5.25rem);
}

.gap-y-screen-minus-35\.5 {
  row-gap: calc(100vh - 8.875rem);
}

.gap-y-screen-minus-36 {
  row-gap: calc(100vh - 9rem);
}

.gap-y-screen-minus-40 {
  row-gap: calc(100vh - 10rem);
}

.gap-y-screen-minus-55 {
  row-gap: calc(100vh - 13.75rem);
}

.gap-y-screen-minus-72 {
  row-gap: calc(100vh - 18rem);
}

.gap-y-screen-minus-80 {
  row-gap: calc(100vh - 20rem);
}

.gap-y-full-4 {
  row-gap: calc(100% - 16px);
}

.gap-y-account-body {
  row-gap: calc(100vw - 304px);
}

.gap-y-menu-center {
  row-gap: calc(50% - 288px);
}

.gap-y-tutorials-hidden {
  row-gap: calc(100% - 56px);
}

.gap-y-popup-full-width {
  row-gap: calc(100% + 32px);
}

.gap-y-popup-full-width-md {
  row-gap: calc(100% + 64px);
}

.gap-y-popup-full-height {
  row-gap: calc(100% + 68px);
}

.gap-y-max-content {
  row-gap: max-content;
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.space-x-29 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7.25rem * var(--tw-space-x-reverse));
  margin-left: calc(7.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.space-x-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8.5rem * var(--tw-space-x-reverse));
  margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.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)));
}

.space-x-42 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10.5rem * var(--tw-space-x-reverse));
  margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.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)));
}

.space-x-77 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(19.25rem * var(--tw-space-x-reverse));
  margin-left: calc(19.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.space-x-82 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20.5rem * var(--tw-space-x-reverse));
  margin-left: calc(20.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.space-x-94 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(23.5rem * var(--tw-space-x-reverse));
  margin-left: calc(23.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.space-x-98 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24.5rem * var(--tw-space-x-reverse));
  margin-left: calc(24.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-104 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(26rem * var(--tw-space-x-reverse));
  margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-108 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(27rem * var(--tw-space-x-reverse));
  margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(27.5rem * var(--tw-space-x-reverse));
  margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.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)));
}

.space-x-128 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32rem * var(--tw-space-x-reverse));
  margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-132 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(33rem * var(--tw-space-x-reverse));
  margin-left: calc(33rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-134 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(33.5rem * var(--tw-space-x-reverse));
  margin-left: calc(33.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(33.75rem * var(--tw-space-x-reverse));
  margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-136 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(34rem * var(--tw-space-x-reverse));
  margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(36rem * var(--tw-space-x-reverse));
  margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-152 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(38rem * var(--tw-space-x-reverse));
  margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.space-x-164 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(41rem * var(--tw-space-x-reverse));
  margin-left: calc(41rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-172 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(43rem * var(--tw-space-x-reverse));
  margin-left: calc(43rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-179 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(44.75rem * var(--tw-space-x-reverse));
  margin-left: calc(44.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-184 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(46rem * var(--tw-space-x-reverse));
  margin-left: calc(46rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-192 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(48rem * var(--tw-space-x-reverse));
  margin-left: calc(48rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-224 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(56rem * var(--tw-space-x-reverse));
  margin-left: calc(56rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.space-x-256 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(64rem * var(--tw-space-x-reverse));
  margin-left: calc(64rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-265 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(66.25rem * var(--tw-space-x-reverse));
  margin-left: calc(66.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-288 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(72rem * var(--tw-space-x-reverse));
  margin-left: calc(72rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-384 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(96rem * var(--tw-space-x-reverse));
  margin-left: calc(96rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.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)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.1875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.1875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.125rem * var(--tw-space-x-reverse));
  margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.875rem * var(--tw-space-x-reverse));
  margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.375rem * var(--tw-space-x-reverse));
  margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.4375rem * var(--tw-space-x-reverse));
  margin-left: calc(2.4375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.125rem * var(--tw-space-x-reverse));
  margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.375rem * var(--tw-space-x-reverse));
  margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(73.125rem * var(--tw-space-x-reverse));
  margin-left: calc(73.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4.166667% * var(--tw-space-x-reverse));
  margin-left: calc(4.166667% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8.333333% * var(--tw-space-x-reverse));
  margin-left: calc(8.333333% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12.5% * var(--tw-space-x-reverse));
  margin-left: calc(12.5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16.666667% * var(--tw-space-x-reverse));
  margin-left: calc(16.666667% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20.833333% * var(--tw-space-x-reverse));
  margin-left: calc(20.833333% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(25% * var(--tw-space-x-reverse));
  margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(29.166666% * var(--tw-space-x-reverse));
  margin-left: calc(29.166666% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(33.333333% * var(--tw-space-x-reverse));
  margin-left: calc(33.333333% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(37.5% * var(--tw-space-x-reverse));
  margin-left: calc(37.5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(41.666666% * var(--tw-space-x-reverse));
  margin-left: calc(41.666666% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(45.833333% * var(--tw-space-x-reverse));
  margin-left: calc(45.833333% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(50% * var(--tw-space-x-reverse));
  margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(54.166666% * var(--tw-space-x-reverse));
  margin-left: calc(54.166666% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(58.333333% * var(--tw-space-x-reverse));
  margin-left: calc(58.333333% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(62.5% * var(--tw-space-x-reverse));
  margin-left: calc(62.5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(66.666667% * var(--tw-space-x-reverse));
  margin-left: calc(66.666667% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(70.833333% * var(--tw-space-x-reverse));
  margin-left: calc(70.833333% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(75% * var(--tw-space-x-reverse));
  margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(79.166667% * var(--tw-space-x-reverse));
  margin-left: calc(79.166667% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(83.333333% * var(--tw-space-x-reverse));
  margin-left: calc(83.333333% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(87.5% * var(--tw-space-x-reverse));
  margin-left: calc(87.5% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(91.666667% * var(--tw-space-x-reverse));
  margin-left: calc(91.666667% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(95.833333% * var(--tw-space-x-reverse));
  margin-left: calc(95.833333% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(100% * var(--tw-space-x-reverse));
  margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(41.55vw * var(--tw-space-x-reverse));
  margin-left: calc(41.55vw * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(60vh * var(--tw-space-x-reverse));
  margin-left: calc(60vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(80vh * var(--tw-space-x-reverse));
  margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(85vh * var(--tw-space-x-reverse));
  margin-left: calc(85vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(90vh * var(--tw-space-x-reverse));
  margin-left: calc(90vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(95vh * var(--tw-space-x-reverse));
  margin-left: calc(95vh * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100vh - 5.25rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100vh - 8.875rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100vh - 9rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100vh - 10rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100vh - 13.75rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100vh - 18rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100vh - 20rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100% - 16px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100% - 16px) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-account-body > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100vw - 304px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(50% - 288px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(50% - 288px) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100% - 56px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100% - 56px) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100% + 32px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100% + 32px) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100% + 64px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100% + 64px) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(100% + 68px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(100% + 68px) * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-max-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(max-content * var(--tw-space-x-reverse));
  margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-space-x-29 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-7.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-7.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-space-x-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-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)));
}

.-space-x-42 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-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)));
}

.-space-x-77 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-19.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-19.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-space-x-82 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-20.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-space-x-94 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-23.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-23.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-space-x-98 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-24.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-104 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-26rem * var(--tw-space-x-reverse));
  margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-108 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-27rem * var(--tw-space-x-reverse));
  margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-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)));
}

.-space-x-128 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-32rem * var(--tw-space-x-reverse));
  margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-132 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-33rem * var(--tw-space-x-reverse));
  margin-left: calc(-33rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-134 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-33.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-33.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-136 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-34rem * var(--tw-space-x-reverse));
  margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-36rem * var(--tw-space-x-reverse));
  margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-152 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-38rem * var(--tw-space-x-reverse));
  margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-space-x-164 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-41rem * var(--tw-space-x-reverse));
  margin-left: calc(-41rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-172 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-43rem * var(--tw-space-x-reverse));
  margin-left: calc(-43rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-179 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-44.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-44.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-184 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-46rem * var(--tw-space-x-reverse));
  margin-left: calc(-46rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-192 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-48rem * var(--tw-space-x-reverse));
  margin-left: calc(-48rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-224 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-56rem * var(--tw-space-x-reverse));
  margin-left: calc(-56rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-space-x-256 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-64rem * var(--tw-space-x-reverse));
  margin-left: calc(-64rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-265 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-66.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-66.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-288 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-72rem * var(--tw-space-x-reverse));
  margin-left: calc(-72rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-384 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-96rem * var(--tw-space-x-reverse));
  margin-left: calc(-96rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-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)));
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.1875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.1875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.4375rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.4375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-73.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-73.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.16667% * var(--tw-space-x-reverse));
  margin-left: calc(-4.16667% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8.33333% * var(--tw-space-x-reverse));
  margin-left: calc(-8.33333% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12.5% * var(--tw-space-x-reverse));
  margin-left: calc(-12.5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16.66667% * var(--tw-space-x-reverse));
  margin-left: calc(-16.66667% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-20.83333% * var(--tw-space-x-reverse));
  margin-left: calc(-20.83333% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-25% * var(--tw-space-x-reverse));
  margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-29.16667% * var(--tw-space-x-reverse));
  margin-left: calc(-29.16667% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-33.33333% * var(--tw-space-x-reverse));
  margin-left: calc(-33.33333% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-37.5% * var(--tw-space-x-reverse));
  margin-left: calc(-37.5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-41.66667% * var(--tw-space-x-reverse));
  margin-left: calc(-41.66667% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-45.83333% * var(--tw-space-x-reverse));
  margin-left: calc(-45.83333% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-50% * var(--tw-space-x-reverse));
  margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-54.16667% * var(--tw-space-x-reverse));
  margin-left: calc(-54.16667% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-58.33333% * var(--tw-space-x-reverse));
  margin-left: calc(-58.33333% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-62.5% * var(--tw-space-x-reverse));
  margin-left: calc(-62.5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-66.66667% * var(--tw-space-x-reverse));
  margin-left: calc(-66.66667% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-70.83333% * var(--tw-space-x-reverse));
  margin-left: calc(-70.83333% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-75% * var(--tw-space-x-reverse));
  margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-79.16667% * var(--tw-space-x-reverse));
  margin-left: calc(-79.16667% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-83.33333% * var(--tw-space-x-reverse));
  margin-left: calc(-83.33333% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-87.5% * var(--tw-space-x-reverse));
  margin-left: calc(-87.5% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-91.66667% * var(--tw-space-x-reverse));
  margin-left: calc(-91.66667% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-95.83333% * var(--tw-space-x-reverse));
  margin-left: calc(-95.83333% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-100% * var(--tw-space-x-reverse));
  margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-41.55vw * var(--tw-space-x-reverse));
  margin-left: calc(-41.55vw * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-60vh * var(--tw-space-x-reverse));
  margin-left: calc(-60vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-80vh * var(--tw-space-x-reverse));
  margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-85vh * var(--tw-space-x-reverse));
  margin-left: calc(-85vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-90vh * var(--tw-space-x-reverse));
  margin-left: calc(-90vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-95vh * var(--tw-space-x-reverse));
  margin-left: calc(-95vh * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100vh - -5.25rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100vh - -8.875rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100vh - -9rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100vh - -10rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100vh - -13.75rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100vh - -18rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100vh - -20rem) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100% - -16px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-account-body > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100vw - -304px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-50% - -288px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100% - -56px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100% + -32px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100% + -64px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(calc(-100% + -68px) * var(--tw-space-x-reverse));
  margin-left: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-max-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(max-content * var(--tw-space-x-reverse));
  margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
}

.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));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.space-y-29 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7.25rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
}

.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));
}

.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));
}

.space-y-42 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.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));
}

.space-y-77 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(19.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(19.25rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-82 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20.5rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-94 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(23.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(23.5rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-98 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24.5rem * var(--tw-space-y-reverse));
}

.space-y-104 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(26rem * var(--tw-space-y-reverse));
}

.space-y-108 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(27rem * var(--tw-space-y-reverse));
}

.space-y-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
}

.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));
}

.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));
}

.space-y-128 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32rem * var(--tw-space-y-reverse));
}

.space-y-132 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(33rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(33rem * var(--tw-space-y-reverse));
}

.space-y-134 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(33.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(33.5rem * var(--tw-space-y-reverse));
}

.space-y-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
}

.space-y-136 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(34rem * var(--tw-space-y-reverse));
}

.space-y-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(36rem * var(--tw-space-y-reverse));
}

.space-y-152 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(38rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-164 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(41rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(41rem * var(--tw-space-y-reverse));
}

.space-y-172 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(43rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(43rem * var(--tw-space-y-reverse));
}

.space-y-179 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(44.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(44.75rem * var(--tw-space-y-reverse));
}

.space-y-184 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(46rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(46rem * var(--tw-space-y-reverse));
}

.space-y-192 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48rem * var(--tw-space-y-reverse));
}

.space-y-224 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(56rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(56rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-256 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(64rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(64rem * var(--tw-space-y-reverse));
}

.space-y-265 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(66.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(66.25rem * var(--tw-space-y-reverse));
}

.space-y-288 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(72rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(72rem * var(--tw-space-y-reverse));
}

.space-y-384 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(96rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(96rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
}

.space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
}

.space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
}

.space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
}

.space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.4375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.4375rem * var(--tw-space-y-reverse));
}

.space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
}

.space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
}

.space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(73.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(73.125rem * var(--tw-space-y-reverse));
}

.space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4.166667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4.166667% * var(--tw-space-y-reverse));
}

.space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8.333333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8.333333% * var(--tw-space-y-reverse));
}

.space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12.5% * var(--tw-space-y-reverse));
}

.space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16.666667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16.666667% * var(--tw-space-y-reverse));
}

.space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20.833333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20.833333% * var(--tw-space-y-reverse));
}

.space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(25% * var(--tw-space-y-reverse));
}

.space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(29.166666% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(29.166666% * var(--tw-space-y-reverse));
}

.space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(33.333333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(33.333333% * var(--tw-space-y-reverse));
}

.space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(37.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(37.5% * var(--tw-space-y-reverse));
}

.space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(41.666666% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(41.666666% * var(--tw-space-y-reverse));
}

.space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(45.833333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(45.833333% * var(--tw-space-y-reverse));
}

.space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(50% * var(--tw-space-y-reverse));
}

.space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(54.166666% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(54.166666% * var(--tw-space-y-reverse));
}

.space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(58.333333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(58.333333% * var(--tw-space-y-reverse));
}

.space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(62.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(62.5% * var(--tw-space-y-reverse));
}

.space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(66.666667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(66.666667% * var(--tw-space-y-reverse));
}

.space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(70.833333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(70.833333% * var(--tw-space-y-reverse));
}

.space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(75% * var(--tw-space-y-reverse));
}

.space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(79.166667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(79.166667% * var(--tw-space-y-reverse));
}

.space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(83.333333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(83.333333% * var(--tw-space-y-reverse));
}

.space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(87.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(87.5% * var(--tw-space-y-reverse));
}

.space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(91.666667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(91.666667% * var(--tw-space-y-reverse));
}

.space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(95.833333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(95.833333% * var(--tw-space-y-reverse));
}

.space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(100% * var(--tw-space-y-reverse));
}

.space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(41.55vw * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(41.55vw * var(--tw-space-y-reverse));
}

.space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60vh * var(--tw-space-y-reverse));
}

.space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(80vh * var(--tw-space-y-reverse));
}

.space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(85vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(85vh * var(--tw-space-y-reverse));
}

.space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(90vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(90vh * var(--tw-space-y-reverse));
}

.space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(95vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(95vh * var(--tw-space-y-reverse));
}

.space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100vh - 5.25rem) * var(--tw-space-y-reverse));
}

.space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100vh - 8.875rem) * var(--tw-space-y-reverse));
}

.space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100vh - 9rem) * var(--tw-space-y-reverse));
}

.space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100vh - 10rem) * var(--tw-space-y-reverse));
}

.space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100vh - 13.75rem) * var(--tw-space-y-reverse));
}

.space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100vh - 18rem) * var(--tw-space-y-reverse));
}

.space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100vh - 20rem) * var(--tw-space-y-reverse));
}

.space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100% - 16px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100% - 16px) * var(--tw-space-y-reverse));
}

.space-y-account-body > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100vw - 304px) * var(--tw-space-y-reverse));
}

.space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(50% - 288px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(50% - 288px) * var(--tw-space-y-reverse));
}

.space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100% - 56px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100% - 56px) * var(--tw-space-y-reverse));
}

.space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100% + 32px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100% + 32px) * var(--tw-space-y-reverse));
}

.space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100% + 64px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100% + 64px) * var(--tw-space-y-reverse));
}

.space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(100% + 68px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(100% + 68px) * var(--tw-space-y-reverse));
}

.space-y-max-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(max-content * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse));
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
}

.-space-y-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
}

.-space-y-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-space-y-29 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-7.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7.25rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
}

.-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));
}

.-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));
}

.-space-y-42 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-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));
}

.-space-y-77 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-19.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-19.25rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-82 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20.5rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-94 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-23.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-23.5rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-98 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24.5rem * var(--tw-space-y-reverse));
}

.-space-y-104 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-26rem * var(--tw-space-y-reverse));
}

.-space-y-108 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-27rem * var(--tw-space-y-reverse));
}

.-space-y-110 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
}

.-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));
}

.-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));
}

.-space-y-128 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
}

.-space-y-132 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-33rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-33rem * var(--tw-space-y-reverse));
}

.-space-y-134 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-33.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-33.5rem * var(--tw-space-y-reverse));
}

.-space-y-135 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
}

.-space-y-136 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-34rem * var(--tw-space-y-reverse));
}

.-space-y-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-36rem * var(--tw-space-y-reverse));
}

.-space-y-152 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-164 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-41rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-41rem * var(--tw-space-y-reverse));
}

.-space-y-172 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-43rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-43rem * var(--tw-space-y-reverse));
}

.-space-y-179 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-44.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-44.75rem * var(--tw-space-y-reverse));
}

.-space-y-184 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-46rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-46rem * var(--tw-space-y-reverse));
}

.-space-y-192 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-48rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-48rem * var(--tw-space-y-reverse));
}

.-space-y-224 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-56rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-56rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-256 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-64rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-64rem * var(--tw-space-y-reverse));
}

.-space-y-265 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-66.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-66.25rem * var(--tw-space-y-reverse));
}

.-space-y-288 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-72rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-72rem * var(--tw-space-y-reverse));
}

.-space-y-384 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-96rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-96rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}

.-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));
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}

.-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.1875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.1875rem * var(--tw-space-y-reverse));
}

.-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
}

.-space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
}

.-space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
}

.-space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.4375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.4375rem * var(--tw-space-y-reverse));
}

.-space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
}

.-space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
}

.-space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-73.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-73.125rem * var(--tw-space-y-reverse));
}

.-space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4.16667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4.16667% * var(--tw-space-y-reverse));
}

.-space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8.33333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8.33333% * var(--tw-space-y-reverse));
}

.-space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12.5% * var(--tw-space-y-reverse));
}

.-space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16.66667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16.66667% * var(--tw-space-y-reverse));
}

.-space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-20.83333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20.83333% * var(--tw-space-y-reverse));
}

.-space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-25% * var(--tw-space-y-reverse));
}

.-space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-29.16667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-29.16667% * var(--tw-space-y-reverse));
}

.-space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-33.33333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-33.33333% * var(--tw-space-y-reverse));
}

.-space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-37.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-37.5% * var(--tw-space-y-reverse));
}

.-space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-41.66667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-41.66667% * var(--tw-space-y-reverse));
}

.-space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-45.83333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-45.83333% * var(--tw-space-y-reverse));
}

.-space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-50% * var(--tw-space-y-reverse));
}

.-space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-54.16667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-54.16667% * var(--tw-space-y-reverse));
}

.-space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-58.33333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-58.33333% * var(--tw-space-y-reverse));
}

.-space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-62.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-62.5% * var(--tw-space-y-reverse));
}

.-space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-66.66667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-66.66667% * var(--tw-space-y-reverse));
}

.-space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-70.83333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-70.83333% * var(--tw-space-y-reverse));
}

.-space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-75% * var(--tw-space-y-reverse));
}

.-space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-79.16667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-79.16667% * var(--tw-space-y-reverse));
}

.-space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-83.33333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-83.33333% * var(--tw-space-y-reverse));
}

.-space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-87.5% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-87.5% * var(--tw-space-y-reverse));
}

.-space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-91.66667% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-91.66667% * var(--tw-space-y-reverse));
}

.-space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-95.83333% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-95.83333% * var(--tw-space-y-reverse));
}

.-space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-100% * var(--tw-space-y-reverse));
}

.-space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-41.55vw * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-41.55vw * var(--tw-space-y-reverse));
}

.-space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-60vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-60vh * var(--tw-space-y-reverse));
}

.-space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
}

.-space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-85vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-85vh * var(--tw-space-y-reverse));
}

.-space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-90vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-90vh * var(--tw-space-y-reverse));
}

.-space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-95vh * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-95vh * var(--tw-space-y-reverse));
}

.-space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100vh - -5.25rem) * var(--tw-space-y-reverse));
}

.-space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100vh - -8.875rem) * var(--tw-space-y-reverse));
}

.-space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100vh - -9rem) * var(--tw-space-y-reverse));
}

.-space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100vh - -10rem) * var(--tw-space-y-reverse));
}

.-space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100vh - -13.75rem) * var(--tw-space-y-reverse));
}

.-space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100vh - -18rem) * var(--tw-space-y-reverse));
}

.-space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100vh - -20rem) * var(--tw-space-y-reverse));
}

.-space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100% - -16px) * var(--tw-space-y-reverse));
}

.-space-y-account-body > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100vw - -304px) * var(--tw-space-y-reverse));
}

.-space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-50% - -288px) * var(--tw-space-y-reverse));
}

.-space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100% - -56px) * var(--tw-space-y-reverse));
}

.-space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100% + -32px) * var(--tw-space-y-reverse));
}

.-space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100% + -64px) * var(--tw-space-y-reverse));
}

.-space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(calc(-100% + -68px) * var(--tw-space-y-reverse));
}

.-space-y-max-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(max-content * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x-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)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-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)));
}

.divide-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(7px * var(--tw-divide-x-reverse));
  border-left-width: calc(7px * calc(1 - var(--tw-divide-x-reverse)));
}

.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)));
}

.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)));
}

.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));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
}

.divide-y-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));
}

.divide-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(7px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(7px * var(--tw-divide-y-reverse));
}

.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));
}

.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));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-green-darkest > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(3, 43, 38, var(--tw-divide-opacity));
}

.divide-green-darker > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(6, 57, 50, var(--tw-divide-opacity));
}

.divide-green-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(11, 77, 68, var(--tw-divide-opacity));
}

.divide-green-medium > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-divide-opacity));
}

.divide-green-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
}

.divide-grey-darkest > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(48, 48, 48, var(--tw-divide-opacity));
}

.divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-divide-opacity));
}

.divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(108, 116, 118, var(--tw-divide-opacity));
}

.divide-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(136, 136, 136, var(--tw-divide-opacity));
}

.divide-grey-medium > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
}

.divide-grey-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
}

.divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
}

.divide-grey-pale > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
}

.divide-grey-pale-60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(234,234,234,0.6);
}

.divide-grey-faint > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
}

.divide-grey-lightest > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
}

.divide-grey-page > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(243,243,243,0.5);
}

.divide-primary-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-secondary-green > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(12, 195, 147, var(--tw-divide-opacity));
}

.divide-secondary-blue-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(23, 85, 100, var(--tw-divide-opacity));
}

.divide-secondary-blue-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
}

.divide-secondary-blue-light-20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(46,174,178,0.2);
}

.divide-secondary-blue-light-10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(46,174,178,0.1);
}

.divide-tertiary-orange > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
}

.divide-tertiary-yellow > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(249, 200, 70, var(--tw-divide-opacity));
}

.divide-success > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
}

.divide-warning > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
}

.divide-error > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(230, 49, 71, var(--tw-divide-opacity));
}

.divide-info > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-black-neutral > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(55, 63, 65, var(--tw-divide-opacity));
}

.divide-toggle > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(8,198,145,0.3);
}

.divide-toggle-active > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(8,198,145,1);
}

.divide-tertiary-orange-hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 129, 97, var(--tw-divide-opacity));
}

.divide-google-maps > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(229, 227, 223, var(--tw-divide-opacity));
}

.divide-chart > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(218,240,225,0.2);
}

.divide-energy-rating-a > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 132, 89, var(--tw-divide-opacity));
}

.divide-energy-rating-b > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(25, 176, 89, var(--tw-divide-opacity));
}

.divide-energy-rating-c > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(141, 198, 65, var(--tw-divide-opacity));
}

.divide-energy-rating-d > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
}

.divide-energy-rating-e > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 172, 100, var(--tw-divide-opacity));
}

.divide-energy-rating-f > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(247, 133, 33, var(--tw-divide-opacity));
}

.divide-energy-rating-g > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(239, 28, 57, var(--tw-divide-opacity));
}

.divide-flo-blue-light > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(0, 114, 180, var(--tw-divide-opacity));
}

.divide-green-dark-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(163, 183, 180, var(--tw-divide-opacity));
}

.divide-tertiary-background > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(235, 250, 246, var(--tw-divide-opacity));
}

.divide-tertiary-green > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(8, 198, 145, var(--tw-divide-opacity));
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.overflow-clip {
  text-overflow: clip;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0px;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-none {
  border-top-right-radius: 0px;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-7 {
  border-width: 7px;
}

.border-8 {
  border-width: 8px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-3 {
  border-top-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-7 {
  border-top-width: 7px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-7 {
  border-right-width: 7px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-7 {
  border-bottom-width: 7px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-7 {
  border-left-width: 7px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-none {
  border-style: none;
}

.border-transparent {
  border-color: transparent;
}

.border-green-darkest {
  --tw-border-opacity: 1;
  border-color: rgba(3, 43, 38, var(--tw-border-opacity));
}

.border-green-darker {
  --tw-border-opacity: 1;
  border-color: rgba(6, 57, 50, var(--tw-border-opacity));
}

.border-green-dark {
  --tw-border-opacity: 1;
  border-color: rgba(11, 77, 68, var(--tw-border-opacity));
}

.border-green-medium {
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
}

.border-green-light {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.border-grey-darkest {
  --tw-border-opacity: 1;
  border-color: rgba(48, 48, 48, var(--tw-border-opacity));
}

.border-grey-darker {
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
}

.border-grey-dark {
  --tw-border-opacity: 1;
  border-color: rgba(108, 116, 118, var(--tw-border-opacity));
}

.border-grey {
  --tw-border-opacity: 1;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity));
}

.border-grey-medium {
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.border-grey-light {
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
}

.border-grey-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.border-grey-pale {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.border-grey-pale-60 {
  border-color: rgba(234,234,234,0.6);
}

.border-grey-faint {
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.border-grey-lightest {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.border-grey-page {
  border-color: rgba(243,243,243,0.5);
}

.border-primary-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-secondary-green {
  --tw-border-opacity: 1;
  border-color: rgba(12, 195, 147, var(--tw-border-opacity));
}

.border-secondary-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgba(23, 85, 100, var(--tw-border-opacity));
}

.border-secondary-blue-light {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.border-secondary-blue-light-20 {
  border-color: rgba(46,174,178,0.2);
}

.border-secondary-blue-light-10 {
  border-color: rgba(46,174,178,0.1);
}

.border-tertiary-orange {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.border-tertiary-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(249, 200, 70, var(--tw-border-opacity));
}

.border-success {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.border-warning {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.border-error {
  --tw-border-opacity: 1;
  border-color: rgba(230, 49, 71, var(--tw-border-opacity));
}

.border-info {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-black-neutral {
  --tw-border-opacity: 1;
  border-color: rgba(55, 63, 65, var(--tw-border-opacity));
}

.border-toggle {
  border-color: rgba(8,198,145,0.3);
}

.border-toggle-active {
  border-color: rgba(8,198,145,1);
}

.border-tertiary-orange-hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 129, 97, var(--tw-border-opacity));
}

.border-google-maps {
  --tw-border-opacity: 1;
  border-color: rgba(229, 227, 223, var(--tw-border-opacity));
}

.border-chart {
  border-color: rgba(218,240,225,0.2);
}

.border-energy-rating-a {
  --tw-border-opacity: 1;
  border-color: rgba(0, 132, 89, var(--tw-border-opacity));
}

.border-energy-rating-b {
  --tw-border-opacity: 1;
  border-color: rgba(25, 176, 89, var(--tw-border-opacity));
}

.border-energy-rating-c {
  --tw-border-opacity: 1;
  border-color: rgba(141, 198, 65, var(--tw-border-opacity));
}

.border-energy-rating-d {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.border-energy-rating-e {
  --tw-border-opacity: 1;
  border-color: rgba(247, 172, 100, var(--tw-border-opacity));
}

.border-energy-rating-f {
  --tw-border-opacity: 1;
  border-color: rgba(247, 133, 33, var(--tw-border-opacity));
}

.border-energy-rating-g {
  --tw-border-opacity: 1;
  border-color: rgba(239, 28, 57, var(--tw-border-opacity));
}

.border-flo-blue-light {
  --tw-border-opacity: 1;
  border-color: rgba(0, 114, 180, var(--tw-border-opacity));
}

.border-green-dark-60 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 183, 180, var(--tw-border-opacity));
}

.border-tertiary-background {
  --tw-border-opacity: 1;
  border-color: rgba(235, 250, 246, var(--tw-border-opacity));
}

.border-tertiary-green {
  --tw-border-opacity: 1;
  border-color: rgba(8, 198, 145, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

.group:hover .group-hover\:border-green-darkest {
  --tw-border-opacity: 1;
  border-color: rgba(3, 43, 38, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-darker {
  --tw-border-opacity: 1;
  border-color: rgba(6, 57, 50, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-dark {
  --tw-border-opacity: 1;
  border-color: rgba(11, 77, 68, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-medium {
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-light {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-darkest {
  --tw-border-opacity: 1;
  border-color: rgba(48, 48, 48, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-darker {
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-dark {
  --tw-border-opacity: 1;
  border-color: rgba(108, 116, 118, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey {
  --tw-border-opacity: 1;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-medium {
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-light {
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-pale {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-pale-60 {
  border-color: rgba(234,234,234,0.6);
}

.group:hover .group-hover\:border-grey-faint {
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-lightest {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-grey-page {
  border-color: rgba(243,243,243,0.5);
}

.group:hover .group-hover\:border-primary-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-green {
  --tw-border-opacity: 1;
  border-color: rgba(12, 195, 147, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgba(23, 85, 100, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-blue-light {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-secondary-blue-light-20 {
  border-color: rgba(46,174,178,0.2);
}

.group:hover .group-hover\:border-secondary-blue-light-10 {
  border-color: rgba(46,174,178,0.1);
}

.group:hover .group-hover\:border-tertiary-orange {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-tertiary-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(249, 200, 70, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-success {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-warning {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-error {
  --tw-border-opacity: 1;
  border-color: rgba(230, 49, 71, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-info {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-black-neutral {
  --tw-border-opacity: 1;
  border-color: rgba(55, 63, 65, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-toggle {
  border-color: rgba(8,198,145,0.3);
}

.group:hover .group-hover\:border-toggle-active {
  border-color: rgba(8,198,145,1);
}

.group:hover .group-hover\:border-tertiary-orange-hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 129, 97, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-google-maps {
  --tw-border-opacity: 1;
  border-color: rgba(229, 227, 223, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-chart {
  border-color: rgba(218,240,225,0.2);
}

.group:hover .group-hover\:border-energy-rating-a {
  --tw-border-opacity: 1;
  border-color: rgba(0, 132, 89, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-energy-rating-b {
  --tw-border-opacity: 1;
  border-color: rgba(25, 176, 89, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-energy-rating-c {
  --tw-border-opacity: 1;
  border-color: rgba(141, 198, 65, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-energy-rating-d {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-energy-rating-e {
  --tw-border-opacity: 1;
  border-color: rgba(247, 172, 100, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-energy-rating-f {
  --tw-border-opacity: 1;
  border-color: rgba(247, 133, 33, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-energy-rating-g {
  --tw-border-opacity: 1;
  border-color: rgba(239, 28, 57, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-flo-blue-light {
  --tw-border-opacity: 1;
  border-color: rgba(0, 114, 180, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-green-dark-60 {
  --tw-border-opacity: 1;
  border-color: rgba(163, 183, 180, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-tertiary-background {
  --tw-border-opacity: 1;
  border-color: rgba(235, 250, 246, var(--tw-border-opacity));
}

.group:hover .group-hover\:border-tertiary-green {
  --tw-border-opacity: 1;
  border-color: rgba(8, 198, 145, var(--tw-border-opacity));
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent;
}

.focus-within\:border-green-darkest:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(3, 43, 38, var(--tw-border-opacity));
}

.focus-within\:border-green-darker:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(6, 57, 50, var(--tw-border-opacity));
}

.focus-within\:border-green-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(11, 77, 68, var(--tw-border-opacity));
}

.focus-within\:border-green-medium:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
}

.focus-within\:border-green-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.focus-within\:border-grey-darkest:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(48, 48, 48, var(--tw-border-opacity));
}

.focus-within\:border-grey-darker:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
}

.focus-within\:border-grey-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(108, 116, 118, var(--tw-border-opacity));
}

.focus-within\:border-grey:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity));
}

.focus-within\:border-grey-medium:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.focus-within\:border-grey-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
}

.focus-within\:border-grey-lighter:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.focus-within\:border-grey-pale:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.focus-within\:border-grey-pale-60:focus-within {
  border-color: rgba(234,234,234,0.6);
}

.focus-within\:border-grey-faint:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.focus-within\:border-grey-lightest:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.focus-within\:border-grey-page:focus-within {
  border-color: rgba(243,243,243,0.5);
}

.focus-within\:border-primary-white:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus-within\:border-secondary-green:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(12, 195, 147, var(--tw-border-opacity));
}

.focus-within\:border-secondary-blue-dark:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(23, 85, 100, var(--tw-border-opacity));
}

.focus-within\:border-secondary-blue-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.focus-within\:border-secondary-blue-light-20:focus-within {
  border-color: rgba(46,174,178,0.2);
}

.focus-within\:border-secondary-blue-light-10:focus-within {
  border-color: rgba(46,174,178,0.1);
}

.focus-within\:border-tertiary-orange:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.focus-within\:border-tertiary-yellow:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(249, 200, 70, var(--tw-border-opacity));
}

.focus-within\:border-success:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.focus-within\:border-warning:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.focus-within\:border-error:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(230, 49, 71, var(--tw-border-opacity));
}

.focus-within\:border-info:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus-within\:border-black-neutral:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(55, 63, 65, var(--tw-border-opacity));
}

.focus-within\:border-toggle:focus-within {
  border-color: rgba(8,198,145,0.3);
}

.focus-within\:border-toggle-active:focus-within {
  border-color: rgba(8,198,145,1);
}

.focus-within\:border-tertiary-orange-hover:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(247, 129, 97, var(--tw-border-opacity));
}

.focus-within\:border-google-maps:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(229, 227, 223, var(--tw-border-opacity));
}

.focus-within\:border-chart:focus-within {
  border-color: rgba(218,240,225,0.2);
}

.focus-within\:border-energy-rating-a:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 132, 89, var(--tw-border-opacity));
}

.focus-within\:border-energy-rating-b:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(25, 176, 89, var(--tw-border-opacity));
}

.focus-within\:border-energy-rating-c:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(141, 198, 65, var(--tw-border-opacity));
}

.focus-within\:border-energy-rating-d:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.focus-within\:border-energy-rating-e:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(247, 172, 100, var(--tw-border-opacity));
}

.focus-within\:border-energy-rating-f:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(247, 133, 33, var(--tw-border-opacity));
}

.focus-within\:border-energy-rating-g:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(239, 28, 57, var(--tw-border-opacity));
}

.focus-within\:border-flo-blue-light:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(0, 114, 180, var(--tw-border-opacity));
}

.focus-within\:border-green-dark-60:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(163, 183, 180, var(--tw-border-opacity));
}

.focus-within\:border-tertiary-background:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(235, 250, 246, var(--tw-border-opacity));
}

.focus-within\:border-tertiary-green:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(8, 198, 145, var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-green-darkest:hover {
  --tw-border-opacity: 1;
  border-color: rgba(3, 43, 38, var(--tw-border-opacity));
}

.hover\:border-green-darker:hover {
  --tw-border-opacity: 1;
  border-color: rgba(6, 57, 50, var(--tw-border-opacity));
}

.hover\:border-green-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(11, 77, 68, var(--tw-border-opacity));
}

.hover\:border-green-medium:hover {
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
}

.hover\:border-green-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.hover\:border-grey-darkest:hover {
  --tw-border-opacity: 1;
  border-color: rgba(48, 48, 48, var(--tw-border-opacity));
}

.hover\:border-grey-darker:hover {
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
}

.hover\:border-grey-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(108, 116, 118, var(--tw-border-opacity));
}

.hover\:border-grey:hover {
  --tw-border-opacity: 1;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity));
}

.hover\:border-grey-medium:hover {
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.hover\:border-grey-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
}

.hover\:border-grey-lighter:hover {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.hover\:border-grey-pale:hover {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.hover\:border-grey-pale-60:hover {
  border-color: rgba(234,234,234,0.6);
}

.hover\:border-grey-faint:hover {
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.hover\:border-grey-lightest:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.hover\:border-grey-page:hover {
  border-color: rgba(243,243,243,0.5);
}

.hover\:border-primary-white:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-secondary-green:hover {
  --tw-border-opacity: 1;
  border-color: rgba(12, 195, 147, var(--tw-border-opacity));
}

.hover\:border-secondary-blue-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(23, 85, 100, var(--tw-border-opacity));
}

.hover\:border-secondary-blue-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.hover\:border-secondary-blue-light-20:hover {
  border-color: rgba(46,174,178,0.2);
}

.hover\:border-secondary-blue-light-10:hover {
  border-color: rgba(46,174,178,0.1);
}

.hover\:border-tertiary-orange:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.hover\:border-tertiary-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgba(249, 200, 70, var(--tw-border-opacity));
}

.hover\:border-success:hover {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.hover\:border-warning:hover {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.hover\:border-error:hover {
  --tw-border-opacity: 1;
  border-color: rgba(230, 49, 71, var(--tw-border-opacity));
}

.hover\:border-info:hover {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-black-neutral:hover {
  --tw-border-opacity: 1;
  border-color: rgba(55, 63, 65, var(--tw-border-opacity));
}

.hover\:border-toggle:hover {
  border-color: rgba(8,198,145,0.3);
}

.hover\:border-toggle-active:hover {
  border-color: rgba(8,198,145,1);
}

.hover\:border-tertiary-orange-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 129, 97, var(--tw-border-opacity));
}

.hover\:border-google-maps:hover {
  --tw-border-opacity: 1;
  border-color: rgba(229, 227, 223, var(--tw-border-opacity));
}

.hover\:border-chart:hover {
  border-color: rgba(218,240,225,0.2);
}

.hover\:border-energy-rating-a:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 132, 89, var(--tw-border-opacity));
}

.hover\:border-energy-rating-b:hover {
  --tw-border-opacity: 1;
  border-color: rgba(25, 176, 89, var(--tw-border-opacity));
}

.hover\:border-energy-rating-c:hover {
  --tw-border-opacity: 1;
  border-color: rgba(141, 198, 65, var(--tw-border-opacity));
}

.hover\:border-energy-rating-d:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.hover\:border-energy-rating-e:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 172, 100, var(--tw-border-opacity));
}

.hover\:border-energy-rating-f:hover {
  --tw-border-opacity: 1;
  border-color: rgba(247, 133, 33, var(--tw-border-opacity));
}

.hover\:border-energy-rating-g:hover {
  --tw-border-opacity: 1;
  border-color: rgba(239, 28, 57, var(--tw-border-opacity));
}

.hover\:border-flo-blue-light:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 114, 180, var(--tw-border-opacity));
}

.hover\:border-green-dark-60:hover {
  --tw-border-opacity: 1;
  border-color: rgba(163, 183, 180, var(--tw-border-opacity));
}

.hover\:border-tertiary-background:hover {
  --tw-border-opacity: 1;
  border-color: rgba(235, 250, 246, var(--tw-border-opacity));
}

.hover\:border-tertiary-green:hover {
  --tw-border-opacity: 1;
  border-color: rgba(8, 198, 145, var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-green-darkest:focus {
  --tw-border-opacity: 1;
  border-color: rgba(3, 43, 38, var(--tw-border-opacity));
}

.focus\:border-green-darker:focus {
  --tw-border-opacity: 1;
  border-color: rgba(6, 57, 50, var(--tw-border-opacity));
}

.focus\:border-green-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(11, 77, 68, var(--tw-border-opacity));
}

.focus\:border-green-medium:focus {
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
}

.focus\:border-green-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.focus\:border-grey-darkest:focus {
  --tw-border-opacity: 1;
  border-color: rgba(48, 48, 48, var(--tw-border-opacity));
}

.focus\:border-grey-darker:focus {
  --tw-border-opacity: 1;
  border-color: rgba(74, 74, 74, var(--tw-border-opacity));
}

.focus\:border-grey-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(108, 116, 118, var(--tw-border-opacity));
}

.focus\:border-grey:focus {
  --tw-border-opacity: 1;
  border-color: rgba(136, 136, 136, var(--tw-border-opacity));
}

.focus\:border-grey-medium:focus {
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

.focus\:border-grey-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
}

.focus\:border-grey-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgba(218, 218, 218, var(--tw-border-opacity));
}

.focus\:border-grey-pale:focus {
  --tw-border-opacity: 1;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity));
}

.focus\:border-grey-pale-60:focus {
  border-color: rgba(234,234,234,0.6);
}

.focus\:border-grey-faint:focus {
  --tw-border-opacity: 1;
  border-color: rgba(243, 243, 243, var(--tw-border-opacity));
}

.focus\:border-grey-lightest:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.focus\:border-grey-page:focus {
  border-color: rgba(243,243,243,0.5);
}

.focus\:border-primary-white:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-secondary-green:focus {
  --tw-border-opacity: 1;
  border-color: rgba(12, 195, 147, var(--tw-border-opacity));
}

.focus\:border-secondary-blue-dark:focus {
  --tw-border-opacity: 1;
  border-color: rgba(23, 85, 100, var(--tw-border-opacity));
}

.focus\:border-secondary-blue-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.focus\:border-secondary-blue-light-20:focus {
  border-color: rgba(46,174,178,0.2);
}

.focus\:border-secondary-blue-light-10:focus {
  border-color: rgba(46,174,178,0.1);
}

.focus\:border-tertiary-orange:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.focus\:border-tertiary-yellow:focus {
  --tw-border-opacity: 1;
  border-color: rgba(249, 200, 70, var(--tw-border-opacity));
}

.focus\:border-success:focus {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

.focus\:border-warning:focus {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
}

.focus\:border-error:focus {
  --tw-border-opacity: 1;
  border-color: rgba(230, 49, 71, var(--tw-border-opacity));
}

.focus\:border-info:focus {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-black-neutral:focus {
  --tw-border-opacity: 1;
  border-color: rgba(55, 63, 65, var(--tw-border-opacity));
}

.focus\:border-toggle:focus {
  border-color: rgba(8,198,145,0.3);
}

.focus\:border-toggle-active:focus {
  border-color: rgba(8,198,145,1);
}

.focus\:border-tertiary-orange-hover:focus {
  --tw-border-opacity: 1;
  border-color: rgba(247, 129, 97, var(--tw-border-opacity));
}

.focus\:border-google-maps:focus {
  --tw-border-opacity: 1;
  border-color: rgba(229, 227, 223, var(--tw-border-opacity));
}

.focus\:border-chart:focus {
  border-color: rgba(218,240,225,0.2);
}

.focus\:border-energy-rating-a:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 132, 89, var(--tw-border-opacity));
}

.focus\:border-energy-rating-b:focus {
  --tw-border-opacity: 1;
  border-color: rgba(25, 176, 89, var(--tw-border-opacity));
}

.focus\:border-energy-rating-c:focus {
  --tw-border-opacity: 1;
  border-color: rgba(141, 198, 65, var(--tw-border-opacity));
}

.focus\:border-energy-rating-d:focus {
  --tw-border-opacity: 1;
  border-color: rgba(255, 204, 0, var(--tw-border-opacity));
}

.focus\:border-energy-rating-e:focus {
  --tw-border-opacity: 1;
  border-color: rgba(247, 172, 100, var(--tw-border-opacity));
}

.focus\:border-energy-rating-f:focus {
  --tw-border-opacity: 1;
  border-color: rgba(247, 133, 33, var(--tw-border-opacity));
}

.focus\:border-energy-rating-g:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 28, 57, var(--tw-border-opacity));
}

.focus\:border-flo-blue-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 114, 180, var(--tw-border-opacity));
}

.focus\:border-green-dark-60:focus {
  --tw-border-opacity: 1;
  border-color: rgba(163, 183, 180, var(--tw-border-opacity));
}

.focus\:border-tertiary-background:focus {
  --tw-border-opacity: 1;
  border-color: rgba(235, 250, 246, var(--tw-border-opacity));
}

.focus\:border-tertiary-green:focus {
  --tw-border-opacity: 1;
  border-color: rgba(8, 198, 145, var(--tw-border-opacity));
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1;
}

.bg-transparent {
  background-color: transparent;
}

.bg-green-darkest {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
}

.bg-green-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
}

.bg-green-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
}

.bg-green-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
}

.bg-green-light {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.bg-grey-darkest {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
}

.bg-grey-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
}

.bg-grey-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
}

.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
}

.bg-grey-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

.bg-grey-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.bg-grey-pale {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.bg-grey-pale-60 {
  background-color: rgba(234,234,234,0.6);
}

.bg-grey-faint {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.bg-grey-lightest {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.bg-grey-page {
  background-color: rgba(243,243,243,0.5);
}

.bg-primary-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-secondary-green {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
}

.bg-secondary-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
}

.bg-secondary-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.bg-secondary-blue-light-20 {
  background-color: rgba(46,174,178,0.2);
}

.bg-secondary-blue-light-10 {
  background-color: rgba(46,174,178,0.1);
}

.bg-tertiary-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.bg-tertiary-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
}

.bg-info {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-black-neutral {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
}

.bg-toggle {
  background-color: rgba(8,198,145,0.3);
}

.bg-toggle-active {
  background-color: rgba(8,198,145,1);
}

.bg-tertiary-orange-hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
}

.bg-google-maps {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
}

.bg-chart {
  background-color: rgba(218,240,225,0.2);
}

.bg-energy-rating-a {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
}

.bg-energy-rating-b {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
}

.bg-energy-rating-c {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
}

.bg-energy-rating-d {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.bg-energy-rating-e {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
}

.bg-energy-rating-f {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
}

.bg-energy-rating-g {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
}

.bg-flo-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
}

.bg-green-dark-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
}

.bg-tertiary-background {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
}

.bg-tertiary-green {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
}

.even\:bg-transparent:nth-child(even) {
  background-color: transparent;
}

.even\:bg-green-darkest:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
}

.even\:bg-green-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
}

.even\:bg-green-dark:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
}

.even\:bg-green-medium:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
}

.even\:bg-green-light:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.even\:bg-grey-darkest:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
}

.even\:bg-grey-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
}

.even\:bg-grey-dark:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
}

.even\:bg-grey:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
}

.even\:bg-grey-medium:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.even\:bg-grey-light:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

.even\:bg-grey-lighter:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.even\:bg-grey-pale:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.even\:bg-grey-pale-60:nth-child(even) {
  background-color: rgba(234,234,234,0.6);
}

.even\:bg-grey-faint:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.even\:bg-grey-lightest:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.even\:bg-grey-page:nth-child(even) {
  background-color: rgba(243,243,243,0.5);
}

.even\:bg-primary-white:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.even\:bg-secondary-green:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
}

.even\:bg-secondary-blue-dark:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
}

.even\:bg-secondary-blue-light:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.even\:bg-secondary-blue-light-20:nth-child(even) {
  background-color: rgba(46,174,178,0.2);
}

.even\:bg-secondary-blue-light-10:nth-child(even) {
  background-color: rgba(46,174,178,0.1);
}

.even\:bg-tertiary-orange:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.even\:bg-tertiary-yellow:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
}

.even\:bg-success:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.even\:bg-warning:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.even\:bg-error:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
}

.even\:bg-info:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.even\:bg-black:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.even\:bg-black-neutral:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
}

.even\:bg-toggle:nth-child(even) {
  background-color: rgba(8,198,145,0.3);
}

.even\:bg-toggle-active:nth-child(even) {
  background-color: rgba(8,198,145,1);
}

.even\:bg-tertiary-orange-hover:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
}

.even\:bg-google-maps:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
}

.even\:bg-chart:nth-child(even) {
  background-color: rgba(218,240,225,0.2);
}

.even\:bg-energy-rating-a:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
}

.even\:bg-energy-rating-b:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
}

.even\:bg-energy-rating-c:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
}

.even\:bg-energy-rating-d:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.even\:bg-energy-rating-e:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
}

.even\:bg-energy-rating-f:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
}

.even\:bg-energy-rating-g:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
}

.even\:bg-flo-blue-light:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
}

.even\:bg-green-dark-60:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
}

.even\:bg-tertiary-background:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
}

.even\:bg-tertiary-green:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-green-darkest {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-light {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-darkest {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-medium {
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-light {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-lighter {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-pale {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-pale-60 {
  background-color: rgba(234,234,234,0.6);
}

.group:hover .group-hover\:bg-grey-faint {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-lightest {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-grey-page {
  background-color: rgba(243,243,243,0.5);
}

.group:hover .group-hover\:bg-primary-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-green {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-secondary-blue-light-20 {
  background-color: rgba(46,174,178,0.2);
}

.group:hover .group-hover\:bg-secondary-blue-light-10 {
  background-color: rgba(46,174,178,0.1);
}

.group:hover .group-hover\:bg-tertiary-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-tertiary-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-success {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-error {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-info {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black-neutral {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-toggle {
  background-color: rgba(8,198,145,0.3);
}

.group:hover .group-hover\:bg-toggle-active {
  background-color: rgba(8,198,145,1);
}

.group:hover .group-hover\:bg-tertiary-orange-hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-google-maps {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-chart {
  background-color: rgba(218,240,225,0.2);
}

.group:hover .group-hover\:bg-energy-rating-a {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-energy-rating-b {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-energy-rating-c {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-energy-rating-d {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-energy-rating-e {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-energy-rating-f {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-energy-rating-g {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-flo-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-green-dark-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-tertiary-background {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-tertiary-green {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}

.focus-within\:bg-green-darkest:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
}

.focus-within\:bg-green-darker:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
}

.focus-within\:bg-green-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
}

.focus-within\:bg-green-medium:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
}

.focus-within\:bg-green-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-darkest:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-darker:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
}

.focus-within\:bg-grey:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-medium:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-lighter:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-pale:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-pale-60:focus-within {
  background-color: rgba(234,234,234,0.6);
}

.focus-within\:bg-grey-faint:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-lightest:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.focus-within\:bg-grey-page:focus-within {
  background-color: rgba(243,243,243,0.5);
}

.focus-within\:bg-primary-white:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-green:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-blue-dark:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-blue-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.focus-within\:bg-secondary-blue-light-20:focus-within {
  background-color: rgba(46,174,178,0.2);
}

.focus-within\:bg-secondary-blue-light-10:focus-within {
  background-color: rgba(46,174,178,0.1);
}

.focus-within\:bg-tertiary-orange:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.focus-within\:bg-tertiary-yellow:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
}

.focus-within\:bg-success:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.focus-within\:bg-warning:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.focus-within\:bg-error:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
}

.focus-within\:bg-info:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-black-neutral:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
}

.focus-within\:bg-toggle:focus-within {
  background-color: rgba(8,198,145,0.3);
}

.focus-within\:bg-toggle-active:focus-within {
  background-color: rgba(8,198,145,1);
}

.focus-within\:bg-tertiary-orange-hover:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
}

.focus-within\:bg-google-maps:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
}

.focus-within\:bg-chart:focus-within {
  background-color: rgba(218,240,225,0.2);
}

.focus-within\:bg-energy-rating-a:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
}

.focus-within\:bg-energy-rating-b:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
}

.focus-within\:bg-energy-rating-c:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
}

.focus-within\:bg-energy-rating-d:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.focus-within\:bg-energy-rating-e:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
}

.focus-within\:bg-energy-rating-f:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
}

.focus-within\:bg-energy-rating-g:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
}

.focus-within\:bg-flo-blue-light:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
}

.focus-within\:bg-green-dark-60:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
}

.focus-within\:bg-tertiary-background:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
}

.focus-within\:bg-tertiary-green:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-green-darkest:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
}

.hover\:bg-green-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
}

.hover\:bg-green-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
}

.hover\:bg-green-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
}

.hover\:bg-green-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.hover\:bg-grey-darkest:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
}

.hover\:bg-grey-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
}

.hover\:bg-grey-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
}

.hover\:bg-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
}

.hover\:bg-grey-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.hover\:bg-grey-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

.hover\:bg-grey-lighter:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.hover\:bg-grey-pale:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.hover\:bg-grey-pale-60:hover {
  background-color: rgba(234,234,234,0.6);
}

.hover\:bg-grey-faint:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.hover\:bg-grey-lightest:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.hover\:bg-grey-page:hover {
  background-color: rgba(243,243,243,0.5);
}

.hover\:bg-primary-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-secondary-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
}

.hover\:bg-secondary-blue-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
}

.hover\:bg-secondary-blue-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.hover\:bg-secondary-blue-light-20:hover {
  background-color: rgba(46,174,178,0.2);
}

.hover\:bg-secondary-blue-light-10:hover {
  background-color: rgba(46,174,178,0.1);
}

.hover\:bg-tertiary-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.hover\:bg-tertiary-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
}

.hover\:bg-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.hover\:bg-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.hover\:bg-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
}

.hover\:bg-info:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-black-neutral:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
}

.hover\:bg-toggle:hover {
  background-color: rgba(8,198,145,0.3);
}

.hover\:bg-toggle-active:hover {
  background-color: rgba(8,198,145,1);
}

.hover\:bg-tertiary-orange-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
}

.hover\:bg-google-maps:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
}

.hover\:bg-chart:hover {
  background-color: rgba(218,240,225,0.2);
}

.hover\:bg-energy-rating-a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
}

.hover\:bg-energy-rating-b:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
}

.hover\:bg-energy-rating-c:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
}

.hover\:bg-energy-rating-d:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.hover\:bg-energy-rating-e:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
}

.hover\:bg-energy-rating-f:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
}

.hover\:bg-energy-rating-g:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
}

.hover\:bg-flo-blue-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
}

.hover\:bg-green-dark-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
}

.hover\:bg-tertiary-background:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
}

.hover\:bg-tertiary-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-green-darkest:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
}

.focus\:bg-green-darker:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
}

.focus\:bg-green-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
}

.focus\:bg-green-medium:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
}

.focus\:bg-green-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.focus\:bg-grey-darkest:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
}

.focus\:bg-grey-darker:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
}

.focus\:bg-grey-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
}

.focus\:bg-grey:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
}

.focus\:bg-grey-medium:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
}

.focus\:bg-grey-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

.focus\:bg-grey-lighter:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
}

.focus\:bg-grey-pale:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
}

.focus\:bg-grey-pale-60:focus {
  background-color: rgba(234,234,234,0.6);
}

.focus\:bg-grey-faint:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.focus\:bg-grey-lightest:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.focus\:bg-grey-page:focus {
  background-color: rgba(243,243,243,0.5);
}

.focus\:bg-primary-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-secondary-green:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
}

.focus\:bg-secondary-blue-dark:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
}

.focus\:bg-secondary-blue-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.focus\:bg-secondary-blue-light-20:focus {
  background-color: rgba(46,174,178,0.2);
}

.focus\:bg-secondary-blue-light-10:focus {
  background-color: rgba(46,174,178,0.1);
}

.focus\:bg-tertiary-orange:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.focus\:bg-tertiary-yellow:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
}

.focus\:bg-success:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
}

.focus\:bg-warning:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.focus\:bg-error:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
}

.focus\:bg-info:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-black-neutral:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
}

.focus\:bg-toggle:focus {
  background-color: rgba(8,198,145,0.3);
}

.focus\:bg-toggle-active:focus {
  background-color: rgba(8,198,145,1);
}

.focus\:bg-tertiary-orange-hover:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
}

.focus\:bg-google-maps:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
}

.focus\:bg-chart:focus {
  background-color: rgba(218,240,225,0.2);
}

.focus\:bg-energy-rating-a:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
}

.focus\:bg-energy-rating-b:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
}

.focus\:bg-energy-rating-c:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
}

.focus\:bg-energy-rating-d:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
}

.focus\:bg-energy-rating-e:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
}

.focus\:bg-energy-rating-f:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
}

.focus\:bg-energy-rating-g:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
}

.focus\:bg-flo-blue-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
}

.focus\:bg-green-dark-60:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
}

.focus\:bg-tertiary-background:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
}

.focus\:bg-tertiary-green:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1;
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-search {
  background-image: url('/images/v2/icons/search.svg');
}

.bg-search-dark {
  background-image: url('/images/v2/icons/search-dark.svg');
}

.bg-select {
  background-image: url('/images/v2/icons/select.svg');
}

.bg-select-light {
  background-image: url('/images/v2/icons/select-light.svg');
}

.bg-list-check {
  background-image: url('/images/v2/icons/list-check.svg');
}

.bg-list-times {
  background-image: url('/images/v2/icons/list-times.svg');
}

.bg-chevrons {
  background-image: url('/images/v2/illustrations/chevron-wide.svg');
}

.bg-chevron {
  background-image: url('/images/v2/illustrations/chevron-small.svg');
}

.bg-chevron-repeat {
  background-image: url('/images/v2/illustrations/chevron-wide-space.svg');
}

.bg-chevron-reverse {
  background-image: url('/images/v2/illustrations/chevron-reverse.svg');
}

.bg-chevron-offset {
  background-image: url('/images/v2/illustrations/chevron-wide-offset.svg');
}

.bg-chevron-offset-translucent {
  background-image: url('/images/v2/illustrations/chevron-wide-offset-translucent.svg');
}

.bg-triangles-sm {
  background-image: url('/images/v2/illustrations/small-triangles.svg');
}

.bg-triangles-sm-bl {
  background-image: url('/images/v2/illustrations/small-triangles-bl.svg');
}

.bg-triangles-sm-bl-min {
  background-image: url('/images/v2/illustrations/small-triangles-bl-min.svg');
}

.bg-triangles-sm-tr {
  background-image: url('/images/v2/illustrations/small-triangles-tr.svg');
}

.bg-triangles-sm-br {
  background-image: url('/images/v2/illustrations/small-triangles-br.svg');
}

.bg-triangles-sm-br-min {
  background-image: url('/images/v2/illustrations/small-triangles-br-min.svg');
}

.bg-triangles-sm-br-ten {
  background-image: url('/images/v2/illustrations/small-triangles-br-ten.svg');
}

.bg-triangles-sm-full {
  background-image: url('/images/v2/illustrations/small-triangles-full.svg');
}

.bg-triangles-sm-reverse {
  background-image: url('/images/v2/illustrations/small-triangles-reverse.svg');
}

.bg-triangles-sm-square {
  background-image: url('/images/v2/illustrations/small-triangles-square.svg');
}

.bg-triangles-sm-rotate {
  background-image: url('/images/v2/illustrations/small-triangles-rotate.svg');
}

.bg-triangles-lg {
  background-image: url('/images/v2/illustrations/big-triangles.svg');
}

.bg-triangles-lg-square {
  background-image: url('/images/v2/illustrations/big-triangles-square.svg');
}

.bg-hero-house {
  background-image: url('/images/v2/illustrations/hero-house-shadow.svg');
}

.bg-persona-hero-house {
  background-image: url('/images/v2/illustrations/persona-hero-house.svg');
}

.bg-house-min {
  background-image: url('/images/v2/illustrations/house-min.svg');
}

.bg-home-hero-auth {
  background-image: url('/images/v2/illustrations/home-hero-auth.svg');
}

.bg-home-hero {
  background-image: url('/images/home/background.jpg');
}

.bg-horizontal-house {
  background-image: url('/images/v2/illustrations/horizontal-house-repeat.svg');
}

.bg-map {
  background-image: url('/images/v2/illustrations/map.svg');
}

.bg-map-alt {
  background-image: url('/images/v2/illustrations/map-alt.svg');
}

.bg-map-alt-2 {
  background-image: url('/images/v2/illustrations/map-alt-2.svg');
}

.bg-map-alt-3 {
  background-image: url('/images/v2/illustrations/map-alt-3.svg');
}

.bg-b2bfinance {
  background-image: url(/images/finance-finder/b2bfinance-tick.png);
}

.bg-frame {
  background-image: url(/images/about/frame.png);
}

.bg-dot-wave {
  background-image: url(/images/dot-wave.png);
}

.bg-line-wave {
  background-image: url(/images/line-wave.svg);
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-green-darkest {
  --tw-gradient-from: #032b26;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
}

.from-green-darker {
  --tw-gradient-from: #063932;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
}

.from-green-dark {
  --tw-gradient-from: #0b4d44;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
}

.from-green-medium {
  --tw-gradient-from: #199365;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
}

.from-green-light {
  --tw-gradient-from: #47b669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.from-grey-darkest {
  --tw-gradient-from: #303030;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
}

.from-grey-darker {
  --tw-gradient-from: #4a4a4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
}

.from-grey-dark {
  --tw-gradient-from: #6c7476;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
}

.from-grey {
  --tw-gradient-from: #888888;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
}

.from-grey-medium {
  --tw-gradient-from: #aaaaaa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.from-grey-light {
  --tw-gradient-from: #bbbbbb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

.from-grey-lighter {
  --tw-gradient-from: #dadada;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.from-grey-pale {
  --tw-gradient-from: #eaeaea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.from-grey-pale-60 {
  --tw-gradient-from: rgba(234,234,234,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.from-grey-faint {
  --tw-gradient-from: #f3f3f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.from-grey-lightest {
  --tw-gradient-from: #f9f9f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.from-grey-page {
  --tw-gradient-from: rgba(243,243,243,0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.from-primary-white {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-secondary-green {
  --tw-gradient-from: #0cc393;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
}

.from-secondary-blue-dark {
  --tw-gradient-from: #175564;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
}

.from-secondary-blue-light {
  --tw-gradient-from: #2eaeb2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.from-secondary-blue-light-20 {
  --tw-gradient-from: rgba(46,174,178,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.from-secondary-blue-light-10 {
  --tw-gradient-from: rgba(46,174,178,0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.from-tertiary-orange {
  --tw-gradient-from: #f46036;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.from-tertiary-yellow {
  --tw-gradient-from: #f9c846;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
}

.from-success {
  --tw-gradient-from: #47b669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.from-warning {
  --tw-gradient-from: #f46036;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.from-error {
  --tw-gradient-from: #e63147;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
}

.from-info {
  --tw-gradient-from: #2eaeb2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.from-black {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-black-neutral {
  --tw-gradient-from: #373f41;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
}

.from-toggle {
  --tw-gradient-from: rgba(8,198,145,0.3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.from-toggle-active {
  --tw-gradient-from: rgba(8,198,145,1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.from-tertiary-orange-hover {
  --tw-gradient-from: #f78161;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
}

.from-google-maps {
  --tw-gradient-from: #e5e3df;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
}

.from-chart {
  --tw-gradient-from: rgba(218,240,225,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
}

.from-energy-rating-a {
  --tw-gradient-from: #008459;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
}

.from-energy-rating-b {
  --tw-gradient-from: #19b059;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
}

.from-energy-rating-c {
  --tw-gradient-from: #8dc641;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
}

.from-energy-rating-d {
  --tw-gradient-from: #ffcc00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.from-energy-rating-e {
  --tw-gradient-from: #f7ac64;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
}

.from-energy-rating-f {
  --tw-gradient-from: #f78521;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
}

.from-energy-rating-g {
  --tw-gradient-from: #ef1c39;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
}

.from-flo-blue-light {
  --tw-gradient-from: #0072b4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
}

.from-green-dark-60 {
  --tw-gradient-from: #a3b7b4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
}

.from-tertiary-background {
  --tw-gradient-from: #ebfaf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
}

.from-tertiary-green {
  --tw-gradient-from: #08c691;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-green-darkest:hover {
  --tw-gradient-from: #032b26;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
}

.hover\:from-green-darker:hover {
  --tw-gradient-from: #063932;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
}

.hover\:from-green-dark:hover {
  --tw-gradient-from: #0b4d44;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
}

.hover\:from-green-medium:hover {
  --tw-gradient-from: #199365;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
}

.hover\:from-green-light:hover {
  --tw-gradient-from: #47b669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.hover\:from-grey-darkest:hover {
  --tw-gradient-from: #303030;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
}

.hover\:from-grey-darker:hover {
  --tw-gradient-from: #4a4a4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
}

.hover\:from-grey-dark:hover {
  --tw-gradient-from: #6c7476;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
}

.hover\:from-grey:hover {
  --tw-gradient-from: #888888;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
}

.hover\:from-grey-medium:hover {
  --tw-gradient-from: #aaaaaa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.hover\:from-grey-light:hover {
  --tw-gradient-from: #bbbbbb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

.hover\:from-grey-lighter:hover {
  --tw-gradient-from: #dadada;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.hover\:from-grey-pale:hover {
  --tw-gradient-from: #eaeaea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.hover\:from-grey-pale-60:hover {
  --tw-gradient-from: rgba(234,234,234,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.hover\:from-grey-faint:hover {
  --tw-gradient-from: #f3f3f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.hover\:from-grey-lightest:hover {
  --tw-gradient-from: #f9f9f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.hover\:from-grey-page:hover {
  --tw-gradient-from: rgba(243,243,243,0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.hover\:from-primary-white:hover {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-secondary-green:hover {
  --tw-gradient-from: #0cc393;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
}

.hover\:from-secondary-blue-dark:hover {
  --tw-gradient-from: #175564;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
}

.hover\:from-secondary-blue-light:hover {
  --tw-gradient-from: #2eaeb2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.hover\:from-secondary-blue-light-20:hover {
  --tw-gradient-from: rgba(46,174,178,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.hover\:from-secondary-blue-light-10:hover {
  --tw-gradient-from: rgba(46,174,178,0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.hover\:from-tertiary-orange:hover {
  --tw-gradient-from: #f46036;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.hover\:from-tertiary-yellow:hover {
  --tw-gradient-from: #f9c846;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
}

.hover\:from-success:hover {
  --tw-gradient-from: #47b669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.hover\:from-warning:hover {
  --tw-gradient-from: #f46036;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.hover\:from-error:hover {
  --tw-gradient-from: #e63147;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
}

.hover\:from-info:hover {
  --tw-gradient-from: #2eaeb2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.hover\:from-black:hover {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-black-neutral:hover {
  --tw-gradient-from: #373f41;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
}

.hover\:from-toggle:hover {
  --tw-gradient-from: rgba(8,198,145,0.3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.hover\:from-toggle-active:hover {
  --tw-gradient-from: rgba(8,198,145,1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.hover\:from-tertiary-orange-hover:hover {
  --tw-gradient-from: #f78161;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
}

.hover\:from-google-maps:hover {
  --tw-gradient-from: #e5e3df;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
}

.hover\:from-chart:hover {
  --tw-gradient-from: rgba(218,240,225,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
}

.hover\:from-energy-rating-a:hover {
  --tw-gradient-from: #008459;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
}

.hover\:from-energy-rating-b:hover {
  --tw-gradient-from: #19b059;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
}

.hover\:from-energy-rating-c:hover {
  --tw-gradient-from: #8dc641;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
}

.hover\:from-energy-rating-d:hover {
  --tw-gradient-from: #ffcc00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.hover\:from-energy-rating-e:hover {
  --tw-gradient-from: #f7ac64;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
}

.hover\:from-energy-rating-f:hover {
  --tw-gradient-from: #f78521;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
}

.hover\:from-energy-rating-g:hover {
  --tw-gradient-from: #ef1c39;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
}

.hover\:from-flo-blue-light:hover {
  --tw-gradient-from: #0072b4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
}

.hover\:from-green-dark-60:hover {
  --tw-gradient-from: #a3b7b4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
}

.hover\:from-tertiary-background:hover {
  --tw-gradient-from: #ebfaf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
}

.hover\:from-tertiary-green:hover {
  --tw-gradient-from: #08c691;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-green-darkest:focus {
  --tw-gradient-from: #032b26;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
}

.focus\:from-green-darker:focus {
  --tw-gradient-from: #063932;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
}

.focus\:from-green-dark:focus {
  --tw-gradient-from: #0b4d44;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
}

.focus\:from-green-medium:focus {
  --tw-gradient-from: #199365;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
}

.focus\:from-green-light:focus {
  --tw-gradient-from: #47b669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.focus\:from-grey-darkest:focus {
  --tw-gradient-from: #303030;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
}

.focus\:from-grey-darker:focus {
  --tw-gradient-from: #4a4a4a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
}

.focus\:from-grey-dark:focus {
  --tw-gradient-from: #6c7476;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
}

.focus\:from-grey:focus {
  --tw-gradient-from: #888888;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
}

.focus\:from-grey-medium:focus {
  --tw-gradient-from: #aaaaaa;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.focus\:from-grey-light:focus {
  --tw-gradient-from: #bbbbbb;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

.focus\:from-grey-lighter:focus {
  --tw-gradient-from: #dadada;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.focus\:from-grey-pale:focus {
  --tw-gradient-from: #eaeaea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.focus\:from-grey-pale-60:focus {
  --tw-gradient-from: rgba(234,234,234,0.6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.focus\:from-grey-faint:focus {
  --tw-gradient-from: #f3f3f3;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.focus\:from-grey-lightest:focus {
  --tw-gradient-from: #f9f9f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.focus\:from-grey-page:focus {
  --tw-gradient-from: rgba(243,243,243,0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.focus\:from-primary-white:focus {
  --tw-gradient-from: #ffffff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-secondary-green:focus {
  --tw-gradient-from: #0cc393;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
}

.focus\:from-secondary-blue-dark:focus {
  --tw-gradient-from: #175564;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
}

.focus\:from-secondary-blue-light:focus {
  --tw-gradient-from: #2eaeb2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.focus\:from-secondary-blue-light-20:focus {
  --tw-gradient-from: rgba(46,174,178,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.focus\:from-secondary-blue-light-10:focus {
  --tw-gradient-from: rgba(46,174,178,0.1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.focus\:from-tertiary-orange:focus {
  --tw-gradient-from: #f46036;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.focus\:from-tertiary-yellow:focus {
  --tw-gradient-from: #f9c846;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
}

.focus\:from-success:focus {
  --tw-gradient-from: #47b669;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.focus\:from-warning:focus {
  --tw-gradient-from: #f46036;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.focus\:from-error:focus {
  --tw-gradient-from: #e63147;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
}

.focus\:from-info:focus {
  --tw-gradient-from: #2eaeb2;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.focus\:from-black:focus {
  --tw-gradient-from: #000000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-black-neutral:focus {
  --tw-gradient-from: #373f41;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
}

.focus\:from-toggle:focus {
  --tw-gradient-from: rgba(8,198,145,0.3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.focus\:from-toggle-active:focus {
  --tw-gradient-from: rgba(8,198,145,1);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.focus\:from-tertiary-orange-hover:focus {
  --tw-gradient-from: #f78161;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
}

.focus\:from-google-maps:focus {
  --tw-gradient-from: #e5e3df;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
}

.focus\:from-chart:focus {
  --tw-gradient-from: rgba(218,240,225,0.2);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
}

.focus\:from-energy-rating-a:focus {
  --tw-gradient-from: #008459;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
}

.focus\:from-energy-rating-b:focus {
  --tw-gradient-from: #19b059;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
}

.focus\:from-energy-rating-c:focus {
  --tw-gradient-from: #8dc641;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
}

.focus\:from-energy-rating-d:focus {
  --tw-gradient-from: #ffcc00;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.focus\:from-energy-rating-e:focus {
  --tw-gradient-from: #f7ac64;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
}

.focus\:from-energy-rating-f:focus {
  --tw-gradient-from: #f78521;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
}

.focus\:from-energy-rating-g:focus {
  --tw-gradient-from: #ef1c39;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
}

.focus\:from-flo-blue-light:focus {
  --tw-gradient-from: #0072b4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
}

.focus\:from-green-dark-60:focus {
  --tw-gradient-from: #a3b7b4;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
}

.focus\:from-tertiary-background:focus {
  --tw-gradient-from: #ebfaf6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
}

.focus\:from-tertiary-green:focus {
  --tw-gradient-from: #08c691;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-green-darkest {
  --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
}

.via-green-darker {
  --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
}

.via-green-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
}

.via-green-medium {
  --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
}

.via-green-light {
  --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.via-grey-darkest {
  --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
}

.via-grey-darker {
  --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
}

.via-grey-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
}

.via-grey {
  --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
}

.via-grey-medium {
  --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.via-grey-light {
  --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

.via-grey-lighter {
  --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.via-grey-pale {
  --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.via-grey-pale-60 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.via-grey-faint {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.via-grey-lightest {
  --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.via-grey-page {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.via-primary-white {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-secondary-green {
  --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
}

.via-secondary-blue-dark {
  --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
}

.via-secondary-blue-light {
  --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.via-secondary-blue-light-20 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.via-secondary-blue-light-10 {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.via-tertiary-orange {
  --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.via-tertiary-yellow {
  --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
}

.via-success {
  --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.via-warning {
  --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.via-error {
  --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
}

.via-info {
  --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black-neutral {
  --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
}

.via-toggle {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.via-toggle-active {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.via-tertiary-orange-hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
}

.via-google-maps {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
}

.via-chart {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
}

.via-energy-rating-a {
  --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
}

.via-energy-rating-b {
  --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
}

.via-energy-rating-c {
  --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
}

.via-energy-rating-d {
  --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.via-energy-rating-e {
  --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
}

.via-energy-rating-f {
  --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
}

.via-energy-rating-g {
  --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
}

.via-flo-blue-light {
  --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
}

.via-green-dark-60 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
}

.via-tertiary-background {
  --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
}

.via-tertiary-green {
  --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-green-darkest:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
}

.hover\:via-green-darker:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
}

.hover\:via-green-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
}

.hover\:via-green-medium:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
}

.hover\:via-green-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.hover\:via-grey-darkest:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
}

.hover\:via-grey-darker:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
}

.hover\:via-grey-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
}

.hover\:via-grey:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
}

.hover\:via-grey-medium:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.hover\:via-grey-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

.hover\:via-grey-lighter:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.hover\:via-grey-pale:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.hover\:via-grey-pale-60:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.hover\:via-grey-faint:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.hover\:via-grey-lightest:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.hover\:via-grey-page:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.hover\:via-primary-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-secondary-green:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
}

.hover\:via-secondary-blue-dark:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
}

.hover\:via-secondary-blue-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.hover\:via-secondary-blue-light-20:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.hover\:via-secondary-blue-light-10:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.hover\:via-tertiary-orange:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.hover\:via-tertiary-yellow:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
}

.hover\:via-success:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.hover\:via-warning:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.hover\:via-error:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
}

.hover\:via-info:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black-neutral:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
}

.hover\:via-toggle:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.hover\:via-toggle-active:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.hover\:via-tertiary-orange-hover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
}

.hover\:via-google-maps:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
}

.hover\:via-chart:hover {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
}

.hover\:via-energy-rating-a:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
}

.hover\:via-energy-rating-b:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
}

.hover\:via-energy-rating-c:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
}

.hover\:via-energy-rating-d:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.hover\:via-energy-rating-e:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
}

.hover\:via-energy-rating-f:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
}

.hover\:via-energy-rating-g:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
}

.hover\:via-flo-blue-light:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
}

.hover\:via-green-dark-60:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
}

.hover\:via-tertiary-background:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
}

.hover\:via-tertiary-green:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-green-darkest:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
}

.focus\:via-green-darker:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
}

.focus\:via-green-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
}

.focus\:via-green-medium:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
}

.focus\:via-green-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.focus\:via-grey-darkest:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
}

.focus\:via-grey-darker:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
}

.focus\:via-grey-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
}

.focus\:via-grey:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
}

.focus\:via-grey-medium:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
}

.focus\:via-grey-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
}

.focus\:via-grey-lighter:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
}

.focus\:via-grey-pale:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.focus\:via-grey-pale-60:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
}

.focus\:via-grey-faint:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.focus\:via-grey-lightest:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
}

.focus\:via-grey-page:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
}

.focus\:via-primary-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-secondary-green:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
}

.focus\:via-secondary-blue-dark:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
}

.focus\:via-secondary-blue-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.focus\:via-secondary-blue-light-20:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.focus\:via-secondary-blue-light-10:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.focus\:via-tertiary-orange:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.focus\:via-tertiary-yellow:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
}

.focus\:via-success:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
}

.focus\:via-warning:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
}

.focus\:via-error:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
}

.focus\:via-info:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black-neutral:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
}

.focus\:via-toggle:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.focus\:via-toggle-active:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.focus\:via-tertiary-orange-hover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
}

.focus\:via-google-maps:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
}

.focus\:via-chart:focus {
  --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
}

.focus\:via-energy-rating-a:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
}

.focus\:via-energy-rating-b:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
}

.focus\:via-energy-rating-c:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
}

.focus\:via-energy-rating-d:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
}

.focus\:via-energy-rating-e:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
}

.focus\:via-energy-rating-f:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
}

.focus\:via-energy-rating-g:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
}

.focus\:via-flo-blue-light:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
}

.focus\:via-green-dark-60:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
}

.focus\:via-tertiary-background:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
}

.focus\:via-tertiary-green:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.to-green-darkest {
  --tw-gradient-to: #032b26;
}

.to-green-darker {
  --tw-gradient-to: #063932;
}

.to-green-dark {
  --tw-gradient-to: #0b4d44;
}

.to-green-medium {
  --tw-gradient-to: #199365;
}

.to-green-light {
  --tw-gradient-to: #47b669;
}

.to-grey-darkest {
  --tw-gradient-to: #303030;
}

.to-grey-darker {
  --tw-gradient-to: #4a4a4a;
}

.to-grey-dark {
  --tw-gradient-to: #6c7476;
}

.to-grey {
  --tw-gradient-to: #888888;
}

.to-grey-medium {
  --tw-gradient-to: #aaaaaa;
}

.to-grey-light {
  --tw-gradient-to: #bbbbbb;
}

.to-grey-lighter {
  --tw-gradient-to: #dadada;
}

.to-grey-pale {
  --tw-gradient-to: #eaeaea;
}

.to-grey-pale-60 {
  --tw-gradient-to: rgba(234,234,234,0.6);
}

.to-grey-faint {
  --tw-gradient-to: #f3f3f3;
}

.to-grey-lightest {
  --tw-gradient-to: #f9f9f9;
}

.to-grey-page {
  --tw-gradient-to: rgba(243,243,243,0.5);
}

.to-primary-white {
  --tw-gradient-to: #ffffff;
}

.to-secondary-green {
  --tw-gradient-to: #0cc393;
}

.to-secondary-blue-dark {
  --tw-gradient-to: #175564;
}

.to-secondary-blue-light {
  --tw-gradient-to: #2eaeb2;
}

.to-secondary-blue-light-20 {
  --tw-gradient-to: rgba(46,174,178,0.2);
}

.to-secondary-blue-light-10 {
  --tw-gradient-to: rgba(46,174,178,0.1);
}

.to-tertiary-orange {
  --tw-gradient-to: #f46036;
}

.to-tertiary-yellow {
  --tw-gradient-to: #f9c846;
}

.to-success {
  --tw-gradient-to: #47b669;
}

.to-warning {
  --tw-gradient-to: #f46036;
}

.to-error {
  --tw-gradient-to: #e63147;
}

.to-info {
  --tw-gradient-to: #2eaeb2;
}

.to-black {
  --tw-gradient-to: #000000;
}

.to-black-neutral {
  --tw-gradient-to: #373f41;
}

.to-toggle {
  --tw-gradient-to: rgba(8,198,145,0.3);
}

.to-toggle-active {
  --tw-gradient-to: rgba(8,198,145,1);
}

.to-tertiary-orange-hover {
  --tw-gradient-to: #f78161;
}

.to-google-maps {
  --tw-gradient-to: #e5e3df;
}

.to-chart {
  --tw-gradient-to: rgba(218,240,225,0.2);
}

.to-energy-rating-a {
  --tw-gradient-to: #008459;
}

.to-energy-rating-b {
  --tw-gradient-to: #19b059;
}

.to-energy-rating-c {
  --tw-gradient-to: #8dc641;
}

.to-energy-rating-d {
  --tw-gradient-to: #ffcc00;
}

.to-energy-rating-e {
  --tw-gradient-to: #f7ac64;
}

.to-energy-rating-f {
  --tw-gradient-to: #f78521;
}

.to-energy-rating-g {
  --tw-gradient-to: #ef1c39;
}

.to-flo-blue-light {
  --tw-gradient-to: #0072b4;
}

.to-green-dark-60 {
  --tw-gradient-to: #a3b7b4;
}

.to-tertiary-background {
  --tw-gradient-to: #ebfaf6;
}

.to-tertiary-green {
  --tw-gradient-to: #08c691;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent;
}

.hover\:to-green-darkest:hover {
  --tw-gradient-to: #032b26;
}

.hover\:to-green-darker:hover {
  --tw-gradient-to: #063932;
}

.hover\:to-green-dark:hover {
  --tw-gradient-to: #0b4d44;
}

.hover\:to-green-medium:hover {
  --tw-gradient-to: #199365;
}

.hover\:to-green-light:hover {
  --tw-gradient-to: #47b669;
}

.hover\:to-grey-darkest:hover {
  --tw-gradient-to: #303030;
}

.hover\:to-grey-darker:hover {
  --tw-gradient-to: #4a4a4a;
}

.hover\:to-grey-dark:hover {
  --tw-gradient-to: #6c7476;
}

.hover\:to-grey:hover {
  --tw-gradient-to: #888888;
}

.hover\:to-grey-medium:hover {
  --tw-gradient-to: #aaaaaa;
}

.hover\:to-grey-light:hover {
  --tw-gradient-to: #bbbbbb;
}

.hover\:to-grey-lighter:hover {
  --tw-gradient-to: #dadada;
}

.hover\:to-grey-pale:hover {
  --tw-gradient-to: #eaeaea;
}

.hover\:to-grey-pale-60:hover {
  --tw-gradient-to: rgba(234,234,234,0.6);
}

.hover\:to-grey-faint:hover {
  --tw-gradient-to: #f3f3f3;
}

.hover\:to-grey-lightest:hover {
  --tw-gradient-to: #f9f9f9;
}

.hover\:to-grey-page:hover {
  --tw-gradient-to: rgba(243,243,243,0.5);
}

.hover\:to-primary-white:hover {
  --tw-gradient-to: #ffffff;
}

.hover\:to-secondary-green:hover {
  --tw-gradient-to: #0cc393;
}

.hover\:to-secondary-blue-dark:hover {
  --tw-gradient-to: #175564;
}

.hover\:to-secondary-blue-light:hover {
  --tw-gradient-to: #2eaeb2;
}

.hover\:to-secondary-blue-light-20:hover {
  --tw-gradient-to: rgba(46,174,178,0.2);
}

.hover\:to-secondary-blue-light-10:hover {
  --tw-gradient-to: rgba(46,174,178,0.1);
}

.hover\:to-tertiary-orange:hover {
  --tw-gradient-to: #f46036;
}

.hover\:to-tertiary-yellow:hover {
  --tw-gradient-to: #f9c846;
}

.hover\:to-success:hover {
  --tw-gradient-to: #47b669;
}

.hover\:to-warning:hover {
  --tw-gradient-to: #f46036;
}

.hover\:to-error:hover {
  --tw-gradient-to: #e63147;
}

.hover\:to-info:hover {
  --tw-gradient-to: #2eaeb2;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000000;
}

.hover\:to-black-neutral:hover {
  --tw-gradient-to: #373f41;
}

.hover\:to-toggle:hover {
  --tw-gradient-to: rgba(8,198,145,0.3);
}

.hover\:to-toggle-active:hover {
  --tw-gradient-to: rgba(8,198,145,1);
}

.hover\:to-tertiary-orange-hover:hover {
  --tw-gradient-to: #f78161;
}

.hover\:to-google-maps:hover {
  --tw-gradient-to: #e5e3df;
}

.hover\:to-chart:hover {
  --tw-gradient-to: rgba(218,240,225,0.2);
}

.hover\:to-energy-rating-a:hover {
  --tw-gradient-to: #008459;
}

.hover\:to-energy-rating-b:hover {
  --tw-gradient-to: #19b059;
}

.hover\:to-energy-rating-c:hover {
  --tw-gradient-to: #8dc641;
}

.hover\:to-energy-rating-d:hover {
  --tw-gradient-to: #ffcc00;
}

.hover\:to-energy-rating-e:hover {
  --tw-gradient-to: #f7ac64;
}

.hover\:to-energy-rating-f:hover {
  --tw-gradient-to: #f78521;
}

.hover\:to-energy-rating-g:hover {
  --tw-gradient-to: #ef1c39;
}

.hover\:to-flo-blue-light:hover {
  --tw-gradient-to: #0072b4;
}

.hover\:to-green-dark-60:hover {
  --tw-gradient-to: #a3b7b4;
}

.hover\:to-tertiary-background:hover {
  --tw-gradient-to: #ebfaf6;
}

.hover\:to-tertiary-green:hover {
  --tw-gradient-to: #08c691;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent;
}

.focus\:to-green-darkest:focus {
  --tw-gradient-to: #032b26;
}

.focus\:to-green-darker:focus {
  --tw-gradient-to: #063932;
}

.focus\:to-green-dark:focus {
  --tw-gradient-to: #0b4d44;
}

.focus\:to-green-medium:focus {
  --tw-gradient-to: #199365;
}

.focus\:to-green-light:focus {
  --tw-gradient-to: #47b669;
}

.focus\:to-grey-darkest:focus {
  --tw-gradient-to: #303030;
}

.focus\:to-grey-darker:focus {
  --tw-gradient-to: #4a4a4a;
}

.focus\:to-grey-dark:focus {
  --tw-gradient-to: #6c7476;
}

.focus\:to-grey:focus {
  --tw-gradient-to: #888888;
}

.focus\:to-grey-medium:focus {
  --tw-gradient-to: #aaaaaa;
}

.focus\:to-grey-light:focus {
  --tw-gradient-to: #bbbbbb;
}

.focus\:to-grey-lighter:focus {
  --tw-gradient-to: #dadada;
}

.focus\:to-grey-pale:focus {
  --tw-gradient-to: #eaeaea;
}

.focus\:to-grey-pale-60:focus {
  --tw-gradient-to: rgba(234,234,234,0.6);
}

.focus\:to-grey-faint:focus {
  --tw-gradient-to: #f3f3f3;
}

.focus\:to-grey-lightest:focus {
  --tw-gradient-to: #f9f9f9;
}

.focus\:to-grey-page:focus {
  --tw-gradient-to: rgba(243,243,243,0.5);
}

.focus\:to-primary-white:focus {
  --tw-gradient-to: #ffffff;
}

.focus\:to-secondary-green:focus {
  --tw-gradient-to: #0cc393;
}

.focus\:to-secondary-blue-dark:focus {
  --tw-gradient-to: #175564;
}

.focus\:to-secondary-blue-light:focus {
  --tw-gradient-to: #2eaeb2;
}

.focus\:to-secondary-blue-light-20:focus {
  --tw-gradient-to: rgba(46,174,178,0.2);
}

.focus\:to-secondary-blue-light-10:focus {
  --tw-gradient-to: rgba(46,174,178,0.1);
}

.focus\:to-tertiary-orange:focus {
  --tw-gradient-to: #f46036;
}

.focus\:to-tertiary-yellow:focus {
  --tw-gradient-to: #f9c846;
}

.focus\:to-success:focus {
  --tw-gradient-to: #47b669;
}

.focus\:to-warning:focus {
  --tw-gradient-to: #f46036;
}

.focus\:to-error:focus {
  --tw-gradient-to: #e63147;
}

.focus\:to-info:focus {
  --tw-gradient-to: #2eaeb2;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000000;
}

.focus\:to-black-neutral:focus {
  --tw-gradient-to: #373f41;
}

.focus\:to-toggle:focus {
  --tw-gradient-to: rgba(8,198,145,0.3);
}

.focus\:to-toggle-active:focus {
  --tw-gradient-to: rgba(8,198,145,1);
}

.focus\:to-tertiary-orange-hover:focus {
  --tw-gradient-to: #f78161;
}

.focus\:to-google-maps:focus {
  --tw-gradient-to: #e5e3df;
}

.focus\:to-chart:focus {
  --tw-gradient-to: rgba(218,240,225,0.2);
}

.focus\:to-energy-rating-a:focus {
  --tw-gradient-to: #008459;
}

.focus\:to-energy-rating-b:focus {
  --tw-gradient-to: #19b059;
}

.focus\:to-energy-rating-c:focus {
  --tw-gradient-to: #8dc641;
}

.focus\:to-energy-rating-d:focus {
  --tw-gradient-to: #ffcc00;
}

.focus\:to-energy-rating-e:focus {
  --tw-gradient-to: #f7ac64;
}

.focus\:to-energy-rating-f:focus {
  --tw-gradient-to: #f78521;
}

.focus\:to-energy-rating-g:focus {
  --tw-gradient-to: #ef1c39;
}

.focus\:to-flo-blue-light:focus {
  --tw-gradient-to: #0072b4;
}

.focus\:to-green-dark-60:focus {
  --tw-gradient-to: #a3b7b4;
}

.focus\:to-tertiary-background:focus {
  --tw-gradient-to: #ebfaf6;
}

.focus\:to-tertiary-green:focus {
  --tw-gradient-to: #08c691;
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.bg-5 {
  background-size: 1.25rem;
}

.bg-20 {
  background-size: 5rem;
}

.bg-45 {
  background-size: 11.25rem;
}

.bg-48 {
  background-size: 12rem;
}

.bg-80 {
  background-size: 20rem;
}

.bg-100 {
  background-size: 25rem;
}

.bg-112 {
  background-size: 28rem;
}

.bg-120 {
  background-size: 30rem;
}

.bg-128 {
  background-size: 32rem;
}

.bg-132 {
  background-size: 33rem;
}

.bg-140 {
  background-size: 35rem;
}

.bg-152 {
  background-size: 38rem;
}

.bg-164 {
  background-size: 41rem;
}

.bg-184 {
  background-size: 46rem;
}

.bg-200 {
  background-size: 50rem;
}

.bg-288 {
  background-size: 72rem;
}

.bg-540 {
  background-size: 135rem;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-4\/5 {
  background-size: 80%;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-top-0\.75 {
  background-position: 0 0.1875rem;
}

.bg-left-2 {
  background-position: left 0.5rem center;
}

.bg-right-2 {
  background-position: right 0.5rem center;
}

.bg-left-top-3 {
  background-position: 0.75rem 0.75rem;
}

.bg-left-top-5 {
  background-position: 1.25rem 1.25rem;
}

.bg-right-top-5 {
  background-position: right 1.25rem top 1.25rem;
}

.bg-right-top-2 {
  background-position: right 0.5rem top 0.5rem;
}

.bg-left-bottom-5 {
  background-position: left 1.25rem bottom 1.25rem;
}

.bg-right-bottom-5 {
  background-position: right 1.25rem bottom 1.25rem;
}

.-bg-right-top-36 {
  background-position: right 0 top -9rem;
}

.-bg-right-bottom-px {
  background-position: right 0 bottom -1px;
}

.-bg-right-bottom-16 {
  background-position: right -0.125rem bottom -4rem;
}

.-bg-bottom-1 {
  background-position: bottom -4rem center;
}

.-bg-bottom-1-left {
  background-position: bottom -4rem left;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-current {
  fill: currentColor;
}

.fill-none {
  fill: none;
}

.fill-green-light {
  fill: #47b669;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-green-medium {
  stroke: #199365;
}

.stroke-tertiary-orange {
  stroke: #f46036;
}

.stroke-grey-pale {
  stroke: #eaeaea;
}

.stroke-0 {
  stroke-width: 0;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.stroke-12 {
  stroke-width: 12;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-18 {
  padding: 4.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-21 {
  padding: 5.25rem;
}

.p-22 {
  padding: 5.5rem;
}

.p-24 {
  padding: 6rem;
}

.p-26 {
  padding: 6.5rem;
}

.p-28 {
  padding: 7rem;
}

.p-29 {
  padding: 7.25rem;
}

.p-32 {
  padding: 8rem;
}

.p-34 {
  padding: 8.5rem;
}

.p-36 {
  padding: 9rem;
}

.p-40 {
  padding: 10rem;
}

.p-42 {
  padding: 10.5rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-68 {
  padding: 17rem;
}

.p-72 {
  padding: 18rem;
}

.p-77 {
  padding: 19.25rem;
}

.p-80 {
  padding: 20rem;
}

.p-82 {
  padding: 20.5rem;
}

.p-88 {
  padding: 22rem;
}

.p-94 {
  padding: 23.5rem;
}

.p-96 {
  padding: 24rem;
}

.p-98 {
  padding: 24.5rem;
}

.p-104 {
  padding: 26rem;
}

.p-108 {
  padding: 27rem;
}

.p-110 {
  padding: 27.5rem;
}

.p-112 {
  padding: 28rem;
}

.p-120 {
  padding: 30rem;
}

.p-128 {
  padding: 32rem;
}

.p-132 {
  padding: 33rem;
}

.p-134 {
  padding: 33.5rem;
}

.p-135 {
  padding: 33.75rem;
}

.p-136 {
  padding: 34rem;
}

.p-144 {
  padding: 36rem;
}

.p-152 {
  padding: 38rem;
}

.p-160 {
  padding: 40rem;
}

.p-164 {
  padding: 41rem;
}

.p-172 {
  padding: 43rem;
}

.p-179 {
  padding: 44.75rem;
}

.p-184 {
  padding: 46rem;
}

.p-192 {
  padding: 48rem;
}

.p-224 {
  padding: 56rem;
}

.p-240 {
  padding: 60rem;
}

.p-256 {
  padding: 64rem;
}

.p-265 {
  padding: 66.25rem;
}

.p-288 {
  padding: 72rem;
}

.p-384 {
  padding: 96rem;
}

.p-px {
  padding: 1px;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-0\.75 {
  padding: 0.1875rem;
}

.p-4\.5 {
  padding: 1.125rem;
}

.p-7\.5 {
  padding: 1.875rem;
}

.p-9\.5 {
  padding: 2.375rem;
}

.p-9\.75 {
  padding: 2.4375rem;
}

.p-12\.5 {
  padding: 3.125rem;
}

.p-13\.5 {
  padding: 3.375rem;
}

.p-292\.5 {
  padding: 73.125rem;
}

.p-1\/24 {
  padding: 4.166667%;
}

.p-2\/24 {
  padding: 8.333333%;
}

.p-3\/24 {
  padding: 12.5%;
}

.p-4\/24 {
  padding: 16.666667%;
}

.p-5\/24 {
  padding: 20.833333%;
}

.p-6\/24 {
  padding: 25%;
}

.p-7\/24 {
  padding: 29.166666%;
}

.p-8\/24 {
  padding: 33.333333%;
}

.p-9\/24 {
  padding: 37.5%;
}

.p-10\/24 {
  padding: 41.666666%;
}

.p-11\/24 {
  padding: 45.833333%;
}

.p-12\/24 {
  padding: 50%;
}

.p-13\/24 {
  padding: 54.166666%;
}

.p-14\/24 {
  padding: 58.333333%;
}

.p-15\/24 {
  padding: 62.5%;
}

.p-16\/24 {
  padding: 66.666667%;
}

.p-17\/24 {
  padding: 70.833333%;
}

.p-18\/24 {
  padding: 75%;
}

.p-19\/24 {
  padding: 79.166667%;
}

.p-20\/24 {
  padding: 83.333333%;
}

.p-21\/24 {
  padding: 87.5%;
}

.p-22\/24 {
  padding: 91.666667%;
}

.p-23\/24 {
  padding: 95.833333%;
}

.p-24\/24 {
  padding: 100%;
}

.p-screen-header {
  padding: 41.55vw;
}

.p-screen-60 {
  padding: 60vh;
}

.p-screen-80 {
  padding: 80vh;
}

.p-screen-85 {
  padding: 85vh;
}

.p-screen-90 {
  padding: 90vh;
}

.p-screen-95 {
  padding: 95vh;
}

.p-screen-minus-header {
  padding: calc(100vh - 5.25rem);
}

.p-screen-minus-35\.5 {
  padding: calc(100vh - 8.875rem);
}

.p-screen-minus-36 {
  padding: calc(100vh - 9rem);
}

.p-screen-minus-40 {
  padding: calc(100vh - 10rem);
}

.p-screen-minus-55 {
  padding: calc(100vh - 13.75rem);
}

.p-screen-minus-72 {
  padding: calc(100vh - 18rem);
}

.p-screen-minus-80 {
  padding: calc(100vh - 20rem);
}

.p-full-4 {
  padding: calc(100% - 16px);
}

.p-account-body {
  padding: calc(100vw - 304px);
}

.p-menu-center {
  padding: calc(50% - 288px);
}

.p-tutorials-hidden {
  padding: calc(100% - 56px);
}

.p-popup-full-width {
  padding: calc(100% + 32px);
}

.p-popup-full-width-md {
  padding: calc(100% + 64px);
}

.p-popup-full-height {
  padding: calc(100% + 68px);
}

.p-max-content {
  padding: max-content;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-21 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.px-22 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-26 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-29 {
  padding-left: 7.25rem;
  padding-right: 7.25rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-34 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-42 {
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-68 {
  padding-left: 17rem;
  padding-right: 17rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-77 {
  padding-left: 19.25rem;
  padding-right: 19.25rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-82 {
  padding-left: 20.5rem;
  padding-right: 20.5rem;
}

.px-88 {
  padding-left: 22rem;
  padding-right: 22rem;
}

.px-94 {
  padding-left: 23.5rem;
  padding-right: 23.5rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-98 {
  padding-left: 24.5rem;
  padding-right: 24.5rem;
}

.px-104 {
  padding-left: 26rem;
  padding-right: 26rem;
}

.px-108 {
  padding-left: 27rem;
  padding-right: 27rem;
}

.px-110 {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.px-112 {
  padding-left: 28rem;
  padding-right: 28rem;
}

.px-120 {
  padding-left: 30rem;
  padding-right: 30rem;
}

.px-128 {
  padding-left: 32rem;
  padding-right: 32rem;
}

.px-132 {
  padding-left: 33rem;
  padding-right: 33rem;
}

.px-134 {
  padding-left: 33.5rem;
  padding-right: 33.5rem;
}

.px-135 {
  padding-left: 33.75rem;
  padding-right: 33.75rem;
}

.px-136 {
  padding-left: 34rem;
  padding-right: 34rem;
}

.px-144 {
  padding-left: 36rem;
  padding-right: 36rem;
}

.px-152 {
  padding-left: 38rem;
  padding-right: 38rem;
}

.px-160 {
  padding-left: 40rem;
  padding-right: 40rem;
}

.px-164 {
  padding-left: 41rem;
  padding-right: 41rem;
}

.px-172 {
  padding-left: 43rem;
  padding-right: 43rem;
}

.px-179 {
  padding-left: 44.75rem;
  padding-right: 44.75rem;
}

.px-184 {
  padding-left: 46rem;
  padding-right: 46rem;
}

.px-192 {
  padding-left: 48rem;
  padding-right: 48rem;
}

.px-224 {
  padding-left: 56rem;
  padding-right: 56rem;
}

.px-240 {
  padding-left: 60rem;
  padding-right: 60rem;
}

.px-256 {
  padding-left: 64rem;
  padding-right: 64rem;
}

.px-265 {
  padding-left: 66.25rem;
  padding-right: 66.25rem;
}

.px-288 {
  padding-left: 72rem;
  padding-right: 72rem;
}

.px-384 {
  padding-left: 96rem;
  padding-right: 96rem;
}

.px-px {
  padding-left: 1px;
  padding-right: 1px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-0\.75 {
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}

.px-4\.5 {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.px-7\.5 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-9\.5 {
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

.px-9\.75 {
  padding-left: 2.4375rem;
  padding-right: 2.4375rem;
}

.px-12\.5 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-13\.5 {
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}

.px-292\.5 {
  padding-left: 73.125rem;
  padding-right: 73.125rem;
}

.px-1\/24 {
  padding-left: 4.166667%;
  padding-right: 4.166667%;
}

.px-2\/24 {
  padding-left: 8.333333%;
  padding-right: 8.333333%;
}

.px-3\/24 {
  padding-left: 12.5%;
  padding-right: 12.5%;
}

.px-4\/24 {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.px-5\/24 {
  padding-left: 20.833333%;
  padding-right: 20.833333%;
}

.px-6\/24 {
  padding-left: 25%;
  padding-right: 25%;
}

.px-7\/24 {
  padding-left: 29.166666%;
  padding-right: 29.166666%;
}

.px-8\/24 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.px-9\/24 {
  padding-left: 37.5%;
  padding-right: 37.5%;
}

.px-10\/24 {
  padding-left: 41.666666%;
  padding-right: 41.666666%;
}

.px-11\/24 {
  padding-left: 45.833333%;
  padding-right: 45.833333%;
}

.px-12\/24 {
  padding-left: 50%;
  padding-right: 50%;
}

.px-13\/24 {
  padding-left: 54.166666%;
  padding-right: 54.166666%;
}

.px-14\/24 {
  padding-left: 58.333333%;
  padding-right: 58.333333%;
}

.px-15\/24 {
  padding-left: 62.5%;
  padding-right: 62.5%;
}

.px-16\/24 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.px-17\/24 {
  padding-left: 70.833333%;
  padding-right: 70.833333%;
}

.px-18\/24 {
  padding-left: 75%;
  padding-right: 75%;
}

.px-19\/24 {
  padding-left: 79.166667%;
  padding-right: 79.166667%;
}

.px-20\/24 {
  padding-left: 83.333333%;
  padding-right: 83.333333%;
}

.px-21\/24 {
  padding-left: 87.5%;
  padding-right: 87.5%;
}

.px-22\/24 {
  padding-left: 91.666667%;
  padding-right: 91.666667%;
}

.px-23\/24 {
  padding-left: 95.833333%;
  padding-right: 95.833333%;
}

.px-24\/24 {
  padding-left: 100%;
  padding-right: 100%;
}

.px-screen-header {
  padding-left: 41.55vw;
  padding-right: 41.55vw;
}

.px-screen-60 {
  padding-left: 60vh;
  padding-right: 60vh;
}

.px-screen-80 {
  padding-left: 80vh;
  padding-right: 80vh;
}

.px-screen-85 {
  padding-left: 85vh;
  padding-right: 85vh;
}

.px-screen-90 {
  padding-left: 90vh;
  padding-right: 90vh;
}

.px-screen-95 {
  padding-left: 95vh;
  padding-right: 95vh;
}

.px-screen-minus-header {
  padding-left: calc(100vh - 5.25rem);
  padding-right: calc(100vh - 5.25rem);
}

.px-screen-minus-35\.5 {
  padding-left: calc(100vh - 8.875rem);
  padding-right: calc(100vh - 8.875rem);
}

.px-screen-minus-36 {
  padding-left: calc(100vh - 9rem);
  padding-right: calc(100vh - 9rem);
}

.px-screen-minus-40 {
  padding-left: calc(100vh - 10rem);
  padding-right: calc(100vh - 10rem);
}

.px-screen-minus-55 {
  padding-left: calc(100vh - 13.75rem);
  padding-right: calc(100vh - 13.75rem);
}

.px-screen-minus-72 {
  padding-left: calc(100vh - 18rem);
  padding-right: calc(100vh - 18rem);
}

.px-screen-minus-80 {
  padding-left: calc(100vh - 20rem);
  padding-right: calc(100vh - 20rem);
}

.px-full-4 {
  padding-left: calc(100% - 16px);
  padding-right: calc(100% - 16px);
}

.px-account-body {
  padding-left: calc(100vw - 304px);
  padding-right: calc(100vw - 304px);
}

.px-menu-center {
  padding-left: calc(50% - 288px);
  padding-right: calc(50% - 288px);
}

.px-tutorials-hidden {
  padding-left: calc(100% - 56px);
  padding-right: calc(100% - 56px);
}

.px-popup-full-width {
  padding-left: calc(100% + 32px);
  padding-right: calc(100% + 32px);
}

.px-popup-full-width-md {
  padding-left: calc(100% + 64px);
  padding-right: calc(100% + 64px);
}

.px-popup-full-height {
  padding-left: calc(100% + 68px);
  padding-right: calc(100% + 68px);
}

.px-max-content {
  padding-left: max-content;
  padding-right: max-content;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-21 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.py-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-26 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-29 {
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-34 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-42 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-68 {
  padding-top: 17rem;
  padding-bottom: 17rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-77 {
  padding-top: 19.25rem;
  padding-bottom: 19.25rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-82 {
  padding-top: 20.5rem;
  padding-bottom: 20.5rem;
}

.py-88 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.py-94 {
  padding-top: 23.5rem;
  padding-bottom: 23.5rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-98 {
  padding-top: 24.5rem;
  padding-bottom: 24.5rem;
}

.py-104 {
  padding-top: 26rem;
  padding-bottom: 26rem;
}

.py-108 {
  padding-top: 27rem;
  padding-bottom: 27rem;
}

.py-110 {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.py-112 {
  padding-top: 28rem;
  padding-bottom: 28rem;
}

.py-120 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.py-128 {
  padding-top: 32rem;
  padding-bottom: 32rem;
}

.py-132 {
  padding-top: 33rem;
  padding-bottom: 33rem;
}

.py-134 {
  padding-top: 33.5rem;
  padding-bottom: 33.5rem;
}

.py-135 {
  padding-top: 33.75rem;
  padding-bottom: 33.75rem;
}

.py-136 {
  padding-top: 34rem;
  padding-bottom: 34rem;
}

.py-144 {
  padding-top: 36rem;
  padding-bottom: 36rem;
}

.py-152 {
  padding-top: 38rem;
  padding-bottom: 38rem;
}

.py-160 {
  padding-top: 40rem;
  padding-bottom: 40rem;
}

.py-164 {
  padding-top: 41rem;
  padding-bottom: 41rem;
}

.py-172 {
  padding-top: 43rem;
  padding-bottom: 43rem;
}

.py-179 {
  padding-top: 44.75rem;
  padding-bottom: 44.75rem;
}

.py-184 {
  padding-top: 46rem;
  padding-bottom: 46rem;
}

.py-192 {
  padding-top: 48rem;
  padding-bottom: 48rem;
}

.py-224 {
  padding-top: 56rem;
  padding-bottom: 56rem;
}

.py-240 {
  padding-top: 60rem;
  padding-bottom: 60rem;
}

.py-256 {
  padding-top: 64rem;
  padding-bottom: 64rem;
}

.py-265 {
  padding-top: 66.25rem;
  padding-bottom: 66.25rem;
}

.py-288 {
  padding-top: 72rem;
  padding-bottom: 72rem;
}

.py-384 {
  padding-top: 96rem;
  padding-bottom: 96rem;
}

.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-0\.75 {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.py-4\.5 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-7\.5 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-9\.5 {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

.py-9\.75 {
  padding-top: 2.4375rem;
  padding-bottom: 2.4375rem;
}

.py-12\.5 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-13\.5 {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}

.py-292\.5 {
  padding-top: 73.125rem;
  padding-bottom: 73.125rem;
}

.py-1\/24 {
  padding-top: 4.166667%;
  padding-bottom: 4.166667%;
}

.py-2\/24 {
  padding-top: 8.333333%;
  padding-bottom: 8.333333%;
}

.py-3\/24 {
  padding-top: 12.5%;
  padding-bottom: 12.5%;
}

.py-4\/24 {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.py-5\/24 {
  padding-top: 20.833333%;
  padding-bottom: 20.833333%;
}

.py-6\/24 {
  padding-top: 25%;
  padding-bottom: 25%;
}

.py-7\/24 {
  padding-top: 29.166666%;
  padding-bottom: 29.166666%;
}

.py-8\/24 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.py-9\/24 {
  padding-top: 37.5%;
  padding-bottom: 37.5%;
}

.py-10\/24 {
  padding-top: 41.666666%;
  padding-bottom: 41.666666%;
}

.py-11\/24 {
  padding-top: 45.833333%;
  padding-bottom: 45.833333%;
}

.py-12\/24 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.py-13\/24 {
  padding-top: 54.166666%;
  padding-bottom: 54.166666%;
}

.py-14\/24 {
  padding-top: 58.333333%;
  padding-bottom: 58.333333%;
}

.py-15\/24 {
  padding-top: 62.5%;
  padding-bottom: 62.5%;
}

.py-16\/24 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.py-17\/24 {
  padding-top: 70.833333%;
  padding-bottom: 70.833333%;
}

.py-18\/24 {
  padding-top: 75%;
  padding-bottom: 75%;
}

.py-19\/24 {
  padding-top: 79.166667%;
  padding-bottom: 79.166667%;
}

.py-20\/24 {
  padding-top: 83.333333%;
  padding-bottom: 83.333333%;
}

.py-21\/24 {
  padding-top: 87.5%;
  padding-bottom: 87.5%;
}

.py-22\/24 {
  padding-top: 91.666667%;
  padding-bottom: 91.666667%;
}

.py-23\/24 {
  padding-top: 95.833333%;
  padding-bottom: 95.833333%;
}

.py-24\/24 {
  padding-top: 100%;
  padding-bottom: 100%;
}

.py-screen-header {
  padding-top: 41.55vw;
  padding-bottom: 41.55vw;
}

.py-screen-60 {
  padding-top: 60vh;
  padding-bottom: 60vh;
}

.py-screen-80 {
  padding-top: 80vh;
  padding-bottom: 80vh;
}

.py-screen-85 {
  padding-top: 85vh;
  padding-bottom: 85vh;
}

.py-screen-90 {
  padding-top: 90vh;
  padding-bottom: 90vh;
}

.py-screen-95 {
  padding-top: 95vh;
  padding-bottom: 95vh;
}

.py-screen-minus-header {
  padding-top: calc(100vh - 5.25rem);
  padding-bottom: calc(100vh - 5.25rem);
}

.py-screen-minus-35\.5 {
  padding-top: calc(100vh - 8.875rem);
  padding-bottom: calc(100vh - 8.875rem);
}

.py-screen-minus-36 {
  padding-top: calc(100vh - 9rem);
  padding-bottom: calc(100vh - 9rem);
}

.py-screen-minus-40 {
  padding-top: calc(100vh - 10rem);
  padding-bottom: calc(100vh - 10rem);
}

.py-screen-minus-55 {
  padding-top: calc(100vh - 13.75rem);
  padding-bottom: calc(100vh - 13.75rem);
}

.py-screen-minus-72 {
  padding-top: calc(100vh - 18rem);
  padding-bottom: calc(100vh - 18rem);
}

.py-screen-minus-80 {
  padding-top: calc(100vh - 20rem);
  padding-bottom: calc(100vh - 20rem);
}

.py-full-4 {
  padding-top: calc(100% - 16px);
  padding-bottom: calc(100% - 16px);
}

.py-account-body {
  padding-top: calc(100vw - 304px);
  padding-bottom: calc(100vw - 304px);
}

.py-menu-center {
  padding-top: calc(50% - 288px);
  padding-bottom: calc(50% - 288px);
}

.py-tutorials-hidden {
  padding-top: calc(100% - 56px);
  padding-bottom: calc(100% - 56px);
}

.py-popup-full-width {
  padding-top: calc(100% + 32px);
  padding-bottom: calc(100% + 32px);
}

.py-popup-full-width-md {
  padding-top: calc(100% + 64px);
  padding-bottom: calc(100% + 64px);
}

.py-popup-full-height {
  padding-top: calc(100% + 68px);
  padding-bottom: calc(100% + 68px);
}

.py-max-content {
  padding-top: max-content;
  padding-bottom: max-content;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-18 {
  padding-top: 4.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-21 {
  padding-top: 5.25rem;
}

.pt-22 {
  padding-top: 5.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-26 {
  padding-top: 6.5rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-29 {
  padding-top: 7.25rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-34 {
  padding-top: 8.5rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-42 {
  padding-top: 10.5rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-68 {
  padding-top: 17rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-77 {
  padding-top: 19.25rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-82 {
  padding-top: 20.5rem;
}

.pt-88 {
  padding-top: 22rem;
}

.pt-94 {
  padding-top: 23.5rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-98 {
  padding-top: 24.5rem;
}

.pt-104 {
  padding-top: 26rem;
}

.pt-108 {
  padding-top: 27rem;
}

.pt-110 {
  padding-top: 27.5rem;
}

.pt-112 {
  padding-top: 28rem;
}

.pt-120 {
  padding-top: 30rem;
}

.pt-128 {
  padding-top: 32rem;
}

.pt-132 {
  padding-top: 33rem;
}

.pt-134 {
  padding-top: 33.5rem;
}

.pt-135 {
  padding-top: 33.75rem;
}

.pt-136 {
  padding-top: 34rem;
}

.pt-144 {
  padding-top: 36rem;
}

.pt-152 {
  padding-top: 38rem;
}

.pt-160 {
  padding-top: 40rem;
}

.pt-164 {
  padding-top: 41rem;
}

.pt-172 {
  padding-top: 43rem;
}

.pt-179 {
  padding-top: 44.75rem;
}

.pt-184 {
  padding-top: 46rem;
}

.pt-192 {
  padding-top: 48rem;
}

.pt-224 {
  padding-top: 56rem;
}

.pt-240 {
  padding-top: 60rem;
}

.pt-256 {
  padding-top: 64rem;
}

.pt-265 {
  padding-top: 66.25rem;
}

.pt-288 {
  padding-top: 72rem;
}

.pt-384 {
  padding-top: 96rem;
}

.pt-px {
  padding-top: 1px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-0\.75 {
  padding-top: 0.1875rem;
}

.pt-4\.5 {
  padding-top: 1.125rem;
}

.pt-7\.5 {
  padding-top: 1.875rem;
}

.pt-9\.5 {
  padding-top: 2.375rem;
}

.pt-9\.75 {
  padding-top: 2.4375rem;
}

.pt-12\.5 {
  padding-top: 3.125rem;
}

.pt-13\.5 {
  padding-top: 3.375rem;
}

.pt-292\.5 {
  padding-top: 73.125rem;
}

.pt-1\/24 {
  padding-top: 4.166667%;
}

.pt-2\/24 {
  padding-top: 8.333333%;
}

.pt-3\/24 {
  padding-top: 12.5%;
}

.pt-4\/24 {
  padding-top: 16.666667%;
}

.pt-5\/24 {
  padding-top: 20.833333%;
}

.pt-6\/24 {
  padding-top: 25%;
}

.pt-7\/24 {
  padding-top: 29.166666%;
}

.pt-8\/24 {
  padding-top: 33.333333%;
}

.pt-9\/24 {
  padding-top: 37.5%;
}

.pt-10\/24 {
  padding-top: 41.666666%;
}

.pt-11\/24 {
  padding-top: 45.833333%;
}

.pt-12\/24 {
  padding-top: 50%;
}

.pt-13\/24 {
  padding-top: 54.166666%;
}

.pt-14\/24 {
  padding-top: 58.333333%;
}

.pt-15\/24 {
  padding-top: 62.5%;
}

.pt-16\/24 {
  padding-top: 66.666667%;
}

.pt-17\/24 {
  padding-top: 70.833333%;
}

.pt-18\/24 {
  padding-top: 75%;
}

.pt-19\/24 {
  padding-top: 79.166667%;
}

.pt-20\/24 {
  padding-top: 83.333333%;
}

.pt-21\/24 {
  padding-top: 87.5%;
}

.pt-22\/24 {
  padding-top: 91.666667%;
}

.pt-23\/24 {
  padding-top: 95.833333%;
}

.pt-24\/24 {
  padding-top: 100%;
}

.pt-screen-header {
  padding-top: 41.55vw;
}

.pt-screen-60 {
  padding-top: 60vh;
}

.pt-screen-80 {
  padding-top: 80vh;
}

.pt-screen-85 {
  padding-top: 85vh;
}

.pt-screen-90 {
  padding-top: 90vh;
}

.pt-screen-95 {
  padding-top: 95vh;
}

.pt-screen-minus-header {
  padding-top: calc(100vh - 5.25rem);
}

.pt-screen-minus-35\.5 {
  padding-top: calc(100vh - 8.875rem);
}

.pt-screen-minus-36 {
  padding-top: calc(100vh - 9rem);
}

.pt-screen-minus-40 {
  padding-top: calc(100vh - 10rem);
}

.pt-screen-minus-55 {
  padding-top: calc(100vh - 13.75rem);
}

.pt-screen-minus-72 {
  padding-top: calc(100vh - 18rem);
}

.pt-screen-minus-80 {
  padding-top: calc(100vh - 20rem);
}

.pt-full-4 {
  padding-top: calc(100% - 16px);
}

.pt-account-body {
  padding-top: calc(100vw - 304px);
}

.pt-menu-center {
  padding-top: calc(50% - 288px);
}

.pt-tutorials-hidden {
  padding-top: calc(100% - 56px);
}

.pt-popup-full-width {
  padding-top: calc(100% + 32px);
}

.pt-popup-full-width-md {
  padding-top: calc(100% + 64px);
}

.pt-popup-full-height {
  padding-top: calc(100% + 68px);
}

.pt-max-content {
  padding-top: max-content;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-18 {
  padding-right: 4.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-21 {
  padding-right: 5.25rem;
}

.pr-22 {
  padding-right: 5.5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-26 {
  padding-right: 6.5rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-29 {
  padding-right: 7.25rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-34 {
  padding-right: 8.5rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-42 {
  padding-right: 10.5rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-68 {
  padding-right: 17rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-77 {
  padding-right: 19.25rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-82 {
  padding-right: 20.5rem;
}

.pr-88 {
  padding-right: 22rem;
}

.pr-94 {
  padding-right: 23.5rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pr-98 {
  padding-right: 24.5rem;
}

.pr-104 {
  padding-right: 26rem;
}

.pr-108 {
  padding-right: 27rem;
}

.pr-110 {
  padding-right: 27.5rem;
}

.pr-112 {
  padding-right: 28rem;
}

.pr-120 {
  padding-right: 30rem;
}

.pr-128 {
  padding-right: 32rem;
}

.pr-132 {
  padding-right: 33rem;
}

.pr-134 {
  padding-right: 33.5rem;
}

.pr-135 {
  padding-right: 33.75rem;
}

.pr-136 {
  padding-right: 34rem;
}

.pr-144 {
  padding-right: 36rem;
}

.pr-152 {
  padding-right: 38rem;
}

.pr-160 {
  padding-right: 40rem;
}

.pr-164 {
  padding-right: 41rem;
}

.pr-172 {
  padding-right: 43rem;
}

.pr-179 {
  padding-right: 44.75rem;
}

.pr-184 {
  padding-right: 46rem;
}

.pr-192 {
  padding-right: 48rem;
}

.pr-224 {
  padding-right: 56rem;
}

.pr-240 {
  padding-right: 60rem;
}

.pr-256 {
  padding-right: 64rem;
}

.pr-265 {
  padding-right: 66.25rem;
}

.pr-288 {
  padding-right: 72rem;
}

.pr-384 {
  padding-right: 96rem;
}

.pr-px {
  padding-right: 1px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-0\.75 {
  padding-right: 0.1875rem;
}

.pr-4\.5 {
  padding-right: 1.125rem;
}

.pr-7\.5 {
  padding-right: 1.875rem;
}

.pr-9\.5 {
  padding-right: 2.375rem;
}

.pr-9\.75 {
  padding-right: 2.4375rem;
}

.pr-12\.5 {
  padding-right: 3.125rem;
}

.pr-13\.5 {
  padding-right: 3.375rem;
}

.pr-292\.5 {
  padding-right: 73.125rem;
}

.pr-1\/24 {
  padding-right: 4.166667%;
}

.pr-2\/24 {
  padding-right: 8.333333%;
}

.pr-3\/24 {
  padding-right: 12.5%;
}

.pr-4\/24 {
  padding-right: 16.666667%;
}

.pr-5\/24 {
  padding-right: 20.833333%;
}

.pr-6\/24 {
  padding-right: 25%;
}

.pr-7\/24 {
  padding-right: 29.166666%;
}

.pr-8\/24 {
  padding-right: 33.333333%;
}

.pr-9\/24 {
  padding-right: 37.5%;
}

.pr-10\/24 {
  padding-right: 41.666666%;
}

.pr-11\/24 {
  padding-right: 45.833333%;
}

.pr-12\/24 {
  padding-right: 50%;
}

.pr-13\/24 {
  padding-right: 54.166666%;
}

.pr-14\/24 {
  padding-right: 58.333333%;
}

.pr-15\/24 {
  padding-right: 62.5%;
}

.pr-16\/24 {
  padding-right: 66.666667%;
}

.pr-17\/24 {
  padding-right: 70.833333%;
}

.pr-18\/24 {
  padding-right: 75%;
}

.pr-19\/24 {
  padding-right: 79.166667%;
}

.pr-20\/24 {
  padding-right: 83.333333%;
}

.pr-21\/24 {
  padding-right: 87.5%;
}

.pr-22\/24 {
  padding-right: 91.666667%;
}

.pr-23\/24 {
  padding-right: 95.833333%;
}

.pr-24\/24 {
  padding-right: 100%;
}

.pr-screen-header {
  padding-right: 41.55vw;
}

.pr-screen-60 {
  padding-right: 60vh;
}

.pr-screen-80 {
  padding-right: 80vh;
}

.pr-screen-85 {
  padding-right: 85vh;
}

.pr-screen-90 {
  padding-right: 90vh;
}

.pr-screen-95 {
  padding-right: 95vh;
}

.pr-screen-minus-header {
  padding-right: calc(100vh - 5.25rem);
}

.pr-screen-minus-35\.5 {
  padding-right: calc(100vh - 8.875rem);
}

.pr-screen-minus-36 {
  padding-right: calc(100vh - 9rem);
}

.pr-screen-minus-40 {
  padding-right: calc(100vh - 10rem);
}

.pr-screen-minus-55 {
  padding-right: calc(100vh - 13.75rem);
}

.pr-screen-minus-72 {
  padding-right: calc(100vh - 18rem);
}

.pr-screen-minus-80 {
  padding-right: calc(100vh - 20rem);
}

.pr-full-4 {
  padding-right: calc(100% - 16px);
}

.pr-account-body {
  padding-right: calc(100vw - 304px);
}

.pr-menu-center {
  padding-right: calc(50% - 288px);
}

.pr-tutorials-hidden {
  padding-right: calc(100% - 56px);
}

.pr-popup-full-width {
  padding-right: calc(100% + 32px);
}

.pr-popup-full-width-md {
  padding-right: calc(100% + 64px);
}

.pr-popup-full-height {
  padding-right: calc(100% + 68px);
}

.pr-max-content {
  padding-right: max-content;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-18 {
  padding-bottom: 4.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-21 {
  padding-bottom: 5.25rem;
}

.pb-22 {
  padding-bottom: 5.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-26 {
  padding-bottom: 6.5rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-29 {
  padding-bottom: 7.25rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-34 {
  padding-bottom: 8.5rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-42 {
  padding-bottom: 10.5rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-68 {
  padding-bottom: 17rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-77 {
  padding-bottom: 19.25rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-82 {
  padding-bottom: 20.5rem;
}

.pb-88 {
  padding-bottom: 22rem;
}

.pb-94 {
  padding-bottom: 23.5rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pb-98 {
  padding-bottom: 24.5rem;
}

.pb-104 {
  padding-bottom: 26rem;
}

.pb-108 {
  padding-bottom: 27rem;
}

.pb-110 {
  padding-bottom: 27.5rem;
}

.pb-112 {
  padding-bottom: 28rem;
}

.pb-120 {
  padding-bottom: 30rem;
}

.pb-128 {
  padding-bottom: 32rem;
}

.pb-132 {
  padding-bottom: 33rem;
}

.pb-134 {
  padding-bottom: 33.5rem;
}

.pb-135 {
  padding-bottom: 33.75rem;
}

.pb-136 {
  padding-bottom: 34rem;
}

.pb-144 {
  padding-bottom: 36rem;
}

.pb-152 {
  padding-bottom: 38rem;
}

.pb-160 {
  padding-bottom: 40rem;
}

.pb-164 {
  padding-bottom: 41rem;
}

.pb-172 {
  padding-bottom: 43rem;
}

.pb-179 {
  padding-bottom: 44.75rem;
}

.pb-184 {
  padding-bottom: 46rem;
}

.pb-192 {
  padding-bottom: 48rem;
}

.pb-224 {
  padding-bottom: 56rem;
}

.pb-240 {
  padding-bottom: 60rem;
}

.pb-256 {
  padding-bottom: 64rem;
}

.pb-265 {
  padding-bottom: 66.25rem;
}

.pb-288 {
  padding-bottom: 72rem;
}

.pb-384 {
  padding-bottom: 96rem;
}

.pb-px {
  padding-bottom: 1px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-0\.75 {
  padding-bottom: 0.1875rem;
}

.pb-4\.5 {
  padding-bottom: 1.125rem;
}

.pb-7\.5 {
  padding-bottom: 1.875rem;
}

.pb-9\.5 {
  padding-bottom: 2.375rem;
}

.pb-9\.75 {
  padding-bottom: 2.4375rem;
}

.pb-12\.5 {
  padding-bottom: 3.125rem;
}

.pb-13\.5 {
  padding-bottom: 3.375rem;
}

.pb-292\.5 {
  padding-bottom: 73.125rem;
}

.pb-1\/24 {
  padding-bottom: 4.166667%;
}

.pb-2\/24 {
  padding-bottom: 8.333333%;
}

.pb-3\/24 {
  padding-bottom: 12.5%;
}

.pb-4\/24 {
  padding-bottom: 16.666667%;
}

.pb-5\/24 {
  padding-bottom: 20.833333%;
}

.pb-6\/24 {
  padding-bottom: 25%;
}

.pb-7\/24 {
  padding-bottom: 29.166666%;
}

.pb-8\/24 {
  padding-bottom: 33.333333%;
}

.pb-9\/24 {
  padding-bottom: 37.5%;
}

.pb-10\/24 {
  padding-bottom: 41.666666%;
}

.pb-11\/24 {
  padding-bottom: 45.833333%;
}

.pb-12\/24 {
  padding-bottom: 50%;
}

.pb-13\/24 {
  padding-bottom: 54.166666%;
}

.pb-14\/24 {
  padding-bottom: 58.333333%;
}

.pb-15\/24 {
  padding-bottom: 62.5%;
}

.pb-16\/24 {
  padding-bottom: 66.666667%;
}

.pb-17\/24 {
  padding-bottom: 70.833333%;
}

.pb-18\/24 {
  padding-bottom: 75%;
}

.pb-19\/24 {
  padding-bottom: 79.166667%;
}

.pb-20\/24 {
  padding-bottom: 83.333333%;
}

.pb-21\/24 {
  padding-bottom: 87.5%;
}

.pb-22\/24 {
  padding-bottom: 91.666667%;
}

.pb-23\/24 {
  padding-bottom: 95.833333%;
}

.pb-24\/24 {
  padding-bottom: 100%;
}

.pb-screen-header {
  padding-bottom: 41.55vw;
}

.pb-screen-60 {
  padding-bottom: 60vh;
}

.pb-screen-80 {
  padding-bottom: 80vh;
}

.pb-screen-85 {
  padding-bottom: 85vh;
}

.pb-screen-90 {
  padding-bottom: 90vh;
}

.pb-screen-95 {
  padding-bottom: 95vh;
}

.pb-screen-minus-header {
  padding-bottom: calc(100vh - 5.25rem);
}

.pb-screen-minus-35\.5 {
  padding-bottom: calc(100vh - 8.875rem);
}

.pb-screen-minus-36 {
  padding-bottom: calc(100vh - 9rem);
}

.pb-screen-minus-40 {
  padding-bottom: calc(100vh - 10rem);
}

.pb-screen-minus-55 {
  padding-bottom: calc(100vh - 13.75rem);
}

.pb-screen-minus-72 {
  padding-bottom: calc(100vh - 18rem);
}

.pb-screen-minus-80 {
  padding-bottom: calc(100vh - 20rem);
}

.pb-full-4 {
  padding-bottom: calc(100% - 16px);
}

.pb-account-body {
  padding-bottom: calc(100vw - 304px);
}

.pb-menu-center {
  padding-bottom: calc(50% - 288px);
}

.pb-tutorials-hidden {
  padding-bottom: calc(100% - 56px);
}

.pb-popup-full-width {
  padding-bottom: calc(100% + 32px);
}

.pb-popup-full-width-md {
  padding-bottom: calc(100% + 64px);
}

.pb-popup-full-height {
  padding-bottom: calc(100% + 68px);
}

.pb-max-content {
  padding-bottom: max-content;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-18 {
  padding-left: 4.5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-21 {
  padding-left: 5.25rem;
}

.pl-22 {
  padding-left: 5.5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-26 {
  padding-left: 6.5rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-29 {
  padding-left: 7.25rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-34 {
  padding-left: 8.5rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-42 {
  padding-left: 10.5rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-68 {
  padding-left: 17rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-77 {
  padding-left: 19.25rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-82 {
  padding-left: 20.5rem;
}

.pl-88 {
  padding-left: 22rem;
}

.pl-94 {
  padding-left: 23.5rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pl-98 {
  padding-left: 24.5rem;
}

.pl-104 {
  padding-left: 26rem;
}

.pl-108 {
  padding-left: 27rem;
}

.pl-110 {
  padding-left: 27.5rem;
}

.pl-112 {
  padding-left: 28rem;
}

.pl-120 {
  padding-left: 30rem;
}

.pl-128 {
  padding-left: 32rem;
}

.pl-132 {
  padding-left: 33rem;
}

.pl-134 {
  padding-left: 33.5rem;
}

.pl-135 {
  padding-left: 33.75rem;
}

.pl-136 {
  padding-left: 34rem;
}

.pl-144 {
  padding-left: 36rem;
}

.pl-152 {
  padding-left: 38rem;
}

.pl-160 {
  padding-left: 40rem;
}

.pl-164 {
  padding-left: 41rem;
}

.pl-172 {
  padding-left: 43rem;
}

.pl-179 {
  padding-left: 44.75rem;
}

.pl-184 {
  padding-left: 46rem;
}

.pl-192 {
  padding-left: 48rem;
}

.pl-224 {
  padding-left: 56rem;
}

.pl-240 {
  padding-left: 60rem;
}

.pl-256 {
  padding-left: 64rem;
}

.pl-265 {
  padding-left: 66.25rem;
}

.pl-288 {
  padding-left: 72rem;
}

.pl-384 {
  padding-left: 96rem;
}

.pl-px {
  padding-left: 1px;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-0\.75 {
  padding-left: 0.1875rem;
}

.pl-4\.5 {
  padding-left: 1.125rem;
}

.pl-7\.5 {
  padding-left: 1.875rem;
}

.pl-9\.5 {
  padding-left: 2.375rem;
}

.pl-9\.75 {
  padding-left: 2.4375rem;
}

.pl-12\.5 {
  padding-left: 3.125rem;
}

.pl-13\.5 {
  padding-left: 3.375rem;
}

.pl-292\.5 {
  padding-left: 73.125rem;
}

.pl-1\/24 {
  padding-left: 4.166667%;
}

.pl-2\/24 {
  padding-left: 8.333333%;
}

.pl-3\/24 {
  padding-left: 12.5%;
}

.pl-4\/24 {
  padding-left: 16.666667%;
}

.pl-5\/24 {
  padding-left: 20.833333%;
}

.pl-6\/24 {
  padding-left: 25%;
}

.pl-7\/24 {
  padding-left: 29.166666%;
}

.pl-8\/24 {
  padding-left: 33.333333%;
}

.pl-9\/24 {
  padding-left: 37.5%;
}

.pl-10\/24 {
  padding-left: 41.666666%;
}

.pl-11\/24 {
  padding-left: 45.833333%;
}

.pl-12\/24 {
  padding-left: 50%;
}

.pl-13\/24 {
  padding-left: 54.166666%;
}

.pl-14\/24 {
  padding-left: 58.333333%;
}

.pl-15\/24 {
  padding-left: 62.5%;
}

.pl-16\/24 {
  padding-left: 66.666667%;
}

.pl-17\/24 {
  padding-left: 70.833333%;
}

.pl-18\/24 {
  padding-left: 75%;
}

.pl-19\/24 {
  padding-left: 79.166667%;
}

.pl-20\/24 {
  padding-left: 83.333333%;
}

.pl-21\/24 {
  padding-left: 87.5%;
}

.pl-22\/24 {
  padding-left: 91.666667%;
}

.pl-23\/24 {
  padding-left: 95.833333%;
}

.pl-24\/24 {
  padding-left: 100%;
}

.pl-screen-header {
  padding-left: 41.55vw;
}

.pl-screen-60 {
  padding-left: 60vh;
}

.pl-screen-80 {
  padding-left: 80vh;
}

.pl-screen-85 {
  padding-left: 85vh;
}

.pl-screen-90 {
  padding-left: 90vh;
}

.pl-screen-95 {
  padding-left: 95vh;
}

.pl-screen-minus-header {
  padding-left: calc(100vh - 5.25rem);
}

.pl-screen-minus-35\.5 {
  padding-left: calc(100vh - 8.875rem);
}

.pl-screen-minus-36 {
  padding-left: calc(100vh - 9rem);
}

.pl-screen-minus-40 {
  padding-left: calc(100vh - 10rem);
}

.pl-screen-minus-55 {
  padding-left: calc(100vh - 13.75rem);
}

.pl-screen-minus-72 {
  padding-left: calc(100vh - 18rem);
}

.pl-screen-minus-80 {
  padding-left: calc(100vh - 20rem);
}

.pl-full-4 {
  padding-left: calc(100% - 16px);
}

.pl-account-body {
  padding-left: calc(100vw - 304px);
}

.pl-menu-center {
  padding-left: calc(50% - 288px);
}

.pl-tutorials-hidden {
  padding-left: calc(100% - 56px);
}

.pl-popup-full-width {
  padding-left: calc(100% + 32px);
}

.pl-popup-full-width-md {
  padding-left: calc(100% + 64px);
}

.pl-popup-full-height {
  padding-left: calc(100% + 68px);
}

.pl-max-content {
  padding-left: max-content;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-sans {
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-sans-alt {
  font-family: "Sen", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-sans-table {
  font-family: "Mulish", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-mono {
  font-family: courier new, Courier, monospace;
}

.text-3xs {
  font-size: 0.625rem;
}

.text-2xs {
  font-size: 0.6875rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-md {
  font-size: 1.125rem;
}

.text-lg {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-2xl {
  font-size: 1.75rem;
}

.text-feature {
  font-size: 2rem;
}

.text-2\.5xl {
  font-size: 1.875rem;
}

.text-highlight {
  font-size: 2.25rem;
}

.text-3xl {
  font-size: 2.625rem;
}

.text-hero {
  font-size: 2.875rem;
}

.text-4xl {
  font-size: 3.125rem;
}

.text-highlight-lg {
  font-size: 3.75rem;
}

.text-5xl {
  font-size: 4rem;
}

.text-footer {
  font-size: 0.8125rem;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-13 {
  line-height: 3.25rem;
}

.leading-14 {
  line-height: 3.5rem;
}

.leading-16 {
  line-height: 4rem;
}

.leading-base {
  line-height: 1rem;
}

.leading-lg {
  line-height: 1.375rem;
}

.leading-xl {
  line-height: 2.375rem;
}

.leading-2xl {
  line-height: 3.0625rem;
}

.leading-3xl {
  line-height: 3.75rem;
}

.leading-4xl {
  line-height: 4.4375rem;
}

.leading-5xl {
  line-height: 5.125rem;
}

.leading-4\.5 {
  line-height: 1.125rem;
}

.leading-11\.5 {
  line-height: 2.875rem;
}

.leading-none {
  line-height: 1;
}

.leading-inherit {
  line-height: inherit;
}

.leading-14\/10 {
  line-height: 140%;
}

.tracking-tight {
  letter-spacing: -0.0625rem;
}

.tracking-wide {
  letter-spacing: 0.0625rem;
}

.tracking-table {
  letter-spacing: 0.2px;
}

.tracking-loose {
  letter-spacing: 0.1px;
}

.text-transparent {
  color: transparent;
}

.text-green-darkest {
  --tw-text-opacity: 1;
  color: rgba(3, 43, 38, var(--tw-text-opacity));
}

.text-green-darker {
  --tw-text-opacity: 1;
  color: rgba(6, 57, 50, var(--tw-text-opacity));
}

.text-green-dark {
  --tw-text-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-text-opacity));
}

.text-green-medium {
  --tw-text-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-text-opacity));
}

.text-green-light {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.text-grey-darkest {
  --tw-text-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-text-opacity));
}

.text-grey-darker {
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
}

.text-grey-dark {
  --tw-text-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-text-opacity));
}

.text-grey-medium {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.text-grey-light {
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

.text-grey-lighter {
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.text-grey-pale {
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.text-grey-pale-60 {
  color: rgba(234,234,234,0.6);
}

.text-grey-faint {
  --tw-text-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-text-opacity));
}

.text-grey-lightest {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.text-grey-page {
  color: rgba(243,243,243,0.5);
}

.text-primary-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-secondary-green {
  --tw-text-opacity: 1;
  color: rgba(12, 195, 147, var(--tw-text-opacity));
}

.text-secondary-blue-dark {
  --tw-text-opacity: 1;
  color: rgba(23, 85, 100, var(--tw-text-opacity));
}

.text-secondary-blue-light {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.text-secondary-blue-light-20 {
  color: rgba(46,174,178,0.2);
}

.text-secondary-blue-light-10 {
  color: rgba(46,174,178,0.1);
}

.text-tertiary-orange {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.text-tertiary-yellow {
  --tw-text-opacity: 1;
  color: rgba(249, 200, 70, var(--tw-text-opacity));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-text-opacity));
}

.text-info {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-black-neutral {
  --tw-text-opacity: 1;
  color: rgba(55, 63, 65, var(--tw-text-opacity));
}

.text-toggle {
  color: rgba(8,198,145,0.3);
}

.text-toggle-active {
  color: rgba(8,198,145,1);
}

.text-tertiary-orange-hover {
  --tw-text-opacity: 1;
  color: rgba(247, 129, 97, var(--tw-text-opacity));
}

.text-google-maps {
  --tw-text-opacity: 1;
  color: rgba(229, 227, 223, var(--tw-text-opacity));
}

.text-chart {
  color: rgba(218,240,225,0.2);
}

.text-energy-rating-a {
  --tw-text-opacity: 1;
  color: rgba(0, 132, 89, var(--tw-text-opacity));
}

.text-energy-rating-b {
  --tw-text-opacity: 1;
  color: rgba(25, 176, 89, var(--tw-text-opacity));
}

.text-energy-rating-c {
  --tw-text-opacity: 1;
  color: rgba(141, 198, 65, var(--tw-text-opacity));
}

.text-energy-rating-d {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.text-energy-rating-e {
  --tw-text-opacity: 1;
  color: rgba(247, 172, 100, var(--tw-text-opacity));
}

.text-energy-rating-f {
  --tw-text-opacity: 1;
  color: rgba(247, 133, 33, var(--tw-text-opacity));
}

.text-energy-rating-g {
  --tw-text-opacity: 1;
  color: rgba(239, 28, 57, var(--tw-text-opacity));
}

.text-flo-blue-light {
  --tw-text-opacity: 1;
  color: rgba(0, 114, 180, var(--tw-text-opacity));
}

.text-green-dark-60 {
  --tw-text-opacity: 1;
  color: rgba(163, 183, 180, var(--tw-text-opacity));
}

.text-tertiary-background {
  --tw-text-opacity: 1;
  color: rgba(235, 250, 246, var(--tw-text-opacity));
}

.text-tertiary-green {
  --tw-text-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-green-darkest {
  --tw-text-opacity: 1;
  color: rgba(3, 43, 38, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-darker {
  --tw-text-opacity: 1;
  color: rgba(6, 57, 50, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-dark {
  --tw-text-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-medium {
  --tw-text-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-light {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-darkest {
  --tw-text-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-darker {
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-dark {
  --tw-text-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey {
  --tw-text-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-medium {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-light {
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-lighter {
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-pale {
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-pale-60 {
  color: rgba(234,234,234,0.6);
}

.group:hover .group-hover\:text-grey-faint {
  --tw-text-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-lightest {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-grey-page {
  color: rgba(243,243,243,0.5);
}

.group:hover .group-hover\:text-primary-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-green {
  --tw-text-opacity: 1;
  color: rgba(12, 195, 147, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-blue-dark {
  --tw-text-opacity: 1;
  color: rgba(23, 85, 100, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-blue-light {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-secondary-blue-light-20 {
  color: rgba(46,174,178,0.2);
}

.group:hover .group-hover\:text-secondary-blue-light-10 {
  color: rgba(46,174,178,0.1);
}

.group:hover .group-hover\:text-tertiary-orange {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-tertiary-yellow {
  --tw-text-opacity: 1;
  color: rgba(249, 200, 70, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-success {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-warning {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-error {
  --tw-text-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-info {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-black-neutral {
  --tw-text-opacity: 1;
  color: rgba(55, 63, 65, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-toggle {
  color: rgba(8,198,145,0.3);
}

.group:hover .group-hover\:text-toggle-active {
  color: rgba(8,198,145,1);
}

.group:hover .group-hover\:text-tertiary-orange-hover {
  --tw-text-opacity: 1;
  color: rgba(247, 129, 97, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-google-maps {
  --tw-text-opacity: 1;
  color: rgba(229, 227, 223, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-chart {
  color: rgba(218,240,225,0.2);
}

.group:hover .group-hover\:text-energy-rating-a {
  --tw-text-opacity: 1;
  color: rgba(0, 132, 89, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-energy-rating-b {
  --tw-text-opacity: 1;
  color: rgba(25, 176, 89, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-energy-rating-c {
  --tw-text-opacity: 1;
  color: rgba(141, 198, 65, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-energy-rating-d {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-energy-rating-e {
  --tw-text-opacity: 1;
  color: rgba(247, 172, 100, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-energy-rating-f {
  --tw-text-opacity: 1;
  color: rgba(247, 133, 33, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-energy-rating-g {
  --tw-text-opacity: 1;
  color: rgba(239, 28, 57, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-flo-blue-light {
  --tw-text-opacity: 1;
  color: rgba(0, 114, 180, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-green-dark-60 {
  --tw-text-opacity: 1;
  color: rgba(163, 183, 180, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-tertiary-background {
  --tw-text-opacity: 1;
  color: rgba(235, 250, 246, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-tertiary-green {
  --tw-text-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-text-opacity));
}

.focus-within\:text-transparent:focus-within {
  color: transparent;
}

.focus-within\:text-green-darkest:focus-within {
  --tw-text-opacity: 1;
  color: rgba(3, 43, 38, var(--tw-text-opacity));
}

.focus-within\:text-green-darker:focus-within {
  --tw-text-opacity: 1;
  color: rgba(6, 57, 50, var(--tw-text-opacity));
}

.focus-within\:text-green-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-text-opacity));
}

.focus-within\:text-green-medium:focus-within {
  --tw-text-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-text-opacity));
}

.focus-within\:text-green-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.focus-within\:text-grey-darkest:focus-within {
  --tw-text-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-text-opacity));
}

.focus-within\:text-grey-darker:focus-within {
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
}

.focus-within\:text-grey-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-text-opacity));
}

.focus-within\:text-grey:focus-within {
  --tw-text-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-text-opacity));
}

.focus-within\:text-grey-medium:focus-within {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.focus-within\:text-grey-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

.focus-within\:text-grey-lighter:focus-within {
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.focus-within\:text-grey-pale:focus-within {
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.focus-within\:text-grey-pale-60:focus-within {
  color: rgba(234,234,234,0.6);
}

.focus-within\:text-grey-faint:focus-within {
  --tw-text-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-text-opacity));
}

.focus-within\:text-grey-lightest:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.focus-within\:text-grey-page:focus-within {
  color: rgba(243,243,243,0.5);
}

.focus-within\:text-primary-white:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus-within\:text-secondary-green:focus-within {
  --tw-text-opacity: 1;
  color: rgba(12, 195, 147, var(--tw-text-opacity));
}

.focus-within\:text-secondary-blue-dark:focus-within {
  --tw-text-opacity: 1;
  color: rgba(23, 85, 100, var(--tw-text-opacity));
}

.focus-within\:text-secondary-blue-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.focus-within\:text-secondary-blue-light-20:focus-within {
  color: rgba(46,174,178,0.2);
}

.focus-within\:text-secondary-blue-light-10:focus-within {
  color: rgba(46,174,178,0.1);
}

.focus-within\:text-tertiary-orange:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.focus-within\:text-tertiary-yellow:focus-within {
  --tw-text-opacity: 1;
  color: rgba(249, 200, 70, var(--tw-text-opacity));
}

.focus-within\:text-success:focus-within {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.focus-within\:text-warning:focus-within {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.focus-within\:text-error:focus-within {
  --tw-text-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-text-opacity));
}

.focus-within\:text-info:focus-within {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus-within\:text-black-neutral:focus-within {
  --tw-text-opacity: 1;
  color: rgba(55, 63, 65, var(--tw-text-opacity));
}

.focus-within\:text-toggle:focus-within {
  color: rgba(8,198,145,0.3);
}

.focus-within\:text-toggle-active:focus-within {
  color: rgba(8,198,145,1);
}

.focus-within\:text-tertiary-orange-hover:focus-within {
  --tw-text-opacity: 1;
  color: rgba(247, 129, 97, var(--tw-text-opacity));
}

.focus-within\:text-google-maps:focus-within {
  --tw-text-opacity: 1;
  color: rgba(229, 227, 223, var(--tw-text-opacity));
}

.focus-within\:text-chart:focus-within {
  color: rgba(218,240,225,0.2);
}

.focus-within\:text-energy-rating-a:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 132, 89, var(--tw-text-opacity));
}

.focus-within\:text-energy-rating-b:focus-within {
  --tw-text-opacity: 1;
  color: rgba(25, 176, 89, var(--tw-text-opacity));
}

.focus-within\:text-energy-rating-c:focus-within {
  --tw-text-opacity: 1;
  color: rgba(141, 198, 65, var(--tw-text-opacity));
}

.focus-within\:text-energy-rating-d:focus-within {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.focus-within\:text-energy-rating-e:focus-within {
  --tw-text-opacity: 1;
  color: rgba(247, 172, 100, var(--tw-text-opacity));
}

.focus-within\:text-energy-rating-f:focus-within {
  --tw-text-opacity: 1;
  color: rgba(247, 133, 33, var(--tw-text-opacity));
}

.focus-within\:text-energy-rating-g:focus-within {
  --tw-text-opacity: 1;
  color: rgba(239, 28, 57, var(--tw-text-opacity));
}

.focus-within\:text-flo-blue-light:focus-within {
  --tw-text-opacity: 1;
  color: rgba(0, 114, 180, var(--tw-text-opacity));
}

.focus-within\:text-green-dark-60:focus-within {
  --tw-text-opacity: 1;
  color: rgba(163, 183, 180, var(--tw-text-opacity));
}

.focus-within\:text-tertiary-background:focus-within {
  --tw-text-opacity: 1;
  color: rgba(235, 250, 246, var(--tw-text-opacity));
}

.focus-within\:text-tertiary-green:focus-within {
  --tw-text-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-text-opacity));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-green-darkest:hover {
  --tw-text-opacity: 1;
  color: rgba(3, 43, 38, var(--tw-text-opacity));
}

.hover\:text-green-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(6, 57, 50, var(--tw-text-opacity));
}

.hover\:text-green-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-text-opacity));
}

.hover\:text-green-medium:hover {
  --tw-text-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-text-opacity));
}

.hover\:text-green-light:hover {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.hover\:text-grey-darkest:hover {
  --tw-text-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-text-opacity));
}

.hover\:text-grey-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
}

.hover\:text-grey-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-text-opacity));
}

.hover\:text-grey:hover {
  --tw-text-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-text-opacity));
}

.hover\:text-grey-medium:hover {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.hover\:text-grey-light:hover {
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

.hover\:text-grey-lighter:hover {
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.hover\:text-grey-pale:hover {
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.hover\:text-grey-pale-60:hover {
  color: rgba(234,234,234,0.6);
}

.hover\:text-grey-faint:hover {
  --tw-text-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-text-opacity));
}

.hover\:text-grey-lightest:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.hover\:text-grey-page:hover {
  color: rgba(243,243,243,0.5);
}

.hover\:text-primary-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-secondary-green:hover {
  --tw-text-opacity: 1;
  color: rgba(12, 195, 147, var(--tw-text-opacity));
}

.hover\:text-secondary-blue-dark:hover {
  --tw-text-opacity: 1;
  color: rgba(23, 85, 100, var(--tw-text-opacity));
}

.hover\:text-secondary-blue-light:hover {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.hover\:text-secondary-blue-light-20:hover {
  color: rgba(46,174,178,0.2);
}

.hover\:text-secondary-blue-light-10:hover {
  color: rgba(46,174,178,0.1);
}

.hover\:text-tertiary-orange:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.hover\:text-tertiary-yellow:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 200, 70, var(--tw-text-opacity));
}

.hover\:text-success:hover {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.hover\:text-warning:hover {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.hover\:text-error:hover {
  --tw-text-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-text-opacity));
}

.hover\:text-info:hover {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-black-neutral:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 63, 65, var(--tw-text-opacity));
}

.hover\:text-toggle:hover {
  color: rgba(8,198,145,0.3);
}

.hover\:text-toggle-active:hover {
  color: rgba(8,198,145,1);
}

.hover\:text-tertiary-orange-hover:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 129, 97, var(--tw-text-opacity));
}

.hover\:text-google-maps:hover {
  --tw-text-opacity: 1;
  color: rgba(229, 227, 223, var(--tw-text-opacity));
}

.hover\:text-chart:hover {
  color: rgba(218,240,225,0.2);
}

.hover\:text-energy-rating-a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 132, 89, var(--tw-text-opacity));
}

.hover\:text-energy-rating-b:hover {
  --tw-text-opacity: 1;
  color: rgba(25, 176, 89, var(--tw-text-opacity));
}

.hover\:text-energy-rating-c:hover {
  --tw-text-opacity: 1;
  color: rgba(141, 198, 65, var(--tw-text-opacity));
}

.hover\:text-energy-rating-d:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.hover\:text-energy-rating-e:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 172, 100, var(--tw-text-opacity));
}

.hover\:text-energy-rating-f:hover {
  --tw-text-opacity: 1;
  color: rgba(247, 133, 33, var(--tw-text-opacity));
}

.hover\:text-energy-rating-g:hover {
  --tw-text-opacity: 1;
  color: rgba(239, 28, 57, var(--tw-text-opacity));
}

.hover\:text-flo-blue-light:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 114, 180, var(--tw-text-opacity));
}

.hover\:text-green-dark-60:hover {
  --tw-text-opacity: 1;
  color: rgba(163, 183, 180, var(--tw-text-opacity));
}

.hover\:text-tertiary-background:hover {
  --tw-text-opacity: 1;
  color: rgba(235, 250, 246, var(--tw-text-opacity));
}

.hover\:text-tertiary-green:hover {
  --tw-text-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-text-opacity));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-green-darkest:focus {
  --tw-text-opacity: 1;
  color: rgba(3, 43, 38, var(--tw-text-opacity));
}

.focus\:text-green-darker:focus {
  --tw-text-opacity: 1;
  color: rgba(6, 57, 50, var(--tw-text-opacity));
}

.focus\:text-green-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-text-opacity));
}

.focus\:text-green-medium:focus {
  --tw-text-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-text-opacity));
}

.focus\:text-green-light:focus {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.focus\:text-grey-darkest:focus {
  --tw-text-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-text-opacity));
}

.focus\:text-grey-darker:focus {
  --tw-text-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-text-opacity));
}

.focus\:text-grey-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-text-opacity));
}

.focus\:text-grey:focus {
  --tw-text-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-text-opacity));
}

.focus\:text-grey-medium:focus {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.focus\:text-grey-light:focus {
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

.focus\:text-grey-lighter:focus {
  --tw-text-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-text-opacity));
}

.focus\:text-grey-pale:focus {
  --tw-text-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-text-opacity));
}

.focus\:text-grey-pale-60:focus {
  color: rgba(234,234,234,0.6);
}

.focus\:text-grey-faint:focus {
  --tw-text-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-text-opacity));
}

.focus\:text-grey-lightest:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-text-opacity));
}

.focus\:text-grey-page:focus {
  color: rgba(243,243,243,0.5);
}

.focus\:text-primary-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-secondary-green:focus {
  --tw-text-opacity: 1;
  color: rgba(12, 195, 147, var(--tw-text-opacity));
}

.focus\:text-secondary-blue-dark:focus {
  --tw-text-opacity: 1;
  color: rgba(23, 85, 100, var(--tw-text-opacity));
}

.focus\:text-secondary-blue-light:focus {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.focus\:text-secondary-blue-light-20:focus {
  color: rgba(46,174,178,0.2);
}

.focus\:text-secondary-blue-light-10:focus {
  color: rgba(46,174,178,0.1);
}

.focus\:text-tertiary-orange:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.focus\:text-tertiary-yellow:focus {
  --tw-text-opacity: 1;
  color: rgba(249, 200, 70, var(--tw-text-opacity));
}

.focus\:text-success:focus {
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.focus\:text-warning:focus {
  --tw-text-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-text-opacity));
}

.focus\:text-error:focus {
  --tw-text-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-text-opacity));
}

.focus\:text-info:focus {
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-black-neutral:focus {
  --tw-text-opacity: 1;
  color: rgba(55, 63, 65, var(--tw-text-opacity));
}

.focus\:text-toggle:focus {
  color: rgba(8,198,145,0.3);
}

.focus\:text-toggle-active:focus {
  color: rgba(8,198,145,1);
}

.focus\:text-tertiary-orange-hover:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 129, 97, var(--tw-text-opacity));
}

.focus\:text-google-maps:focus {
  --tw-text-opacity: 1;
  color: rgba(229, 227, 223, var(--tw-text-opacity));
}

.focus\:text-chart:focus {
  color: rgba(218,240,225,0.2);
}

.focus\:text-energy-rating-a:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 132, 89, var(--tw-text-opacity));
}

.focus\:text-energy-rating-b:focus {
  --tw-text-opacity: 1;
  color: rgba(25, 176, 89, var(--tw-text-opacity));
}

.focus\:text-energy-rating-c:focus {
  --tw-text-opacity: 1;
  color: rgba(141, 198, 65, var(--tw-text-opacity));
}

.focus\:text-energy-rating-d:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-text-opacity));
}

.focus\:text-energy-rating-e:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 172, 100, var(--tw-text-opacity));
}

.focus\:text-energy-rating-f:focus {
  --tw-text-opacity: 1;
  color: rgba(247, 133, 33, var(--tw-text-opacity));
}

.focus\:text-energy-rating-g:focus {
  --tw-text-opacity: 1;
  color: rgba(239, 28, 57, var(--tw-text-opacity));
}

.focus\:text-flo-blue-light:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 114, 180, var(--tw-text-opacity));
}

.focus\:text-green-dark-60:focus {
  --tw-text-opacity: 1;
  color: rgba(163, 183, 180, var(--tw-text-opacity));
}

.focus\:text-tertiary-background:focus {
  --tw-text-opacity: 1;
  color: rgba(235, 250, 246, var(--tw-text-opacity));
}

.focus\:text-tertiary-green:focus {
  --tw-text-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-text-opacity));
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.group:hover .group-hover\:underline {
  text-decoration: underline;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none;
}

.focus-within\:underline:focus-within {
  text-decoration: underline;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.focus\:underline:focus {
  text-decoration: underline;
}

.focus\:line-through:focus {
  text-decoration: line-through;
}

.focus\:no-underline:focus {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-green-darkest::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
}

.placeholder-green-darkest::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
}

.placeholder-green-darker::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
}

.placeholder-green-darker::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
}

.placeholder-green-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
}

.placeholder-green-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
}

.placeholder-green-medium::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
}

.placeholder-green-medium::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
}

.placeholder-green-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
}

.placeholder-green-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
}

.placeholder-grey-darkest::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
}

.placeholder-grey-darkest::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
}

.placeholder-grey-darker::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
}

.placeholder-grey-darker::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
}

.placeholder-grey-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
}

.placeholder-grey-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
}

.placeholder-grey::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
}

.placeholder-grey::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
}

.placeholder-grey-medium::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.placeholder-grey-medium::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.placeholder-grey-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
}

.placeholder-grey-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
}

.placeholder-grey-lighter::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
}

.placeholder-grey-lighter::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
}

.placeholder-grey-pale::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.placeholder-grey-pale::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.placeholder-grey-pale-60::-moz-placeholder {
  color: rgba(234,234,234,0.6);
}

.placeholder-grey-pale-60::placeholder {
  color: rgba(234,234,234,0.6);
}

.placeholder-grey-faint::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
}

.placeholder-grey-faint::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
}

.placeholder-grey-lightest::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.placeholder-grey-lightest::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.placeholder-grey-page::-moz-placeholder {
  color: rgba(243,243,243,0.5);
}

.placeholder-grey-page::placeholder {
  color: rgba(243,243,243,0.5);
}

.placeholder-primary-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-primary-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-secondary-green::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
}

.placeholder-secondary-green::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
}

.placeholder-secondary-blue-dark::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
}

.placeholder-secondary-blue-dark::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
}

.placeholder-secondary-blue-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
}

.placeholder-secondary-blue-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
}

.placeholder-secondary-blue-light-20::-moz-placeholder {
  color: rgba(46,174,178,0.2);
}

.placeholder-secondary-blue-light-20::placeholder {
  color: rgba(46,174,178,0.2);
}

.placeholder-secondary-blue-light-10::-moz-placeholder {
  color: rgba(46,174,178,0.1);
}

.placeholder-secondary-blue-light-10::placeholder {
  color: rgba(46,174,178,0.1);
}

.placeholder-tertiary-orange::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
}

.placeholder-tertiary-orange::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
}

.placeholder-tertiary-yellow::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
}

.placeholder-tertiary-yellow::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
}

.placeholder-success::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
}

.placeholder-success::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
}

.placeholder-warning::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
}

.placeholder-warning::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
}

.placeholder-error::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
}

.placeholder-error::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
}

.placeholder-info::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
}

.placeholder-info::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black-neutral::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
}

.placeholder-black-neutral::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
}

.placeholder-toggle::-moz-placeholder {
  color: rgba(8,198,145,0.3);
}

.placeholder-toggle::placeholder {
  color: rgba(8,198,145,0.3);
}

.placeholder-toggle-active::-moz-placeholder {
  color: rgba(8,198,145,1);
}

.placeholder-toggle-active::placeholder {
  color: rgba(8,198,145,1);
}

.placeholder-tertiary-orange-hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
}

.placeholder-tertiary-orange-hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
}

.placeholder-google-maps::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
}

.placeholder-google-maps::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
}

.placeholder-chart::-moz-placeholder {
  color: rgba(218,240,225,0.2);
}

.placeholder-chart::placeholder {
  color: rgba(218,240,225,0.2);
}

.placeholder-energy-rating-a::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-a::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-b::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-b::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-c::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-c::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-d::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-d::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-e::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-e::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-f::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-f::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-g::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
}

.placeholder-energy-rating-g::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
}

.placeholder-flo-blue-light::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
}

.placeholder-flo-blue-light::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
}

.placeholder-green-dark-60::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
}

.placeholder-green-dark-60::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
}

.placeholder-tertiary-background::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
}

.placeholder-tertiary-background::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
}

.placeholder-tertiary-green::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
}

.placeholder-tertiary-green::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-green-darkest:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-darkest:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-darker:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-darker:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-medium:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-medium:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-darkest:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-darkest:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-darker:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-darker:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-medium:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-medium:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-lighter:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-lighter:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-pale:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-pale:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-pale-60:focus::-moz-placeholder {
  color: rgba(234,234,234,0.6);
}

.focus\:placeholder-grey-pale-60:focus::placeholder {
  color: rgba(234,234,234,0.6);
}

.focus\:placeholder-grey-faint:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-faint:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-lightest:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-lightest:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
}

.focus\:placeholder-grey-page:focus::-moz-placeholder {
  color: rgba(243,243,243,0.5);
}

.focus\:placeholder-grey-page:focus::placeholder {
  color: rgba(243,243,243,0.5);
}

.focus\:placeholder-primary-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-primary-white:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-green:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-green:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-blue-dark:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-blue-dark:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-blue-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-blue-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-secondary-blue-light-20:focus::-moz-placeholder {
  color: rgba(46,174,178,0.2);
}

.focus\:placeholder-secondary-blue-light-20:focus::placeholder {
  color: rgba(46,174,178,0.2);
}

.focus\:placeholder-secondary-blue-light-10:focus::-moz-placeholder {
  color: rgba(46,174,178,0.1);
}

.focus\:placeholder-secondary-blue-light-10:focus::placeholder {
  color: rgba(46,174,178,0.1);
}

.focus\:placeholder-tertiary-orange:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tertiary-orange:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tertiary-yellow:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tertiary-yellow:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
}

.focus\:placeholder-success:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-success:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warning:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
}

.focus\:placeholder-warning:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-error:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
}

.focus\:placeholder-info:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-info:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-neutral:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black-neutral:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
}

.focus\:placeholder-toggle:focus::-moz-placeholder {
  color: rgba(8,198,145,0.3);
}

.focus\:placeholder-toggle:focus::placeholder {
  color: rgba(8,198,145,0.3);
}

.focus\:placeholder-toggle-active:focus::-moz-placeholder {
  color: rgba(8,198,145,1);
}

.focus\:placeholder-toggle-active:focus::placeholder {
  color: rgba(8,198,145,1);
}

.focus\:placeholder-tertiary-orange-hover:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tertiary-orange-hover:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
}

.focus\:placeholder-google-maps:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
}

.focus\:placeholder-google-maps:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
}

.focus\:placeholder-chart:focus::-moz-placeholder {
  color: rgba(218,240,225,0.2);
}

.focus\:placeholder-chart:focus::placeholder {
  color: rgba(218,240,225,0.2);
}

.focus\:placeholder-energy-rating-a:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-a:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-b:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-b:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-c:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-c:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-d:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-d:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-e:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-e:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-f:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-f:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-g:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-energy-rating-g:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
}

.focus\:placeholder-flo-blue-light:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
}

.focus\:placeholder-flo-blue-light:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-dark-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
}

.focus\:placeholder-green-dark-60:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tertiary-background:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tertiary-background:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tertiary-green:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
}

.focus\:placeholder-tertiary-green:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.1;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-5:hover {
  opacity: 0.05;
}

.hover\:opacity-10:hover {
  opacity: 0.1;
}

.hover\:opacity-20:hover {
  opacity: 0.2;
}

.hover\:opacity-25:hover {
  opacity: 0.25;
}

.hover\:opacity-30:hover {
  opacity: 0.3;
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-5:focus {
  opacity: 0.05;
}

.focus\:opacity-10:focus {
  opacity: 0.1;
}

.focus\:opacity-20:focus {
  opacity: 0.2;
}

.focus\:opacity-25:focus {
  opacity: 0.25;
}

.focus\:opacity-30:focus {
  opacity: 0.3;
}

.focus\:opacity-40:focus {
  opacity: 0.4;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.focus\:opacity-60:focus {
  opacity: 0.6;
}

.focus\:opacity-70:focus {
  opacity: 0.7;
}

.focus\:opacity-75:focus {
  opacity: 0.75;
}

.focus\:opacity-80:focus {
  opacity: 0.8;
}

.focus\:opacity-90:focus {
  opacity: 0.9;
}

.focus\:opacity-95:focus {
  opacity: 0.95;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
}

.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);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px 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);
}

.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);
}

.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);
}

.shadow-above {
  --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-header {
  --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-menu {
  --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-side-menu {
  --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-around {
  --tw-shadow: 0 1px 3px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-glow {
  --tw-shadow: 0 0 4px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\:shadow-above {
  --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-header {
  --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-menu {
  --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-side-menu {
  --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-around {
  --tw-shadow: 0 1px 3px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-glow {
  --tw-shadow: 0 0 4px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
}

.focus-within\:shadow-md:focus-within {
  --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);
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-2xl:focus-within {
  --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);
}

.focus-within\:shadow-inner:focus-within {
  --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);
}

.focus-within\:shadow-none:focus-within {
  --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);
}

.focus-within\:shadow-above:focus-within {
  --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-header:focus-within {
  --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-menu:focus-within {
  --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-side-menu:focus-within {
  --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-around:focus-within {
  --tw-shadow: 0 1px 3px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-within\:shadow-glow:focus-within {
  --tw-shadow: 0 0 4px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
}

.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);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.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);
}

.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);
}

.hover\:shadow-above:hover {
  --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-header:hover {
  --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-menu:hover {
  --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-side-menu:hover {
  --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-around:hover {
  --tw-shadow: 0 1px 3px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-glow:hover {
  --tw-shadow: 0 0 4px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
}

.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);
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
}

.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);
}

.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);
}

.focus\:shadow-above:focus {
  --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-header:focus {
  --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-menu:focus {
  --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-side-menu:focus {
  --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-around:focus {
  --tw-shadow: 0 1px 3px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-glow:focus {
  --tw-shadow: 0 0 4px #aaa;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline-white {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-white:focus {
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-green-darkest {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
}

.ring-green-darker {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
}

.ring-green-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
}

.ring-green-medium {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
}

.ring-green-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
}

.ring-grey-darkest {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
}

.ring-grey-darker {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
}

.ring-grey-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
}

.ring-grey {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
}

.ring-grey-medium {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
}

.ring-grey-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
}

.ring-grey-lighter {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
}

.ring-grey-pale {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
}

.ring-grey-pale-60 {
  --tw-ring-color: rgba(234,234,234,0.6);
}

.ring-grey-faint {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
}

.ring-grey-lightest {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.ring-grey-page {
  --tw-ring-color: rgba(243,243,243,0.5);
}

.ring-primary-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-secondary-green {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
}

.ring-secondary-blue-dark {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
}

.ring-secondary-blue-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
}

.ring-secondary-blue-light-20 {
  --tw-ring-color: rgba(46,174,178,0.2);
}

.ring-secondary-blue-light-10 {
  --tw-ring-color: rgba(46,174,178,0.1);
}

.ring-tertiary-orange {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
}

.ring-tertiary-yellow {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
}

.ring-success {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
}

.ring-warning {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
}

.ring-error {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
}

.ring-info {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-black-neutral {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
}

.ring-toggle {
  --tw-ring-color: rgba(8,198,145,0.3);
}

.ring-toggle-active {
  --tw-ring-color: rgba(8,198,145,1);
}

.ring-tertiary-orange-hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
}

.ring-google-maps {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
}

.ring-chart {
  --tw-ring-color: rgba(218,240,225,0.2);
}

.ring-energy-rating-a {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
}

.ring-energy-rating-b {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
}

.ring-energy-rating-c {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
}

.ring-energy-rating-d {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
}

.ring-energy-rating-e {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
}

.ring-energy-rating-f {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
}

.ring-energy-rating-g {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
}

.ring-flo-blue-light {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
}

.ring-green-dark-60 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
}

.ring-tertiary-background {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
}

.ring-tertiary-green {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent;
}

.focus-within\:ring-green-darkest:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
}

.focus-within\:ring-green-darker:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
}

.focus-within\:ring-green-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
}

.focus-within\:ring-green-medium:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
}

.focus-within\:ring-green-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-darkest:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-darker:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
}

.focus-within\:ring-grey:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-medium:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-lighter:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-pale:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-pale-60:focus-within {
  --tw-ring-color: rgba(234,234,234,0.6);
}

.focus-within\:ring-grey-faint:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-lightest:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.focus-within\:ring-grey-page:focus-within {
  --tw-ring-color: rgba(243,243,243,0.5);
}

.focus-within\:ring-primary-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-green:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-blue-dark:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-blue-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
}

.focus-within\:ring-secondary-blue-light-20:focus-within {
  --tw-ring-color: rgba(46,174,178,0.2);
}

.focus-within\:ring-secondary-blue-light-10:focus-within {
  --tw-ring-color: rgba(46,174,178,0.1);
}

.focus-within\:ring-tertiary-orange:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
}

.focus-within\:ring-tertiary-yellow:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
}

.focus-within\:ring-success:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
}

.focus-within\:ring-warning:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
}

.focus-within\:ring-error:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
}

.focus-within\:ring-info:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-black-neutral:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
}

.focus-within\:ring-toggle:focus-within {
  --tw-ring-color: rgba(8,198,145,0.3);
}

.focus-within\:ring-toggle-active:focus-within {
  --tw-ring-color: rgba(8,198,145,1);
}

.focus-within\:ring-tertiary-orange-hover:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
}

.focus-within\:ring-google-maps:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
}

.focus-within\:ring-chart:focus-within {
  --tw-ring-color: rgba(218,240,225,0.2);
}

.focus-within\:ring-energy-rating-a:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
}

.focus-within\:ring-energy-rating-b:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
}

.focus-within\:ring-energy-rating-c:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
}

.focus-within\:ring-energy-rating-d:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-energy-rating-e:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
}

.focus-within\:ring-energy-rating-f:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
}

.focus-within\:ring-energy-rating-g:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
}

.focus-within\:ring-flo-blue-light:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
}

.focus-within\:ring-green-dark-60:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
}

.focus-within\:ring-tertiary-background:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
}

.focus-within\:ring-tertiary-green:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-green-darkest:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
}

.focus\:ring-green-darker:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
}

.focus\:ring-green-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
}

.focus\:ring-green-medium:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
}

.focus\:ring-green-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
}

.focus\:ring-grey-darkest:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
}

.focus\:ring-grey-darker:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
}

.focus\:ring-grey-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
}

.focus\:ring-grey:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
}

.focus\:ring-grey-medium:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
}

.focus\:ring-grey-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
}

.focus\:ring-grey-lighter:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
}

.focus\:ring-grey-pale:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
}

.focus\:ring-grey-pale-60:focus {
  --tw-ring-color: rgba(234,234,234,0.6);
}

.focus\:ring-grey-faint:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
}

.focus\:ring-grey-lightest:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
}

.focus\:ring-grey-page:focus {
  --tw-ring-color: rgba(243,243,243,0.5);
}

.focus\:ring-primary-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-secondary-green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
}

.focus\:ring-secondary-blue-dark:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
}

.focus\:ring-secondary-blue-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
}

.focus\:ring-secondary-blue-light-20:focus {
  --tw-ring-color: rgba(46,174,178,0.2);
}

.focus\:ring-secondary-blue-light-10:focus {
  --tw-ring-color: rgba(46,174,178,0.1);
}

.focus\:ring-tertiary-orange:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
}

.focus\:ring-tertiary-yellow:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
}

.focus\:ring-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
}

.focus\:ring-warning:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
}

.focus\:ring-error:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
}

.focus\:ring-info:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-black-neutral:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
}

.focus\:ring-toggle:focus {
  --tw-ring-color: rgba(8,198,145,0.3);
}

.focus\:ring-toggle-active:focus {
  --tw-ring-color: rgba(8,198,145,1);
}

.focus\:ring-tertiary-orange-hover:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
}

.focus\:ring-google-maps:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
}

.focus\:ring-chart:focus {
  --tw-ring-color: rgba(218,240,225,0.2);
}

.focus\:ring-energy-rating-a:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
}

.focus\:ring-energy-rating-b:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
}

.focus\:ring-energy-rating-c:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
}

.focus\:ring-energy-rating-d:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
}

.focus\:ring-energy-rating-e:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
}

.focus\:ring-energy-rating-f:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
}

.focus\:ring-energy-rating-g:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
}

.focus\:ring-flo-blue-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
}

.focus\:ring-green-dark-60:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
}

.focus\:ring-tertiary-background:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
}

.focus\:ring-tertiary-green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent;
}

.ring-offset-green-darkest {
  --tw-ring-offset-color: #032b26;
}

.ring-offset-green-darker {
  --tw-ring-offset-color: #063932;
}

.ring-offset-green-dark {
  --tw-ring-offset-color: #0b4d44;
}

.ring-offset-green-medium {
  --tw-ring-offset-color: #199365;
}

.ring-offset-green-light {
  --tw-ring-offset-color: #47b669;
}

.ring-offset-grey-darkest {
  --tw-ring-offset-color: #303030;
}

.ring-offset-grey-darker {
  --tw-ring-offset-color: #4a4a4a;
}

.ring-offset-grey-dark {
  --tw-ring-offset-color: #6c7476;
}

.ring-offset-grey {
  --tw-ring-offset-color: #888888;
}

.ring-offset-grey-medium {
  --tw-ring-offset-color: #aaaaaa;
}

.ring-offset-grey-light {
  --tw-ring-offset-color: #bbbbbb;
}

.ring-offset-grey-lighter {
  --tw-ring-offset-color: #dadada;
}

.ring-offset-grey-pale {
  --tw-ring-offset-color: #eaeaea;
}

.ring-offset-grey-pale-60 {
  --tw-ring-offset-color: rgba(234,234,234,0.6);
}

.ring-offset-grey-faint {
  --tw-ring-offset-color: #f3f3f3;
}

.ring-offset-grey-lightest {
  --tw-ring-offset-color: #f9f9f9;
}

.ring-offset-grey-page {
  --tw-ring-offset-color: rgba(243,243,243,0.5);
}

.ring-offset-primary-white {
  --tw-ring-offset-color: #ffffff;
}

.ring-offset-secondary-green {
  --tw-ring-offset-color: #0cc393;
}

.ring-offset-secondary-blue-dark {
  --tw-ring-offset-color: #175564;
}

.ring-offset-secondary-blue-light {
  --tw-ring-offset-color: #2eaeb2;
}

.ring-offset-secondary-blue-light-20 {
  --tw-ring-offset-color: rgba(46,174,178,0.2);
}

.ring-offset-secondary-blue-light-10 {
  --tw-ring-offset-color: rgba(46,174,178,0.1);
}

.ring-offset-tertiary-orange {
  --tw-ring-offset-color: #f46036;
}

.ring-offset-tertiary-yellow {
  --tw-ring-offset-color: #f9c846;
}

.ring-offset-success {
  --tw-ring-offset-color: #47b669;
}

.ring-offset-warning {
  --tw-ring-offset-color: #f46036;
}

.ring-offset-error {
  --tw-ring-offset-color: #e63147;
}

.ring-offset-info {
  --tw-ring-offset-color: #2eaeb2;
}

.ring-offset-black {
  --tw-ring-offset-color: #000000;
}

.ring-offset-black-neutral {
  --tw-ring-offset-color: #373f41;
}

.ring-offset-toggle {
  --tw-ring-offset-color: rgba(8,198,145,0.3);
}

.ring-offset-toggle-active {
  --tw-ring-offset-color: rgba(8,198,145,1);
}

.ring-offset-tertiary-orange-hover {
  --tw-ring-offset-color: #f78161;
}

.ring-offset-google-maps {
  --tw-ring-offset-color: #e5e3df;
}

.ring-offset-chart {
  --tw-ring-offset-color: rgba(218,240,225,0.2);
}

.ring-offset-energy-rating-a {
  --tw-ring-offset-color: #008459;
}

.ring-offset-energy-rating-b {
  --tw-ring-offset-color: #19b059;
}

.ring-offset-energy-rating-c {
  --tw-ring-offset-color: #8dc641;
}

.ring-offset-energy-rating-d {
  --tw-ring-offset-color: #ffcc00;
}

.ring-offset-energy-rating-e {
  --tw-ring-offset-color: #f7ac64;
}

.ring-offset-energy-rating-f {
  --tw-ring-offset-color: #f78521;
}

.ring-offset-energy-rating-g {
  --tw-ring-offset-color: #ef1c39;
}

.ring-offset-flo-blue-light {
  --tw-ring-offset-color: #0072b4;
}

.ring-offset-green-dark-60 {
  --tw-ring-offset-color: #a3b7b4;
}

.ring-offset-tertiary-background {
  --tw-ring-offset-color: #ebfaf6;
}

.ring-offset-tertiary-green {
  --tw-ring-offset-color: #08c691;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-green-darkest:focus-within {
  --tw-ring-offset-color: #032b26;
}

.focus-within\:ring-offset-green-darker:focus-within {
  --tw-ring-offset-color: #063932;
}

.focus-within\:ring-offset-green-dark:focus-within {
  --tw-ring-offset-color: #0b4d44;
}

.focus-within\:ring-offset-green-medium:focus-within {
  --tw-ring-offset-color: #199365;
}

.focus-within\:ring-offset-green-light:focus-within {
  --tw-ring-offset-color: #47b669;
}

.focus-within\:ring-offset-grey-darkest:focus-within {
  --tw-ring-offset-color: #303030;
}

.focus-within\:ring-offset-grey-darker:focus-within {
  --tw-ring-offset-color: #4a4a4a;
}

.focus-within\:ring-offset-grey-dark:focus-within {
  --tw-ring-offset-color: #6c7476;
}

.focus-within\:ring-offset-grey:focus-within {
  --tw-ring-offset-color: #888888;
}

.focus-within\:ring-offset-grey-medium:focus-within {
  --tw-ring-offset-color: #aaaaaa;
}

.focus-within\:ring-offset-grey-light:focus-within {
  --tw-ring-offset-color: #bbbbbb;
}

.focus-within\:ring-offset-grey-lighter:focus-within {
  --tw-ring-offset-color: #dadada;
}

.focus-within\:ring-offset-grey-pale:focus-within {
  --tw-ring-offset-color: #eaeaea;
}

.focus-within\:ring-offset-grey-pale-60:focus-within {
  --tw-ring-offset-color: rgba(234,234,234,0.6);
}

.focus-within\:ring-offset-grey-faint:focus-within {
  --tw-ring-offset-color: #f3f3f3;
}

.focus-within\:ring-offset-grey-lightest:focus-within {
  --tw-ring-offset-color: #f9f9f9;
}

.focus-within\:ring-offset-grey-page:focus-within {
  --tw-ring-offset-color: rgba(243,243,243,0.5);
}

.focus-within\:ring-offset-primary-white:focus-within {
  --tw-ring-offset-color: #ffffff;
}

.focus-within\:ring-offset-secondary-green:focus-within {
  --tw-ring-offset-color: #0cc393;
}

.focus-within\:ring-offset-secondary-blue-dark:focus-within {
  --tw-ring-offset-color: #175564;
}

.focus-within\:ring-offset-secondary-blue-light:focus-within {
  --tw-ring-offset-color: #2eaeb2;
}

.focus-within\:ring-offset-secondary-blue-light-20:focus-within {
  --tw-ring-offset-color: rgba(46,174,178,0.2);
}

.focus-within\:ring-offset-secondary-blue-light-10:focus-within {
  --tw-ring-offset-color: rgba(46,174,178,0.1);
}

.focus-within\:ring-offset-tertiary-orange:focus-within {
  --tw-ring-offset-color: #f46036;
}

.focus-within\:ring-offset-tertiary-yellow:focus-within {
  --tw-ring-offset-color: #f9c846;
}

.focus-within\:ring-offset-success:focus-within {
  --tw-ring-offset-color: #47b669;
}

.focus-within\:ring-offset-warning:focus-within {
  --tw-ring-offset-color: #f46036;
}

.focus-within\:ring-offset-error:focus-within {
  --tw-ring-offset-color: #e63147;
}

.focus-within\:ring-offset-info:focus-within {
  --tw-ring-offset-color: #2eaeb2;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000000;
}

.focus-within\:ring-offset-black-neutral:focus-within {
  --tw-ring-offset-color: #373f41;
}

.focus-within\:ring-offset-toggle:focus-within {
  --tw-ring-offset-color: rgba(8,198,145,0.3);
}

.focus-within\:ring-offset-toggle-active:focus-within {
  --tw-ring-offset-color: rgba(8,198,145,1);
}

.focus-within\:ring-offset-tertiary-orange-hover:focus-within {
  --tw-ring-offset-color: #f78161;
}

.focus-within\:ring-offset-google-maps:focus-within {
  --tw-ring-offset-color: #e5e3df;
}

.focus-within\:ring-offset-chart:focus-within {
  --tw-ring-offset-color: rgba(218,240,225,0.2);
}

.focus-within\:ring-offset-energy-rating-a:focus-within {
  --tw-ring-offset-color: #008459;
}

.focus-within\:ring-offset-energy-rating-b:focus-within {
  --tw-ring-offset-color: #19b059;
}

.focus-within\:ring-offset-energy-rating-c:focus-within {
  --tw-ring-offset-color: #8dc641;
}

.focus-within\:ring-offset-energy-rating-d:focus-within {
  --tw-ring-offset-color: #ffcc00;
}

.focus-within\:ring-offset-energy-rating-e:focus-within {
  --tw-ring-offset-color: #f7ac64;
}

.focus-within\:ring-offset-energy-rating-f:focus-within {
  --tw-ring-offset-color: #f78521;
}

.focus-within\:ring-offset-energy-rating-g:focus-within {
  --tw-ring-offset-color: #ef1c39;
}

.focus-within\:ring-offset-flo-blue-light:focus-within {
  --tw-ring-offset-color: #0072b4;
}

.focus-within\:ring-offset-green-dark-60:focus-within {
  --tw-ring-offset-color: #a3b7b4;
}

.focus-within\:ring-offset-tertiary-background:focus-within {
  --tw-ring-offset-color: #ebfaf6;
}

.focus-within\:ring-offset-tertiary-green:focus-within {
  --tw-ring-offset-color: #08c691;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-green-darkest:focus {
  --tw-ring-offset-color: #032b26;
}

.focus\:ring-offset-green-darker:focus {
  --tw-ring-offset-color: #063932;
}

.focus\:ring-offset-green-dark:focus {
  --tw-ring-offset-color: #0b4d44;
}

.focus\:ring-offset-green-medium:focus {
  --tw-ring-offset-color: #199365;
}

.focus\:ring-offset-green-light:focus {
  --tw-ring-offset-color: #47b669;
}

.focus\:ring-offset-grey-darkest:focus {
  --tw-ring-offset-color: #303030;
}

.focus\:ring-offset-grey-darker:focus {
  --tw-ring-offset-color: #4a4a4a;
}

.focus\:ring-offset-grey-dark:focus {
  --tw-ring-offset-color: #6c7476;
}

.focus\:ring-offset-grey:focus {
  --tw-ring-offset-color: #888888;
}

.focus\:ring-offset-grey-medium:focus {
  --tw-ring-offset-color: #aaaaaa;
}

.focus\:ring-offset-grey-light:focus {
  --tw-ring-offset-color: #bbbbbb;
}

.focus\:ring-offset-grey-lighter:focus {
  --tw-ring-offset-color: #dadada;
}

.focus\:ring-offset-grey-pale:focus {
  --tw-ring-offset-color: #eaeaea;
}

.focus\:ring-offset-grey-pale-60:focus {
  --tw-ring-offset-color: rgba(234,234,234,0.6);
}

.focus\:ring-offset-grey-faint:focus {
  --tw-ring-offset-color: #f3f3f3;
}

.focus\:ring-offset-grey-lightest:focus {
  --tw-ring-offset-color: #f9f9f9;
}

.focus\:ring-offset-grey-page:focus {
  --tw-ring-offset-color: rgba(243,243,243,0.5);
}

.focus\:ring-offset-primary-white:focus {
  --tw-ring-offset-color: #ffffff;
}

.focus\:ring-offset-secondary-green:focus {
  --tw-ring-offset-color: #0cc393;
}

.focus\:ring-offset-secondary-blue-dark:focus {
  --tw-ring-offset-color: #175564;
}

.focus\:ring-offset-secondary-blue-light:focus {
  --tw-ring-offset-color: #2eaeb2;
}

.focus\:ring-offset-secondary-blue-light-20:focus {
  --tw-ring-offset-color: rgba(46,174,178,0.2);
}

.focus\:ring-offset-secondary-blue-light-10:focus {
  --tw-ring-offset-color: rgba(46,174,178,0.1);
}

.focus\:ring-offset-tertiary-orange:focus {
  --tw-ring-offset-color: #f46036;
}

.focus\:ring-offset-tertiary-yellow:focus {
  --tw-ring-offset-color: #f9c846;
}

.focus\:ring-offset-success:focus {
  --tw-ring-offset-color: #47b669;
}

.focus\:ring-offset-warning:focus {
  --tw-ring-offset-color: #f46036;
}

.focus\:ring-offset-error:focus {
  --tw-ring-offset-color: #e63147;
}

.focus\:ring-offset-info:focus {
  --tw-ring-offset-color: #2eaeb2;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000000;
}

.focus\:ring-offset-black-neutral:focus {
  --tw-ring-offset-color: #373f41;
}

.focus\:ring-offset-toggle:focus {
  --tw-ring-offset-color: rgba(8,198,145,0.3);
}

.focus\:ring-offset-toggle-active:focus {
  --tw-ring-offset-color: rgba(8,198,145,1);
}

.focus\:ring-offset-tertiary-orange-hover:focus {
  --tw-ring-offset-color: #f78161;
}

.focus\:ring-offset-google-maps:focus {
  --tw-ring-offset-color: #e5e3df;
}

.focus\:ring-offset-chart:focus {
  --tw-ring-offset-color: rgba(218,240,225,0.2);
}

.focus\:ring-offset-energy-rating-a:focus {
  --tw-ring-offset-color: #008459;
}

.focus\:ring-offset-energy-rating-b:focus {
  --tw-ring-offset-color: #19b059;
}

.focus\:ring-offset-energy-rating-c:focus {
  --tw-ring-offset-color: #8dc641;
}

.focus\:ring-offset-energy-rating-d:focus {
  --tw-ring-offset-color: #ffcc00;
}

.focus\:ring-offset-energy-rating-e:focus {
  --tw-ring-offset-color: #f7ac64;
}

.focus\:ring-offset-energy-rating-f:focus {
  --tw-ring-offset-color: #f78521;
}

.focus\:ring-offset-energy-rating-g:focus {
  --tw-ring-offset-color: #ef1c39;
}

.focus\:ring-offset-flo-blue-light:focus {
  --tw-ring-offset-color: #0072b4;
}

.focus\:ring-offset-green-dark-60:focus {
  --tw-ring-offset-color: #a3b7b4;
}

.focus\:ring-offset-tertiary-background:focus {
  --tw-ring-offset-color: #ebfaf6;
}

.focus\:ring-offset-tertiary-green:focus {
  --tw-ring-offset-color: #08c691;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter-none {
  filter: none;
}

.blur-0 {
  --tw-blur: blur(0);
}

.blur-none {
  --tw-blur: blur(0);
}

.blur-sm {
  --tw-blur: blur(4px);
}

.blur {
  --tw-blur: blur(8px);
}

.blur-md {
  --tw-blur: blur(12px);
}

.blur-lg {
  --tw-blur: blur(16px);
}

.blur-xl {
  --tw-blur: blur(24px);
}

.blur-2xl {
  --tw-blur: blur(40px);
}

.blur-3xl {
  --tw-blur: blur(64px);
}

.blur-xs {
  --tw-blur: blur(3px);
}

.brightness-0 {
  --tw-brightness: brightness(0);
}

.brightness-50 {
  --tw-brightness: brightness(.5);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
}

.brightness-90 {
  --tw-brightness: brightness(.9);
}

.brightness-95 {
  --tw-brightness: brightness(.95);
}

.brightness-100 {
  --tw-brightness: brightness(1);
}

.brightness-105 {
  --tw-brightness: brightness(1.05);
}

.brightness-110 {
  --tw-brightness: brightness(1.1);
}

.brightness-125 {
  --tw-brightness: brightness(1.25);
}

.brightness-150 {
  --tw-brightness: brightness(1.5);
}

.brightness-200 {
  --tw-brightness: brightness(2);
}

.contrast-0 {
  --tw-contrast: contrast(0);
}

.contrast-50 {
  --tw-contrast: contrast(.5);
}

.contrast-75 {
  --tw-contrast: contrast(.75);
}

.contrast-100 {
  --tw-contrast: contrast(1);
}

.contrast-125 {
  --tw-contrast: contrast(1.25);
}

.contrast-150 {
  --tw-contrast: contrast(1.5);
}

.contrast-200 {
  --tw-contrast: contrast(2);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0 {
  --tw-invert: invert(0);
}

.invert {
  --tw-invert: invert(100%);
}

.saturate-0 {
  --tw-saturate: saturate(0);
}

.saturate-50 {
  --tw-saturate: saturate(.5);
}

.saturate-100 {
  --tw-saturate: saturate(1);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
}

.saturate-200 {
  --tw-saturate: saturate(2);
}

.sepia-0 {
  --tw-sepia: sepia(0);
}

.sepia {
  --tw-sepia: sepia(100%);
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  backdrop-filter: none;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
}

.backdrop-blur-xs {
  --tw-backdrop-blur: blur(3px);
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05);
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1);
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2);
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3);
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4);
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7);
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9);
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95);
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-header {
  transition-property: transform opacity top bottom left right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-250 {
  transition-delay: 250ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pd-toggle {
  position: relative;
  display: block;
  height: 1.125rem;
  width: 1.875rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  border-color: transparent;
  background-color: rgba(8,198,145,0.3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pd-toggle.active {
  border-color: rgba(8,198,145,1);
  background-color: rgba(8,198,145,1);
}

.pd-toggle.active.active-secondary-blue {
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.pd-toggle.active.active-tertiary-yellow {
  --tw-border-opacity: 1;
  border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
}

.pd-toggle.active.active-tertiary-orange {
  --tw-border-opacity: 1;
  border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
}

.pd-toggle.active.active-black-neutral {
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
}

.pd-toggle::after {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pd-toggle.active::after {
  content: "";
  left: 0.75rem;
}

.mega-menu {
  z-index: 1;
  display: flex;
  transform-origin: top;
  --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));
  --tw-scale-y: 1;
  flex-direction: column;
  flex-wrap: wrap;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  opacity: 1;
  transition-property: transform opacity top bottom left right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

@media (min-width: 1024px) {
  .mega-menu {
    position: absolute;
    top: 5.25rem;
    right: 0px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 42rem;
    flex-direction: row;
    border-radius: 0.25rem;
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .mega-menu {
    top: 3.375rem;
    left: calc(50% - 288px);
    max-width: 42rem;
  }
}

.mega-menu .mega-line-break {
  width: 100%;
}

.mega-menu.mega-hidden {
  --tw-scale-y: 0;
  opacity: 0;
}

.mega-menu.mega-removed {
  height: 0px;
}

@media (min-width: 1024px) {
  .mega-menu.mega-removed {
    height: auto;
  }
}

.mega-menu .mega-column {
  position: relative;
  top: 0px;
  opacity: 1;
  transition-property: transform opacity top bottom left right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.mega-menu .mega-column.timing-1 {
  transition-delay: 200ms;
}

.mega-menu .mega-column.timing-2 {
  transition-delay: 250ms;
}

.mega-menu .mega-column.timing-3 {
  transition-delay: 300ms;
}

.mega-menu.mega-hidden .mega-column {
  top: -1rem;
  opacity: 0;
}

.planning-style.positive {
  --tw-text-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
}

.planning-style.negative {
  --tw-text-opacity: 1;
  color: rgba(230, 49, 71, var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(230, 49, 71, var(--tw-border-opacity));
}

.planning-style.neutral {
  --tw-text-opacity: 1;
  color: rgba(108, 116, 118, var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(108, 116, 118, var(--tw-border-opacity));
}

.results-table thead td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
}

.results-table tbody td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.results-table tbody tr.saved td {
  --tw-bg-opacity: 1;
  background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.results-table tbody tr.not-interested td {
  opacity: 0.3;
}

.pd-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pd-popup-content {
  position: relative;
  max-height: 100%;
  min-width: 18rem;
  overflow-y: scroll;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  --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);
}

@media (min-width: 768px) {
  .pd-popup-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.pd-popup-loading {
  position: absolute;
  top: -2.25rem;
  left: -1rem;
  z-index: 1;
  height: calc(100% + 68px);
  width: calc(100% + 32px);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}

@media (min-width: 768px) {
  .pd-popup-loading {
    left: -2rem;
    width: calc(100% + 64px);
  }
}

.pd-popup-content.no-scroll {
  overflow-y: hidden;
}

.pd-popup-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
}

.pd-popup-close:hover {
  --tw-bg-opacity: 0.5;
}

.pd-popup-close {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* Shared */

.pd-toast {
  position: fixed;
  top: 7rem;
  right: -20rem;
  z-index: 7;
  display: flex;
  width: 100%;
  max-width: 20rem;
  align-items: center;
  border-radius: 0.5rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  opacity: 0;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pd-toast.show {
  right: 1rem;
  opacity: 1;
}

.pd-toast-icon {
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.pd-toast-message {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.pd-toast-close {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
  margin-left: auto;
  display: inline-flex;
  height: 2rem;
  width: 2rem;
  border-radius: 0.5rem;
  padding: 0.375rem;
}

.pd-toast-close:hover {
  opacity: 0.6;
}

.pd-toast-close {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pd-toast-close > svg {
  height: 1.25rem;
  width: 1.25rem;
}

/* Success */

.pd-toast.pd-toast-success {
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
}

/* George credit */

.pd-toast.pd-toast-george-credit {
  cursor: pointer;
  border-width: 2px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(46, 174, 178, var(--tw-text-opacity));
}

/* Tutorials */

.pd-toast.pd-toast-tutorial {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
}

.pd-filters .active > div {
  margin-bottom: 1rem;
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .pd-filters .active > div {
    margin-bottom: 0.5rem;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}

.pd-filters .active > div a.delete-filter {
  margin-right: 0.5rem;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-text-opacity));
}

.pd-filters .active > div div.method {
  min-width: 5rem;
}

.pd-filters .active > div select {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  max-width: 15.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  background-color: transparent;
  background-image: url('/images/v2/icons/select.svg');
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  padding: 0.5rem;
  padding-right: 2rem;
}

@media (min-width: 1024px) {
  .pd-filters .active > div select {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.pd-filters .active > div div.method select {
  margin-left: 0px;
}

.pd-filters .active > div input {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding: 0.5rem;
}

@media (min-width: 1024px) {
  .pd-filters .active > div input {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.pd-radio {
  display: flex;
  align-items: center;
}

.pd-radio input[type="radio"] {
  display: none;
}

.pd-radio input[type="radio"] + label {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 0.875rem;
}

.pd-radio input[type="radio"] + label span {
  margin-right: 0.5rem;
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  flex-shrink: 0;
  border-radius: 9999px;
  border-width: 2px;
  border-color: #5D6673;
}

.pd-radio input[type="radio"]:checked + label span {
  --tw-border-opacity: 1;
  border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  box-shadow: 0px 0px 0px 2.5px white inset;
}

.pd-radio input[type="radio"]:disabled + label {
  cursor: not-allowed;
  opacity: 0.3;
}

input[type="range"].pd-range {
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  background-color: transparent;
}

input[type="range"].pd-range:active {
  outline: none;
}

/* Webkit styles */

input[type="range"].pd-range::-webkit-slider-runnable-track {
  height: 0.375rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

input[type="range"].pd-range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; margin-top: -5px;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
}

input[type="range"].pd-range:active::-webkit-slider-thumb {
  border: 1px solid #0cc393; outline: 3px solid #0cc393; outline-offset: 0.125rem;
}

/* Mozilla styles */

input[type="range"].pd-range::-moz-range-track {
  height: 0.375rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

input[type="range"].pd-range::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
}

input[type="range"].pd-range:active::-moz-range-thumb {
  border: 1px solid #0cc393; outline: 3px solid #0cc393; outline-offset: 0.125rem;
}

.pd-check {
  display: flex;
  align-items: center;
}

.pd-check input[type="checkbox"] {
  display: none;
}

.pd-check input[type="checkbox"] + label {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 0.875rem;
}

.pd-check input[type="checkbox"] + label span {
  margin-right: 0.5rem;
  display: inline-block;
  height: 1.125rem;
  width: 1.125rem;
  flex-shrink: 0;
  border-radius: 0.125rem;
  border-width: 2px;
  border-color: #5D6673;
}

.pd-check input[type="checkbox"]:checked + label span {
  --tw-border-opacity: 1;
  border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  box-shadow: 0px 0px 0px 2.5px white inset;
}

.pd-check input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
  opacity: 0.3;
}

/* Checkbox only - no label */

.pd-check.box-only input[type="checkbox"] + label {
  width: 100%;
  justify-content: center;
}

.pd-check.box-only input[type="checkbox"] + label span {
  margin-right: 0px;
}

/* Smaller inline checkbox */

.pd-check.check-sm input[type="checkbox"] + label span {
  margin-right: 0.375rem;
  height: 0.875rem;
  width: 0.875rem;
  border-width: 1px;
}

.pd-check.check-sm input[type="checkbox"]:checked + label span {
  box-shadow: 0px 0px 0px 2px white inset;
}

#payment-form .StripeElement {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding: 0.5rem;
}

#payment-form .StripeElement--focus {
  --tw-border-opacity: 1;
  border-color: rgba(71, 182, 105, var(--tw-border-opacity));
}

#payment-form .StripeElement--invalid {
  --tw-border-opacity: 1;
  border-color: rgba(230, 49, 71, var(--tw-border-opacity));
}

#payment-form .StripeElement--webkit-autofill {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

table.tablesorter .header,
    table.tablesorter .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); background-position: center right; background-repeat: no-repeat;
}

table.tablesorter .tablesorter-header.num {
  padding-right: 18px;
}

table.tablesorter thead .headerSortUp,
    table.tablesorter thead .tablesorter-headerAsc,
    table.tablesorter thead .tablesorter-headerSortUp {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

table.tablesorter thead .headerSortDown,
    table.tablesorter thead .tablesorter-headerDesc,
    table.tablesorter thead .tablesorter-headerSortDown {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

table.tablesorter thead .sorter-false {
  background-image: none;
}

html.wait, html.wait * { cursor: wait !important;
}

.pd-finder-message {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.pd-finder-message span {
  width: 83.333333%;
  border-radius: 0.5rem;
  padding: 1rem;
}

.pd-finder-message .avatar {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
}

.pd-finder-message.pd-message span {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pd-finder-message.pd-message span.loading-status {
  --tw-text-opacity: 0.6;
}

.pd-finder-message.pd-message .avatar {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  padding: 0.625rem;
}

.pd-finder-message.user-message {
  justify-content: flex-end;
}

.pd-finder-message.user-message span {
  width: auto;
  max-width: 28rem;
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pd-finder-message.user-message .avatar {
  display: none;
}

.pd-finder-message.ai-response h1, .pd-finder-message.ai-response h2, .pd-finder-message.ai-response h3, .pd-finder-message.ai-response h4 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.pd-finder-message.ai-response h1 {
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-text-opacity));
}

.pd-finder-message.ai-response h2 {
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.pd-finder-message.ai-response h3 {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.pd-finder-message.ai-response h4 {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgba(8, 198, 145, var(--tw-text-opacity));
}

.pd-finder-message.ai-response ul, .pd-finder-message.ai-response ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.pd-finder-message.ai-response ul {
  list-style-type: disc;
}

.pd-finder-message.ai-response ol {
  list-style-type: decimal;
}

.pd-finder-message.ai-response li {
  margin-bottom: 0.25rem;
}

.pd-finder-message.ai-response p {
  margin-bottom: 0.75rem;
}

.pd-finder-message.ai-response table {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
}

.pd-finder-message.ai-response th, .pd-finder-message.ai-response td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
  padding: 0.5rem;
  text-align: left;
}

.pd-finder-message.ai-response th {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(71, 182, 105, var(--tw-text-opacity));
}

.pd-finder-message.ai-response code {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: courier new, Courier, monospace;
}

.pd-finder-message.ai-response pre {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  padding: 0.75rem;
}

.pd-finder-message.ai-response pre code {
  background-color: transparent;
  padding: 0px;
}

.pd-finder-message.ai-response blockquote {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  padding-left: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(25, 147, 101, var(--tw-text-opacity));
  --tw-text-opacity: 0.8;
}

.pd-finder-message.ai-response hr {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(48, 48, 48, var(--tw-border-opacity));
}

.pd-finder-message.ai-response img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: auto;
  width: 100%;
  max-width: 24rem;
  border-radius: 0.5rem;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.pd-finder-message.ai-response .feature-suggestion {
  margin-top: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  padding: 0.75rem;
}

.pd-finder-message.ai-response .feature-suggestion span {
  width: auto;
  border-radius: 0px;
  background-color: transparent;
  padding: 0px;
}

@keyframes typewriter {
  from { max-height: 0;
  }

  to { max-height: 600vh;
  }
}

.pd-finder-message.ai-response .typewriter-effect {
  max-height: 0;
  animation: typewriter 4s steps(1500, end) forwards;
}

.mask-to-bottom-95 {
  -webkit-mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 95%, transparent 100%);
}

@media (min-width: 425px) {
  .xs\:container {
    width: 100%;
  }

  @media (min-width: 425px) {
    .xs\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 640px) {
    .xs\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xs\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xs\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xs\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xs\:container {
      max-width: 1536px;
    }
  }

  .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;
  }

  .xs\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xs\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .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;
  }

  .xs\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:visible {
    visibility: visible;
  }

  .xs\:invisible {
    visibility: hidden;
  }

  .xs\:static {
    position: static;
  }

  .xs\:fixed {
    position: fixed;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

  .xs\:sticky {
    position: sticky;
  }

  .xs\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xs\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xs\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xs\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xs\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xs\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xs\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xs\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xs\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xs\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xs\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xs\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xs\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xs\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xs\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xs\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .xs\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xs\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .xs\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .xs\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xs\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .xs\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xs\:inset-29 {
    top: 7.25rem;
    right: 7.25rem;
    bottom: 7.25rem;
    left: 7.25rem;
  }

  .xs\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xs\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .xs\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xs\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xs\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .xs\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xs\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xs\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xs\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xs\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xs\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xs\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .xs\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xs\:inset-77 {
    top: 19.25rem;
    right: 19.25rem;
    bottom: 19.25rem;
    left: 19.25rem;
  }

  .xs\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xs\:inset-82 {
    top: 20.5rem;
    right: 20.5rem;
    bottom: 20.5rem;
    left: 20.5rem;
  }

  .xs\:inset-88 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .xs\:inset-94 {
    top: 23.5rem;
    right: 23.5rem;
    bottom: 23.5rem;
    left: 23.5rem;
  }

  .xs\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xs\:inset-98 {
    top: 24.5rem;
    right: 24.5rem;
    bottom: 24.5rem;
    left: 24.5rem;
  }

  .xs\:inset-104 {
    top: 26rem;
    right: 26rem;
    bottom: 26rem;
    left: 26rem;
  }

  .xs\:inset-108 {
    top: 27rem;
    right: 27rem;
    bottom: 27rem;
    left: 27rem;
  }

  .xs\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .xs\:inset-112 {
    top: 28rem;
    right: 28rem;
    bottom: 28rem;
    left: 28rem;
  }

  .xs\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .xs\:inset-128 {
    top: 32rem;
    right: 32rem;
    bottom: 32rem;
    left: 32rem;
  }

  .xs\:inset-132 {
    top: 33rem;
    right: 33rem;
    bottom: 33rem;
    left: 33rem;
  }

  .xs\:inset-134 {
    top: 33.5rem;
    right: 33.5rem;
    bottom: 33.5rem;
    left: 33.5rem;
  }

  .xs\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .xs\:inset-136 {
    top: 34rem;
    right: 34rem;
    bottom: 34rem;
    left: 34rem;
  }

  .xs\:inset-144 {
    top: 36rem;
    right: 36rem;
    bottom: 36rem;
    left: 36rem;
  }

  .xs\:inset-152 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .xs\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .xs\:inset-164 {
    top: 41rem;
    right: 41rem;
    bottom: 41rem;
    left: 41rem;
  }

  .xs\:inset-172 {
    top: 43rem;
    right: 43rem;
    bottom: 43rem;
    left: 43rem;
  }

  .xs\:inset-179 {
    top: 44.75rem;
    right: 44.75rem;
    bottom: 44.75rem;
    left: 44.75rem;
  }

  .xs\:inset-184 {
    top: 46rem;
    right: 46rem;
    bottom: 46rem;
    left: 46rem;
  }

  .xs\:inset-192 {
    top: 48rem;
    right: 48rem;
    bottom: 48rem;
    left: 48rem;
  }

  .xs\:inset-224 {
    top: 56rem;
    right: 56rem;
    bottom: 56rem;
    left: 56rem;
  }

  .xs\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .xs\:inset-256 {
    top: 64rem;
    right: 64rem;
    bottom: 64rem;
    left: 64rem;
  }

  .xs\:inset-265 {
    top: 66.25rem;
    right: 66.25rem;
    bottom: 66.25rem;
    left: 66.25rem;
  }

  .xs\:inset-288 {
    top: 72rem;
    right: 72rem;
    bottom: 72rem;
    left: 72rem;
  }

  .xs\:inset-384 {
    top: 96rem;
    right: 96rem;
    bottom: 96rem;
    left: 96rem;
  }

  .xs\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xs\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xs\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xs\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xs\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xs\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xs\:inset-0\.75 {
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .xs\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .xs\:inset-7\.5 {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .xs\:inset-9\.5 {
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .xs\:inset-9\.75 {
    top: 2.4375rem;
    right: 2.4375rem;
    bottom: 2.4375rem;
    left: 2.4375rem;
  }

  .xs\:inset-12\.5 {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .xs\:inset-13\.5 {
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .xs\:inset-292\.5 {
    top: 73.125rem;
    right: 73.125rem;
    bottom: 73.125rem;
    left: 73.125rem;
  }

  .xs\:inset-1\/24 {
    top: 4.166667%;
    right: 4.166667%;
    bottom: 4.166667%;
    left: 4.166667%;
  }

  .xs\:inset-2\/24 {
    top: 8.333333%;
    right: 8.333333%;
    bottom: 8.333333%;
    left: 8.333333%;
  }

  .xs\:inset-3\/24 {
    top: 12.5%;
    right: 12.5%;
    bottom: 12.5%;
    left: 12.5%;
  }

  .xs\:inset-4\/24 {
    top: 16.666667%;
    right: 16.666667%;
    bottom: 16.666667%;
    left: 16.666667%;
  }

  .xs\:inset-5\/24 {
    top: 20.833333%;
    right: 20.833333%;
    bottom: 20.833333%;
    left: 20.833333%;
  }

  .xs\:inset-6\/24 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xs\:inset-7\/24 {
    top: 29.166666%;
    right: 29.166666%;
    bottom: 29.166666%;
    left: 29.166666%;
  }

  .xs\:inset-8\/24 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xs\:inset-9\/24 {
    top: 37.5%;
    right: 37.5%;
    bottom: 37.5%;
    left: 37.5%;
  }

  .xs\:inset-10\/24 {
    top: 41.666666%;
    right: 41.666666%;
    bottom: 41.666666%;
    left: 41.666666%;
  }

  .xs\:inset-11\/24 {
    top: 45.833333%;
    right: 45.833333%;
    bottom: 45.833333%;
    left: 45.833333%;
  }

  .xs\:inset-12\/24 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-13\/24 {
    top: 54.166666%;
    right: 54.166666%;
    bottom: 54.166666%;
    left: 54.166666%;
  }

  .xs\:inset-14\/24 {
    top: 58.333333%;
    right: 58.333333%;
    bottom: 58.333333%;
    left: 58.333333%;
  }

  .xs\:inset-15\/24 {
    top: 62.5%;
    right: 62.5%;
    bottom: 62.5%;
    left: 62.5%;
  }

  .xs\:inset-16\/24 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xs\:inset-17\/24 {
    top: 70.833333%;
    right: 70.833333%;
    bottom: 70.833333%;
    left: 70.833333%;
  }

  .xs\:inset-18\/24 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xs\:inset-19\/24 {
    top: 79.166667%;
    right: 79.166667%;
    bottom: 79.166667%;
    left: 79.166667%;
  }

  .xs\:inset-20\/24 {
    top: 83.333333%;
    right: 83.333333%;
    bottom: 83.333333%;
    left: 83.333333%;
  }

  .xs\:inset-21\/24 {
    top: 87.5%;
    right: 87.5%;
    bottom: 87.5%;
    left: 87.5%;
  }

  .xs\:inset-22\/24 {
    top: 91.666667%;
    right: 91.666667%;
    bottom: 91.666667%;
    left: 91.666667%;
  }

  .xs\:inset-23\/24 {
    top: 95.833333%;
    right: 95.833333%;
    bottom: 95.833333%;
    left: 95.833333%;
  }

  .xs\:inset-24\/24 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xs\:inset-screen-header {
    top: 41.55vw;
    right: 41.55vw;
    bottom: 41.55vw;
    left: 41.55vw;
  }

  .xs\:inset-screen-60 {
    top: 60vh;
    right: 60vh;
    bottom: 60vh;
    left: 60vh;
  }

  .xs\:inset-screen-80 {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .xs\:inset-screen-85 {
    top: 85vh;
    right: 85vh;
    bottom: 85vh;
    left: 85vh;
  }

  .xs\:inset-screen-90 {
    top: 90vh;
    right: 90vh;
    bottom: 90vh;
    left: 90vh;
  }

  .xs\:inset-screen-95 {
    top: 95vh;
    right: 95vh;
    bottom: 95vh;
    left: 95vh;
  }

  .xs\:inset-screen-minus-header {
    top: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
    left: calc(100vh - 5.25rem);
  }

  .xs\:inset-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
    left: calc(100vh - 8.875rem);
  }

  .xs\:inset-screen-minus-36 {
    top: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
    left: calc(100vh - 9rem);
  }

  .xs\:inset-screen-minus-40 {
    top: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
    left: calc(100vh - 10rem);
  }

  .xs\:inset-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
    left: calc(100vh - 13.75rem);
  }

  .xs\:inset-screen-minus-72 {
    top: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
    left: calc(100vh - 18rem);
  }

  .xs\:inset-screen-minus-80 {
    top: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
    left: calc(100vh - 20rem);
  }

  .xs\:inset-full-4 {
    top: calc(100% - 16px);
    right: calc(100% - 16px);
    bottom: calc(100% - 16px);
    left: calc(100% - 16px);
  }

  .xs\:inset-account-body {
    top: calc(100vw - 304px);
    right: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
    left: calc(100vw - 304px);
  }

  .xs\:inset-menu-center {
    top: calc(50% - 288px);
    right: calc(50% - 288px);
    bottom: calc(50% - 288px);
    left: calc(50% - 288px);
  }

  .xs\:inset-tutorials-hidden {
    top: calc(100% - 56px);
    right: calc(100% - 56px);
    bottom: calc(100% - 56px);
    left: calc(100% - 56px);
  }

  .xs\:inset-popup-full-width {
    top: calc(100% + 32px);
    right: calc(100% + 32px);
    bottom: calc(100% + 32px);
    left: calc(100% + 32px);
  }

  .xs\:inset-popup-full-width-md {
    top: calc(100% + 64px);
    right: calc(100% + 64px);
    bottom: calc(100% + 64px);
    left: calc(100% + 64px);
  }

  .xs\:inset-popup-full-height {
    top: calc(100% + 68px);
    right: calc(100% + 68px);
    bottom: calc(100% + 68px);
    left: calc(100% + 68px);
  }

  .xs\:inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .xs\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xs\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xs\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xs\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xs\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xs\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xs\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xs\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xs\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xs\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xs\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xs\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xs\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xs\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xs\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xs\:-inset-18 {
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .xs\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xs\:-inset-21 {
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .xs\:-inset-22 {
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .xs\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xs\:-inset-26 {
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .xs\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xs\:-inset-29 {
    top: -7.25rem;
    right: -7.25rem;
    bottom: -7.25rem;
    left: -7.25rem;
  }

  .xs\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xs\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .xs\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xs\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xs\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .xs\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xs\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xs\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xs\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xs\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xs\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xs\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .xs\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xs\:-inset-77 {
    top: -19.25rem;
    right: -19.25rem;
    bottom: -19.25rem;
    left: -19.25rem;
  }

  .xs\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xs\:-inset-82 {
    top: -20.5rem;
    right: -20.5rem;
    bottom: -20.5rem;
    left: -20.5rem;
  }

  .xs\:-inset-88 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .xs\:-inset-94 {
    top: -23.5rem;
    right: -23.5rem;
    bottom: -23.5rem;
    left: -23.5rem;
  }

  .xs\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xs\:-inset-98 {
    top: -24.5rem;
    right: -24.5rem;
    bottom: -24.5rem;
    left: -24.5rem;
  }

  .xs\:-inset-104 {
    top: -26rem;
    right: -26rem;
    bottom: -26rem;
    left: -26rem;
  }

  .xs\:-inset-108 {
    top: -27rem;
    right: -27rem;
    bottom: -27rem;
    left: -27rem;
  }

  .xs\:-inset-110 {
    top: -27.5rem;
    right: -27.5rem;
    bottom: -27.5rem;
    left: -27.5rem;
  }

  .xs\:-inset-112 {
    top: -28rem;
    right: -28rem;
    bottom: -28rem;
    left: -28rem;
  }

  .xs\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .xs\:-inset-128 {
    top: -32rem;
    right: -32rem;
    bottom: -32rem;
    left: -32rem;
  }

  .xs\:-inset-132 {
    top: -33rem;
    right: -33rem;
    bottom: -33rem;
    left: -33rem;
  }

  .xs\:-inset-134 {
    top: -33.5rem;
    right: -33.5rem;
    bottom: -33.5rem;
    left: -33.5rem;
  }

  .xs\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .xs\:-inset-136 {
    top: -34rem;
    right: -34rem;
    bottom: -34rem;
    left: -34rem;
  }

  .xs\:-inset-144 {
    top: -36rem;
    right: -36rem;
    bottom: -36rem;
    left: -36rem;
  }

  .xs\:-inset-152 {
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .xs\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .xs\:-inset-164 {
    top: -41rem;
    right: -41rem;
    bottom: -41rem;
    left: -41rem;
  }

  .xs\:-inset-172 {
    top: -43rem;
    right: -43rem;
    bottom: -43rem;
    left: -43rem;
  }

  .xs\:-inset-179 {
    top: -44.75rem;
    right: -44.75rem;
    bottom: -44.75rem;
    left: -44.75rem;
  }

  .xs\:-inset-184 {
    top: -46rem;
    right: -46rem;
    bottom: -46rem;
    left: -46rem;
  }

  .xs\:-inset-192 {
    top: -48rem;
    right: -48rem;
    bottom: -48rem;
    left: -48rem;
  }

  .xs\:-inset-224 {
    top: -56rem;
    right: -56rem;
    bottom: -56rem;
    left: -56rem;
  }

  .xs\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .xs\:-inset-256 {
    top: -64rem;
    right: -64rem;
    bottom: -64rem;
    left: -64rem;
  }

  .xs\:-inset-265 {
    top: -66.25rem;
    right: -66.25rem;
    bottom: -66.25rem;
    left: -66.25rem;
  }

  .xs\:-inset-288 {
    top: -72rem;
    right: -72rem;
    bottom: -72rem;
    left: -72rem;
  }

  .xs\:-inset-384 {
    top: -96rem;
    right: -96rem;
    bottom: -96rem;
    left: -96rem;
  }

  .xs\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xs\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xs\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xs\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xs\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xs\:-inset-0\.75 {
    top: -0.1875rem;
    right: -0.1875rem;
    bottom: -0.1875rem;
    left: -0.1875rem;
  }

  .xs\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .xs\:-inset-7\.5 {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .xs\:-inset-9\.5 {
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .xs\:-inset-9\.75 {
    top: -2.4375rem;
    right: -2.4375rem;
    bottom: -2.4375rem;
    left: -2.4375rem;
  }

  .xs\:-inset-12\.5 {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .xs\:-inset-13\.5 {
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .xs\:-inset-292\.5 {
    top: -73.125rem;
    right: -73.125rem;
    bottom: -73.125rem;
    left: -73.125rem;
  }

  .xs\:-inset-1\/24 {
    top: -4.16667%;
    right: -4.16667%;
    bottom: -4.16667%;
    left: -4.16667%;
  }

  .xs\:-inset-2\/24 {
    top: -8.33333%;
    right: -8.33333%;
    bottom: -8.33333%;
    left: -8.33333%;
  }

  .xs\:-inset-3\/24 {
    top: -12.5%;
    right: -12.5%;
    bottom: -12.5%;
    left: -12.5%;
  }

  .xs\:-inset-4\/24 {
    top: -16.66667%;
    right: -16.66667%;
    bottom: -16.66667%;
    left: -16.66667%;
  }

  .xs\:-inset-5\/24 {
    top: -20.83333%;
    right: -20.83333%;
    bottom: -20.83333%;
    left: -20.83333%;
  }

  .xs\:-inset-6\/24 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xs\:-inset-7\/24 {
    top: -29.16667%;
    right: -29.16667%;
    bottom: -29.16667%;
    left: -29.16667%;
  }

  .xs\:-inset-8\/24 {
    top: -33.33333%;
    right: -33.33333%;
    bottom: -33.33333%;
    left: -33.33333%;
  }

  .xs\:-inset-9\/24 {
    top: -37.5%;
    right: -37.5%;
    bottom: -37.5%;
    left: -37.5%;
  }

  .xs\:-inset-10\/24 {
    top: -41.66667%;
    right: -41.66667%;
    bottom: -41.66667%;
    left: -41.66667%;
  }

  .xs\:-inset-11\/24 {
    top: -45.83333%;
    right: -45.83333%;
    bottom: -45.83333%;
    left: -45.83333%;
  }

  .xs\:-inset-12\/24 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-13\/24 {
    top: -54.16667%;
    right: -54.16667%;
    bottom: -54.16667%;
    left: -54.16667%;
  }

  .xs\:-inset-14\/24 {
    top: -58.33333%;
    right: -58.33333%;
    bottom: -58.33333%;
    left: -58.33333%;
  }

  .xs\:-inset-15\/24 {
    top: -62.5%;
    right: -62.5%;
    bottom: -62.5%;
    left: -62.5%;
  }

  .xs\:-inset-16\/24 {
    top: -66.66667%;
    right: -66.66667%;
    bottom: -66.66667%;
    left: -66.66667%;
  }

  .xs\:-inset-17\/24 {
    top: -70.83333%;
    right: -70.83333%;
    bottom: -70.83333%;
    left: -70.83333%;
  }

  .xs\:-inset-18\/24 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xs\:-inset-19\/24 {
    top: -79.16667%;
    right: -79.16667%;
    bottom: -79.16667%;
    left: -79.16667%;
  }

  .xs\:-inset-20\/24 {
    top: -83.33333%;
    right: -83.33333%;
    bottom: -83.33333%;
    left: -83.33333%;
  }

  .xs\:-inset-21\/24 {
    top: -87.5%;
    right: -87.5%;
    bottom: -87.5%;
    left: -87.5%;
  }

  .xs\:-inset-22\/24 {
    top: -91.66667%;
    right: -91.66667%;
    bottom: -91.66667%;
    left: -91.66667%;
  }

  .xs\:-inset-23\/24 {
    top: -95.83333%;
    right: -95.83333%;
    bottom: -95.83333%;
    left: -95.83333%;
  }

  .xs\:-inset-24\/24 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xs\:-inset-screen-header {
    top: -41.55vw;
    right: -41.55vw;
    bottom: -41.55vw;
    left: -41.55vw;
  }

  .xs\:-inset-screen-60 {
    top: -60vh;
    right: -60vh;
    bottom: -60vh;
    left: -60vh;
  }

  .xs\:-inset-screen-80 {
    top: -80vh;
    right: -80vh;
    bottom: -80vh;
    left: -80vh;
  }

  .xs\:-inset-screen-85 {
    top: -85vh;
    right: -85vh;
    bottom: -85vh;
    left: -85vh;
  }

  .xs\:-inset-screen-90 {
    top: -90vh;
    right: -90vh;
    bottom: -90vh;
    left: -90vh;
  }

  .xs\:-inset-screen-95 {
    top: -95vh;
    right: -95vh;
    bottom: -95vh;
    left: -95vh;
  }

  .xs\:-inset-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
    left: calc(-100vh - -5.25rem);
  }

  .xs\:-inset-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
    left: calc(-100vh - -8.875rem);
  }

  .xs\:-inset-screen-minus-36 {
    top: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
    left: calc(-100vh - -9rem);
  }

  .xs\:-inset-screen-minus-40 {
    top: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
    left: calc(-100vh - -10rem);
  }

  .xs\:-inset-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
    left: calc(-100vh - -13.75rem);
  }

  .xs\:-inset-screen-minus-72 {
    top: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
    left: calc(-100vh - -18rem);
  }

  .xs\:-inset-screen-minus-80 {
    top: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
    left: calc(-100vh - -20rem);
  }

  .xs\:-inset-full-4 {
    top: calc(-100% - -16px);
    right: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
    left: calc(-100% - -16px);
  }

  .xs\:-inset-account-body {
    top: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
    left: calc(-100vw - -304px);
  }

  .xs\:-inset-menu-center {
    top: calc(-50% - -288px);
    right: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
    left: calc(-50% - -288px);
  }

  .xs\:-inset-tutorials-hidden {
    top: calc(-100% - -56px);
    right: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
    left: calc(-100% - -56px);
  }

  .xs\:-inset-popup-full-width {
    top: calc(-100% + -32px);
    right: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
    left: calc(-100% + -32px);
  }

  .xs\:-inset-popup-full-width-md {
    top: calc(-100% + -64px);
    right: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
    left: calc(-100% + -64px);
  }

  .xs\:-inset-popup-full-height {
    top: calc(-100% + -68px);
    right: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
    left: calc(-100% + -68px);
  }

  .xs\:-inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .xs\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xs\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xs\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xs\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xs\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xs\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xs\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xs\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xs\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xs\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xs\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xs\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xs\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xs\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xs\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xs\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xs\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xs\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .xs\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xs\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xs\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xs\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xs\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .xs\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xs\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xs\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .xs\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .xs\:inset-x-18 {
    left: 4.5rem;
    right: 4.5rem;
  }

  .xs\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .xs\:inset-x-21 {
    left: 5.25rem;
    right: 5.25rem;
  }

  .xs\:inset-x-22 {
    left: 5.5rem;
    right: 5.5rem;
  }

  .xs\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .xs\:inset-x-26 {
    left: 6.5rem;
    right: 6.5rem;
  }

  .xs\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xs\:inset-x-29 {
    left: 7.25rem;
    right: 7.25rem;
  }

  .xs\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xs\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .xs\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xs\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xs\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .xs\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xs\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .xs\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xs\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xs\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .xs\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xs\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .xs\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xs\:inset-x-77 {
    left: 19.25rem;
    right: 19.25rem;
  }

  .xs\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xs\:inset-x-82 {
    left: 20.5rem;
    right: 20.5rem;
  }

  .xs\:inset-x-88 {
    left: 22rem;
    right: 22rem;
  }

  .xs\:inset-x-94 {
    left: 23.5rem;
    right: 23.5rem;
  }

  .xs\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xs\:inset-x-98 {
    left: 24.5rem;
    right: 24.5rem;
  }

  .xs\:inset-x-104 {
    left: 26rem;
    right: 26rem;
  }

  .xs\:inset-x-108 {
    left: 27rem;
    right: 27rem;
  }

  .xs\:inset-x-110 {
    left: 27.5rem;
    right: 27.5rem;
  }

  .xs\:inset-x-112 {
    left: 28rem;
    right: 28rem;
  }

  .xs\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .xs\:inset-x-128 {
    left: 32rem;
    right: 32rem;
  }

  .xs\:inset-x-132 {
    left: 33rem;
    right: 33rem;
  }

  .xs\:inset-x-134 {
    left: 33.5rem;
    right: 33.5rem;
  }

  .xs\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .xs\:inset-x-136 {
    left: 34rem;
    right: 34rem;
  }

  .xs\:inset-x-144 {
    left: 36rem;
    right: 36rem;
  }

  .xs\:inset-x-152 {
    left: 38rem;
    right: 38rem;
  }

  .xs\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .xs\:inset-x-164 {
    left: 41rem;
    right: 41rem;
  }

  .xs\:inset-x-172 {
    left: 43rem;
    right: 43rem;
  }

  .xs\:inset-x-179 {
    left: 44.75rem;
    right: 44.75rem;
  }

  .xs\:inset-x-184 {
    left: 46rem;
    right: 46rem;
  }

  .xs\:inset-x-192 {
    left: 48rem;
    right: 48rem;
  }

  .xs\:inset-x-224 {
    left: 56rem;
    right: 56rem;
  }

  .xs\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .xs\:inset-x-256 {
    left: 64rem;
    right: 64rem;
  }

  .xs\:inset-x-265 {
    left: 66.25rem;
    right: 66.25rem;
  }

  .xs\:inset-x-288 {
    left: 72rem;
    right: 72rem;
  }

  .xs\:inset-x-384 {
    left: 96rem;
    right: 96rem;
  }

  .xs\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xs\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xs\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .xs\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .xs\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .xs\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xs\:inset-x-0\.75 {
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .xs\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .xs\:inset-x-7\.5 {
    left: 1.875rem;
    right: 1.875rem;
  }

  .xs\:inset-x-9\.5 {
    left: 2.375rem;
    right: 2.375rem;
  }

  .xs\:inset-x-9\.75 {
    left: 2.4375rem;
    right: 2.4375rem;
  }

  .xs\:inset-x-12\.5 {
    left: 3.125rem;
    right: 3.125rem;
  }

  .xs\:inset-x-13\.5 {
    left: 3.375rem;
    right: 3.375rem;
  }

  .xs\:inset-x-292\.5 {
    left: 73.125rem;
    right: 73.125rem;
  }

  .xs\:inset-x-1\/24 {
    left: 4.166667%;
    right: 4.166667%;
  }

  .xs\:inset-x-2\/24 {
    left: 8.333333%;
    right: 8.333333%;
  }

  .xs\:inset-x-3\/24 {
    left: 12.5%;
    right: 12.5%;
  }

  .xs\:inset-x-4\/24 {
    left: 16.666667%;
    right: 16.666667%;
  }

  .xs\:inset-x-5\/24 {
    left: 20.833333%;
    right: 20.833333%;
  }

  .xs\:inset-x-6\/24 {
    left: 25%;
    right: 25%;
  }

  .xs\:inset-x-7\/24 {
    left: 29.166666%;
    right: 29.166666%;
  }

  .xs\:inset-x-8\/24 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xs\:inset-x-9\/24 {
    left: 37.5%;
    right: 37.5%;
  }

  .xs\:inset-x-10\/24 {
    left: 41.666666%;
    right: 41.666666%;
  }

  .xs\:inset-x-11\/24 {
    left: 45.833333%;
    right: 45.833333%;
  }

  .xs\:inset-x-12\/24 {
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-13\/24 {
    left: 54.166666%;
    right: 54.166666%;
  }

  .xs\:inset-x-14\/24 {
    left: 58.333333%;
    right: 58.333333%;
  }

  .xs\:inset-x-15\/24 {
    left: 62.5%;
    right: 62.5%;
  }

  .xs\:inset-x-16\/24 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xs\:inset-x-17\/24 {
    left: 70.833333%;
    right: 70.833333%;
  }

  .xs\:inset-x-18\/24 {
    left: 75%;
    right: 75%;
  }

  .xs\:inset-x-19\/24 {
    left: 79.166667%;
    right: 79.166667%;
  }

  .xs\:inset-x-20\/24 {
    left: 83.333333%;
    right: 83.333333%;
  }

  .xs\:inset-x-21\/24 {
    left: 87.5%;
    right: 87.5%;
  }

  .xs\:inset-x-22\/24 {
    left: 91.666667%;
    right: 91.666667%;
  }

  .xs\:inset-x-23\/24 {
    left: 95.833333%;
    right: 95.833333%;
  }

  .xs\:inset-x-24\/24 {
    left: 100%;
    right: 100%;
  }

  .xs\:inset-x-screen-header {
    left: 41.55vw;
    right: 41.55vw;
  }

  .xs\:inset-x-screen-60 {
    left: 60vh;
    right: 60vh;
  }

  .xs\:inset-x-screen-80 {
    left: 80vh;
    right: 80vh;
  }

  .xs\:inset-x-screen-85 {
    left: 85vh;
    right: 85vh;
  }

  .xs\:inset-x-screen-90 {
    left: 90vh;
    right: 90vh;
  }

  .xs\:inset-x-screen-95 {
    left: 95vh;
    right: 95vh;
  }

  .xs\:inset-x-screen-minus-header {
    left: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
  }

  .xs\:inset-x-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
  }

  .xs\:inset-x-screen-minus-36 {
    left: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
  }

  .xs\:inset-x-screen-minus-40 {
    left: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
  }

  .xs\:inset-x-screen-minus-55 {
    left: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
  }

  .xs\:inset-x-screen-minus-72 {
    left: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
  }

  .xs\:inset-x-screen-minus-80 {
    left: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
  }

  .xs\:inset-x-full-4 {
    left: calc(100% - 16px);
    right: calc(100% - 16px);
  }

  .xs\:inset-x-account-body {
    left: calc(100vw - 304px);
    right: calc(100vw - 304px);
  }

  .xs\:inset-x-menu-center {
    left: calc(50% - 288px);
    right: calc(50% - 288px);
  }

  .xs\:inset-x-tutorials-hidden {
    left: calc(100% - 56px);
    right: calc(100% - 56px);
  }

  .xs\:inset-x-popup-full-width {
    left: calc(100% + 32px);
    right: calc(100% + 32px);
  }

  .xs\:inset-x-popup-full-width-md {
    left: calc(100% + 64px);
    right: calc(100% + 64px);
  }

  .xs\:inset-x-popup-full-height {
    left: calc(100% + 68px);
    right: calc(100% + 68px);
  }

  .xs\:inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .xs\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xs\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xs\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xs\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xs\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xs\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .xs\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xs\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xs\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xs\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xs\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .xs\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xs\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xs\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .xs\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .xs\:-inset-x-18 {
    left: -4.5rem;
    right: -4.5rem;
  }

  .xs\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .xs\:-inset-x-21 {
    left: -5.25rem;
    right: -5.25rem;
  }

  .xs\:-inset-x-22 {
    left: -5.5rem;
    right: -5.5rem;
  }

  .xs\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .xs\:-inset-x-26 {
    left: -6.5rem;
    right: -6.5rem;
  }

  .xs\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xs\:-inset-x-29 {
    left: -7.25rem;
    right: -7.25rem;
  }

  .xs\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xs\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .xs\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xs\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xs\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .xs\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xs\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .xs\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xs\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xs\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .xs\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xs\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .xs\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xs\:-inset-x-77 {
    left: -19.25rem;
    right: -19.25rem;
  }

  .xs\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xs\:-inset-x-82 {
    left: -20.5rem;
    right: -20.5rem;
  }

  .xs\:-inset-x-88 {
    left: -22rem;
    right: -22rem;
  }

  .xs\:-inset-x-94 {
    left: -23.5rem;
    right: -23.5rem;
  }

  .xs\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xs\:-inset-x-98 {
    left: -24.5rem;
    right: -24.5rem;
  }

  .xs\:-inset-x-104 {
    left: -26rem;
    right: -26rem;
  }

  .xs\:-inset-x-108 {
    left: -27rem;
    right: -27rem;
  }

  .xs\:-inset-x-110 {
    left: -27.5rem;
    right: -27.5rem;
  }

  .xs\:-inset-x-112 {
    left: -28rem;
    right: -28rem;
  }

  .xs\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .xs\:-inset-x-128 {
    left: -32rem;
    right: -32rem;
  }

  .xs\:-inset-x-132 {
    left: -33rem;
    right: -33rem;
  }

  .xs\:-inset-x-134 {
    left: -33.5rem;
    right: -33.5rem;
  }

  .xs\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .xs\:-inset-x-136 {
    left: -34rem;
    right: -34rem;
  }

  .xs\:-inset-x-144 {
    left: -36rem;
    right: -36rem;
  }

  .xs\:-inset-x-152 {
    left: -38rem;
    right: -38rem;
  }

  .xs\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .xs\:-inset-x-164 {
    left: -41rem;
    right: -41rem;
  }

  .xs\:-inset-x-172 {
    left: -43rem;
    right: -43rem;
  }

  .xs\:-inset-x-179 {
    left: -44.75rem;
    right: -44.75rem;
  }

  .xs\:-inset-x-184 {
    left: -46rem;
    right: -46rem;
  }

  .xs\:-inset-x-192 {
    left: -48rem;
    right: -48rem;
  }

  .xs\:-inset-x-224 {
    left: -56rem;
    right: -56rem;
  }

  .xs\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .xs\:-inset-x-256 {
    left: -64rem;
    right: -64rem;
  }

  .xs\:-inset-x-265 {
    left: -66.25rem;
    right: -66.25rem;
  }

  .xs\:-inset-x-288 {
    left: -72rem;
    right: -72rem;
  }

  .xs\:-inset-x-384 {
    left: -96rem;
    right: -96rem;
  }

  .xs\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xs\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .xs\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .xs\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .xs\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xs\:-inset-x-0\.75 {
    left: -0.1875rem;
    right: -0.1875rem;
  }

  .xs\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .xs\:-inset-x-7\.5 {
    left: -1.875rem;
    right: -1.875rem;
  }

  .xs\:-inset-x-9\.5 {
    left: -2.375rem;
    right: -2.375rem;
  }

  .xs\:-inset-x-9\.75 {
    left: -2.4375rem;
    right: -2.4375rem;
  }

  .xs\:-inset-x-12\.5 {
    left: -3.125rem;
    right: -3.125rem;
  }

  .xs\:-inset-x-13\.5 {
    left: -3.375rem;
    right: -3.375rem;
  }

  .xs\:-inset-x-292\.5 {
    left: -73.125rem;
    right: -73.125rem;
  }

  .xs\:-inset-x-1\/24 {
    left: -4.16667%;
    right: -4.16667%;
  }

  .xs\:-inset-x-2\/24 {
    left: -8.33333%;
    right: -8.33333%;
  }

  .xs\:-inset-x-3\/24 {
    left: -12.5%;
    right: -12.5%;
  }

  .xs\:-inset-x-4\/24 {
    left: -16.66667%;
    right: -16.66667%;
  }

  .xs\:-inset-x-5\/24 {
    left: -20.83333%;
    right: -20.83333%;
  }

  .xs\:-inset-x-6\/24 {
    left: -25%;
    right: -25%;
  }

  .xs\:-inset-x-7\/24 {
    left: -29.16667%;
    right: -29.16667%;
  }

  .xs\:-inset-x-8\/24 {
    left: -33.33333%;
    right: -33.33333%;
  }

  .xs\:-inset-x-9\/24 {
    left: -37.5%;
    right: -37.5%;
  }

  .xs\:-inset-x-10\/24 {
    left: -41.66667%;
    right: -41.66667%;
  }

  .xs\:-inset-x-11\/24 {
    left: -45.83333%;
    right: -45.83333%;
  }

  .xs\:-inset-x-12\/24 {
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-13\/24 {
    left: -54.16667%;
    right: -54.16667%;
  }

  .xs\:-inset-x-14\/24 {
    left: -58.33333%;
    right: -58.33333%;
  }

  .xs\:-inset-x-15\/24 {
    left: -62.5%;
    right: -62.5%;
  }

  .xs\:-inset-x-16\/24 {
    left: -66.66667%;
    right: -66.66667%;
  }

  .xs\:-inset-x-17\/24 {
    left: -70.83333%;
    right: -70.83333%;
  }

  .xs\:-inset-x-18\/24 {
    left: -75%;
    right: -75%;
  }

  .xs\:-inset-x-19\/24 {
    left: -79.16667%;
    right: -79.16667%;
  }

  .xs\:-inset-x-20\/24 {
    left: -83.33333%;
    right: -83.33333%;
  }

  .xs\:-inset-x-21\/24 {
    left: -87.5%;
    right: -87.5%;
  }

  .xs\:-inset-x-22\/24 {
    left: -91.66667%;
    right: -91.66667%;
  }

  .xs\:-inset-x-23\/24 {
    left: -95.83333%;
    right: -95.83333%;
  }

  .xs\:-inset-x-24\/24 {
    left: -100%;
    right: -100%;
  }

  .xs\:-inset-x-screen-header {
    left: -41.55vw;
    right: -41.55vw;
  }

  .xs\:-inset-x-screen-60 {
    left: -60vh;
    right: -60vh;
  }

  .xs\:-inset-x-screen-80 {
    left: -80vh;
    right: -80vh;
  }

  .xs\:-inset-x-screen-85 {
    left: -85vh;
    right: -85vh;
  }

  .xs\:-inset-x-screen-90 {
    left: -90vh;
    right: -90vh;
  }

  .xs\:-inset-x-screen-95 {
    left: -95vh;
    right: -95vh;
  }

  .xs\:-inset-x-screen-minus-header {
    left: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
  }

  .xs\:-inset-x-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
  }

  .xs\:-inset-x-screen-minus-36 {
    left: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
  }

  .xs\:-inset-x-screen-minus-40 {
    left: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
  }

  .xs\:-inset-x-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
  }

  .xs\:-inset-x-screen-minus-72 {
    left: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
  }

  .xs\:-inset-x-screen-minus-80 {
    left: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
  }

  .xs\:-inset-x-full-4 {
    left: calc(-100% - -16px);
    right: calc(-100% - -16px);
  }

  .xs\:-inset-x-account-body {
    left: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
  }

  .xs\:-inset-x-menu-center {
    left: calc(-50% - -288px);
    right: calc(-50% - -288px);
  }

  .xs\:-inset-x-tutorials-hidden {
    left: calc(-100% - -56px);
    right: calc(-100% - -56px);
  }

  .xs\:-inset-x-popup-full-width {
    left: calc(-100% + -32px);
    right: calc(-100% + -32px);
  }

  .xs\:-inset-x-popup-full-width-md {
    left: calc(-100% + -64px);
    right: calc(-100% + -64px);
  }

  .xs\:-inset-x-popup-full-height {
    left: calc(-100% + -68px);
    right: calc(-100% + -68px);
  }

  .xs\:-inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .xs\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xs\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xs\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xs\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xs\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xs\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xs\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xs\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xs\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xs\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xs\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xs\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xs\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xs\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xs\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xs\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xs\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xs\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xs\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xs\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xs\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xs\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xs\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xs\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xs\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xs\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xs\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xs\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .xs\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xs\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .xs\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .xs\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xs\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .xs\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xs\:inset-y-29 {
    top: 7.25rem;
    bottom: 7.25rem;
  }

  .xs\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xs\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .xs\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xs\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xs\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .xs\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xs\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xs\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xs\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xs\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .xs\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xs\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .xs\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xs\:inset-y-77 {
    top: 19.25rem;
    bottom: 19.25rem;
  }

  .xs\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xs\:inset-y-82 {
    top: 20.5rem;
    bottom: 20.5rem;
  }

  .xs\:inset-y-88 {
    top: 22rem;
    bottom: 22rem;
  }

  .xs\:inset-y-94 {
    top: 23.5rem;
    bottom: 23.5rem;
  }

  .xs\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xs\:inset-y-98 {
    top: 24.5rem;
    bottom: 24.5rem;
  }

  .xs\:inset-y-104 {
    top: 26rem;
    bottom: 26rem;
  }

  .xs\:inset-y-108 {
    top: 27rem;
    bottom: 27rem;
  }

  .xs\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .xs\:inset-y-112 {
    top: 28rem;
    bottom: 28rem;
  }

  .xs\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .xs\:inset-y-128 {
    top: 32rem;
    bottom: 32rem;
  }

  .xs\:inset-y-132 {
    top: 33rem;
    bottom: 33rem;
  }

  .xs\:inset-y-134 {
    top: 33.5rem;
    bottom: 33.5rem;
  }

  .xs\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .xs\:inset-y-136 {
    top: 34rem;
    bottom: 34rem;
  }

  .xs\:inset-y-144 {
    top: 36rem;
    bottom: 36rem;
  }

  .xs\:inset-y-152 {
    top: 38rem;
    bottom: 38rem;
  }

  .xs\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .xs\:inset-y-164 {
    top: 41rem;
    bottom: 41rem;
  }

  .xs\:inset-y-172 {
    top: 43rem;
    bottom: 43rem;
  }

  .xs\:inset-y-179 {
    top: 44.75rem;
    bottom: 44.75rem;
  }

  .xs\:inset-y-184 {
    top: 46rem;
    bottom: 46rem;
  }

  .xs\:inset-y-192 {
    top: 48rem;
    bottom: 48rem;
  }

  .xs\:inset-y-224 {
    top: 56rem;
    bottom: 56rem;
  }

  .xs\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .xs\:inset-y-256 {
    top: 64rem;
    bottom: 64rem;
  }

  .xs\:inset-y-265 {
    top: 66.25rem;
    bottom: 66.25rem;
  }

  .xs\:inset-y-288 {
    top: 72rem;
    bottom: 72rem;
  }

  .xs\:inset-y-384 {
    top: 96rem;
    bottom: 96rem;
  }

  .xs\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xs\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xs\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xs\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xs\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xs\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xs\:inset-y-0\.75 {
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .xs\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .xs\:inset-y-7\.5 {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .xs\:inset-y-9\.5 {
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .xs\:inset-y-9\.75 {
    top: 2.4375rem;
    bottom: 2.4375rem;
  }

  .xs\:inset-y-12\.5 {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .xs\:inset-y-13\.5 {
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .xs\:inset-y-292\.5 {
    top: 73.125rem;
    bottom: 73.125rem;
  }

  .xs\:inset-y-1\/24 {
    top: 4.166667%;
    bottom: 4.166667%;
  }

  .xs\:inset-y-2\/24 {
    top: 8.333333%;
    bottom: 8.333333%;
  }

  .xs\:inset-y-3\/24 {
    top: 12.5%;
    bottom: 12.5%;
  }

  .xs\:inset-y-4\/24 {
    top: 16.666667%;
    bottom: 16.666667%;
  }

  .xs\:inset-y-5\/24 {
    top: 20.833333%;
    bottom: 20.833333%;
  }

  .xs\:inset-y-6\/24 {
    top: 25%;
    bottom: 25%;
  }

  .xs\:inset-y-7\/24 {
    top: 29.166666%;
    bottom: 29.166666%;
  }

  .xs\:inset-y-8\/24 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xs\:inset-y-9\/24 {
    top: 37.5%;
    bottom: 37.5%;
  }

  .xs\:inset-y-10\/24 {
    top: 41.666666%;
    bottom: 41.666666%;
  }

  .xs\:inset-y-11\/24 {
    top: 45.833333%;
    bottom: 45.833333%;
  }

  .xs\:inset-y-12\/24 {
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-13\/24 {
    top: 54.166666%;
    bottom: 54.166666%;
  }

  .xs\:inset-y-14\/24 {
    top: 58.333333%;
    bottom: 58.333333%;
  }

  .xs\:inset-y-15\/24 {
    top: 62.5%;
    bottom: 62.5%;
  }

  .xs\:inset-y-16\/24 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xs\:inset-y-17\/24 {
    top: 70.833333%;
    bottom: 70.833333%;
  }

  .xs\:inset-y-18\/24 {
    top: 75%;
    bottom: 75%;
  }

  .xs\:inset-y-19\/24 {
    top: 79.166667%;
    bottom: 79.166667%;
  }

  .xs\:inset-y-20\/24 {
    top: 83.333333%;
    bottom: 83.333333%;
  }

  .xs\:inset-y-21\/24 {
    top: 87.5%;
    bottom: 87.5%;
  }

  .xs\:inset-y-22\/24 {
    top: 91.666667%;
    bottom: 91.666667%;
  }

  .xs\:inset-y-23\/24 {
    top: 95.833333%;
    bottom: 95.833333%;
  }

  .xs\:inset-y-24\/24 {
    top: 100%;
    bottom: 100%;
  }

  .xs\:inset-y-screen-header {
    top: 41.55vw;
    bottom: 41.55vw;
  }

  .xs\:inset-y-screen-60 {
    top: 60vh;
    bottom: 60vh;
  }

  .xs\:inset-y-screen-80 {
    top: 80vh;
    bottom: 80vh;
  }

  .xs\:inset-y-screen-85 {
    top: 85vh;
    bottom: 85vh;
  }

  .xs\:inset-y-screen-90 {
    top: 90vh;
    bottom: 90vh;
  }

  .xs\:inset-y-screen-95 {
    top: 95vh;
    bottom: 95vh;
  }

  .xs\:inset-y-screen-minus-header {
    top: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
  }

  .xs\:inset-y-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
  }

  .xs\:inset-y-screen-minus-36 {
    top: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
  }

  .xs\:inset-y-screen-minus-40 {
    top: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
  }

  .xs\:inset-y-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
  }

  .xs\:inset-y-screen-minus-72 {
    top: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
  }

  .xs\:inset-y-screen-minus-80 {
    top: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
  }

  .xs\:inset-y-full-4 {
    top: calc(100% - 16px);
    bottom: calc(100% - 16px);
  }

  .xs\:inset-y-account-body {
    top: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
  }

  .xs\:inset-y-menu-center {
    top: calc(50% - 288px);
    bottom: calc(50% - 288px);
  }

  .xs\:inset-y-tutorials-hidden {
    top: calc(100% - 56px);
    bottom: calc(100% - 56px);
  }

  .xs\:inset-y-popup-full-width {
    top: calc(100% + 32px);
    bottom: calc(100% + 32px);
  }

  .xs\:inset-y-popup-full-width-md {
    top: calc(100% + 64px);
    bottom: calc(100% + 64px);
  }

  .xs\:inset-y-popup-full-height {
    top: calc(100% + 68px);
    bottom: calc(100% + 68px);
  }

  .xs\:inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .xs\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xs\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xs\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xs\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xs\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xs\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xs\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xs\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xs\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xs\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xs\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xs\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xs\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xs\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xs\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xs\:-inset-y-18 {
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .xs\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xs\:-inset-y-21 {
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .xs\:-inset-y-22 {
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .xs\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xs\:-inset-y-26 {
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .xs\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xs\:-inset-y-29 {
    top: -7.25rem;
    bottom: -7.25rem;
  }

  .xs\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xs\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .xs\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xs\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xs\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .xs\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xs\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xs\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xs\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xs\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .xs\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xs\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .xs\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xs\:-inset-y-77 {
    top: -19.25rem;
    bottom: -19.25rem;
  }

  .xs\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xs\:-inset-y-82 {
    top: -20.5rem;
    bottom: -20.5rem;
  }

  .xs\:-inset-y-88 {
    top: -22rem;
    bottom: -22rem;
  }

  .xs\:-inset-y-94 {
    top: -23.5rem;
    bottom: -23.5rem;
  }

  .xs\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xs\:-inset-y-98 {
    top: -24.5rem;
    bottom: -24.5rem;
  }

  .xs\:-inset-y-104 {
    top: -26rem;
    bottom: -26rem;
  }

  .xs\:-inset-y-108 {
    top: -27rem;
    bottom: -27rem;
  }

  .xs\:-inset-y-110 {
    top: -27.5rem;
    bottom: -27.5rem;
  }

  .xs\:-inset-y-112 {
    top: -28rem;
    bottom: -28rem;
  }

  .xs\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .xs\:-inset-y-128 {
    top: -32rem;
    bottom: -32rem;
  }

  .xs\:-inset-y-132 {
    top: -33rem;
    bottom: -33rem;
  }

  .xs\:-inset-y-134 {
    top: -33.5rem;
    bottom: -33.5rem;
  }

  .xs\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .xs\:-inset-y-136 {
    top: -34rem;
    bottom: -34rem;
  }

  .xs\:-inset-y-144 {
    top: -36rem;
    bottom: -36rem;
  }

  .xs\:-inset-y-152 {
    top: -38rem;
    bottom: -38rem;
  }

  .xs\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .xs\:-inset-y-164 {
    top: -41rem;
    bottom: -41rem;
  }

  .xs\:-inset-y-172 {
    top: -43rem;
    bottom: -43rem;
  }

  .xs\:-inset-y-179 {
    top: -44.75rem;
    bottom: -44.75rem;
  }

  .xs\:-inset-y-184 {
    top: -46rem;
    bottom: -46rem;
  }

  .xs\:-inset-y-192 {
    top: -48rem;
    bottom: -48rem;
  }

  .xs\:-inset-y-224 {
    top: -56rem;
    bottom: -56rem;
  }

  .xs\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .xs\:-inset-y-256 {
    top: -64rem;
    bottom: -64rem;
  }

  .xs\:-inset-y-265 {
    top: -66.25rem;
    bottom: -66.25rem;
  }

  .xs\:-inset-y-288 {
    top: -72rem;
    bottom: -72rem;
  }

  .xs\:-inset-y-384 {
    top: -96rem;
    bottom: -96rem;
  }

  .xs\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xs\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xs\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xs\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xs\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xs\:-inset-y-0\.75 {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }

  .xs\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .xs\:-inset-y-7\.5 {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .xs\:-inset-y-9\.5 {
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .xs\:-inset-y-9\.75 {
    top: -2.4375rem;
    bottom: -2.4375rem;
  }

  .xs\:-inset-y-12\.5 {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .xs\:-inset-y-13\.5 {
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .xs\:-inset-y-292\.5 {
    top: -73.125rem;
    bottom: -73.125rem;
  }

  .xs\:-inset-y-1\/24 {
    top: -4.16667%;
    bottom: -4.16667%;
  }

  .xs\:-inset-y-2\/24 {
    top: -8.33333%;
    bottom: -8.33333%;
  }

  .xs\:-inset-y-3\/24 {
    top: -12.5%;
    bottom: -12.5%;
  }

  .xs\:-inset-y-4\/24 {
    top: -16.66667%;
    bottom: -16.66667%;
  }

  .xs\:-inset-y-5\/24 {
    top: -20.83333%;
    bottom: -20.83333%;
  }

  .xs\:-inset-y-6\/24 {
    top: -25%;
    bottom: -25%;
  }

  .xs\:-inset-y-7\/24 {
    top: -29.16667%;
    bottom: -29.16667%;
  }

  .xs\:-inset-y-8\/24 {
    top: -33.33333%;
    bottom: -33.33333%;
  }

  .xs\:-inset-y-9\/24 {
    top: -37.5%;
    bottom: -37.5%;
  }

  .xs\:-inset-y-10\/24 {
    top: -41.66667%;
    bottom: -41.66667%;
  }

  .xs\:-inset-y-11\/24 {
    top: -45.83333%;
    bottom: -45.83333%;
  }

  .xs\:-inset-y-12\/24 {
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-13\/24 {
    top: -54.16667%;
    bottom: -54.16667%;
  }

  .xs\:-inset-y-14\/24 {
    top: -58.33333%;
    bottom: -58.33333%;
  }

  .xs\:-inset-y-15\/24 {
    top: -62.5%;
    bottom: -62.5%;
  }

  .xs\:-inset-y-16\/24 {
    top: -66.66667%;
    bottom: -66.66667%;
  }

  .xs\:-inset-y-17\/24 {
    top: -70.83333%;
    bottom: -70.83333%;
  }

  .xs\:-inset-y-18\/24 {
    top: -75%;
    bottom: -75%;
  }

  .xs\:-inset-y-19\/24 {
    top: -79.16667%;
    bottom: -79.16667%;
  }

  .xs\:-inset-y-20\/24 {
    top: -83.33333%;
    bottom: -83.33333%;
  }

  .xs\:-inset-y-21\/24 {
    top: -87.5%;
    bottom: -87.5%;
  }

  .xs\:-inset-y-22\/24 {
    top: -91.66667%;
    bottom: -91.66667%;
  }

  .xs\:-inset-y-23\/24 {
    top: -95.83333%;
    bottom: -95.83333%;
  }

  .xs\:-inset-y-24\/24 {
    top: -100%;
    bottom: -100%;
  }

  .xs\:-inset-y-screen-header {
    top: -41.55vw;
    bottom: -41.55vw;
  }

  .xs\:-inset-y-screen-60 {
    top: -60vh;
    bottom: -60vh;
  }

  .xs\:-inset-y-screen-80 {
    top: -80vh;
    bottom: -80vh;
  }

  .xs\:-inset-y-screen-85 {
    top: -85vh;
    bottom: -85vh;
  }

  .xs\:-inset-y-screen-90 {
    top: -90vh;
    bottom: -90vh;
  }

  .xs\:-inset-y-screen-95 {
    top: -95vh;
    bottom: -95vh;
  }

  .xs\:-inset-y-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
  }

  .xs\:-inset-y-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
  }

  .xs\:-inset-y-screen-minus-36 {
    top: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
  }

  .xs\:-inset-y-screen-minus-40 {
    top: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
  }

  .xs\:-inset-y-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
  }

  .xs\:-inset-y-screen-minus-72 {
    top: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
  }

  .xs\:-inset-y-screen-minus-80 {
    top: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
  }

  .xs\:-inset-y-full-4 {
    top: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
  }

  .xs\:-inset-y-account-body {
    top: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
  }

  .xs\:-inset-y-menu-center {
    top: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
  }

  .xs\:-inset-y-tutorials-hidden {
    top: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
  }

  .xs\:-inset-y-popup-full-width {
    top: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
  }

  .xs\:-inset-y-popup-full-width-md {
    top: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
  }

  .xs\:-inset-y-popup-full-height {
    top: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
  }

  .xs\:-inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .xs\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xs\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xs\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xs\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xs\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xs\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xs\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xs\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xs\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xs\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xs\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xs\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xs\:top-0 {
    top: 0px;
  }

  .xs\:top-1 {
    top: 0.25rem;
  }

  .xs\:top-2 {
    top: 0.5rem;
  }

  .xs\:top-3 {
    top: 0.75rem;
  }

  .xs\:top-4 {
    top: 1rem;
  }

  .xs\:top-5 {
    top: 1.25rem;
  }

  .xs\:top-6 {
    top: 1.5rem;
  }

  .xs\:top-7 {
    top: 1.75rem;
  }

  .xs\:top-8 {
    top: 2rem;
  }

  .xs\:top-9 {
    top: 2.25rem;
  }

  .xs\:top-10 {
    top: 2.5rem;
  }

  .xs\:top-11 {
    top: 2.75rem;
  }

  .xs\:top-12 {
    top: 3rem;
  }

  .xs\:top-14 {
    top: 3.5rem;
  }

  .xs\:top-16 {
    top: 4rem;
  }

  .xs\:top-18 {
    top: 4.5rem;
  }

  .xs\:top-20 {
    top: 5rem;
  }

  .xs\:top-21 {
    top: 5.25rem;
  }

  .xs\:top-22 {
    top: 5.5rem;
  }

  .xs\:top-24 {
    top: 6rem;
  }

  .xs\:top-26 {
    top: 6.5rem;
  }

  .xs\:top-28 {
    top: 7rem;
  }

  .xs\:top-29 {
    top: 7.25rem;
  }

  .xs\:top-32 {
    top: 8rem;
  }

  .xs\:top-34 {
    top: 8.5rem;
  }

  .xs\:top-36 {
    top: 9rem;
  }

  .xs\:top-40 {
    top: 10rem;
  }

  .xs\:top-42 {
    top: 10.5rem;
  }

  .xs\:top-44 {
    top: 11rem;
  }

  .xs\:top-48 {
    top: 12rem;
  }

  .xs\:top-52 {
    top: 13rem;
  }

  .xs\:top-56 {
    top: 14rem;
  }

  .xs\:top-60 {
    top: 15rem;
  }

  .xs\:top-64 {
    top: 16rem;
  }

  .xs\:top-68 {
    top: 17rem;
  }

  .xs\:top-72 {
    top: 18rem;
  }

  .xs\:top-77 {
    top: 19.25rem;
  }

  .xs\:top-80 {
    top: 20rem;
  }

  .xs\:top-82 {
    top: 20.5rem;
  }

  .xs\:top-88 {
    top: 22rem;
  }

  .xs\:top-94 {
    top: 23.5rem;
  }

  .xs\:top-96 {
    top: 24rem;
  }

  .xs\:top-98 {
    top: 24.5rem;
  }

  .xs\:top-104 {
    top: 26rem;
  }

  .xs\:top-108 {
    top: 27rem;
  }

  .xs\:top-110 {
    top: 27.5rem;
  }

  .xs\:top-112 {
    top: 28rem;
  }

  .xs\:top-120 {
    top: 30rem;
  }

  .xs\:top-128 {
    top: 32rem;
  }

  .xs\:top-132 {
    top: 33rem;
  }

  .xs\:top-134 {
    top: 33.5rem;
  }

  .xs\:top-135 {
    top: 33.75rem;
  }

  .xs\:top-136 {
    top: 34rem;
  }

  .xs\:top-144 {
    top: 36rem;
  }

  .xs\:top-152 {
    top: 38rem;
  }

  .xs\:top-160 {
    top: 40rem;
  }

  .xs\:top-164 {
    top: 41rem;
  }

  .xs\:top-172 {
    top: 43rem;
  }

  .xs\:top-179 {
    top: 44.75rem;
  }

  .xs\:top-184 {
    top: 46rem;
  }

  .xs\:top-192 {
    top: 48rem;
  }

  .xs\:top-224 {
    top: 56rem;
  }

  .xs\:top-240 {
    top: 60rem;
  }

  .xs\:top-256 {
    top: 64rem;
  }

  .xs\:top-265 {
    top: 66.25rem;
  }

  .xs\:top-288 {
    top: 72rem;
  }

  .xs\:top-384 {
    top: 96rem;
  }

  .xs\:top-auto {
    top: auto;
  }

  .xs\:top-px {
    top: 1px;
  }

  .xs\:top-0\.5 {
    top: 0.125rem;
  }

  .xs\:top-1\.5 {
    top: 0.375rem;
  }

  .xs\:top-2\.5 {
    top: 0.625rem;
  }

  .xs\:top-3\.5 {
    top: 0.875rem;
  }

  .xs\:top-0\.75 {
    top: 0.1875rem;
  }

  .xs\:top-4\.5 {
    top: 1.125rem;
  }

  .xs\:top-7\.5 {
    top: 1.875rem;
  }

  .xs\:top-9\.5 {
    top: 2.375rem;
  }

  .xs\:top-9\.75 {
    top: 2.4375rem;
  }

  .xs\:top-12\.5 {
    top: 3.125rem;
  }

  .xs\:top-13\.5 {
    top: 3.375rem;
  }

  .xs\:top-292\.5 {
    top: 73.125rem;
  }

  .xs\:top-1\/24 {
    top: 4.166667%;
  }

  .xs\:top-2\/24 {
    top: 8.333333%;
  }

  .xs\:top-3\/24 {
    top: 12.5%;
  }

  .xs\:top-4\/24 {
    top: 16.666667%;
  }

  .xs\:top-5\/24 {
    top: 20.833333%;
  }

  .xs\:top-6\/24 {
    top: 25%;
  }

  .xs\:top-7\/24 {
    top: 29.166666%;
  }

  .xs\:top-8\/24 {
    top: 33.333333%;
  }

  .xs\:top-9\/24 {
    top: 37.5%;
  }

  .xs\:top-10\/24 {
    top: 41.666666%;
  }

  .xs\:top-11\/24 {
    top: 45.833333%;
  }

  .xs\:top-12\/24 {
    top: 50%;
  }

  .xs\:top-13\/24 {
    top: 54.166666%;
  }

  .xs\:top-14\/24 {
    top: 58.333333%;
  }

  .xs\:top-15\/24 {
    top: 62.5%;
  }

  .xs\:top-16\/24 {
    top: 66.666667%;
  }

  .xs\:top-17\/24 {
    top: 70.833333%;
  }

  .xs\:top-18\/24 {
    top: 75%;
  }

  .xs\:top-19\/24 {
    top: 79.166667%;
  }

  .xs\:top-20\/24 {
    top: 83.333333%;
  }

  .xs\:top-21\/24 {
    top: 87.5%;
  }

  .xs\:top-22\/24 {
    top: 91.666667%;
  }

  .xs\:top-23\/24 {
    top: 95.833333%;
  }

  .xs\:top-24\/24 {
    top: 100%;
  }

  .xs\:top-screen-header {
    top: 41.55vw;
  }

  .xs\:top-screen-60 {
    top: 60vh;
  }

  .xs\:top-screen-80 {
    top: 80vh;
  }

  .xs\:top-screen-85 {
    top: 85vh;
  }

  .xs\:top-screen-90 {
    top: 90vh;
  }

  .xs\:top-screen-95 {
    top: 95vh;
  }

  .xs\:top-screen-minus-header {
    top: calc(100vh - 5.25rem);
  }

  .xs\:top-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
  }

  .xs\:top-screen-minus-36 {
    top: calc(100vh - 9rem);
  }

  .xs\:top-screen-minus-40 {
    top: calc(100vh - 10rem);
  }

  .xs\:top-screen-minus-55 {
    top: calc(100vh - 13.75rem);
  }

  .xs\:top-screen-minus-72 {
    top: calc(100vh - 18rem);
  }

  .xs\:top-screen-minus-80 {
    top: calc(100vh - 20rem);
  }

  .xs\:top-full-4 {
    top: calc(100% - 16px);
  }

  .xs\:top-account-body {
    top: calc(100vw - 304px);
  }

  .xs\:top-menu-center {
    top: calc(50% - 288px);
  }

  .xs\:top-tutorials-hidden {
    top: calc(100% - 56px);
  }

  .xs\:top-popup-full-width {
    top: calc(100% + 32px);
  }

  .xs\:top-popup-full-width-md {
    top: calc(100% + 64px);
  }

  .xs\:top-popup-full-height {
    top: calc(100% + 68px);
  }

  .xs\:top-max-content {
    top: max-content;
  }

  .xs\:-top-0 {
    top: 0px;
  }

  .xs\:-top-1 {
    top: -0.25rem;
  }

  .xs\:-top-2 {
    top: -0.5rem;
  }

  .xs\:-top-3 {
    top: -0.75rem;
  }

  .xs\:-top-4 {
    top: -1rem;
  }

  .xs\:-top-5 {
    top: -1.25rem;
  }

  .xs\:-top-6 {
    top: -1.5rem;
  }

  .xs\:-top-7 {
    top: -1.75rem;
  }

  .xs\:-top-8 {
    top: -2rem;
  }

  .xs\:-top-9 {
    top: -2.25rem;
  }

  .xs\:-top-10 {
    top: -2.5rem;
  }

  .xs\:-top-11 {
    top: -2.75rem;
  }

  .xs\:-top-12 {
    top: -3rem;
  }

  .xs\:-top-14 {
    top: -3.5rem;
  }

  .xs\:-top-16 {
    top: -4rem;
  }

  .xs\:-top-18 {
    top: -4.5rem;
  }

  .xs\:-top-20 {
    top: -5rem;
  }

  .xs\:-top-21 {
    top: -5.25rem;
  }

  .xs\:-top-22 {
    top: -5.5rem;
  }

  .xs\:-top-24 {
    top: -6rem;
  }

  .xs\:-top-26 {
    top: -6.5rem;
  }

  .xs\:-top-28 {
    top: -7rem;
  }

  .xs\:-top-29 {
    top: -7.25rem;
  }

  .xs\:-top-32 {
    top: -8rem;
  }

  .xs\:-top-34 {
    top: -8.5rem;
  }

  .xs\:-top-36 {
    top: -9rem;
  }

  .xs\:-top-40 {
    top: -10rem;
  }

  .xs\:-top-42 {
    top: -10.5rem;
  }

  .xs\:-top-44 {
    top: -11rem;
  }

  .xs\:-top-48 {
    top: -12rem;
  }

  .xs\:-top-52 {
    top: -13rem;
  }

  .xs\:-top-56 {
    top: -14rem;
  }

  .xs\:-top-60 {
    top: -15rem;
  }

  .xs\:-top-64 {
    top: -16rem;
  }

  .xs\:-top-68 {
    top: -17rem;
  }

  .xs\:-top-72 {
    top: -18rem;
  }

  .xs\:-top-77 {
    top: -19.25rem;
  }

  .xs\:-top-80 {
    top: -20rem;
  }

  .xs\:-top-82 {
    top: -20.5rem;
  }

  .xs\:-top-88 {
    top: -22rem;
  }

  .xs\:-top-94 {
    top: -23.5rem;
  }

  .xs\:-top-96 {
    top: -24rem;
  }

  .xs\:-top-98 {
    top: -24.5rem;
  }

  .xs\:-top-104 {
    top: -26rem;
  }

  .xs\:-top-108 {
    top: -27rem;
  }

  .xs\:-top-110 {
    top: -27.5rem;
  }

  .xs\:-top-112 {
    top: -28rem;
  }

  .xs\:-top-120 {
    top: -30rem;
  }

  .xs\:-top-128 {
    top: -32rem;
  }

  .xs\:-top-132 {
    top: -33rem;
  }

  .xs\:-top-134 {
    top: -33.5rem;
  }

  .xs\:-top-135 {
    top: -33.75rem;
  }

  .xs\:-top-136 {
    top: -34rem;
  }

  .xs\:-top-144 {
    top: -36rem;
  }

  .xs\:-top-152 {
    top: -38rem;
  }

  .xs\:-top-160 {
    top: -40rem;
  }

  .xs\:-top-164 {
    top: -41rem;
  }

  .xs\:-top-172 {
    top: -43rem;
  }

  .xs\:-top-179 {
    top: -44.75rem;
  }

  .xs\:-top-184 {
    top: -46rem;
  }

  .xs\:-top-192 {
    top: -48rem;
  }

  .xs\:-top-224 {
    top: -56rem;
  }

  .xs\:-top-240 {
    top: -60rem;
  }

  .xs\:-top-256 {
    top: -64rem;
  }

  .xs\:-top-265 {
    top: -66.25rem;
  }

  .xs\:-top-288 {
    top: -72rem;
  }

  .xs\:-top-384 {
    top: -96rem;
  }

  .xs\:-top-px {
    top: -1px;
  }

  .xs\:-top-0\.5 {
    top: -0.125rem;
  }

  .xs\:-top-1\.5 {
    top: -0.375rem;
  }

  .xs\:-top-2\.5 {
    top: -0.625rem;
  }

  .xs\:-top-3\.5 {
    top: -0.875rem;
  }

  .xs\:-top-0\.75 {
    top: -0.1875rem;
  }

  .xs\:-top-4\.5 {
    top: -1.125rem;
  }

  .xs\:-top-7\.5 {
    top: -1.875rem;
  }

  .xs\:-top-9\.5 {
    top: -2.375rem;
  }

  .xs\:-top-9\.75 {
    top: -2.4375rem;
  }

  .xs\:-top-12\.5 {
    top: -3.125rem;
  }

  .xs\:-top-13\.5 {
    top: -3.375rem;
  }

  .xs\:-top-292\.5 {
    top: -73.125rem;
  }

  .xs\:-top-1\/24 {
    top: -4.16667%;
  }

  .xs\:-top-2\/24 {
    top: -8.33333%;
  }

  .xs\:-top-3\/24 {
    top: -12.5%;
  }

  .xs\:-top-4\/24 {
    top: -16.66667%;
  }

  .xs\:-top-5\/24 {
    top: -20.83333%;
  }

  .xs\:-top-6\/24 {
    top: -25%;
  }

  .xs\:-top-7\/24 {
    top: -29.16667%;
  }

  .xs\:-top-8\/24 {
    top: -33.33333%;
  }

  .xs\:-top-9\/24 {
    top: -37.5%;
  }

  .xs\:-top-10\/24 {
    top: -41.66667%;
  }

  .xs\:-top-11\/24 {
    top: -45.83333%;
  }

  .xs\:-top-12\/24 {
    top: -50%;
  }

  .xs\:-top-13\/24 {
    top: -54.16667%;
  }

  .xs\:-top-14\/24 {
    top: -58.33333%;
  }

  .xs\:-top-15\/24 {
    top: -62.5%;
  }

  .xs\:-top-16\/24 {
    top: -66.66667%;
  }

  .xs\:-top-17\/24 {
    top: -70.83333%;
  }

  .xs\:-top-18\/24 {
    top: -75%;
  }

  .xs\:-top-19\/24 {
    top: -79.16667%;
  }

  .xs\:-top-20\/24 {
    top: -83.33333%;
  }

  .xs\:-top-21\/24 {
    top: -87.5%;
  }

  .xs\:-top-22\/24 {
    top: -91.66667%;
  }

  .xs\:-top-23\/24 {
    top: -95.83333%;
  }

  .xs\:-top-24\/24 {
    top: -100%;
  }

  .xs\:-top-screen-header {
    top: -41.55vw;
  }

  .xs\:-top-screen-60 {
    top: -60vh;
  }

  .xs\:-top-screen-80 {
    top: -80vh;
  }

  .xs\:-top-screen-85 {
    top: -85vh;
  }

  .xs\:-top-screen-90 {
    top: -90vh;
  }

  .xs\:-top-screen-95 {
    top: -95vh;
  }

  .xs\:-top-screen-minus-header {
    top: calc(-100vh - -5.25rem);
  }

  .xs\:-top-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
  }

  .xs\:-top-screen-minus-36 {
    top: calc(-100vh - -9rem);
  }

  .xs\:-top-screen-minus-40 {
    top: calc(-100vh - -10rem);
  }

  .xs\:-top-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
  }

  .xs\:-top-screen-minus-72 {
    top: calc(-100vh - -18rem);
  }

  .xs\:-top-screen-minus-80 {
    top: calc(-100vh - -20rem);
  }

  .xs\:-top-full-4 {
    top: calc(-100% - -16px);
  }

  .xs\:-top-account-body {
    top: calc(-100vw - -304px);
  }

  .xs\:-top-menu-center {
    top: calc(-50% - -288px);
  }

  .xs\:-top-tutorials-hidden {
    top: calc(-100% - -56px);
  }

  .xs\:-top-popup-full-width {
    top: calc(-100% + -32px);
  }

  .xs\:-top-popup-full-width-md {
    top: calc(-100% + -64px);
  }

  .xs\:-top-popup-full-height {
    top: calc(-100% + -68px);
  }

  .xs\:-top-max-content {
    top: max-content;
  }

  .xs\:top-1\/2 {
    top: 50%;
  }

  .xs\:top-1\/3 {
    top: 33.333333%;
  }

  .xs\:top-2\/3 {
    top: 66.666667%;
  }

  .xs\:top-1\/4 {
    top: 25%;
  }

  .xs\:top-2\/4 {
    top: 50%;
  }

  .xs\:top-3\/4 {
    top: 75%;
  }

  .xs\:top-full {
    top: 100%;
  }

  .xs\:-top-1\/2 {
    top: -50%;
  }

  .xs\:-top-1\/3 {
    top: -33.333333%;
  }

  .xs\:-top-2\/3 {
    top: -66.666667%;
  }

  .xs\:-top-1\/4 {
    top: -25%;
  }

  .xs\:-top-2\/4 {
    top: -50%;
  }

  .xs\:-top-3\/4 {
    top: -75%;
  }

  .xs\:-top-full {
    top: -100%;
  }

  .xs\:right-0 {
    right: 0px;
  }

  .xs\:right-1 {
    right: 0.25rem;
  }

  .xs\:right-2 {
    right: 0.5rem;
  }

  .xs\:right-3 {
    right: 0.75rem;
  }

  .xs\:right-4 {
    right: 1rem;
  }

  .xs\:right-5 {
    right: 1.25rem;
  }

  .xs\:right-6 {
    right: 1.5rem;
  }

  .xs\:right-7 {
    right: 1.75rem;
  }

  .xs\:right-8 {
    right: 2rem;
  }

  .xs\:right-9 {
    right: 2.25rem;
  }

  .xs\:right-10 {
    right: 2.5rem;
  }

  .xs\:right-11 {
    right: 2.75rem;
  }

  .xs\:right-12 {
    right: 3rem;
  }

  .xs\:right-14 {
    right: 3.5rem;
  }

  .xs\:right-16 {
    right: 4rem;
  }

  .xs\:right-18 {
    right: 4.5rem;
  }

  .xs\:right-20 {
    right: 5rem;
  }

  .xs\:right-21 {
    right: 5.25rem;
  }

  .xs\:right-22 {
    right: 5.5rem;
  }

  .xs\:right-24 {
    right: 6rem;
  }

  .xs\:right-26 {
    right: 6.5rem;
  }

  .xs\:right-28 {
    right: 7rem;
  }

  .xs\:right-29 {
    right: 7.25rem;
  }

  .xs\:right-32 {
    right: 8rem;
  }

  .xs\:right-34 {
    right: 8.5rem;
  }

  .xs\:right-36 {
    right: 9rem;
  }

  .xs\:right-40 {
    right: 10rem;
  }

  .xs\:right-42 {
    right: 10.5rem;
  }

  .xs\:right-44 {
    right: 11rem;
  }

  .xs\:right-48 {
    right: 12rem;
  }

  .xs\:right-52 {
    right: 13rem;
  }

  .xs\:right-56 {
    right: 14rem;
  }

  .xs\:right-60 {
    right: 15rem;
  }

  .xs\:right-64 {
    right: 16rem;
  }

  .xs\:right-68 {
    right: 17rem;
  }

  .xs\:right-72 {
    right: 18rem;
  }

  .xs\:right-77 {
    right: 19.25rem;
  }

  .xs\:right-80 {
    right: 20rem;
  }

  .xs\:right-82 {
    right: 20.5rem;
  }

  .xs\:right-88 {
    right: 22rem;
  }

  .xs\:right-94 {
    right: 23.5rem;
  }

  .xs\:right-96 {
    right: 24rem;
  }

  .xs\:right-98 {
    right: 24.5rem;
  }

  .xs\:right-104 {
    right: 26rem;
  }

  .xs\:right-108 {
    right: 27rem;
  }

  .xs\:right-110 {
    right: 27.5rem;
  }

  .xs\:right-112 {
    right: 28rem;
  }

  .xs\:right-120 {
    right: 30rem;
  }

  .xs\:right-128 {
    right: 32rem;
  }

  .xs\:right-132 {
    right: 33rem;
  }

  .xs\:right-134 {
    right: 33.5rem;
  }

  .xs\:right-135 {
    right: 33.75rem;
  }

  .xs\:right-136 {
    right: 34rem;
  }

  .xs\:right-144 {
    right: 36rem;
  }

  .xs\:right-152 {
    right: 38rem;
  }

  .xs\:right-160 {
    right: 40rem;
  }

  .xs\:right-164 {
    right: 41rem;
  }

  .xs\:right-172 {
    right: 43rem;
  }

  .xs\:right-179 {
    right: 44.75rem;
  }

  .xs\:right-184 {
    right: 46rem;
  }

  .xs\:right-192 {
    right: 48rem;
  }

  .xs\:right-224 {
    right: 56rem;
  }

  .xs\:right-240 {
    right: 60rem;
  }

  .xs\:right-256 {
    right: 64rem;
  }

  .xs\:right-265 {
    right: 66.25rem;
  }

  .xs\:right-288 {
    right: 72rem;
  }

  .xs\:right-384 {
    right: 96rem;
  }

  .xs\:right-auto {
    right: auto;
  }

  .xs\:right-px {
    right: 1px;
  }

  .xs\:right-0\.5 {
    right: 0.125rem;
  }

  .xs\:right-1\.5 {
    right: 0.375rem;
  }

  .xs\:right-2\.5 {
    right: 0.625rem;
  }

  .xs\:right-3\.5 {
    right: 0.875rem;
  }

  .xs\:right-0\.75 {
    right: 0.1875rem;
  }

  .xs\:right-4\.5 {
    right: 1.125rem;
  }

  .xs\:right-7\.5 {
    right: 1.875rem;
  }

  .xs\:right-9\.5 {
    right: 2.375rem;
  }

  .xs\:right-9\.75 {
    right: 2.4375rem;
  }

  .xs\:right-12\.5 {
    right: 3.125rem;
  }

  .xs\:right-13\.5 {
    right: 3.375rem;
  }

  .xs\:right-292\.5 {
    right: 73.125rem;
  }

  .xs\:right-1\/24 {
    right: 4.166667%;
  }

  .xs\:right-2\/24 {
    right: 8.333333%;
  }

  .xs\:right-3\/24 {
    right: 12.5%;
  }

  .xs\:right-4\/24 {
    right: 16.666667%;
  }

  .xs\:right-5\/24 {
    right: 20.833333%;
  }

  .xs\:right-6\/24 {
    right: 25%;
  }

  .xs\:right-7\/24 {
    right: 29.166666%;
  }

  .xs\:right-8\/24 {
    right: 33.333333%;
  }

  .xs\:right-9\/24 {
    right: 37.5%;
  }

  .xs\:right-10\/24 {
    right: 41.666666%;
  }

  .xs\:right-11\/24 {
    right: 45.833333%;
  }

  .xs\:right-12\/24 {
    right: 50%;
  }

  .xs\:right-13\/24 {
    right: 54.166666%;
  }

  .xs\:right-14\/24 {
    right: 58.333333%;
  }

  .xs\:right-15\/24 {
    right: 62.5%;
  }

  .xs\:right-16\/24 {
    right: 66.666667%;
  }

  .xs\:right-17\/24 {
    right: 70.833333%;
  }

  .xs\:right-18\/24 {
    right: 75%;
  }

  .xs\:right-19\/24 {
    right: 79.166667%;
  }

  .xs\:right-20\/24 {
    right: 83.333333%;
  }

  .xs\:right-21\/24 {
    right: 87.5%;
  }

  .xs\:right-22\/24 {
    right: 91.666667%;
  }

  .xs\:right-23\/24 {
    right: 95.833333%;
  }

  .xs\:right-24\/24 {
    right: 100%;
  }

  .xs\:right-screen-header {
    right: 41.55vw;
  }

  .xs\:right-screen-60 {
    right: 60vh;
  }

  .xs\:right-screen-80 {
    right: 80vh;
  }

  .xs\:right-screen-85 {
    right: 85vh;
  }

  .xs\:right-screen-90 {
    right: 90vh;
  }

  .xs\:right-screen-95 {
    right: 95vh;
  }

  .xs\:right-screen-minus-header {
    right: calc(100vh - 5.25rem);
  }

  .xs\:right-screen-minus-35\.5 {
    right: calc(100vh - 8.875rem);
  }

  .xs\:right-screen-minus-36 {
    right: calc(100vh - 9rem);
  }

  .xs\:right-screen-minus-40 {
    right: calc(100vh - 10rem);
  }

  .xs\:right-screen-minus-55 {
    right: calc(100vh - 13.75rem);
  }

  .xs\:right-screen-minus-72 {
    right: calc(100vh - 18rem);
  }

  .xs\:right-screen-minus-80 {
    right: calc(100vh - 20rem);
  }

  .xs\:right-full-4 {
    right: calc(100% - 16px);
  }

  .xs\:right-account-body {
    right: calc(100vw - 304px);
  }

  .xs\:right-menu-center {
    right: calc(50% - 288px);
  }

  .xs\:right-tutorials-hidden {
    right: calc(100% - 56px);
  }

  .xs\:right-popup-full-width {
    right: calc(100% + 32px);
  }

  .xs\:right-popup-full-width-md {
    right: calc(100% + 64px);
  }

  .xs\:right-popup-full-height {
    right: calc(100% + 68px);
  }

  .xs\:right-max-content {
    right: max-content;
  }

  .xs\:-right-0 {
    right: 0px;
  }

  .xs\:-right-1 {
    right: -0.25rem;
  }

  .xs\:-right-2 {
    right: -0.5rem;
  }

  .xs\:-right-3 {
    right: -0.75rem;
  }

  .xs\:-right-4 {
    right: -1rem;
  }

  .xs\:-right-5 {
    right: -1.25rem;
  }

  .xs\:-right-6 {
    right: -1.5rem;
  }

  .xs\:-right-7 {
    right: -1.75rem;
  }

  .xs\:-right-8 {
    right: -2rem;
  }

  .xs\:-right-9 {
    right: -2.25rem;
  }

  .xs\:-right-10 {
    right: -2.5rem;
  }

  .xs\:-right-11 {
    right: -2.75rem;
  }

  .xs\:-right-12 {
    right: -3rem;
  }

  .xs\:-right-14 {
    right: -3.5rem;
  }

  .xs\:-right-16 {
    right: -4rem;
  }

  .xs\:-right-18 {
    right: -4.5rem;
  }

  .xs\:-right-20 {
    right: -5rem;
  }

  .xs\:-right-21 {
    right: -5.25rem;
  }

  .xs\:-right-22 {
    right: -5.5rem;
  }

  .xs\:-right-24 {
    right: -6rem;
  }

  .xs\:-right-26 {
    right: -6.5rem;
  }

  .xs\:-right-28 {
    right: -7rem;
  }

  .xs\:-right-29 {
    right: -7.25rem;
  }

  .xs\:-right-32 {
    right: -8rem;
  }

  .xs\:-right-34 {
    right: -8.5rem;
  }

  .xs\:-right-36 {
    right: -9rem;
  }

  .xs\:-right-40 {
    right: -10rem;
  }

  .xs\:-right-42 {
    right: -10.5rem;
  }

  .xs\:-right-44 {
    right: -11rem;
  }

  .xs\:-right-48 {
    right: -12rem;
  }

  .xs\:-right-52 {
    right: -13rem;
  }

  .xs\:-right-56 {
    right: -14rem;
  }

  .xs\:-right-60 {
    right: -15rem;
  }

  .xs\:-right-64 {
    right: -16rem;
  }

  .xs\:-right-68 {
    right: -17rem;
  }

  .xs\:-right-72 {
    right: -18rem;
  }

  .xs\:-right-77 {
    right: -19.25rem;
  }

  .xs\:-right-80 {
    right: -20rem;
  }

  .xs\:-right-82 {
    right: -20.5rem;
  }

  .xs\:-right-88 {
    right: -22rem;
  }

  .xs\:-right-94 {
    right: -23.5rem;
  }

  .xs\:-right-96 {
    right: -24rem;
  }

  .xs\:-right-98 {
    right: -24.5rem;
  }

  .xs\:-right-104 {
    right: -26rem;
  }

  .xs\:-right-108 {
    right: -27rem;
  }

  .xs\:-right-110 {
    right: -27.5rem;
  }

  .xs\:-right-112 {
    right: -28rem;
  }

  .xs\:-right-120 {
    right: -30rem;
  }

  .xs\:-right-128 {
    right: -32rem;
  }

  .xs\:-right-132 {
    right: -33rem;
  }

  .xs\:-right-134 {
    right: -33.5rem;
  }

  .xs\:-right-135 {
    right: -33.75rem;
  }

  .xs\:-right-136 {
    right: -34rem;
  }

  .xs\:-right-144 {
    right: -36rem;
  }

  .xs\:-right-152 {
    right: -38rem;
  }

  .xs\:-right-160 {
    right: -40rem;
  }

  .xs\:-right-164 {
    right: -41rem;
  }

  .xs\:-right-172 {
    right: -43rem;
  }

  .xs\:-right-179 {
    right: -44.75rem;
  }

  .xs\:-right-184 {
    right: -46rem;
  }

  .xs\:-right-192 {
    right: -48rem;
  }

  .xs\:-right-224 {
    right: -56rem;
  }

  .xs\:-right-240 {
    right: -60rem;
  }

  .xs\:-right-256 {
    right: -64rem;
  }

  .xs\:-right-265 {
    right: -66.25rem;
  }

  .xs\:-right-288 {
    right: -72rem;
  }

  .xs\:-right-384 {
    right: -96rem;
  }

  .xs\:-right-px {
    right: -1px;
  }

  .xs\:-right-0\.5 {
    right: -0.125rem;
  }

  .xs\:-right-1\.5 {
    right: -0.375rem;
  }

  .xs\:-right-2\.5 {
    right: -0.625rem;
  }

  .xs\:-right-3\.5 {
    right: -0.875rem;
  }

  .xs\:-right-0\.75 {
    right: -0.1875rem;
  }

  .xs\:-right-4\.5 {
    right: -1.125rem;
  }

  .xs\:-right-7\.5 {
    right: -1.875rem;
  }

  .xs\:-right-9\.5 {
    right: -2.375rem;
  }

  .xs\:-right-9\.75 {
    right: -2.4375rem;
  }

  .xs\:-right-12\.5 {
    right: -3.125rem;
  }

  .xs\:-right-13\.5 {
    right: -3.375rem;
  }

  .xs\:-right-292\.5 {
    right: -73.125rem;
  }

  .xs\:-right-1\/24 {
    right: -4.16667%;
  }

  .xs\:-right-2\/24 {
    right: -8.33333%;
  }

  .xs\:-right-3\/24 {
    right: -12.5%;
  }

  .xs\:-right-4\/24 {
    right: -16.66667%;
  }

  .xs\:-right-5\/24 {
    right: -20.83333%;
  }

  .xs\:-right-6\/24 {
    right: -25%;
  }

  .xs\:-right-7\/24 {
    right: -29.16667%;
  }

  .xs\:-right-8\/24 {
    right: -33.33333%;
  }

  .xs\:-right-9\/24 {
    right: -37.5%;
  }

  .xs\:-right-10\/24 {
    right: -41.66667%;
  }

  .xs\:-right-11\/24 {
    right: -45.83333%;
  }

  .xs\:-right-12\/24 {
    right: -50%;
  }

  .xs\:-right-13\/24 {
    right: -54.16667%;
  }

  .xs\:-right-14\/24 {
    right: -58.33333%;
  }

  .xs\:-right-15\/24 {
    right: -62.5%;
  }

  .xs\:-right-16\/24 {
    right: -66.66667%;
  }

  .xs\:-right-17\/24 {
    right: -70.83333%;
  }

  .xs\:-right-18\/24 {
    right: -75%;
  }

  .xs\:-right-19\/24 {
    right: -79.16667%;
  }

  .xs\:-right-20\/24 {
    right: -83.33333%;
  }

  .xs\:-right-21\/24 {
    right: -87.5%;
  }

  .xs\:-right-22\/24 {
    right: -91.66667%;
  }

  .xs\:-right-23\/24 {
    right: -95.83333%;
  }

  .xs\:-right-24\/24 {
    right: -100%;
  }

  .xs\:-right-screen-header {
    right: -41.55vw;
  }

  .xs\:-right-screen-60 {
    right: -60vh;
  }

  .xs\:-right-screen-80 {
    right: -80vh;
  }

  .xs\:-right-screen-85 {
    right: -85vh;
  }

  .xs\:-right-screen-90 {
    right: -90vh;
  }

  .xs\:-right-screen-95 {
    right: -95vh;
  }

  .xs\:-right-screen-minus-header {
    right: calc(-100vh - -5.25rem);
  }

  .xs\:-right-screen-minus-35\.5 {
    right: calc(-100vh - -8.875rem);
  }

  .xs\:-right-screen-minus-36 {
    right: calc(-100vh - -9rem);
  }

  .xs\:-right-screen-minus-40 {
    right: calc(-100vh - -10rem);
  }

  .xs\:-right-screen-minus-55 {
    right: calc(-100vh - -13.75rem);
  }

  .xs\:-right-screen-minus-72 {
    right: calc(-100vh - -18rem);
  }

  .xs\:-right-screen-minus-80 {
    right: calc(-100vh - -20rem);
  }

  .xs\:-right-full-4 {
    right: calc(-100% - -16px);
  }

  .xs\:-right-account-body {
    right: calc(-100vw - -304px);
  }

  .xs\:-right-menu-center {
    right: calc(-50% - -288px);
  }

  .xs\:-right-tutorials-hidden {
    right: calc(-100% - -56px);
  }

  .xs\:-right-popup-full-width {
    right: calc(-100% + -32px);
  }

  .xs\:-right-popup-full-width-md {
    right: calc(-100% + -64px);
  }

  .xs\:-right-popup-full-height {
    right: calc(-100% + -68px);
  }

  .xs\:-right-max-content {
    right: max-content;
  }

  .xs\:right-1\/2 {
    right: 50%;
  }

  .xs\:right-1\/3 {
    right: 33.333333%;
  }

  .xs\:right-2\/3 {
    right: 66.666667%;
  }

  .xs\:right-1\/4 {
    right: 25%;
  }

  .xs\:right-2\/4 {
    right: 50%;
  }

  .xs\:right-3\/4 {
    right: 75%;
  }

  .xs\:right-full {
    right: 100%;
  }

  .xs\:-right-1\/2 {
    right: -50%;
  }

  .xs\:-right-1\/3 {
    right: -33.333333%;
  }

  .xs\:-right-2\/3 {
    right: -66.666667%;
  }

  .xs\:-right-1\/4 {
    right: -25%;
  }

  .xs\:-right-2\/4 {
    right: -50%;
  }

  .xs\:-right-3\/4 {
    right: -75%;
  }

  .xs\:-right-full {
    right: -100%;
  }

  .xs\:bottom-0 {
    bottom: 0px;
  }

  .xs\:bottom-1 {
    bottom: 0.25rem;
  }

  .xs\:bottom-2 {
    bottom: 0.5rem;
  }

  .xs\:bottom-3 {
    bottom: 0.75rem;
  }

  .xs\:bottom-4 {
    bottom: 1rem;
  }

  .xs\:bottom-5 {
    bottom: 1.25rem;
  }

  .xs\:bottom-6 {
    bottom: 1.5rem;
  }

  .xs\:bottom-7 {
    bottom: 1.75rem;
  }

  .xs\:bottom-8 {
    bottom: 2rem;
  }

  .xs\:bottom-9 {
    bottom: 2.25rem;
  }

  .xs\:bottom-10 {
    bottom: 2.5rem;
  }

  .xs\:bottom-11 {
    bottom: 2.75rem;
  }

  .xs\:bottom-12 {
    bottom: 3rem;
  }

  .xs\:bottom-14 {
    bottom: 3.5rem;
  }

  .xs\:bottom-16 {
    bottom: 4rem;
  }

  .xs\:bottom-18 {
    bottom: 4.5rem;
  }

  .xs\:bottom-20 {
    bottom: 5rem;
  }

  .xs\:bottom-21 {
    bottom: 5.25rem;
  }

  .xs\:bottom-22 {
    bottom: 5.5rem;
  }

  .xs\:bottom-24 {
    bottom: 6rem;
  }

  .xs\:bottom-26 {
    bottom: 6.5rem;
  }

  .xs\:bottom-28 {
    bottom: 7rem;
  }

  .xs\:bottom-29 {
    bottom: 7.25rem;
  }

  .xs\:bottom-32 {
    bottom: 8rem;
  }

  .xs\:bottom-34 {
    bottom: 8.5rem;
  }

  .xs\:bottom-36 {
    bottom: 9rem;
  }

  .xs\:bottom-40 {
    bottom: 10rem;
  }

  .xs\:bottom-42 {
    bottom: 10.5rem;
  }

  .xs\:bottom-44 {
    bottom: 11rem;
  }

  .xs\:bottom-48 {
    bottom: 12rem;
  }

  .xs\:bottom-52 {
    bottom: 13rem;
  }

  .xs\:bottom-56 {
    bottom: 14rem;
  }

  .xs\:bottom-60 {
    bottom: 15rem;
  }

  .xs\:bottom-64 {
    bottom: 16rem;
  }

  .xs\:bottom-68 {
    bottom: 17rem;
  }

  .xs\:bottom-72 {
    bottom: 18rem;
  }

  .xs\:bottom-77 {
    bottom: 19.25rem;
  }

  .xs\:bottom-80 {
    bottom: 20rem;
  }

  .xs\:bottom-82 {
    bottom: 20.5rem;
  }

  .xs\:bottom-88 {
    bottom: 22rem;
  }

  .xs\:bottom-94 {
    bottom: 23.5rem;
  }

  .xs\:bottom-96 {
    bottom: 24rem;
  }

  .xs\:bottom-98 {
    bottom: 24.5rem;
  }

  .xs\:bottom-104 {
    bottom: 26rem;
  }

  .xs\:bottom-108 {
    bottom: 27rem;
  }

  .xs\:bottom-110 {
    bottom: 27.5rem;
  }

  .xs\:bottom-112 {
    bottom: 28rem;
  }

  .xs\:bottom-120 {
    bottom: 30rem;
  }

  .xs\:bottom-128 {
    bottom: 32rem;
  }

  .xs\:bottom-132 {
    bottom: 33rem;
  }

  .xs\:bottom-134 {
    bottom: 33.5rem;
  }

  .xs\:bottom-135 {
    bottom: 33.75rem;
  }

  .xs\:bottom-136 {
    bottom: 34rem;
  }

  .xs\:bottom-144 {
    bottom: 36rem;
  }

  .xs\:bottom-152 {
    bottom: 38rem;
  }

  .xs\:bottom-160 {
    bottom: 40rem;
  }

  .xs\:bottom-164 {
    bottom: 41rem;
  }

  .xs\:bottom-172 {
    bottom: 43rem;
  }

  .xs\:bottom-179 {
    bottom: 44.75rem;
  }

  .xs\:bottom-184 {
    bottom: 46rem;
  }

  .xs\:bottom-192 {
    bottom: 48rem;
  }

  .xs\:bottom-224 {
    bottom: 56rem;
  }

  .xs\:bottom-240 {
    bottom: 60rem;
  }

  .xs\:bottom-256 {
    bottom: 64rem;
  }

  .xs\:bottom-265 {
    bottom: 66.25rem;
  }

  .xs\:bottom-288 {
    bottom: 72rem;
  }

  .xs\:bottom-384 {
    bottom: 96rem;
  }

  .xs\:bottom-auto {
    bottom: auto;
  }

  .xs\:bottom-px {
    bottom: 1px;
  }

  .xs\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xs\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xs\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xs\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xs\:bottom-0\.75 {
    bottom: 0.1875rem;
  }

  .xs\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .xs\:bottom-7\.5 {
    bottom: 1.875rem;
  }

  .xs\:bottom-9\.5 {
    bottom: 2.375rem;
  }

  .xs\:bottom-9\.75 {
    bottom: 2.4375rem;
  }

  .xs\:bottom-12\.5 {
    bottom: 3.125rem;
  }

  .xs\:bottom-13\.5 {
    bottom: 3.375rem;
  }

  .xs\:bottom-292\.5 {
    bottom: 73.125rem;
  }

  .xs\:bottom-1\/24 {
    bottom: 4.166667%;
  }

  .xs\:bottom-2\/24 {
    bottom: 8.333333%;
  }

  .xs\:bottom-3\/24 {
    bottom: 12.5%;
  }

  .xs\:bottom-4\/24 {
    bottom: 16.666667%;
  }

  .xs\:bottom-5\/24 {
    bottom: 20.833333%;
  }

  .xs\:bottom-6\/24 {
    bottom: 25%;
  }

  .xs\:bottom-7\/24 {
    bottom: 29.166666%;
  }

  .xs\:bottom-8\/24 {
    bottom: 33.333333%;
  }

  .xs\:bottom-9\/24 {
    bottom: 37.5%;
  }

  .xs\:bottom-10\/24 {
    bottom: 41.666666%;
  }

  .xs\:bottom-11\/24 {
    bottom: 45.833333%;
  }

  .xs\:bottom-12\/24 {
    bottom: 50%;
  }

  .xs\:bottom-13\/24 {
    bottom: 54.166666%;
  }

  .xs\:bottom-14\/24 {
    bottom: 58.333333%;
  }

  .xs\:bottom-15\/24 {
    bottom: 62.5%;
  }

  .xs\:bottom-16\/24 {
    bottom: 66.666667%;
  }

  .xs\:bottom-17\/24 {
    bottom: 70.833333%;
  }

  .xs\:bottom-18\/24 {
    bottom: 75%;
  }

  .xs\:bottom-19\/24 {
    bottom: 79.166667%;
  }

  .xs\:bottom-20\/24 {
    bottom: 83.333333%;
  }

  .xs\:bottom-21\/24 {
    bottom: 87.5%;
  }

  .xs\:bottom-22\/24 {
    bottom: 91.666667%;
  }

  .xs\:bottom-23\/24 {
    bottom: 95.833333%;
  }

  .xs\:bottom-24\/24 {
    bottom: 100%;
  }

  .xs\:bottom-screen-header {
    bottom: 41.55vw;
  }

  .xs\:bottom-screen-60 {
    bottom: 60vh;
  }

  .xs\:bottom-screen-80 {
    bottom: 80vh;
  }

  .xs\:bottom-screen-85 {
    bottom: 85vh;
  }

  .xs\:bottom-screen-90 {
    bottom: 90vh;
  }

  .xs\:bottom-screen-95 {
    bottom: 95vh;
  }

  .xs\:bottom-screen-minus-header {
    bottom: calc(100vh - 5.25rem);
  }

  .xs\:bottom-screen-minus-35\.5 {
    bottom: calc(100vh - 8.875rem);
  }

  .xs\:bottom-screen-minus-36 {
    bottom: calc(100vh - 9rem);
  }

  .xs\:bottom-screen-minus-40 {
    bottom: calc(100vh - 10rem);
  }

  .xs\:bottom-screen-minus-55 {
    bottom: calc(100vh - 13.75rem);
  }

  .xs\:bottom-screen-minus-72 {
    bottom: calc(100vh - 18rem);
  }

  .xs\:bottom-screen-minus-80 {
    bottom: calc(100vh - 20rem);
  }

  .xs\:bottom-full-4 {
    bottom: calc(100% - 16px);
  }

  .xs\:bottom-account-body {
    bottom: calc(100vw - 304px);
  }

  .xs\:bottom-menu-center {
    bottom: calc(50% - 288px);
  }

  .xs\:bottom-tutorials-hidden {
    bottom: calc(100% - 56px);
  }

  .xs\:bottom-popup-full-width {
    bottom: calc(100% + 32px);
  }

  .xs\:bottom-popup-full-width-md {
    bottom: calc(100% + 64px);
  }

  .xs\:bottom-popup-full-height {
    bottom: calc(100% + 68px);
  }

  .xs\:bottom-max-content {
    bottom: max-content;
  }

  .xs\:-bottom-0 {
    bottom: 0px;
  }

  .xs\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xs\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xs\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xs\:-bottom-4 {
    bottom: -1rem;
  }

  .xs\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xs\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xs\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xs\:-bottom-8 {
    bottom: -2rem;
  }

  .xs\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xs\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xs\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xs\:-bottom-12 {
    bottom: -3rem;
  }

  .xs\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xs\:-bottom-16 {
    bottom: -4rem;
  }

  .xs\:-bottom-18 {
    bottom: -4.5rem;
  }

  .xs\:-bottom-20 {
    bottom: -5rem;
  }

  .xs\:-bottom-21 {
    bottom: -5.25rem;
  }

  .xs\:-bottom-22 {
    bottom: -5.5rem;
  }

  .xs\:-bottom-24 {
    bottom: -6rem;
  }

  .xs\:-bottom-26 {
    bottom: -6.5rem;
  }

  .xs\:-bottom-28 {
    bottom: -7rem;
  }

  .xs\:-bottom-29 {
    bottom: -7.25rem;
  }

  .xs\:-bottom-32 {
    bottom: -8rem;
  }

  .xs\:-bottom-34 {
    bottom: -8.5rem;
  }

  .xs\:-bottom-36 {
    bottom: -9rem;
  }

  .xs\:-bottom-40 {
    bottom: -10rem;
  }

  .xs\:-bottom-42 {
    bottom: -10.5rem;
  }

  .xs\:-bottom-44 {
    bottom: -11rem;
  }

  .xs\:-bottom-48 {
    bottom: -12rem;
  }

  .xs\:-bottom-52 {
    bottom: -13rem;
  }

  .xs\:-bottom-56 {
    bottom: -14rem;
  }

  .xs\:-bottom-60 {
    bottom: -15rem;
  }

  .xs\:-bottom-64 {
    bottom: -16rem;
  }

  .xs\:-bottom-68 {
    bottom: -17rem;
  }

  .xs\:-bottom-72 {
    bottom: -18rem;
  }

  .xs\:-bottom-77 {
    bottom: -19.25rem;
  }

  .xs\:-bottom-80 {
    bottom: -20rem;
  }

  .xs\:-bottom-82 {
    bottom: -20.5rem;
  }

  .xs\:-bottom-88 {
    bottom: -22rem;
  }

  .xs\:-bottom-94 {
    bottom: -23.5rem;
  }

  .xs\:-bottom-96 {
    bottom: -24rem;
  }

  .xs\:-bottom-98 {
    bottom: -24.5rem;
  }

  .xs\:-bottom-104 {
    bottom: -26rem;
  }

  .xs\:-bottom-108 {
    bottom: -27rem;
  }

  .xs\:-bottom-110 {
    bottom: -27.5rem;
  }

  .xs\:-bottom-112 {
    bottom: -28rem;
  }

  .xs\:-bottom-120 {
    bottom: -30rem;
  }

  .xs\:-bottom-128 {
    bottom: -32rem;
  }

  .xs\:-bottom-132 {
    bottom: -33rem;
  }

  .xs\:-bottom-134 {
    bottom: -33.5rem;
  }

  .xs\:-bottom-135 {
    bottom: -33.75rem;
  }

  .xs\:-bottom-136 {
    bottom: -34rem;
  }

  .xs\:-bottom-144 {
    bottom: -36rem;
  }

  .xs\:-bottom-152 {
    bottom: -38rem;
  }

  .xs\:-bottom-160 {
    bottom: -40rem;
  }

  .xs\:-bottom-164 {
    bottom: -41rem;
  }

  .xs\:-bottom-172 {
    bottom: -43rem;
  }

  .xs\:-bottom-179 {
    bottom: -44.75rem;
  }

  .xs\:-bottom-184 {
    bottom: -46rem;
  }

  .xs\:-bottom-192 {
    bottom: -48rem;
  }

  .xs\:-bottom-224 {
    bottom: -56rem;
  }

  .xs\:-bottom-240 {
    bottom: -60rem;
  }

  .xs\:-bottom-256 {
    bottom: -64rem;
  }

  .xs\:-bottom-265 {
    bottom: -66.25rem;
  }

  .xs\:-bottom-288 {
    bottom: -72rem;
  }

  .xs\:-bottom-384 {
    bottom: -96rem;
  }

  .xs\:-bottom-px {
    bottom: -1px;
  }

  .xs\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xs\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xs\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xs\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xs\:-bottom-0\.75 {
    bottom: -0.1875rem;
  }

  .xs\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .xs\:-bottom-7\.5 {
    bottom: -1.875rem;
  }

  .xs\:-bottom-9\.5 {
    bottom: -2.375rem;
  }

  .xs\:-bottom-9\.75 {
    bottom: -2.4375rem;
  }

  .xs\:-bottom-12\.5 {
    bottom: -3.125rem;
  }

  .xs\:-bottom-13\.5 {
    bottom: -3.375rem;
  }

  .xs\:-bottom-292\.5 {
    bottom: -73.125rem;
  }

  .xs\:-bottom-1\/24 {
    bottom: -4.16667%;
  }

  .xs\:-bottom-2\/24 {
    bottom: -8.33333%;
  }

  .xs\:-bottom-3\/24 {
    bottom: -12.5%;
  }

  .xs\:-bottom-4\/24 {
    bottom: -16.66667%;
  }

  .xs\:-bottom-5\/24 {
    bottom: -20.83333%;
  }

  .xs\:-bottom-6\/24 {
    bottom: -25%;
  }

  .xs\:-bottom-7\/24 {
    bottom: -29.16667%;
  }

  .xs\:-bottom-8\/24 {
    bottom: -33.33333%;
  }

  .xs\:-bottom-9\/24 {
    bottom: -37.5%;
  }

  .xs\:-bottom-10\/24 {
    bottom: -41.66667%;
  }

  .xs\:-bottom-11\/24 {
    bottom: -45.83333%;
  }

  .xs\:-bottom-12\/24 {
    bottom: -50%;
  }

  .xs\:-bottom-13\/24 {
    bottom: -54.16667%;
  }

  .xs\:-bottom-14\/24 {
    bottom: -58.33333%;
  }

  .xs\:-bottom-15\/24 {
    bottom: -62.5%;
  }

  .xs\:-bottom-16\/24 {
    bottom: -66.66667%;
  }

  .xs\:-bottom-17\/24 {
    bottom: -70.83333%;
  }

  .xs\:-bottom-18\/24 {
    bottom: -75%;
  }

  .xs\:-bottom-19\/24 {
    bottom: -79.16667%;
  }

  .xs\:-bottom-20\/24 {
    bottom: -83.33333%;
  }

  .xs\:-bottom-21\/24 {
    bottom: -87.5%;
  }

  .xs\:-bottom-22\/24 {
    bottom: -91.66667%;
  }

  .xs\:-bottom-23\/24 {
    bottom: -95.83333%;
  }

  .xs\:-bottom-24\/24 {
    bottom: -100%;
  }

  .xs\:-bottom-screen-header {
    bottom: -41.55vw;
  }

  .xs\:-bottom-screen-60 {
    bottom: -60vh;
  }

  .xs\:-bottom-screen-80 {
    bottom: -80vh;
  }

  .xs\:-bottom-screen-85 {
    bottom: -85vh;
  }

  .xs\:-bottom-screen-90 {
    bottom: -90vh;
  }

  .xs\:-bottom-screen-95 {
    bottom: -95vh;
  }

  .xs\:-bottom-screen-minus-header {
    bottom: calc(-100vh - -5.25rem);
  }

  .xs\:-bottom-screen-minus-35\.5 {
    bottom: calc(-100vh - -8.875rem);
  }

  .xs\:-bottom-screen-minus-36 {
    bottom: calc(-100vh - -9rem);
  }

  .xs\:-bottom-screen-minus-40 {
    bottom: calc(-100vh - -10rem);
  }

  .xs\:-bottom-screen-minus-55 {
    bottom: calc(-100vh - -13.75rem);
  }

  .xs\:-bottom-screen-minus-72 {
    bottom: calc(-100vh - -18rem);
  }

  .xs\:-bottom-screen-minus-80 {
    bottom: calc(-100vh - -20rem);
  }

  .xs\:-bottom-full-4 {
    bottom: calc(-100% - -16px);
  }

  .xs\:-bottom-account-body {
    bottom: calc(-100vw - -304px);
  }

  .xs\:-bottom-menu-center {
    bottom: calc(-50% - -288px);
  }

  .xs\:-bottom-tutorials-hidden {
    bottom: calc(-100% - -56px);
  }

  .xs\:-bottom-popup-full-width {
    bottom: calc(-100% + -32px);
  }

  .xs\:-bottom-popup-full-width-md {
    bottom: calc(-100% + -64px);
  }

  .xs\:-bottom-popup-full-height {
    bottom: calc(-100% + -68px);
  }

  .xs\:-bottom-max-content {
    bottom: max-content;
  }

  .xs\:bottom-1\/2 {
    bottom: 50%;
  }

  .xs\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xs\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xs\:bottom-1\/4 {
    bottom: 25%;
  }

  .xs\:bottom-2\/4 {
    bottom: 50%;
  }

  .xs\:bottom-3\/4 {
    bottom: 75%;
  }

  .xs\:bottom-full {
    bottom: 100%;
  }

  .xs\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xs\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xs\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xs\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xs\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xs\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xs\:-bottom-full {
    bottom: -100%;
  }

  .xs\:left-0 {
    left: 0px;
  }

  .xs\:left-1 {
    left: 0.25rem;
  }

  .xs\:left-2 {
    left: 0.5rem;
  }

  .xs\:left-3 {
    left: 0.75rem;
  }

  .xs\:left-4 {
    left: 1rem;
  }

  .xs\:left-5 {
    left: 1.25rem;
  }

  .xs\:left-6 {
    left: 1.5rem;
  }

  .xs\:left-7 {
    left: 1.75rem;
  }

  .xs\:left-8 {
    left: 2rem;
  }

  .xs\:left-9 {
    left: 2.25rem;
  }

  .xs\:left-10 {
    left: 2.5rem;
  }

  .xs\:left-11 {
    left: 2.75rem;
  }

  .xs\:left-12 {
    left: 3rem;
  }

  .xs\:left-14 {
    left: 3.5rem;
  }

  .xs\:left-16 {
    left: 4rem;
  }

  .xs\:left-18 {
    left: 4.5rem;
  }

  .xs\:left-20 {
    left: 5rem;
  }

  .xs\:left-21 {
    left: 5.25rem;
  }

  .xs\:left-22 {
    left: 5.5rem;
  }

  .xs\:left-24 {
    left: 6rem;
  }

  .xs\:left-26 {
    left: 6.5rem;
  }

  .xs\:left-28 {
    left: 7rem;
  }

  .xs\:left-29 {
    left: 7.25rem;
  }

  .xs\:left-32 {
    left: 8rem;
  }

  .xs\:left-34 {
    left: 8.5rem;
  }

  .xs\:left-36 {
    left: 9rem;
  }

  .xs\:left-40 {
    left: 10rem;
  }

  .xs\:left-42 {
    left: 10.5rem;
  }

  .xs\:left-44 {
    left: 11rem;
  }

  .xs\:left-48 {
    left: 12rem;
  }

  .xs\:left-52 {
    left: 13rem;
  }

  .xs\:left-56 {
    left: 14rem;
  }

  .xs\:left-60 {
    left: 15rem;
  }

  .xs\:left-64 {
    left: 16rem;
  }

  .xs\:left-68 {
    left: 17rem;
  }

  .xs\:left-72 {
    left: 18rem;
  }

  .xs\:left-77 {
    left: 19.25rem;
  }

  .xs\:left-80 {
    left: 20rem;
  }

  .xs\:left-82 {
    left: 20.5rem;
  }

  .xs\:left-88 {
    left: 22rem;
  }

  .xs\:left-94 {
    left: 23.5rem;
  }

  .xs\:left-96 {
    left: 24rem;
  }

  .xs\:left-98 {
    left: 24.5rem;
  }

  .xs\:left-104 {
    left: 26rem;
  }

  .xs\:left-108 {
    left: 27rem;
  }

  .xs\:left-110 {
    left: 27.5rem;
  }

  .xs\:left-112 {
    left: 28rem;
  }

  .xs\:left-120 {
    left: 30rem;
  }

  .xs\:left-128 {
    left: 32rem;
  }

  .xs\:left-132 {
    left: 33rem;
  }

  .xs\:left-134 {
    left: 33.5rem;
  }

  .xs\:left-135 {
    left: 33.75rem;
  }

  .xs\:left-136 {
    left: 34rem;
  }

  .xs\:left-144 {
    left: 36rem;
  }

  .xs\:left-152 {
    left: 38rem;
  }

  .xs\:left-160 {
    left: 40rem;
  }

  .xs\:left-164 {
    left: 41rem;
  }

  .xs\:left-172 {
    left: 43rem;
  }

  .xs\:left-179 {
    left: 44.75rem;
  }

  .xs\:left-184 {
    left: 46rem;
  }

  .xs\:left-192 {
    left: 48rem;
  }

  .xs\:left-224 {
    left: 56rem;
  }

  .xs\:left-240 {
    left: 60rem;
  }

  .xs\:left-256 {
    left: 64rem;
  }

  .xs\:left-265 {
    left: 66.25rem;
  }

  .xs\:left-288 {
    left: 72rem;
  }

  .xs\:left-384 {
    left: 96rem;
  }

  .xs\:left-auto {
    left: auto;
  }

  .xs\:left-px {
    left: 1px;
  }

  .xs\:left-0\.5 {
    left: 0.125rem;
  }

  .xs\:left-1\.5 {
    left: 0.375rem;
  }

  .xs\:left-2\.5 {
    left: 0.625rem;
  }

  .xs\:left-3\.5 {
    left: 0.875rem;
  }

  .xs\:left-0\.75 {
    left: 0.1875rem;
  }

  .xs\:left-4\.5 {
    left: 1.125rem;
  }

  .xs\:left-7\.5 {
    left: 1.875rem;
  }

  .xs\:left-9\.5 {
    left: 2.375rem;
  }

  .xs\:left-9\.75 {
    left: 2.4375rem;
  }

  .xs\:left-12\.5 {
    left: 3.125rem;
  }

  .xs\:left-13\.5 {
    left: 3.375rem;
  }

  .xs\:left-292\.5 {
    left: 73.125rem;
  }

  .xs\:left-1\/24 {
    left: 4.166667%;
  }

  .xs\:left-2\/24 {
    left: 8.333333%;
  }

  .xs\:left-3\/24 {
    left: 12.5%;
  }

  .xs\:left-4\/24 {
    left: 16.666667%;
  }

  .xs\:left-5\/24 {
    left: 20.833333%;
  }

  .xs\:left-6\/24 {
    left: 25%;
  }

  .xs\:left-7\/24 {
    left: 29.166666%;
  }

  .xs\:left-8\/24 {
    left: 33.333333%;
  }

  .xs\:left-9\/24 {
    left: 37.5%;
  }

  .xs\:left-10\/24 {
    left: 41.666666%;
  }

  .xs\:left-11\/24 {
    left: 45.833333%;
  }

  .xs\:left-12\/24 {
    left: 50%;
  }

  .xs\:left-13\/24 {
    left: 54.166666%;
  }

  .xs\:left-14\/24 {
    left: 58.333333%;
  }

  .xs\:left-15\/24 {
    left: 62.5%;
  }

  .xs\:left-16\/24 {
    left: 66.666667%;
  }

  .xs\:left-17\/24 {
    left: 70.833333%;
  }

  .xs\:left-18\/24 {
    left: 75%;
  }

  .xs\:left-19\/24 {
    left: 79.166667%;
  }

  .xs\:left-20\/24 {
    left: 83.333333%;
  }

  .xs\:left-21\/24 {
    left: 87.5%;
  }

  .xs\:left-22\/24 {
    left: 91.666667%;
  }

  .xs\:left-23\/24 {
    left: 95.833333%;
  }

  .xs\:left-24\/24 {
    left: 100%;
  }

  .xs\:left-screen-header {
    left: 41.55vw;
  }

  .xs\:left-screen-60 {
    left: 60vh;
  }

  .xs\:left-screen-80 {
    left: 80vh;
  }

  .xs\:left-screen-85 {
    left: 85vh;
  }

  .xs\:left-screen-90 {
    left: 90vh;
  }

  .xs\:left-screen-95 {
    left: 95vh;
  }

  .xs\:left-screen-minus-header {
    left: calc(100vh - 5.25rem);
  }

  .xs\:left-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
  }

  .xs\:left-screen-minus-36 {
    left: calc(100vh - 9rem);
  }

  .xs\:left-screen-minus-40 {
    left: calc(100vh - 10rem);
  }

  .xs\:left-screen-minus-55 {
    left: calc(100vh - 13.75rem);
  }

  .xs\:left-screen-minus-72 {
    left: calc(100vh - 18rem);
  }

  .xs\:left-screen-minus-80 {
    left: calc(100vh - 20rem);
  }

  .xs\:left-full-4 {
    left: calc(100% - 16px);
  }

  .xs\:left-account-body {
    left: calc(100vw - 304px);
  }

  .xs\:left-menu-center {
    left: calc(50% - 288px);
  }

  .xs\:left-tutorials-hidden {
    left: calc(100% - 56px);
  }

  .xs\:left-popup-full-width {
    left: calc(100% + 32px);
  }

  .xs\:left-popup-full-width-md {
    left: calc(100% + 64px);
  }

  .xs\:left-popup-full-height {
    left: calc(100% + 68px);
  }

  .xs\:left-max-content {
    left: max-content;
  }

  .xs\:-left-0 {
    left: 0px;
  }

  .xs\:-left-1 {
    left: -0.25rem;
  }

  .xs\:-left-2 {
    left: -0.5rem;
  }

  .xs\:-left-3 {
    left: -0.75rem;
  }

  .xs\:-left-4 {
    left: -1rem;
  }

  .xs\:-left-5 {
    left: -1.25rem;
  }

  .xs\:-left-6 {
    left: -1.5rem;
  }

  .xs\:-left-7 {
    left: -1.75rem;
  }

  .xs\:-left-8 {
    left: -2rem;
  }

  .xs\:-left-9 {
    left: -2.25rem;
  }

  .xs\:-left-10 {
    left: -2.5rem;
  }

  .xs\:-left-11 {
    left: -2.75rem;
  }

  .xs\:-left-12 {
    left: -3rem;
  }

  .xs\:-left-14 {
    left: -3.5rem;
  }

  .xs\:-left-16 {
    left: -4rem;
  }

  .xs\:-left-18 {
    left: -4.5rem;
  }

  .xs\:-left-20 {
    left: -5rem;
  }

  .xs\:-left-21 {
    left: -5.25rem;
  }

  .xs\:-left-22 {
    left: -5.5rem;
  }

  .xs\:-left-24 {
    left: -6rem;
  }

  .xs\:-left-26 {
    left: -6.5rem;
  }

  .xs\:-left-28 {
    left: -7rem;
  }

  .xs\:-left-29 {
    left: -7.25rem;
  }

  .xs\:-left-32 {
    left: -8rem;
  }

  .xs\:-left-34 {
    left: -8.5rem;
  }

  .xs\:-left-36 {
    left: -9rem;
  }

  .xs\:-left-40 {
    left: -10rem;
  }

  .xs\:-left-42 {
    left: -10.5rem;
  }

  .xs\:-left-44 {
    left: -11rem;
  }

  .xs\:-left-48 {
    left: -12rem;
  }

  .xs\:-left-52 {
    left: -13rem;
  }

  .xs\:-left-56 {
    left: -14rem;
  }

  .xs\:-left-60 {
    left: -15rem;
  }

  .xs\:-left-64 {
    left: -16rem;
  }

  .xs\:-left-68 {
    left: -17rem;
  }

  .xs\:-left-72 {
    left: -18rem;
  }

  .xs\:-left-77 {
    left: -19.25rem;
  }

  .xs\:-left-80 {
    left: -20rem;
  }

  .xs\:-left-82 {
    left: -20.5rem;
  }

  .xs\:-left-88 {
    left: -22rem;
  }

  .xs\:-left-94 {
    left: -23.5rem;
  }

  .xs\:-left-96 {
    left: -24rem;
  }

  .xs\:-left-98 {
    left: -24.5rem;
  }

  .xs\:-left-104 {
    left: -26rem;
  }

  .xs\:-left-108 {
    left: -27rem;
  }

  .xs\:-left-110 {
    left: -27.5rem;
  }

  .xs\:-left-112 {
    left: -28rem;
  }

  .xs\:-left-120 {
    left: -30rem;
  }

  .xs\:-left-128 {
    left: -32rem;
  }

  .xs\:-left-132 {
    left: -33rem;
  }

  .xs\:-left-134 {
    left: -33.5rem;
  }

  .xs\:-left-135 {
    left: -33.75rem;
  }

  .xs\:-left-136 {
    left: -34rem;
  }

  .xs\:-left-144 {
    left: -36rem;
  }

  .xs\:-left-152 {
    left: -38rem;
  }

  .xs\:-left-160 {
    left: -40rem;
  }

  .xs\:-left-164 {
    left: -41rem;
  }

  .xs\:-left-172 {
    left: -43rem;
  }

  .xs\:-left-179 {
    left: -44.75rem;
  }

  .xs\:-left-184 {
    left: -46rem;
  }

  .xs\:-left-192 {
    left: -48rem;
  }

  .xs\:-left-224 {
    left: -56rem;
  }

  .xs\:-left-240 {
    left: -60rem;
  }

  .xs\:-left-256 {
    left: -64rem;
  }

  .xs\:-left-265 {
    left: -66.25rem;
  }

  .xs\:-left-288 {
    left: -72rem;
  }

  .xs\:-left-384 {
    left: -96rem;
  }

  .xs\:-left-px {
    left: -1px;
  }

  .xs\:-left-0\.5 {
    left: -0.125rem;
  }

  .xs\:-left-1\.5 {
    left: -0.375rem;
  }

  .xs\:-left-2\.5 {
    left: -0.625rem;
  }

  .xs\:-left-3\.5 {
    left: -0.875rem;
  }

  .xs\:-left-0\.75 {
    left: -0.1875rem;
  }

  .xs\:-left-4\.5 {
    left: -1.125rem;
  }

  .xs\:-left-7\.5 {
    left: -1.875rem;
  }

  .xs\:-left-9\.5 {
    left: -2.375rem;
  }

  .xs\:-left-9\.75 {
    left: -2.4375rem;
  }

  .xs\:-left-12\.5 {
    left: -3.125rem;
  }

  .xs\:-left-13\.5 {
    left: -3.375rem;
  }

  .xs\:-left-292\.5 {
    left: -73.125rem;
  }

  .xs\:-left-1\/24 {
    left: -4.16667%;
  }

  .xs\:-left-2\/24 {
    left: -8.33333%;
  }

  .xs\:-left-3\/24 {
    left: -12.5%;
  }

  .xs\:-left-4\/24 {
    left: -16.66667%;
  }

  .xs\:-left-5\/24 {
    left: -20.83333%;
  }

  .xs\:-left-6\/24 {
    left: -25%;
  }

  .xs\:-left-7\/24 {
    left: -29.16667%;
  }

  .xs\:-left-8\/24 {
    left: -33.33333%;
  }

  .xs\:-left-9\/24 {
    left: -37.5%;
  }

  .xs\:-left-10\/24 {
    left: -41.66667%;
  }

  .xs\:-left-11\/24 {
    left: -45.83333%;
  }

  .xs\:-left-12\/24 {
    left: -50%;
  }

  .xs\:-left-13\/24 {
    left: -54.16667%;
  }

  .xs\:-left-14\/24 {
    left: -58.33333%;
  }

  .xs\:-left-15\/24 {
    left: -62.5%;
  }

  .xs\:-left-16\/24 {
    left: -66.66667%;
  }

  .xs\:-left-17\/24 {
    left: -70.83333%;
  }

  .xs\:-left-18\/24 {
    left: -75%;
  }

  .xs\:-left-19\/24 {
    left: -79.16667%;
  }

  .xs\:-left-20\/24 {
    left: -83.33333%;
  }

  .xs\:-left-21\/24 {
    left: -87.5%;
  }

  .xs\:-left-22\/24 {
    left: -91.66667%;
  }

  .xs\:-left-23\/24 {
    left: -95.83333%;
  }

  .xs\:-left-24\/24 {
    left: -100%;
  }

  .xs\:-left-screen-header {
    left: -41.55vw;
  }

  .xs\:-left-screen-60 {
    left: -60vh;
  }

  .xs\:-left-screen-80 {
    left: -80vh;
  }

  .xs\:-left-screen-85 {
    left: -85vh;
  }

  .xs\:-left-screen-90 {
    left: -90vh;
  }

  .xs\:-left-screen-95 {
    left: -95vh;
  }

  .xs\:-left-screen-minus-header {
    left: calc(-100vh - -5.25rem);
  }

  .xs\:-left-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
  }

  .xs\:-left-screen-minus-36 {
    left: calc(-100vh - -9rem);
  }

  .xs\:-left-screen-minus-40 {
    left: calc(-100vh - -10rem);
  }

  .xs\:-left-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
  }

  .xs\:-left-screen-minus-72 {
    left: calc(-100vh - -18rem);
  }

  .xs\:-left-screen-minus-80 {
    left: calc(-100vh - -20rem);
  }

  .xs\:-left-full-4 {
    left: calc(-100% - -16px);
  }

  .xs\:-left-account-body {
    left: calc(-100vw - -304px);
  }

  .xs\:-left-menu-center {
    left: calc(-50% - -288px);
  }

  .xs\:-left-tutorials-hidden {
    left: calc(-100% - -56px);
  }

  .xs\:-left-popup-full-width {
    left: calc(-100% + -32px);
  }

  .xs\:-left-popup-full-width-md {
    left: calc(-100% + -64px);
  }

  .xs\:-left-popup-full-height {
    left: calc(-100% + -68px);
  }

  .xs\:-left-max-content {
    left: max-content;
  }

  .xs\:left-1\/2 {
    left: 50%;
  }

  .xs\:left-1\/3 {
    left: 33.333333%;
  }

  .xs\:left-2\/3 {
    left: 66.666667%;
  }

  .xs\:left-1\/4 {
    left: 25%;
  }

  .xs\:left-2\/4 {
    left: 50%;
  }

  .xs\:left-3\/4 {
    left: 75%;
  }

  .xs\:left-full {
    left: 100%;
  }

  .xs\:-left-1\/2 {
    left: -50%;
  }

  .xs\:-left-1\/3 {
    left: -33.333333%;
  }

  .xs\:-left-2\/3 {
    left: -66.666667%;
  }

  .xs\:-left-1\/4 {
    left: -25%;
  }

  .xs\:-left-2\/4 {
    left: -50%;
  }

  .xs\:-left-3\/4 {
    left: -75%;
  }

  .xs\:-left-full {
    left: -100%;
  }

  .xs\:isolate {
    isolation: isolate;
  }

  .xs\:isolation-auto {
    isolation: auto;
  }

  .xs\:z-0 {
    z-index: 0;
  }

  .xs\:z-1 {
    z-index: 1;
  }

  .xs\:z-2 {
    z-index: 2;
  }

  .xs\:z-3 {
    z-index: 3;
  }

  .xs\:z-4 {
    z-index: 4;
  }

  .xs\:z-5 {
    z-index: 5;
  }

  .xs\:z-6 {
    z-index: 6;
  }

  .xs\:z-7 {
    z-index: 7;
  }

  .xs\:z-8 {
    z-index: 8;
  }

  .xs\:z-9 {
    z-index: 9;
  }

  .xs\:z-10 {
    z-index: 10;
  }

  .xs\:z-11 {
    z-index: 11;
  }

  .xs\:z-20 {
    z-index: 20;
  }

  .xs\:z-30 {
    z-index: 30;
  }

  .xs\:z-40 {
    z-index: 40;
  }

  .xs\:z-50 {
    z-index: 50;
  }

  .xs\:z-auto {
    z-index: auto;
  }

  .xs\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xs\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .xs\:focus-within\:z-2:focus-within {
    z-index: 2;
  }

  .xs\:focus-within\:z-3:focus-within {
    z-index: 3;
  }

  .xs\:focus-within\:z-4:focus-within {
    z-index: 4;
  }

  .xs\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .xs\:focus-within\:z-6:focus-within {
    z-index: 6;
  }

  .xs\:focus-within\:z-7:focus-within {
    z-index: 7;
  }

  .xs\:focus-within\:z-8:focus-within {
    z-index: 8;
  }

  .xs\:focus-within\:z-9:focus-within {
    z-index: 9;
  }

  .xs\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xs\:focus-within\:z-11:focus-within {
    z-index: 11;
  }

  .xs\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xs\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xs\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xs\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xs\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xs\:focus\:z-0:focus {
    z-index: 0;
  }

  .xs\:focus\:z-1:focus {
    z-index: 1;
  }

  .xs\:focus\:z-2:focus {
    z-index: 2;
  }

  .xs\:focus\:z-3:focus {
    z-index: 3;
  }

  .xs\:focus\:z-4:focus {
    z-index: 4;
  }

  .xs\:focus\:z-5:focus {
    z-index: 5;
  }

  .xs\:focus\:z-6:focus {
    z-index: 6;
  }

  .xs\:focus\:z-7:focus {
    z-index: 7;
  }

  .xs\:focus\:z-8:focus {
    z-index: 8;
  }

  .xs\:focus\:z-9:focus {
    z-index: 9;
  }

  .xs\:focus\:z-10:focus {
    z-index: 10;
  }

  .xs\:focus\:z-11:focus {
    z-index: 11;
  }

  .xs\:focus\:z-20:focus {
    z-index: 20;
  }

  .xs\:focus\:z-30:focus {
    z-index: 30;
  }

  .xs\:focus\:z-40:focus {
    z-index: 40;
  }

  .xs\:focus\:z-50:focus {
    z-index: 50;
  }

  .xs\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:order-2 {
    order: 2;
  }

  .xs\:order-3 {
    order: 3;
  }

  .xs\:order-4 {
    order: 4;
  }

  .xs\:order-5 {
    order: 5;
  }

  .xs\:order-6 {
    order: 6;
  }

  .xs\:order-7 {
    order: 7;
  }

  .xs\:order-8 {
    order: 8;
  }

  .xs\:order-9 {
    order: 9;
  }

  .xs\:order-10 {
    order: 10;
  }

  .xs\:order-11 {
    order: 11;
  }

  .xs\:order-12 {
    order: 12;
  }

  .xs\:order-first {
    order: -9999;
  }

  .xs\:order-last {
    order: 9999;
  }

  .xs\:order-none {
    order: 0;
  }

  .xs\:col-auto {
    grid-column: auto;
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xs\:col-span-full {
    grid-column: 1 / -1;
  }

  .xs\:col-start-1 {
    grid-column-start: 1;
  }

  .xs\:col-start-2 {
    grid-column-start: 2;
  }

  .xs\:col-start-3 {
    grid-column-start: 3;
  }

  .xs\:col-start-4 {
    grid-column-start: 4;
  }

  .xs\:col-start-5 {
    grid-column-start: 5;
  }

  .xs\:col-start-6 {
    grid-column-start: 6;
  }

  .xs\:col-start-7 {
    grid-column-start: 7;
  }

  .xs\:col-start-8 {
    grid-column-start: 8;
  }

  .xs\:col-start-9 {
    grid-column-start: 9;
  }

  .xs\:col-start-10 {
    grid-column-start: 10;
  }

  .xs\:col-start-11 {
    grid-column-start: 11;
  }

  .xs\:col-start-12 {
    grid-column-start: 12;
  }

  .xs\:col-start-13 {
    grid-column-start: 13;
  }

  .xs\:col-start-auto {
    grid-column-start: auto;
  }

  .xs\:col-end-1 {
    grid-column-end: 1;
  }

  .xs\:col-end-2 {
    grid-column-end: 2;
  }

  .xs\:col-end-3 {
    grid-column-end: 3;
  }

  .xs\:col-end-4 {
    grid-column-end: 4;
  }

  .xs\:col-end-5 {
    grid-column-end: 5;
  }

  .xs\:col-end-6 {
    grid-column-end: 6;
  }

  .xs\:col-end-7 {
    grid-column-end: 7;
  }

  .xs\:col-end-8 {
    grid-column-end: 8;
  }

  .xs\:col-end-9 {
    grid-column-end: 9;
  }

  .xs\:col-end-10 {
    grid-column-end: 10;
  }

  .xs\:col-end-11 {
    grid-column-end: 11;
  }

  .xs\:col-end-12 {
    grid-column-end: 12;
  }

  .xs\:col-end-13 {
    grid-column-end: 13;
  }

  .xs\:col-end-auto {
    grid-column-end: auto;
  }

  .xs\:row-auto {
    grid-row: auto;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xs\:row-span-full {
    grid-row: 1 / -1;
  }

  .xs\:row-start-1 {
    grid-row-start: 1;
  }

  .xs\:row-start-2 {
    grid-row-start: 2;
  }

  .xs\:row-start-3 {
    grid-row-start: 3;
  }

  .xs\:row-start-4 {
    grid-row-start: 4;
  }

  .xs\:row-start-5 {
    grid-row-start: 5;
  }

  .xs\:row-start-6 {
    grid-row-start: 6;
  }

  .xs\:row-start-7 {
    grid-row-start: 7;
  }

  .xs\:row-start-auto {
    grid-row-start: auto;
  }

  .xs\:row-end-1 {
    grid-row-end: 1;
  }

  .xs\:row-end-2 {
    grid-row-end: 2;
  }

  .xs\:row-end-3 {
    grid-row-end: 3;
  }

  .xs\:row-end-4 {
    grid-row-end: 4;
  }

  .xs\:row-end-5 {
    grid-row-end: 5;
  }

  .xs\:row-end-6 {
    grid-row-end: 6;
  }

  .xs\:row-end-7 {
    grid-row-end: 7;
  }

  .xs\:row-end-auto {
    grid-row-end: auto;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:clear-left {
    clear: left;
  }

  .xs\:clear-right {
    clear: right;
  }

  .xs\:clear-both {
    clear: both;
  }

  .xs\:clear-none {
    clear: none;
  }

  .xs\:m-0 {
    margin: 0px;
  }

  .xs\:m-1 {
    margin: 0.25rem;
  }

  .xs\:m-2 {
    margin: 0.5rem;
  }

  .xs\:m-3 {
    margin: 0.75rem;
  }

  .xs\:m-4 {
    margin: 1rem;
  }

  .xs\:m-5 {
    margin: 1.25rem;
  }

  .xs\:m-6 {
    margin: 1.5rem;
  }

  .xs\:m-7 {
    margin: 1.75rem;
  }

  .xs\:m-8 {
    margin: 2rem;
  }

  .xs\:m-9 {
    margin: 2.25rem;
  }

  .xs\:m-10 {
    margin: 2.5rem;
  }

  .xs\:m-11 {
    margin: 2.75rem;
  }

  .xs\:m-12 {
    margin: 3rem;
  }

  .xs\:m-14 {
    margin: 3.5rem;
  }

  .xs\:m-16 {
    margin: 4rem;
  }

  .xs\:m-18 {
    margin: 4.5rem;
  }

  .xs\:m-20 {
    margin: 5rem;
  }

  .xs\:m-21 {
    margin: 5.25rem;
  }

  .xs\:m-22 {
    margin: 5.5rem;
  }

  .xs\:m-24 {
    margin: 6rem;
  }

  .xs\:m-26 {
    margin: 6.5rem;
  }

  .xs\:m-28 {
    margin: 7rem;
  }

  .xs\:m-29 {
    margin: 7.25rem;
  }

  .xs\:m-32 {
    margin: 8rem;
  }

  .xs\:m-34 {
    margin: 8.5rem;
  }

  .xs\:m-36 {
    margin: 9rem;
  }

  .xs\:m-40 {
    margin: 10rem;
  }

  .xs\:m-42 {
    margin: 10.5rem;
  }

  .xs\:m-44 {
    margin: 11rem;
  }

  .xs\:m-48 {
    margin: 12rem;
  }

  .xs\:m-52 {
    margin: 13rem;
  }

  .xs\:m-56 {
    margin: 14rem;
  }

  .xs\:m-60 {
    margin: 15rem;
  }

  .xs\:m-64 {
    margin: 16rem;
  }

  .xs\:m-68 {
    margin: 17rem;
  }

  .xs\:m-72 {
    margin: 18rem;
  }

  .xs\:m-77 {
    margin: 19.25rem;
  }

  .xs\:m-80 {
    margin: 20rem;
  }

  .xs\:m-82 {
    margin: 20.5rem;
  }

  .xs\:m-88 {
    margin: 22rem;
  }

  .xs\:m-94 {
    margin: 23.5rem;
  }

  .xs\:m-96 {
    margin: 24rem;
  }

  .xs\:m-98 {
    margin: 24.5rem;
  }

  .xs\:m-104 {
    margin: 26rem;
  }

  .xs\:m-108 {
    margin: 27rem;
  }

  .xs\:m-110 {
    margin: 27.5rem;
  }

  .xs\:m-112 {
    margin: 28rem;
  }

  .xs\:m-120 {
    margin: 30rem;
  }

  .xs\:m-128 {
    margin: 32rem;
  }

  .xs\:m-132 {
    margin: 33rem;
  }

  .xs\:m-134 {
    margin: 33.5rem;
  }

  .xs\:m-135 {
    margin: 33.75rem;
  }

  .xs\:m-136 {
    margin: 34rem;
  }

  .xs\:m-144 {
    margin: 36rem;
  }

  .xs\:m-152 {
    margin: 38rem;
  }

  .xs\:m-160 {
    margin: 40rem;
  }

  .xs\:m-164 {
    margin: 41rem;
  }

  .xs\:m-172 {
    margin: 43rem;
  }

  .xs\:m-179 {
    margin: 44.75rem;
  }

  .xs\:m-184 {
    margin: 46rem;
  }

  .xs\:m-192 {
    margin: 48rem;
  }

  .xs\:m-224 {
    margin: 56rem;
  }

  .xs\:m-240 {
    margin: 60rem;
  }

  .xs\:m-256 {
    margin: 64rem;
  }

  .xs\:m-265 {
    margin: 66.25rem;
  }

  .xs\:m-288 {
    margin: 72rem;
  }

  .xs\:m-384 {
    margin: 96rem;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:m-px {
    margin: 1px;
  }

  .xs\:m-0\.5 {
    margin: 0.125rem;
  }

  .xs\:m-1\.5 {
    margin: 0.375rem;
  }

  .xs\:m-2\.5 {
    margin: 0.625rem;
  }

  .xs\:m-3\.5 {
    margin: 0.875rem;
  }

  .xs\:m-0\.75 {
    margin: 0.1875rem;
  }

  .xs\:m-4\.5 {
    margin: 1.125rem;
  }

  .xs\:m-7\.5 {
    margin: 1.875rem;
  }

  .xs\:m-9\.5 {
    margin: 2.375rem;
  }

  .xs\:m-9\.75 {
    margin: 2.4375rem;
  }

  .xs\:m-12\.5 {
    margin: 3.125rem;
  }

  .xs\:m-13\.5 {
    margin: 3.375rem;
  }

  .xs\:m-292\.5 {
    margin: 73.125rem;
  }

  .xs\:m-1\/24 {
    margin: 4.166667%;
  }

  .xs\:m-2\/24 {
    margin: 8.333333%;
  }

  .xs\:m-3\/24 {
    margin: 12.5%;
  }

  .xs\:m-4\/24 {
    margin: 16.666667%;
  }

  .xs\:m-5\/24 {
    margin: 20.833333%;
  }

  .xs\:m-6\/24 {
    margin: 25%;
  }

  .xs\:m-7\/24 {
    margin: 29.166666%;
  }

  .xs\:m-8\/24 {
    margin: 33.333333%;
  }

  .xs\:m-9\/24 {
    margin: 37.5%;
  }

  .xs\:m-10\/24 {
    margin: 41.666666%;
  }

  .xs\:m-11\/24 {
    margin: 45.833333%;
  }

  .xs\:m-12\/24 {
    margin: 50%;
  }

  .xs\:m-13\/24 {
    margin: 54.166666%;
  }

  .xs\:m-14\/24 {
    margin: 58.333333%;
  }

  .xs\:m-15\/24 {
    margin: 62.5%;
  }

  .xs\:m-16\/24 {
    margin: 66.666667%;
  }

  .xs\:m-17\/24 {
    margin: 70.833333%;
  }

  .xs\:m-18\/24 {
    margin: 75%;
  }

  .xs\:m-19\/24 {
    margin: 79.166667%;
  }

  .xs\:m-20\/24 {
    margin: 83.333333%;
  }

  .xs\:m-21\/24 {
    margin: 87.5%;
  }

  .xs\:m-22\/24 {
    margin: 91.666667%;
  }

  .xs\:m-23\/24 {
    margin: 95.833333%;
  }

  .xs\:m-24\/24 {
    margin: 100%;
  }

  .xs\:m-screen-header {
    margin: 41.55vw;
  }

  .xs\:m-screen-60 {
    margin: 60vh;
  }

  .xs\:m-screen-80 {
    margin: 80vh;
  }

  .xs\:m-screen-85 {
    margin: 85vh;
  }

  .xs\:m-screen-90 {
    margin: 90vh;
  }

  .xs\:m-screen-95 {
    margin: 95vh;
  }

  .xs\:m-screen-minus-header {
    margin: calc(100vh - 5.25rem);
  }

  .xs\:m-screen-minus-35\.5 {
    margin: calc(100vh - 8.875rem);
  }

  .xs\:m-screen-minus-36 {
    margin: calc(100vh - 9rem);
  }

  .xs\:m-screen-minus-40 {
    margin: calc(100vh - 10rem);
  }

  .xs\:m-screen-minus-55 {
    margin: calc(100vh - 13.75rem);
  }

  .xs\:m-screen-minus-72 {
    margin: calc(100vh - 18rem);
  }

  .xs\:m-screen-minus-80 {
    margin: calc(100vh - 20rem);
  }

  .xs\:m-full-4 {
    margin: calc(100% - 16px);
  }

  .xs\:m-account-body {
    margin: calc(100vw - 304px);
  }

  .xs\:m-menu-center {
    margin: calc(50% - 288px);
  }

  .xs\:m-tutorials-hidden {
    margin: calc(100% - 56px);
  }

  .xs\:m-popup-full-width {
    margin: calc(100% + 32px);
  }

  .xs\:m-popup-full-width-md {
    margin: calc(100% + 64px);
  }

  .xs\:m-popup-full-height {
    margin: calc(100% + 68px);
  }

  .xs\:m-max-content {
    margin: max-content;
  }

  .xs\:-m-0 {
    margin: 0px;
  }

  .xs\:-m-1 {
    margin: -0.25rem;
  }

  .xs\:-m-2 {
    margin: -0.5rem;
  }

  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:-m-4 {
    margin: -1rem;
  }

  .xs\:-m-5 {
    margin: -1.25rem;
  }

  .xs\:-m-6 {
    margin: -1.5rem;
  }

  .xs\:-m-7 {
    margin: -1.75rem;
  }

  .xs\:-m-8 {
    margin: -2rem;
  }

  .xs\:-m-9 {
    margin: -2.25rem;
  }

  .xs\:-m-10 {
    margin: -2.5rem;
  }

  .xs\:-m-11 {
    margin: -2.75rem;
  }

  .xs\:-m-12 {
    margin: -3rem;
  }

  .xs\:-m-14 {
    margin: -3.5rem;
  }

  .xs\:-m-16 {
    margin: -4rem;
  }

  .xs\:-m-18 {
    margin: -4.5rem;
  }

  .xs\:-m-20 {
    margin: -5rem;
  }

  .xs\:-m-21 {
    margin: -5.25rem;
  }

  .xs\:-m-22 {
    margin: -5.5rem;
  }

  .xs\:-m-24 {
    margin: -6rem;
  }

  .xs\:-m-26 {
    margin: -6.5rem;
  }

  .xs\:-m-28 {
    margin: -7rem;
  }

  .xs\:-m-29 {
    margin: -7.25rem;
  }

  .xs\:-m-32 {
    margin: -8rem;
  }

  .xs\:-m-34 {
    margin: -8.5rem;
  }

  .xs\:-m-36 {
    margin: -9rem;
  }

  .xs\:-m-40 {
    margin: -10rem;
  }

  .xs\:-m-42 {
    margin: -10.5rem;
  }

  .xs\:-m-44 {
    margin: -11rem;
  }

  .xs\:-m-48 {
    margin: -12rem;
  }

  .xs\:-m-52 {
    margin: -13rem;
  }

  .xs\:-m-56 {
    margin: -14rem;
  }

  .xs\:-m-60 {
    margin: -15rem;
  }

  .xs\:-m-64 {
    margin: -16rem;
  }

  .xs\:-m-68 {
    margin: -17rem;
  }

  .xs\:-m-72 {
    margin: -18rem;
  }

  .xs\:-m-77 {
    margin: -19.25rem;
  }

  .xs\:-m-80 {
    margin: -20rem;
  }

  .xs\:-m-82 {
    margin: -20.5rem;
  }

  .xs\:-m-88 {
    margin: -22rem;
  }

  .xs\:-m-94 {
    margin: -23.5rem;
  }

  .xs\:-m-96 {
    margin: -24rem;
  }

  .xs\:-m-98 {
    margin: -24.5rem;
  }

  .xs\:-m-104 {
    margin: -26rem;
  }

  .xs\:-m-108 {
    margin: -27rem;
  }

  .xs\:-m-110 {
    margin: -27.5rem;
  }

  .xs\:-m-112 {
    margin: -28rem;
  }

  .xs\:-m-120 {
    margin: -30rem;
  }

  .xs\:-m-128 {
    margin: -32rem;
  }

  .xs\:-m-132 {
    margin: -33rem;
  }

  .xs\:-m-134 {
    margin: -33.5rem;
  }

  .xs\:-m-135 {
    margin: -33.75rem;
  }

  .xs\:-m-136 {
    margin: -34rem;
  }

  .xs\:-m-144 {
    margin: -36rem;
  }

  .xs\:-m-152 {
    margin: -38rem;
  }

  .xs\:-m-160 {
    margin: -40rem;
  }

  .xs\:-m-164 {
    margin: -41rem;
  }

  .xs\:-m-172 {
    margin: -43rem;
  }

  .xs\:-m-179 {
    margin: -44.75rem;
  }

  .xs\:-m-184 {
    margin: -46rem;
  }

  .xs\:-m-192 {
    margin: -48rem;
  }

  .xs\:-m-224 {
    margin: -56rem;
  }

  .xs\:-m-240 {
    margin: -60rem;
  }

  .xs\:-m-256 {
    margin: -64rem;
  }

  .xs\:-m-265 {
    margin: -66.25rem;
  }

  .xs\:-m-288 {
    margin: -72rem;
  }

  .xs\:-m-384 {
    margin: -96rem;
  }

  .xs\:-m-px {
    margin: -1px;
  }

  .xs\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xs\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xs\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xs\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xs\:-m-0\.75 {
    margin: -0.1875rem;
  }

  .xs\:-m-4\.5 {
    margin: -1.125rem;
  }

  .xs\:-m-7\.5 {
    margin: -1.875rem;
  }

  .xs\:-m-9\.5 {
    margin: -2.375rem;
  }

  .xs\:-m-9\.75 {
    margin: -2.4375rem;
  }

  .xs\:-m-12\.5 {
    margin: -3.125rem;
  }

  .xs\:-m-13\.5 {
    margin: -3.375rem;
  }

  .xs\:-m-292\.5 {
    margin: -73.125rem;
  }

  .xs\:-m-1\/24 {
    margin: -4.16667%;
  }

  .xs\:-m-2\/24 {
    margin: -8.33333%;
  }

  .xs\:-m-3\/24 {
    margin: -12.5%;
  }

  .xs\:-m-4\/24 {
    margin: -16.66667%;
  }

  .xs\:-m-5\/24 {
    margin: -20.83333%;
  }

  .xs\:-m-6\/24 {
    margin: -25%;
  }

  .xs\:-m-7\/24 {
    margin: -29.16667%;
  }

  .xs\:-m-8\/24 {
    margin: -33.33333%;
  }

  .xs\:-m-9\/24 {
    margin: -37.5%;
  }

  .xs\:-m-10\/24 {
    margin: -41.66667%;
  }

  .xs\:-m-11\/24 {
    margin: -45.83333%;
  }

  .xs\:-m-12\/24 {
    margin: -50%;
  }

  .xs\:-m-13\/24 {
    margin: -54.16667%;
  }

  .xs\:-m-14\/24 {
    margin: -58.33333%;
  }

  .xs\:-m-15\/24 {
    margin: -62.5%;
  }

  .xs\:-m-16\/24 {
    margin: -66.66667%;
  }

  .xs\:-m-17\/24 {
    margin: -70.83333%;
  }

  .xs\:-m-18\/24 {
    margin: -75%;
  }

  .xs\:-m-19\/24 {
    margin: -79.16667%;
  }

  .xs\:-m-20\/24 {
    margin: -83.33333%;
  }

  .xs\:-m-21\/24 {
    margin: -87.5%;
  }

  .xs\:-m-22\/24 {
    margin: -91.66667%;
  }

  .xs\:-m-23\/24 {
    margin: -95.83333%;
  }

  .xs\:-m-24\/24 {
    margin: -100%;
  }

  .xs\:-m-screen-header {
    margin: -41.55vw;
  }

  .xs\:-m-screen-60 {
    margin: -60vh;
  }

  .xs\:-m-screen-80 {
    margin: -80vh;
  }

  .xs\:-m-screen-85 {
    margin: -85vh;
  }

  .xs\:-m-screen-90 {
    margin: -90vh;
  }

  .xs\:-m-screen-95 {
    margin: -95vh;
  }

  .xs\:-m-screen-minus-header {
    margin: calc(-100vh - -5.25rem);
  }

  .xs\:-m-screen-minus-35\.5 {
    margin: calc(-100vh - -8.875rem);
  }

  .xs\:-m-screen-minus-36 {
    margin: calc(-100vh - -9rem);
  }

  .xs\:-m-screen-minus-40 {
    margin: calc(-100vh - -10rem);
  }

  .xs\:-m-screen-minus-55 {
    margin: calc(-100vh - -13.75rem);
  }

  .xs\:-m-screen-minus-72 {
    margin: calc(-100vh - -18rem);
  }

  .xs\:-m-screen-minus-80 {
    margin: calc(-100vh - -20rem);
  }

  .xs\:-m-full-4 {
    margin: calc(-100% - -16px);
  }

  .xs\:-m-account-body {
    margin: calc(-100vw - -304px);
  }

  .xs\:-m-menu-center {
    margin: calc(-50% - -288px);
  }

  .xs\:-m-tutorials-hidden {
    margin: calc(-100% - -56px);
  }

  .xs\:-m-popup-full-width {
    margin: calc(-100% + -32px);
  }

  .xs\:-m-popup-full-width-md {
    margin: calc(-100% + -64px);
  }

  .xs\:-m-popup-full-height {
    margin: calc(-100% + -68px);
  }

  .xs\:-m-max-content {
    margin: max-content;
  }

  .xs\:hover\:m-0:hover {
    margin: 0px;
  }

  .xs\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .xs\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .xs\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .xs\:hover\:m-4:hover {
    margin: 1rem;
  }

  .xs\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .xs\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .xs\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .xs\:hover\:m-8:hover {
    margin: 2rem;
  }

  .xs\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .xs\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .xs\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .xs\:hover\:m-12:hover {
    margin: 3rem;
  }

  .xs\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .xs\:hover\:m-16:hover {
    margin: 4rem;
  }

  .xs\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .xs\:hover\:m-20:hover {
    margin: 5rem;
  }

  .xs\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .xs\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .xs\:hover\:m-24:hover {
    margin: 6rem;
  }

  .xs\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .xs\:hover\:m-28:hover {
    margin: 7rem;
  }

  .xs\:hover\:m-29:hover {
    margin: 7.25rem;
  }

  .xs\:hover\:m-32:hover {
    margin: 8rem;
  }

  .xs\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .xs\:hover\:m-36:hover {
    margin: 9rem;
  }

  .xs\:hover\:m-40:hover {
    margin: 10rem;
  }

  .xs\:hover\:m-42:hover {
    margin: 10.5rem;
  }

  .xs\:hover\:m-44:hover {
    margin: 11rem;
  }

  .xs\:hover\:m-48:hover {
    margin: 12rem;
  }

  .xs\:hover\:m-52:hover {
    margin: 13rem;
  }

  .xs\:hover\:m-56:hover {
    margin: 14rem;
  }

  .xs\:hover\:m-60:hover {
    margin: 15rem;
  }

  .xs\:hover\:m-64:hover {
    margin: 16rem;
  }

  .xs\:hover\:m-68:hover {
    margin: 17rem;
  }

  .xs\:hover\:m-72:hover {
    margin: 18rem;
  }

  .xs\:hover\:m-77:hover {
    margin: 19.25rem;
  }

  .xs\:hover\:m-80:hover {
    margin: 20rem;
  }

  .xs\:hover\:m-82:hover {
    margin: 20.5rem;
  }

  .xs\:hover\:m-88:hover {
    margin: 22rem;
  }

  .xs\:hover\:m-94:hover {
    margin: 23.5rem;
  }

  .xs\:hover\:m-96:hover {
    margin: 24rem;
  }

  .xs\:hover\:m-98:hover {
    margin: 24.5rem;
  }

  .xs\:hover\:m-104:hover {
    margin: 26rem;
  }

  .xs\:hover\:m-108:hover {
    margin: 27rem;
  }

  .xs\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .xs\:hover\:m-112:hover {
    margin: 28rem;
  }

  .xs\:hover\:m-120:hover {
    margin: 30rem;
  }

  .xs\:hover\:m-128:hover {
    margin: 32rem;
  }

  .xs\:hover\:m-132:hover {
    margin: 33rem;
  }

  .xs\:hover\:m-134:hover {
    margin: 33.5rem;
  }

  .xs\:hover\:m-135:hover {
    margin: 33.75rem;
  }

  .xs\:hover\:m-136:hover {
    margin: 34rem;
  }

  .xs\:hover\:m-144:hover {
    margin: 36rem;
  }

  .xs\:hover\:m-152:hover {
    margin: 38rem;
  }

  .xs\:hover\:m-160:hover {
    margin: 40rem;
  }

  .xs\:hover\:m-164:hover {
    margin: 41rem;
  }

  .xs\:hover\:m-172:hover {
    margin: 43rem;
  }

  .xs\:hover\:m-179:hover {
    margin: 44.75rem;
  }

  .xs\:hover\:m-184:hover {
    margin: 46rem;
  }

  .xs\:hover\:m-192:hover {
    margin: 48rem;
  }

  .xs\:hover\:m-224:hover {
    margin: 56rem;
  }

  .xs\:hover\:m-240:hover {
    margin: 60rem;
  }

  .xs\:hover\:m-256:hover {
    margin: 64rem;
  }

  .xs\:hover\:m-265:hover {
    margin: 66.25rem;
  }

  .xs\:hover\:m-288:hover {
    margin: 72rem;
  }

  .xs\:hover\:m-384:hover {
    margin: 96rem;
  }

  .xs\:hover\:m-auto:hover {
    margin: auto;
  }

  .xs\:hover\:m-px:hover {
    margin: 1px;
  }

  .xs\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .xs\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .xs\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .xs\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .xs\:hover\:m-0\.75:hover {
    margin: 0.1875rem;
  }

  .xs\:hover\:m-4\.5:hover {
    margin: 1.125rem;
  }

  .xs\:hover\:m-7\.5:hover {
    margin: 1.875rem;
  }

  .xs\:hover\:m-9\.5:hover {
    margin: 2.375rem;
  }

  .xs\:hover\:m-9\.75:hover {
    margin: 2.4375rem;
  }

  .xs\:hover\:m-12\.5:hover {
    margin: 3.125rem;
  }

  .xs\:hover\:m-13\.5:hover {
    margin: 3.375rem;
  }

  .xs\:hover\:m-292\.5:hover {
    margin: 73.125rem;
  }

  .xs\:hover\:m-1\/24:hover {
    margin: 4.166667%;
  }

  .xs\:hover\:m-2\/24:hover {
    margin: 8.333333%;
  }

  .xs\:hover\:m-3\/24:hover {
    margin: 12.5%;
  }

  .xs\:hover\:m-4\/24:hover {
    margin: 16.666667%;
  }

  .xs\:hover\:m-5\/24:hover {
    margin: 20.833333%;
  }

  .xs\:hover\:m-6\/24:hover {
    margin: 25%;
  }

  .xs\:hover\:m-7\/24:hover {
    margin: 29.166666%;
  }

  .xs\:hover\:m-8\/24:hover {
    margin: 33.333333%;
  }

  .xs\:hover\:m-9\/24:hover {
    margin: 37.5%;
  }

  .xs\:hover\:m-10\/24:hover {
    margin: 41.666666%;
  }

  .xs\:hover\:m-11\/24:hover {
    margin: 45.833333%;
  }

  .xs\:hover\:m-12\/24:hover {
    margin: 50%;
  }

  .xs\:hover\:m-13\/24:hover {
    margin: 54.166666%;
  }

  .xs\:hover\:m-14\/24:hover {
    margin: 58.333333%;
  }

  .xs\:hover\:m-15\/24:hover {
    margin: 62.5%;
  }

  .xs\:hover\:m-16\/24:hover {
    margin: 66.666667%;
  }

  .xs\:hover\:m-17\/24:hover {
    margin: 70.833333%;
  }

  .xs\:hover\:m-18\/24:hover {
    margin: 75%;
  }

  .xs\:hover\:m-19\/24:hover {
    margin: 79.166667%;
  }

  .xs\:hover\:m-20\/24:hover {
    margin: 83.333333%;
  }

  .xs\:hover\:m-21\/24:hover {
    margin: 87.5%;
  }

  .xs\:hover\:m-22\/24:hover {
    margin: 91.666667%;
  }

  .xs\:hover\:m-23\/24:hover {
    margin: 95.833333%;
  }

  .xs\:hover\:m-24\/24:hover {
    margin: 100%;
  }

  .xs\:hover\:m-screen-header:hover {
    margin: 41.55vw;
  }

  .xs\:hover\:m-screen-60:hover {
    margin: 60vh;
  }

  .xs\:hover\:m-screen-80:hover {
    margin: 80vh;
  }

  .xs\:hover\:m-screen-85:hover {
    margin: 85vh;
  }

  .xs\:hover\:m-screen-90:hover {
    margin: 90vh;
  }

  .xs\:hover\:m-screen-95:hover {
    margin: 95vh;
  }

  .xs\:hover\:m-screen-minus-header:hover {
    margin: calc(100vh - 5.25rem);
  }

  .xs\:hover\:m-screen-minus-35\.5:hover {
    margin: calc(100vh - 8.875rem);
  }

  .xs\:hover\:m-screen-minus-36:hover {
    margin: calc(100vh - 9rem);
  }

  .xs\:hover\:m-screen-minus-40:hover {
    margin: calc(100vh - 10rem);
  }

  .xs\:hover\:m-screen-minus-55:hover {
    margin: calc(100vh - 13.75rem);
  }

  .xs\:hover\:m-screen-minus-72:hover {
    margin: calc(100vh - 18rem);
  }

  .xs\:hover\:m-screen-minus-80:hover {
    margin: calc(100vh - 20rem);
  }

  .xs\:hover\:m-full-4:hover {
    margin: calc(100% - 16px);
  }

  .xs\:hover\:m-account-body:hover {
    margin: calc(100vw - 304px);
  }

  .xs\:hover\:m-menu-center:hover {
    margin: calc(50% - 288px);
  }

  .xs\:hover\:m-tutorials-hidden:hover {
    margin: calc(100% - 56px);
  }

  .xs\:hover\:m-popup-full-width:hover {
    margin: calc(100% + 32px);
  }

  .xs\:hover\:m-popup-full-width-md:hover {
    margin: calc(100% + 64px);
  }

  .xs\:hover\:m-popup-full-height:hover {
    margin: calc(100% + 68px);
  }

  .xs\:hover\:m-max-content:hover {
    margin: max-content;
  }

  .xs\:hover\:-m-0:hover {
    margin: 0px;
  }

  .xs\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .xs\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .xs\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .xs\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .xs\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .xs\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .xs\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .xs\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .xs\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .xs\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .xs\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .xs\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .xs\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .xs\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .xs\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .xs\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .xs\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .xs\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .xs\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .xs\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .xs\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .xs\:hover\:-m-29:hover {
    margin: -7.25rem;
  }

  .xs\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .xs\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .xs\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .xs\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .xs\:hover\:-m-42:hover {
    margin: -10.5rem;
  }

  .xs\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .xs\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .xs\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .xs\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .xs\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .xs\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .xs\:hover\:-m-68:hover {
    margin: -17rem;
  }

  .xs\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .xs\:hover\:-m-77:hover {
    margin: -19.25rem;
  }

  .xs\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .xs\:hover\:-m-82:hover {
    margin: -20.5rem;
  }

  .xs\:hover\:-m-88:hover {
    margin: -22rem;
  }

  .xs\:hover\:-m-94:hover {
    margin: -23.5rem;
  }

  .xs\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .xs\:hover\:-m-98:hover {
    margin: -24.5rem;
  }

  .xs\:hover\:-m-104:hover {
    margin: -26rem;
  }

  .xs\:hover\:-m-108:hover {
    margin: -27rem;
  }

  .xs\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .xs\:hover\:-m-112:hover {
    margin: -28rem;
  }

  .xs\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .xs\:hover\:-m-128:hover {
    margin: -32rem;
  }

  .xs\:hover\:-m-132:hover {
    margin: -33rem;
  }

  .xs\:hover\:-m-134:hover {
    margin: -33.5rem;
  }

  .xs\:hover\:-m-135:hover {
    margin: -33.75rem;
  }

  .xs\:hover\:-m-136:hover {
    margin: -34rem;
  }

  .xs\:hover\:-m-144:hover {
    margin: -36rem;
  }

  .xs\:hover\:-m-152:hover {
    margin: -38rem;
  }

  .xs\:hover\:-m-160:hover {
    margin: -40rem;
  }

  .xs\:hover\:-m-164:hover {
    margin: -41rem;
  }

  .xs\:hover\:-m-172:hover {
    margin: -43rem;
  }

  .xs\:hover\:-m-179:hover {
    margin: -44.75rem;
  }

  .xs\:hover\:-m-184:hover {
    margin: -46rem;
  }

  .xs\:hover\:-m-192:hover {
    margin: -48rem;
  }

  .xs\:hover\:-m-224:hover {
    margin: -56rem;
  }

  .xs\:hover\:-m-240:hover {
    margin: -60rem;
  }

  .xs\:hover\:-m-256:hover {
    margin: -64rem;
  }

  .xs\:hover\:-m-265:hover {
    margin: -66.25rem;
  }

  .xs\:hover\:-m-288:hover {
    margin: -72rem;
  }

  .xs\:hover\:-m-384:hover {
    margin: -96rem;
  }

  .xs\:hover\:-m-px:hover {
    margin: -1px;
  }

  .xs\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .xs\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .xs\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .xs\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .xs\:hover\:-m-0\.75:hover {
    margin: -0.1875rem;
  }

  .xs\:hover\:-m-4\.5:hover {
    margin: -1.125rem;
  }

  .xs\:hover\:-m-7\.5:hover {
    margin: -1.875rem;
  }

  .xs\:hover\:-m-9\.5:hover {
    margin: -2.375rem;
  }

  .xs\:hover\:-m-9\.75:hover {
    margin: -2.4375rem;
  }

  .xs\:hover\:-m-12\.5:hover {
    margin: -3.125rem;
  }

  .xs\:hover\:-m-13\.5:hover {
    margin: -3.375rem;
  }

  .xs\:hover\:-m-292\.5:hover {
    margin: -73.125rem;
  }

  .xs\:hover\:-m-1\/24:hover {
    margin: -4.16667%;
  }

  .xs\:hover\:-m-2\/24:hover {
    margin: -8.33333%;
  }

  .xs\:hover\:-m-3\/24:hover {
    margin: -12.5%;
  }

  .xs\:hover\:-m-4\/24:hover {
    margin: -16.66667%;
  }

  .xs\:hover\:-m-5\/24:hover {
    margin: -20.83333%;
  }

  .xs\:hover\:-m-6\/24:hover {
    margin: -25%;
  }

  .xs\:hover\:-m-7\/24:hover {
    margin: -29.16667%;
  }

  .xs\:hover\:-m-8\/24:hover {
    margin: -33.33333%;
  }

  .xs\:hover\:-m-9\/24:hover {
    margin: -37.5%;
  }

  .xs\:hover\:-m-10\/24:hover {
    margin: -41.66667%;
  }

  .xs\:hover\:-m-11\/24:hover {
    margin: -45.83333%;
  }

  .xs\:hover\:-m-12\/24:hover {
    margin: -50%;
  }

  .xs\:hover\:-m-13\/24:hover {
    margin: -54.16667%;
  }

  .xs\:hover\:-m-14\/24:hover {
    margin: -58.33333%;
  }

  .xs\:hover\:-m-15\/24:hover {
    margin: -62.5%;
  }

  .xs\:hover\:-m-16\/24:hover {
    margin: -66.66667%;
  }

  .xs\:hover\:-m-17\/24:hover {
    margin: -70.83333%;
  }

  .xs\:hover\:-m-18\/24:hover {
    margin: -75%;
  }

  .xs\:hover\:-m-19\/24:hover {
    margin: -79.16667%;
  }

  .xs\:hover\:-m-20\/24:hover {
    margin: -83.33333%;
  }

  .xs\:hover\:-m-21\/24:hover {
    margin: -87.5%;
  }

  .xs\:hover\:-m-22\/24:hover {
    margin: -91.66667%;
  }

  .xs\:hover\:-m-23\/24:hover {
    margin: -95.83333%;
  }

  .xs\:hover\:-m-24\/24:hover {
    margin: -100%;
  }

  .xs\:hover\:-m-screen-header:hover {
    margin: -41.55vw;
  }

  .xs\:hover\:-m-screen-60:hover {
    margin: -60vh;
  }

  .xs\:hover\:-m-screen-80:hover {
    margin: -80vh;
  }

  .xs\:hover\:-m-screen-85:hover {
    margin: -85vh;
  }

  .xs\:hover\:-m-screen-90:hover {
    margin: -90vh;
  }

  .xs\:hover\:-m-screen-95:hover {
    margin: -95vh;
  }

  .xs\:hover\:-m-screen-minus-header:hover {
    margin: calc(-100vh - -5.25rem);
  }

  .xs\:hover\:-m-screen-minus-35\.5:hover {
    margin: calc(-100vh - -8.875rem);
  }

  .xs\:hover\:-m-screen-minus-36:hover {
    margin: calc(-100vh - -9rem);
  }

  .xs\:hover\:-m-screen-minus-40:hover {
    margin: calc(-100vh - -10rem);
  }

  .xs\:hover\:-m-screen-minus-55:hover {
    margin: calc(-100vh - -13.75rem);
  }

  .xs\:hover\:-m-screen-minus-72:hover {
    margin: calc(-100vh - -18rem);
  }

  .xs\:hover\:-m-screen-minus-80:hover {
    margin: calc(-100vh - -20rem);
  }

  .xs\:hover\:-m-full-4:hover {
    margin: calc(-100% - -16px);
  }

  .xs\:hover\:-m-account-body:hover {
    margin: calc(-100vw - -304px);
  }

  .xs\:hover\:-m-menu-center:hover {
    margin: calc(-50% - -288px);
  }

  .xs\:hover\:-m-tutorials-hidden:hover {
    margin: calc(-100% - -56px);
  }

  .xs\:hover\:-m-popup-full-width:hover {
    margin: calc(-100% + -32px);
  }

  .xs\:hover\:-m-popup-full-width-md:hover {
    margin: calc(-100% + -64px);
  }

  .xs\:hover\:-m-popup-full-height:hover {
    margin: calc(-100% + -68px);
  }

  .xs\:hover\:-m-max-content:hover {
    margin: max-content;
  }

  .xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xs\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xs\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xs\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:mx-29 {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .xs\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xs\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .xs\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xs\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xs\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xs\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .xs\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xs\:mx-77 {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .xs\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs\:mx-82 {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .xs\:mx-88 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xs\:mx-94 {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .xs\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xs\:mx-98 {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .xs\:mx-104 {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .xs\:mx-108 {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .xs\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xs\:mx-112 {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .xs\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xs\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .xs\:mx-132 {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .xs\:mx-134 {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .xs\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .xs\:mx-136 {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .xs\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .xs\:mx-152 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xs\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .xs\:mx-164 {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .xs\:mx-172 {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .xs\:mx-179 {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .xs\:mx-184 {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .xs\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .xs\:mx-224 {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .xs\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .xs\:mx-256 {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .xs\:mx-265 {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .xs\:mx-288 {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .xs\:mx-384 {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xs\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xs\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xs\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xs\:mx-0\.75 {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .xs\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xs\:mx-7\.5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xs\:mx-9\.5 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .xs\:mx-9\.75 {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .xs\:mx-12\.5 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xs\:mx-13\.5 {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .xs\:mx-292\.5 {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .xs\:mx-1\/24 {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .xs\:mx-2\/24 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xs\:mx-3\/24 {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .xs\:mx-4\/24 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:mx-5\/24 {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .xs\:mx-6\/24 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:mx-7\/24 {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .xs\:mx-8\/24 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:mx-9\/24 {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .xs\:mx-10\/24 {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .xs\:mx-11\/24 {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .xs\:mx-12\/24 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:mx-13\/24 {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .xs\:mx-14\/24 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xs\:mx-15\/24 {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .xs\:mx-16\/24 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:mx-17\/24 {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .xs\:mx-18\/24 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:mx-19\/24 {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .xs\:mx-20\/24 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xs\:mx-21\/24 {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .xs\:mx-22\/24 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xs\:mx-23\/24 {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .xs\:mx-24\/24 {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:mx-screen-header {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .xs\:mx-screen-60 {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .xs\:mx-screen-80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:mx-screen-85 {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .xs\:mx-screen-90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .xs\:mx-screen-95 {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .xs\:mx-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .xs\:mx-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .xs\:mx-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .xs\:mx-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .xs\:mx-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .xs\:mx-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .xs\:mx-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .xs\:mx-full-4 {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .xs\:mx-account-body {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .xs\:mx-menu-center {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .xs\:mx-tutorials-hidden {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .xs\:mx-popup-full-width {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .xs\:mx-popup-full-width-md {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .xs\:mx-popup-full-height {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .xs\:mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .xs\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xs\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xs\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xs\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xs\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xs\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:-mx-29 {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .xs\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xs\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .xs\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xs\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xs\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xs\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .xs\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xs\:-mx-77 {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .xs\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs\:-mx-82 {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .xs\:-mx-88 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xs\:-mx-94 {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .xs\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xs\:-mx-98 {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .xs\:-mx-104 {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .xs\:-mx-108 {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .xs\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xs\:-mx-112 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .xs\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xs\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .xs\:-mx-132 {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .xs\:-mx-134 {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .xs\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .xs\:-mx-136 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .xs\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .xs\:-mx-152 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xs\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .xs\:-mx-164 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .xs\:-mx-172 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .xs\:-mx-179 {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .xs\:-mx-184 {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .xs\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .xs\:-mx-224 {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .xs\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .xs\:-mx-256 {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .xs\:-mx-265 {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .xs\:-mx-288 {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .xs\:-mx-384 {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .xs\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xs\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xs\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xs\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xs\:-mx-0\.75 {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .xs\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xs\:-mx-7\.5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xs\:-mx-9\.5 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .xs\:-mx-9\.75 {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .xs\:-mx-12\.5 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xs\:-mx-13\.5 {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .xs\:-mx-292\.5 {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .xs\:-mx-1\/24 {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .xs\:-mx-2\/24 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xs\:-mx-3\/24 {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .xs\:-mx-4\/24 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:-mx-5\/24 {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .xs\:-mx-6\/24 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:-mx-7\/24 {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .xs\:-mx-8\/24 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:-mx-9\/24 {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .xs\:-mx-10\/24 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xs\:-mx-11\/24 {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .xs\:-mx-12\/24 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:-mx-13\/24 {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .xs\:-mx-14\/24 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xs\:-mx-15\/24 {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .xs\:-mx-16\/24 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:-mx-17\/24 {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .xs\:-mx-18\/24 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:-mx-19\/24 {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .xs\:-mx-20\/24 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xs\:-mx-21\/24 {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .xs\:-mx-22\/24 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xs\:-mx-23\/24 {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .xs\:-mx-24\/24 {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:-mx-screen-header {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .xs\:-mx-screen-60 {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .xs\:-mx-screen-80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:-mx-screen-85 {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .xs\:-mx-screen-90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .xs\:-mx-screen-95 {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .xs\:-mx-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .xs\:-mx-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .xs\:-mx-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .xs\:-mx-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .xs\:-mx-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .xs\:-mx-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .xs\:-mx-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .xs\:-mx-full-4 {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .xs\:-mx-account-body {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .xs\:-mx-menu-center {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .xs\:-mx-tutorials-hidden {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .xs\:-mx-popup-full-width {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .xs\:-mx-popup-full-width-md {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .xs\:-mx-popup-full-height {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .xs\:-mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .xs\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xs\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xs\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xs\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xs\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xs\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xs\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:my-29 {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .xs\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xs\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .xs\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xs\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xs\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xs\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .xs\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xs\:my-77 {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .xs\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs\:my-82 {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .xs\:my-88 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xs\:my-94 {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .xs\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xs\:my-98 {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .xs\:my-104 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .xs\:my-108 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .xs\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xs\:my-112 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .xs\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xs\:my-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .xs\:my-132 {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .xs\:my-134 {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .xs\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .xs\:my-136 {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .xs\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .xs\:my-152 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xs\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .xs\:my-164 {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .xs\:my-172 {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .xs\:my-179 {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .xs\:my-184 {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .xs\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .xs\:my-224 {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .xs\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .xs\:my-256 {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .xs\:my-265 {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .xs\:my-288 {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .xs\:my-384 {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .xs\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xs\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xs\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xs\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xs\:my-0\.75 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xs\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xs\:my-7\.5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xs\:my-9\.5 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .xs\:my-9\.75 {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .xs\:my-12\.5 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xs\:my-13\.5 {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .xs\:my-292\.5 {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .xs\:my-1\/24 {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .xs\:my-2\/24 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xs\:my-3\/24 {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .xs\:my-4\/24 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:my-5\/24 {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .xs\:my-6\/24 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:my-7\/24 {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .xs\:my-8\/24 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:my-9\/24 {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .xs\:my-10\/24 {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .xs\:my-11\/24 {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .xs\:my-12\/24 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:my-13\/24 {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .xs\:my-14\/24 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xs\:my-15\/24 {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .xs\:my-16\/24 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:my-17\/24 {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .xs\:my-18\/24 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:my-19\/24 {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .xs\:my-20\/24 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xs\:my-21\/24 {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .xs\:my-22\/24 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xs\:my-23\/24 {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .xs\:my-24\/24 {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:my-screen-header {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .xs\:my-screen-60 {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .xs\:my-screen-80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:my-screen-85 {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .xs\:my-screen-90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .xs\:my-screen-95 {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .xs\:my-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .xs\:my-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .xs\:my-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .xs\:my-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .xs\:my-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .xs\:my-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .xs\:my-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .xs\:my-full-4 {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .xs\:my-account-body {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .xs\:my-menu-center {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .xs\:my-tutorials-hidden {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .xs\:my-popup-full-width {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .xs\:my-popup-full-width-md {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .xs\:my-popup-full-height {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .xs\:my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .xs\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xs\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xs\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xs\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xs\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xs\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:-my-29 {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .xs\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xs\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .xs\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xs\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xs\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xs\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .xs\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xs\:-my-77 {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .xs\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs\:-my-82 {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .xs\:-my-88 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xs\:-my-94 {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .xs\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xs\:-my-98 {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .xs\:-my-104 {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .xs\:-my-108 {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .xs\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xs\:-my-112 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .xs\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xs\:-my-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .xs\:-my-132 {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .xs\:-my-134 {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .xs\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .xs\:-my-136 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .xs\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .xs\:-my-152 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xs\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .xs\:-my-164 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .xs\:-my-172 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .xs\:-my-179 {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .xs\:-my-184 {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .xs\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .xs\:-my-224 {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .xs\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .xs\:-my-256 {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .xs\:-my-265 {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .xs\:-my-288 {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .xs\:-my-384 {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .xs\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xs\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xs\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xs\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xs\:-my-0\.75 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xs\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xs\:-my-7\.5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xs\:-my-9\.5 {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .xs\:-my-9\.75 {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .xs\:-my-12\.5 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xs\:-my-13\.5 {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .xs\:-my-292\.5 {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .xs\:-my-1\/24 {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .xs\:-my-2\/24 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xs\:-my-3\/24 {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .xs\:-my-4\/24 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:-my-5\/24 {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .xs\:-my-6\/24 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:-my-7\/24 {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .xs\:-my-8\/24 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:-my-9\/24 {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .xs\:-my-10\/24 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xs\:-my-11\/24 {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .xs\:-my-12\/24 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:-my-13\/24 {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .xs\:-my-14\/24 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xs\:-my-15\/24 {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .xs\:-my-16\/24 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:-my-17\/24 {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .xs\:-my-18\/24 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:-my-19\/24 {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .xs\:-my-20\/24 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xs\:-my-21\/24 {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .xs\:-my-22\/24 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xs\:-my-23\/24 {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .xs\:-my-24\/24 {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:-my-screen-header {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .xs\:-my-screen-60 {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .xs\:-my-screen-80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:-my-screen-85 {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .xs\:-my-screen-90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .xs\:-my-screen-95 {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .xs\:-my-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .xs\:-my-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .xs\:-my-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .xs\:-my-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .xs\:-my-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .xs\:-my-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .xs\:-my-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .xs\:-my-full-4 {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .xs\:-my-account-body {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .xs\:-my-menu-center {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .xs\:-my-tutorials-hidden {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .xs\:-my-popup-full-width {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .xs\:-my-popup-full-width-md {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .xs\:-my-popup-full-height {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .xs\:-my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .xs\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xs\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xs\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xs\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xs\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xs\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xs\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xs\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xs\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xs\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xs\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xs\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xs\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xs\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xs\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xs\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xs\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xs\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xs\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xs\:hover\:mx-29:hover {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .xs\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xs\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xs\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xs\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xs\:hover\:mx-42:hover {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .xs\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xs\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xs\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xs\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xs\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xs\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xs\:hover\:mx-68:hover {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .xs\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xs\:hover\:mx-77:hover {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .xs\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xs\:hover\:mx-82:hover {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .xs\:hover\:mx-88:hover {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xs\:hover\:mx-94:hover {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .xs\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xs\:hover\:mx-98:hover {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .xs\:hover\:mx-104:hover {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .xs\:hover\:mx-108:hover {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .xs\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xs\:hover\:mx-112:hover {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .xs\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xs\:hover\:mx-128:hover {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .xs\:hover\:mx-132:hover {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .xs\:hover\:mx-134:hover {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .xs\:hover\:mx-135:hover {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .xs\:hover\:mx-136:hover {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .xs\:hover\:mx-144:hover {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .xs\:hover\:mx-152:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xs\:hover\:mx-160:hover {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .xs\:hover\:mx-164:hover {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .xs\:hover\:mx-172:hover {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .xs\:hover\:mx-179:hover {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .xs\:hover\:mx-184:hover {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .xs\:hover\:mx-192:hover {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .xs\:hover\:mx-224:hover {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .xs\:hover\:mx-240:hover {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .xs\:hover\:mx-256:hover {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .xs\:hover\:mx-265:hover {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .xs\:hover\:mx-288:hover {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .xs\:hover\:mx-384:hover {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .xs\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xs\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xs\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xs\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xs\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xs\:hover\:mx-0\.75:hover {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .xs\:hover\:mx-4\.5:hover {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xs\:hover\:mx-7\.5:hover {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xs\:hover\:mx-9\.5:hover {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .xs\:hover\:mx-9\.75:hover {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .xs\:hover\:mx-12\.5:hover {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xs\:hover\:mx-13\.5:hover {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .xs\:hover\:mx-292\.5:hover {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .xs\:hover\:mx-1\/24:hover {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .xs\:hover\:mx-2\/24:hover {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xs\:hover\:mx-3\/24:hover {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .xs\:hover\:mx-4\/24:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xs\:hover\:mx-5\/24:hover {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .xs\:hover\:mx-6\/24:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xs\:hover\:mx-7\/24:hover {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .xs\:hover\:mx-8\/24:hover {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xs\:hover\:mx-9\/24:hover {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .xs\:hover\:mx-10\/24:hover {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .xs\:hover\:mx-11\/24:hover {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .xs\:hover\:mx-12\/24:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xs\:hover\:mx-13\/24:hover {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .xs\:hover\:mx-14\/24:hover {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xs\:hover\:mx-15\/24:hover {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .xs\:hover\:mx-16\/24:hover {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xs\:hover\:mx-17\/24:hover {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .xs\:hover\:mx-18\/24:hover {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xs\:hover\:mx-19\/24:hover {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .xs\:hover\:mx-20\/24:hover {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xs\:hover\:mx-21\/24:hover {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .xs\:hover\:mx-22\/24:hover {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xs\:hover\:mx-23\/24:hover {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .xs\:hover\:mx-24\/24:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xs\:hover\:mx-screen-header:hover {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .xs\:hover\:mx-screen-60:hover {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .xs\:hover\:mx-screen-80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xs\:hover\:mx-screen-85:hover {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .xs\:hover\:mx-screen-90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .xs\:hover\:mx-screen-95:hover {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .xs\:hover\:mx-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .xs\:hover\:mx-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .xs\:hover\:mx-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .xs\:hover\:mx-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .xs\:hover\:mx-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .xs\:hover\:mx-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .xs\:hover\:mx-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .xs\:hover\:mx-full-4:hover {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .xs\:hover\:mx-account-body:hover {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .xs\:hover\:mx-menu-center:hover {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .xs\:hover\:mx-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .xs\:hover\:mx-popup-full-width:hover {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .xs\:hover\:mx-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .xs\:hover\:mx-popup-full-height:hover {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .xs\:hover\:mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .xs\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xs\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xs\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xs\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xs\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xs\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xs\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xs\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xs\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xs\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xs\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xs\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xs\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xs\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xs\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xs\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xs\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xs\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xs\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xs\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xs\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xs\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xs\:hover\:-mx-29:hover {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .xs\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xs\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xs\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xs\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xs\:hover\:-mx-42:hover {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .xs\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xs\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xs\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xs\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xs\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xs\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xs\:hover\:-mx-68:hover {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .xs\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xs\:hover\:-mx-77:hover {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .xs\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xs\:hover\:-mx-82:hover {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .xs\:hover\:-mx-88:hover {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xs\:hover\:-mx-94:hover {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .xs\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xs\:hover\:-mx-98:hover {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .xs\:hover\:-mx-104:hover {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .xs\:hover\:-mx-108:hover {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .xs\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xs\:hover\:-mx-112:hover {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .xs\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xs\:hover\:-mx-128:hover {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .xs\:hover\:-mx-132:hover {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .xs\:hover\:-mx-134:hover {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .xs\:hover\:-mx-135:hover {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .xs\:hover\:-mx-136:hover {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .xs\:hover\:-mx-144:hover {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .xs\:hover\:-mx-152:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xs\:hover\:-mx-160:hover {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .xs\:hover\:-mx-164:hover {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .xs\:hover\:-mx-172:hover {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .xs\:hover\:-mx-179:hover {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .xs\:hover\:-mx-184:hover {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .xs\:hover\:-mx-192:hover {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .xs\:hover\:-mx-224:hover {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .xs\:hover\:-mx-240:hover {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .xs\:hover\:-mx-256:hover {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .xs\:hover\:-mx-265:hover {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .xs\:hover\:-mx-288:hover {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .xs\:hover\:-mx-384:hover {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .xs\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xs\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xs\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xs\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xs\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xs\:hover\:-mx-0\.75:hover {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .xs\:hover\:-mx-4\.5:hover {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xs\:hover\:-mx-7\.5:hover {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xs\:hover\:-mx-9\.5:hover {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .xs\:hover\:-mx-9\.75:hover {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .xs\:hover\:-mx-12\.5:hover {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xs\:hover\:-mx-13\.5:hover {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .xs\:hover\:-mx-292\.5:hover {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .xs\:hover\:-mx-1\/24:hover {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .xs\:hover\:-mx-2\/24:hover {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xs\:hover\:-mx-3\/24:hover {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .xs\:hover\:-mx-4\/24:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xs\:hover\:-mx-5\/24:hover {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .xs\:hover\:-mx-6\/24:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xs\:hover\:-mx-7\/24:hover {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .xs\:hover\:-mx-8\/24:hover {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xs\:hover\:-mx-9\/24:hover {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .xs\:hover\:-mx-10\/24:hover {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xs\:hover\:-mx-11\/24:hover {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .xs\:hover\:-mx-12\/24:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xs\:hover\:-mx-13\/24:hover {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .xs\:hover\:-mx-14\/24:hover {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xs\:hover\:-mx-15\/24:hover {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .xs\:hover\:-mx-16\/24:hover {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xs\:hover\:-mx-17\/24:hover {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .xs\:hover\:-mx-18\/24:hover {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xs\:hover\:-mx-19\/24:hover {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .xs\:hover\:-mx-20\/24:hover {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xs\:hover\:-mx-21\/24:hover {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .xs\:hover\:-mx-22\/24:hover {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xs\:hover\:-mx-23\/24:hover {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .xs\:hover\:-mx-24\/24:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xs\:hover\:-mx-screen-header:hover {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .xs\:hover\:-mx-screen-60:hover {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .xs\:hover\:-mx-screen-80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xs\:hover\:-mx-screen-85:hover {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .xs\:hover\:-mx-screen-90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .xs\:hover\:-mx-screen-95:hover {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .xs\:hover\:-mx-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .xs\:hover\:-mx-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .xs\:hover\:-mx-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .xs\:hover\:-mx-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .xs\:hover\:-mx-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .xs\:hover\:-mx-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .xs\:hover\:-mx-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .xs\:hover\:-mx-full-4:hover {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .xs\:hover\:-mx-account-body:hover {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .xs\:hover\:-mx-menu-center:hover {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .xs\:hover\:-mx-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .xs\:hover\:-mx-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .xs\:hover\:-mx-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .xs\:hover\:-mx-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .xs\:hover\:-mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .xs\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xs\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xs\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xs\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xs\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xs\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xs\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xs\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xs\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xs\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xs\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xs\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xs\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xs\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xs\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xs\:hover\:my-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xs\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xs\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xs\:hover\:my-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xs\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xs\:hover\:my-29:hover {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .xs\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xs\:hover\:my-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xs\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xs\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xs\:hover\:my-42:hover {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .xs\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xs\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xs\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xs\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xs\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xs\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xs\:hover\:my-68:hover {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .xs\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xs\:hover\:my-77:hover {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .xs\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xs\:hover\:my-82:hover {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .xs\:hover\:my-88:hover {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xs\:hover\:my-94:hover {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .xs\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xs\:hover\:my-98:hover {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .xs\:hover\:my-104:hover {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .xs\:hover\:my-108:hover {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .xs\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xs\:hover\:my-112:hover {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .xs\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xs\:hover\:my-128:hover {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .xs\:hover\:my-132:hover {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .xs\:hover\:my-134:hover {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .xs\:hover\:my-135:hover {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .xs\:hover\:my-136:hover {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .xs\:hover\:my-144:hover {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .xs\:hover\:my-152:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xs\:hover\:my-160:hover {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .xs\:hover\:my-164:hover {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .xs\:hover\:my-172:hover {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .xs\:hover\:my-179:hover {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .xs\:hover\:my-184:hover {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .xs\:hover\:my-192:hover {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .xs\:hover\:my-224:hover {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .xs\:hover\:my-240:hover {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .xs\:hover\:my-256:hover {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .xs\:hover\:my-265:hover {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .xs\:hover\:my-288:hover {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .xs\:hover\:my-384:hover {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .xs\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xs\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xs\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xs\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xs\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xs\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xs\:hover\:my-0\.75:hover {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xs\:hover\:my-4\.5:hover {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xs\:hover\:my-7\.5:hover {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xs\:hover\:my-9\.5:hover {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .xs\:hover\:my-9\.75:hover {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .xs\:hover\:my-12\.5:hover {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xs\:hover\:my-13\.5:hover {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .xs\:hover\:my-292\.5:hover {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .xs\:hover\:my-1\/24:hover {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .xs\:hover\:my-2\/24:hover {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xs\:hover\:my-3\/24:hover {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .xs\:hover\:my-4\/24:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xs\:hover\:my-5\/24:hover {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .xs\:hover\:my-6\/24:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xs\:hover\:my-7\/24:hover {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .xs\:hover\:my-8\/24:hover {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xs\:hover\:my-9\/24:hover {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .xs\:hover\:my-10\/24:hover {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .xs\:hover\:my-11\/24:hover {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .xs\:hover\:my-12\/24:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xs\:hover\:my-13\/24:hover {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .xs\:hover\:my-14\/24:hover {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xs\:hover\:my-15\/24:hover {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .xs\:hover\:my-16\/24:hover {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xs\:hover\:my-17\/24:hover {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .xs\:hover\:my-18\/24:hover {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xs\:hover\:my-19\/24:hover {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .xs\:hover\:my-20\/24:hover {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xs\:hover\:my-21\/24:hover {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .xs\:hover\:my-22\/24:hover {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xs\:hover\:my-23\/24:hover {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .xs\:hover\:my-24\/24:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xs\:hover\:my-screen-header:hover {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .xs\:hover\:my-screen-60:hover {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .xs\:hover\:my-screen-80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xs\:hover\:my-screen-85:hover {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .xs\:hover\:my-screen-90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .xs\:hover\:my-screen-95:hover {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .xs\:hover\:my-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .xs\:hover\:my-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .xs\:hover\:my-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .xs\:hover\:my-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .xs\:hover\:my-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .xs\:hover\:my-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .xs\:hover\:my-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .xs\:hover\:my-full-4:hover {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .xs\:hover\:my-account-body:hover {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .xs\:hover\:my-menu-center:hover {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .xs\:hover\:my-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .xs\:hover\:my-popup-full-width:hover {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .xs\:hover\:my-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .xs\:hover\:my-popup-full-height:hover {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .xs\:hover\:my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .xs\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xs\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xs\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xs\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xs\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xs\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xs\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xs\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xs\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xs\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xs\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xs\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xs\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xs\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xs\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xs\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xs\:hover\:-my-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xs\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xs\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xs\:hover\:-my-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xs\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xs\:hover\:-my-29:hover {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .xs\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xs\:hover\:-my-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xs\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xs\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xs\:hover\:-my-42:hover {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .xs\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xs\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xs\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xs\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xs\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xs\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xs\:hover\:-my-68:hover {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .xs\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xs\:hover\:-my-77:hover {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .xs\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xs\:hover\:-my-82:hover {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .xs\:hover\:-my-88:hover {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xs\:hover\:-my-94:hover {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .xs\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xs\:hover\:-my-98:hover {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .xs\:hover\:-my-104:hover {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .xs\:hover\:-my-108:hover {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .xs\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xs\:hover\:-my-112:hover {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .xs\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xs\:hover\:-my-128:hover {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .xs\:hover\:-my-132:hover {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .xs\:hover\:-my-134:hover {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .xs\:hover\:-my-135:hover {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .xs\:hover\:-my-136:hover {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .xs\:hover\:-my-144:hover {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .xs\:hover\:-my-152:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xs\:hover\:-my-160:hover {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .xs\:hover\:-my-164:hover {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .xs\:hover\:-my-172:hover {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .xs\:hover\:-my-179:hover {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .xs\:hover\:-my-184:hover {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .xs\:hover\:-my-192:hover {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .xs\:hover\:-my-224:hover {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .xs\:hover\:-my-240:hover {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .xs\:hover\:-my-256:hover {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .xs\:hover\:-my-265:hover {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .xs\:hover\:-my-288:hover {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .xs\:hover\:-my-384:hover {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .xs\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xs\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xs\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xs\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xs\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xs\:hover\:-my-0\.75:hover {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xs\:hover\:-my-4\.5:hover {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xs\:hover\:-my-7\.5:hover {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xs\:hover\:-my-9\.5:hover {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .xs\:hover\:-my-9\.75:hover {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .xs\:hover\:-my-12\.5:hover {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xs\:hover\:-my-13\.5:hover {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .xs\:hover\:-my-292\.5:hover {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .xs\:hover\:-my-1\/24:hover {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .xs\:hover\:-my-2\/24:hover {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xs\:hover\:-my-3\/24:hover {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .xs\:hover\:-my-4\/24:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xs\:hover\:-my-5\/24:hover {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .xs\:hover\:-my-6\/24:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xs\:hover\:-my-7\/24:hover {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .xs\:hover\:-my-8\/24:hover {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xs\:hover\:-my-9\/24:hover {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .xs\:hover\:-my-10\/24:hover {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xs\:hover\:-my-11\/24:hover {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .xs\:hover\:-my-12\/24:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xs\:hover\:-my-13\/24:hover {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .xs\:hover\:-my-14\/24:hover {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xs\:hover\:-my-15\/24:hover {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .xs\:hover\:-my-16\/24:hover {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xs\:hover\:-my-17\/24:hover {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .xs\:hover\:-my-18\/24:hover {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xs\:hover\:-my-19\/24:hover {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .xs\:hover\:-my-20\/24:hover {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xs\:hover\:-my-21\/24:hover {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .xs\:hover\:-my-22\/24:hover {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xs\:hover\:-my-23\/24:hover {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .xs\:hover\:-my-24\/24:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xs\:hover\:-my-screen-header:hover {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .xs\:hover\:-my-screen-60:hover {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .xs\:hover\:-my-screen-80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xs\:hover\:-my-screen-85:hover {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .xs\:hover\:-my-screen-90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .xs\:hover\:-my-screen-95:hover {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .xs\:hover\:-my-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .xs\:hover\:-my-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .xs\:hover\:-my-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .xs\:hover\:-my-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .xs\:hover\:-my-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .xs\:hover\:-my-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .xs\:hover\:-my-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .xs\:hover\:-my-full-4:hover {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .xs\:hover\:-my-account-body:hover {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .xs\:hover\:-my-menu-center:hover {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .xs\:hover\:-my-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .xs\:hover\:-my-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .xs\:hover\:-my-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .xs\:hover\:-my-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .xs\:hover\:-my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .xs\:mt-0 {
    margin-top: 0px;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem;
  }

  .xs\:mt-3 {
    margin-top: 0.75rem;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mt-7 {
    margin-top: 1.75rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mt-9 {
    margin-top: 2.25rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

  .xs\:mt-11 {
    margin-top: 2.75rem;
  }

  .xs\:mt-12 {
    margin-top: 3rem;
  }

  .xs\:mt-14 {
    margin-top: 3.5rem;
  }

  .xs\:mt-16 {
    margin-top: 4rem;
  }

  .xs\:mt-18 {
    margin-top: 4.5rem;
  }

  .xs\:mt-20 {
    margin-top: 5rem;
  }

  .xs\:mt-21 {
    margin-top: 5.25rem;
  }

  .xs\:mt-22 {
    margin-top: 5.5rem;
  }

  .xs\:mt-24 {
    margin-top: 6rem;
  }

  .xs\:mt-26 {
    margin-top: 6.5rem;
  }

  .xs\:mt-28 {
    margin-top: 7rem;
  }

  .xs\:mt-29 {
    margin-top: 7.25rem;
  }

  .xs\:mt-32 {
    margin-top: 8rem;
  }

  .xs\:mt-34 {
    margin-top: 8.5rem;
  }

  .xs\:mt-36 {
    margin-top: 9rem;
  }

  .xs\:mt-40 {
    margin-top: 10rem;
  }

  .xs\:mt-42 {
    margin-top: 10.5rem;
  }

  .xs\:mt-44 {
    margin-top: 11rem;
  }

  .xs\:mt-48 {
    margin-top: 12rem;
  }

  .xs\:mt-52 {
    margin-top: 13rem;
  }

  .xs\:mt-56 {
    margin-top: 14rem;
  }

  .xs\:mt-60 {
    margin-top: 15rem;
  }

  .xs\:mt-64 {
    margin-top: 16rem;
  }

  .xs\:mt-68 {
    margin-top: 17rem;
  }

  .xs\:mt-72 {
    margin-top: 18rem;
  }

  .xs\:mt-77 {
    margin-top: 19.25rem;
  }

  .xs\:mt-80 {
    margin-top: 20rem;
  }

  .xs\:mt-82 {
    margin-top: 20.5rem;
  }

  .xs\:mt-88 {
    margin-top: 22rem;
  }

  .xs\:mt-94 {
    margin-top: 23.5rem;
  }

  .xs\:mt-96 {
    margin-top: 24rem;
  }

  .xs\:mt-98 {
    margin-top: 24.5rem;
  }

  .xs\:mt-104 {
    margin-top: 26rem;
  }

  .xs\:mt-108 {
    margin-top: 27rem;
  }

  .xs\:mt-110 {
    margin-top: 27.5rem;
  }

  .xs\:mt-112 {
    margin-top: 28rem;
  }

  .xs\:mt-120 {
    margin-top: 30rem;
  }

  .xs\:mt-128 {
    margin-top: 32rem;
  }

  .xs\:mt-132 {
    margin-top: 33rem;
  }

  .xs\:mt-134 {
    margin-top: 33.5rem;
  }

  .xs\:mt-135 {
    margin-top: 33.75rem;
  }

  .xs\:mt-136 {
    margin-top: 34rem;
  }

  .xs\:mt-144 {
    margin-top: 36rem;
  }

  .xs\:mt-152 {
    margin-top: 38rem;
  }

  .xs\:mt-160 {
    margin-top: 40rem;
  }

  .xs\:mt-164 {
    margin-top: 41rem;
  }

  .xs\:mt-172 {
    margin-top: 43rem;
  }

  .xs\:mt-179 {
    margin-top: 44.75rem;
  }

  .xs\:mt-184 {
    margin-top: 46rem;
  }

  .xs\:mt-192 {
    margin-top: 48rem;
  }

  .xs\:mt-224 {
    margin-top: 56rem;
  }

  .xs\:mt-240 {
    margin-top: 60rem;
  }

  .xs\:mt-256 {
    margin-top: 64rem;
  }

  .xs\:mt-265 {
    margin-top: 66.25rem;
  }

  .xs\:mt-288 {
    margin-top: 72rem;
  }

  .xs\:mt-384 {
    margin-top: 96rem;
  }

  .xs\:mt-auto {
    margin-top: auto;
  }

  .xs\:mt-px {
    margin-top: 1px;
  }

  .xs\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xs\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xs\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xs\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xs\:mt-0\.75 {
    margin-top: 0.1875rem;
  }

  .xs\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .xs\:mt-7\.5 {
    margin-top: 1.875rem;
  }

  .xs\:mt-9\.5 {
    margin-top: 2.375rem;
  }

  .xs\:mt-9\.75 {
    margin-top: 2.4375rem;
  }

  .xs\:mt-12\.5 {
    margin-top: 3.125rem;
  }

  .xs\:mt-13\.5 {
    margin-top: 3.375rem;
  }

  .xs\:mt-292\.5 {
    margin-top: 73.125rem;
  }

  .xs\:mt-1\/24 {
    margin-top: 4.166667%;
  }

  .xs\:mt-2\/24 {
    margin-top: 8.333333%;
  }

  .xs\:mt-3\/24 {
    margin-top: 12.5%;
  }

  .xs\:mt-4\/24 {
    margin-top: 16.666667%;
  }

  .xs\:mt-5\/24 {
    margin-top: 20.833333%;
  }

  .xs\:mt-6\/24 {
    margin-top: 25%;
  }

  .xs\:mt-7\/24 {
    margin-top: 29.166666%;
  }

  .xs\:mt-8\/24 {
    margin-top: 33.333333%;
  }

  .xs\:mt-9\/24 {
    margin-top: 37.5%;
  }

  .xs\:mt-10\/24 {
    margin-top: 41.666666%;
  }

  .xs\:mt-11\/24 {
    margin-top: 45.833333%;
  }

  .xs\:mt-12\/24 {
    margin-top: 50%;
  }

  .xs\:mt-13\/24 {
    margin-top: 54.166666%;
  }

  .xs\:mt-14\/24 {
    margin-top: 58.333333%;
  }

  .xs\:mt-15\/24 {
    margin-top: 62.5%;
  }

  .xs\:mt-16\/24 {
    margin-top: 66.666667%;
  }

  .xs\:mt-17\/24 {
    margin-top: 70.833333%;
  }

  .xs\:mt-18\/24 {
    margin-top: 75%;
  }

  .xs\:mt-19\/24 {
    margin-top: 79.166667%;
  }

  .xs\:mt-20\/24 {
    margin-top: 83.333333%;
  }

  .xs\:mt-21\/24 {
    margin-top: 87.5%;
  }

  .xs\:mt-22\/24 {
    margin-top: 91.666667%;
  }

  .xs\:mt-23\/24 {
    margin-top: 95.833333%;
  }

  .xs\:mt-24\/24 {
    margin-top: 100%;
  }

  .xs\:mt-screen-header {
    margin-top: 41.55vw;
  }

  .xs\:mt-screen-60 {
    margin-top: 60vh;
  }

  .xs\:mt-screen-80 {
    margin-top: 80vh;
  }

  .xs\:mt-screen-85 {
    margin-top: 85vh;
  }

  .xs\:mt-screen-90 {
    margin-top: 90vh;
  }

  .xs\:mt-screen-95 {
    margin-top: 95vh;
  }

  .xs\:mt-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
  }

  .xs\:mt-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
  }

  .xs\:mt-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
  }

  .xs\:mt-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
  }

  .xs\:mt-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
  }

  .xs\:mt-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
  }

  .xs\:mt-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
  }

  .xs\:mt-full-4 {
    margin-top: calc(100% - 16px);
  }

  .xs\:mt-account-body {
    margin-top: calc(100vw - 304px);
  }

  .xs\:mt-menu-center {
    margin-top: calc(50% - 288px);
  }

  .xs\:mt-tutorials-hidden {
    margin-top: calc(100% - 56px);
  }

  .xs\:mt-popup-full-width {
    margin-top: calc(100% + 32px);
  }

  .xs\:mt-popup-full-width-md {
    margin-top: calc(100% + 64px);
  }

  .xs\:mt-popup-full-height {
    margin-top: calc(100% + 68px);
  }

  .xs\:mt-max-content {
    margin-top: max-content;
  }

  .xs\:-mt-0 {
    margin-top: 0px;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xs\:-mt-4 {
    margin-top: -1rem;
  }

  .xs\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xs\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xs\:-mt-8 {
    margin-top: -2rem;
  }

  .xs\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xs\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xs\:-mt-12 {
    margin-top: -3rem;
  }

  .xs\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xs\:-mt-16 {
    margin-top: -4rem;
  }

  .xs\:-mt-18 {
    margin-top: -4.5rem;
  }

  .xs\:-mt-20 {
    margin-top: -5rem;
  }

  .xs\:-mt-21 {
    margin-top: -5.25rem;
  }

  .xs\:-mt-22 {
    margin-top: -5.5rem;
  }

  .xs\:-mt-24 {
    margin-top: -6rem;
  }

  .xs\:-mt-26 {
    margin-top: -6.5rem;
  }

  .xs\:-mt-28 {
    margin-top: -7rem;
  }

  .xs\:-mt-29 {
    margin-top: -7.25rem;
  }

  .xs\:-mt-32 {
    margin-top: -8rem;
  }

  .xs\:-mt-34 {
    margin-top: -8.5rem;
  }

  .xs\:-mt-36 {
    margin-top: -9rem;
  }

  .xs\:-mt-40 {
    margin-top: -10rem;
  }

  .xs\:-mt-42 {
    margin-top: -10.5rem;
  }

  .xs\:-mt-44 {
    margin-top: -11rem;
  }

  .xs\:-mt-48 {
    margin-top: -12rem;
  }

  .xs\:-mt-52 {
    margin-top: -13rem;
  }

  .xs\:-mt-56 {
    margin-top: -14rem;
  }

  .xs\:-mt-60 {
    margin-top: -15rem;
  }

  .xs\:-mt-64 {
    margin-top: -16rem;
  }

  .xs\:-mt-68 {
    margin-top: -17rem;
  }

  .xs\:-mt-72 {
    margin-top: -18rem;
  }

  .xs\:-mt-77 {
    margin-top: -19.25rem;
  }

  .xs\:-mt-80 {
    margin-top: -20rem;
  }

  .xs\:-mt-82 {
    margin-top: -20.5rem;
  }

  .xs\:-mt-88 {
    margin-top: -22rem;
  }

  .xs\:-mt-94 {
    margin-top: -23.5rem;
  }

  .xs\:-mt-96 {
    margin-top: -24rem;
  }

  .xs\:-mt-98 {
    margin-top: -24.5rem;
  }

  .xs\:-mt-104 {
    margin-top: -26rem;
  }

  .xs\:-mt-108 {
    margin-top: -27rem;
  }

  .xs\:-mt-110 {
    margin-top: -27.5rem;
  }

  .xs\:-mt-112 {
    margin-top: -28rem;
  }

  .xs\:-mt-120 {
    margin-top: -30rem;
  }

  .xs\:-mt-128 {
    margin-top: -32rem;
  }

  .xs\:-mt-132 {
    margin-top: -33rem;
  }

  .xs\:-mt-134 {
    margin-top: -33.5rem;
  }

  .xs\:-mt-135 {
    margin-top: -33.75rem;
  }

  .xs\:-mt-136 {
    margin-top: -34rem;
  }

  .xs\:-mt-144 {
    margin-top: -36rem;
  }

  .xs\:-mt-152 {
    margin-top: -38rem;
  }

  .xs\:-mt-160 {
    margin-top: -40rem;
  }

  .xs\:-mt-164 {
    margin-top: -41rem;
  }

  .xs\:-mt-172 {
    margin-top: -43rem;
  }

  .xs\:-mt-179 {
    margin-top: -44.75rem;
  }

  .xs\:-mt-184 {
    margin-top: -46rem;
  }

  .xs\:-mt-192 {
    margin-top: -48rem;
  }

  .xs\:-mt-224 {
    margin-top: -56rem;
  }

  .xs\:-mt-240 {
    margin-top: -60rem;
  }

  .xs\:-mt-256 {
    margin-top: -64rem;
  }

  .xs\:-mt-265 {
    margin-top: -66.25rem;
  }

  .xs\:-mt-288 {
    margin-top: -72rem;
  }

  .xs\:-mt-384 {
    margin-top: -96rem;
  }

  .xs\:-mt-px {
    margin-top: -1px;
  }

  .xs\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xs\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xs\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xs\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xs\:-mt-0\.75 {
    margin-top: -0.1875rem;
  }

  .xs\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .xs\:-mt-7\.5 {
    margin-top: -1.875rem;
  }

  .xs\:-mt-9\.5 {
    margin-top: -2.375rem;
  }

  .xs\:-mt-9\.75 {
    margin-top: -2.4375rem;
  }

  .xs\:-mt-12\.5 {
    margin-top: -3.125rem;
  }

  .xs\:-mt-13\.5 {
    margin-top: -3.375rem;
  }

  .xs\:-mt-292\.5 {
    margin-top: -73.125rem;
  }

  .xs\:-mt-1\/24 {
    margin-top: -4.16667%;
  }

  .xs\:-mt-2\/24 {
    margin-top: -8.33333%;
  }

  .xs\:-mt-3\/24 {
    margin-top: -12.5%;
  }

  .xs\:-mt-4\/24 {
    margin-top: -16.66667%;
  }

  .xs\:-mt-5\/24 {
    margin-top: -20.83333%;
  }

  .xs\:-mt-6\/24 {
    margin-top: -25%;
  }

  .xs\:-mt-7\/24 {
    margin-top: -29.16667%;
  }

  .xs\:-mt-8\/24 {
    margin-top: -33.33333%;
  }

  .xs\:-mt-9\/24 {
    margin-top: -37.5%;
  }

  .xs\:-mt-10\/24 {
    margin-top: -41.66667%;
  }

  .xs\:-mt-11\/24 {
    margin-top: -45.83333%;
  }

  .xs\:-mt-12\/24 {
    margin-top: -50%;
  }

  .xs\:-mt-13\/24 {
    margin-top: -54.16667%;
  }

  .xs\:-mt-14\/24 {
    margin-top: -58.33333%;
  }

  .xs\:-mt-15\/24 {
    margin-top: -62.5%;
  }

  .xs\:-mt-16\/24 {
    margin-top: -66.66667%;
  }

  .xs\:-mt-17\/24 {
    margin-top: -70.83333%;
  }

  .xs\:-mt-18\/24 {
    margin-top: -75%;
  }

  .xs\:-mt-19\/24 {
    margin-top: -79.16667%;
  }

  .xs\:-mt-20\/24 {
    margin-top: -83.33333%;
  }

  .xs\:-mt-21\/24 {
    margin-top: -87.5%;
  }

  .xs\:-mt-22\/24 {
    margin-top: -91.66667%;
  }

  .xs\:-mt-23\/24 {
    margin-top: -95.83333%;
  }

  .xs\:-mt-24\/24 {
    margin-top: -100%;
  }

  .xs\:-mt-screen-header {
    margin-top: -41.55vw;
  }

  .xs\:-mt-screen-60 {
    margin-top: -60vh;
  }

  .xs\:-mt-screen-80 {
    margin-top: -80vh;
  }

  .xs\:-mt-screen-85 {
    margin-top: -85vh;
  }

  .xs\:-mt-screen-90 {
    margin-top: -90vh;
  }

  .xs\:-mt-screen-95 {
    margin-top: -95vh;
  }

  .xs\:-mt-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
  }

  .xs\:-mt-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
  }

  .xs\:-mt-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
  }

  .xs\:-mt-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
  }

  .xs\:-mt-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
  }

  .xs\:-mt-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
  }

  .xs\:-mt-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
  }

  .xs\:-mt-full-4 {
    margin-top: calc(-100% - -16px);
  }

  .xs\:-mt-account-body {
    margin-top: calc(-100vw - -304px);
  }

  .xs\:-mt-menu-center {
    margin-top: calc(-50% - -288px);
  }

  .xs\:-mt-tutorials-hidden {
    margin-top: calc(-100% - -56px);
  }

  .xs\:-mt-popup-full-width {
    margin-top: calc(-100% + -32px);
  }

  .xs\:-mt-popup-full-width-md {
    margin-top: calc(-100% + -64px);
  }

  .xs\:-mt-popup-full-height {
    margin-top: calc(-100% + -68px);
  }

  .xs\:-mt-max-content {
    margin-top: max-content;
  }

  .xs\:mr-0 {
    margin-right: 0px;
  }

  .xs\:mr-1 {
    margin-right: 0.25rem;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem;
  }

  .xs\:mr-3 {
    margin-right: 0.75rem;
  }

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem;
  }

  .xs\:mr-7 {
    margin-right: 1.75rem;
  }

  .xs\:mr-8 {
    margin-right: 2rem;
  }

  .xs\:mr-9 {
    margin-right: 2.25rem;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem;
  }

  .xs\:mr-11 {
    margin-right: 2.75rem;
  }

  .xs\:mr-12 {
    margin-right: 3rem;
  }

  .xs\:mr-14 {
    margin-right: 3.5rem;
  }

  .xs\:mr-16 {
    margin-right: 4rem;
  }

  .xs\:mr-18 {
    margin-right: 4.5rem;
  }

  .xs\:mr-20 {
    margin-right: 5rem;
  }

  .xs\:mr-21 {
    margin-right: 5.25rem;
  }

  .xs\:mr-22 {
    margin-right: 5.5rem;
  }

  .xs\:mr-24 {
    margin-right: 6rem;
  }

  .xs\:mr-26 {
    margin-right: 6.5rem;
  }

  .xs\:mr-28 {
    margin-right: 7rem;
  }

  .xs\:mr-29 {
    margin-right: 7.25rem;
  }

  .xs\:mr-32 {
    margin-right: 8rem;
  }

  .xs\:mr-34 {
    margin-right: 8.5rem;
  }

  .xs\:mr-36 {
    margin-right: 9rem;
  }

  .xs\:mr-40 {
    margin-right: 10rem;
  }

  .xs\:mr-42 {
    margin-right: 10.5rem;
  }

  .xs\:mr-44 {
    margin-right: 11rem;
  }

  .xs\:mr-48 {
    margin-right: 12rem;
  }

  .xs\:mr-52 {
    margin-right: 13rem;
  }

  .xs\:mr-56 {
    margin-right: 14rem;
  }

  .xs\:mr-60 {
    margin-right: 15rem;
  }

  .xs\:mr-64 {
    margin-right: 16rem;
  }

  .xs\:mr-68 {
    margin-right: 17rem;
  }

  .xs\:mr-72 {
    margin-right: 18rem;
  }

  .xs\:mr-77 {
    margin-right: 19.25rem;
  }

  .xs\:mr-80 {
    margin-right: 20rem;
  }

  .xs\:mr-82 {
    margin-right: 20.5rem;
  }

  .xs\:mr-88 {
    margin-right: 22rem;
  }

  .xs\:mr-94 {
    margin-right: 23.5rem;
  }

  .xs\:mr-96 {
    margin-right: 24rem;
  }

  .xs\:mr-98 {
    margin-right: 24.5rem;
  }

  .xs\:mr-104 {
    margin-right: 26rem;
  }

  .xs\:mr-108 {
    margin-right: 27rem;
  }

  .xs\:mr-110 {
    margin-right: 27.5rem;
  }

  .xs\:mr-112 {
    margin-right: 28rem;
  }

  .xs\:mr-120 {
    margin-right: 30rem;
  }

  .xs\:mr-128 {
    margin-right: 32rem;
  }

  .xs\:mr-132 {
    margin-right: 33rem;
  }

  .xs\:mr-134 {
    margin-right: 33.5rem;
  }

  .xs\:mr-135 {
    margin-right: 33.75rem;
  }

  .xs\:mr-136 {
    margin-right: 34rem;
  }

  .xs\:mr-144 {
    margin-right: 36rem;
  }

  .xs\:mr-152 {
    margin-right: 38rem;
  }

  .xs\:mr-160 {
    margin-right: 40rem;
  }

  .xs\:mr-164 {
    margin-right: 41rem;
  }

  .xs\:mr-172 {
    margin-right: 43rem;
  }

  .xs\:mr-179 {
    margin-right: 44.75rem;
  }

  .xs\:mr-184 {
    margin-right: 46rem;
  }

  .xs\:mr-192 {
    margin-right: 48rem;
  }

  .xs\:mr-224 {
    margin-right: 56rem;
  }

  .xs\:mr-240 {
    margin-right: 60rem;
  }

  .xs\:mr-256 {
    margin-right: 64rem;
  }

  .xs\:mr-265 {
    margin-right: 66.25rem;
  }

  .xs\:mr-288 {
    margin-right: 72rem;
  }

  .xs\:mr-384 {
    margin-right: 96rem;
  }

  .xs\:mr-auto {
    margin-right: auto;
  }

  .xs\:mr-px {
    margin-right: 1px;
  }

  .xs\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xs\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xs\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xs\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xs\:mr-0\.75 {
    margin-right: 0.1875rem;
  }

  .xs\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .xs\:mr-7\.5 {
    margin-right: 1.875rem;
  }

  .xs\:mr-9\.5 {
    margin-right: 2.375rem;
  }

  .xs\:mr-9\.75 {
    margin-right: 2.4375rem;
  }

  .xs\:mr-12\.5 {
    margin-right: 3.125rem;
  }

  .xs\:mr-13\.5 {
    margin-right: 3.375rem;
  }

  .xs\:mr-292\.5 {
    margin-right: 73.125rem;
  }

  .xs\:mr-1\/24 {
    margin-right: 4.166667%;
  }

  .xs\:mr-2\/24 {
    margin-right: 8.333333%;
  }

  .xs\:mr-3\/24 {
    margin-right: 12.5%;
  }

  .xs\:mr-4\/24 {
    margin-right: 16.666667%;
  }

  .xs\:mr-5\/24 {
    margin-right: 20.833333%;
  }

  .xs\:mr-6\/24 {
    margin-right: 25%;
  }

  .xs\:mr-7\/24 {
    margin-right: 29.166666%;
  }

  .xs\:mr-8\/24 {
    margin-right: 33.333333%;
  }

  .xs\:mr-9\/24 {
    margin-right: 37.5%;
  }

  .xs\:mr-10\/24 {
    margin-right: 41.666666%;
  }

  .xs\:mr-11\/24 {
    margin-right: 45.833333%;
  }

  .xs\:mr-12\/24 {
    margin-right: 50%;
  }

  .xs\:mr-13\/24 {
    margin-right: 54.166666%;
  }

  .xs\:mr-14\/24 {
    margin-right: 58.333333%;
  }

  .xs\:mr-15\/24 {
    margin-right: 62.5%;
  }

  .xs\:mr-16\/24 {
    margin-right: 66.666667%;
  }

  .xs\:mr-17\/24 {
    margin-right: 70.833333%;
  }

  .xs\:mr-18\/24 {
    margin-right: 75%;
  }

  .xs\:mr-19\/24 {
    margin-right: 79.166667%;
  }

  .xs\:mr-20\/24 {
    margin-right: 83.333333%;
  }

  .xs\:mr-21\/24 {
    margin-right: 87.5%;
  }

  .xs\:mr-22\/24 {
    margin-right: 91.666667%;
  }

  .xs\:mr-23\/24 {
    margin-right: 95.833333%;
  }

  .xs\:mr-24\/24 {
    margin-right: 100%;
  }

  .xs\:mr-screen-header {
    margin-right: 41.55vw;
  }

  .xs\:mr-screen-60 {
    margin-right: 60vh;
  }

  .xs\:mr-screen-80 {
    margin-right: 80vh;
  }

  .xs\:mr-screen-85 {
    margin-right: 85vh;
  }

  .xs\:mr-screen-90 {
    margin-right: 90vh;
  }

  .xs\:mr-screen-95 {
    margin-right: 95vh;
  }

  .xs\:mr-screen-minus-header {
    margin-right: calc(100vh - 5.25rem);
  }

  .xs\:mr-screen-minus-35\.5 {
    margin-right: calc(100vh - 8.875rem);
  }

  .xs\:mr-screen-minus-36 {
    margin-right: calc(100vh - 9rem);
  }

  .xs\:mr-screen-minus-40 {
    margin-right: calc(100vh - 10rem);
  }

  .xs\:mr-screen-minus-55 {
    margin-right: calc(100vh - 13.75rem);
  }

  .xs\:mr-screen-minus-72 {
    margin-right: calc(100vh - 18rem);
  }

  .xs\:mr-screen-minus-80 {
    margin-right: calc(100vh - 20rem);
  }

  .xs\:mr-full-4 {
    margin-right: calc(100% - 16px);
  }

  .xs\:mr-account-body {
    margin-right: calc(100vw - 304px);
  }

  .xs\:mr-menu-center {
    margin-right: calc(50% - 288px);
  }

  .xs\:mr-tutorials-hidden {
    margin-right: calc(100% - 56px);
  }

  .xs\:mr-popup-full-width {
    margin-right: calc(100% + 32px);
  }

  .xs\:mr-popup-full-width-md {
    margin-right: calc(100% + 64px);
  }

  .xs\:mr-popup-full-height {
    margin-right: calc(100% + 68px);
  }

  .xs\:mr-max-content {
    margin-right: max-content;
  }

  .xs\:-mr-0 {
    margin-right: 0px;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xs\:-mr-4 {
    margin-right: -1rem;
  }

  .xs\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xs\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xs\:-mr-8 {
    margin-right: -2rem;
  }

  .xs\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xs\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xs\:-mr-12 {
    margin-right: -3rem;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xs\:-mr-16 {
    margin-right: -4rem;
  }

  .xs\:-mr-18 {
    margin-right: -4.5rem;
  }

  .xs\:-mr-20 {
    margin-right: -5rem;
  }

  .xs\:-mr-21 {
    margin-right: -5.25rem;
  }

  .xs\:-mr-22 {
    margin-right: -5.5rem;
  }

  .xs\:-mr-24 {
    margin-right: -6rem;
  }

  .xs\:-mr-26 {
    margin-right: -6.5rem;
  }

  .xs\:-mr-28 {
    margin-right: -7rem;
  }

  .xs\:-mr-29 {
    margin-right: -7.25rem;
  }

  .xs\:-mr-32 {
    margin-right: -8rem;
  }

  .xs\:-mr-34 {
    margin-right: -8.5rem;
  }

  .xs\:-mr-36 {
    margin-right: -9rem;
  }

  .xs\:-mr-40 {
    margin-right: -10rem;
  }

  .xs\:-mr-42 {
    margin-right: -10.5rem;
  }

  .xs\:-mr-44 {
    margin-right: -11rem;
  }

  .xs\:-mr-48 {
    margin-right: -12rem;
  }

  .xs\:-mr-52 {
    margin-right: -13rem;
  }

  .xs\:-mr-56 {
    margin-right: -14rem;
  }

  .xs\:-mr-60 {
    margin-right: -15rem;
  }

  .xs\:-mr-64 {
    margin-right: -16rem;
  }

  .xs\:-mr-68 {
    margin-right: -17rem;
  }

  .xs\:-mr-72 {
    margin-right: -18rem;
  }

  .xs\:-mr-77 {
    margin-right: -19.25rem;
  }

  .xs\:-mr-80 {
    margin-right: -20rem;
  }

  .xs\:-mr-82 {
    margin-right: -20.5rem;
  }

  .xs\:-mr-88 {
    margin-right: -22rem;
  }

  .xs\:-mr-94 {
    margin-right: -23.5rem;
  }

  .xs\:-mr-96 {
    margin-right: -24rem;
  }

  .xs\:-mr-98 {
    margin-right: -24.5rem;
  }

  .xs\:-mr-104 {
    margin-right: -26rem;
  }

  .xs\:-mr-108 {
    margin-right: -27rem;
  }

  .xs\:-mr-110 {
    margin-right: -27.5rem;
  }

  .xs\:-mr-112 {
    margin-right: -28rem;
  }

  .xs\:-mr-120 {
    margin-right: -30rem;
  }

  .xs\:-mr-128 {
    margin-right: -32rem;
  }

  .xs\:-mr-132 {
    margin-right: -33rem;
  }

  .xs\:-mr-134 {
    margin-right: -33.5rem;
  }

  .xs\:-mr-135 {
    margin-right: -33.75rem;
  }

  .xs\:-mr-136 {
    margin-right: -34rem;
  }

  .xs\:-mr-144 {
    margin-right: -36rem;
  }

  .xs\:-mr-152 {
    margin-right: -38rem;
  }

  .xs\:-mr-160 {
    margin-right: -40rem;
  }

  .xs\:-mr-164 {
    margin-right: -41rem;
  }

  .xs\:-mr-172 {
    margin-right: -43rem;
  }

  .xs\:-mr-179 {
    margin-right: -44.75rem;
  }

  .xs\:-mr-184 {
    margin-right: -46rem;
  }

  .xs\:-mr-192 {
    margin-right: -48rem;
  }

  .xs\:-mr-224 {
    margin-right: -56rem;
  }

  .xs\:-mr-240 {
    margin-right: -60rem;
  }

  .xs\:-mr-256 {
    margin-right: -64rem;
  }

  .xs\:-mr-265 {
    margin-right: -66.25rem;
  }

  .xs\:-mr-288 {
    margin-right: -72rem;
  }

  .xs\:-mr-384 {
    margin-right: -96rem;
  }

  .xs\:-mr-px {
    margin-right: -1px;
  }

  .xs\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xs\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xs\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xs\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xs\:-mr-0\.75 {
    margin-right: -0.1875rem;
  }

  .xs\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .xs\:-mr-7\.5 {
    margin-right: -1.875rem;
  }

  .xs\:-mr-9\.5 {
    margin-right: -2.375rem;
  }

  .xs\:-mr-9\.75 {
    margin-right: -2.4375rem;
  }

  .xs\:-mr-12\.5 {
    margin-right: -3.125rem;
  }

  .xs\:-mr-13\.5 {
    margin-right: -3.375rem;
  }

  .xs\:-mr-292\.5 {
    margin-right: -73.125rem;
  }

  .xs\:-mr-1\/24 {
    margin-right: -4.16667%;
  }

  .xs\:-mr-2\/24 {
    margin-right: -8.33333%;
  }

  .xs\:-mr-3\/24 {
    margin-right: -12.5%;
  }

  .xs\:-mr-4\/24 {
    margin-right: -16.66667%;
  }

  .xs\:-mr-5\/24 {
    margin-right: -20.83333%;
  }

  .xs\:-mr-6\/24 {
    margin-right: -25%;
  }

  .xs\:-mr-7\/24 {
    margin-right: -29.16667%;
  }

  .xs\:-mr-8\/24 {
    margin-right: -33.33333%;
  }

  .xs\:-mr-9\/24 {
    margin-right: -37.5%;
  }

  .xs\:-mr-10\/24 {
    margin-right: -41.66667%;
  }

  .xs\:-mr-11\/24 {
    margin-right: -45.83333%;
  }

  .xs\:-mr-12\/24 {
    margin-right: -50%;
  }

  .xs\:-mr-13\/24 {
    margin-right: -54.16667%;
  }

  .xs\:-mr-14\/24 {
    margin-right: -58.33333%;
  }

  .xs\:-mr-15\/24 {
    margin-right: -62.5%;
  }

  .xs\:-mr-16\/24 {
    margin-right: -66.66667%;
  }

  .xs\:-mr-17\/24 {
    margin-right: -70.83333%;
  }

  .xs\:-mr-18\/24 {
    margin-right: -75%;
  }

  .xs\:-mr-19\/24 {
    margin-right: -79.16667%;
  }

  .xs\:-mr-20\/24 {
    margin-right: -83.33333%;
  }

  .xs\:-mr-21\/24 {
    margin-right: -87.5%;
  }

  .xs\:-mr-22\/24 {
    margin-right: -91.66667%;
  }

  .xs\:-mr-23\/24 {
    margin-right: -95.83333%;
  }

  .xs\:-mr-24\/24 {
    margin-right: -100%;
  }

  .xs\:-mr-screen-header {
    margin-right: -41.55vw;
  }

  .xs\:-mr-screen-60 {
    margin-right: -60vh;
  }

  .xs\:-mr-screen-80 {
    margin-right: -80vh;
  }

  .xs\:-mr-screen-85 {
    margin-right: -85vh;
  }

  .xs\:-mr-screen-90 {
    margin-right: -90vh;
  }

  .xs\:-mr-screen-95 {
    margin-right: -95vh;
  }

  .xs\:-mr-screen-minus-header {
    margin-right: calc(-100vh - -5.25rem);
  }

  .xs\:-mr-screen-minus-35\.5 {
    margin-right: calc(-100vh - -8.875rem);
  }

  .xs\:-mr-screen-minus-36 {
    margin-right: calc(-100vh - -9rem);
  }

  .xs\:-mr-screen-minus-40 {
    margin-right: calc(-100vh - -10rem);
  }

  .xs\:-mr-screen-minus-55 {
    margin-right: calc(-100vh - -13.75rem);
  }

  .xs\:-mr-screen-minus-72 {
    margin-right: calc(-100vh - -18rem);
  }

  .xs\:-mr-screen-minus-80 {
    margin-right: calc(-100vh - -20rem);
  }

  .xs\:-mr-full-4 {
    margin-right: calc(-100% - -16px);
  }

  .xs\:-mr-account-body {
    margin-right: calc(-100vw - -304px);
  }

  .xs\:-mr-menu-center {
    margin-right: calc(-50% - -288px);
  }

  .xs\:-mr-tutorials-hidden {
    margin-right: calc(-100% - -56px);
  }

  .xs\:-mr-popup-full-width {
    margin-right: calc(-100% + -32px);
  }

  .xs\:-mr-popup-full-width-md {
    margin-right: calc(-100% + -64px);
  }

  .xs\:-mr-popup-full-height {
    margin-right: calc(-100% + -68px);
  }

  .xs\:-mr-max-content {
    margin-right: max-content;
  }

  .xs\:mb-0 {
    margin-bottom: 0px;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xs\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xs\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem;
  }

  .xs\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xs\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xs\:mb-12 {
    margin-bottom: 3rem;
  }

  .xs\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xs\:mb-16 {
    margin-bottom: 4rem;
  }

  .xs\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .xs\:mb-20 {
    margin-bottom: 5rem;
  }

  .xs\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .xs\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem;
  }

  .xs\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .xs\:mb-28 {
    margin-bottom: 7rem;
  }

  .xs\:mb-29 {
    margin-bottom: 7.25rem;
  }

  .xs\:mb-32 {
    margin-bottom: 8rem;
  }

  .xs\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .xs\:mb-36 {
    margin-bottom: 9rem;
  }

  .xs\:mb-40 {
    margin-bottom: 10rem;
  }

  .xs\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .xs\:mb-44 {
    margin-bottom: 11rem;
  }

  .xs\:mb-48 {
    margin-bottom: 12rem;
  }

  .xs\:mb-52 {
    margin-bottom: 13rem;
  }

  .xs\:mb-56 {
    margin-bottom: 14rem;
  }

  .xs\:mb-60 {
    margin-bottom: 15rem;
  }

  .xs\:mb-64 {
    margin-bottom: 16rem;
  }

  .xs\:mb-68 {
    margin-bottom: 17rem;
  }

  .xs\:mb-72 {
    margin-bottom: 18rem;
  }

  .xs\:mb-77 {
    margin-bottom: 19.25rem;
  }

  .xs\:mb-80 {
    margin-bottom: 20rem;
  }

  .xs\:mb-82 {
    margin-bottom: 20.5rem;
  }

  .xs\:mb-88 {
    margin-bottom: 22rem;
  }

  .xs\:mb-94 {
    margin-bottom: 23.5rem;
  }

  .xs\:mb-96 {
    margin-bottom: 24rem;
  }

  .xs\:mb-98 {
    margin-bottom: 24.5rem;
  }

  .xs\:mb-104 {
    margin-bottom: 26rem;
  }

  .xs\:mb-108 {
    margin-bottom: 27rem;
  }

  .xs\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .xs\:mb-112 {
    margin-bottom: 28rem;
  }

  .xs\:mb-120 {
    margin-bottom: 30rem;
  }

  .xs\:mb-128 {
    margin-bottom: 32rem;
  }

  .xs\:mb-132 {
    margin-bottom: 33rem;
  }

  .xs\:mb-134 {
    margin-bottom: 33.5rem;
  }

  .xs\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .xs\:mb-136 {
    margin-bottom: 34rem;
  }

  .xs\:mb-144 {
    margin-bottom: 36rem;
  }

  .xs\:mb-152 {
    margin-bottom: 38rem;
  }

  .xs\:mb-160 {
    margin-bottom: 40rem;
  }

  .xs\:mb-164 {
    margin-bottom: 41rem;
  }

  .xs\:mb-172 {
    margin-bottom: 43rem;
  }

  .xs\:mb-179 {
    margin-bottom: 44.75rem;
  }

  .xs\:mb-184 {
    margin-bottom: 46rem;
  }

  .xs\:mb-192 {
    margin-bottom: 48rem;
  }

  .xs\:mb-224 {
    margin-bottom: 56rem;
  }

  .xs\:mb-240 {
    margin-bottom: 60rem;
  }

  .xs\:mb-256 {
    margin-bottom: 64rem;
  }

  .xs\:mb-265 {
    margin-bottom: 66.25rem;
  }

  .xs\:mb-288 {
    margin-bottom: 72rem;
  }

  .xs\:mb-384 {
    margin-bottom: 96rem;
  }

  .xs\:mb-auto {
    margin-bottom: auto;
  }

  .xs\:mb-px {
    margin-bottom: 1px;
  }

  .xs\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xs\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xs\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xs\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xs\:mb-0\.75 {
    margin-bottom: 0.1875rem;
  }

  .xs\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .xs\:mb-7\.5 {
    margin-bottom: 1.875rem;
  }

  .xs\:mb-9\.5 {
    margin-bottom: 2.375rem;
  }

  .xs\:mb-9\.75 {
    margin-bottom: 2.4375rem;
  }

  .xs\:mb-12\.5 {
    margin-bottom: 3.125rem;
  }

  .xs\:mb-13\.5 {
    margin-bottom: 3.375rem;
  }

  .xs\:mb-292\.5 {
    margin-bottom: 73.125rem;
  }

  .xs\:mb-1\/24 {
    margin-bottom: 4.166667%;
  }

  .xs\:mb-2\/24 {
    margin-bottom: 8.333333%;
  }

  .xs\:mb-3\/24 {
    margin-bottom: 12.5%;
  }

  .xs\:mb-4\/24 {
    margin-bottom: 16.666667%;
  }

  .xs\:mb-5\/24 {
    margin-bottom: 20.833333%;
  }

  .xs\:mb-6\/24 {
    margin-bottom: 25%;
  }

  .xs\:mb-7\/24 {
    margin-bottom: 29.166666%;
  }

  .xs\:mb-8\/24 {
    margin-bottom: 33.333333%;
  }

  .xs\:mb-9\/24 {
    margin-bottom: 37.5%;
  }

  .xs\:mb-10\/24 {
    margin-bottom: 41.666666%;
  }

  .xs\:mb-11\/24 {
    margin-bottom: 45.833333%;
  }

  .xs\:mb-12\/24 {
    margin-bottom: 50%;
  }

  .xs\:mb-13\/24 {
    margin-bottom: 54.166666%;
  }

  .xs\:mb-14\/24 {
    margin-bottom: 58.333333%;
  }

  .xs\:mb-15\/24 {
    margin-bottom: 62.5%;
  }

  .xs\:mb-16\/24 {
    margin-bottom: 66.666667%;
  }

  .xs\:mb-17\/24 {
    margin-bottom: 70.833333%;
  }

  .xs\:mb-18\/24 {
    margin-bottom: 75%;
  }

  .xs\:mb-19\/24 {
    margin-bottom: 79.166667%;
  }

  .xs\:mb-20\/24 {
    margin-bottom: 83.333333%;
  }

  .xs\:mb-21\/24 {
    margin-bottom: 87.5%;
  }

  .xs\:mb-22\/24 {
    margin-bottom: 91.666667%;
  }

  .xs\:mb-23\/24 {
    margin-bottom: 95.833333%;
  }

  .xs\:mb-24\/24 {
    margin-bottom: 100%;
  }

  .xs\:mb-screen-header {
    margin-bottom: 41.55vw;
  }

  .xs\:mb-screen-60 {
    margin-bottom: 60vh;
  }

  .xs\:mb-screen-80 {
    margin-bottom: 80vh;
  }

  .xs\:mb-screen-85 {
    margin-bottom: 85vh;
  }

  .xs\:mb-screen-90 {
    margin-bottom: 90vh;
  }

  .xs\:mb-screen-95 {
    margin-bottom: 95vh;
  }

  .xs\:mb-screen-minus-header {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .xs\:mb-screen-minus-35\.5 {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .xs\:mb-screen-minus-36 {
    margin-bottom: calc(100vh - 9rem);
  }

  .xs\:mb-screen-minus-40 {
    margin-bottom: calc(100vh - 10rem);
  }

  .xs\:mb-screen-minus-55 {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .xs\:mb-screen-minus-72 {
    margin-bottom: calc(100vh - 18rem);
  }

  .xs\:mb-screen-minus-80 {
    margin-bottom: calc(100vh - 20rem);
  }

  .xs\:mb-full-4 {
    margin-bottom: calc(100% - 16px);
  }

  .xs\:mb-account-body {
    margin-bottom: calc(100vw - 304px);
  }

  .xs\:mb-menu-center {
    margin-bottom: calc(50% - 288px);
  }

  .xs\:mb-tutorials-hidden {
    margin-bottom: calc(100% - 56px);
  }

  .xs\:mb-popup-full-width {
    margin-bottom: calc(100% + 32px);
  }

  .xs\:mb-popup-full-width-md {
    margin-bottom: calc(100% + 64px);
  }

  .xs\:mb-popup-full-height {
    margin-bottom: calc(100% + 68px);
  }

  .xs\:mb-max-content {
    margin-bottom: max-content;
  }

  .xs\:-mb-0 {
    margin-bottom: 0px;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xs\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xs\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xs\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xs\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xs\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .xs\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xs\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .xs\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .xs\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xs\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .xs\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xs\:-mb-29 {
    margin-bottom: -7.25rem;
  }

  .xs\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xs\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .xs\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xs\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xs\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .xs\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xs\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xs\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xs\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xs\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xs\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xs\:-mb-68 {
    margin-bottom: -17rem;
  }

  .xs\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xs\:-mb-77 {
    margin-bottom: -19.25rem;
  }

  .xs\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xs\:-mb-82 {
    margin-bottom: -20.5rem;
  }

  .xs\:-mb-88 {
    margin-bottom: -22rem;
  }

  .xs\:-mb-94 {
    margin-bottom: -23.5rem;
  }

  .xs\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xs\:-mb-98 {
    margin-bottom: -24.5rem;
  }

  .xs\:-mb-104 {
    margin-bottom: -26rem;
  }

  .xs\:-mb-108 {
    margin-bottom: -27rem;
  }

  .xs\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .xs\:-mb-112 {
    margin-bottom: -28rem;
  }

  .xs\:-mb-120 {
    margin-bottom: -30rem;
  }

  .xs\:-mb-128 {
    margin-bottom: -32rem;
  }

  .xs\:-mb-132 {
    margin-bottom: -33rem;
  }

  .xs\:-mb-134 {
    margin-bottom: -33.5rem;
  }

  .xs\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .xs\:-mb-136 {
    margin-bottom: -34rem;
  }

  .xs\:-mb-144 {
    margin-bottom: -36rem;
  }

  .xs\:-mb-152 {
    margin-bottom: -38rem;
  }

  .xs\:-mb-160 {
    margin-bottom: -40rem;
  }

  .xs\:-mb-164 {
    margin-bottom: -41rem;
  }

  .xs\:-mb-172 {
    margin-bottom: -43rem;
  }

  .xs\:-mb-179 {
    margin-bottom: -44.75rem;
  }

  .xs\:-mb-184 {
    margin-bottom: -46rem;
  }

  .xs\:-mb-192 {
    margin-bottom: -48rem;
  }

  .xs\:-mb-224 {
    margin-bottom: -56rem;
  }

  .xs\:-mb-240 {
    margin-bottom: -60rem;
  }

  .xs\:-mb-256 {
    margin-bottom: -64rem;
  }

  .xs\:-mb-265 {
    margin-bottom: -66.25rem;
  }

  .xs\:-mb-288 {
    margin-bottom: -72rem;
  }

  .xs\:-mb-384 {
    margin-bottom: -96rem;
  }

  .xs\:-mb-px {
    margin-bottom: -1px;
  }

  .xs\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xs\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xs\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xs\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xs\:-mb-0\.75 {
    margin-bottom: -0.1875rem;
  }

  .xs\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .xs\:-mb-7\.5 {
    margin-bottom: -1.875rem;
  }

  .xs\:-mb-9\.5 {
    margin-bottom: -2.375rem;
  }

  .xs\:-mb-9\.75 {
    margin-bottom: -2.4375rem;
  }

  .xs\:-mb-12\.5 {
    margin-bottom: -3.125rem;
  }

  .xs\:-mb-13\.5 {
    margin-bottom: -3.375rem;
  }

  .xs\:-mb-292\.5 {
    margin-bottom: -73.125rem;
  }

  .xs\:-mb-1\/24 {
    margin-bottom: -4.16667%;
  }

  .xs\:-mb-2\/24 {
    margin-bottom: -8.33333%;
  }

  .xs\:-mb-3\/24 {
    margin-bottom: -12.5%;
  }

  .xs\:-mb-4\/24 {
    margin-bottom: -16.66667%;
  }

  .xs\:-mb-5\/24 {
    margin-bottom: -20.83333%;
  }

  .xs\:-mb-6\/24 {
    margin-bottom: -25%;
  }

  .xs\:-mb-7\/24 {
    margin-bottom: -29.16667%;
  }

  .xs\:-mb-8\/24 {
    margin-bottom: -33.33333%;
  }

  .xs\:-mb-9\/24 {
    margin-bottom: -37.5%;
  }

  .xs\:-mb-10\/24 {
    margin-bottom: -41.66667%;
  }

  .xs\:-mb-11\/24 {
    margin-bottom: -45.83333%;
  }

  .xs\:-mb-12\/24 {
    margin-bottom: -50%;
  }

  .xs\:-mb-13\/24 {
    margin-bottom: -54.16667%;
  }

  .xs\:-mb-14\/24 {
    margin-bottom: -58.33333%;
  }

  .xs\:-mb-15\/24 {
    margin-bottom: -62.5%;
  }

  .xs\:-mb-16\/24 {
    margin-bottom: -66.66667%;
  }

  .xs\:-mb-17\/24 {
    margin-bottom: -70.83333%;
  }

  .xs\:-mb-18\/24 {
    margin-bottom: -75%;
  }

  .xs\:-mb-19\/24 {
    margin-bottom: -79.16667%;
  }

  .xs\:-mb-20\/24 {
    margin-bottom: -83.33333%;
  }

  .xs\:-mb-21\/24 {
    margin-bottom: -87.5%;
  }

  .xs\:-mb-22\/24 {
    margin-bottom: -91.66667%;
  }

  .xs\:-mb-23\/24 {
    margin-bottom: -95.83333%;
  }

  .xs\:-mb-24\/24 {
    margin-bottom: -100%;
  }

  .xs\:-mb-screen-header {
    margin-bottom: -41.55vw;
  }

  .xs\:-mb-screen-60 {
    margin-bottom: -60vh;
  }

  .xs\:-mb-screen-80 {
    margin-bottom: -80vh;
  }

  .xs\:-mb-screen-85 {
    margin-bottom: -85vh;
  }

  .xs\:-mb-screen-90 {
    margin-bottom: -90vh;
  }

  .xs\:-mb-screen-95 {
    margin-bottom: -95vh;
  }

  .xs\:-mb-screen-minus-header {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .xs\:-mb-screen-minus-35\.5 {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .xs\:-mb-screen-minus-36 {
    margin-bottom: calc(-100vh - -9rem);
  }

  .xs\:-mb-screen-minus-40 {
    margin-bottom: calc(-100vh - -10rem);
  }

  .xs\:-mb-screen-minus-55 {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .xs\:-mb-screen-minus-72 {
    margin-bottom: calc(-100vh - -18rem);
  }

  .xs\:-mb-screen-minus-80 {
    margin-bottom: calc(-100vh - -20rem);
  }

  .xs\:-mb-full-4 {
    margin-bottom: calc(-100% - -16px);
  }

  .xs\:-mb-account-body {
    margin-bottom: calc(-100vw - -304px);
  }

  .xs\:-mb-menu-center {
    margin-bottom: calc(-50% - -288px);
  }

  .xs\:-mb-tutorials-hidden {
    margin-bottom: calc(-100% - -56px);
  }

  .xs\:-mb-popup-full-width {
    margin-bottom: calc(-100% + -32px);
  }

  .xs\:-mb-popup-full-width-md {
    margin-bottom: calc(-100% + -64px);
  }

  .xs\:-mb-popup-full-height {
    margin-bottom: calc(-100% + -68px);
  }

  .xs\:-mb-max-content {
    margin-bottom: max-content;
  }

  .xs\:ml-0 {
    margin-left: 0px;
  }

  .xs\:ml-1 {
    margin-left: 0.25rem;
  }

  .xs\:ml-2 {
    margin-left: 0.5rem;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xs\:ml-4 {
    margin-left: 1rem;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem;
  }

  .xs\:ml-7 {
    margin-left: 1.75rem;
  }

  .xs\:ml-8 {
    margin-left: 2rem;
  }

  .xs\:ml-9 {
    margin-left: 2.25rem;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem;
  }

  .xs\:ml-11 {
    margin-left: 2.75rem;
  }

  .xs\:ml-12 {
    margin-left: 3rem;
  }

  .xs\:ml-14 {
    margin-left: 3.5rem;
  }

  .xs\:ml-16 {
    margin-left: 4rem;
  }

  .xs\:ml-18 {
    margin-left: 4.5rem;
  }

  .xs\:ml-20 {
    margin-left: 5rem;
  }

  .xs\:ml-21 {
    margin-left: 5.25rem;
  }

  .xs\:ml-22 {
    margin-left: 5.5rem;
  }

  .xs\:ml-24 {
    margin-left: 6rem;
  }

  .xs\:ml-26 {
    margin-left: 6.5rem;
  }

  .xs\:ml-28 {
    margin-left: 7rem;
  }

  .xs\:ml-29 {
    margin-left: 7.25rem;
  }

  .xs\:ml-32 {
    margin-left: 8rem;
  }

  .xs\:ml-34 {
    margin-left: 8.5rem;
  }

  .xs\:ml-36 {
    margin-left: 9rem;
  }

  .xs\:ml-40 {
    margin-left: 10rem;
  }

  .xs\:ml-42 {
    margin-left: 10.5rem;
  }

  .xs\:ml-44 {
    margin-left: 11rem;
  }

  .xs\:ml-48 {
    margin-left: 12rem;
  }

  .xs\:ml-52 {
    margin-left: 13rem;
  }

  .xs\:ml-56 {
    margin-left: 14rem;
  }

  .xs\:ml-60 {
    margin-left: 15rem;
  }

  .xs\:ml-64 {
    margin-left: 16rem;
  }

  .xs\:ml-68 {
    margin-left: 17rem;
  }

  .xs\:ml-72 {
    margin-left: 18rem;
  }

  .xs\:ml-77 {
    margin-left: 19.25rem;
  }

  .xs\:ml-80 {
    margin-left: 20rem;
  }

  .xs\:ml-82 {
    margin-left: 20.5rem;
  }

  .xs\:ml-88 {
    margin-left: 22rem;
  }

  .xs\:ml-94 {
    margin-left: 23.5rem;
  }

  .xs\:ml-96 {
    margin-left: 24rem;
  }

  .xs\:ml-98 {
    margin-left: 24.5rem;
  }

  .xs\:ml-104 {
    margin-left: 26rem;
  }

  .xs\:ml-108 {
    margin-left: 27rem;
  }

  .xs\:ml-110 {
    margin-left: 27.5rem;
  }

  .xs\:ml-112 {
    margin-left: 28rem;
  }

  .xs\:ml-120 {
    margin-left: 30rem;
  }

  .xs\:ml-128 {
    margin-left: 32rem;
  }

  .xs\:ml-132 {
    margin-left: 33rem;
  }

  .xs\:ml-134 {
    margin-left: 33.5rem;
  }

  .xs\:ml-135 {
    margin-left: 33.75rem;
  }

  .xs\:ml-136 {
    margin-left: 34rem;
  }

  .xs\:ml-144 {
    margin-left: 36rem;
  }

  .xs\:ml-152 {
    margin-left: 38rem;
  }

  .xs\:ml-160 {
    margin-left: 40rem;
  }

  .xs\:ml-164 {
    margin-left: 41rem;
  }

  .xs\:ml-172 {
    margin-left: 43rem;
  }

  .xs\:ml-179 {
    margin-left: 44.75rem;
  }

  .xs\:ml-184 {
    margin-left: 46rem;
  }

  .xs\:ml-192 {
    margin-left: 48rem;
  }

  .xs\:ml-224 {
    margin-left: 56rem;
  }

  .xs\:ml-240 {
    margin-left: 60rem;
  }

  .xs\:ml-256 {
    margin-left: 64rem;
  }

  .xs\:ml-265 {
    margin-left: 66.25rem;
  }

  .xs\:ml-288 {
    margin-left: 72rem;
  }

  .xs\:ml-384 {
    margin-left: 96rem;
  }

  .xs\:ml-auto {
    margin-left: auto;
  }

  .xs\:ml-px {
    margin-left: 1px;
  }

  .xs\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xs\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xs\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xs\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xs\:ml-0\.75 {
    margin-left: 0.1875rem;
  }

  .xs\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .xs\:ml-7\.5 {
    margin-left: 1.875rem;
  }

  .xs\:ml-9\.5 {
    margin-left: 2.375rem;
  }

  .xs\:ml-9\.75 {
    margin-left: 2.4375rem;
  }

  .xs\:ml-12\.5 {
    margin-left: 3.125rem;
  }

  .xs\:ml-13\.5 {
    margin-left: 3.375rem;
  }

  .xs\:ml-292\.5 {
    margin-left: 73.125rem;
  }

  .xs\:ml-1\/24 {
    margin-left: 4.166667%;
  }

  .xs\:ml-2\/24 {
    margin-left: 8.333333%;
  }

  .xs\:ml-3\/24 {
    margin-left: 12.5%;
  }

  .xs\:ml-4\/24 {
    margin-left: 16.666667%;
  }

  .xs\:ml-5\/24 {
    margin-left: 20.833333%;
  }

  .xs\:ml-6\/24 {
    margin-left: 25%;
  }

  .xs\:ml-7\/24 {
    margin-left: 29.166666%;
  }

  .xs\:ml-8\/24 {
    margin-left: 33.333333%;
  }

  .xs\:ml-9\/24 {
    margin-left: 37.5%;
  }

  .xs\:ml-10\/24 {
    margin-left: 41.666666%;
  }

  .xs\:ml-11\/24 {
    margin-left: 45.833333%;
  }

  .xs\:ml-12\/24 {
    margin-left: 50%;
  }

  .xs\:ml-13\/24 {
    margin-left: 54.166666%;
  }

  .xs\:ml-14\/24 {
    margin-left: 58.333333%;
  }

  .xs\:ml-15\/24 {
    margin-left: 62.5%;
  }

  .xs\:ml-16\/24 {
    margin-left: 66.666667%;
  }

  .xs\:ml-17\/24 {
    margin-left: 70.833333%;
  }

  .xs\:ml-18\/24 {
    margin-left: 75%;
  }

  .xs\:ml-19\/24 {
    margin-left: 79.166667%;
  }

  .xs\:ml-20\/24 {
    margin-left: 83.333333%;
  }

  .xs\:ml-21\/24 {
    margin-left: 87.5%;
  }

  .xs\:ml-22\/24 {
    margin-left: 91.666667%;
  }

  .xs\:ml-23\/24 {
    margin-left: 95.833333%;
  }

  .xs\:ml-24\/24 {
    margin-left: 100%;
  }

  .xs\:ml-screen-header {
    margin-left: 41.55vw;
  }

  .xs\:ml-screen-60 {
    margin-left: 60vh;
  }

  .xs\:ml-screen-80 {
    margin-left: 80vh;
  }

  .xs\:ml-screen-85 {
    margin-left: 85vh;
  }

  .xs\:ml-screen-90 {
    margin-left: 90vh;
  }

  .xs\:ml-screen-95 {
    margin-left: 95vh;
  }

  .xs\:ml-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
  }

  .xs\:ml-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
  }

  .xs\:ml-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
  }

  .xs\:ml-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
  }

  .xs\:ml-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
  }

  .xs\:ml-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
  }

  .xs\:ml-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
  }

  .xs\:ml-full-4 {
    margin-left: calc(100% - 16px);
  }

  .xs\:ml-account-body {
    margin-left: calc(100vw - 304px);
  }

  .xs\:ml-menu-center {
    margin-left: calc(50% - 288px);
  }

  .xs\:ml-tutorials-hidden {
    margin-left: calc(100% - 56px);
  }

  .xs\:ml-popup-full-width {
    margin-left: calc(100% + 32px);
  }

  .xs\:ml-popup-full-width-md {
    margin-left: calc(100% + 64px);
  }

  .xs\:ml-popup-full-height {
    margin-left: calc(100% + 68px);
  }

  .xs\:ml-max-content {
    margin-left: max-content;
  }

  .xs\:-ml-0 {
    margin-left: 0px;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xs\:-ml-4 {
    margin-left: -1rem;
  }

  .xs\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xs\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xs\:-ml-8 {
    margin-left: -2rem;
  }

  .xs\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xs\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xs\:-ml-12 {
    margin-left: -3rem;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xs\:-ml-16 {
    margin-left: -4rem;
  }

  .xs\:-ml-18 {
    margin-left: -4.5rem;
  }

  .xs\:-ml-20 {
    margin-left: -5rem;
  }

  .xs\:-ml-21 {
    margin-left: -5.25rem;
  }

  .xs\:-ml-22 {
    margin-left: -5.5rem;
  }

  .xs\:-ml-24 {
    margin-left: -6rem;
  }

  .xs\:-ml-26 {
    margin-left: -6.5rem;
  }

  .xs\:-ml-28 {
    margin-left: -7rem;
  }

  .xs\:-ml-29 {
    margin-left: -7.25rem;
  }

  .xs\:-ml-32 {
    margin-left: -8rem;
  }

  .xs\:-ml-34 {
    margin-left: -8.5rem;
  }

  .xs\:-ml-36 {
    margin-left: -9rem;
  }

  .xs\:-ml-40 {
    margin-left: -10rem;
  }

  .xs\:-ml-42 {
    margin-left: -10.5rem;
  }

  .xs\:-ml-44 {
    margin-left: -11rem;
  }

  .xs\:-ml-48 {
    margin-left: -12rem;
  }

  .xs\:-ml-52 {
    margin-left: -13rem;
  }

  .xs\:-ml-56 {
    margin-left: -14rem;
  }

  .xs\:-ml-60 {
    margin-left: -15rem;
  }

  .xs\:-ml-64 {
    margin-left: -16rem;
  }

  .xs\:-ml-68 {
    margin-left: -17rem;
  }

  .xs\:-ml-72 {
    margin-left: -18rem;
  }

  .xs\:-ml-77 {
    margin-left: -19.25rem;
  }

  .xs\:-ml-80 {
    margin-left: -20rem;
  }

  .xs\:-ml-82 {
    margin-left: -20.5rem;
  }

  .xs\:-ml-88 {
    margin-left: -22rem;
  }

  .xs\:-ml-94 {
    margin-left: -23.5rem;
  }

  .xs\:-ml-96 {
    margin-left: -24rem;
  }

  .xs\:-ml-98 {
    margin-left: -24.5rem;
  }

  .xs\:-ml-104 {
    margin-left: -26rem;
  }

  .xs\:-ml-108 {
    margin-left: -27rem;
  }

  .xs\:-ml-110 {
    margin-left: -27.5rem;
  }

  .xs\:-ml-112 {
    margin-left: -28rem;
  }

  .xs\:-ml-120 {
    margin-left: -30rem;
  }

  .xs\:-ml-128 {
    margin-left: -32rem;
  }

  .xs\:-ml-132 {
    margin-left: -33rem;
  }

  .xs\:-ml-134 {
    margin-left: -33.5rem;
  }

  .xs\:-ml-135 {
    margin-left: -33.75rem;
  }

  .xs\:-ml-136 {
    margin-left: -34rem;
  }

  .xs\:-ml-144 {
    margin-left: -36rem;
  }

  .xs\:-ml-152 {
    margin-left: -38rem;
  }

  .xs\:-ml-160 {
    margin-left: -40rem;
  }

  .xs\:-ml-164 {
    margin-left: -41rem;
  }

  .xs\:-ml-172 {
    margin-left: -43rem;
  }

  .xs\:-ml-179 {
    margin-left: -44.75rem;
  }

  .xs\:-ml-184 {
    margin-left: -46rem;
  }

  .xs\:-ml-192 {
    margin-left: -48rem;
  }

  .xs\:-ml-224 {
    margin-left: -56rem;
  }

  .xs\:-ml-240 {
    margin-left: -60rem;
  }

  .xs\:-ml-256 {
    margin-left: -64rem;
  }

  .xs\:-ml-265 {
    margin-left: -66.25rem;
  }

  .xs\:-ml-288 {
    margin-left: -72rem;
  }

  .xs\:-ml-384 {
    margin-left: -96rem;
  }

  .xs\:-ml-px {
    margin-left: -1px;
  }

  .xs\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xs\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xs\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xs\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xs\:-ml-0\.75 {
    margin-left: -0.1875rem;
  }

  .xs\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .xs\:-ml-7\.5 {
    margin-left: -1.875rem;
  }

  .xs\:-ml-9\.5 {
    margin-left: -2.375rem;
  }

  .xs\:-ml-9\.75 {
    margin-left: -2.4375rem;
  }

  .xs\:-ml-12\.5 {
    margin-left: -3.125rem;
  }

  .xs\:-ml-13\.5 {
    margin-left: -3.375rem;
  }

  .xs\:-ml-292\.5 {
    margin-left: -73.125rem;
  }

  .xs\:-ml-1\/24 {
    margin-left: -4.16667%;
  }

  .xs\:-ml-2\/24 {
    margin-left: -8.33333%;
  }

  .xs\:-ml-3\/24 {
    margin-left: -12.5%;
  }

  .xs\:-ml-4\/24 {
    margin-left: -16.66667%;
  }

  .xs\:-ml-5\/24 {
    margin-left: -20.83333%;
  }

  .xs\:-ml-6\/24 {
    margin-left: -25%;
  }

  .xs\:-ml-7\/24 {
    margin-left: -29.16667%;
  }

  .xs\:-ml-8\/24 {
    margin-left: -33.33333%;
  }

  .xs\:-ml-9\/24 {
    margin-left: -37.5%;
  }

  .xs\:-ml-10\/24 {
    margin-left: -41.66667%;
  }

  .xs\:-ml-11\/24 {
    margin-left: -45.83333%;
  }

  .xs\:-ml-12\/24 {
    margin-left: -50%;
  }

  .xs\:-ml-13\/24 {
    margin-left: -54.16667%;
  }

  .xs\:-ml-14\/24 {
    margin-left: -58.33333%;
  }

  .xs\:-ml-15\/24 {
    margin-left: -62.5%;
  }

  .xs\:-ml-16\/24 {
    margin-left: -66.66667%;
  }

  .xs\:-ml-17\/24 {
    margin-left: -70.83333%;
  }

  .xs\:-ml-18\/24 {
    margin-left: -75%;
  }

  .xs\:-ml-19\/24 {
    margin-left: -79.16667%;
  }

  .xs\:-ml-20\/24 {
    margin-left: -83.33333%;
  }

  .xs\:-ml-21\/24 {
    margin-left: -87.5%;
  }

  .xs\:-ml-22\/24 {
    margin-left: -91.66667%;
  }

  .xs\:-ml-23\/24 {
    margin-left: -95.83333%;
  }

  .xs\:-ml-24\/24 {
    margin-left: -100%;
  }

  .xs\:-ml-screen-header {
    margin-left: -41.55vw;
  }

  .xs\:-ml-screen-60 {
    margin-left: -60vh;
  }

  .xs\:-ml-screen-80 {
    margin-left: -80vh;
  }

  .xs\:-ml-screen-85 {
    margin-left: -85vh;
  }

  .xs\:-ml-screen-90 {
    margin-left: -90vh;
  }

  .xs\:-ml-screen-95 {
    margin-left: -95vh;
  }

  .xs\:-ml-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
  }

  .xs\:-ml-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
  }

  .xs\:-ml-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
  }

  .xs\:-ml-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
  }

  .xs\:-ml-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
  }

  .xs\:-ml-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
  }

  .xs\:-ml-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
  }

  .xs\:-ml-full-4 {
    margin-left: calc(-100% - -16px);
  }

  .xs\:-ml-account-body {
    margin-left: calc(-100vw - -304px);
  }

  .xs\:-ml-menu-center {
    margin-left: calc(-50% - -288px);
  }

  .xs\:-ml-tutorials-hidden {
    margin-left: calc(-100% - -56px);
  }

  .xs\:-ml-popup-full-width {
    margin-left: calc(-100% + -32px);
  }

  .xs\:-ml-popup-full-width-md {
    margin-left: calc(-100% + -64px);
  }

  .xs\:-ml-popup-full-height {
    margin-left: calc(-100% + -68px);
  }

  .xs\:-ml-max-content {
    margin-left: max-content;
  }

  .xs\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .xs\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .xs\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .xs\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .xs\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .xs\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .xs\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .xs\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .xs\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .xs\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .xs\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .xs\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .xs\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .xs\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .xs\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .xs\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .xs\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .xs\:hover\:mt-21:hover {
    margin-top: 5.25rem;
  }

  .xs\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .xs\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .xs\:hover\:mt-26:hover {
    margin-top: 6.5rem;
  }

  .xs\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .xs\:hover\:mt-29:hover {
    margin-top: 7.25rem;
  }

  .xs\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .xs\:hover\:mt-34:hover {
    margin-top: 8.5rem;
  }

  .xs\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .xs\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .xs\:hover\:mt-42:hover {
    margin-top: 10.5rem;
  }

  .xs\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .xs\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .xs\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .xs\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .xs\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .xs\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .xs\:hover\:mt-68:hover {
    margin-top: 17rem;
  }

  .xs\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .xs\:hover\:mt-77:hover {
    margin-top: 19.25rem;
  }

  .xs\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .xs\:hover\:mt-82:hover {
    margin-top: 20.5rem;
  }

  .xs\:hover\:mt-88:hover {
    margin-top: 22rem;
  }

  .xs\:hover\:mt-94:hover {
    margin-top: 23.5rem;
  }

  .xs\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .xs\:hover\:mt-98:hover {
    margin-top: 24.5rem;
  }

  .xs\:hover\:mt-104:hover {
    margin-top: 26rem;
  }

  .xs\:hover\:mt-108:hover {
    margin-top: 27rem;
  }

  .xs\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .xs\:hover\:mt-112:hover {
    margin-top: 28rem;
  }

  .xs\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .xs\:hover\:mt-128:hover {
    margin-top: 32rem;
  }

  .xs\:hover\:mt-132:hover {
    margin-top: 33rem;
  }

  .xs\:hover\:mt-134:hover {
    margin-top: 33.5rem;
  }

  .xs\:hover\:mt-135:hover {
    margin-top: 33.75rem;
  }

  .xs\:hover\:mt-136:hover {
    margin-top: 34rem;
  }

  .xs\:hover\:mt-144:hover {
    margin-top: 36rem;
  }

  .xs\:hover\:mt-152:hover {
    margin-top: 38rem;
  }

  .xs\:hover\:mt-160:hover {
    margin-top: 40rem;
  }

  .xs\:hover\:mt-164:hover {
    margin-top: 41rem;
  }

  .xs\:hover\:mt-172:hover {
    margin-top: 43rem;
  }

  .xs\:hover\:mt-179:hover {
    margin-top: 44.75rem;
  }

  .xs\:hover\:mt-184:hover {
    margin-top: 46rem;
  }

  .xs\:hover\:mt-192:hover {
    margin-top: 48rem;
  }

  .xs\:hover\:mt-224:hover {
    margin-top: 56rem;
  }

  .xs\:hover\:mt-240:hover {
    margin-top: 60rem;
  }

  .xs\:hover\:mt-256:hover {
    margin-top: 64rem;
  }

  .xs\:hover\:mt-265:hover {
    margin-top: 66.25rem;
  }

  .xs\:hover\:mt-288:hover {
    margin-top: 72rem;
  }

  .xs\:hover\:mt-384:hover {
    margin-top: 96rem;
  }

  .xs\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .xs\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .xs\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .xs\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .xs\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .xs\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .xs\:hover\:mt-0\.75:hover {
    margin-top: 0.1875rem;
  }

  .xs\:hover\:mt-4\.5:hover {
    margin-top: 1.125rem;
  }

  .xs\:hover\:mt-7\.5:hover {
    margin-top: 1.875rem;
  }

  .xs\:hover\:mt-9\.5:hover {
    margin-top: 2.375rem;
  }

  .xs\:hover\:mt-9\.75:hover {
    margin-top: 2.4375rem;
  }

  .xs\:hover\:mt-12\.5:hover {
    margin-top: 3.125rem;
  }

  .xs\:hover\:mt-13\.5:hover {
    margin-top: 3.375rem;
  }

  .xs\:hover\:mt-292\.5:hover {
    margin-top: 73.125rem;
  }

  .xs\:hover\:mt-1\/24:hover {
    margin-top: 4.166667%;
  }

  .xs\:hover\:mt-2\/24:hover {
    margin-top: 8.333333%;
  }

  .xs\:hover\:mt-3\/24:hover {
    margin-top: 12.5%;
  }

  .xs\:hover\:mt-4\/24:hover {
    margin-top: 16.666667%;
  }

  .xs\:hover\:mt-5\/24:hover {
    margin-top: 20.833333%;
  }

  .xs\:hover\:mt-6\/24:hover {
    margin-top: 25%;
  }

  .xs\:hover\:mt-7\/24:hover {
    margin-top: 29.166666%;
  }

  .xs\:hover\:mt-8\/24:hover {
    margin-top: 33.333333%;
  }

  .xs\:hover\:mt-9\/24:hover {
    margin-top: 37.5%;
  }

  .xs\:hover\:mt-10\/24:hover {
    margin-top: 41.666666%;
  }

  .xs\:hover\:mt-11\/24:hover {
    margin-top: 45.833333%;
  }

  .xs\:hover\:mt-12\/24:hover {
    margin-top: 50%;
  }

  .xs\:hover\:mt-13\/24:hover {
    margin-top: 54.166666%;
  }

  .xs\:hover\:mt-14\/24:hover {
    margin-top: 58.333333%;
  }

  .xs\:hover\:mt-15\/24:hover {
    margin-top: 62.5%;
  }

  .xs\:hover\:mt-16\/24:hover {
    margin-top: 66.666667%;
  }

  .xs\:hover\:mt-17\/24:hover {
    margin-top: 70.833333%;
  }

  .xs\:hover\:mt-18\/24:hover {
    margin-top: 75%;
  }

  .xs\:hover\:mt-19\/24:hover {
    margin-top: 79.166667%;
  }

  .xs\:hover\:mt-20\/24:hover {
    margin-top: 83.333333%;
  }

  .xs\:hover\:mt-21\/24:hover {
    margin-top: 87.5%;
  }

  .xs\:hover\:mt-22\/24:hover {
    margin-top: 91.666667%;
  }

  .xs\:hover\:mt-23\/24:hover {
    margin-top: 95.833333%;
  }

  .xs\:hover\:mt-24\/24:hover {
    margin-top: 100%;
  }

  .xs\:hover\:mt-screen-header:hover {
    margin-top: 41.55vw;
  }

  .xs\:hover\:mt-screen-60:hover {
    margin-top: 60vh;
  }

  .xs\:hover\:mt-screen-80:hover {
    margin-top: 80vh;
  }

  .xs\:hover\:mt-screen-85:hover {
    margin-top: 85vh;
  }

  .xs\:hover\:mt-screen-90:hover {
    margin-top: 90vh;
  }

  .xs\:hover\:mt-screen-95:hover {
    margin-top: 95vh;
  }

  .xs\:hover\:mt-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
  }

  .xs\:hover\:mt-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
  }

  .xs\:hover\:mt-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
  }

  .xs\:hover\:mt-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
  }

  .xs\:hover\:mt-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
  }

  .xs\:hover\:mt-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
  }

  .xs\:hover\:mt-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
  }

  .xs\:hover\:mt-full-4:hover {
    margin-top: calc(100% - 16px);
  }

  .xs\:hover\:mt-account-body:hover {
    margin-top: calc(100vw - 304px);
  }

  .xs\:hover\:mt-menu-center:hover {
    margin-top: calc(50% - 288px);
  }

  .xs\:hover\:mt-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
  }

  .xs\:hover\:mt-popup-full-width:hover {
    margin-top: calc(100% + 32px);
  }

  .xs\:hover\:mt-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
  }

  .xs\:hover\:mt-popup-full-height:hover {
    margin-top: calc(100% + 68px);
  }

  .xs\:hover\:mt-max-content:hover {
    margin-top: max-content;
  }

  .xs\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .xs\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .xs\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .xs\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .xs\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .xs\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .xs\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .xs\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .xs\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .xs\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .xs\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .xs\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .xs\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .xs\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .xs\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .xs\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .xs\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .xs\:hover\:-mt-21:hover {
    margin-top: -5.25rem;
  }

  .xs\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .xs\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .xs\:hover\:-mt-26:hover {
    margin-top: -6.5rem;
  }

  .xs\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .xs\:hover\:-mt-29:hover {
    margin-top: -7.25rem;
  }

  .xs\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .xs\:hover\:-mt-34:hover {
    margin-top: -8.5rem;
  }

  .xs\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .xs\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .xs\:hover\:-mt-42:hover {
    margin-top: -10.5rem;
  }

  .xs\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .xs\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .xs\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .xs\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .xs\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .xs\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .xs\:hover\:-mt-68:hover {
    margin-top: -17rem;
  }

  .xs\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .xs\:hover\:-mt-77:hover {
    margin-top: -19.25rem;
  }

  .xs\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .xs\:hover\:-mt-82:hover {
    margin-top: -20.5rem;
  }

  .xs\:hover\:-mt-88:hover {
    margin-top: -22rem;
  }

  .xs\:hover\:-mt-94:hover {
    margin-top: -23.5rem;
  }

  .xs\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .xs\:hover\:-mt-98:hover {
    margin-top: -24.5rem;
  }

  .xs\:hover\:-mt-104:hover {
    margin-top: -26rem;
  }

  .xs\:hover\:-mt-108:hover {
    margin-top: -27rem;
  }

  .xs\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .xs\:hover\:-mt-112:hover {
    margin-top: -28rem;
  }

  .xs\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .xs\:hover\:-mt-128:hover {
    margin-top: -32rem;
  }

  .xs\:hover\:-mt-132:hover {
    margin-top: -33rem;
  }

  .xs\:hover\:-mt-134:hover {
    margin-top: -33.5rem;
  }

  .xs\:hover\:-mt-135:hover {
    margin-top: -33.75rem;
  }

  .xs\:hover\:-mt-136:hover {
    margin-top: -34rem;
  }

  .xs\:hover\:-mt-144:hover {
    margin-top: -36rem;
  }

  .xs\:hover\:-mt-152:hover {
    margin-top: -38rem;
  }

  .xs\:hover\:-mt-160:hover {
    margin-top: -40rem;
  }

  .xs\:hover\:-mt-164:hover {
    margin-top: -41rem;
  }

  .xs\:hover\:-mt-172:hover {
    margin-top: -43rem;
  }

  .xs\:hover\:-mt-179:hover {
    margin-top: -44.75rem;
  }

  .xs\:hover\:-mt-184:hover {
    margin-top: -46rem;
  }

  .xs\:hover\:-mt-192:hover {
    margin-top: -48rem;
  }

  .xs\:hover\:-mt-224:hover {
    margin-top: -56rem;
  }

  .xs\:hover\:-mt-240:hover {
    margin-top: -60rem;
  }

  .xs\:hover\:-mt-256:hover {
    margin-top: -64rem;
  }

  .xs\:hover\:-mt-265:hover {
    margin-top: -66.25rem;
  }

  .xs\:hover\:-mt-288:hover {
    margin-top: -72rem;
  }

  .xs\:hover\:-mt-384:hover {
    margin-top: -96rem;
  }

  .xs\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .xs\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .xs\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .xs\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .xs\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .xs\:hover\:-mt-0\.75:hover {
    margin-top: -0.1875rem;
  }

  .xs\:hover\:-mt-4\.5:hover {
    margin-top: -1.125rem;
  }

  .xs\:hover\:-mt-7\.5:hover {
    margin-top: -1.875rem;
  }

  .xs\:hover\:-mt-9\.5:hover {
    margin-top: -2.375rem;
  }

  .xs\:hover\:-mt-9\.75:hover {
    margin-top: -2.4375rem;
  }

  .xs\:hover\:-mt-12\.5:hover {
    margin-top: -3.125rem;
  }

  .xs\:hover\:-mt-13\.5:hover {
    margin-top: -3.375rem;
  }

  .xs\:hover\:-mt-292\.5:hover {
    margin-top: -73.125rem;
  }

  .xs\:hover\:-mt-1\/24:hover {
    margin-top: -4.16667%;
  }

  .xs\:hover\:-mt-2\/24:hover {
    margin-top: -8.33333%;
  }

  .xs\:hover\:-mt-3\/24:hover {
    margin-top: -12.5%;
  }

  .xs\:hover\:-mt-4\/24:hover {
    margin-top: -16.66667%;
  }

  .xs\:hover\:-mt-5\/24:hover {
    margin-top: -20.83333%;
  }

  .xs\:hover\:-mt-6\/24:hover {
    margin-top: -25%;
  }

  .xs\:hover\:-mt-7\/24:hover {
    margin-top: -29.16667%;
  }

  .xs\:hover\:-mt-8\/24:hover {
    margin-top: -33.33333%;
  }

  .xs\:hover\:-mt-9\/24:hover {
    margin-top: -37.5%;
  }

  .xs\:hover\:-mt-10\/24:hover {
    margin-top: -41.66667%;
  }

  .xs\:hover\:-mt-11\/24:hover {
    margin-top: -45.83333%;
  }

  .xs\:hover\:-mt-12\/24:hover {
    margin-top: -50%;
  }

  .xs\:hover\:-mt-13\/24:hover {
    margin-top: -54.16667%;
  }

  .xs\:hover\:-mt-14\/24:hover {
    margin-top: -58.33333%;
  }

  .xs\:hover\:-mt-15\/24:hover {
    margin-top: -62.5%;
  }

  .xs\:hover\:-mt-16\/24:hover {
    margin-top: -66.66667%;
  }

  .xs\:hover\:-mt-17\/24:hover {
    margin-top: -70.83333%;
  }

  .xs\:hover\:-mt-18\/24:hover {
    margin-top: -75%;
  }

  .xs\:hover\:-mt-19\/24:hover {
    margin-top: -79.16667%;
  }

  .xs\:hover\:-mt-20\/24:hover {
    margin-top: -83.33333%;
  }

  .xs\:hover\:-mt-21\/24:hover {
    margin-top: -87.5%;
  }

  .xs\:hover\:-mt-22\/24:hover {
    margin-top: -91.66667%;
  }

  .xs\:hover\:-mt-23\/24:hover {
    margin-top: -95.83333%;
  }

  .xs\:hover\:-mt-24\/24:hover {
    margin-top: -100%;
  }

  .xs\:hover\:-mt-screen-header:hover {
    margin-top: -41.55vw;
  }

  .xs\:hover\:-mt-screen-60:hover {
    margin-top: -60vh;
  }

  .xs\:hover\:-mt-screen-80:hover {
    margin-top: -80vh;
  }

  .xs\:hover\:-mt-screen-85:hover {
    margin-top: -85vh;
  }

  .xs\:hover\:-mt-screen-90:hover {
    margin-top: -90vh;
  }

  .xs\:hover\:-mt-screen-95:hover {
    margin-top: -95vh;
  }

  .xs\:hover\:-mt-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
  }

  .xs\:hover\:-mt-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
  }

  .xs\:hover\:-mt-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
  }

  .xs\:hover\:-mt-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
  }

  .xs\:hover\:-mt-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
  }

  .xs\:hover\:-mt-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
  }

  .xs\:hover\:-mt-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
  }

  .xs\:hover\:-mt-full-4:hover {
    margin-top: calc(-100% - -16px);
  }

  .xs\:hover\:-mt-account-body:hover {
    margin-top: calc(-100vw - -304px);
  }

  .xs\:hover\:-mt-menu-center:hover {
    margin-top: calc(-50% - -288px);
  }

  .xs\:hover\:-mt-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
  }

  .xs\:hover\:-mt-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
  }

  .xs\:hover\:-mt-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
  }

  .xs\:hover\:-mt-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
  }

  .xs\:hover\:-mt-max-content:hover {
    margin-top: max-content;
  }

  .xs\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .xs\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .xs\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .xs\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .xs\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .xs\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .xs\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .xs\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .xs\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .xs\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .xs\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .xs\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .xs\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .xs\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .xs\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .xs\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .xs\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .xs\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .xs\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .xs\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .xs\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .xs\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .xs\:hover\:mr-29:hover {
    margin-right: 7.25rem;
  }

  .xs\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .xs\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .xs\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .xs\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .xs\:hover\:mr-42:hover {
    margin-right: 10.5rem;
  }

  .xs\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .xs\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .xs\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .xs\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .xs\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .xs\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .xs\:hover\:mr-68:hover {
    margin-right: 17rem;
  }

  .xs\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .xs\:hover\:mr-77:hover {
    margin-right: 19.25rem;
  }

  .xs\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .xs\:hover\:mr-82:hover {
    margin-right: 20.5rem;
  }

  .xs\:hover\:mr-88:hover {
    margin-right: 22rem;
  }

  .xs\:hover\:mr-94:hover {
    margin-right: 23.5rem;
  }

  .xs\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .xs\:hover\:mr-98:hover {
    margin-right: 24.5rem;
  }

  .xs\:hover\:mr-104:hover {
    margin-right: 26rem;
  }

  .xs\:hover\:mr-108:hover {
    margin-right: 27rem;
  }

  .xs\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .xs\:hover\:mr-112:hover {
    margin-right: 28rem;
  }

  .xs\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .xs\:hover\:mr-128:hover {
    margin-right: 32rem;
  }

  .xs\:hover\:mr-132:hover {
    margin-right: 33rem;
  }

  .xs\:hover\:mr-134:hover {
    margin-right: 33.5rem;
  }

  .xs\:hover\:mr-135:hover {
    margin-right: 33.75rem;
  }

  .xs\:hover\:mr-136:hover {
    margin-right: 34rem;
  }

  .xs\:hover\:mr-144:hover {
    margin-right: 36rem;
  }

  .xs\:hover\:mr-152:hover {
    margin-right: 38rem;
  }

  .xs\:hover\:mr-160:hover {
    margin-right: 40rem;
  }

  .xs\:hover\:mr-164:hover {
    margin-right: 41rem;
  }

  .xs\:hover\:mr-172:hover {
    margin-right: 43rem;
  }

  .xs\:hover\:mr-179:hover {
    margin-right: 44.75rem;
  }

  .xs\:hover\:mr-184:hover {
    margin-right: 46rem;
  }

  .xs\:hover\:mr-192:hover {
    margin-right: 48rem;
  }

  .xs\:hover\:mr-224:hover {
    margin-right: 56rem;
  }

  .xs\:hover\:mr-240:hover {
    margin-right: 60rem;
  }

  .xs\:hover\:mr-256:hover {
    margin-right: 64rem;
  }

  .xs\:hover\:mr-265:hover {
    margin-right: 66.25rem;
  }

  .xs\:hover\:mr-288:hover {
    margin-right: 72rem;
  }

  .xs\:hover\:mr-384:hover {
    margin-right: 96rem;
  }

  .xs\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .xs\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .xs\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .xs\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .xs\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .xs\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .xs\:hover\:mr-0\.75:hover {
    margin-right: 0.1875rem;
  }

  .xs\:hover\:mr-4\.5:hover {
    margin-right: 1.125rem;
  }

  .xs\:hover\:mr-7\.5:hover {
    margin-right: 1.875rem;
  }

  .xs\:hover\:mr-9\.5:hover {
    margin-right: 2.375rem;
  }

  .xs\:hover\:mr-9\.75:hover {
    margin-right: 2.4375rem;
  }

  .xs\:hover\:mr-12\.5:hover {
    margin-right: 3.125rem;
  }

  .xs\:hover\:mr-13\.5:hover {
    margin-right: 3.375rem;
  }

  .xs\:hover\:mr-292\.5:hover {
    margin-right: 73.125rem;
  }

  .xs\:hover\:mr-1\/24:hover {
    margin-right: 4.166667%;
  }

  .xs\:hover\:mr-2\/24:hover {
    margin-right: 8.333333%;
  }

  .xs\:hover\:mr-3\/24:hover {
    margin-right: 12.5%;
  }

  .xs\:hover\:mr-4\/24:hover {
    margin-right: 16.666667%;
  }

  .xs\:hover\:mr-5\/24:hover {
    margin-right: 20.833333%;
  }

  .xs\:hover\:mr-6\/24:hover {
    margin-right: 25%;
  }

  .xs\:hover\:mr-7\/24:hover {
    margin-right: 29.166666%;
  }

  .xs\:hover\:mr-8\/24:hover {
    margin-right: 33.333333%;
  }

  .xs\:hover\:mr-9\/24:hover {
    margin-right: 37.5%;
  }

  .xs\:hover\:mr-10\/24:hover {
    margin-right: 41.666666%;
  }

  .xs\:hover\:mr-11\/24:hover {
    margin-right: 45.833333%;
  }

  .xs\:hover\:mr-12\/24:hover {
    margin-right: 50%;
  }

  .xs\:hover\:mr-13\/24:hover {
    margin-right: 54.166666%;
  }

  .xs\:hover\:mr-14\/24:hover {
    margin-right: 58.333333%;
  }

  .xs\:hover\:mr-15\/24:hover {
    margin-right: 62.5%;
  }

  .xs\:hover\:mr-16\/24:hover {
    margin-right: 66.666667%;
  }

  .xs\:hover\:mr-17\/24:hover {
    margin-right: 70.833333%;
  }

  .xs\:hover\:mr-18\/24:hover {
    margin-right: 75%;
  }

  .xs\:hover\:mr-19\/24:hover {
    margin-right: 79.166667%;
  }

  .xs\:hover\:mr-20\/24:hover {
    margin-right: 83.333333%;
  }

  .xs\:hover\:mr-21\/24:hover {
    margin-right: 87.5%;
  }

  .xs\:hover\:mr-22\/24:hover {
    margin-right: 91.666667%;
  }

  .xs\:hover\:mr-23\/24:hover {
    margin-right: 95.833333%;
  }

  .xs\:hover\:mr-24\/24:hover {
    margin-right: 100%;
  }

  .xs\:hover\:mr-screen-header:hover {
    margin-right: 41.55vw;
  }

  .xs\:hover\:mr-screen-60:hover {
    margin-right: 60vh;
  }

  .xs\:hover\:mr-screen-80:hover {
    margin-right: 80vh;
  }

  .xs\:hover\:mr-screen-85:hover {
    margin-right: 85vh;
  }

  .xs\:hover\:mr-screen-90:hover {
    margin-right: 90vh;
  }

  .xs\:hover\:mr-screen-95:hover {
    margin-right: 95vh;
  }

  .xs\:hover\:mr-screen-minus-header:hover {
    margin-right: calc(100vh - 5.25rem);
  }

  .xs\:hover\:mr-screen-minus-35\.5:hover {
    margin-right: calc(100vh - 8.875rem);
  }

  .xs\:hover\:mr-screen-minus-36:hover {
    margin-right: calc(100vh - 9rem);
  }

  .xs\:hover\:mr-screen-minus-40:hover {
    margin-right: calc(100vh - 10rem);
  }

  .xs\:hover\:mr-screen-minus-55:hover {
    margin-right: calc(100vh - 13.75rem);
  }

  .xs\:hover\:mr-screen-minus-72:hover {
    margin-right: calc(100vh - 18rem);
  }

  .xs\:hover\:mr-screen-minus-80:hover {
    margin-right: calc(100vh - 20rem);
  }

  .xs\:hover\:mr-full-4:hover {
    margin-right: calc(100% - 16px);
  }

  .xs\:hover\:mr-account-body:hover {
    margin-right: calc(100vw - 304px);
  }

  .xs\:hover\:mr-menu-center:hover {
    margin-right: calc(50% - 288px);
  }

  .xs\:hover\:mr-tutorials-hidden:hover {
    margin-right: calc(100% - 56px);
  }

  .xs\:hover\:mr-popup-full-width:hover {
    margin-right: calc(100% + 32px);
  }

  .xs\:hover\:mr-popup-full-width-md:hover {
    margin-right: calc(100% + 64px);
  }

  .xs\:hover\:mr-popup-full-height:hover {
    margin-right: calc(100% + 68px);
  }

  .xs\:hover\:mr-max-content:hover {
    margin-right: max-content;
  }

  .xs\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .xs\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .xs\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .xs\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .xs\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .xs\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .xs\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .xs\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .xs\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .xs\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .xs\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .xs\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .xs\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .xs\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .xs\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .xs\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .xs\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .xs\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .xs\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .xs\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .xs\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .xs\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .xs\:hover\:-mr-29:hover {
    margin-right: -7.25rem;
  }

  .xs\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .xs\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .xs\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .xs\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .xs\:hover\:-mr-42:hover {
    margin-right: -10.5rem;
  }

  .xs\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .xs\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .xs\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .xs\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .xs\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .xs\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .xs\:hover\:-mr-68:hover {
    margin-right: -17rem;
  }

  .xs\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .xs\:hover\:-mr-77:hover {
    margin-right: -19.25rem;
  }

  .xs\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .xs\:hover\:-mr-82:hover {
    margin-right: -20.5rem;
  }

  .xs\:hover\:-mr-88:hover {
    margin-right: -22rem;
  }

  .xs\:hover\:-mr-94:hover {
    margin-right: -23.5rem;
  }

  .xs\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .xs\:hover\:-mr-98:hover {
    margin-right: -24.5rem;
  }

  .xs\:hover\:-mr-104:hover {
    margin-right: -26rem;
  }

  .xs\:hover\:-mr-108:hover {
    margin-right: -27rem;
  }

  .xs\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .xs\:hover\:-mr-112:hover {
    margin-right: -28rem;
  }

  .xs\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .xs\:hover\:-mr-128:hover {
    margin-right: -32rem;
  }

  .xs\:hover\:-mr-132:hover {
    margin-right: -33rem;
  }

  .xs\:hover\:-mr-134:hover {
    margin-right: -33.5rem;
  }

  .xs\:hover\:-mr-135:hover {
    margin-right: -33.75rem;
  }

  .xs\:hover\:-mr-136:hover {
    margin-right: -34rem;
  }

  .xs\:hover\:-mr-144:hover {
    margin-right: -36rem;
  }

  .xs\:hover\:-mr-152:hover {
    margin-right: -38rem;
  }

  .xs\:hover\:-mr-160:hover {
    margin-right: -40rem;
  }

  .xs\:hover\:-mr-164:hover {
    margin-right: -41rem;
  }

  .xs\:hover\:-mr-172:hover {
    margin-right: -43rem;
  }

  .xs\:hover\:-mr-179:hover {
    margin-right: -44.75rem;
  }

  .xs\:hover\:-mr-184:hover {
    margin-right: -46rem;
  }

  .xs\:hover\:-mr-192:hover {
    margin-right: -48rem;
  }

  .xs\:hover\:-mr-224:hover {
    margin-right: -56rem;
  }

  .xs\:hover\:-mr-240:hover {
    margin-right: -60rem;
  }

  .xs\:hover\:-mr-256:hover {
    margin-right: -64rem;
  }

  .xs\:hover\:-mr-265:hover {
    margin-right: -66.25rem;
  }

  .xs\:hover\:-mr-288:hover {
    margin-right: -72rem;
  }

  .xs\:hover\:-mr-384:hover {
    margin-right: -96rem;
  }

  .xs\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .xs\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .xs\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .xs\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .xs\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .xs\:hover\:-mr-0\.75:hover {
    margin-right: -0.1875rem;
  }

  .xs\:hover\:-mr-4\.5:hover {
    margin-right: -1.125rem;
  }

  .xs\:hover\:-mr-7\.5:hover {
    margin-right: -1.875rem;
  }

  .xs\:hover\:-mr-9\.5:hover {
    margin-right: -2.375rem;
  }

  .xs\:hover\:-mr-9\.75:hover {
    margin-right: -2.4375rem;
  }

  .xs\:hover\:-mr-12\.5:hover {
    margin-right: -3.125rem;
  }

  .xs\:hover\:-mr-13\.5:hover {
    margin-right: -3.375rem;
  }

  .xs\:hover\:-mr-292\.5:hover {
    margin-right: -73.125rem;
  }

  .xs\:hover\:-mr-1\/24:hover {
    margin-right: -4.16667%;
  }

  .xs\:hover\:-mr-2\/24:hover {
    margin-right: -8.33333%;
  }

  .xs\:hover\:-mr-3\/24:hover {
    margin-right: -12.5%;
  }

  .xs\:hover\:-mr-4\/24:hover {
    margin-right: -16.66667%;
  }

  .xs\:hover\:-mr-5\/24:hover {
    margin-right: -20.83333%;
  }

  .xs\:hover\:-mr-6\/24:hover {
    margin-right: -25%;
  }

  .xs\:hover\:-mr-7\/24:hover {
    margin-right: -29.16667%;
  }

  .xs\:hover\:-mr-8\/24:hover {
    margin-right: -33.33333%;
  }

  .xs\:hover\:-mr-9\/24:hover {
    margin-right: -37.5%;
  }

  .xs\:hover\:-mr-10\/24:hover {
    margin-right: -41.66667%;
  }

  .xs\:hover\:-mr-11\/24:hover {
    margin-right: -45.83333%;
  }

  .xs\:hover\:-mr-12\/24:hover {
    margin-right: -50%;
  }

  .xs\:hover\:-mr-13\/24:hover {
    margin-right: -54.16667%;
  }

  .xs\:hover\:-mr-14\/24:hover {
    margin-right: -58.33333%;
  }

  .xs\:hover\:-mr-15\/24:hover {
    margin-right: -62.5%;
  }

  .xs\:hover\:-mr-16\/24:hover {
    margin-right: -66.66667%;
  }

  .xs\:hover\:-mr-17\/24:hover {
    margin-right: -70.83333%;
  }

  .xs\:hover\:-mr-18\/24:hover {
    margin-right: -75%;
  }

  .xs\:hover\:-mr-19\/24:hover {
    margin-right: -79.16667%;
  }

  .xs\:hover\:-mr-20\/24:hover {
    margin-right: -83.33333%;
  }

  .xs\:hover\:-mr-21\/24:hover {
    margin-right: -87.5%;
  }

  .xs\:hover\:-mr-22\/24:hover {
    margin-right: -91.66667%;
  }

  .xs\:hover\:-mr-23\/24:hover {
    margin-right: -95.83333%;
  }

  .xs\:hover\:-mr-24\/24:hover {
    margin-right: -100%;
  }

  .xs\:hover\:-mr-screen-header:hover {
    margin-right: -41.55vw;
  }

  .xs\:hover\:-mr-screen-60:hover {
    margin-right: -60vh;
  }

  .xs\:hover\:-mr-screen-80:hover {
    margin-right: -80vh;
  }

  .xs\:hover\:-mr-screen-85:hover {
    margin-right: -85vh;
  }

  .xs\:hover\:-mr-screen-90:hover {
    margin-right: -90vh;
  }

  .xs\:hover\:-mr-screen-95:hover {
    margin-right: -95vh;
  }

  .xs\:hover\:-mr-screen-minus-header:hover {
    margin-right: calc(-100vh - -5.25rem);
  }

  .xs\:hover\:-mr-screen-minus-35\.5:hover {
    margin-right: calc(-100vh - -8.875rem);
  }

  .xs\:hover\:-mr-screen-minus-36:hover {
    margin-right: calc(-100vh - -9rem);
  }

  .xs\:hover\:-mr-screen-minus-40:hover {
    margin-right: calc(-100vh - -10rem);
  }

  .xs\:hover\:-mr-screen-minus-55:hover {
    margin-right: calc(-100vh - -13.75rem);
  }

  .xs\:hover\:-mr-screen-minus-72:hover {
    margin-right: calc(-100vh - -18rem);
  }

  .xs\:hover\:-mr-screen-minus-80:hover {
    margin-right: calc(-100vh - -20rem);
  }

  .xs\:hover\:-mr-full-4:hover {
    margin-right: calc(-100% - -16px);
  }

  .xs\:hover\:-mr-account-body:hover {
    margin-right: calc(-100vw - -304px);
  }

  .xs\:hover\:-mr-menu-center:hover {
    margin-right: calc(-50% - -288px);
  }

  .xs\:hover\:-mr-tutorials-hidden:hover {
    margin-right: calc(-100% - -56px);
  }

  .xs\:hover\:-mr-popup-full-width:hover {
    margin-right: calc(-100% + -32px);
  }

  .xs\:hover\:-mr-popup-full-width-md:hover {
    margin-right: calc(-100% + -64px);
  }

  .xs\:hover\:-mr-popup-full-height:hover {
    margin-right: calc(-100% + -68px);
  }

  .xs\:hover\:-mr-max-content:hover {
    margin-right: max-content;
  }

  .xs\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .xs\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .xs\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .xs\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .xs\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .xs\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .xs\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .xs\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .xs\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .xs\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .xs\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .xs\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .xs\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .xs\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .xs\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .xs\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .xs\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .xs\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .xs\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .xs\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .xs\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .xs\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .xs\:hover\:mb-29:hover {
    margin-bottom: 7.25rem;
  }

  .xs\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .xs\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .xs\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .xs\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .xs\:hover\:mb-42:hover {
    margin-bottom: 10.5rem;
  }

  .xs\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .xs\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .xs\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .xs\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .xs\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .xs\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .xs\:hover\:mb-68:hover {
    margin-bottom: 17rem;
  }

  .xs\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .xs\:hover\:mb-77:hover {
    margin-bottom: 19.25rem;
  }

  .xs\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .xs\:hover\:mb-82:hover {
    margin-bottom: 20.5rem;
  }

  .xs\:hover\:mb-88:hover {
    margin-bottom: 22rem;
  }

  .xs\:hover\:mb-94:hover {
    margin-bottom: 23.5rem;
  }

  .xs\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .xs\:hover\:mb-98:hover {
    margin-bottom: 24.5rem;
  }

  .xs\:hover\:mb-104:hover {
    margin-bottom: 26rem;
  }

  .xs\:hover\:mb-108:hover {
    margin-bottom: 27rem;
  }

  .xs\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .xs\:hover\:mb-112:hover {
    margin-bottom: 28rem;
  }

  .xs\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .xs\:hover\:mb-128:hover {
    margin-bottom: 32rem;
  }

  .xs\:hover\:mb-132:hover {
    margin-bottom: 33rem;
  }

  .xs\:hover\:mb-134:hover {
    margin-bottom: 33.5rem;
  }

  .xs\:hover\:mb-135:hover {
    margin-bottom: 33.75rem;
  }

  .xs\:hover\:mb-136:hover {
    margin-bottom: 34rem;
  }

  .xs\:hover\:mb-144:hover {
    margin-bottom: 36rem;
  }

  .xs\:hover\:mb-152:hover {
    margin-bottom: 38rem;
  }

  .xs\:hover\:mb-160:hover {
    margin-bottom: 40rem;
  }

  .xs\:hover\:mb-164:hover {
    margin-bottom: 41rem;
  }

  .xs\:hover\:mb-172:hover {
    margin-bottom: 43rem;
  }

  .xs\:hover\:mb-179:hover {
    margin-bottom: 44.75rem;
  }

  .xs\:hover\:mb-184:hover {
    margin-bottom: 46rem;
  }

  .xs\:hover\:mb-192:hover {
    margin-bottom: 48rem;
  }

  .xs\:hover\:mb-224:hover {
    margin-bottom: 56rem;
  }

  .xs\:hover\:mb-240:hover {
    margin-bottom: 60rem;
  }

  .xs\:hover\:mb-256:hover {
    margin-bottom: 64rem;
  }

  .xs\:hover\:mb-265:hover {
    margin-bottom: 66.25rem;
  }

  .xs\:hover\:mb-288:hover {
    margin-bottom: 72rem;
  }

  .xs\:hover\:mb-384:hover {
    margin-bottom: 96rem;
  }

  .xs\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .xs\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .xs\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .xs\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .xs\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .xs\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .xs\:hover\:mb-0\.75:hover {
    margin-bottom: 0.1875rem;
  }

  .xs\:hover\:mb-4\.5:hover {
    margin-bottom: 1.125rem;
  }

  .xs\:hover\:mb-7\.5:hover {
    margin-bottom: 1.875rem;
  }

  .xs\:hover\:mb-9\.5:hover {
    margin-bottom: 2.375rem;
  }

  .xs\:hover\:mb-9\.75:hover {
    margin-bottom: 2.4375rem;
  }

  .xs\:hover\:mb-12\.5:hover {
    margin-bottom: 3.125rem;
  }

  .xs\:hover\:mb-13\.5:hover {
    margin-bottom: 3.375rem;
  }

  .xs\:hover\:mb-292\.5:hover {
    margin-bottom: 73.125rem;
  }

  .xs\:hover\:mb-1\/24:hover {
    margin-bottom: 4.166667%;
  }

  .xs\:hover\:mb-2\/24:hover {
    margin-bottom: 8.333333%;
  }

  .xs\:hover\:mb-3\/24:hover {
    margin-bottom: 12.5%;
  }

  .xs\:hover\:mb-4\/24:hover {
    margin-bottom: 16.666667%;
  }

  .xs\:hover\:mb-5\/24:hover {
    margin-bottom: 20.833333%;
  }

  .xs\:hover\:mb-6\/24:hover {
    margin-bottom: 25%;
  }

  .xs\:hover\:mb-7\/24:hover {
    margin-bottom: 29.166666%;
  }

  .xs\:hover\:mb-8\/24:hover {
    margin-bottom: 33.333333%;
  }

  .xs\:hover\:mb-9\/24:hover {
    margin-bottom: 37.5%;
  }

  .xs\:hover\:mb-10\/24:hover {
    margin-bottom: 41.666666%;
  }

  .xs\:hover\:mb-11\/24:hover {
    margin-bottom: 45.833333%;
  }

  .xs\:hover\:mb-12\/24:hover {
    margin-bottom: 50%;
  }

  .xs\:hover\:mb-13\/24:hover {
    margin-bottom: 54.166666%;
  }

  .xs\:hover\:mb-14\/24:hover {
    margin-bottom: 58.333333%;
  }

  .xs\:hover\:mb-15\/24:hover {
    margin-bottom: 62.5%;
  }

  .xs\:hover\:mb-16\/24:hover {
    margin-bottom: 66.666667%;
  }

  .xs\:hover\:mb-17\/24:hover {
    margin-bottom: 70.833333%;
  }

  .xs\:hover\:mb-18\/24:hover {
    margin-bottom: 75%;
  }

  .xs\:hover\:mb-19\/24:hover {
    margin-bottom: 79.166667%;
  }

  .xs\:hover\:mb-20\/24:hover {
    margin-bottom: 83.333333%;
  }

  .xs\:hover\:mb-21\/24:hover {
    margin-bottom: 87.5%;
  }

  .xs\:hover\:mb-22\/24:hover {
    margin-bottom: 91.666667%;
  }

  .xs\:hover\:mb-23\/24:hover {
    margin-bottom: 95.833333%;
  }

  .xs\:hover\:mb-24\/24:hover {
    margin-bottom: 100%;
  }

  .xs\:hover\:mb-screen-header:hover {
    margin-bottom: 41.55vw;
  }

  .xs\:hover\:mb-screen-60:hover {
    margin-bottom: 60vh;
  }

  .xs\:hover\:mb-screen-80:hover {
    margin-bottom: 80vh;
  }

  .xs\:hover\:mb-screen-85:hover {
    margin-bottom: 85vh;
  }

  .xs\:hover\:mb-screen-90:hover {
    margin-bottom: 90vh;
  }

  .xs\:hover\:mb-screen-95:hover {
    margin-bottom: 95vh;
  }

  .xs\:hover\:mb-screen-minus-header:hover {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .xs\:hover\:mb-screen-minus-35\.5:hover {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .xs\:hover\:mb-screen-minus-36:hover {
    margin-bottom: calc(100vh - 9rem);
  }

  .xs\:hover\:mb-screen-minus-40:hover {
    margin-bottom: calc(100vh - 10rem);
  }

  .xs\:hover\:mb-screen-minus-55:hover {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .xs\:hover\:mb-screen-minus-72:hover {
    margin-bottom: calc(100vh - 18rem);
  }

  .xs\:hover\:mb-screen-minus-80:hover {
    margin-bottom: calc(100vh - 20rem);
  }

  .xs\:hover\:mb-full-4:hover {
    margin-bottom: calc(100% - 16px);
  }

  .xs\:hover\:mb-account-body:hover {
    margin-bottom: calc(100vw - 304px);
  }

  .xs\:hover\:mb-menu-center:hover {
    margin-bottom: calc(50% - 288px);
  }

  .xs\:hover\:mb-tutorials-hidden:hover {
    margin-bottom: calc(100% - 56px);
  }

  .xs\:hover\:mb-popup-full-width:hover {
    margin-bottom: calc(100% + 32px);
  }

  .xs\:hover\:mb-popup-full-width-md:hover {
    margin-bottom: calc(100% + 64px);
  }

  .xs\:hover\:mb-popup-full-height:hover {
    margin-bottom: calc(100% + 68px);
  }

  .xs\:hover\:mb-max-content:hover {
    margin-bottom: max-content;
  }

  .xs\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .xs\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .xs\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .xs\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .xs\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .xs\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .xs\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .xs\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .xs\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .xs\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .xs\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .xs\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .xs\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .xs\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .xs\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .xs\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .xs\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .xs\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .xs\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .xs\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .xs\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .xs\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .xs\:hover\:-mb-29:hover {
    margin-bottom: -7.25rem;
  }

  .xs\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .xs\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .xs\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .xs\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .xs\:hover\:-mb-42:hover {
    margin-bottom: -10.5rem;
  }

  .xs\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .xs\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .xs\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .xs\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .xs\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .xs\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .xs\:hover\:-mb-68:hover {
    margin-bottom: -17rem;
  }

  .xs\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .xs\:hover\:-mb-77:hover {
    margin-bottom: -19.25rem;
  }

  .xs\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .xs\:hover\:-mb-82:hover {
    margin-bottom: -20.5rem;
  }

  .xs\:hover\:-mb-88:hover {
    margin-bottom: -22rem;
  }

  .xs\:hover\:-mb-94:hover {
    margin-bottom: -23.5rem;
  }

  .xs\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .xs\:hover\:-mb-98:hover {
    margin-bottom: -24.5rem;
  }

  .xs\:hover\:-mb-104:hover {
    margin-bottom: -26rem;
  }

  .xs\:hover\:-mb-108:hover {
    margin-bottom: -27rem;
  }

  .xs\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .xs\:hover\:-mb-112:hover {
    margin-bottom: -28rem;
  }

  .xs\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .xs\:hover\:-mb-128:hover {
    margin-bottom: -32rem;
  }

  .xs\:hover\:-mb-132:hover {
    margin-bottom: -33rem;
  }

  .xs\:hover\:-mb-134:hover {
    margin-bottom: -33.5rem;
  }

  .xs\:hover\:-mb-135:hover {
    margin-bottom: -33.75rem;
  }

  .xs\:hover\:-mb-136:hover {
    margin-bottom: -34rem;
  }

  .xs\:hover\:-mb-144:hover {
    margin-bottom: -36rem;
  }

  .xs\:hover\:-mb-152:hover {
    margin-bottom: -38rem;
  }

  .xs\:hover\:-mb-160:hover {
    margin-bottom: -40rem;
  }

  .xs\:hover\:-mb-164:hover {
    margin-bottom: -41rem;
  }

  .xs\:hover\:-mb-172:hover {
    margin-bottom: -43rem;
  }

  .xs\:hover\:-mb-179:hover {
    margin-bottom: -44.75rem;
  }

  .xs\:hover\:-mb-184:hover {
    margin-bottom: -46rem;
  }

  .xs\:hover\:-mb-192:hover {
    margin-bottom: -48rem;
  }

  .xs\:hover\:-mb-224:hover {
    margin-bottom: -56rem;
  }

  .xs\:hover\:-mb-240:hover {
    margin-bottom: -60rem;
  }

  .xs\:hover\:-mb-256:hover {
    margin-bottom: -64rem;
  }

  .xs\:hover\:-mb-265:hover {
    margin-bottom: -66.25rem;
  }

  .xs\:hover\:-mb-288:hover {
    margin-bottom: -72rem;
  }

  .xs\:hover\:-mb-384:hover {
    margin-bottom: -96rem;
  }

  .xs\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .xs\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .xs\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .xs\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .xs\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .xs\:hover\:-mb-0\.75:hover {
    margin-bottom: -0.1875rem;
  }

  .xs\:hover\:-mb-4\.5:hover {
    margin-bottom: -1.125rem;
  }

  .xs\:hover\:-mb-7\.5:hover {
    margin-bottom: -1.875rem;
  }

  .xs\:hover\:-mb-9\.5:hover {
    margin-bottom: -2.375rem;
  }

  .xs\:hover\:-mb-9\.75:hover {
    margin-bottom: -2.4375rem;
  }

  .xs\:hover\:-mb-12\.5:hover {
    margin-bottom: -3.125rem;
  }

  .xs\:hover\:-mb-13\.5:hover {
    margin-bottom: -3.375rem;
  }

  .xs\:hover\:-mb-292\.5:hover {
    margin-bottom: -73.125rem;
  }

  .xs\:hover\:-mb-1\/24:hover {
    margin-bottom: -4.16667%;
  }

  .xs\:hover\:-mb-2\/24:hover {
    margin-bottom: -8.33333%;
  }

  .xs\:hover\:-mb-3\/24:hover {
    margin-bottom: -12.5%;
  }

  .xs\:hover\:-mb-4\/24:hover {
    margin-bottom: -16.66667%;
  }

  .xs\:hover\:-mb-5\/24:hover {
    margin-bottom: -20.83333%;
  }

  .xs\:hover\:-mb-6\/24:hover {
    margin-bottom: -25%;
  }

  .xs\:hover\:-mb-7\/24:hover {
    margin-bottom: -29.16667%;
  }

  .xs\:hover\:-mb-8\/24:hover {
    margin-bottom: -33.33333%;
  }

  .xs\:hover\:-mb-9\/24:hover {
    margin-bottom: -37.5%;
  }

  .xs\:hover\:-mb-10\/24:hover {
    margin-bottom: -41.66667%;
  }

  .xs\:hover\:-mb-11\/24:hover {
    margin-bottom: -45.83333%;
  }

  .xs\:hover\:-mb-12\/24:hover {
    margin-bottom: -50%;
  }

  .xs\:hover\:-mb-13\/24:hover {
    margin-bottom: -54.16667%;
  }

  .xs\:hover\:-mb-14\/24:hover {
    margin-bottom: -58.33333%;
  }

  .xs\:hover\:-mb-15\/24:hover {
    margin-bottom: -62.5%;
  }

  .xs\:hover\:-mb-16\/24:hover {
    margin-bottom: -66.66667%;
  }

  .xs\:hover\:-mb-17\/24:hover {
    margin-bottom: -70.83333%;
  }

  .xs\:hover\:-mb-18\/24:hover {
    margin-bottom: -75%;
  }

  .xs\:hover\:-mb-19\/24:hover {
    margin-bottom: -79.16667%;
  }

  .xs\:hover\:-mb-20\/24:hover {
    margin-bottom: -83.33333%;
  }

  .xs\:hover\:-mb-21\/24:hover {
    margin-bottom: -87.5%;
  }

  .xs\:hover\:-mb-22\/24:hover {
    margin-bottom: -91.66667%;
  }

  .xs\:hover\:-mb-23\/24:hover {
    margin-bottom: -95.83333%;
  }

  .xs\:hover\:-mb-24\/24:hover {
    margin-bottom: -100%;
  }

  .xs\:hover\:-mb-screen-header:hover {
    margin-bottom: -41.55vw;
  }

  .xs\:hover\:-mb-screen-60:hover {
    margin-bottom: -60vh;
  }

  .xs\:hover\:-mb-screen-80:hover {
    margin-bottom: -80vh;
  }

  .xs\:hover\:-mb-screen-85:hover {
    margin-bottom: -85vh;
  }

  .xs\:hover\:-mb-screen-90:hover {
    margin-bottom: -90vh;
  }

  .xs\:hover\:-mb-screen-95:hover {
    margin-bottom: -95vh;
  }

  .xs\:hover\:-mb-screen-minus-header:hover {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .xs\:hover\:-mb-screen-minus-35\.5:hover {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .xs\:hover\:-mb-screen-minus-36:hover {
    margin-bottom: calc(-100vh - -9rem);
  }

  .xs\:hover\:-mb-screen-minus-40:hover {
    margin-bottom: calc(-100vh - -10rem);
  }

  .xs\:hover\:-mb-screen-minus-55:hover {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .xs\:hover\:-mb-screen-minus-72:hover {
    margin-bottom: calc(-100vh - -18rem);
  }

  .xs\:hover\:-mb-screen-minus-80:hover {
    margin-bottom: calc(-100vh - -20rem);
  }

  .xs\:hover\:-mb-full-4:hover {
    margin-bottom: calc(-100% - -16px);
  }

  .xs\:hover\:-mb-account-body:hover {
    margin-bottom: calc(-100vw - -304px);
  }

  .xs\:hover\:-mb-menu-center:hover {
    margin-bottom: calc(-50% - -288px);
  }

  .xs\:hover\:-mb-tutorials-hidden:hover {
    margin-bottom: calc(-100% - -56px);
  }

  .xs\:hover\:-mb-popup-full-width:hover {
    margin-bottom: calc(-100% + -32px);
  }

  .xs\:hover\:-mb-popup-full-width-md:hover {
    margin-bottom: calc(-100% + -64px);
  }

  .xs\:hover\:-mb-popup-full-height:hover {
    margin-bottom: calc(-100% + -68px);
  }

  .xs\:hover\:-mb-max-content:hover {
    margin-bottom: max-content;
  }

  .xs\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .xs\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .xs\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .xs\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .xs\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .xs\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .xs\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .xs\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .xs\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .xs\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .xs\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .xs\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .xs\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .xs\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .xs\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .xs\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .xs\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .xs\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .xs\:hover\:ml-22:hover {
    margin-left: 5.5rem;
  }

  .xs\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .xs\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .xs\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .xs\:hover\:ml-29:hover {
    margin-left: 7.25rem;
  }

  .xs\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .xs\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .xs\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .xs\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .xs\:hover\:ml-42:hover {
    margin-left: 10.5rem;
  }

  .xs\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .xs\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .xs\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .xs\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .xs\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .xs\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .xs\:hover\:ml-68:hover {
    margin-left: 17rem;
  }

  .xs\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .xs\:hover\:ml-77:hover {
    margin-left: 19.25rem;
  }

  .xs\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .xs\:hover\:ml-82:hover {
    margin-left: 20.5rem;
  }

  .xs\:hover\:ml-88:hover {
    margin-left: 22rem;
  }

  .xs\:hover\:ml-94:hover {
    margin-left: 23.5rem;
  }

  .xs\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .xs\:hover\:ml-98:hover {
    margin-left: 24.5rem;
  }

  .xs\:hover\:ml-104:hover {
    margin-left: 26rem;
  }

  .xs\:hover\:ml-108:hover {
    margin-left: 27rem;
  }

  .xs\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .xs\:hover\:ml-112:hover {
    margin-left: 28rem;
  }

  .xs\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .xs\:hover\:ml-128:hover {
    margin-left: 32rem;
  }

  .xs\:hover\:ml-132:hover {
    margin-left: 33rem;
  }

  .xs\:hover\:ml-134:hover {
    margin-left: 33.5rem;
  }

  .xs\:hover\:ml-135:hover {
    margin-left: 33.75rem;
  }

  .xs\:hover\:ml-136:hover {
    margin-left: 34rem;
  }

  .xs\:hover\:ml-144:hover {
    margin-left: 36rem;
  }

  .xs\:hover\:ml-152:hover {
    margin-left: 38rem;
  }

  .xs\:hover\:ml-160:hover {
    margin-left: 40rem;
  }

  .xs\:hover\:ml-164:hover {
    margin-left: 41rem;
  }

  .xs\:hover\:ml-172:hover {
    margin-left: 43rem;
  }

  .xs\:hover\:ml-179:hover {
    margin-left: 44.75rem;
  }

  .xs\:hover\:ml-184:hover {
    margin-left: 46rem;
  }

  .xs\:hover\:ml-192:hover {
    margin-left: 48rem;
  }

  .xs\:hover\:ml-224:hover {
    margin-left: 56rem;
  }

  .xs\:hover\:ml-240:hover {
    margin-left: 60rem;
  }

  .xs\:hover\:ml-256:hover {
    margin-left: 64rem;
  }

  .xs\:hover\:ml-265:hover {
    margin-left: 66.25rem;
  }

  .xs\:hover\:ml-288:hover {
    margin-left: 72rem;
  }

  .xs\:hover\:ml-384:hover {
    margin-left: 96rem;
  }

  .xs\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .xs\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .xs\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .xs\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .xs\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .xs\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .xs\:hover\:ml-0\.75:hover {
    margin-left: 0.1875rem;
  }

  .xs\:hover\:ml-4\.5:hover {
    margin-left: 1.125rem;
  }

  .xs\:hover\:ml-7\.5:hover {
    margin-left: 1.875rem;
  }

  .xs\:hover\:ml-9\.5:hover {
    margin-left: 2.375rem;
  }

  .xs\:hover\:ml-9\.75:hover {
    margin-left: 2.4375rem;
  }

  .xs\:hover\:ml-12\.5:hover {
    margin-left: 3.125rem;
  }

  .xs\:hover\:ml-13\.5:hover {
    margin-left: 3.375rem;
  }

  .xs\:hover\:ml-292\.5:hover {
    margin-left: 73.125rem;
  }

  .xs\:hover\:ml-1\/24:hover {
    margin-left: 4.166667%;
  }

  .xs\:hover\:ml-2\/24:hover {
    margin-left: 8.333333%;
  }

  .xs\:hover\:ml-3\/24:hover {
    margin-left: 12.5%;
  }

  .xs\:hover\:ml-4\/24:hover {
    margin-left: 16.666667%;
  }

  .xs\:hover\:ml-5\/24:hover {
    margin-left: 20.833333%;
  }

  .xs\:hover\:ml-6\/24:hover {
    margin-left: 25%;
  }

  .xs\:hover\:ml-7\/24:hover {
    margin-left: 29.166666%;
  }

  .xs\:hover\:ml-8\/24:hover {
    margin-left: 33.333333%;
  }

  .xs\:hover\:ml-9\/24:hover {
    margin-left: 37.5%;
  }

  .xs\:hover\:ml-10\/24:hover {
    margin-left: 41.666666%;
  }

  .xs\:hover\:ml-11\/24:hover {
    margin-left: 45.833333%;
  }

  .xs\:hover\:ml-12\/24:hover {
    margin-left: 50%;
  }

  .xs\:hover\:ml-13\/24:hover {
    margin-left: 54.166666%;
  }

  .xs\:hover\:ml-14\/24:hover {
    margin-left: 58.333333%;
  }

  .xs\:hover\:ml-15\/24:hover {
    margin-left: 62.5%;
  }

  .xs\:hover\:ml-16\/24:hover {
    margin-left: 66.666667%;
  }

  .xs\:hover\:ml-17\/24:hover {
    margin-left: 70.833333%;
  }

  .xs\:hover\:ml-18\/24:hover {
    margin-left: 75%;
  }

  .xs\:hover\:ml-19\/24:hover {
    margin-left: 79.166667%;
  }

  .xs\:hover\:ml-20\/24:hover {
    margin-left: 83.333333%;
  }

  .xs\:hover\:ml-21\/24:hover {
    margin-left: 87.5%;
  }

  .xs\:hover\:ml-22\/24:hover {
    margin-left: 91.666667%;
  }

  .xs\:hover\:ml-23\/24:hover {
    margin-left: 95.833333%;
  }

  .xs\:hover\:ml-24\/24:hover {
    margin-left: 100%;
  }

  .xs\:hover\:ml-screen-header:hover {
    margin-left: 41.55vw;
  }

  .xs\:hover\:ml-screen-60:hover {
    margin-left: 60vh;
  }

  .xs\:hover\:ml-screen-80:hover {
    margin-left: 80vh;
  }

  .xs\:hover\:ml-screen-85:hover {
    margin-left: 85vh;
  }

  .xs\:hover\:ml-screen-90:hover {
    margin-left: 90vh;
  }

  .xs\:hover\:ml-screen-95:hover {
    margin-left: 95vh;
  }

  .xs\:hover\:ml-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
  }

  .xs\:hover\:ml-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
  }

  .xs\:hover\:ml-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
  }

  .xs\:hover\:ml-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
  }

  .xs\:hover\:ml-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
  }

  .xs\:hover\:ml-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
  }

  .xs\:hover\:ml-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
  }

  .xs\:hover\:ml-full-4:hover {
    margin-left: calc(100% - 16px);
  }

  .xs\:hover\:ml-account-body:hover {
    margin-left: calc(100vw - 304px);
  }

  .xs\:hover\:ml-menu-center:hover {
    margin-left: calc(50% - 288px);
  }

  .xs\:hover\:ml-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
  }

  .xs\:hover\:ml-popup-full-width:hover {
    margin-left: calc(100% + 32px);
  }

  .xs\:hover\:ml-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
  }

  .xs\:hover\:ml-popup-full-height:hover {
    margin-left: calc(100% + 68px);
  }

  .xs\:hover\:ml-max-content:hover {
    margin-left: max-content;
  }

  .xs\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .xs\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .xs\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .xs\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .xs\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .xs\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .xs\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .xs\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .xs\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .xs\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .xs\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .xs\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .xs\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .xs\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .xs\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .xs\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .xs\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .xs\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .xs\:hover\:-ml-22:hover {
    margin-left: -5.5rem;
  }

  .xs\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .xs\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .xs\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .xs\:hover\:-ml-29:hover {
    margin-left: -7.25rem;
  }

  .xs\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .xs\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .xs\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .xs\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .xs\:hover\:-ml-42:hover {
    margin-left: -10.5rem;
  }

  .xs\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .xs\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .xs\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .xs\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .xs\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .xs\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .xs\:hover\:-ml-68:hover {
    margin-left: -17rem;
  }

  .xs\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .xs\:hover\:-ml-77:hover {
    margin-left: -19.25rem;
  }

  .xs\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .xs\:hover\:-ml-82:hover {
    margin-left: -20.5rem;
  }

  .xs\:hover\:-ml-88:hover {
    margin-left: -22rem;
  }

  .xs\:hover\:-ml-94:hover {
    margin-left: -23.5rem;
  }

  .xs\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .xs\:hover\:-ml-98:hover {
    margin-left: -24.5rem;
  }

  .xs\:hover\:-ml-104:hover {
    margin-left: -26rem;
  }

  .xs\:hover\:-ml-108:hover {
    margin-left: -27rem;
  }

  .xs\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .xs\:hover\:-ml-112:hover {
    margin-left: -28rem;
  }

  .xs\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .xs\:hover\:-ml-128:hover {
    margin-left: -32rem;
  }

  .xs\:hover\:-ml-132:hover {
    margin-left: -33rem;
  }

  .xs\:hover\:-ml-134:hover {
    margin-left: -33.5rem;
  }

  .xs\:hover\:-ml-135:hover {
    margin-left: -33.75rem;
  }

  .xs\:hover\:-ml-136:hover {
    margin-left: -34rem;
  }

  .xs\:hover\:-ml-144:hover {
    margin-left: -36rem;
  }

  .xs\:hover\:-ml-152:hover {
    margin-left: -38rem;
  }

  .xs\:hover\:-ml-160:hover {
    margin-left: -40rem;
  }

  .xs\:hover\:-ml-164:hover {
    margin-left: -41rem;
  }

  .xs\:hover\:-ml-172:hover {
    margin-left: -43rem;
  }

  .xs\:hover\:-ml-179:hover {
    margin-left: -44.75rem;
  }

  .xs\:hover\:-ml-184:hover {
    margin-left: -46rem;
  }

  .xs\:hover\:-ml-192:hover {
    margin-left: -48rem;
  }

  .xs\:hover\:-ml-224:hover {
    margin-left: -56rem;
  }

  .xs\:hover\:-ml-240:hover {
    margin-left: -60rem;
  }

  .xs\:hover\:-ml-256:hover {
    margin-left: -64rem;
  }

  .xs\:hover\:-ml-265:hover {
    margin-left: -66.25rem;
  }

  .xs\:hover\:-ml-288:hover {
    margin-left: -72rem;
  }

  .xs\:hover\:-ml-384:hover {
    margin-left: -96rem;
  }

  .xs\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .xs\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .xs\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .xs\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .xs\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .xs\:hover\:-ml-0\.75:hover {
    margin-left: -0.1875rem;
  }

  .xs\:hover\:-ml-4\.5:hover {
    margin-left: -1.125rem;
  }

  .xs\:hover\:-ml-7\.5:hover {
    margin-left: -1.875rem;
  }

  .xs\:hover\:-ml-9\.5:hover {
    margin-left: -2.375rem;
  }

  .xs\:hover\:-ml-9\.75:hover {
    margin-left: -2.4375rem;
  }

  .xs\:hover\:-ml-12\.5:hover {
    margin-left: -3.125rem;
  }

  .xs\:hover\:-ml-13\.5:hover {
    margin-left: -3.375rem;
  }

  .xs\:hover\:-ml-292\.5:hover {
    margin-left: -73.125rem;
  }

  .xs\:hover\:-ml-1\/24:hover {
    margin-left: -4.16667%;
  }

  .xs\:hover\:-ml-2\/24:hover {
    margin-left: -8.33333%;
  }

  .xs\:hover\:-ml-3\/24:hover {
    margin-left: -12.5%;
  }

  .xs\:hover\:-ml-4\/24:hover {
    margin-left: -16.66667%;
  }

  .xs\:hover\:-ml-5\/24:hover {
    margin-left: -20.83333%;
  }

  .xs\:hover\:-ml-6\/24:hover {
    margin-left: -25%;
  }

  .xs\:hover\:-ml-7\/24:hover {
    margin-left: -29.16667%;
  }

  .xs\:hover\:-ml-8\/24:hover {
    margin-left: -33.33333%;
  }

  .xs\:hover\:-ml-9\/24:hover {
    margin-left: -37.5%;
  }

  .xs\:hover\:-ml-10\/24:hover {
    margin-left: -41.66667%;
  }

  .xs\:hover\:-ml-11\/24:hover {
    margin-left: -45.83333%;
  }

  .xs\:hover\:-ml-12\/24:hover {
    margin-left: -50%;
  }

  .xs\:hover\:-ml-13\/24:hover {
    margin-left: -54.16667%;
  }

  .xs\:hover\:-ml-14\/24:hover {
    margin-left: -58.33333%;
  }

  .xs\:hover\:-ml-15\/24:hover {
    margin-left: -62.5%;
  }

  .xs\:hover\:-ml-16\/24:hover {
    margin-left: -66.66667%;
  }

  .xs\:hover\:-ml-17\/24:hover {
    margin-left: -70.83333%;
  }

  .xs\:hover\:-ml-18\/24:hover {
    margin-left: -75%;
  }

  .xs\:hover\:-ml-19\/24:hover {
    margin-left: -79.16667%;
  }

  .xs\:hover\:-ml-20\/24:hover {
    margin-left: -83.33333%;
  }

  .xs\:hover\:-ml-21\/24:hover {
    margin-left: -87.5%;
  }

  .xs\:hover\:-ml-22\/24:hover {
    margin-left: -91.66667%;
  }

  .xs\:hover\:-ml-23\/24:hover {
    margin-left: -95.83333%;
  }

  .xs\:hover\:-ml-24\/24:hover {
    margin-left: -100%;
  }

  .xs\:hover\:-ml-screen-header:hover {
    margin-left: -41.55vw;
  }

  .xs\:hover\:-ml-screen-60:hover {
    margin-left: -60vh;
  }

  .xs\:hover\:-ml-screen-80:hover {
    margin-left: -80vh;
  }

  .xs\:hover\:-ml-screen-85:hover {
    margin-left: -85vh;
  }

  .xs\:hover\:-ml-screen-90:hover {
    margin-left: -90vh;
  }

  .xs\:hover\:-ml-screen-95:hover {
    margin-left: -95vh;
  }

  .xs\:hover\:-ml-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
  }

  .xs\:hover\:-ml-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
  }

  .xs\:hover\:-ml-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
  }

  .xs\:hover\:-ml-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
  }

  .xs\:hover\:-ml-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
  }

  .xs\:hover\:-ml-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
  }

  .xs\:hover\:-ml-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
  }

  .xs\:hover\:-ml-full-4:hover {
    margin-left: calc(-100% - -16px);
  }

  .xs\:hover\:-ml-account-body:hover {
    margin-left: calc(-100vw - -304px);
  }

  .xs\:hover\:-ml-menu-center:hover {
    margin-left: calc(-50% - -288px);
  }

  .xs\:hover\:-ml-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
  }

  .xs\:hover\:-ml-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
  }

  .xs\:hover\:-ml-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
  }

  .xs\:hover\:-ml-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
  }

  .xs\:hover\:-ml-max-content:hover {
    margin-left: max-content;
  }

  .xs\:box-border {
    box-sizing: border-box;
  }

  .xs\:box-content {
    box-sizing: content-box;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:inline {
    display: inline;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:inline-flex {
    display: inline-flex;
  }

  .xs\:table {
    display: table;
  }

  .xs\:inline-table {
    display: inline-table;
  }

  .xs\:table-caption {
    display: table-caption;
  }

  .xs\:table-cell {
    display: table-cell;
  }

  .xs\:table-column {
    display: table-column;
  }

  .xs\:table-column-group {
    display: table-column-group;
  }

  .xs\:table-footer-group {
    display: table-footer-group;
  }

  .xs\:table-header-group {
    display: table-header-group;
  }

  .xs\:table-row-group {
    display: table-row-group;
  }

  .xs\:table-row {
    display: table-row;
  }

  .xs\:flow-root {
    display: flow-root;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:inline-grid {
    display: inline-grid;
  }

  .xs\:contents {
    display: contents;
  }

  .xs\:list-item {
    display: list-item;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-0 {
    height: 0px;
  }

  .xs\:h-1 {
    height: 0.25rem;
  }

  .xs\:h-2 {
    height: 0.5rem;
  }

  .xs\:h-3 {
    height: 0.75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-7 {
    height: 1.75rem;
  }

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:h-9 {
    height: 2.25rem;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-11 {
    height: 2.75rem;
  }

  .xs\:h-12 {
    height: 3rem;
  }

  .xs\:h-14 {
    height: 3.5rem;
  }

  .xs\:h-16 {
    height: 4rem;
  }

  .xs\:h-18 {
    height: 4.5rem;
  }

  .xs\:h-20 {
    height: 5rem;
  }

  .xs\:h-21 {
    height: 5.25rem;
  }

  .xs\:h-22 {
    height: 5.5rem;
  }

  .xs\:h-24 {
    height: 6rem;
  }

  .xs\:h-26 {
    height: 6.5rem;
  }

  .xs\:h-28 {
    height: 7rem;
  }

  .xs\:h-29 {
    height: 7.25rem;
  }

  .xs\:h-32 {
    height: 8rem;
  }

  .xs\:h-34 {
    height: 8.5rem;
  }

  .xs\:h-36 {
    height: 9rem;
  }

  .xs\:h-40 {
    height: 10rem;
  }

  .xs\:h-42 {
    height: 10.5rem;
  }

  .xs\:h-44 {
    height: 11rem;
  }

  .xs\:h-48 {
    height: 12rem;
  }

  .xs\:h-52 {
    height: 13rem;
  }

  .xs\:h-56 {
    height: 14rem;
  }

  .xs\:h-60 {
    height: 15rem;
  }

  .xs\:h-64 {
    height: 16rem;
  }

  .xs\:h-68 {
    height: 17rem;
  }

  .xs\:h-72 {
    height: 18rem;
  }

  .xs\:h-77 {
    height: 19.25rem;
  }

  .xs\:h-80 {
    height: 20rem;
  }

  .xs\:h-82 {
    height: 20.5rem;
  }

  .xs\:h-88 {
    height: 22rem;
  }

  .xs\:h-94 {
    height: 23.5rem;
  }

  .xs\:h-96 {
    height: 24rem;
  }

  .xs\:h-98 {
    height: 24.5rem;
  }

  .xs\:h-104 {
    height: 26rem;
  }

  .xs\:h-108 {
    height: 27rem;
  }

  .xs\:h-110 {
    height: 27.5rem;
  }

  .xs\:h-112 {
    height: 28rem;
  }

  .xs\:h-120 {
    height: 30rem;
  }

  .xs\:h-128 {
    height: 32rem;
  }

  .xs\:h-132 {
    height: 33rem;
  }

  .xs\:h-134 {
    height: 33.5rem;
  }

  .xs\:h-135 {
    height: 33.75rem;
  }

  .xs\:h-136 {
    height: 34rem;
  }

  .xs\:h-144 {
    height: 36rem;
  }

  .xs\:h-152 {
    height: 38rem;
  }

  .xs\:h-160 {
    height: 40rem;
  }

  .xs\:h-164 {
    height: 41rem;
  }

  .xs\:h-172 {
    height: 43rem;
  }

  .xs\:h-179 {
    height: 44.75rem;
  }

  .xs\:h-184 {
    height: 46rem;
  }

  .xs\:h-192 {
    height: 48rem;
  }

  .xs\:h-224 {
    height: 56rem;
  }

  .xs\:h-240 {
    height: 60rem;
  }

  .xs\:h-256 {
    height: 64rem;
  }

  .xs\:h-265 {
    height: 66.25rem;
  }

  .xs\:h-288 {
    height: 72rem;
  }

  .xs\:h-384 {
    height: 96rem;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-px {
    height: 1px;
  }

  .xs\:h-0\.5 {
    height: 0.125rem;
  }

  .xs\:h-1\.5 {
    height: 0.375rem;
  }

  .xs\:h-2\.5 {
    height: 0.625rem;
  }

  .xs\:h-3\.5 {
    height: 0.875rem;
  }

  .xs\:h-0\.75 {
    height: 0.1875rem;
  }

  .xs\:h-4\.5 {
    height: 1.125rem;
  }

  .xs\:h-7\.5 {
    height: 1.875rem;
  }

  .xs\:h-9\.5 {
    height: 2.375rem;
  }

  .xs\:h-9\.75 {
    height: 2.4375rem;
  }

  .xs\:h-12\.5 {
    height: 3.125rem;
  }

  .xs\:h-13\.5 {
    height: 3.375rem;
  }

  .xs\:h-292\.5 {
    height: 73.125rem;
  }

  .xs\:h-1\/24 {
    height: 4.166667%;
  }

  .xs\:h-2\/24 {
    height: 8.333333%;
  }

  .xs\:h-3\/24 {
    height: 12.5%;
  }

  .xs\:h-4\/24 {
    height: 16.666667%;
  }

  .xs\:h-5\/24 {
    height: 20.833333%;
  }

  .xs\:h-6\/24 {
    height: 25%;
  }

  .xs\:h-7\/24 {
    height: 29.166666%;
  }

  .xs\:h-8\/24 {
    height: 33.333333%;
  }

  .xs\:h-9\/24 {
    height: 37.5%;
  }

  .xs\:h-10\/24 {
    height: 41.666666%;
  }

  .xs\:h-11\/24 {
    height: 45.833333%;
  }

  .xs\:h-12\/24 {
    height: 50%;
  }

  .xs\:h-13\/24 {
    height: 54.166666%;
  }

  .xs\:h-14\/24 {
    height: 58.333333%;
  }

  .xs\:h-15\/24 {
    height: 62.5%;
  }

  .xs\:h-16\/24 {
    height: 66.666667%;
  }

  .xs\:h-17\/24 {
    height: 70.833333%;
  }

  .xs\:h-18\/24 {
    height: 75%;
  }

  .xs\:h-19\/24 {
    height: 79.166667%;
  }

  .xs\:h-20\/24 {
    height: 83.333333%;
  }

  .xs\:h-21\/24 {
    height: 87.5%;
  }

  .xs\:h-22\/24 {
    height: 91.666667%;
  }

  .xs\:h-23\/24 {
    height: 95.833333%;
  }

  .xs\:h-24\/24 {
    height: 100%;
  }

  .xs\:h-screen-header {
    height: 41.55vw;
  }

  .xs\:h-screen-60 {
    height: 60vh;
  }

  .xs\:h-screen-80 {
    height: 80vh;
  }

  .xs\:h-screen-85 {
    height: 85vh;
  }

  .xs\:h-screen-90 {
    height: 90vh;
  }

  .xs\:h-screen-95 {
    height: 95vh;
  }

  .xs\:h-screen-minus-header {
    height: calc(100vh - 5.25rem);
  }

  .xs\:h-screen-minus-35\.5 {
    height: calc(100vh - 8.875rem);
  }

  .xs\:h-screen-minus-36 {
    height: calc(100vh - 9rem);
  }

  .xs\:h-screen-minus-40 {
    height: calc(100vh - 10rem);
  }

  .xs\:h-screen-minus-55 {
    height: calc(100vh - 13.75rem);
  }

  .xs\:h-screen-minus-72 {
    height: calc(100vh - 18rem);
  }

  .xs\:h-screen-minus-80 {
    height: calc(100vh - 20rem);
  }

  .xs\:h-full-4 {
    height: calc(100% - 16px);
  }

  .xs\:h-account-body {
    height: calc(100vw - 304px);
  }

  .xs\:h-menu-center {
    height: calc(50% - 288px);
  }

  .xs\:h-tutorials-hidden {
    height: calc(100% - 56px);
  }

  .xs\:h-popup-full-width {
    height: calc(100% + 32px);
  }

  .xs\:h-popup-full-width-md {
    height: calc(100% + 64px);
  }

  .xs\:h-popup-full-height {
    height: calc(100% + 68px);
  }

  .xs\:h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .xs\:h-1\/2 {
    height: 50%;
  }

  .xs\:h-1\/3 {
    height: 33.333333%;
  }

  .xs\:h-2\/3 {
    height: 66.666667%;
  }

  .xs\:h-1\/4 {
    height: 25%;
  }

  .xs\:h-2\/4 {
    height: 50%;
  }

  .xs\:h-3\/4 {
    height: 75%;
  }

  .xs\:h-1\/5 {
    height: 20%;
  }

  .xs\:h-2\/5 {
    height: 40%;
  }

  .xs\:h-3\/5 {
    height: 60%;
  }

  .xs\:h-4\/5 {
    height: 80%;
  }

  .xs\:h-1\/6 {
    height: 16.666667%;
  }

  .xs\:h-2\/6 {
    height: 33.333333%;
  }

  .xs\:h-3\/6 {
    height: 50%;
  }

  .xs\:h-4\/6 {
    height: 66.666667%;
  }

  .xs\:h-5\/6 {
    height: 83.333333%;
  }

  .xs\:h-full {
    height: 100%;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:max-h-0 {
    max-height: 0px;
  }

  .xs\:max-h-1 {
    max-height: 0.25rem;
  }

  .xs\:max-h-2 {
    max-height: 0.5rem;
  }

  .xs\:max-h-3 {
    max-height: 0.75rem;
  }

  .xs\:max-h-4 {
    max-height: 1rem;
  }

  .xs\:max-h-5 {
    max-height: 1.25rem;
  }

  .xs\:max-h-6 {
    max-height: 1.5rem;
  }

  .xs\:max-h-7 {
    max-height: 1.75rem;
  }

  .xs\:max-h-8 {
    max-height: 2rem;
  }

  .xs\:max-h-9 {
    max-height: 2.25rem;
  }

  .xs\:max-h-10 {
    max-height: 2.5rem;
  }

  .xs\:max-h-11 {
    max-height: 2.75rem;
  }

  .xs\:max-h-12 {
    max-height: 3rem;
  }

  .xs\:max-h-14 {
    max-height: 3.5rem;
  }

  .xs\:max-h-16 {
    max-height: 4rem;
  }

  .xs\:max-h-18 {
    max-height: 4.5rem;
  }

  .xs\:max-h-20 {
    max-height: 5rem;
  }

  .xs\:max-h-21 {
    max-height: 5.25rem;
  }

  .xs\:max-h-22 {
    max-height: 5.5rem;
  }

  .xs\:max-h-24 {
    max-height: 6rem;
  }

  .xs\:max-h-26 {
    max-height: 6.5rem;
  }

  .xs\:max-h-28 {
    max-height: 7rem;
  }

  .xs\:max-h-29 {
    max-height: 7.25rem;
  }

  .xs\:max-h-32 {
    max-height: 8rem;
  }

  .xs\:max-h-34 {
    max-height: 8.5rem;
  }

  .xs\:max-h-36 {
    max-height: 9rem;
  }

  .xs\:max-h-40 {
    max-height: 10rem;
  }

  .xs\:max-h-42 {
    max-height: 10.5rem;
  }

  .xs\:max-h-44 {
    max-height: 11rem;
  }

  .xs\:max-h-48 {
    max-height: 12rem;
  }

  .xs\:max-h-52 {
    max-height: 13rem;
  }

  .xs\:max-h-56 {
    max-height: 14rem;
  }

  .xs\:max-h-60 {
    max-height: 15rem;
  }

  .xs\:max-h-64 {
    max-height: 16rem;
  }

  .xs\:max-h-68 {
    max-height: 17rem;
  }

  .xs\:max-h-72 {
    max-height: 18rem;
  }

  .xs\:max-h-77 {
    max-height: 19.25rem;
  }

  .xs\:max-h-80 {
    max-height: 20rem;
  }

  .xs\:max-h-82 {
    max-height: 20.5rem;
  }

  .xs\:max-h-88 {
    max-height: 22rem;
  }

  .xs\:max-h-94 {
    max-height: 23.5rem;
  }

  .xs\:max-h-96 {
    max-height: 24rem;
  }

  .xs\:max-h-98 {
    max-height: 24.5rem;
  }

  .xs\:max-h-104 {
    max-height: 26rem;
  }

  .xs\:max-h-108 {
    max-height: 27rem;
  }

  .xs\:max-h-110 {
    max-height: 27.5rem;
  }

  .xs\:max-h-112 {
    max-height: 28rem;
  }

  .xs\:max-h-120 {
    max-height: 30rem;
  }

  .xs\:max-h-128 {
    max-height: 32rem;
  }

  .xs\:max-h-132 {
    max-height: 33rem;
  }

  .xs\:max-h-134 {
    max-height: 33.5rem;
  }

  .xs\:max-h-135 {
    max-height: 33.75rem;
  }

  .xs\:max-h-136 {
    max-height: 34rem;
  }

  .xs\:max-h-144 {
    max-height: 36rem;
  }

  .xs\:max-h-152 {
    max-height: 38rem;
  }

  .xs\:max-h-160 {
    max-height: 40rem;
  }

  .xs\:max-h-164 {
    max-height: 41rem;
  }

  .xs\:max-h-172 {
    max-height: 43rem;
  }

  .xs\:max-h-179 {
    max-height: 44.75rem;
  }

  .xs\:max-h-184 {
    max-height: 46rem;
  }

  .xs\:max-h-192 {
    max-height: 48rem;
  }

  .xs\:max-h-224 {
    max-height: 56rem;
  }

  .xs\:max-h-240 {
    max-height: 60rem;
  }

  .xs\:max-h-256 {
    max-height: 64rem;
  }

  .xs\:max-h-265 {
    max-height: 66.25rem;
  }

  .xs\:max-h-288 {
    max-height: 72rem;
  }

  .xs\:max-h-384 {
    max-height: 96rem;
  }

  .xs\:max-h-px {
    max-height: 1px;
  }

  .xs\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xs\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xs\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xs\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xs\:max-h-0\.75 {
    max-height: 0.1875rem;
  }

  .xs\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .xs\:max-h-7\.5 {
    max-height: 1.875rem;
  }

  .xs\:max-h-9\.5 {
    max-height: 2.375rem;
  }

  .xs\:max-h-9\.75 {
    max-height: 2.4375rem;
  }

  .xs\:max-h-12\.5 {
    max-height: 3.125rem;
  }

  .xs\:max-h-13\.5 {
    max-height: 3.375rem;
  }

  .xs\:max-h-292\.5 {
    max-height: 73.125rem;
  }

  .xs\:max-h-1\/24 {
    max-height: 4.166667%;
  }

  .xs\:max-h-2\/24 {
    max-height: 8.333333%;
  }

  .xs\:max-h-3\/24 {
    max-height: 12.5%;
  }

  .xs\:max-h-4\/24 {
    max-height: 16.666667%;
  }

  .xs\:max-h-5\/24 {
    max-height: 20.833333%;
  }

  .xs\:max-h-6\/24 {
    max-height: 25%;
  }

  .xs\:max-h-7\/24 {
    max-height: 29.166666%;
  }

  .xs\:max-h-8\/24 {
    max-height: 33.333333%;
  }

  .xs\:max-h-9\/24 {
    max-height: 37.5%;
  }

  .xs\:max-h-10\/24 {
    max-height: 41.666666%;
  }

  .xs\:max-h-11\/24 {
    max-height: 45.833333%;
  }

  .xs\:max-h-12\/24 {
    max-height: 50%;
  }

  .xs\:max-h-13\/24 {
    max-height: 54.166666%;
  }

  .xs\:max-h-14\/24 {
    max-height: 58.333333%;
  }

  .xs\:max-h-15\/24 {
    max-height: 62.5%;
  }

  .xs\:max-h-16\/24 {
    max-height: 66.666667%;
  }

  .xs\:max-h-17\/24 {
    max-height: 70.833333%;
  }

  .xs\:max-h-18\/24 {
    max-height: 75%;
  }

  .xs\:max-h-19\/24 {
    max-height: 79.166667%;
  }

  .xs\:max-h-20\/24 {
    max-height: 83.333333%;
  }

  .xs\:max-h-21\/24 {
    max-height: 87.5%;
  }

  .xs\:max-h-22\/24 {
    max-height: 91.666667%;
  }

  .xs\:max-h-23\/24 {
    max-height: 95.833333%;
  }

  .xs\:max-h-24\/24 {
    max-height: 100%;
  }

  .xs\:max-h-screen-header {
    max-height: 41.55vw;
  }

  .xs\:max-h-screen-60 {
    max-height: 60vh;
  }

  .xs\:max-h-screen-80 {
    max-height: 80vh;
  }

  .xs\:max-h-screen-85 {
    max-height: 85vh;
  }

  .xs\:max-h-screen-90 {
    max-height: 90vh;
  }

  .xs\:max-h-screen-95 {
    max-height: 95vh;
  }

  .xs\:max-h-screen-minus-header {
    max-height: calc(100vh - 5.25rem);
  }

  .xs\:max-h-screen-minus-35\.5 {
    max-height: calc(100vh - 8.875rem);
  }

  .xs\:max-h-screen-minus-36 {
    max-height: calc(100vh - 9rem);
  }

  .xs\:max-h-screen-minus-40 {
    max-height: calc(100vh - 10rem);
  }

  .xs\:max-h-screen-minus-55 {
    max-height: calc(100vh - 13.75rem);
  }

  .xs\:max-h-screen-minus-72 {
    max-height: calc(100vh - 18rem);
  }

  .xs\:max-h-screen-minus-80 {
    max-height: calc(100vh - 20rem);
  }

  .xs\:max-h-full-4 {
    max-height: calc(100% - 16px);
  }

  .xs\:max-h-account-body {
    max-height: calc(100vw - 304px);
  }

  .xs\:max-h-menu-center {
    max-height: calc(50% - 288px);
  }

  .xs\:max-h-tutorials-hidden {
    max-height: calc(100% - 56px);
  }

  .xs\:max-h-popup-full-width {
    max-height: calc(100% + 32px);
  }

  .xs\:max-h-popup-full-width-md {
    max-height: calc(100% + 64px);
  }

  .xs\:max-h-popup-full-height {
    max-height: calc(100% + 68px);
  }

  .xs\:max-h-max-content {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .xs\:max-h-full {
    max-height: 100%;
  }

  .xs\:max-h-screen {
    max-height: 100vh;
  }

  .xs\:min-h-0 {
    min-height: 0px;
  }

  .xs\:min-h-12 {
    min-height: 3rem;
  }

  .xs\:min-h-16 {
    min-height: 4rem;
  }

  .xs\:min-h-24 {
    min-height: 6rem;
  }

  .xs\:min-h-32 {
    min-height: 8rem;
  }

  .xs\:min-h-50 {
    min-height: 12.5rem;
  }

  .xs\:min-h-63 {
    min-height: 15.75rem;
  }

  .xs\:min-h-100 {
    min-height: 25rem;
  }

  .xs\:min-h-116 {
    min-height: 29rem;
  }

  .xs\:min-h-128 {
    min-height: 32rem;
  }

  .xs\:min-h-full {
    min-height: 100%;
  }

  .xs\:min-h-screen {
    min-height: 100vh;
  }

  .xs\:w-0 {
    width: 0px;
  }

  .xs\:w-1 {
    width: 0.25rem;
  }

  .xs\:w-2 {
    width: 0.5rem;
  }

  .xs\:w-3 {
    width: 0.75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-7 {
    width: 1.75rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:w-9 {
    width: 2.25rem;
  }

  .xs\:w-10 {
    width: 2.5rem;
  }

  .xs\:w-11 {
    width: 2.75rem;
  }

  .xs\:w-12 {
    width: 3rem;
  }

  .xs\:w-14 {
    width: 3.5rem;
  }

  .xs\:w-16 {
    width: 4rem;
  }

  .xs\:w-18 {
    width: 4.5rem;
  }

  .xs\:w-20 {
    width: 5rem;
  }

  .xs\:w-21 {
    width: 5.25rem;
  }

  .xs\:w-22 {
    width: 5.5rem;
  }

  .xs\:w-24 {
    width: 6rem;
  }

  .xs\:w-26 {
    width: 6.5rem;
  }

  .xs\:w-28 {
    width: 7rem;
  }

  .xs\:w-29 {
    width: 7.25rem;
  }

  .xs\:w-32 {
    width: 8rem;
  }

  .xs\:w-34 {
    width: 8.5rem;
  }

  .xs\:w-36 {
    width: 9rem;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-42 {
    width: 10.5rem;
  }

  .xs\:w-44 {
    width: 11rem;
  }

  .xs\:w-48 {
    width: 12rem;
  }

  .xs\:w-52 {
    width: 13rem;
  }

  .xs\:w-56 {
    width: 14rem;
  }

  .xs\:w-60 {
    width: 15rem;
  }

  .xs\:w-64 {
    width: 16rem;
  }

  .xs\:w-68 {
    width: 17rem;
  }

  .xs\:w-72 {
    width: 18rem;
  }

  .xs\:w-77 {
    width: 19.25rem;
  }

  .xs\:w-80 {
    width: 20rem;
  }

  .xs\:w-82 {
    width: 20.5rem;
  }

  .xs\:w-88 {
    width: 22rem;
  }

  .xs\:w-94 {
    width: 23.5rem;
  }

  .xs\:w-96 {
    width: 24rem;
  }

  .xs\:w-98 {
    width: 24.5rem;
  }

  .xs\:w-104 {
    width: 26rem;
  }

  .xs\:w-108 {
    width: 27rem;
  }

  .xs\:w-110 {
    width: 27.5rem;
  }

  .xs\:w-112 {
    width: 28rem;
  }

  .xs\:w-120 {
    width: 30rem;
  }

  .xs\:w-128 {
    width: 32rem;
  }

  .xs\:w-132 {
    width: 33rem;
  }

  .xs\:w-134 {
    width: 33.5rem;
  }

  .xs\:w-135 {
    width: 33.75rem;
  }

  .xs\:w-136 {
    width: 34rem;
  }

  .xs\:w-144 {
    width: 36rem;
  }

  .xs\:w-152 {
    width: 38rem;
  }

  .xs\:w-160 {
    width: 40rem;
  }

  .xs\:w-164 {
    width: 41rem;
  }

  .xs\:w-172 {
    width: 43rem;
  }

  .xs\:w-179 {
    width: 44.75rem;
  }

  .xs\:w-184 {
    width: 46rem;
  }

  .xs\:w-192 {
    width: 48rem;
  }

  .xs\:w-224 {
    width: 56rem;
  }

  .xs\:w-240 {
    width: 60rem;
  }

  .xs\:w-256 {
    width: 64rem;
  }

  .xs\:w-265 {
    width: 66.25rem;
  }

  .xs\:w-288 {
    width: 72rem;
  }

  .xs\:w-384 {
    width: 96rem;
  }

  .xs\:w-auto {
    width: auto;
  }

  .xs\:w-px {
    width: 1px;
  }

  .xs\:w-0\.5 {
    width: 0.125rem;
  }

  .xs\:w-1\.5 {
    width: 0.375rem;
  }

  .xs\:w-2\.5 {
    width: 0.625rem;
  }

  .xs\:w-3\.5 {
    width: 0.875rem;
  }

  .xs\:w-0\.75 {
    width: 0.1875rem;
  }

  .xs\:w-4\.5 {
    width: 1.125rem;
  }

  .xs\:w-7\.5 {
    width: 1.875rem;
  }

  .xs\:w-9\.5 {
    width: 2.375rem;
  }

  .xs\:w-9\.75 {
    width: 2.4375rem;
  }

  .xs\:w-12\.5 {
    width: 3.125rem;
  }

  .xs\:w-13\.5 {
    width: 3.375rem;
  }

  .xs\:w-292\.5 {
    width: 73.125rem;
  }

  .xs\:w-1\/24 {
    width: 4.166667%;
  }

  .xs\:w-2\/24 {
    width: 8.333333%;
  }

  .xs\:w-3\/24 {
    width: 12.5%;
  }

  .xs\:w-4\/24 {
    width: 16.666667%;
  }

  .xs\:w-5\/24 {
    width: 20.833333%;
  }

  .xs\:w-6\/24 {
    width: 25%;
  }

  .xs\:w-7\/24 {
    width: 29.166666%;
  }

  .xs\:w-8\/24 {
    width: 33.333333%;
  }

  .xs\:w-9\/24 {
    width: 37.5%;
  }

  .xs\:w-10\/24 {
    width: 41.666666%;
  }

  .xs\:w-11\/24 {
    width: 45.833333%;
  }

  .xs\:w-12\/24 {
    width: 50%;
  }

  .xs\:w-13\/24 {
    width: 54.166666%;
  }

  .xs\:w-14\/24 {
    width: 58.333333%;
  }

  .xs\:w-15\/24 {
    width: 62.5%;
  }

  .xs\:w-16\/24 {
    width: 66.666667%;
  }

  .xs\:w-17\/24 {
    width: 70.833333%;
  }

  .xs\:w-18\/24 {
    width: 75%;
  }

  .xs\:w-19\/24 {
    width: 79.166667%;
  }

  .xs\:w-20\/24 {
    width: 83.333333%;
  }

  .xs\:w-21\/24 {
    width: 87.5%;
  }

  .xs\:w-22\/24 {
    width: 91.666667%;
  }

  .xs\:w-23\/24 {
    width: 95.833333%;
  }

  .xs\:w-24\/24 {
    width: 100%;
  }

  .xs\:w-screen-header {
    width: 41.55vw;
  }

  .xs\:w-screen-60 {
    width: 60vh;
  }

  .xs\:w-screen-80 {
    width: 80vh;
  }

  .xs\:w-screen-85 {
    width: 85vh;
  }

  .xs\:w-screen-90 {
    width: 90vh;
  }

  .xs\:w-screen-95 {
    width: 95vh;
  }

  .xs\:w-screen-minus-header {
    width: calc(100vh - 5.25rem);
  }

  .xs\:w-screen-minus-35\.5 {
    width: calc(100vh - 8.875rem);
  }

  .xs\:w-screen-minus-36 {
    width: calc(100vh - 9rem);
  }

  .xs\:w-screen-minus-40 {
    width: calc(100vh - 10rem);
  }

  .xs\:w-screen-minus-55 {
    width: calc(100vh - 13.75rem);
  }

  .xs\:w-screen-minus-72 {
    width: calc(100vh - 18rem);
  }

  .xs\:w-screen-minus-80 {
    width: calc(100vh - 20rem);
  }

  .xs\:w-full-4 {
    width: calc(100% - 16px);
  }

  .xs\:w-account-body {
    width: calc(100vw - 304px);
  }

  .xs\:w-menu-center {
    width: calc(50% - 288px);
  }

  .xs\:w-tutorials-hidden {
    width: calc(100% - 56px);
  }

  .xs\:w-popup-full-width {
    width: calc(100% + 32px);
  }

  .xs\:w-popup-full-width-md {
    width: calc(100% + 64px);
  }

  .xs\:w-popup-full-height {
    width: calc(100% + 68px);
  }

  .xs\:w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:w-1\/2 {
    width: 50%;
  }

  .xs\:w-1\/3 {
    width: 33.333333%;
  }

  .xs\:w-2\/3 {
    width: 66.666667%;
  }

  .xs\:w-1\/4 {
    width: 25%;
  }

  .xs\:w-2\/4 {
    width: 50%;
  }

  .xs\:w-3\/4 {
    width: 75%;
  }

  .xs\:w-1\/5 {
    width: 20%;
  }

  .xs\:w-2\/5 {
    width: 40%;
  }

  .xs\:w-3\/5 {
    width: 60%;
  }

  .xs\:w-4\/5 {
    width: 80%;
  }

  .xs\:w-1\/6 {
    width: 16.666667%;
  }

  .xs\:w-2\/6 {
    width: 33.333333%;
  }

  .xs\:w-3\/6 {
    width: 50%;
  }

  .xs\:w-4\/6 {
    width: 66.666667%;
  }

  .xs\:w-5\/6 {
    width: 83.333333%;
  }

  .xs\:w-1\/12 {
    width: 8.333333%;
  }

  .xs\:w-2\/12 {
    width: 16.666667%;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:w-4\/12 {
    width: 33.333333%;
  }

  .xs\:w-5\/12 {
    width: 41.666667%;
  }

  .xs\:w-6\/12 {
    width: 50%;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:w-8\/12 {
    width: 66.666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

  .xs\:w-10\/12 {
    width: 83.333333%;
  }

  .xs\:w-11\/12 {
    width: 91.666667%;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:w-screen {
    width: 100vw;
  }

  .xs\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .xs\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .xs\:min-w-0 {
    min-width: 0px;
  }

  .xs\:min-w-20 {
    min-width: 5rem;
  }

  .xs\:min-w-32 {
    min-width: 8rem;
  }

  .xs\:min-w-50 {
    min-width: 12.5rem;
  }

  .xs\:min-w-64 {
    min-width: 16rem;
  }

  .xs\:min-w-72 {
    min-width: 18rem;
  }

  .xs\:min-w-100 {
    min-width: 25rem;
  }

  .xs\:min-w-105 {
    min-width: 26.25rem;
  }

  .xs\:min-w-150 {
    min-width: 37.5rem;
  }

  .xs\:min-w-168 {
    min-width: 42rem;
  }

  .xs\:min-w-240 {
    min-width: 60rem;
  }

  .xs\:min-w-304 {
    min-width: 76rem;
  }

  .xs\:min-w-full {
    min-width: 100%;
  }

  .xs\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xs\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xs\:max-w-0 {
    max-width: 0rem;
  }

  .xs\:max-w-25 {
    max-width: 6.25rem;
  }

  .xs\:max-w-32 {
    max-width: 8rem;
  }

  .xs\:max-w-48 {
    max-width: 12rem;
  }

  .xs\:max-w-62 {
    max-width: 15.5rem;
  }

  .xs\:max-w-64 {
    max-width: 16rem;
  }

  .xs\:max-w-72 {
    max-width: 18rem;
  }

  .xs\:max-w-74 {
    max-width: 18.5rem;
  }

  .xs\:max-w-80 {
    max-width: 20rem;
  }

  .xs\:max-w-88 {
    max-width: 22rem;
  }

  .xs\:max-w-92 {
    max-width: 23rem;
  }

  .xs\:max-w-112 {
    max-width: 28rem;
  }

  .xs\:max-w-128 {
    max-width: 32rem;
  }

  .xs\:max-w-144 {
    max-width: 36rem;
  }

  .xs\:max-w-168 {
    max-width: 42rem;
  }

  .xs\:max-w-172 {
    max-width: 43rem;
  }

  .xs\:max-w-208 {
    max-width: 52rem;
  }

  .xs\:max-w-232 {
    max-width: 58rem;
  }

  .xs\:max-w-254 {
    max-width: 63.5rem;
  }

  .xs\:max-w-280 {
    max-width: 70rem;
  }

  .xs\:max-w-300 {
    max-width: 75rem;
  }

  .xs\:max-w-none {
    max-width: none;
  }

  .xs\:max-w-xs {
    max-width: 20rem;
  }

  .xs\:max-w-sm {
    max-width: 24rem;
  }

  .xs\:max-w-md {
    max-width: 28rem;
  }

  .xs\:max-w-lg {
    max-width: 32rem;
  }

  .xs\:max-w-xl {
    max-width: 36rem;
  }

  .xs\:max-w-2xl {
    max-width: 42rem;
  }

  .xs\:max-w-3xl {
    max-width: 48rem;
  }

  .xs\:max-w-4xl {
    max-width: 56rem;
  }

  .xs\:max-w-5xl {
    max-width: 64rem;
  }

  .xs\:max-w-6xl {
    max-width: 72rem;
  }

  .xs\:max-w-7xl {
    max-width: 80rem;
  }

  .xs\:max-w-full {
    max-width: 100%;
  }

  .xs\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xs\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xs\:max-w-prose {
    max-width: 65ch;
  }

  .xs\:max-w-screen-xs {
    max-width: 425px;
  }

  .xs\:max-w-screen-sm {
    max-width: 640px;
  }

  .xs\:max-w-screen-md {
    max-width: 768px;
  }

  .xs\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xs\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xs\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .xs\:max-w-explorer {
    max-width: calc(100% - 1rem);
  }

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:flex-auto {
    flex: 1 1 auto;
  }

  .xs\:flex-initial {
    flex: 0 1 auto;
  }

  .xs\:flex-none {
    flex: none;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xs\:flex-shrink {
    flex-shrink: 1;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0;
  }

  .xs\:flex-grow {
    flex-grow: 1;
  }

  .xs\:table-auto {
    table-layout: auto;
  }

  .xs\:table-fixed {
    table-layout: fixed;
  }

  .xs\:border-collapse {
    border-collapse: collapse;
  }

  .xs\:border-separate {
    border-collapse: separate;
  }

  .xs\:origin-center {
    transform-origin: center;
  }

  .xs\:origin-top {
    transform-origin: top;
  }

  .xs\:origin-top-right {
    transform-origin: top right;
  }

  .xs\:origin-right {
    transform-origin: right;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xs\:origin-bottom {
    transform-origin: bottom;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xs\:origin-left {
    transform-origin: left;
  }

  .xs\:origin-top-left {
    transform-origin: top left;
  }

  .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));
  }

  .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));
  }

  .xs\:transform-none {
    transform: none;
  }

  .xs\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xs\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xs\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xs\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xs\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xs\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xs\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xs\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xs\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xs\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xs\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xs\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xs\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xs\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xs\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xs\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .xs\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xs\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .xs\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .xs\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xs\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .xs\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xs\:translate-x-29 {
    --tw-translate-x: 7.25rem;
  }

  .xs\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xs\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .xs\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xs\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xs\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .xs\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xs\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xs\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xs\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xs\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .xs\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xs\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .xs\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xs\:translate-x-77 {
    --tw-translate-x: 19.25rem;
  }

  .xs\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xs\:translate-x-82 {
    --tw-translate-x: 20.5rem;
  }

  .xs\:translate-x-88 {
    --tw-translate-x: 22rem;
  }

  .xs\:translate-x-94 {
    --tw-translate-x: 23.5rem;
  }

  .xs\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xs\:translate-x-98 {
    --tw-translate-x: 24.5rem;
  }

  .xs\:translate-x-104 {
    --tw-translate-x: 26rem;
  }

  .xs\:translate-x-108 {
    --tw-translate-x: 27rem;
  }

  .xs\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .xs\:translate-x-112 {
    --tw-translate-x: 28rem;
  }

  .xs\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .xs\:translate-x-128 {
    --tw-translate-x: 32rem;
  }

  .xs\:translate-x-132 {
    --tw-translate-x: 33rem;
  }

  .xs\:translate-x-134 {
    --tw-translate-x: 33.5rem;
  }

  .xs\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .xs\:translate-x-136 {
    --tw-translate-x: 34rem;
  }

  .xs\:translate-x-144 {
    --tw-translate-x: 36rem;
  }

  .xs\:translate-x-152 {
    --tw-translate-x: 38rem;
  }

  .xs\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .xs\:translate-x-164 {
    --tw-translate-x: 41rem;
  }

  .xs\:translate-x-172 {
    --tw-translate-x: 43rem;
  }

  .xs\:translate-x-179 {
    --tw-translate-x: 44.75rem;
  }

  .xs\:translate-x-184 {
    --tw-translate-x: 46rem;
  }

  .xs\:translate-x-192 {
    --tw-translate-x: 48rem;
  }

  .xs\:translate-x-224 {
    --tw-translate-x: 56rem;
  }

  .xs\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .xs\:translate-x-256 {
    --tw-translate-x: 64rem;
  }

  .xs\:translate-x-265 {
    --tw-translate-x: 66.25rem;
  }

  .xs\:translate-x-288 {
    --tw-translate-x: 72rem;
  }

  .xs\:translate-x-384 {
    --tw-translate-x: 96rem;
  }

  .xs\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xs\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xs\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xs\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xs\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xs\:translate-x-0\.75 {
    --tw-translate-x: 0.1875rem;
  }

  .xs\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .xs\:translate-x-7\.5 {
    --tw-translate-x: 1.875rem;
  }

  .xs\:translate-x-9\.5 {
    --tw-translate-x: 2.375rem;
  }

  .xs\:translate-x-9\.75 {
    --tw-translate-x: 2.4375rem;
  }

  .xs\:translate-x-12\.5 {
    --tw-translate-x: 3.125rem;
  }

  .xs\:translate-x-13\.5 {
    --tw-translate-x: 3.375rem;
  }

  .xs\:translate-x-292\.5 {
    --tw-translate-x: 73.125rem;
  }

  .xs\:translate-x-1\/24 {
    --tw-translate-x: 4.166667%;
  }

  .xs\:translate-x-2\/24 {
    --tw-translate-x: 8.333333%;
  }

  .xs\:translate-x-3\/24 {
    --tw-translate-x: 12.5%;
  }

  .xs\:translate-x-4\/24 {
    --tw-translate-x: 16.666667%;
  }

  .xs\:translate-x-5\/24 {
    --tw-translate-x: 20.833333%;
  }

  .xs\:translate-x-6\/24 {
    --tw-translate-x: 25%;
  }

  .xs\:translate-x-7\/24 {
    --tw-translate-x: 29.166666%;
  }

  .xs\:translate-x-8\/24 {
    --tw-translate-x: 33.333333%;
  }

  .xs\:translate-x-9\/24 {
    --tw-translate-x: 37.5%;
  }

  .xs\:translate-x-10\/24 {
    --tw-translate-x: 41.666666%;
  }

  .xs\:translate-x-11\/24 {
    --tw-translate-x: 45.833333%;
  }

  .xs\:translate-x-12\/24 {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-13\/24 {
    --tw-translate-x: 54.166666%;
  }

  .xs\:translate-x-14\/24 {
    --tw-translate-x: 58.333333%;
  }

  .xs\:translate-x-15\/24 {
    --tw-translate-x: 62.5%;
  }

  .xs\:translate-x-16\/24 {
    --tw-translate-x: 66.666667%;
  }

  .xs\:translate-x-17\/24 {
    --tw-translate-x: 70.833333%;
  }

  .xs\:translate-x-18\/24 {
    --tw-translate-x: 75%;
  }

  .xs\:translate-x-19\/24 {
    --tw-translate-x: 79.166667%;
  }

  .xs\:translate-x-20\/24 {
    --tw-translate-x: 83.333333%;
  }

  .xs\:translate-x-21\/24 {
    --tw-translate-x: 87.5%;
  }

  .xs\:translate-x-22\/24 {
    --tw-translate-x: 91.666667%;
  }

  .xs\:translate-x-23\/24 {
    --tw-translate-x: 95.833333%;
  }

  .xs\:translate-x-24\/24 {
    --tw-translate-x: 100%;
  }

  .xs\:translate-x-screen-header {
    --tw-translate-x: 41.55vw;
  }

  .xs\:translate-x-screen-60 {
    --tw-translate-x: 60vh;
  }

  .xs\:translate-x-screen-80 {
    --tw-translate-x: 80vh;
  }

  .xs\:translate-x-screen-85 {
    --tw-translate-x: 85vh;
  }

  .xs\:translate-x-screen-90 {
    --tw-translate-x: 90vh;
  }

  .xs\:translate-x-screen-95 {
    --tw-translate-x: 95vh;
  }

  .xs\:translate-x-screen-minus-header {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .xs\:translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .xs\:translate-x-screen-minus-36 {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .xs\:translate-x-screen-minus-40 {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .xs\:translate-x-screen-minus-55 {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .xs\:translate-x-screen-minus-72 {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .xs\:translate-x-screen-minus-80 {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .xs\:translate-x-full-4 {
    --tw-translate-x: calc(100% - 16px);
  }

  .xs\:translate-x-account-body {
    --tw-translate-x: calc(100vw - 304px);
  }

  .xs\:translate-x-menu-center {
    --tw-translate-x: calc(50% - 288px);
  }

  .xs\:translate-x-tutorials-hidden {
    --tw-translate-x: calc(100% - 56px);
  }

  .xs\:translate-x-popup-full-width {
    --tw-translate-x: calc(100% + 32px);
  }

  .xs\:translate-x-popup-full-width-md {
    --tw-translate-x: calc(100% + 64px);
  }

  .xs\:translate-x-popup-full-height {
    --tw-translate-x: calc(100% + 68px);
  }

  .xs\:translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .xs\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xs\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xs\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xs\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xs\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xs\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xs\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xs\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xs\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xs\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xs\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xs\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xs\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xs\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xs\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xs\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .xs\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xs\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .xs\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .xs\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xs\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .xs\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xs\:-translate-x-29 {
    --tw-translate-x: -7.25rem;
  }

  .xs\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xs\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .xs\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xs\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xs\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .xs\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xs\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xs\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xs\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xs\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .xs\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xs\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .xs\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xs\:-translate-x-77 {
    --tw-translate-x: -19.25rem;
  }

  .xs\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xs\:-translate-x-82 {
    --tw-translate-x: -20.5rem;
  }

  .xs\:-translate-x-88 {
    --tw-translate-x: -22rem;
  }

  .xs\:-translate-x-94 {
    --tw-translate-x: -23.5rem;
  }

  .xs\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xs\:-translate-x-98 {
    --tw-translate-x: -24.5rem;
  }

  .xs\:-translate-x-104 {
    --tw-translate-x: -26rem;
  }

  .xs\:-translate-x-108 {
    --tw-translate-x: -27rem;
  }

  .xs\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .xs\:-translate-x-112 {
    --tw-translate-x: -28rem;
  }

  .xs\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .xs\:-translate-x-128 {
    --tw-translate-x: -32rem;
  }

  .xs\:-translate-x-132 {
    --tw-translate-x: -33rem;
  }

  .xs\:-translate-x-134 {
    --tw-translate-x: -33.5rem;
  }

  .xs\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .xs\:-translate-x-136 {
    --tw-translate-x: -34rem;
  }

  .xs\:-translate-x-144 {
    --tw-translate-x: -36rem;
  }

  .xs\:-translate-x-152 {
    --tw-translate-x: -38rem;
  }

  .xs\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .xs\:-translate-x-164 {
    --tw-translate-x: -41rem;
  }

  .xs\:-translate-x-172 {
    --tw-translate-x: -43rem;
  }

  .xs\:-translate-x-179 {
    --tw-translate-x: -44.75rem;
  }

  .xs\:-translate-x-184 {
    --tw-translate-x: -46rem;
  }

  .xs\:-translate-x-192 {
    --tw-translate-x: -48rem;
  }

  .xs\:-translate-x-224 {
    --tw-translate-x: -56rem;
  }

  .xs\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .xs\:-translate-x-256 {
    --tw-translate-x: -64rem;
  }

  .xs\:-translate-x-265 {
    --tw-translate-x: -66.25rem;
  }

  .xs\:-translate-x-288 {
    --tw-translate-x: -72rem;
  }

  .xs\:-translate-x-384 {
    --tw-translate-x: -96rem;
  }

  .xs\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xs\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xs\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xs\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xs\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xs\:-translate-x-0\.75 {
    --tw-translate-x: -0.1875rem;
  }

  .xs\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .xs\:-translate-x-7\.5 {
    --tw-translate-x: -1.875rem;
  }

  .xs\:-translate-x-9\.5 {
    --tw-translate-x: -2.375rem;
  }

  .xs\:-translate-x-9\.75 {
    --tw-translate-x: -2.4375rem;
  }

  .xs\:-translate-x-12\.5 {
    --tw-translate-x: -3.125rem;
  }

  .xs\:-translate-x-13\.5 {
    --tw-translate-x: -3.375rem;
  }

  .xs\:-translate-x-292\.5 {
    --tw-translate-x: -73.125rem;
  }

  .xs\:-translate-x-1\/24 {
    --tw-translate-x: -4.16667%;
  }

  .xs\:-translate-x-2\/24 {
    --tw-translate-x: -8.33333%;
  }

  .xs\:-translate-x-3\/24 {
    --tw-translate-x: -12.5%;
  }

  .xs\:-translate-x-4\/24 {
    --tw-translate-x: -16.66667%;
  }

  .xs\:-translate-x-5\/24 {
    --tw-translate-x: -20.83333%;
  }

  .xs\:-translate-x-6\/24 {
    --tw-translate-x: -25%;
  }

  .xs\:-translate-x-7\/24 {
    --tw-translate-x: -29.16667%;
  }

  .xs\:-translate-x-8\/24 {
    --tw-translate-x: -33.33333%;
  }

  .xs\:-translate-x-9\/24 {
    --tw-translate-x: -37.5%;
  }

  .xs\:-translate-x-10\/24 {
    --tw-translate-x: -41.66667%;
  }

  .xs\:-translate-x-11\/24 {
    --tw-translate-x: -45.83333%;
  }

  .xs\:-translate-x-12\/24 {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-13\/24 {
    --tw-translate-x: -54.16667%;
  }

  .xs\:-translate-x-14\/24 {
    --tw-translate-x: -58.33333%;
  }

  .xs\:-translate-x-15\/24 {
    --tw-translate-x: -62.5%;
  }

  .xs\:-translate-x-16\/24 {
    --tw-translate-x: -66.66667%;
  }

  .xs\:-translate-x-17\/24 {
    --tw-translate-x: -70.83333%;
  }

  .xs\:-translate-x-18\/24 {
    --tw-translate-x: -75%;
  }

  .xs\:-translate-x-19\/24 {
    --tw-translate-x: -79.16667%;
  }

  .xs\:-translate-x-20\/24 {
    --tw-translate-x: -83.33333%;
  }

  .xs\:-translate-x-21\/24 {
    --tw-translate-x: -87.5%;
  }

  .xs\:-translate-x-22\/24 {
    --tw-translate-x: -91.66667%;
  }

  .xs\:-translate-x-23\/24 {
    --tw-translate-x: -95.83333%;
  }

  .xs\:-translate-x-24\/24 {
    --tw-translate-x: -100%;
  }

  .xs\:-translate-x-screen-header {
    --tw-translate-x: -41.55vw;
  }

  .xs\:-translate-x-screen-60 {
    --tw-translate-x: -60vh;
  }

  .xs\:-translate-x-screen-80 {
    --tw-translate-x: -80vh;
  }

  .xs\:-translate-x-screen-85 {
    --tw-translate-x: -85vh;
  }

  .xs\:-translate-x-screen-90 {
    --tw-translate-x: -90vh;
  }

  .xs\:-translate-x-screen-95 {
    --tw-translate-x: -95vh;
  }

  .xs\:-translate-x-screen-minus-header {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .xs\:-translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .xs\:-translate-x-screen-minus-36 {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .xs\:-translate-x-screen-minus-40 {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .xs\:-translate-x-screen-minus-55 {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .xs\:-translate-x-screen-minus-72 {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .xs\:-translate-x-screen-minus-80 {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .xs\:-translate-x-full-4 {
    --tw-translate-x: calc(-100% - -16px);
  }

  .xs\:-translate-x-account-body {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .xs\:-translate-x-menu-center {
    --tw-translate-x: calc(-50% - -288px);
  }

  .xs\:-translate-x-tutorials-hidden {
    --tw-translate-x: calc(-100% - -56px);
  }

  .xs\:-translate-x-popup-full-width {
    --tw-translate-x: calc(-100% + -32px);
  }

  .xs\:-translate-x-popup-full-width-md {
    --tw-translate-x: calc(-100% + -64px);
  }

  .xs\:-translate-x-popup-full-height {
    --tw-translate-x: calc(-100% + -68px);
  }

  .xs\:-translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .xs\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xs\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xs\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xs\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xs\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xs\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xs\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xs\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xs\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xs\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xs\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xs\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xs\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xs\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xs\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xs\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xs\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xs\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xs\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xs\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xs\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xs\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xs\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xs\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xs\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xs\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .xs\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xs\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .xs\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .xs\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xs\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .xs\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xs\:translate-y-29 {
    --tw-translate-y: 7.25rem;
  }

  .xs\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xs\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .xs\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xs\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xs\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .xs\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xs\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xs\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xs\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xs\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .xs\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xs\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .xs\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xs\:translate-y-77 {
    --tw-translate-y: 19.25rem;
  }

  .xs\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xs\:translate-y-82 {
    --tw-translate-y: 20.5rem;
  }

  .xs\:translate-y-88 {
    --tw-translate-y: 22rem;
  }

  .xs\:translate-y-94 {
    --tw-translate-y: 23.5rem;
  }

  .xs\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xs\:translate-y-98 {
    --tw-translate-y: 24.5rem;
  }

  .xs\:translate-y-104 {
    --tw-translate-y: 26rem;
  }

  .xs\:translate-y-108 {
    --tw-translate-y: 27rem;
  }

  .xs\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .xs\:translate-y-112 {
    --tw-translate-y: 28rem;
  }

  .xs\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .xs\:translate-y-128 {
    --tw-translate-y: 32rem;
  }

  .xs\:translate-y-132 {
    --tw-translate-y: 33rem;
  }

  .xs\:translate-y-134 {
    --tw-translate-y: 33.5rem;
  }

  .xs\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .xs\:translate-y-136 {
    --tw-translate-y: 34rem;
  }

  .xs\:translate-y-144 {
    --tw-translate-y: 36rem;
  }

  .xs\:translate-y-152 {
    --tw-translate-y: 38rem;
  }

  .xs\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .xs\:translate-y-164 {
    --tw-translate-y: 41rem;
  }

  .xs\:translate-y-172 {
    --tw-translate-y: 43rem;
  }

  .xs\:translate-y-179 {
    --tw-translate-y: 44.75rem;
  }

  .xs\:translate-y-184 {
    --tw-translate-y: 46rem;
  }

  .xs\:translate-y-192 {
    --tw-translate-y: 48rem;
  }

  .xs\:translate-y-224 {
    --tw-translate-y: 56rem;
  }

  .xs\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .xs\:translate-y-256 {
    --tw-translate-y: 64rem;
  }

  .xs\:translate-y-265 {
    --tw-translate-y: 66.25rem;
  }

  .xs\:translate-y-288 {
    --tw-translate-y: 72rem;
  }

  .xs\:translate-y-384 {
    --tw-translate-y: 96rem;
  }

  .xs\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xs\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xs\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xs\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xs\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xs\:translate-y-0\.75 {
    --tw-translate-y: 0.1875rem;
  }

  .xs\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .xs\:translate-y-7\.5 {
    --tw-translate-y: 1.875rem;
  }

  .xs\:translate-y-9\.5 {
    --tw-translate-y: 2.375rem;
  }

  .xs\:translate-y-9\.75 {
    --tw-translate-y: 2.4375rem;
  }

  .xs\:translate-y-12\.5 {
    --tw-translate-y: 3.125rem;
  }

  .xs\:translate-y-13\.5 {
    --tw-translate-y: 3.375rem;
  }

  .xs\:translate-y-292\.5 {
    --tw-translate-y: 73.125rem;
  }

  .xs\:translate-y-1\/24 {
    --tw-translate-y: 4.166667%;
  }

  .xs\:translate-y-2\/24 {
    --tw-translate-y: 8.333333%;
  }

  .xs\:translate-y-3\/24 {
    --tw-translate-y: 12.5%;
  }

  .xs\:translate-y-4\/24 {
    --tw-translate-y: 16.666667%;
  }

  .xs\:translate-y-5\/24 {
    --tw-translate-y: 20.833333%;
  }

  .xs\:translate-y-6\/24 {
    --tw-translate-y: 25%;
  }

  .xs\:translate-y-7\/24 {
    --tw-translate-y: 29.166666%;
  }

  .xs\:translate-y-8\/24 {
    --tw-translate-y: 33.333333%;
  }

  .xs\:translate-y-9\/24 {
    --tw-translate-y: 37.5%;
  }

  .xs\:translate-y-10\/24 {
    --tw-translate-y: 41.666666%;
  }

  .xs\:translate-y-11\/24 {
    --tw-translate-y: 45.833333%;
  }

  .xs\:translate-y-12\/24 {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-13\/24 {
    --tw-translate-y: 54.166666%;
  }

  .xs\:translate-y-14\/24 {
    --tw-translate-y: 58.333333%;
  }

  .xs\:translate-y-15\/24 {
    --tw-translate-y: 62.5%;
  }

  .xs\:translate-y-16\/24 {
    --tw-translate-y: 66.666667%;
  }

  .xs\:translate-y-17\/24 {
    --tw-translate-y: 70.833333%;
  }

  .xs\:translate-y-18\/24 {
    --tw-translate-y: 75%;
  }

  .xs\:translate-y-19\/24 {
    --tw-translate-y: 79.166667%;
  }

  .xs\:translate-y-20\/24 {
    --tw-translate-y: 83.333333%;
  }

  .xs\:translate-y-21\/24 {
    --tw-translate-y: 87.5%;
  }

  .xs\:translate-y-22\/24 {
    --tw-translate-y: 91.666667%;
  }

  .xs\:translate-y-23\/24 {
    --tw-translate-y: 95.833333%;
  }

  .xs\:translate-y-24\/24 {
    --tw-translate-y: 100%;
  }

  .xs\:translate-y-screen-header {
    --tw-translate-y: 41.55vw;
  }

  .xs\:translate-y-screen-60 {
    --tw-translate-y: 60vh;
  }

  .xs\:translate-y-screen-80 {
    --tw-translate-y: 80vh;
  }

  .xs\:translate-y-screen-85 {
    --tw-translate-y: 85vh;
  }

  .xs\:translate-y-screen-90 {
    --tw-translate-y: 90vh;
  }

  .xs\:translate-y-screen-95 {
    --tw-translate-y: 95vh;
  }

  .xs\:translate-y-screen-minus-header {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .xs\:translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .xs\:translate-y-screen-minus-36 {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .xs\:translate-y-screen-minus-40 {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .xs\:translate-y-screen-minus-55 {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .xs\:translate-y-screen-minus-72 {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .xs\:translate-y-screen-minus-80 {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .xs\:translate-y-full-4 {
    --tw-translate-y: calc(100% - 16px);
  }

  .xs\:translate-y-account-body {
    --tw-translate-y: calc(100vw - 304px);
  }

  .xs\:translate-y-menu-center {
    --tw-translate-y: calc(50% - 288px);
  }

  .xs\:translate-y-tutorials-hidden {
    --tw-translate-y: calc(100% - 56px);
  }

  .xs\:translate-y-popup-full-width {
    --tw-translate-y: calc(100% + 32px);
  }

  .xs\:translate-y-popup-full-width-md {
    --tw-translate-y: calc(100% + 64px);
  }

  .xs\:translate-y-popup-full-height {
    --tw-translate-y: calc(100% + 68px);
  }

  .xs\:translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .xs\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xs\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xs\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xs\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xs\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xs\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xs\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xs\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xs\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xs\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xs\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xs\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xs\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xs\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xs\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xs\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .xs\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xs\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .xs\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .xs\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xs\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .xs\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xs\:-translate-y-29 {
    --tw-translate-y: -7.25rem;
  }

  .xs\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xs\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .xs\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xs\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xs\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .xs\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xs\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xs\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xs\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xs\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .xs\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xs\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .xs\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xs\:-translate-y-77 {
    --tw-translate-y: -19.25rem;
  }

  .xs\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xs\:-translate-y-82 {
    --tw-translate-y: -20.5rem;
  }

  .xs\:-translate-y-88 {
    --tw-translate-y: -22rem;
  }

  .xs\:-translate-y-94 {
    --tw-translate-y: -23.5rem;
  }

  .xs\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xs\:-translate-y-98 {
    --tw-translate-y: -24.5rem;
  }

  .xs\:-translate-y-104 {
    --tw-translate-y: -26rem;
  }

  .xs\:-translate-y-108 {
    --tw-translate-y: -27rem;
  }

  .xs\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .xs\:-translate-y-112 {
    --tw-translate-y: -28rem;
  }

  .xs\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .xs\:-translate-y-128 {
    --tw-translate-y: -32rem;
  }

  .xs\:-translate-y-132 {
    --tw-translate-y: -33rem;
  }

  .xs\:-translate-y-134 {
    --tw-translate-y: -33.5rem;
  }

  .xs\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .xs\:-translate-y-136 {
    --tw-translate-y: -34rem;
  }

  .xs\:-translate-y-144 {
    --tw-translate-y: -36rem;
  }

  .xs\:-translate-y-152 {
    --tw-translate-y: -38rem;
  }

  .xs\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .xs\:-translate-y-164 {
    --tw-translate-y: -41rem;
  }

  .xs\:-translate-y-172 {
    --tw-translate-y: -43rem;
  }

  .xs\:-translate-y-179 {
    --tw-translate-y: -44.75rem;
  }

  .xs\:-translate-y-184 {
    --tw-translate-y: -46rem;
  }

  .xs\:-translate-y-192 {
    --tw-translate-y: -48rem;
  }

  .xs\:-translate-y-224 {
    --tw-translate-y: -56rem;
  }

  .xs\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .xs\:-translate-y-256 {
    --tw-translate-y: -64rem;
  }

  .xs\:-translate-y-265 {
    --tw-translate-y: -66.25rem;
  }

  .xs\:-translate-y-288 {
    --tw-translate-y: -72rem;
  }

  .xs\:-translate-y-384 {
    --tw-translate-y: -96rem;
  }

  .xs\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xs\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xs\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xs\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xs\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xs\:-translate-y-0\.75 {
    --tw-translate-y: -0.1875rem;
  }

  .xs\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .xs\:-translate-y-7\.5 {
    --tw-translate-y: -1.875rem;
  }

  .xs\:-translate-y-9\.5 {
    --tw-translate-y: -2.375rem;
  }

  .xs\:-translate-y-9\.75 {
    --tw-translate-y: -2.4375rem;
  }

  .xs\:-translate-y-12\.5 {
    --tw-translate-y: -3.125rem;
  }

  .xs\:-translate-y-13\.5 {
    --tw-translate-y: -3.375rem;
  }

  .xs\:-translate-y-292\.5 {
    --tw-translate-y: -73.125rem;
  }

  .xs\:-translate-y-1\/24 {
    --tw-translate-y: -4.16667%;
  }

  .xs\:-translate-y-2\/24 {
    --tw-translate-y: -8.33333%;
  }

  .xs\:-translate-y-3\/24 {
    --tw-translate-y: -12.5%;
  }

  .xs\:-translate-y-4\/24 {
    --tw-translate-y: -16.66667%;
  }

  .xs\:-translate-y-5\/24 {
    --tw-translate-y: -20.83333%;
  }

  .xs\:-translate-y-6\/24 {
    --tw-translate-y: -25%;
  }

  .xs\:-translate-y-7\/24 {
    --tw-translate-y: -29.16667%;
  }

  .xs\:-translate-y-8\/24 {
    --tw-translate-y: -33.33333%;
  }

  .xs\:-translate-y-9\/24 {
    --tw-translate-y: -37.5%;
  }

  .xs\:-translate-y-10\/24 {
    --tw-translate-y: -41.66667%;
  }

  .xs\:-translate-y-11\/24 {
    --tw-translate-y: -45.83333%;
  }

  .xs\:-translate-y-12\/24 {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-13\/24 {
    --tw-translate-y: -54.16667%;
  }

  .xs\:-translate-y-14\/24 {
    --tw-translate-y: -58.33333%;
  }

  .xs\:-translate-y-15\/24 {
    --tw-translate-y: -62.5%;
  }

  .xs\:-translate-y-16\/24 {
    --tw-translate-y: -66.66667%;
  }

  .xs\:-translate-y-17\/24 {
    --tw-translate-y: -70.83333%;
  }

  .xs\:-translate-y-18\/24 {
    --tw-translate-y: -75%;
  }

  .xs\:-translate-y-19\/24 {
    --tw-translate-y: -79.16667%;
  }

  .xs\:-translate-y-20\/24 {
    --tw-translate-y: -83.33333%;
  }

  .xs\:-translate-y-21\/24 {
    --tw-translate-y: -87.5%;
  }

  .xs\:-translate-y-22\/24 {
    --tw-translate-y: -91.66667%;
  }

  .xs\:-translate-y-23\/24 {
    --tw-translate-y: -95.83333%;
  }

  .xs\:-translate-y-24\/24 {
    --tw-translate-y: -100%;
  }

  .xs\:-translate-y-screen-header {
    --tw-translate-y: -41.55vw;
  }

  .xs\:-translate-y-screen-60 {
    --tw-translate-y: -60vh;
  }

  .xs\:-translate-y-screen-80 {
    --tw-translate-y: -80vh;
  }

  .xs\:-translate-y-screen-85 {
    --tw-translate-y: -85vh;
  }

  .xs\:-translate-y-screen-90 {
    --tw-translate-y: -90vh;
  }

  .xs\:-translate-y-screen-95 {
    --tw-translate-y: -95vh;
  }

  .xs\:-translate-y-screen-minus-header {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .xs\:-translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .xs\:-translate-y-screen-minus-36 {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .xs\:-translate-y-screen-minus-40 {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .xs\:-translate-y-screen-minus-55 {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .xs\:-translate-y-screen-minus-72 {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .xs\:-translate-y-screen-minus-80 {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .xs\:-translate-y-full-4 {
    --tw-translate-y: calc(-100% - -16px);
  }

  .xs\:-translate-y-account-body {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .xs\:-translate-y-menu-center {
    --tw-translate-y: calc(-50% - -288px);
  }

  .xs\:-translate-y-tutorials-hidden {
    --tw-translate-y: calc(-100% - -56px);
  }

  .xs\:-translate-y-popup-full-width {
    --tw-translate-y: calc(-100% + -32px);
  }

  .xs\:-translate-y-popup-full-width-md {
    --tw-translate-y: calc(-100% + -64px);
  }

  .xs\:-translate-y-popup-full-height {
    --tw-translate-y: calc(-100% + -68px);
  }

  .xs\:-translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .xs\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xs\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xs\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xs\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xs\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xs\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xs\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xs\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xs\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xs\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xs\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xs\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xs\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xs\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xs\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xs\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xs\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xs\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xs\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xs\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xs\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xs\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xs\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xs\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xs\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .xs\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xs\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .xs\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .xs\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xs\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .xs\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xs\:hover\:translate-x-29:hover {
    --tw-translate-x: 7.25rem;
  }

  .xs\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xs\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .xs\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xs\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xs\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .xs\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xs\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xs\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xs\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xs\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .xs\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xs\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .xs\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xs\:hover\:translate-x-77:hover {
    --tw-translate-x: 19.25rem;
  }

  .xs\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xs\:hover\:translate-x-82:hover {
    --tw-translate-x: 20.5rem;
  }

  .xs\:hover\:translate-x-88:hover {
    --tw-translate-x: 22rem;
  }

  .xs\:hover\:translate-x-94:hover {
    --tw-translate-x: 23.5rem;
  }

  .xs\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xs\:hover\:translate-x-98:hover {
    --tw-translate-x: 24.5rem;
  }

  .xs\:hover\:translate-x-104:hover {
    --tw-translate-x: 26rem;
  }

  .xs\:hover\:translate-x-108:hover {
    --tw-translate-x: 27rem;
  }

  .xs\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .xs\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem;
  }

  .xs\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .xs\:hover\:translate-x-128:hover {
    --tw-translate-x: 32rem;
  }

  .xs\:hover\:translate-x-132:hover {
    --tw-translate-x: 33rem;
  }

  .xs\:hover\:translate-x-134:hover {
    --tw-translate-x: 33.5rem;
  }

  .xs\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .xs\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem;
  }

  .xs\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem;
  }

  .xs\:hover\:translate-x-152:hover {
    --tw-translate-x: 38rem;
  }

  .xs\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .xs\:hover\:translate-x-164:hover {
    --tw-translate-x: 41rem;
  }

  .xs\:hover\:translate-x-172:hover {
    --tw-translate-x: 43rem;
  }

  .xs\:hover\:translate-x-179:hover {
    --tw-translate-x: 44.75rem;
  }

  .xs\:hover\:translate-x-184:hover {
    --tw-translate-x: 46rem;
  }

  .xs\:hover\:translate-x-192:hover {
    --tw-translate-x: 48rem;
  }

  .xs\:hover\:translate-x-224:hover {
    --tw-translate-x: 56rem;
  }

  .xs\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .xs\:hover\:translate-x-256:hover {
    --tw-translate-x: 64rem;
  }

  .xs\:hover\:translate-x-265:hover {
    --tw-translate-x: 66.25rem;
  }

  .xs\:hover\:translate-x-288:hover {
    --tw-translate-x: 72rem;
  }

  .xs\:hover\:translate-x-384:hover {
    --tw-translate-x: 96rem;
  }

  .xs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xs\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xs\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xs\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xs\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xs\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.1875rem;
  }

  .xs\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .xs\:hover\:translate-x-7\.5:hover {
    --tw-translate-x: 1.875rem;
  }

  .xs\:hover\:translate-x-9\.5:hover {
    --tw-translate-x: 2.375rem;
  }

  .xs\:hover\:translate-x-9\.75:hover {
    --tw-translate-x: 2.4375rem;
  }

  .xs\:hover\:translate-x-12\.5:hover {
    --tw-translate-x: 3.125rem;
  }

  .xs\:hover\:translate-x-13\.5:hover {
    --tw-translate-x: 3.375rem;
  }

  .xs\:hover\:translate-x-292\.5:hover {
    --tw-translate-x: 73.125rem;
  }

  .xs\:hover\:translate-x-1\/24:hover {
    --tw-translate-x: 4.166667%;
  }

  .xs\:hover\:translate-x-2\/24:hover {
    --tw-translate-x: 8.333333%;
  }

  .xs\:hover\:translate-x-3\/24:hover {
    --tw-translate-x: 12.5%;
  }

  .xs\:hover\:translate-x-4\/24:hover {
    --tw-translate-x: 16.666667%;
  }

  .xs\:hover\:translate-x-5\/24:hover {
    --tw-translate-x: 20.833333%;
  }

  .xs\:hover\:translate-x-6\/24:hover {
    --tw-translate-x: 25%;
  }

  .xs\:hover\:translate-x-7\/24:hover {
    --tw-translate-x: 29.166666%;
  }

  .xs\:hover\:translate-x-8\/24:hover {
    --tw-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-9\/24:hover {
    --tw-translate-x: 37.5%;
  }

  .xs\:hover\:translate-x-10\/24:hover {
    --tw-translate-x: 41.666666%;
  }

  .xs\:hover\:translate-x-11\/24:hover {
    --tw-translate-x: 45.833333%;
  }

  .xs\:hover\:translate-x-12\/24:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-13\/24:hover {
    --tw-translate-x: 54.166666%;
  }

  .xs\:hover\:translate-x-14\/24:hover {
    --tw-translate-x: 58.333333%;
  }

  .xs\:hover\:translate-x-15\/24:hover {
    --tw-translate-x: 62.5%;
  }

  .xs\:hover\:translate-x-16\/24:hover {
    --tw-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-17\/24:hover {
    --tw-translate-x: 70.833333%;
  }

  .xs\:hover\:translate-x-18\/24:hover {
    --tw-translate-x: 75%;
  }

  .xs\:hover\:translate-x-19\/24:hover {
    --tw-translate-x: 79.166667%;
  }

  .xs\:hover\:translate-x-20\/24:hover {
    --tw-translate-x: 83.333333%;
  }

  .xs\:hover\:translate-x-21\/24:hover {
    --tw-translate-x: 87.5%;
  }

  .xs\:hover\:translate-x-22\/24:hover {
    --tw-translate-x: 91.666667%;
  }

  .xs\:hover\:translate-x-23\/24:hover {
    --tw-translate-x: 95.833333%;
  }

  .xs\:hover\:translate-x-24\/24:hover {
    --tw-translate-x: 100%;
  }

  .xs\:hover\:translate-x-screen-header:hover {
    --tw-translate-x: 41.55vw;
  }

  .xs\:hover\:translate-x-screen-60:hover {
    --tw-translate-x: 60vh;
  }

  .xs\:hover\:translate-x-screen-80:hover {
    --tw-translate-x: 80vh;
  }

  .xs\:hover\:translate-x-screen-85:hover {
    --tw-translate-x: 85vh;
  }

  .xs\:hover\:translate-x-screen-90:hover {
    --tw-translate-x: 90vh;
  }

  .xs\:hover\:translate-x-screen-95:hover {
    --tw-translate-x: 95vh;
  }

  .xs\:hover\:translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .xs\:hover\:translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .xs\:hover\:translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .xs\:hover\:translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .xs\:hover\:translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .xs\:hover\:translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .xs\:hover\:translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .xs\:hover\:translate-x-full-4:hover {
    --tw-translate-x: calc(100% - 16px);
  }

  .xs\:hover\:translate-x-account-body:hover {
    --tw-translate-x: calc(100vw - 304px);
  }

  .xs\:hover\:translate-x-menu-center:hover {
    --tw-translate-x: calc(50% - 288px);
  }

  .xs\:hover\:translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(100% - 56px);
  }

  .xs\:hover\:translate-x-popup-full-width:hover {
    --tw-translate-x: calc(100% + 32px);
  }

  .xs\:hover\:translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(100% + 64px);
  }

  .xs\:hover\:translate-x-popup-full-height:hover {
    --tw-translate-x: calc(100% + 68px);
  }

  .xs\:hover\:translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .xs\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xs\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xs\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xs\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xs\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xs\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xs\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xs\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xs\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xs\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xs\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xs\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xs\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xs\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .xs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xs\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .xs\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .xs\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xs\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .xs\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xs\:hover\:-translate-x-29:hover {
    --tw-translate-x: -7.25rem;
  }

  .xs\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xs\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .xs\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xs\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .xs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xs\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xs\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xs\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xs\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .xs\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xs\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .xs\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xs\:hover\:-translate-x-77:hover {
    --tw-translate-x: -19.25rem;
  }

  .xs\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xs\:hover\:-translate-x-82:hover {
    --tw-translate-x: -20.5rem;
  }

  .xs\:hover\:-translate-x-88:hover {
    --tw-translate-x: -22rem;
  }

  .xs\:hover\:-translate-x-94:hover {
    --tw-translate-x: -23.5rem;
  }

  .xs\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xs\:hover\:-translate-x-98:hover {
    --tw-translate-x: -24.5rem;
  }

  .xs\:hover\:-translate-x-104:hover {
    --tw-translate-x: -26rem;
  }

  .xs\:hover\:-translate-x-108:hover {
    --tw-translate-x: -27rem;
  }

  .xs\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .xs\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem;
  }

  .xs\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .xs\:hover\:-translate-x-128:hover {
    --tw-translate-x: -32rem;
  }

  .xs\:hover\:-translate-x-132:hover {
    --tw-translate-x: -33rem;
  }

  .xs\:hover\:-translate-x-134:hover {
    --tw-translate-x: -33.5rem;
  }

  .xs\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .xs\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem;
  }

  .xs\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem;
  }

  .xs\:hover\:-translate-x-152:hover {
    --tw-translate-x: -38rem;
  }

  .xs\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .xs\:hover\:-translate-x-164:hover {
    --tw-translate-x: -41rem;
  }

  .xs\:hover\:-translate-x-172:hover {
    --tw-translate-x: -43rem;
  }

  .xs\:hover\:-translate-x-179:hover {
    --tw-translate-x: -44.75rem;
  }

  .xs\:hover\:-translate-x-184:hover {
    --tw-translate-x: -46rem;
  }

  .xs\:hover\:-translate-x-192:hover {
    --tw-translate-x: -48rem;
  }

  .xs\:hover\:-translate-x-224:hover {
    --tw-translate-x: -56rem;
  }

  .xs\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .xs\:hover\:-translate-x-256:hover {
    --tw-translate-x: -64rem;
  }

  .xs\:hover\:-translate-x-265:hover {
    --tw-translate-x: -66.25rem;
  }

  .xs\:hover\:-translate-x-288:hover {
    --tw-translate-x: -72rem;
  }

  .xs\:hover\:-translate-x-384:hover {
    --tw-translate-x: -96rem;
  }

  .xs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xs\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xs\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xs\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xs\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xs\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.1875rem;
  }

  .xs\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .xs\:hover\:-translate-x-7\.5:hover {
    --tw-translate-x: -1.875rem;
  }

  .xs\:hover\:-translate-x-9\.5:hover {
    --tw-translate-x: -2.375rem;
  }

  .xs\:hover\:-translate-x-9\.75:hover {
    --tw-translate-x: -2.4375rem;
  }

  .xs\:hover\:-translate-x-12\.5:hover {
    --tw-translate-x: -3.125rem;
  }

  .xs\:hover\:-translate-x-13\.5:hover {
    --tw-translate-x: -3.375rem;
  }

  .xs\:hover\:-translate-x-292\.5:hover {
    --tw-translate-x: -73.125rem;
  }

  .xs\:hover\:-translate-x-1\/24:hover {
    --tw-translate-x: -4.16667%;
  }

  .xs\:hover\:-translate-x-2\/24:hover {
    --tw-translate-x: -8.33333%;
  }

  .xs\:hover\:-translate-x-3\/24:hover {
    --tw-translate-x: -12.5%;
  }

  .xs\:hover\:-translate-x-4\/24:hover {
    --tw-translate-x: -16.66667%;
  }

  .xs\:hover\:-translate-x-5\/24:hover {
    --tw-translate-x: -20.83333%;
  }

  .xs\:hover\:-translate-x-6\/24:hover {
    --tw-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-7\/24:hover {
    --tw-translate-x: -29.16667%;
  }

  .xs\:hover\:-translate-x-8\/24:hover {
    --tw-translate-x: -33.33333%;
  }

  .xs\:hover\:-translate-x-9\/24:hover {
    --tw-translate-x: -37.5%;
  }

  .xs\:hover\:-translate-x-10\/24:hover {
    --tw-translate-x: -41.66667%;
  }

  .xs\:hover\:-translate-x-11\/24:hover {
    --tw-translate-x: -45.83333%;
  }

  .xs\:hover\:-translate-x-12\/24:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-13\/24:hover {
    --tw-translate-x: -54.16667%;
  }

  .xs\:hover\:-translate-x-14\/24:hover {
    --tw-translate-x: -58.33333%;
  }

  .xs\:hover\:-translate-x-15\/24:hover {
    --tw-translate-x: -62.5%;
  }

  .xs\:hover\:-translate-x-16\/24:hover {
    --tw-translate-x: -66.66667%;
  }

  .xs\:hover\:-translate-x-17\/24:hover {
    --tw-translate-x: -70.83333%;
  }

  .xs\:hover\:-translate-x-18\/24:hover {
    --tw-translate-x: -75%;
  }

  .xs\:hover\:-translate-x-19\/24:hover {
    --tw-translate-x: -79.16667%;
  }

  .xs\:hover\:-translate-x-20\/24:hover {
    --tw-translate-x: -83.33333%;
  }

  .xs\:hover\:-translate-x-21\/24:hover {
    --tw-translate-x: -87.5%;
  }

  .xs\:hover\:-translate-x-22\/24:hover {
    --tw-translate-x: -91.66667%;
  }

  .xs\:hover\:-translate-x-23\/24:hover {
    --tw-translate-x: -95.83333%;
  }

  .xs\:hover\:-translate-x-24\/24:hover {
    --tw-translate-x: -100%;
  }

  .xs\:hover\:-translate-x-screen-header:hover {
    --tw-translate-x: -41.55vw;
  }

  .xs\:hover\:-translate-x-screen-60:hover {
    --tw-translate-x: -60vh;
  }

  .xs\:hover\:-translate-x-screen-80:hover {
    --tw-translate-x: -80vh;
  }

  .xs\:hover\:-translate-x-screen-85:hover {
    --tw-translate-x: -85vh;
  }

  .xs\:hover\:-translate-x-screen-90:hover {
    --tw-translate-x: -90vh;
  }

  .xs\:hover\:-translate-x-screen-95:hover {
    --tw-translate-x: -95vh;
  }

  .xs\:hover\:-translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .xs\:hover\:-translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .xs\:hover\:-translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .xs\:hover\:-translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .xs\:hover\:-translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .xs\:hover\:-translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .xs\:hover\:-translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .xs\:hover\:-translate-x-full-4:hover {
    --tw-translate-x: calc(-100% - -16px);
  }

  .xs\:hover\:-translate-x-account-body:hover {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .xs\:hover\:-translate-x-menu-center:hover {
    --tw-translate-x: calc(-50% - -288px);
  }

  .xs\:hover\:-translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(-100% - -56px);
  }

  .xs\:hover\:-translate-x-popup-full-width:hover {
    --tw-translate-x: calc(-100% + -32px);
  }

  .xs\:hover\:-translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(-100% + -64px);
  }

  .xs\:hover\:-translate-x-popup-full-height:hover {
    --tw-translate-x: calc(-100% + -68px);
  }

  .xs\:hover\:-translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xs\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xs\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xs\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xs\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xs\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xs\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xs\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xs\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xs\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xs\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xs\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xs\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xs\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xs\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xs\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .xs\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xs\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .xs\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .xs\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xs\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .xs\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xs\:hover\:translate-y-29:hover {
    --tw-translate-y: 7.25rem;
  }

  .xs\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xs\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .xs\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xs\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xs\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .xs\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xs\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xs\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xs\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xs\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .xs\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xs\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .xs\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xs\:hover\:translate-y-77:hover {
    --tw-translate-y: 19.25rem;
  }

  .xs\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xs\:hover\:translate-y-82:hover {
    --tw-translate-y: 20.5rem;
  }

  .xs\:hover\:translate-y-88:hover {
    --tw-translate-y: 22rem;
  }

  .xs\:hover\:translate-y-94:hover {
    --tw-translate-y: 23.5rem;
  }

  .xs\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xs\:hover\:translate-y-98:hover {
    --tw-translate-y: 24.5rem;
  }

  .xs\:hover\:translate-y-104:hover {
    --tw-translate-y: 26rem;
  }

  .xs\:hover\:translate-y-108:hover {
    --tw-translate-y: 27rem;
  }

  .xs\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .xs\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem;
  }

  .xs\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .xs\:hover\:translate-y-128:hover {
    --tw-translate-y: 32rem;
  }

  .xs\:hover\:translate-y-132:hover {
    --tw-translate-y: 33rem;
  }

  .xs\:hover\:translate-y-134:hover {
    --tw-translate-y: 33.5rem;
  }

  .xs\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .xs\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem;
  }

  .xs\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem;
  }

  .xs\:hover\:translate-y-152:hover {
    --tw-translate-y: 38rem;
  }

  .xs\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .xs\:hover\:translate-y-164:hover {
    --tw-translate-y: 41rem;
  }

  .xs\:hover\:translate-y-172:hover {
    --tw-translate-y: 43rem;
  }

  .xs\:hover\:translate-y-179:hover {
    --tw-translate-y: 44.75rem;
  }

  .xs\:hover\:translate-y-184:hover {
    --tw-translate-y: 46rem;
  }

  .xs\:hover\:translate-y-192:hover {
    --tw-translate-y: 48rem;
  }

  .xs\:hover\:translate-y-224:hover {
    --tw-translate-y: 56rem;
  }

  .xs\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .xs\:hover\:translate-y-256:hover {
    --tw-translate-y: 64rem;
  }

  .xs\:hover\:translate-y-265:hover {
    --tw-translate-y: 66.25rem;
  }

  .xs\:hover\:translate-y-288:hover {
    --tw-translate-y: 72rem;
  }

  .xs\:hover\:translate-y-384:hover {
    --tw-translate-y: 96rem;
  }

  .xs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xs\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xs\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xs\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xs\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xs\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.1875rem;
  }

  .xs\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .xs\:hover\:translate-y-7\.5:hover {
    --tw-translate-y: 1.875rem;
  }

  .xs\:hover\:translate-y-9\.5:hover {
    --tw-translate-y: 2.375rem;
  }

  .xs\:hover\:translate-y-9\.75:hover {
    --tw-translate-y: 2.4375rem;
  }

  .xs\:hover\:translate-y-12\.5:hover {
    --tw-translate-y: 3.125rem;
  }

  .xs\:hover\:translate-y-13\.5:hover {
    --tw-translate-y: 3.375rem;
  }

  .xs\:hover\:translate-y-292\.5:hover {
    --tw-translate-y: 73.125rem;
  }

  .xs\:hover\:translate-y-1\/24:hover {
    --tw-translate-y: 4.166667%;
  }

  .xs\:hover\:translate-y-2\/24:hover {
    --tw-translate-y: 8.333333%;
  }

  .xs\:hover\:translate-y-3\/24:hover {
    --tw-translate-y: 12.5%;
  }

  .xs\:hover\:translate-y-4\/24:hover {
    --tw-translate-y: 16.666667%;
  }

  .xs\:hover\:translate-y-5\/24:hover {
    --tw-translate-y: 20.833333%;
  }

  .xs\:hover\:translate-y-6\/24:hover {
    --tw-translate-y: 25%;
  }

  .xs\:hover\:translate-y-7\/24:hover {
    --tw-translate-y: 29.166666%;
  }

  .xs\:hover\:translate-y-8\/24:hover {
    --tw-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-9\/24:hover {
    --tw-translate-y: 37.5%;
  }

  .xs\:hover\:translate-y-10\/24:hover {
    --tw-translate-y: 41.666666%;
  }

  .xs\:hover\:translate-y-11\/24:hover {
    --tw-translate-y: 45.833333%;
  }

  .xs\:hover\:translate-y-12\/24:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-13\/24:hover {
    --tw-translate-y: 54.166666%;
  }

  .xs\:hover\:translate-y-14\/24:hover {
    --tw-translate-y: 58.333333%;
  }

  .xs\:hover\:translate-y-15\/24:hover {
    --tw-translate-y: 62.5%;
  }

  .xs\:hover\:translate-y-16\/24:hover {
    --tw-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-17\/24:hover {
    --tw-translate-y: 70.833333%;
  }

  .xs\:hover\:translate-y-18\/24:hover {
    --tw-translate-y: 75%;
  }

  .xs\:hover\:translate-y-19\/24:hover {
    --tw-translate-y: 79.166667%;
  }

  .xs\:hover\:translate-y-20\/24:hover {
    --tw-translate-y: 83.333333%;
  }

  .xs\:hover\:translate-y-21\/24:hover {
    --tw-translate-y: 87.5%;
  }

  .xs\:hover\:translate-y-22\/24:hover {
    --tw-translate-y: 91.666667%;
  }

  .xs\:hover\:translate-y-23\/24:hover {
    --tw-translate-y: 95.833333%;
  }

  .xs\:hover\:translate-y-24\/24:hover {
    --tw-translate-y: 100%;
  }

  .xs\:hover\:translate-y-screen-header:hover {
    --tw-translate-y: 41.55vw;
  }

  .xs\:hover\:translate-y-screen-60:hover {
    --tw-translate-y: 60vh;
  }

  .xs\:hover\:translate-y-screen-80:hover {
    --tw-translate-y: 80vh;
  }

  .xs\:hover\:translate-y-screen-85:hover {
    --tw-translate-y: 85vh;
  }

  .xs\:hover\:translate-y-screen-90:hover {
    --tw-translate-y: 90vh;
  }

  .xs\:hover\:translate-y-screen-95:hover {
    --tw-translate-y: 95vh;
  }

  .xs\:hover\:translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .xs\:hover\:translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .xs\:hover\:translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .xs\:hover\:translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .xs\:hover\:translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .xs\:hover\:translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .xs\:hover\:translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .xs\:hover\:translate-y-full-4:hover {
    --tw-translate-y: calc(100% - 16px);
  }

  .xs\:hover\:translate-y-account-body:hover {
    --tw-translate-y: calc(100vw - 304px);
  }

  .xs\:hover\:translate-y-menu-center:hover {
    --tw-translate-y: calc(50% - 288px);
  }

  .xs\:hover\:translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(100% - 56px);
  }

  .xs\:hover\:translate-y-popup-full-width:hover {
    --tw-translate-y: calc(100% + 32px);
  }

  .xs\:hover\:translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(100% + 64px);
  }

  .xs\:hover\:translate-y-popup-full-height:hover {
    --tw-translate-y: calc(100% + 68px);
  }

  .xs\:hover\:translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .xs\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xs\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xs\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xs\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xs\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xs\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xs\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xs\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xs\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xs\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xs\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xs\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xs\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xs\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .xs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xs\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .xs\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .xs\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xs\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .xs\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xs\:hover\:-translate-y-29:hover {
    --tw-translate-y: -7.25rem;
  }

  .xs\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xs\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .xs\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xs\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .xs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xs\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xs\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xs\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xs\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .xs\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xs\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .xs\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xs\:hover\:-translate-y-77:hover {
    --tw-translate-y: -19.25rem;
  }

  .xs\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xs\:hover\:-translate-y-82:hover {
    --tw-translate-y: -20.5rem;
  }

  .xs\:hover\:-translate-y-88:hover {
    --tw-translate-y: -22rem;
  }

  .xs\:hover\:-translate-y-94:hover {
    --tw-translate-y: -23.5rem;
  }

  .xs\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xs\:hover\:-translate-y-98:hover {
    --tw-translate-y: -24.5rem;
  }

  .xs\:hover\:-translate-y-104:hover {
    --tw-translate-y: -26rem;
  }

  .xs\:hover\:-translate-y-108:hover {
    --tw-translate-y: -27rem;
  }

  .xs\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .xs\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem;
  }

  .xs\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .xs\:hover\:-translate-y-128:hover {
    --tw-translate-y: -32rem;
  }

  .xs\:hover\:-translate-y-132:hover {
    --tw-translate-y: -33rem;
  }

  .xs\:hover\:-translate-y-134:hover {
    --tw-translate-y: -33.5rem;
  }

  .xs\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .xs\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem;
  }

  .xs\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem;
  }

  .xs\:hover\:-translate-y-152:hover {
    --tw-translate-y: -38rem;
  }

  .xs\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .xs\:hover\:-translate-y-164:hover {
    --tw-translate-y: -41rem;
  }

  .xs\:hover\:-translate-y-172:hover {
    --tw-translate-y: -43rem;
  }

  .xs\:hover\:-translate-y-179:hover {
    --tw-translate-y: -44.75rem;
  }

  .xs\:hover\:-translate-y-184:hover {
    --tw-translate-y: -46rem;
  }

  .xs\:hover\:-translate-y-192:hover {
    --tw-translate-y: -48rem;
  }

  .xs\:hover\:-translate-y-224:hover {
    --tw-translate-y: -56rem;
  }

  .xs\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .xs\:hover\:-translate-y-256:hover {
    --tw-translate-y: -64rem;
  }

  .xs\:hover\:-translate-y-265:hover {
    --tw-translate-y: -66.25rem;
  }

  .xs\:hover\:-translate-y-288:hover {
    --tw-translate-y: -72rem;
  }

  .xs\:hover\:-translate-y-384:hover {
    --tw-translate-y: -96rem;
  }

  .xs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xs\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xs\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xs\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xs\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xs\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.1875rem;
  }

  .xs\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .xs\:hover\:-translate-y-7\.5:hover {
    --tw-translate-y: -1.875rem;
  }

  .xs\:hover\:-translate-y-9\.5:hover {
    --tw-translate-y: -2.375rem;
  }

  .xs\:hover\:-translate-y-9\.75:hover {
    --tw-translate-y: -2.4375rem;
  }

  .xs\:hover\:-translate-y-12\.5:hover {
    --tw-translate-y: -3.125rem;
  }

  .xs\:hover\:-translate-y-13\.5:hover {
    --tw-translate-y: -3.375rem;
  }

  .xs\:hover\:-translate-y-292\.5:hover {
    --tw-translate-y: -73.125rem;
  }

  .xs\:hover\:-translate-y-1\/24:hover {
    --tw-translate-y: -4.16667%;
  }

  .xs\:hover\:-translate-y-2\/24:hover {
    --tw-translate-y: -8.33333%;
  }

  .xs\:hover\:-translate-y-3\/24:hover {
    --tw-translate-y: -12.5%;
  }

  .xs\:hover\:-translate-y-4\/24:hover {
    --tw-translate-y: -16.66667%;
  }

  .xs\:hover\:-translate-y-5\/24:hover {
    --tw-translate-y: -20.83333%;
  }

  .xs\:hover\:-translate-y-6\/24:hover {
    --tw-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-7\/24:hover {
    --tw-translate-y: -29.16667%;
  }

  .xs\:hover\:-translate-y-8\/24:hover {
    --tw-translate-y: -33.33333%;
  }

  .xs\:hover\:-translate-y-9\/24:hover {
    --tw-translate-y: -37.5%;
  }

  .xs\:hover\:-translate-y-10\/24:hover {
    --tw-translate-y: -41.66667%;
  }

  .xs\:hover\:-translate-y-11\/24:hover {
    --tw-translate-y: -45.83333%;
  }

  .xs\:hover\:-translate-y-12\/24:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-13\/24:hover {
    --tw-translate-y: -54.16667%;
  }

  .xs\:hover\:-translate-y-14\/24:hover {
    --tw-translate-y: -58.33333%;
  }

  .xs\:hover\:-translate-y-15\/24:hover {
    --tw-translate-y: -62.5%;
  }

  .xs\:hover\:-translate-y-16\/24:hover {
    --tw-translate-y: -66.66667%;
  }

  .xs\:hover\:-translate-y-17\/24:hover {
    --tw-translate-y: -70.83333%;
  }

  .xs\:hover\:-translate-y-18\/24:hover {
    --tw-translate-y: -75%;
  }

  .xs\:hover\:-translate-y-19\/24:hover {
    --tw-translate-y: -79.16667%;
  }

  .xs\:hover\:-translate-y-20\/24:hover {
    --tw-translate-y: -83.33333%;
  }

  .xs\:hover\:-translate-y-21\/24:hover {
    --tw-translate-y: -87.5%;
  }

  .xs\:hover\:-translate-y-22\/24:hover {
    --tw-translate-y: -91.66667%;
  }

  .xs\:hover\:-translate-y-23\/24:hover {
    --tw-translate-y: -95.83333%;
  }

  .xs\:hover\:-translate-y-24\/24:hover {
    --tw-translate-y: -100%;
  }

  .xs\:hover\:-translate-y-screen-header:hover {
    --tw-translate-y: -41.55vw;
  }

  .xs\:hover\:-translate-y-screen-60:hover {
    --tw-translate-y: -60vh;
  }

  .xs\:hover\:-translate-y-screen-80:hover {
    --tw-translate-y: -80vh;
  }

  .xs\:hover\:-translate-y-screen-85:hover {
    --tw-translate-y: -85vh;
  }

  .xs\:hover\:-translate-y-screen-90:hover {
    --tw-translate-y: -90vh;
  }

  .xs\:hover\:-translate-y-screen-95:hover {
    --tw-translate-y: -95vh;
  }

  .xs\:hover\:-translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .xs\:hover\:-translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .xs\:hover\:-translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .xs\:hover\:-translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .xs\:hover\:-translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .xs\:hover\:-translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .xs\:hover\:-translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .xs\:hover\:-translate-y-full-4:hover {
    --tw-translate-y: calc(-100% - -16px);
  }

  .xs\:hover\:-translate-y-account-body:hover {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .xs\:hover\:-translate-y-menu-center:hover {
    --tw-translate-y: calc(-50% - -288px);
  }

  .xs\:hover\:-translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(-100% - -56px);
  }

  .xs\:hover\:-translate-y-popup-full-width:hover {
    --tw-translate-y: calc(-100% + -32px);
  }

  .xs\:hover\:-translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(-100% + -64px);
  }

  .xs\:hover\:-translate-y-popup-full-height:hover {
    --tw-translate-y: calc(-100% + -68px);
  }

  .xs\:hover\:-translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xs\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xs\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xs\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xs\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xs\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xs\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xs\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xs\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xs\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xs\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xs\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xs\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xs\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xs\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xs\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .xs\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xs\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .xs\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .xs\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xs\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .xs\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xs\:focus\:translate-x-29:focus {
    --tw-translate-x: 7.25rem;
  }

  .xs\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xs\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .xs\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xs\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xs\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .xs\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xs\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xs\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xs\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xs\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .xs\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xs\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .xs\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xs\:focus\:translate-x-77:focus {
    --tw-translate-x: 19.25rem;
  }

  .xs\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xs\:focus\:translate-x-82:focus {
    --tw-translate-x: 20.5rem;
  }

  .xs\:focus\:translate-x-88:focus {
    --tw-translate-x: 22rem;
  }

  .xs\:focus\:translate-x-94:focus {
    --tw-translate-x: 23.5rem;
  }

  .xs\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xs\:focus\:translate-x-98:focus {
    --tw-translate-x: 24.5rem;
  }

  .xs\:focus\:translate-x-104:focus {
    --tw-translate-x: 26rem;
  }

  .xs\:focus\:translate-x-108:focus {
    --tw-translate-x: 27rem;
  }

  .xs\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .xs\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem;
  }

  .xs\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .xs\:focus\:translate-x-128:focus {
    --tw-translate-x: 32rem;
  }

  .xs\:focus\:translate-x-132:focus {
    --tw-translate-x: 33rem;
  }

  .xs\:focus\:translate-x-134:focus {
    --tw-translate-x: 33.5rem;
  }

  .xs\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .xs\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem;
  }

  .xs\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem;
  }

  .xs\:focus\:translate-x-152:focus {
    --tw-translate-x: 38rem;
  }

  .xs\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .xs\:focus\:translate-x-164:focus {
    --tw-translate-x: 41rem;
  }

  .xs\:focus\:translate-x-172:focus {
    --tw-translate-x: 43rem;
  }

  .xs\:focus\:translate-x-179:focus {
    --tw-translate-x: 44.75rem;
  }

  .xs\:focus\:translate-x-184:focus {
    --tw-translate-x: 46rem;
  }

  .xs\:focus\:translate-x-192:focus {
    --tw-translate-x: 48rem;
  }

  .xs\:focus\:translate-x-224:focus {
    --tw-translate-x: 56rem;
  }

  .xs\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .xs\:focus\:translate-x-256:focus {
    --tw-translate-x: 64rem;
  }

  .xs\:focus\:translate-x-265:focus {
    --tw-translate-x: 66.25rem;
  }

  .xs\:focus\:translate-x-288:focus {
    --tw-translate-x: 72rem;
  }

  .xs\:focus\:translate-x-384:focus {
    --tw-translate-x: 96rem;
  }

  .xs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xs\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xs\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xs\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xs\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xs\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.1875rem;
  }

  .xs\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .xs\:focus\:translate-x-7\.5:focus {
    --tw-translate-x: 1.875rem;
  }

  .xs\:focus\:translate-x-9\.5:focus {
    --tw-translate-x: 2.375rem;
  }

  .xs\:focus\:translate-x-9\.75:focus {
    --tw-translate-x: 2.4375rem;
  }

  .xs\:focus\:translate-x-12\.5:focus {
    --tw-translate-x: 3.125rem;
  }

  .xs\:focus\:translate-x-13\.5:focus {
    --tw-translate-x: 3.375rem;
  }

  .xs\:focus\:translate-x-292\.5:focus {
    --tw-translate-x: 73.125rem;
  }

  .xs\:focus\:translate-x-1\/24:focus {
    --tw-translate-x: 4.166667%;
  }

  .xs\:focus\:translate-x-2\/24:focus {
    --tw-translate-x: 8.333333%;
  }

  .xs\:focus\:translate-x-3\/24:focus {
    --tw-translate-x: 12.5%;
  }

  .xs\:focus\:translate-x-4\/24:focus {
    --tw-translate-x: 16.666667%;
  }

  .xs\:focus\:translate-x-5\/24:focus {
    --tw-translate-x: 20.833333%;
  }

  .xs\:focus\:translate-x-6\/24:focus {
    --tw-translate-x: 25%;
  }

  .xs\:focus\:translate-x-7\/24:focus {
    --tw-translate-x: 29.166666%;
  }

  .xs\:focus\:translate-x-8\/24:focus {
    --tw-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-9\/24:focus {
    --tw-translate-x: 37.5%;
  }

  .xs\:focus\:translate-x-10\/24:focus {
    --tw-translate-x: 41.666666%;
  }

  .xs\:focus\:translate-x-11\/24:focus {
    --tw-translate-x: 45.833333%;
  }

  .xs\:focus\:translate-x-12\/24:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-13\/24:focus {
    --tw-translate-x: 54.166666%;
  }

  .xs\:focus\:translate-x-14\/24:focus {
    --tw-translate-x: 58.333333%;
  }

  .xs\:focus\:translate-x-15\/24:focus {
    --tw-translate-x: 62.5%;
  }

  .xs\:focus\:translate-x-16\/24:focus {
    --tw-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-17\/24:focus {
    --tw-translate-x: 70.833333%;
  }

  .xs\:focus\:translate-x-18\/24:focus {
    --tw-translate-x: 75%;
  }

  .xs\:focus\:translate-x-19\/24:focus {
    --tw-translate-x: 79.166667%;
  }

  .xs\:focus\:translate-x-20\/24:focus {
    --tw-translate-x: 83.333333%;
  }

  .xs\:focus\:translate-x-21\/24:focus {
    --tw-translate-x: 87.5%;
  }

  .xs\:focus\:translate-x-22\/24:focus {
    --tw-translate-x: 91.666667%;
  }

  .xs\:focus\:translate-x-23\/24:focus {
    --tw-translate-x: 95.833333%;
  }

  .xs\:focus\:translate-x-24\/24:focus {
    --tw-translate-x: 100%;
  }

  .xs\:focus\:translate-x-screen-header:focus {
    --tw-translate-x: 41.55vw;
  }

  .xs\:focus\:translate-x-screen-60:focus {
    --tw-translate-x: 60vh;
  }

  .xs\:focus\:translate-x-screen-80:focus {
    --tw-translate-x: 80vh;
  }

  .xs\:focus\:translate-x-screen-85:focus {
    --tw-translate-x: 85vh;
  }

  .xs\:focus\:translate-x-screen-90:focus {
    --tw-translate-x: 90vh;
  }

  .xs\:focus\:translate-x-screen-95:focus {
    --tw-translate-x: 95vh;
  }

  .xs\:focus\:translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .xs\:focus\:translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .xs\:focus\:translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .xs\:focus\:translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .xs\:focus\:translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .xs\:focus\:translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .xs\:focus\:translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .xs\:focus\:translate-x-full-4:focus {
    --tw-translate-x: calc(100% - 16px);
  }

  .xs\:focus\:translate-x-account-body:focus {
    --tw-translate-x: calc(100vw - 304px);
  }

  .xs\:focus\:translate-x-menu-center:focus {
    --tw-translate-x: calc(50% - 288px);
  }

  .xs\:focus\:translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(100% - 56px);
  }

  .xs\:focus\:translate-x-popup-full-width:focus {
    --tw-translate-x: calc(100% + 32px);
  }

  .xs\:focus\:translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(100% + 64px);
  }

  .xs\:focus\:translate-x-popup-full-height:focus {
    --tw-translate-x: calc(100% + 68px);
  }

  .xs\:focus\:translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .xs\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xs\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xs\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xs\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xs\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xs\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xs\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xs\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xs\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xs\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xs\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xs\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xs\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xs\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .xs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xs\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .xs\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .xs\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xs\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .xs\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xs\:focus\:-translate-x-29:focus {
    --tw-translate-x: -7.25rem;
  }

  .xs\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xs\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .xs\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xs\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .xs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xs\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xs\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xs\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xs\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .xs\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xs\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .xs\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xs\:focus\:-translate-x-77:focus {
    --tw-translate-x: -19.25rem;
  }

  .xs\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xs\:focus\:-translate-x-82:focus {
    --tw-translate-x: -20.5rem;
  }

  .xs\:focus\:-translate-x-88:focus {
    --tw-translate-x: -22rem;
  }

  .xs\:focus\:-translate-x-94:focus {
    --tw-translate-x: -23.5rem;
  }

  .xs\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xs\:focus\:-translate-x-98:focus {
    --tw-translate-x: -24.5rem;
  }

  .xs\:focus\:-translate-x-104:focus {
    --tw-translate-x: -26rem;
  }

  .xs\:focus\:-translate-x-108:focus {
    --tw-translate-x: -27rem;
  }

  .xs\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .xs\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem;
  }

  .xs\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .xs\:focus\:-translate-x-128:focus {
    --tw-translate-x: -32rem;
  }

  .xs\:focus\:-translate-x-132:focus {
    --tw-translate-x: -33rem;
  }

  .xs\:focus\:-translate-x-134:focus {
    --tw-translate-x: -33.5rem;
  }

  .xs\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .xs\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem;
  }

  .xs\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem;
  }

  .xs\:focus\:-translate-x-152:focus {
    --tw-translate-x: -38rem;
  }

  .xs\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .xs\:focus\:-translate-x-164:focus {
    --tw-translate-x: -41rem;
  }

  .xs\:focus\:-translate-x-172:focus {
    --tw-translate-x: -43rem;
  }

  .xs\:focus\:-translate-x-179:focus {
    --tw-translate-x: -44.75rem;
  }

  .xs\:focus\:-translate-x-184:focus {
    --tw-translate-x: -46rem;
  }

  .xs\:focus\:-translate-x-192:focus {
    --tw-translate-x: -48rem;
  }

  .xs\:focus\:-translate-x-224:focus {
    --tw-translate-x: -56rem;
  }

  .xs\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .xs\:focus\:-translate-x-256:focus {
    --tw-translate-x: -64rem;
  }

  .xs\:focus\:-translate-x-265:focus {
    --tw-translate-x: -66.25rem;
  }

  .xs\:focus\:-translate-x-288:focus {
    --tw-translate-x: -72rem;
  }

  .xs\:focus\:-translate-x-384:focus {
    --tw-translate-x: -96rem;
  }

  .xs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xs\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xs\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xs\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xs\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xs\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.1875rem;
  }

  .xs\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .xs\:focus\:-translate-x-7\.5:focus {
    --tw-translate-x: -1.875rem;
  }

  .xs\:focus\:-translate-x-9\.5:focus {
    --tw-translate-x: -2.375rem;
  }

  .xs\:focus\:-translate-x-9\.75:focus {
    --tw-translate-x: -2.4375rem;
  }

  .xs\:focus\:-translate-x-12\.5:focus {
    --tw-translate-x: -3.125rem;
  }

  .xs\:focus\:-translate-x-13\.5:focus {
    --tw-translate-x: -3.375rem;
  }

  .xs\:focus\:-translate-x-292\.5:focus {
    --tw-translate-x: -73.125rem;
  }

  .xs\:focus\:-translate-x-1\/24:focus {
    --tw-translate-x: -4.16667%;
  }

  .xs\:focus\:-translate-x-2\/24:focus {
    --tw-translate-x: -8.33333%;
  }

  .xs\:focus\:-translate-x-3\/24:focus {
    --tw-translate-x: -12.5%;
  }

  .xs\:focus\:-translate-x-4\/24:focus {
    --tw-translate-x: -16.66667%;
  }

  .xs\:focus\:-translate-x-5\/24:focus {
    --tw-translate-x: -20.83333%;
  }

  .xs\:focus\:-translate-x-6\/24:focus {
    --tw-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-7\/24:focus {
    --tw-translate-x: -29.16667%;
  }

  .xs\:focus\:-translate-x-8\/24:focus {
    --tw-translate-x: -33.33333%;
  }

  .xs\:focus\:-translate-x-9\/24:focus {
    --tw-translate-x: -37.5%;
  }

  .xs\:focus\:-translate-x-10\/24:focus {
    --tw-translate-x: -41.66667%;
  }

  .xs\:focus\:-translate-x-11\/24:focus {
    --tw-translate-x: -45.83333%;
  }

  .xs\:focus\:-translate-x-12\/24:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-13\/24:focus {
    --tw-translate-x: -54.16667%;
  }

  .xs\:focus\:-translate-x-14\/24:focus {
    --tw-translate-x: -58.33333%;
  }

  .xs\:focus\:-translate-x-15\/24:focus {
    --tw-translate-x: -62.5%;
  }

  .xs\:focus\:-translate-x-16\/24:focus {
    --tw-translate-x: -66.66667%;
  }

  .xs\:focus\:-translate-x-17\/24:focus {
    --tw-translate-x: -70.83333%;
  }

  .xs\:focus\:-translate-x-18\/24:focus {
    --tw-translate-x: -75%;
  }

  .xs\:focus\:-translate-x-19\/24:focus {
    --tw-translate-x: -79.16667%;
  }

  .xs\:focus\:-translate-x-20\/24:focus {
    --tw-translate-x: -83.33333%;
  }

  .xs\:focus\:-translate-x-21\/24:focus {
    --tw-translate-x: -87.5%;
  }

  .xs\:focus\:-translate-x-22\/24:focus {
    --tw-translate-x: -91.66667%;
  }

  .xs\:focus\:-translate-x-23\/24:focus {
    --tw-translate-x: -95.83333%;
  }

  .xs\:focus\:-translate-x-24\/24:focus {
    --tw-translate-x: -100%;
  }

  .xs\:focus\:-translate-x-screen-header:focus {
    --tw-translate-x: -41.55vw;
  }

  .xs\:focus\:-translate-x-screen-60:focus {
    --tw-translate-x: -60vh;
  }

  .xs\:focus\:-translate-x-screen-80:focus {
    --tw-translate-x: -80vh;
  }

  .xs\:focus\:-translate-x-screen-85:focus {
    --tw-translate-x: -85vh;
  }

  .xs\:focus\:-translate-x-screen-90:focus {
    --tw-translate-x: -90vh;
  }

  .xs\:focus\:-translate-x-screen-95:focus {
    --tw-translate-x: -95vh;
  }

  .xs\:focus\:-translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .xs\:focus\:-translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .xs\:focus\:-translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .xs\:focus\:-translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .xs\:focus\:-translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .xs\:focus\:-translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .xs\:focus\:-translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .xs\:focus\:-translate-x-full-4:focus {
    --tw-translate-x: calc(-100% - -16px);
  }

  .xs\:focus\:-translate-x-account-body:focus {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .xs\:focus\:-translate-x-menu-center:focus {
    --tw-translate-x: calc(-50% - -288px);
  }

  .xs\:focus\:-translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(-100% - -56px);
  }

  .xs\:focus\:-translate-x-popup-full-width:focus {
    --tw-translate-x: calc(-100% + -32px);
  }

  .xs\:focus\:-translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(-100% + -64px);
  }

  .xs\:focus\:-translate-x-popup-full-height:focus {
    --tw-translate-x: calc(-100% + -68px);
  }

  .xs\:focus\:-translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xs\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xs\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xs\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xs\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xs\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xs\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xs\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xs\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xs\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xs\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xs\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xs\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xs\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xs\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xs\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .xs\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xs\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .xs\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .xs\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xs\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .xs\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xs\:focus\:translate-y-29:focus {
    --tw-translate-y: 7.25rem;
  }

  .xs\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xs\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .xs\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xs\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xs\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .xs\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xs\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xs\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xs\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xs\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .xs\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xs\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .xs\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xs\:focus\:translate-y-77:focus {
    --tw-translate-y: 19.25rem;
  }

  .xs\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xs\:focus\:translate-y-82:focus {
    --tw-translate-y: 20.5rem;
  }

  .xs\:focus\:translate-y-88:focus {
    --tw-translate-y: 22rem;
  }

  .xs\:focus\:translate-y-94:focus {
    --tw-translate-y: 23.5rem;
  }

  .xs\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xs\:focus\:translate-y-98:focus {
    --tw-translate-y: 24.5rem;
  }

  .xs\:focus\:translate-y-104:focus {
    --tw-translate-y: 26rem;
  }

  .xs\:focus\:translate-y-108:focus {
    --tw-translate-y: 27rem;
  }

  .xs\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .xs\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem;
  }

  .xs\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .xs\:focus\:translate-y-128:focus {
    --tw-translate-y: 32rem;
  }

  .xs\:focus\:translate-y-132:focus {
    --tw-translate-y: 33rem;
  }

  .xs\:focus\:translate-y-134:focus {
    --tw-translate-y: 33.5rem;
  }

  .xs\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .xs\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem;
  }

  .xs\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem;
  }

  .xs\:focus\:translate-y-152:focus {
    --tw-translate-y: 38rem;
  }

  .xs\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .xs\:focus\:translate-y-164:focus {
    --tw-translate-y: 41rem;
  }

  .xs\:focus\:translate-y-172:focus {
    --tw-translate-y: 43rem;
  }

  .xs\:focus\:translate-y-179:focus {
    --tw-translate-y: 44.75rem;
  }

  .xs\:focus\:translate-y-184:focus {
    --tw-translate-y: 46rem;
  }

  .xs\:focus\:translate-y-192:focus {
    --tw-translate-y: 48rem;
  }

  .xs\:focus\:translate-y-224:focus {
    --tw-translate-y: 56rem;
  }

  .xs\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .xs\:focus\:translate-y-256:focus {
    --tw-translate-y: 64rem;
  }

  .xs\:focus\:translate-y-265:focus {
    --tw-translate-y: 66.25rem;
  }

  .xs\:focus\:translate-y-288:focus {
    --tw-translate-y: 72rem;
  }

  .xs\:focus\:translate-y-384:focus {
    --tw-translate-y: 96rem;
  }

  .xs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xs\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xs\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xs\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xs\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xs\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.1875rem;
  }

  .xs\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .xs\:focus\:translate-y-7\.5:focus {
    --tw-translate-y: 1.875rem;
  }

  .xs\:focus\:translate-y-9\.5:focus {
    --tw-translate-y: 2.375rem;
  }

  .xs\:focus\:translate-y-9\.75:focus {
    --tw-translate-y: 2.4375rem;
  }

  .xs\:focus\:translate-y-12\.5:focus {
    --tw-translate-y: 3.125rem;
  }

  .xs\:focus\:translate-y-13\.5:focus {
    --tw-translate-y: 3.375rem;
  }

  .xs\:focus\:translate-y-292\.5:focus {
    --tw-translate-y: 73.125rem;
  }

  .xs\:focus\:translate-y-1\/24:focus {
    --tw-translate-y: 4.166667%;
  }

  .xs\:focus\:translate-y-2\/24:focus {
    --tw-translate-y: 8.333333%;
  }

  .xs\:focus\:translate-y-3\/24:focus {
    --tw-translate-y: 12.5%;
  }

  .xs\:focus\:translate-y-4\/24:focus {
    --tw-translate-y: 16.666667%;
  }

  .xs\:focus\:translate-y-5\/24:focus {
    --tw-translate-y: 20.833333%;
  }

  .xs\:focus\:translate-y-6\/24:focus {
    --tw-translate-y: 25%;
  }

  .xs\:focus\:translate-y-7\/24:focus {
    --tw-translate-y: 29.166666%;
  }

  .xs\:focus\:translate-y-8\/24:focus {
    --tw-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-9\/24:focus {
    --tw-translate-y: 37.5%;
  }

  .xs\:focus\:translate-y-10\/24:focus {
    --tw-translate-y: 41.666666%;
  }

  .xs\:focus\:translate-y-11\/24:focus {
    --tw-translate-y: 45.833333%;
  }

  .xs\:focus\:translate-y-12\/24:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-13\/24:focus {
    --tw-translate-y: 54.166666%;
  }

  .xs\:focus\:translate-y-14\/24:focus {
    --tw-translate-y: 58.333333%;
  }

  .xs\:focus\:translate-y-15\/24:focus {
    --tw-translate-y: 62.5%;
  }

  .xs\:focus\:translate-y-16\/24:focus {
    --tw-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-17\/24:focus {
    --tw-translate-y: 70.833333%;
  }

  .xs\:focus\:translate-y-18\/24:focus {
    --tw-translate-y: 75%;
  }

  .xs\:focus\:translate-y-19\/24:focus {
    --tw-translate-y: 79.166667%;
  }

  .xs\:focus\:translate-y-20\/24:focus {
    --tw-translate-y: 83.333333%;
  }

  .xs\:focus\:translate-y-21\/24:focus {
    --tw-translate-y: 87.5%;
  }

  .xs\:focus\:translate-y-22\/24:focus {
    --tw-translate-y: 91.666667%;
  }

  .xs\:focus\:translate-y-23\/24:focus {
    --tw-translate-y: 95.833333%;
  }

  .xs\:focus\:translate-y-24\/24:focus {
    --tw-translate-y: 100%;
  }

  .xs\:focus\:translate-y-screen-header:focus {
    --tw-translate-y: 41.55vw;
  }

  .xs\:focus\:translate-y-screen-60:focus {
    --tw-translate-y: 60vh;
  }

  .xs\:focus\:translate-y-screen-80:focus {
    --tw-translate-y: 80vh;
  }

  .xs\:focus\:translate-y-screen-85:focus {
    --tw-translate-y: 85vh;
  }

  .xs\:focus\:translate-y-screen-90:focus {
    --tw-translate-y: 90vh;
  }

  .xs\:focus\:translate-y-screen-95:focus {
    --tw-translate-y: 95vh;
  }

  .xs\:focus\:translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .xs\:focus\:translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .xs\:focus\:translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .xs\:focus\:translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .xs\:focus\:translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .xs\:focus\:translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .xs\:focus\:translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .xs\:focus\:translate-y-full-4:focus {
    --tw-translate-y: calc(100% - 16px);
  }

  .xs\:focus\:translate-y-account-body:focus {
    --tw-translate-y: calc(100vw - 304px);
  }

  .xs\:focus\:translate-y-menu-center:focus {
    --tw-translate-y: calc(50% - 288px);
  }

  .xs\:focus\:translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(100% - 56px);
  }

  .xs\:focus\:translate-y-popup-full-width:focus {
    --tw-translate-y: calc(100% + 32px);
  }

  .xs\:focus\:translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(100% + 64px);
  }

  .xs\:focus\:translate-y-popup-full-height:focus {
    --tw-translate-y: calc(100% + 68px);
  }

  .xs\:focus\:translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .xs\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xs\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xs\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xs\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xs\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xs\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xs\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xs\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xs\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xs\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xs\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xs\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xs\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xs\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .xs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xs\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .xs\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .xs\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xs\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .xs\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xs\:focus\:-translate-y-29:focus {
    --tw-translate-y: -7.25rem;
  }

  .xs\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xs\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .xs\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xs\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .xs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xs\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xs\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xs\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xs\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .xs\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xs\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .xs\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xs\:focus\:-translate-y-77:focus {
    --tw-translate-y: -19.25rem;
  }

  .xs\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xs\:focus\:-translate-y-82:focus {
    --tw-translate-y: -20.5rem;
  }

  .xs\:focus\:-translate-y-88:focus {
    --tw-translate-y: -22rem;
  }

  .xs\:focus\:-translate-y-94:focus {
    --tw-translate-y: -23.5rem;
  }

  .xs\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xs\:focus\:-translate-y-98:focus {
    --tw-translate-y: -24.5rem;
  }

  .xs\:focus\:-translate-y-104:focus {
    --tw-translate-y: -26rem;
  }

  .xs\:focus\:-translate-y-108:focus {
    --tw-translate-y: -27rem;
  }

  .xs\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .xs\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem;
  }

  .xs\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .xs\:focus\:-translate-y-128:focus {
    --tw-translate-y: -32rem;
  }

  .xs\:focus\:-translate-y-132:focus {
    --tw-translate-y: -33rem;
  }

  .xs\:focus\:-translate-y-134:focus {
    --tw-translate-y: -33.5rem;
  }

  .xs\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .xs\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem;
  }

  .xs\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem;
  }

  .xs\:focus\:-translate-y-152:focus {
    --tw-translate-y: -38rem;
  }

  .xs\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .xs\:focus\:-translate-y-164:focus {
    --tw-translate-y: -41rem;
  }

  .xs\:focus\:-translate-y-172:focus {
    --tw-translate-y: -43rem;
  }

  .xs\:focus\:-translate-y-179:focus {
    --tw-translate-y: -44.75rem;
  }

  .xs\:focus\:-translate-y-184:focus {
    --tw-translate-y: -46rem;
  }

  .xs\:focus\:-translate-y-192:focus {
    --tw-translate-y: -48rem;
  }

  .xs\:focus\:-translate-y-224:focus {
    --tw-translate-y: -56rem;
  }

  .xs\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .xs\:focus\:-translate-y-256:focus {
    --tw-translate-y: -64rem;
  }

  .xs\:focus\:-translate-y-265:focus {
    --tw-translate-y: -66.25rem;
  }

  .xs\:focus\:-translate-y-288:focus {
    --tw-translate-y: -72rem;
  }

  .xs\:focus\:-translate-y-384:focus {
    --tw-translate-y: -96rem;
  }

  .xs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xs\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xs\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xs\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xs\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xs\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.1875rem;
  }

  .xs\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .xs\:focus\:-translate-y-7\.5:focus {
    --tw-translate-y: -1.875rem;
  }

  .xs\:focus\:-translate-y-9\.5:focus {
    --tw-translate-y: -2.375rem;
  }

  .xs\:focus\:-translate-y-9\.75:focus {
    --tw-translate-y: -2.4375rem;
  }

  .xs\:focus\:-translate-y-12\.5:focus {
    --tw-translate-y: -3.125rem;
  }

  .xs\:focus\:-translate-y-13\.5:focus {
    --tw-translate-y: -3.375rem;
  }

  .xs\:focus\:-translate-y-292\.5:focus {
    --tw-translate-y: -73.125rem;
  }

  .xs\:focus\:-translate-y-1\/24:focus {
    --tw-translate-y: -4.16667%;
  }

  .xs\:focus\:-translate-y-2\/24:focus {
    --tw-translate-y: -8.33333%;
  }

  .xs\:focus\:-translate-y-3\/24:focus {
    --tw-translate-y: -12.5%;
  }

  .xs\:focus\:-translate-y-4\/24:focus {
    --tw-translate-y: -16.66667%;
  }

  .xs\:focus\:-translate-y-5\/24:focus {
    --tw-translate-y: -20.83333%;
  }

  .xs\:focus\:-translate-y-6\/24:focus {
    --tw-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-7\/24:focus {
    --tw-translate-y: -29.16667%;
  }

  .xs\:focus\:-translate-y-8\/24:focus {
    --tw-translate-y: -33.33333%;
  }

  .xs\:focus\:-translate-y-9\/24:focus {
    --tw-translate-y: -37.5%;
  }

  .xs\:focus\:-translate-y-10\/24:focus {
    --tw-translate-y: -41.66667%;
  }

  .xs\:focus\:-translate-y-11\/24:focus {
    --tw-translate-y: -45.83333%;
  }

  .xs\:focus\:-translate-y-12\/24:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-13\/24:focus {
    --tw-translate-y: -54.16667%;
  }

  .xs\:focus\:-translate-y-14\/24:focus {
    --tw-translate-y: -58.33333%;
  }

  .xs\:focus\:-translate-y-15\/24:focus {
    --tw-translate-y: -62.5%;
  }

  .xs\:focus\:-translate-y-16\/24:focus {
    --tw-translate-y: -66.66667%;
  }

  .xs\:focus\:-translate-y-17\/24:focus {
    --tw-translate-y: -70.83333%;
  }

  .xs\:focus\:-translate-y-18\/24:focus {
    --tw-translate-y: -75%;
  }

  .xs\:focus\:-translate-y-19\/24:focus {
    --tw-translate-y: -79.16667%;
  }

  .xs\:focus\:-translate-y-20\/24:focus {
    --tw-translate-y: -83.33333%;
  }

  .xs\:focus\:-translate-y-21\/24:focus {
    --tw-translate-y: -87.5%;
  }

  .xs\:focus\:-translate-y-22\/24:focus {
    --tw-translate-y: -91.66667%;
  }

  .xs\:focus\:-translate-y-23\/24:focus {
    --tw-translate-y: -95.83333%;
  }

  .xs\:focus\:-translate-y-24\/24:focus {
    --tw-translate-y: -100%;
  }

  .xs\:focus\:-translate-y-screen-header:focus {
    --tw-translate-y: -41.55vw;
  }

  .xs\:focus\:-translate-y-screen-60:focus {
    --tw-translate-y: -60vh;
  }

  .xs\:focus\:-translate-y-screen-80:focus {
    --tw-translate-y: -80vh;
  }

  .xs\:focus\:-translate-y-screen-85:focus {
    --tw-translate-y: -85vh;
  }

  .xs\:focus\:-translate-y-screen-90:focus {
    --tw-translate-y: -90vh;
  }

  .xs\:focus\:-translate-y-screen-95:focus {
    --tw-translate-y: -95vh;
  }

  .xs\:focus\:-translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .xs\:focus\:-translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .xs\:focus\:-translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .xs\:focus\:-translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .xs\:focus\:-translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .xs\:focus\:-translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .xs\:focus\:-translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .xs\:focus\:-translate-y-full-4:focus {
    --tw-translate-y: calc(-100% - -16px);
  }

  .xs\:focus\:-translate-y-account-body:focus {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .xs\:focus\:-translate-y-menu-center:focus {
    --tw-translate-y: calc(-50% - -288px);
  }

  .xs\:focus\:-translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(-100% - -56px);
  }

  .xs\:focus\:-translate-y-popup-full-width:focus {
    --tw-translate-y: calc(-100% + -32px);
  }

  .xs\:focus\:-translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(-100% + -64px);
  }

  .xs\:focus\:-translate-y-popup-full-height:focus {
    --tw-translate-y: calc(-100% + -68px);
  }

  .xs\:focus\:-translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xs\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xs\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xs\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xs\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xs\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xs\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xs\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xs\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xs\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xs\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xs\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xs\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xs\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xs\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xs\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xs\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xs\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xs\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xs\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xs\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xs\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xs\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xs\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xs\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xs\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xs\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xs\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xs\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xs\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xs\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xs\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xs\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xs\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xs\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xs\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xs\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xs\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xs\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xs\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xs\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xs\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xs\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xs\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xs\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xs\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xs\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xs\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xs\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xs\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xs\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xs\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xs\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xs\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xs\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xs\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xs\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xs\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xs\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xs\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xs\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xs\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xs\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xs\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xs\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xs\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xs\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xs\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xs\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xs\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xs\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xs\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xs\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xs\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xs\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xs\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xs\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xs\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xs\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xs\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xs\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xs\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xs\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xs\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xs\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xs\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xs\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xs\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xs\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xs\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xs\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xs\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xs\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xs\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xs\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xs\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xs\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xs\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xs\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xs\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xs\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xs\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xs\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xs\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xs\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xs\:animate-none {
    animation: none;
  }

  .xs\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xs\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xs\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .xs\:animate-glow {
    animation: glow 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-help {
    cursor: help;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xs\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xs\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xs\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xs\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-y {
    resize: vertical;
  }

  .xs\:resize-x {
    resize: horizontal;
  }

  .xs\:resize {
    resize: both;
  }

  .xs\:list-inside {
    list-style-position: inside;
  }

  .xs\:list-outside {
    list-style-position: outside;
  }

  .xs\:list-none {
    list-style-type: none;
  }

  .xs\:list-disc {
    list-style-type: disc;
  }

  .xs\:list-decimal {
    list-style-type: decimal;
  }

  .xs\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-rows-none {
    grid-template-rows: none;
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xs\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xs\:place-content-center {
    place-content: center;
  }

  .xs\:place-content-start {
    place-content: start;
  }

  .xs\:place-content-end {
    place-content: end;
  }

  .xs\:place-content-between {
    place-content: space-between;
  }

  .xs\:place-content-around {
    place-content: space-around;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly;
  }

  .xs\:place-content-stretch {
    place-content: stretch;
  }

  .xs\:place-items-start {
    place-items: start;
  }

  .xs\:place-items-end {
    place-items: end;
  }

  .xs\:place-items-center {
    place-items: center;
  }

  .xs\:place-items-stretch {
    place-items: stretch;
  }

  .xs\:content-center {
    align-content: center;
  }

  .xs\:content-start {
    align-content: flex-start;
  }

  .xs\:content-end {
    align-content: flex-end;
  }

  .xs\:content-between {
    align-content: space-between;
  }

  .xs\:content-around {
    align-content: space-around;
  }

  .xs\:content-evenly {
    align-content: space-evenly;
  }

  .xs\:items-start {
    align-items: flex-start;
  }

  .xs\:items-end {
    align-items: flex-end;
  }

  .xs\:items-center {
    align-items: center;
  }

  .xs\:items-baseline {
    align-items: baseline;
  }

  .xs\:items-stretch {
    align-items: stretch;
  }

  .xs\:justify-start {
    justify-content: flex-start;
  }

  .xs\:justify-end {
    justify-content: flex-end;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:justify-between {
    justify-content: space-between;
  }

  .xs\:justify-around {
    justify-content: space-around;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly;
  }

  .xs\:justify-items-start {
    justify-items: start;
  }

  .xs\:justify-items-end {
    justify-items: end;
  }

  .xs\:justify-items-center {
    justify-items: center;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xs\:gap-0 {
    gap: 0px;
  }

  .xs\:gap-1 {
    gap: 0.25rem;
  }

  .xs\:gap-2 {
    gap: 0.5rem;
  }

  .xs\:gap-3 {
    gap: 0.75rem;
  }

  .xs\:gap-4 {
    gap: 1rem;
  }

  .xs\:gap-5 {
    gap: 1.25rem;
  }

  .xs\:gap-6 {
    gap: 1.5rem;
  }

  .xs\:gap-7 {
    gap: 1.75rem;
  }

  .xs\:gap-8 {
    gap: 2rem;
  }

  .xs\:gap-9 {
    gap: 2.25rem;
  }

  .xs\:gap-10 {
    gap: 2.5rem;
  }

  .xs\:gap-11 {
    gap: 2.75rem;
  }

  .xs\:gap-12 {
    gap: 3rem;
  }

  .xs\:gap-14 {
    gap: 3.5rem;
  }

  .xs\:gap-16 {
    gap: 4rem;
  }

  .xs\:gap-18 {
    gap: 4.5rem;
  }

  .xs\:gap-20 {
    gap: 5rem;
  }

  .xs\:gap-21 {
    gap: 5.25rem;
  }

  .xs\:gap-22 {
    gap: 5.5rem;
  }

  .xs\:gap-24 {
    gap: 6rem;
  }

  .xs\:gap-26 {
    gap: 6.5rem;
  }

  .xs\:gap-28 {
    gap: 7rem;
  }

  .xs\:gap-29 {
    gap: 7.25rem;
  }

  .xs\:gap-32 {
    gap: 8rem;
  }

  .xs\:gap-34 {
    gap: 8.5rem;
  }

  .xs\:gap-36 {
    gap: 9rem;
  }

  .xs\:gap-40 {
    gap: 10rem;
  }

  .xs\:gap-42 {
    gap: 10.5rem;
  }

  .xs\:gap-44 {
    gap: 11rem;
  }

  .xs\:gap-48 {
    gap: 12rem;
  }

  .xs\:gap-52 {
    gap: 13rem;
  }

  .xs\:gap-56 {
    gap: 14rem;
  }

  .xs\:gap-60 {
    gap: 15rem;
  }

  .xs\:gap-64 {
    gap: 16rem;
  }

  .xs\:gap-68 {
    gap: 17rem;
  }

  .xs\:gap-72 {
    gap: 18rem;
  }

  .xs\:gap-77 {
    gap: 19.25rem;
  }

  .xs\:gap-80 {
    gap: 20rem;
  }

  .xs\:gap-82 {
    gap: 20.5rem;
  }

  .xs\:gap-88 {
    gap: 22rem;
  }

  .xs\:gap-94 {
    gap: 23.5rem;
  }

  .xs\:gap-96 {
    gap: 24rem;
  }

  .xs\:gap-98 {
    gap: 24.5rem;
  }

  .xs\:gap-104 {
    gap: 26rem;
  }

  .xs\:gap-108 {
    gap: 27rem;
  }

  .xs\:gap-110 {
    gap: 27.5rem;
  }

  .xs\:gap-112 {
    gap: 28rem;
  }

  .xs\:gap-120 {
    gap: 30rem;
  }

  .xs\:gap-128 {
    gap: 32rem;
  }

  .xs\:gap-132 {
    gap: 33rem;
  }

  .xs\:gap-134 {
    gap: 33.5rem;
  }

  .xs\:gap-135 {
    gap: 33.75rem;
  }

  .xs\:gap-136 {
    gap: 34rem;
  }

  .xs\:gap-144 {
    gap: 36rem;
  }

  .xs\:gap-152 {
    gap: 38rem;
  }

  .xs\:gap-160 {
    gap: 40rem;
  }

  .xs\:gap-164 {
    gap: 41rem;
  }

  .xs\:gap-172 {
    gap: 43rem;
  }

  .xs\:gap-179 {
    gap: 44.75rem;
  }

  .xs\:gap-184 {
    gap: 46rem;
  }

  .xs\:gap-192 {
    gap: 48rem;
  }

  .xs\:gap-224 {
    gap: 56rem;
  }

  .xs\:gap-240 {
    gap: 60rem;
  }

  .xs\:gap-256 {
    gap: 64rem;
  }

  .xs\:gap-265 {
    gap: 66.25rem;
  }

  .xs\:gap-288 {
    gap: 72rem;
  }

  .xs\:gap-384 {
    gap: 96rem;
  }

  .xs\:gap-px {
    gap: 1px;
  }

  .xs\:gap-0\.5 {
    gap: 0.125rem;
  }

  .xs\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xs\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xs\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xs\:gap-0\.75 {
    gap: 0.1875rem;
  }

  .xs\:gap-4\.5 {
    gap: 1.125rem;
  }

  .xs\:gap-7\.5 {
    gap: 1.875rem;
  }

  .xs\:gap-9\.5 {
    gap: 2.375rem;
  }

  .xs\:gap-9\.75 {
    gap: 2.4375rem;
  }

  .xs\:gap-12\.5 {
    gap: 3.125rem;
  }

  .xs\:gap-13\.5 {
    gap: 3.375rem;
  }

  .xs\:gap-292\.5 {
    gap: 73.125rem;
  }

  .xs\:gap-1\/24 {
    gap: 4.166667%;
  }

  .xs\:gap-2\/24 {
    gap: 8.333333%;
  }

  .xs\:gap-3\/24 {
    gap: 12.5%;
  }

  .xs\:gap-4\/24 {
    gap: 16.666667%;
  }

  .xs\:gap-5\/24 {
    gap: 20.833333%;
  }

  .xs\:gap-6\/24 {
    gap: 25%;
  }

  .xs\:gap-7\/24 {
    gap: 29.166666%;
  }

  .xs\:gap-8\/24 {
    gap: 33.333333%;
  }

  .xs\:gap-9\/24 {
    gap: 37.5%;
  }

  .xs\:gap-10\/24 {
    gap: 41.666666%;
  }

  .xs\:gap-11\/24 {
    gap: 45.833333%;
  }

  .xs\:gap-12\/24 {
    gap: 50%;
  }

  .xs\:gap-13\/24 {
    gap: 54.166666%;
  }

  .xs\:gap-14\/24 {
    gap: 58.333333%;
  }

  .xs\:gap-15\/24 {
    gap: 62.5%;
  }

  .xs\:gap-16\/24 {
    gap: 66.666667%;
  }

  .xs\:gap-17\/24 {
    gap: 70.833333%;
  }

  .xs\:gap-18\/24 {
    gap: 75%;
  }

  .xs\:gap-19\/24 {
    gap: 79.166667%;
  }

  .xs\:gap-20\/24 {
    gap: 83.333333%;
  }

  .xs\:gap-21\/24 {
    gap: 87.5%;
  }

  .xs\:gap-22\/24 {
    gap: 91.666667%;
  }

  .xs\:gap-23\/24 {
    gap: 95.833333%;
  }

  .xs\:gap-24\/24 {
    gap: 100%;
  }

  .xs\:gap-screen-header {
    gap: 41.55vw;
  }

  .xs\:gap-screen-60 {
    gap: 60vh;
  }

  .xs\:gap-screen-80 {
    gap: 80vh;
  }

  .xs\:gap-screen-85 {
    gap: 85vh;
  }

  .xs\:gap-screen-90 {
    gap: 90vh;
  }

  .xs\:gap-screen-95 {
    gap: 95vh;
  }

  .xs\:gap-screen-minus-header {
    gap: calc(100vh - 5.25rem);
  }

  .xs\:gap-screen-minus-35\.5 {
    gap: calc(100vh - 8.875rem);
  }

  .xs\:gap-screen-minus-36 {
    gap: calc(100vh - 9rem);
  }

  .xs\:gap-screen-minus-40 {
    gap: calc(100vh - 10rem);
  }

  .xs\:gap-screen-minus-55 {
    gap: calc(100vh - 13.75rem);
  }

  .xs\:gap-screen-minus-72 {
    gap: calc(100vh - 18rem);
  }

  .xs\:gap-screen-minus-80 {
    gap: calc(100vh - 20rem);
  }

  .xs\:gap-full-4 {
    gap: calc(100% - 16px);
  }

  .xs\:gap-account-body {
    gap: calc(100vw - 304px);
  }

  .xs\:gap-menu-center {
    gap: calc(50% - 288px);
  }

  .xs\:gap-tutorials-hidden {
    gap: calc(100% - 56px);
  }

  .xs\:gap-popup-full-width {
    gap: calc(100% + 32px);
  }

  .xs\:gap-popup-full-width-md {
    gap: calc(100% + 64px);
  }

  .xs\:gap-popup-full-height {
    gap: calc(100% + 68px);
  }

  .xs\:gap-max-content {
    gap: max-content;
  }

  .xs\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xs\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xs\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xs\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xs\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xs\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xs\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xs\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xs\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xs\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xs\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xs\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xs\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xs\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xs\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xs\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .xs\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xs\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .xs\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .xs\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xs\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .xs\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xs\:gap-x-29 {
    -moz-column-gap: 7.25rem;
         column-gap: 7.25rem;
  }

  .xs\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xs\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .xs\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xs\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xs\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .xs\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xs\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xs\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xs\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xs\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xs\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xs\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .xs\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xs\:gap-x-77 {
    -moz-column-gap: 19.25rem;
         column-gap: 19.25rem;
  }

  .xs\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xs\:gap-x-82 {
    -moz-column-gap: 20.5rem;
         column-gap: 20.5rem;
  }

  .xs\:gap-x-88 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .xs\:gap-x-94 {
    -moz-column-gap: 23.5rem;
         column-gap: 23.5rem;
  }

  .xs\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xs\:gap-x-98 {
    -moz-column-gap: 24.5rem;
         column-gap: 24.5rem;
  }

  .xs\:gap-x-104 {
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .xs\:gap-x-108 {
    -moz-column-gap: 27rem;
         column-gap: 27rem;
  }

  .xs\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .xs\:gap-x-112 {
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .xs\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .xs\:gap-x-128 {
    -moz-column-gap: 32rem;
         column-gap: 32rem;
  }

  .xs\:gap-x-132 {
    -moz-column-gap: 33rem;
         column-gap: 33rem;
  }

  .xs\:gap-x-134 {
    -moz-column-gap: 33.5rem;
         column-gap: 33.5rem;
  }

  .xs\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .xs\:gap-x-136 {
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .xs\:gap-x-144 {
    -moz-column-gap: 36rem;
         column-gap: 36rem;
  }

  .xs\:gap-x-152 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .xs\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .xs\:gap-x-164 {
    -moz-column-gap: 41rem;
         column-gap: 41rem;
  }

  .xs\:gap-x-172 {
    -moz-column-gap: 43rem;
         column-gap: 43rem;
  }

  .xs\:gap-x-179 {
    -moz-column-gap: 44.75rem;
         column-gap: 44.75rem;
  }

  .xs\:gap-x-184 {
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .xs\:gap-x-192 {
    -moz-column-gap: 48rem;
         column-gap: 48rem;
  }

  .xs\:gap-x-224 {
    -moz-column-gap: 56rem;
         column-gap: 56rem;
  }

  .xs\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .xs\:gap-x-256 {
    -moz-column-gap: 64rem;
         column-gap: 64rem;
  }

  .xs\:gap-x-265 {
    -moz-column-gap: 66.25rem;
         column-gap: 66.25rem;
  }

  .xs\:gap-x-288 {
    -moz-column-gap: 72rem;
         column-gap: 72rem;
  }

  .xs\:gap-x-384 {
    -moz-column-gap: 96rem;
         column-gap: 96rem;
  }

  .xs\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xs\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xs\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xs\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xs\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xs\:gap-x-0\.75 {
    -moz-column-gap: 0.1875rem;
         column-gap: 0.1875rem;
  }

  .xs\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .xs\:gap-x-7\.5 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .xs\:gap-x-9\.5 {
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .xs\:gap-x-9\.75 {
    -moz-column-gap: 2.4375rem;
         column-gap: 2.4375rem;
  }

  .xs\:gap-x-12\.5 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .xs\:gap-x-13\.5 {
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .xs\:gap-x-292\.5 {
    -moz-column-gap: 73.125rem;
         column-gap: 73.125rem;
  }

  .xs\:gap-x-1\/24 {
    -moz-column-gap: 4.166667%;
         column-gap: 4.166667%;
  }

  .xs\:gap-x-2\/24 {
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .xs\:gap-x-3\/24 {
    -moz-column-gap: 12.5%;
         column-gap: 12.5%;
  }

  .xs\:gap-x-4\/24 {
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xs\:gap-x-5\/24 {
    -moz-column-gap: 20.833333%;
         column-gap: 20.833333%;
  }

  .xs\:gap-x-6\/24 {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xs\:gap-x-7\/24 {
    -moz-column-gap: 29.166666%;
         column-gap: 29.166666%;
  }

  .xs\:gap-x-8\/24 {
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xs\:gap-x-9\/24 {
    -moz-column-gap: 37.5%;
         column-gap: 37.5%;
  }

  .xs\:gap-x-10\/24 {
    -moz-column-gap: 41.666666%;
         column-gap: 41.666666%;
  }

  .xs\:gap-x-11\/24 {
    -moz-column-gap: 45.833333%;
         column-gap: 45.833333%;
  }

  .xs\:gap-x-12\/24 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xs\:gap-x-13\/24 {
    -moz-column-gap: 54.166666%;
         column-gap: 54.166666%;
  }

  .xs\:gap-x-14\/24 {
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .xs\:gap-x-15\/24 {
    -moz-column-gap: 62.5%;
         column-gap: 62.5%;
  }

  .xs\:gap-x-16\/24 {
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xs\:gap-x-17\/24 {
    -moz-column-gap: 70.833333%;
         column-gap: 70.833333%;
  }

  .xs\:gap-x-18\/24 {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xs\:gap-x-19\/24 {
    -moz-column-gap: 79.166667%;
         column-gap: 79.166667%;
  }

  .xs\:gap-x-20\/24 {
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xs\:gap-x-21\/24 {
    -moz-column-gap: 87.5%;
         column-gap: 87.5%;
  }

  .xs\:gap-x-22\/24 {
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .xs\:gap-x-23\/24 {
    -moz-column-gap: 95.833333%;
         column-gap: 95.833333%;
  }

  .xs\:gap-x-24\/24 {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xs\:gap-x-screen-header {
    -moz-column-gap: 41.55vw;
         column-gap: 41.55vw;
  }

  .xs\:gap-x-screen-60 {
    -moz-column-gap: 60vh;
         column-gap: 60vh;
  }

  .xs\:gap-x-screen-80 {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .xs\:gap-x-screen-85 {
    -moz-column-gap: 85vh;
         column-gap: 85vh;
  }

  .xs\:gap-x-screen-90 {
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .xs\:gap-x-screen-95 {
    -moz-column-gap: 95vh;
         column-gap: 95vh;
  }

  .xs\:gap-x-screen-minus-header {
    -moz-column-gap: calc(100vh - 5.25rem);
         column-gap: calc(100vh - 5.25rem);
  }

  .xs\:gap-x-screen-minus-35\.5 {
    -moz-column-gap: calc(100vh - 8.875rem);
         column-gap: calc(100vh - 8.875rem);
  }

  .xs\:gap-x-screen-minus-36 {
    -moz-column-gap: calc(100vh - 9rem);
         column-gap: calc(100vh - 9rem);
  }

  .xs\:gap-x-screen-minus-40 {
    -moz-column-gap: calc(100vh - 10rem);
         column-gap: calc(100vh - 10rem);
  }

  .xs\:gap-x-screen-minus-55 {
    -moz-column-gap: calc(100vh - 13.75rem);
         column-gap: calc(100vh - 13.75rem);
  }

  .xs\:gap-x-screen-minus-72 {
    -moz-column-gap: calc(100vh - 18rem);
         column-gap: calc(100vh - 18rem);
  }

  .xs\:gap-x-screen-minus-80 {
    -moz-column-gap: calc(100vh - 20rem);
         column-gap: calc(100vh - 20rem);
  }

  .xs\:gap-x-full-4 {
    -moz-column-gap: calc(100% - 16px);
         column-gap: calc(100% - 16px);
  }

  .xs\:gap-x-account-body {
    -moz-column-gap: calc(100vw - 304px);
         column-gap: calc(100vw - 304px);
  }

  .xs\:gap-x-menu-center {
    -moz-column-gap: calc(50% - 288px);
         column-gap: calc(50% - 288px);
  }

  .xs\:gap-x-tutorials-hidden {
    -moz-column-gap: calc(100% - 56px);
         column-gap: calc(100% - 56px);
  }

  .xs\:gap-x-popup-full-width {
    -moz-column-gap: calc(100% + 32px);
         column-gap: calc(100% + 32px);
  }

  .xs\:gap-x-popup-full-width-md {
    -moz-column-gap: calc(100% + 64px);
         column-gap: calc(100% + 64px);
  }

  .xs\:gap-x-popup-full-height {
    -moz-column-gap: calc(100% + 68px);
         column-gap: calc(100% + 68px);
  }

  .xs\:gap-x-max-content {
    -moz-column-gap: max-content;
         column-gap: max-content;
  }

  .xs\:gap-y-0 {
    row-gap: 0px;
  }

  .xs\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xs\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xs\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xs\:gap-y-4 {
    row-gap: 1rem;
  }

  .xs\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xs\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xs\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xs\:gap-y-8 {
    row-gap: 2rem;
  }

  .xs\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xs\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xs\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xs\:gap-y-12 {
    row-gap: 3rem;
  }

  .xs\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xs\:gap-y-16 {
    row-gap: 4rem;
  }

  .xs\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .xs\:gap-y-20 {
    row-gap: 5rem;
  }

  .xs\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .xs\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .xs\:gap-y-24 {
    row-gap: 6rem;
  }

  .xs\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .xs\:gap-y-28 {
    row-gap: 7rem;
  }

  .xs\:gap-y-29 {
    row-gap: 7.25rem;
  }

  .xs\:gap-y-32 {
    row-gap: 8rem;
  }

  .xs\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .xs\:gap-y-36 {
    row-gap: 9rem;
  }

  .xs\:gap-y-40 {
    row-gap: 10rem;
  }

  .xs\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .xs\:gap-y-44 {
    row-gap: 11rem;
  }

  .xs\:gap-y-48 {
    row-gap: 12rem;
  }

  .xs\:gap-y-52 {
    row-gap: 13rem;
  }

  .xs\:gap-y-56 {
    row-gap: 14rem;
  }

  .xs\:gap-y-60 {
    row-gap: 15rem;
  }

  .xs\:gap-y-64 {
    row-gap: 16rem;
  }

  .xs\:gap-y-68 {
    row-gap: 17rem;
  }

  .xs\:gap-y-72 {
    row-gap: 18rem;
  }

  .xs\:gap-y-77 {
    row-gap: 19.25rem;
  }

  .xs\:gap-y-80 {
    row-gap: 20rem;
  }

  .xs\:gap-y-82 {
    row-gap: 20.5rem;
  }

  .xs\:gap-y-88 {
    row-gap: 22rem;
  }

  .xs\:gap-y-94 {
    row-gap: 23.5rem;
  }

  .xs\:gap-y-96 {
    row-gap: 24rem;
  }

  .xs\:gap-y-98 {
    row-gap: 24.5rem;
  }

  .xs\:gap-y-104 {
    row-gap: 26rem;
  }

  .xs\:gap-y-108 {
    row-gap: 27rem;
  }

  .xs\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .xs\:gap-y-112 {
    row-gap: 28rem;
  }

  .xs\:gap-y-120 {
    row-gap: 30rem;
  }

  .xs\:gap-y-128 {
    row-gap: 32rem;
  }

  .xs\:gap-y-132 {
    row-gap: 33rem;
  }

  .xs\:gap-y-134 {
    row-gap: 33.5rem;
  }

  .xs\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .xs\:gap-y-136 {
    row-gap: 34rem;
  }

  .xs\:gap-y-144 {
    row-gap: 36rem;
  }

  .xs\:gap-y-152 {
    row-gap: 38rem;
  }

  .xs\:gap-y-160 {
    row-gap: 40rem;
  }

  .xs\:gap-y-164 {
    row-gap: 41rem;
  }

  .xs\:gap-y-172 {
    row-gap: 43rem;
  }

  .xs\:gap-y-179 {
    row-gap: 44.75rem;
  }

  .xs\:gap-y-184 {
    row-gap: 46rem;
  }

  .xs\:gap-y-192 {
    row-gap: 48rem;
  }

  .xs\:gap-y-224 {
    row-gap: 56rem;
  }

  .xs\:gap-y-240 {
    row-gap: 60rem;
  }

  .xs\:gap-y-256 {
    row-gap: 64rem;
  }

  .xs\:gap-y-265 {
    row-gap: 66.25rem;
  }

  .xs\:gap-y-288 {
    row-gap: 72rem;
  }

  .xs\:gap-y-384 {
    row-gap: 96rem;
  }

  .xs\:gap-y-px {
    row-gap: 1px;
  }

  .xs\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .xs\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .xs\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .xs\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .xs\:gap-y-0\.75 {
    row-gap: 0.1875rem;
  }

  .xs\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .xs\:gap-y-7\.5 {
    row-gap: 1.875rem;
  }

  .xs\:gap-y-9\.5 {
    row-gap: 2.375rem;
  }

  .xs\:gap-y-9\.75 {
    row-gap: 2.4375rem;
  }

  .xs\:gap-y-12\.5 {
    row-gap: 3.125rem;
  }

  .xs\:gap-y-13\.5 {
    row-gap: 3.375rem;
  }

  .xs\:gap-y-292\.5 {
    row-gap: 73.125rem;
  }

  .xs\:gap-y-1\/24 {
    row-gap: 4.166667%;
  }

  .xs\:gap-y-2\/24 {
    row-gap: 8.333333%;
  }

  .xs\:gap-y-3\/24 {
    row-gap: 12.5%;
  }

  .xs\:gap-y-4\/24 {
    row-gap: 16.666667%;
  }

  .xs\:gap-y-5\/24 {
    row-gap: 20.833333%;
  }

  .xs\:gap-y-6\/24 {
    row-gap: 25%;
  }

  .xs\:gap-y-7\/24 {
    row-gap: 29.166666%;
  }

  .xs\:gap-y-8\/24 {
    row-gap: 33.333333%;
  }

  .xs\:gap-y-9\/24 {
    row-gap: 37.5%;
  }

  .xs\:gap-y-10\/24 {
    row-gap: 41.666666%;
  }

  .xs\:gap-y-11\/24 {
    row-gap: 45.833333%;
  }

  .xs\:gap-y-12\/24 {
    row-gap: 50%;
  }

  .xs\:gap-y-13\/24 {
    row-gap: 54.166666%;
  }

  .xs\:gap-y-14\/24 {
    row-gap: 58.333333%;
  }

  .xs\:gap-y-15\/24 {
    row-gap: 62.5%;
  }

  .xs\:gap-y-16\/24 {
    row-gap: 66.666667%;
  }

  .xs\:gap-y-17\/24 {
    row-gap: 70.833333%;
  }

  .xs\:gap-y-18\/24 {
    row-gap: 75%;
  }

  .xs\:gap-y-19\/24 {
    row-gap: 79.166667%;
  }

  .xs\:gap-y-20\/24 {
    row-gap: 83.333333%;
  }

  .xs\:gap-y-21\/24 {
    row-gap: 87.5%;
  }

  .xs\:gap-y-22\/24 {
    row-gap: 91.666667%;
  }

  .xs\:gap-y-23\/24 {
    row-gap: 95.833333%;
  }

  .xs\:gap-y-24\/24 {
    row-gap: 100%;
  }

  .xs\:gap-y-screen-header {
    row-gap: 41.55vw;
  }

  .xs\:gap-y-screen-60 {
    row-gap: 60vh;
  }

  .xs\:gap-y-screen-80 {
    row-gap: 80vh;
  }

  .xs\:gap-y-screen-85 {
    row-gap: 85vh;
  }

  .xs\:gap-y-screen-90 {
    row-gap: 90vh;
  }

  .xs\:gap-y-screen-95 {
    row-gap: 95vh;
  }

  .xs\:gap-y-screen-minus-header {
    row-gap: calc(100vh - 5.25rem);
  }

  .xs\:gap-y-screen-minus-35\.5 {
    row-gap: calc(100vh - 8.875rem);
  }

  .xs\:gap-y-screen-minus-36 {
    row-gap: calc(100vh - 9rem);
  }

  .xs\:gap-y-screen-minus-40 {
    row-gap: calc(100vh - 10rem);
  }

  .xs\:gap-y-screen-minus-55 {
    row-gap: calc(100vh - 13.75rem);
  }

  .xs\:gap-y-screen-minus-72 {
    row-gap: calc(100vh - 18rem);
  }

  .xs\:gap-y-screen-minus-80 {
    row-gap: calc(100vh - 20rem);
  }

  .xs\:gap-y-full-4 {
    row-gap: calc(100% - 16px);
  }

  .xs\:gap-y-account-body {
    row-gap: calc(100vw - 304px);
  }

  .xs\:gap-y-menu-center {
    row-gap: calc(50% - 288px);
  }

  .xs\:gap-y-tutorials-hidden {
    row-gap: calc(100% - 56px);
  }

  .xs\:gap-y-popup-full-width {
    row-gap: calc(100% + 32px);
  }

  .xs\:gap-y-popup-full-width-md {
    row-gap: calc(100% + 64px);
  }

  .xs\:gap-y-popup-full-height {
    row-gap: calc(100% + 68px);
  }

  .xs\:gap-y-max-content {
    row-gap: max-content;
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .xs\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .xs\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .xs\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26rem * var(--tw-space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27rem * var(--tw-space-x-reverse));
    margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .xs\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32rem * var(--tw-space-x-reverse));
    margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33rem * var(--tw-space-x-reverse));
    margin-left: calc(33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34rem * var(--tw-space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36rem * var(--tw-space-x-reverse));
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41rem * var(--tw-space-x-reverse));
    margin-left: calc(41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43rem * var(--tw-space-x-reverse));
    margin-left: calc(43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46rem * var(--tw-space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48rem * var(--tw-space-x-reverse));
    margin-left: calc(48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56rem * var(--tw-space-x-reverse));
    margin-left: calc(56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64rem * var(--tw-space-x-reverse));
    margin-left: calc(64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72rem * var(--tw-space-x-reverse));
    margin-left: calc(72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96rem * var(--tw-space-x-reverse));
    margin-left: calc(96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.166667% * var(--tw-space-x-reverse));
    margin-left: calc(4.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5% * var(--tw-space-x-reverse));
    margin-left: calc(12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--tw-space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.833333% * var(--tw-space-x-reverse));
    margin-left: calc(20.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29.166666% * var(--tw-space-x-reverse));
    margin-left: calc(29.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5% * var(--tw-space-x-reverse));
    margin-left: calc(37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.666666% * var(--tw-space-x-reverse));
    margin-left: calc(41.666666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45.833333% * var(--tw-space-x-reverse));
    margin-left: calc(45.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54.166666% * var(--tw-space-x-reverse));
    margin-left: calc(54.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--tw-space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62.5% * var(--tw-space-x-reverse));
    margin-left: calc(62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--tw-space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70.833333% * var(--tw-space-x-reverse));
    margin-left: calc(70.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79.166667% * var(--tw-space-x-reverse));
    margin-left: calc(79.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--tw-space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87.5% * var(--tw-space-x-reverse));
    margin-left: calc(87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--tw-space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95.833333% * var(--tw-space-x-reverse));
    margin-left: calc(95.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60vh * var(--tw-space-x-reverse));
    margin-left: calc(60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85vh * var(--tw-space-x-reverse));
    margin-left: calc(85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90vh * var(--tw-space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95vh * var(--tw-space-x-reverse));
    margin-left: calc(95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vw - 304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(50% - 288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(50% - 288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .xs\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .xs\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .xs\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:-space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:-space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26rem * var(--tw-space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27rem * var(--tw-space-x-reverse));
    margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .xs\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32rem * var(--tw-space-x-reverse));
    margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33rem * var(--tw-space-x-reverse));
    margin-left: calc(-33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34rem * var(--tw-space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36rem * var(--tw-space-x-reverse));
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:-space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41rem * var(--tw-space-x-reverse));
    margin-left: calc(-41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43rem * var(--tw-space-x-reverse));
    margin-left: calc(-43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46rem * var(--tw-space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48rem * var(--tw-space-x-reverse));
    margin-left: calc(-48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56rem * var(--tw-space-x-reverse));
    margin-left: calc(-56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64rem * var(--tw-space-x-reverse));
    margin-left: calc(-64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72rem * var(--tw-space-x-reverse));
    margin-left: calc(-72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96rem * var(--tw-space-x-reverse));
    margin-left: calc(-96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xs\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-4.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5% * var(--tw-space-x-reverse));
    margin-left: calc(-12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-20.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-29.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5% * var(--tw-space-x-reverse));
    margin-left: calc(-37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-45.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-54.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62.5% * var(--tw-space-x-reverse));
    margin-left: calc(-62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-70.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-79.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87.5% * var(--tw-space-x-reverse));
    margin-left: calc(-87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-95.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(-41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60vh * var(--tw-space-x-reverse));
    margin-left: calc(-60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85vh * var(--tw-space-x-reverse));
    margin-left: calc(-85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90vh * var(--tw-space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95vh * var(--tw-space-x-reverse));
    margin-left: calc(-95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vw - -304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-50% - -288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xs\:-space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xs\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xs\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xs\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xs\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.5rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44.75rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.25rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.4375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.125rem * var(--tw-space-y-reverse));
  }

  .xs\:space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.166667% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.833333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29.166666% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.666666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.666666% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45.833333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54.166666% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62.5% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70.833333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79.166667% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87.5% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95.833333% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.55vw * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60vh * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85vh * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90vh * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95vh * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 5.25rem) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 8.875rem) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 9rem) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 10rem) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 13.75rem) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 18rem) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 20rem) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 16px) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vw - 304px) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(50% - 288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(50% - 288px) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 56px) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 32px) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 64px) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 68px) * var(--tw-space-y-reverse));
  }

  .xs\:space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xs\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xs\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xs\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:-space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:-space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xs\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.5rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:-space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44.75rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.25rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xs\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.4375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73.125rem * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.16667% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.83333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29.16667% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45.83333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54.16667% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62.5% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70.83333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79.16667% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87.5% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95.83333% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.55vw * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95vh * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -5.25rem) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -8.875rem) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -9rem) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -10rem) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -13.75rem) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -18rem) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -20rem) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -16px) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vw - -304px) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-50% - -288px) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -56px) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -32px) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -64px) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -68px) * var(--tw-space-y-reverse));
  }

  .xs\:-space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .xs\:divide-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(7px * var(--tw-divide-x-reverse));
    border-left-width: calc(7px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xs\:divide-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(7px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(7px * var(--tw-divide-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xs\:divide-green-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-divide-opacity));
  }

  .xs\:divide-green-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-divide-opacity));
  }

  .xs\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-divide-opacity));
  }

  .xs\:divide-green-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-divide-opacity));
  }

  .xs\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-divide-opacity));
  }

  .xs\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-pale > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-pale-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(234,234,234,0.6);
  }

  .xs\:divide-grey-faint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-lightest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .xs\:divide-grey-page > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(243,243,243,0.5);
  }

  .xs\:divide-primary-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-blue-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .xs\:divide-secondary-blue-light-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.2);
  }

  .xs\:divide-secondary-blue-light-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.1);
  }

  .xs\:divide-tertiary-orange > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .xs\:divide-tertiary-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-divide-opacity));
  }

  .xs\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .xs\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .xs\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-divide-opacity));
  }

  .xs\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-black-neutral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-divide-opacity));
  }

  .xs\:divide-toggle > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,0.3);
  }

  .xs\:divide-toggle-active > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,1);
  }

  .xs\:divide-tertiary-orange-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-divide-opacity));
  }

  .xs\:divide-google-maps > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-divide-opacity));
  }

  .xs\:divide-chart > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(218,240,225,0.2);
  }

  .xs\:divide-energy-rating-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-divide-opacity));
  }

  .xs\:divide-energy-rating-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-divide-opacity));
  }

  .xs\:divide-energy-rating-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-divide-opacity));
  }

  .xs\:divide-energy-rating-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .xs\:divide-energy-rating-e > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-divide-opacity));
  }

  .xs\:divide-energy-rating-f > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-divide-opacity));
  }

  .xs\:divide-energy-rating-g > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-divide-opacity));
  }

  .xs\:divide-flo-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-divide-opacity));
  }

  .xs\:divide-green-dark-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-divide-opacity));
  }

  .xs\:divide-tertiary-background > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-divide-opacity));
  }

  .xs\:divide-tertiary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-divide-opacity));
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xs\:place-self-auto {
    place-self: auto;
  }

  .xs\:place-self-start {
    place-self: start;
  }

  .xs\:place-self-end {
    place-self: end;
  }

  .xs\:place-self-center {
    place-self: center;
  }

  .xs\:place-self-stretch {
    place-self: stretch;
  }

  .xs\:self-auto {
    align-self: auto;
  }

  .xs\:self-start {
    align-self: flex-start;
  }

  .xs\:self-end {
    align-self: flex-end;
  }

  .xs\:self-center {
    align-self: center;
  }

  .xs\:self-stretch {
    align-self: stretch;
  }

  .xs\:self-baseline {
    align-self: baseline;
  }

  .xs\:justify-self-auto {
    justify-self: auto;
  }

  .xs\:justify-self-start {
    justify-self: start;
  }

  .xs\:justify-self-end {
    justify-self: end;
  }

  .xs\:justify-self-center {
    justify-self: center;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xs\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xs\:overscroll-none {
    overscroll-behavior: none;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xs\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xs\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xs\:overflow-clip {
    text-overflow: clip;
  }

  .xs\:whitespace-normal {
    white-space: normal;
  }

  .xs\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xs\:whitespace-pre {
    white-space: pre;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xs\:break-words {
    overflow-wrap: break-word;
  }

  .xs\:break-all {
    word-break: break-all;
  }

  .xs\:rounded-none {
    border-radius: 0px;
  }

  .xs\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xs\:rounded {
    border-radius: 0.25rem;
  }

  .xs\:rounded-md {
    border-radius: 0.375rem;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xs\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xs\:rounded-2xl {
    border-radius: 1rem;
  }

  .xs\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xs\:rounded-full {
    border-radius: 9999px;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xs\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xs\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xs\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xs\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xs\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xs\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xs\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xs\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xs\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xs\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xs\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xs\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xs\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xs\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xs\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xs\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:border-0 {
    border-width: 0px;
  }

  .xs\:border-2 {
    border-width: 2px;
  }

  .xs\:border-3 {
    border-width: 3px;
  }

  .xs\:border-4 {
    border-width: 4px;
  }

  .xs\:border-7 {
    border-width: 7px;
  }

  .xs\:border-8 {
    border-width: 8px;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-t-0 {
    border-top-width: 0px;
  }

  .xs\:border-t-2 {
    border-top-width: 2px;
  }

  .xs\:border-t-3 {
    border-top-width: 3px;
  }

  .xs\:border-t-4 {
    border-top-width: 4px;
  }

  .xs\:border-t-7 {
    border-top-width: 7px;
  }

  .xs\:border-t-8 {
    border-top-width: 8px;
  }

  .xs\:border-t {
    border-top-width: 1px;
  }

  .xs\:border-r-0 {
    border-right-width: 0px;
  }

  .xs\:border-r-2 {
    border-right-width: 2px;
  }

  .xs\:border-r-3 {
    border-right-width: 3px;
  }

  .xs\:border-r-4 {
    border-right-width: 4px;
  }

  .xs\:border-r-7 {
    border-right-width: 7px;
  }

  .xs\:border-r-8 {
    border-right-width: 8px;
  }

  .xs\:border-r {
    border-right-width: 1px;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xs\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xs\:border-b-7 {
    border-bottom-width: 7px;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xs\:border-b {
    border-bottom-width: 1px;
  }

  .xs\:border-l-0 {
    border-left-width: 0px;
  }

  .xs\:border-l-2 {
    border-left-width: 2px;
  }

  .xs\:border-l-3 {
    border-left-width: 3px;
  }

  .xs\:border-l-4 {
    border-left-width: 4px;
  }

  .xs\:border-l-7 {
    border-left-width: 7px;
  }

  .xs\:border-l-8 {
    border-left-width: 8px;
  }

  .xs\:border-l {
    border-left-width: 1px;
  }

  .xs\:border-solid {
    border-style: solid;
  }

  .xs\:border-dashed {
    border-style: dashed;
  }

  .xs\:border-dotted {
    border-style: dotted;
  }

  .xs\:border-double {
    border-style: double;
  }

  .xs\:border-none {
    border-style: none;
  }

  .xs\:border-transparent {
    border-color: transparent;
  }

  .xs\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .xs\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .xs\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .xs\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .xs\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xs\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .xs\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .xs\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .xs\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .xs\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xs\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .xs\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xs\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xs\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .xs\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .xs\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .xs\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .xs\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .xs\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xs\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .xs\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .xs\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xs\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .xs\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xs\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xs\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .xs\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xs\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .xs\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .xs\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .xs\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .xs\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .xs\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .xs\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .xs\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .xs\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .xs\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xs\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .xs\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .xs\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .xs\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .xs\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .xs\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .xs\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xs\:group-hover\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .group:hover .xs\:group-hover\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .group:hover .xs\:group-hover\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .group:hover .xs\:group-hover\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .group:hover .xs\:group-hover\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .group:hover .xs\:group-hover\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .group:hover .xs\:group-hover\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .group:hover .xs\:group-hover\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .group:hover .xs\:group-hover\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xs\:focus-within\:border-green-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-pale:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-pale-60:focus-within {
    border-color: rgba(234,234,234,0.6);
  }

  .xs\:focus-within\:border-grey-faint:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-lightest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-grey-page:focus-within {
    border-color: rgba(243,243,243,0.5);
  }

  .xs\:focus-within\:border-primary-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-blue-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-secondary-blue-light-20:focus-within {
    border-color: rgba(46,174,178,0.2);
  }

  .xs\:focus-within\:border-secondary-blue-light-10:focus-within {
    border-color: rgba(46,174,178,0.1);
  }

  .xs\:focus-within\:border-tertiary-orange:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-tertiary-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-black-neutral:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-toggle:focus-within {
    border-color: rgba(8,198,145,0.3);
  }

  .xs\:focus-within\:border-toggle-active:focus-within {
    border-color: rgba(8,198,145,1);
  }

  .xs\:focus-within\:border-tertiary-orange-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-google-maps:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-chart:focus-within {
    border-color: rgba(218,240,225,0.2);
  }

  .xs\:focus-within\:border-energy-rating-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-energy-rating-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-energy-rating-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-energy-rating-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-energy-rating-e:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-energy-rating-f:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-energy-rating-g:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-flo-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-green-dark-60:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-tertiary-background:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .xs\:focus-within\:border-tertiary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xs\:hover\:border-green-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-pale:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-pale-60:hover {
    border-color: rgba(234,234,234,0.6);
  }

  .xs\:hover\:border-grey-faint:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-lightest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:hover\:border-grey-page:hover {
    border-color: rgba(243,243,243,0.5);
  }

  .xs\:hover\:border-primary-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-blue-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xs\:hover\:border-secondary-blue-light-20:hover {
    border-color: rgba(46,174,178,0.2);
  }

  .xs\:hover\:border-secondary-blue-light-10:hover {
    border-color: rgba(46,174,178,0.1);
  }

  .xs\:hover\:border-tertiary-orange:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xs\:hover\:border-tertiary-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .xs\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xs\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xs\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .xs\:hover\:border-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xs\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-black-neutral:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .xs\:hover\:border-toggle:hover {
    border-color: rgba(8,198,145,0.3);
  }

  .xs\:hover\:border-toggle-active:hover {
    border-color: rgba(8,198,145,1);
  }

  .xs\:hover\:border-tertiary-orange-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .xs\:hover\:border-google-maps:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .xs\:hover\:border-chart:hover {
    border-color: rgba(218,240,225,0.2);
  }

  .xs\:hover\:border-energy-rating-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .xs\:hover\:border-energy-rating-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .xs\:hover\:border-energy-rating-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .xs\:hover\:border-energy-rating-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xs\:hover\:border-energy-rating-e:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .xs\:hover\:border-energy-rating-f:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .xs\:hover\:border-energy-rating-g:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .xs\:hover\:border-flo-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .xs\:hover\:border-green-dark-60:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .xs\:hover\:border-tertiary-background:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .xs\:hover\:border-tertiary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xs\:focus\:border-green-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-pale:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-pale-60:focus {
    border-color: rgba(234,234,234,0.6);
  }

  .xs\:focus\:border-grey-faint:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-lightest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xs\:focus\:border-grey-page:focus {
    border-color: rgba(243,243,243,0.5);
  }

  .xs\:focus\:border-primary-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-blue-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xs\:focus\:border-secondary-blue-light-20:focus {
    border-color: rgba(46,174,178,0.2);
  }

  .xs\:focus\:border-secondary-blue-light-10:focus {
    border-color: rgba(46,174,178,0.1);
  }

  .xs\:focus\:border-tertiary-orange:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xs\:focus\:border-tertiary-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .xs\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xs\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xs\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .xs\:focus\:border-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xs\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-black-neutral:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .xs\:focus\:border-toggle:focus {
    border-color: rgba(8,198,145,0.3);
  }

  .xs\:focus\:border-toggle-active:focus {
    border-color: rgba(8,198,145,1);
  }

  .xs\:focus\:border-tertiary-orange-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .xs\:focus\:border-google-maps:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .xs\:focus\:border-chart:focus {
    border-color: rgba(218,240,225,0.2);
  }

  .xs\:focus\:border-energy-rating-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .xs\:focus\:border-energy-rating-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .xs\:focus\:border-energy-rating-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .xs\:focus\:border-energy-rating-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xs\:focus\:border-energy-rating-e:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .xs\:focus\:border-energy-rating-f:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .xs\:focus\:border-energy-rating-g:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .xs\:focus\:border-flo-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .xs\:focus\:border-green-dark-60:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .xs\:focus\:border-tertiary-background:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .xs\:focus\:border-tertiary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .xs\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xs\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xs\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xs\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xs\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xs\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xs\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xs\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xs\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xs\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xs\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xs\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xs\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xs\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xs\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xs\:bg-transparent {
    background-color: transparent;
  }

  .xs\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xs\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xs\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xs\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xs\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xs\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .xs\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .xs\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .xs\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .xs\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xs\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xs\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xs\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .xs\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .xs\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xs\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xs\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .xs\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xs\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xs\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xs\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xs\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xs\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xs\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xs\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xs\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xs\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xs\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .xs\:even\:bg-green-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-green-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-green-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-green-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-green-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-lighter:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-pale:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-pale-60:nth-child(even) {
    background-color: rgba(234,234,234,0.6);
  }

  .xs\:even\:bg-grey-faint:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-lightest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-grey-page:nth-child(even) {
    background-color: rgba(243,243,243,0.5);
  }

  .xs\:even\:bg-primary-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-secondary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-secondary-blue-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-secondary-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-secondary-blue-light-20:nth-child(even) {
    background-color: rgba(46,174,178,0.2);
  }

  .xs\:even\:bg-secondary-blue-light-10:nth-child(even) {
    background-color: rgba(46,174,178,0.1);
  }

  .xs\:even\:bg-tertiary-orange:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-tertiary-yellow:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-success:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-warning:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-error:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-info:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-black-neutral:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-toggle:nth-child(even) {
    background-color: rgba(8,198,145,0.3);
  }

  .xs\:even\:bg-toggle-active:nth-child(even) {
    background-color: rgba(8,198,145,1);
  }

  .xs\:even\:bg-tertiary-orange-hover:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-google-maps:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-chart:nth-child(even) {
    background-color: rgba(218,240,225,0.2);
  }

  .xs\:even\:bg-energy-rating-a:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-energy-rating-b:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-energy-rating-c:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-energy-rating-d:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-energy-rating-e:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-energy-rating-f:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-energy-rating-g:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-flo-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-green-dark-60:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-tertiary-background:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xs\:even\:bg-tertiary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xs\:group-hover\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .group:hover .xs\:group-hover\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .group:hover .xs\:group-hover\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .group:hover .xs\:group-hover\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .group:hover .xs\:group-hover\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .group:hover .xs\:group-hover\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .group:hover .xs\:group-hover\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .group:hover .xs\:group-hover\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .group:hover .xs\:group-hover\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xs\:focus-within\:bg-green-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-pale:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-pale-60:focus-within {
    background-color: rgba(234,234,234,0.6);
  }

  .xs\:focus-within\:bg-grey-faint:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-lightest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-grey-page:focus-within {
    background-color: rgba(243,243,243,0.5);
  }

  .xs\:focus-within\:bg-primary-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-blue-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-secondary-blue-light-20:focus-within {
    background-color: rgba(46,174,178,0.2);
  }

  .xs\:focus-within\:bg-secondary-blue-light-10:focus-within {
    background-color: rgba(46,174,178,0.1);
  }

  .xs\:focus-within\:bg-tertiary-orange:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-tertiary-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-black-neutral:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-toggle:focus-within {
    background-color: rgba(8,198,145,0.3);
  }

  .xs\:focus-within\:bg-toggle-active:focus-within {
    background-color: rgba(8,198,145,1);
  }

  .xs\:focus-within\:bg-tertiary-orange-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-google-maps:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-chart:focus-within {
    background-color: rgba(218,240,225,0.2);
  }

  .xs\:focus-within\:bg-energy-rating-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-energy-rating-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-energy-rating-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-energy-rating-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-energy-rating-e:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-energy-rating-f:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-energy-rating-g:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-flo-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-green-dark-60:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-tertiary-background:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xs\:focus-within\:bg-tertiary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xs\:hover\:bg-green-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-pale:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-pale-60:hover {
    background-color: rgba(234,234,234,0.6);
  }

  .xs\:hover\:bg-grey-faint:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-lightest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-grey-page:hover {
    background-color: rgba(243,243,243,0.5);
  }

  .xs\:hover\:bg-primary-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-secondary-blue-light-20:hover {
    background-color: rgba(46,174,178,0.2);
  }

  .xs\:hover\:bg-secondary-blue-light-10:hover {
    background-color: rgba(46,174,178,0.1);
  }

  .xs\:hover\:bg-tertiary-orange:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-tertiary-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-black-neutral:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-toggle:hover {
    background-color: rgba(8,198,145,0.3);
  }

  .xs\:hover\:bg-toggle-active:hover {
    background-color: rgba(8,198,145,1);
  }

  .xs\:hover\:bg-tertiary-orange-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-google-maps:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-chart:hover {
    background-color: rgba(218,240,225,0.2);
  }

  .xs\:hover\:bg-energy-rating-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-energy-rating-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-energy-rating-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-energy-rating-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-energy-rating-e:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-energy-rating-f:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-energy-rating-g:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-flo-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-green-dark-60:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-tertiary-background:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xs\:hover\:bg-tertiary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xs\:focus\:bg-green-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-pale:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-pale-60:focus {
    background-color: rgba(234,234,234,0.6);
  }

  .xs\:focus\:bg-grey-faint:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-lightest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-grey-page:focus {
    background-color: rgba(243,243,243,0.5);
  }

  .xs\:focus\:bg-primary-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-blue-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-secondary-blue-light-20:focus {
    background-color: rgba(46,174,178,0.2);
  }

  .xs\:focus\:bg-secondary-blue-light-10:focus {
    background-color: rgba(46,174,178,0.1);
  }

  .xs\:focus\:bg-tertiary-orange:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-tertiary-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-black-neutral:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-toggle:focus {
    background-color: rgba(8,198,145,0.3);
  }

  .xs\:focus\:bg-toggle-active:focus {
    background-color: rgba(8,198,145,1);
  }

  .xs\:focus\:bg-tertiary-orange-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-google-maps:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-chart:focus {
    background-color: rgba(218,240,225,0.2);
  }

  .xs\:focus\:bg-energy-rating-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-energy-rating-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-energy-rating-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-energy-rating-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-energy-rating-e:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-energy-rating-f:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-energy-rating-g:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-flo-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-green-dark-60:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-tertiary-background:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xs\:focus\:bg-tertiary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xs\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xs\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xs\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xs\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xs\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xs\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xs\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xs\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xs\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xs\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xs\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xs\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xs\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xs\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xs\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xs\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xs\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xs\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xs\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xs\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xs\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xs\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xs\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xs\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xs\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xs\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xs\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xs\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xs\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xs\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xs\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xs\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xs\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xs\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xs\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xs\:bg-none {
    background-image: none;
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xs\:bg-search {
    background-image: url('/images/v2/icons/search.svg');
  }

  .xs\:bg-search-dark {
    background-image: url('/images/v2/icons/search-dark.svg');
  }

  .xs\:bg-select {
    background-image: url('/images/v2/icons/select.svg');
  }

  .xs\:bg-select-light {
    background-image: url('/images/v2/icons/select-light.svg');
  }

  .xs\:bg-list-check {
    background-image: url('/images/v2/icons/list-check.svg');
  }

  .xs\:bg-list-times {
    background-image: url('/images/v2/icons/list-times.svg');
  }

  .xs\:bg-chevrons {
    background-image: url('/images/v2/illustrations/chevron-wide.svg');
  }

  .xs\:bg-chevron {
    background-image: url('/images/v2/illustrations/chevron-small.svg');
  }

  .xs\:bg-chevron-repeat {
    background-image: url('/images/v2/illustrations/chevron-wide-space.svg');
  }

  .xs\:bg-chevron-reverse {
    background-image: url('/images/v2/illustrations/chevron-reverse.svg');
  }

  .xs\:bg-chevron-offset {
    background-image: url('/images/v2/illustrations/chevron-wide-offset.svg');
  }

  .xs\:bg-chevron-offset-translucent {
    background-image: url('/images/v2/illustrations/chevron-wide-offset-translucent.svg');
  }

  .xs\:bg-triangles-sm {
    background-image: url('/images/v2/illustrations/small-triangles.svg');
  }

  .xs\:bg-triangles-sm-bl {
    background-image: url('/images/v2/illustrations/small-triangles-bl.svg');
  }

  .xs\:bg-triangles-sm-bl-min {
    background-image: url('/images/v2/illustrations/small-triangles-bl-min.svg');
  }

  .xs\:bg-triangles-sm-tr {
    background-image: url('/images/v2/illustrations/small-triangles-tr.svg');
  }

  .xs\:bg-triangles-sm-br {
    background-image: url('/images/v2/illustrations/small-triangles-br.svg');
  }

  .xs\:bg-triangles-sm-br-min {
    background-image: url('/images/v2/illustrations/small-triangles-br-min.svg');
  }

  .xs\:bg-triangles-sm-br-ten {
    background-image: url('/images/v2/illustrations/small-triangles-br-ten.svg');
  }

  .xs\:bg-triangles-sm-full {
    background-image: url('/images/v2/illustrations/small-triangles-full.svg');
  }

  .xs\:bg-triangles-sm-reverse {
    background-image: url('/images/v2/illustrations/small-triangles-reverse.svg');
  }

  .xs\:bg-triangles-sm-square {
    background-image: url('/images/v2/illustrations/small-triangles-square.svg');
  }

  .xs\:bg-triangles-sm-rotate {
    background-image: url('/images/v2/illustrations/small-triangles-rotate.svg');
  }

  .xs\:bg-triangles-lg {
    background-image: url('/images/v2/illustrations/big-triangles.svg');
  }

  .xs\:bg-triangles-lg-square {
    background-image: url('/images/v2/illustrations/big-triangles-square.svg');
  }

  .xs\:bg-hero-house {
    background-image: url('/images/v2/illustrations/hero-house-shadow.svg');
  }

  .xs\:bg-persona-hero-house {
    background-image: url('/images/v2/illustrations/persona-hero-house.svg');
  }

  .xs\:bg-house-min {
    background-image: url('/images/v2/illustrations/house-min.svg');
  }

  .xs\:bg-home-hero-auth {
    background-image: url('/images/v2/illustrations/home-hero-auth.svg');
  }

  .xs\:bg-home-hero {
    background-image: url('/images/home/background.jpg');
  }

  .xs\:bg-horizontal-house {
    background-image: url('/images/v2/illustrations/horizontal-house-repeat.svg');
  }

  .xs\:bg-map {
    background-image: url('/images/v2/illustrations/map.svg');
  }

  .xs\:bg-map-alt {
    background-image: url('/images/v2/illustrations/map-alt.svg');
  }

  .xs\:bg-map-alt-2 {
    background-image: url('/images/v2/illustrations/map-alt-2.svg');
  }

  .xs\:bg-map-alt-3 {
    background-image: url('/images/v2/illustrations/map-alt-3.svg');
  }

  .xs\:bg-b2bfinance {
    background-image: url(/images/finance-finder/b2bfinance-tick.png);
  }

  .xs\:bg-frame {
    background-image: url(/images/about/frame.png);
  }

  .xs\:bg-dot-wave {
    background-image: url(/images/dot-wave.png);
  }

  .xs\:bg-line-wave {
    background-image: url(/images/line-wave.svg);
  }

  .xs\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-green-darkest {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xs\:from-green-darker {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xs\:from-green-dark {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xs\:from-green-medium {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xs\:from-green-light {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:from-grey-darkest {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xs\:from-grey-darker {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xs\:from-grey-dark {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xs\:from-grey {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xs\:from-grey-medium {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:from-grey-light {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xs\:from-grey-lighter {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xs\:from-grey-pale {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:from-grey-pale-60 {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:from-grey-faint {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:from-grey-lightest {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:from-grey-page {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:from-primary-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:from-secondary-green {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xs\:from-secondary-blue-dark {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xs\:from-secondary-blue-light {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:from-secondary-blue-light-20 {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:from-secondary-blue-light-10 {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:from-tertiary-orange {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:from-tertiary-yellow {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xs\:from-success {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:from-warning {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:from-error {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xs\:from-info {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:from-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:from-black-neutral {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xs\:from-toggle {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:from-toggle-active {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:from-tertiary-orange-hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xs\:from-google-maps {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xs\:from-chart {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xs\:from-energy-rating-a {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xs\:from-energy-rating-b {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xs\:from-energy-rating-c {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xs\:from-energy-rating-d {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:from-energy-rating-e {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xs\:from-energy-rating-f {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xs\:from-energy-rating-g {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xs\:from-flo-blue-light {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xs\:from-green-dark-60 {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xs\:from-tertiary-background {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xs\:from-tertiary-green {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .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));
  }

  .xs\:hover\:from-green-darkest:hover {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xs\:hover\:from-green-darker:hover {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xs\:hover\:from-green-dark:hover {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xs\:hover\:from-green-medium:hover {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xs\:hover\:from-green-light:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:hover\:from-grey-darkest:hover {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xs\:hover\:from-grey-darker:hover {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xs\:hover\:from-grey-dark:hover {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xs\:hover\:from-grey:hover {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xs\:hover\:from-grey-medium:hover {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:hover\:from-grey-light:hover {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xs\:hover\:from-grey-lighter:hover {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xs\:hover\:from-grey-pale:hover {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:hover\:from-grey-pale-60:hover {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:hover\:from-grey-faint:hover {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:hover\:from-grey-lightest:hover {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:hover\:from-grey-page:hover {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:hover\:from-primary-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:from-secondary-green:hover {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xs\:hover\:from-secondary-blue-dark:hover {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xs\:hover\:from-secondary-blue-light:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:hover\:from-secondary-blue-light-20:hover {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:hover\:from-secondary-blue-light-10:hover {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:hover\:from-tertiary-orange:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:hover\:from-tertiary-yellow:hover {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xs\:hover\:from-success:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:hover\:from-warning:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:hover\:from-error:hover {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xs\:hover\:from-info:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:hover\:from-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:from-black-neutral:hover {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xs\:hover\:from-toggle:hover {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:hover\:from-toggle-active:hover {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:hover\:from-tertiary-orange-hover:hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xs\:hover\:from-google-maps:hover {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xs\:hover\:from-chart:hover {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xs\:hover\:from-energy-rating-a:hover {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xs\:hover\:from-energy-rating-b:hover {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xs\:hover\:from-energy-rating-c:hover {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xs\:hover\:from-energy-rating-d:hover {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:hover\:from-energy-rating-e:hover {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xs\:hover\:from-energy-rating-f:hover {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xs\:hover\:from-energy-rating-g:hover {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xs\:hover\:from-flo-blue-light:hover {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xs\:hover\:from-green-dark-60:hover {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xs\:hover\:from-tertiary-background:hover {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xs\:hover\:from-tertiary-green:hover {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .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));
  }

  .xs\:focus\:from-green-darkest:focus {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xs\:focus\:from-green-darker:focus {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xs\:focus\:from-green-dark:focus {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xs\:focus\:from-green-medium:focus {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xs\:focus\:from-green-light:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:focus\:from-grey-darkest:focus {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xs\:focus\:from-grey-darker:focus {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xs\:focus\:from-grey-dark:focus {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xs\:focus\:from-grey:focus {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xs\:focus\:from-grey-medium:focus {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:focus\:from-grey-light:focus {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xs\:focus\:from-grey-lighter:focus {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xs\:focus\:from-grey-pale:focus {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:focus\:from-grey-pale-60:focus {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:focus\:from-grey-faint:focus {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:focus\:from-grey-lightest:focus {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:focus\:from-grey-page:focus {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:focus\:from-primary-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:from-secondary-green:focus {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xs\:focus\:from-secondary-blue-dark:focus {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xs\:focus\:from-secondary-blue-light:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:focus\:from-secondary-blue-light-20:focus {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:focus\:from-secondary-blue-light-10:focus {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:focus\:from-tertiary-orange:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:focus\:from-tertiary-yellow:focus {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xs\:focus\:from-success:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:focus\:from-warning:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:focus\:from-error:focus {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xs\:focus\:from-info:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:focus\:from-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:from-black-neutral:focus {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xs\:focus\:from-toggle:focus {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:focus\:from-toggle-active:focus {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:focus\:from-tertiary-orange-hover:focus {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xs\:focus\:from-google-maps:focus {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xs\:focus\:from-chart:focus {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xs\:focus\:from-energy-rating-a:focus {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xs\:focus\:from-energy-rating-b:focus {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xs\:focus\:from-energy-rating-c:focus {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xs\:focus\:from-energy-rating-d:focus {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:focus\:from-energy-rating-e:focus {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xs\:focus\:from-energy-rating-f:focus {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xs\:focus\:from-energy-rating-g:focus {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xs\:focus\:from-flo-blue-light:focus {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xs\:focus\:from-green-dark-60:focus {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xs\:focus\:from-tertiary-background:focus {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xs\:focus\:from-tertiary-green:focus {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-green-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xs\:via-green-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xs\:via-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xs\:via-green-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xs\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:via-grey-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xs\:via-grey-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xs\:via-grey-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xs\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xs\:via-grey-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xs\:via-grey-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xs\:via-grey-pale {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:via-grey-pale-60 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:via-grey-faint {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:via-grey-lightest {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:via-grey-page {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:via-primary-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:via-secondary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xs\:via-secondary-blue-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xs\:via-secondary-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:via-secondary-blue-light-20 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:via-secondary-blue-light-10 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:via-tertiary-orange {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:via-tertiary-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xs\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xs\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:via-black-neutral {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xs\:via-toggle {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:via-toggle-active {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:via-tertiary-orange-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xs\:via-google-maps {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xs\:via-chart {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xs\:via-energy-rating-a {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xs\:via-energy-rating-b {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xs\:via-energy-rating-c {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xs\:via-energy-rating-d {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:via-energy-rating-e {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xs\:via-energy-rating-f {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xs\:via-energy-rating-g {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xs\:via-flo-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xs\:via-green-dark-60 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xs\:via-tertiary-background {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xs\:via-tertiary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-green-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xs\:hover\:via-green-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xs\:hover\:via-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xs\:hover\:via-green-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xs\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:hover\:via-grey-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xs\:hover\:via-grey-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xs\:hover\:via-grey-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xs\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xs\:hover\:via-grey-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xs\:hover\:via-grey-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xs\:hover\:via-grey-pale:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:hover\:via-grey-pale-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:hover\:via-grey-faint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:hover\:via-grey-lightest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:hover\:via-grey-page:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:hover\:via-primary-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:hover\:via-secondary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xs\:hover\:via-secondary-blue-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xs\:hover\:via-secondary-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:hover\:via-secondary-blue-light-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:hover\:via-secondary-blue-light-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:hover\:via-tertiary-orange:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:hover\:via-tertiary-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xs\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xs\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:hover\:via-black-neutral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xs\:hover\:via-toggle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:hover\:via-toggle-active:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:hover\:via-tertiary-orange-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xs\:hover\:via-google-maps:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xs\:hover\:via-chart:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xs\:hover\:via-energy-rating-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xs\:hover\:via-energy-rating-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xs\:hover\:via-energy-rating-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xs\:hover\:via-energy-rating-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:hover\:via-energy-rating-e:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xs\:hover\:via-energy-rating-f:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xs\:hover\:via-energy-rating-g:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xs\:hover\:via-flo-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xs\:hover\:via-green-dark-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xs\:hover\:via-tertiary-background:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xs\:hover\:via-tertiary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-green-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xs\:focus\:via-green-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xs\:focus\:via-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xs\:focus\:via-green-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xs\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:focus\:via-grey-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xs\:focus\:via-grey-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xs\:focus\:via-grey-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xs\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xs\:focus\:via-grey-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xs\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xs\:focus\:via-grey-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xs\:focus\:via-grey-pale:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:focus\:via-grey-pale-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xs\:focus\:via-grey-faint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:focus\:via-grey-lightest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xs\:focus\:via-grey-page:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xs\:focus\:via-primary-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xs\:focus\:via-secondary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xs\:focus\:via-secondary-blue-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xs\:focus\:via-secondary-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:focus\:via-secondary-blue-light-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:focus\:via-secondary-blue-light-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:focus\:via-tertiary-orange:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:focus\:via-tertiary-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xs\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xs\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xs\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xs\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xs\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xs\:focus\:via-black-neutral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xs\:focus\:via-toggle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:focus\:via-toggle-active:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:focus\:via-tertiary-orange-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xs\:focus\:via-google-maps:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xs\:focus\:via-chart:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xs\:focus\:via-energy-rating-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xs\:focus\:via-energy-rating-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xs\:focus\:via-energy-rating-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xs\:focus\:via-energy-rating-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xs\:focus\:via-energy-rating-e:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xs\:focus\:via-energy-rating-f:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xs\:focus\:via-energy-rating-g:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xs\:focus\:via-flo-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xs\:focus\:via-green-dark-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xs\:focus\:via-tertiary-background:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xs\:focus\:via-tertiary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xs\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xs\:to-green-darkest {
    --tw-gradient-to: #032b26;
  }

  .xs\:to-green-darker {
    --tw-gradient-to: #063932;
  }

  .xs\:to-green-dark {
    --tw-gradient-to: #0b4d44;
  }

  .xs\:to-green-medium {
    --tw-gradient-to: #199365;
  }

  .xs\:to-green-light {
    --tw-gradient-to: #47b669;
  }

  .xs\:to-grey-darkest {
    --tw-gradient-to: #303030;
  }

  .xs\:to-grey-darker {
    --tw-gradient-to: #4a4a4a;
  }

  .xs\:to-grey-dark {
    --tw-gradient-to: #6c7476;
  }

  .xs\:to-grey {
    --tw-gradient-to: #888888;
  }

  .xs\:to-grey-medium {
    --tw-gradient-to: #aaaaaa;
  }

  .xs\:to-grey-light {
    --tw-gradient-to: #bbbbbb;
  }

  .xs\:to-grey-lighter {
    --tw-gradient-to: #dadada;
  }

  .xs\:to-grey-pale {
    --tw-gradient-to: #eaeaea;
  }

  .xs\:to-grey-pale-60 {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .xs\:to-grey-faint {
    --tw-gradient-to: #f3f3f3;
  }

  .xs\:to-grey-lightest {
    --tw-gradient-to: #f9f9f9;
  }

  .xs\:to-grey-page {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .xs\:to-primary-white {
    --tw-gradient-to: #ffffff;
  }

  .xs\:to-secondary-green {
    --tw-gradient-to: #0cc393;
  }

  .xs\:to-secondary-blue-dark {
    --tw-gradient-to: #175564;
  }

  .xs\:to-secondary-blue-light {
    --tw-gradient-to: #2eaeb2;
  }

  .xs\:to-secondary-blue-light-20 {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .xs\:to-secondary-blue-light-10 {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .xs\:to-tertiary-orange {
    --tw-gradient-to: #f46036;
  }

  .xs\:to-tertiary-yellow {
    --tw-gradient-to: #f9c846;
  }

  .xs\:to-success {
    --tw-gradient-to: #47b669;
  }

  .xs\:to-warning {
    --tw-gradient-to: #f46036;
  }

  .xs\:to-error {
    --tw-gradient-to: #e63147;
  }

  .xs\:to-info {
    --tw-gradient-to: #2eaeb2;
  }

  .xs\:to-black {
    --tw-gradient-to: #000000;
  }

  .xs\:to-black-neutral {
    --tw-gradient-to: #373f41;
  }

  .xs\:to-toggle {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .xs\:to-toggle-active {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .xs\:to-tertiary-orange-hover {
    --tw-gradient-to: #f78161;
  }

  .xs\:to-google-maps {
    --tw-gradient-to: #e5e3df;
  }

  .xs\:to-chart {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .xs\:to-energy-rating-a {
    --tw-gradient-to: #008459;
  }

  .xs\:to-energy-rating-b {
    --tw-gradient-to: #19b059;
  }

  .xs\:to-energy-rating-c {
    --tw-gradient-to: #8dc641;
  }

  .xs\:to-energy-rating-d {
    --tw-gradient-to: #ffcc00;
  }

  .xs\:to-energy-rating-e {
    --tw-gradient-to: #f7ac64;
  }

  .xs\:to-energy-rating-f {
    --tw-gradient-to: #f78521;
  }

  .xs\:to-energy-rating-g {
    --tw-gradient-to: #ef1c39;
  }

  .xs\:to-flo-blue-light {
    --tw-gradient-to: #0072b4;
  }

  .xs\:to-green-dark-60 {
    --tw-gradient-to: #a3b7b4;
  }

  .xs\:to-tertiary-background {
    --tw-gradient-to: #ebfaf6;
  }

  .xs\:to-tertiary-green {
    --tw-gradient-to: #08c691;
  }

  .xs\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xs\:hover\:to-green-darkest:hover {
    --tw-gradient-to: #032b26;
  }

  .xs\:hover\:to-green-darker:hover {
    --tw-gradient-to: #063932;
  }

  .xs\:hover\:to-green-dark:hover {
    --tw-gradient-to: #0b4d44;
  }

  .xs\:hover\:to-green-medium:hover {
    --tw-gradient-to: #199365;
  }

  .xs\:hover\:to-green-light:hover {
    --tw-gradient-to: #47b669;
  }

  .xs\:hover\:to-grey-darkest:hover {
    --tw-gradient-to: #303030;
  }

  .xs\:hover\:to-grey-darker:hover {
    --tw-gradient-to: #4a4a4a;
  }

  .xs\:hover\:to-grey-dark:hover {
    --tw-gradient-to: #6c7476;
  }

  .xs\:hover\:to-grey:hover {
    --tw-gradient-to: #888888;
  }

  .xs\:hover\:to-grey-medium:hover {
    --tw-gradient-to: #aaaaaa;
  }

  .xs\:hover\:to-grey-light:hover {
    --tw-gradient-to: #bbbbbb;
  }

  .xs\:hover\:to-grey-lighter:hover {
    --tw-gradient-to: #dadada;
  }

  .xs\:hover\:to-grey-pale:hover {
    --tw-gradient-to: #eaeaea;
  }

  .xs\:hover\:to-grey-pale-60:hover {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .xs\:hover\:to-grey-faint:hover {
    --tw-gradient-to: #f3f3f3;
  }

  .xs\:hover\:to-grey-lightest:hover {
    --tw-gradient-to: #f9f9f9;
  }

  .xs\:hover\:to-grey-page:hover {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .xs\:hover\:to-primary-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .xs\:hover\:to-secondary-green:hover {
    --tw-gradient-to: #0cc393;
  }

  .xs\:hover\:to-secondary-blue-dark:hover {
    --tw-gradient-to: #175564;
  }

  .xs\:hover\:to-secondary-blue-light:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .xs\:hover\:to-secondary-blue-light-20:hover {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .xs\:hover\:to-secondary-blue-light-10:hover {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .xs\:hover\:to-tertiary-orange:hover {
    --tw-gradient-to: #f46036;
  }

  .xs\:hover\:to-tertiary-yellow:hover {
    --tw-gradient-to: #f9c846;
  }

  .xs\:hover\:to-success:hover {
    --tw-gradient-to: #47b669;
  }

  .xs\:hover\:to-warning:hover {
    --tw-gradient-to: #f46036;
  }

  .xs\:hover\:to-error:hover {
    --tw-gradient-to: #e63147;
  }

  .xs\:hover\:to-info:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .xs\:hover\:to-black:hover {
    --tw-gradient-to: #000000;
  }

  .xs\:hover\:to-black-neutral:hover {
    --tw-gradient-to: #373f41;
  }

  .xs\:hover\:to-toggle:hover {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .xs\:hover\:to-toggle-active:hover {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .xs\:hover\:to-tertiary-orange-hover:hover {
    --tw-gradient-to: #f78161;
  }

  .xs\:hover\:to-google-maps:hover {
    --tw-gradient-to: #e5e3df;
  }

  .xs\:hover\:to-chart:hover {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .xs\:hover\:to-energy-rating-a:hover {
    --tw-gradient-to: #008459;
  }

  .xs\:hover\:to-energy-rating-b:hover {
    --tw-gradient-to: #19b059;
  }

  .xs\:hover\:to-energy-rating-c:hover {
    --tw-gradient-to: #8dc641;
  }

  .xs\:hover\:to-energy-rating-d:hover {
    --tw-gradient-to: #ffcc00;
  }

  .xs\:hover\:to-energy-rating-e:hover {
    --tw-gradient-to: #f7ac64;
  }

  .xs\:hover\:to-energy-rating-f:hover {
    --tw-gradient-to: #f78521;
  }

  .xs\:hover\:to-energy-rating-g:hover {
    --tw-gradient-to: #ef1c39;
  }

  .xs\:hover\:to-flo-blue-light:hover {
    --tw-gradient-to: #0072b4;
  }

  .xs\:hover\:to-green-dark-60:hover {
    --tw-gradient-to: #a3b7b4;
  }

  .xs\:hover\:to-tertiary-background:hover {
    --tw-gradient-to: #ebfaf6;
  }

  .xs\:hover\:to-tertiary-green:hover {
    --tw-gradient-to: #08c691;
  }

  .xs\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xs\:focus\:to-green-darkest:focus {
    --tw-gradient-to: #032b26;
  }

  .xs\:focus\:to-green-darker:focus {
    --tw-gradient-to: #063932;
  }

  .xs\:focus\:to-green-dark:focus {
    --tw-gradient-to: #0b4d44;
  }

  .xs\:focus\:to-green-medium:focus {
    --tw-gradient-to: #199365;
  }

  .xs\:focus\:to-green-light:focus {
    --tw-gradient-to: #47b669;
  }

  .xs\:focus\:to-grey-darkest:focus {
    --tw-gradient-to: #303030;
  }

  .xs\:focus\:to-grey-darker:focus {
    --tw-gradient-to: #4a4a4a;
  }

  .xs\:focus\:to-grey-dark:focus {
    --tw-gradient-to: #6c7476;
  }

  .xs\:focus\:to-grey:focus {
    --tw-gradient-to: #888888;
  }

  .xs\:focus\:to-grey-medium:focus {
    --tw-gradient-to: #aaaaaa;
  }

  .xs\:focus\:to-grey-light:focus {
    --tw-gradient-to: #bbbbbb;
  }

  .xs\:focus\:to-grey-lighter:focus {
    --tw-gradient-to: #dadada;
  }

  .xs\:focus\:to-grey-pale:focus {
    --tw-gradient-to: #eaeaea;
  }

  .xs\:focus\:to-grey-pale-60:focus {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .xs\:focus\:to-grey-faint:focus {
    --tw-gradient-to: #f3f3f3;
  }

  .xs\:focus\:to-grey-lightest:focus {
    --tw-gradient-to: #f9f9f9;
  }

  .xs\:focus\:to-grey-page:focus {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .xs\:focus\:to-primary-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .xs\:focus\:to-secondary-green:focus {
    --tw-gradient-to: #0cc393;
  }

  .xs\:focus\:to-secondary-blue-dark:focus {
    --tw-gradient-to: #175564;
  }

  .xs\:focus\:to-secondary-blue-light:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .xs\:focus\:to-secondary-blue-light-20:focus {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .xs\:focus\:to-secondary-blue-light-10:focus {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .xs\:focus\:to-tertiary-orange:focus {
    --tw-gradient-to: #f46036;
  }

  .xs\:focus\:to-tertiary-yellow:focus {
    --tw-gradient-to: #f9c846;
  }

  .xs\:focus\:to-success:focus {
    --tw-gradient-to: #47b669;
  }

  .xs\:focus\:to-warning:focus {
    --tw-gradient-to: #f46036;
  }

  .xs\:focus\:to-error:focus {
    --tw-gradient-to: #e63147;
  }

  .xs\:focus\:to-info:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .xs\:focus\:to-black:focus {
    --tw-gradient-to: #000000;
  }

  .xs\:focus\:to-black-neutral:focus {
    --tw-gradient-to: #373f41;
  }

  .xs\:focus\:to-toggle:focus {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .xs\:focus\:to-toggle-active:focus {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .xs\:focus\:to-tertiary-orange-hover:focus {
    --tw-gradient-to: #f78161;
  }

  .xs\:focus\:to-google-maps:focus {
    --tw-gradient-to: #e5e3df;
  }

  .xs\:focus\:to-chart:focus {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .xs\:focus\:to-energy-rating-a:focus {
    --tw-gradient-to: #008459;
  }

  .xs\:focus\:to-energy-rating-b:focus {
    --tw-gradient-to: #19b059;
  }

  .xs\:focus\:to-energy-rating-c:focus {
    --tw-gradient-to: #8dc641;
  }

  .xs\:focus\:to-energy-rating-d:focus {
    --tw-gradient-to: #ffcc00;
  }

  .xs\:focus\:to-energy-rating-e:focus {
    --tw-gradient-to: #f7ac64;
  }

  .xs\:focus\:to-energy-rating-f:focus {
    --tw-gradient-to: #f78521;
  }

  .xs\:focus\:to-energy-rating-g:focus {
    --tw-gradient-to: #ef1c39;
  }

  .xs\:focus\:to-flo-blue-light:focus {
    --tw-gradient-to: #0072b4;
  }

  .xs\:focus\:to-green-dark-60:focus {
    --tw-gradient-to: #a3b7b4;
  }

  .xs\:focus\:to-tertiary-background:focus {
    --tw-gradient-to: #ebfaf6;
  }

  .xs\:focus\:to-tertiary-green:focus {
    --tw-gradient-to: #08c691;
  }

  .xs\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xs\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xs\:bg-5 {
    background-size: 1.25rem;
  }

  .xs\:bg-20 {
    background-size: 5rem;
  }

  .xs\:bg-45 {
    background-size: 11.25rem;
  }

  .xs\:bg-48 {
    background-size: 12rem;
  }

  .xs\:bg-80 {
    background-size: 20rem;
  }

  .xs\:bg-100 {
    background-size: 25rem;
  }

  .xs\:bg-112 {
    background-size: 28rem;
  }

  .xs\:bg-120 {
    background-size: 30rem;
  }

  .xs\:bg-128 {
    background-size: 32rem;
  }

  .xs\:bg-132 {
    background-size: 33rem;
  }

  .xs\:bg-140 {
    background-size: 35rem;
  }

  .xs\:bg-152 {
    background-size: 38rem;
  }

  .xs\:bg-164 {
    background-size: 41rem;
  }

  .xs\:bg-184 {
    background-size: 46rem;
  }

  .xs\:bg-200 {
    background-size: 50rem;
  }

  .xs\:bg-288 {
    background-size: 72rem;
  }

  .xs\:bg-540 {
    background-size: 135rem;
  }

  .xs\:bg-auto {
    background-size: auto;
  }

  .xs\:bg-cover {
    background-size: cover;
  }

  .xs\:bg-contain {
    background-size: contain;
  }

  .xs\:bg-4\/5 {
    background-size: 80%;
  }

  .xs\:bg-fixed {
    background-attachment: fixed;
  }

  .xs\:bg-local {
    background-attachment: local;
  }

  .xs\:bg-scroll {
    background-attachment: scroll;
  }

  .xs\:bg-clip-border {
    background-clip: border-box;
  }

  .xs\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xs\:bg-clip-content {
    background-clip: content-box;
  }

  .xs\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xs\:bg-bottom {
    background-position: bottom;
  }

  .xs\:bg-center {
    background-position: center;
  }

  .xs\:bg-left {
    background-position: left;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom;
  }

  .xs\:bg-left-top {
    background-position: left top;
  }

  .xs\:bg-right {
    background-position: right;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom;
  }

  .xs\:bg-right-top {
    background-position: right top;
  }

  .xs\:bg-top {
    background-position: top;
  }

  .xs\:bg-top-0\.75 {
    background-position: 0 0.1875rem;
  }

  .xs\:bg-left-2 {
    background-position: left 0.5rem center;
  }

  .xs\:bg-right-2 {
    background-position: right 0.5rem center;
  }

  .xs\:bg-left-top-3 {
    background-position: 0.75rem 0.75rem;
  }

  .xs\:bg-left-top-5 {
    background-position: 1.25rem 1.25rem;
  }

  .xs\:bg-right-top-5 {
    background-position: right 1.25rem top 1.25rem;
  }

  .xs\:bg-right-top-2 {
    background-position: right 0.5rem top 0.5rem;
  }

  .xs\:bg-left-bottom-5 {
    background-position: left 1.25rem bottom 1.25rem;
  }

  .xs\:bg-right-bottom-5 {
    background-position: right 1.25rem bottom 1.25rem;
  }

  .xs\:-bg-right-top-36 {
    background-position: right 0 top -9rem;
  }

  .xs\:-bg-right-bottom-px {
    background-position: right 0 bottom -1px;
  }

  .xs\:-bg-right-bottom-16 {
    background-position: right -0.125rem bottom -4rem;
  }

  .xs\:-bg-bottom-1 {
    background-position: bottom -4rem center;
  }

  .xs\:-bg-bottom-1-left {
    background-position: bottom -4rem left;
  }

  .xs\:bg-repeat {
    background-repeat: repeat;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:bg-repeat-round {
    background-repeat: round;
  }

  .xs\:bg-repeat-space {
    background-repeat: space;
  }

  .xs\:bg-origin-border {
    background-origin: border-box;
  }

  .xs\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xs\:bg-origin-content {
    background-origin: content-box;
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:fill-none {
    fill: none;
  }

  .xs\:fill-green-light {
    fill: #47b669;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:stroke-green-medium {
    stroke: #199365;
  }

  .xs\:stroke-tertiary-orange {
    stroke: #f46036;
  }

  .xs\:stroke-grey-pale {
    stroke: #eaeaea;
  }

  .xs\:stroke-0 {
    stroke-width: 0;
  }

  .xs\:stroke-1 {
    stroke-width: 1;
  }

  .xs\:stroke-2 {
    stroke-width: 2;
  }

  .xs\:stroke-12 {
    stroke-width: 12;
  }

  .xs\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xs\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xs\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xs\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xs\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xs\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xs\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xs\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xs\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xs\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xs\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xs\:p-0 {
    padding: 0px;
  }

  .xs\:p-1 {
    padding: 0.25rem;
  }

  .xs\:p-2 {
    padding: 0.5rem;
  }

  .xs\:p-3 {
    padding: 0.75rem;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:p-6 {
    padding: 1.5rem;
  }

  .xs\:p-7 {
    padding: 1.75rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

  .xs\:p-9 {
    padding: 2.25rem;
  }

  .xs\:p-10 {
    padding: 2.5rem;
  }

  .xs\:p-11 {
    padding: 2.75rem;
  }

  .xs\:p-12 {
    padding: 3rem;
  }

  .xs\:p-14 {
    padding: 3.5rem;
  }

  .xs\:p-16 {
    padding: 4rem;
  }

  .xs\:p-18 {
    padding: 4.5rem;
  }

  .xs\:p-20 {
    padding: 5rem;
  }

  .xs\:p-21 {
    padding: 5.25rem;
  }

  .xs\:p-22 {
    padding: 5.5rem;
  }

  .xs\:p-24 {
    padding: 6rem;
  }

  .xs\:p-26 {
    padding: 6.5rem;
  }

  .xs\:p-28 {
    padding: 7rem;
  }

  .xs\:p-29 {
    padding: 7.25rem;
  }

  .xs\:p-32 {
    padding: 8rem;
  }

  .xs\:p-34 {
    padding: 8.5rem;
  }

  .xs\:p-36 {
    padding: 9rem;
  }

  .xs\:p-40 {
    padding: 10rem;
  }

  .xs\:p-42 {
    padding: 10.5rem;
  }

  .xs\:p-44 {
    padding: 11rem;
  }

  .xs\:p-48 {
    padding: 12rem;
  }

  .xs\:p-52 {
    padding: 13rem;
  }

  .xs\:p-56 {
    padding: 14rem;
  }

  .xs\:p-60 {
    padding: 15rem;
  }

  .xs\:p-64 {
    padding: 16rem;
  }

  .xs\:p-68 {
    padding: 17rem;
  }

  .xs\:p-72 {
    padding: 18rem;
  }

  .xs\:p-77 {
    padding: 19.25rem;
  }

  .xs\:p-80 {
    padding: 20rem;
  }

  .xs\:p-82 {
    padding: 20.5rem;
  }

  .xs\:p-88 {
    padding: 22rem;
  }

  .xs\:p-94 {
    padding: 23.5rem;
  }

  .xs\:p-96 {
    padding: 24rem;
  }

  .xs\:p-98 {
    padding: 24.5rem;
  }

  .xs\:p-104 {
    padding: 26rem;
  }

  .xs\:p-108 {
    padding: 27rem;
  }

  .xs\:p-110 {
    padding: 27.5rem;
  }

  .xs\:p-112 {
    padding: 28rem;
  }

  .xs\:p-120 {
    padding: 30rem;
  }

  .xs\:p-128 {
    padding: 32rem;
  }

  .xs\:p-132 {
    padding: 33rem;
  }

  .xs\:p-134 {
    padding: 33.5rem;
  }

  .xs\:p-135 {
    padding: 33.75rem;
  }

  .xs\:p-136 {
    padding: 34rem;
  }

  .xs\:p-144 {
    padding: 36rem;
  }

  .xs\:p-152 {
    padding: 38rem;
  }

  .xs\:p-160 {
    padding: 40rem;
  }

  .xs\:p-164 {
    padding: 41rem;
  }

  .xs\:p-172 {
    padding: 43rem;
  }

  .xs\:p-179 {
    padding: 44.75rem;
  }

  .xs\:p-184 {
    padding: 46rem;
  }

  .xs\:p-192 {
    padding: 48rem;
  }

  .xs\:p-224 {
    padding: 56rem;
  }

  .xs\:p-240 {
    padding: 60rem;
  }

  .xs\:p-256 {
    padding: 64rem;
  }

  .xs\:p-265 {
    padding: 66.25rem;
  }

  .xs\:p-288 {
    padding: 72rem;
  }

  .xs\:p-384 {
    padding: 96rem;
  }

  .xs\:p-px {
    padding: 1px;
  }

  .xs\:p-0\.5 {
    padding: 0.125rem;
  }

  .xs\:p-1\.5 {
    padding: 0.375rem;
  }

  .xs\:p-2\.5 {
    padding: 0.625rem;
  }

  .xs\:p-3\.5 {
    padding: 0.875rem;
  }

  .xs\:p-0\.75 {
    padding: 0.1875rem;
  }

  .xs\:p-4\.5 {
    padding: 1.125rem;
  }

  .xs\:p-7\.5 {
    padding: 1.875rem;
  }

  .xs\:p-9\.5 {
    padding: 2.375rem;
  }

  .xs\:p-9\.75 {
    padding: 2.4375rem;
  }

  .xs\:p-12\.5 {
    padding: 3.125rem;
  }

  .xs\:p-13\.5 {
    padding: 3.375rem;
  }

  .xs\:p-292\.5 {
    padding: 73.125rem;
  }

  .xs\:p-1\/24 {
    padding: 4.166667%;
  }

  .xs\:p-2\/24 {
    padding: 8.333333%;
  }

  .xs\:p-3\/24 {
    padding: 12.5%;
  }

  .xs\:p-4\/24 {
    padding: 16.666667%;
  }

  .xs\:p-5\/24 {
    padding: 20.833333%;
  }

  .xs\:p-6\/24 {
    padding: 25%;
  }

  .xs\:p-7\/24 {
    padding: 29.166666%;
  }

  .xs\:p-8\/24 {
    padding: 33.333333%;
  }

  .xs\:p-9\/24 {
    padding: 37.5%;
  }

  .xs\:p-10\/24 {
    padding: 41.666666%;
  }

  .xs\:p-11\/24 {
    padding: 45.833333%;
  }

  .xs\:p-12\/24 {
    padding: 50%;
  }

  .xs\:p-13\/24 {
    padding: 54.166666%;
  }

  .xs\:p-14\/24 {
    padding: 58.333333%;
  }

  .xs\:p-15\/24 {
    padding: 62.5%;
  }

  .xs\:p-16\/24 {
    padding: 66.666667%;
  }

  .xs\:p-17\/24 {
    padding: 70.833333%;
  }

  .xs\:p-18\/24 {
    padding: 75%;
  }

  .xs\:p-19\/24 {
    padding: 79.166667%;
  }

  .xs\:p-20\/24 {
    padding: 83.333333%;
  }

  .xs\:p-21\/24 {
    padding: 87.5%;
  }

  .xs\:p-22\/24 {
    padding: 91.666667%;
  }

  .xs\:p-23\/24 {
    padding: 95.833333%;
  }

  .xs\:p-24\/24 {
    padding: 100%;
  }

  .xs\:p-screen-header {
    padding: 41.55vw;
  }

  .xs\:p-screen-60 {
    padding: 60vh;
  }

  .xs\:p-screen-80 {
    padding: 80vh;
  }

  .xs\:p-screen-85 {
    padding: 85vh;
  }

  .xs\:p-screen-90 {
    padding: 90vh;
  }

  .xs\:p-screen-95 {
    padding: 95vh;
  }

  .xs\:p-screen-minus-header {
    padding: calc(100vh - 5.25rem);
  }

  .xs\:p-screen-minus-35\.5 {
    padding: calc(100vh - 8.875rem);
  }

  .xs\:p-screen-minus-36 {
    padding: calc(100vh - 9rem);
  }

  .xs\:p-screen-minus-40 {
    padding: calc(100vh - 10rem);
  }

  .xs\:p-screen-minus-55 {
    padding: calc(100vh - 13.75rem);
  }

  .xs\:p-screen-minus-72 {
    padding: calc(100vh - 18rem);
  }

  .xs\:p-screen-minus-80 {
    padding: calc(100vh - 20rem);
  }

  .xs\:p-full-4 {
    padding: calc(100% - 16px);
  }

  .xs\:p-account-body {
    padding: calc(100vw - 304px);
  }

  .xs\:p-menu-center {
    padding: calc(50% - 288px);
  }

  .xs\:p-tutorials-hidden {
    padding: calc(100% - 56px);
  }

  .xs\:p-popup-full-width {
    padding: calc(100% + 32px);
  }

  .xs\:p-popup-full-width-md {
    padding: calc(100% + 64px);
  }

  .xs\:p-popup-full-height {
    padding: calc(100% + 68px);
  }

  .xs\:p-max-content {
    padding: max-content;
  }

  .xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xs\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xs\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xs\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xs\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xs\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xs\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xs\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xs\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xs\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xs\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xs\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xs\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xs\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xs\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xs\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xs\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xs\:px-29 {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
  }

  .xs\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xs\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xs\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xs\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xs\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .xs\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xs\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xs\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xs\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xs\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xs\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xs\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .xs\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xs\:px-77 {
    padding-left: 19.25rem;
    padding-right: 19.25rem;
  }

  .xs\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xs\:px-82 {
    padding-left: 20.5rem;
    padding-right: 20.5rem;
  }

  .xs\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xs\:px-94 {
    padding-left: 23.5rem;
    padding-right: 23.5rem;
  }

  .xs\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xs\:px-98 {
    padding-left: 24.5rem;
    padding-right: 24.5rem;
  }

  .xs\:px-104 {
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .xs\:px-108 {
    padding-left: 27rem;
    padding-right: 27rem;
  }

  .xs\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xs\:px-112 {
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .xs\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xs\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .xs\:px-132 {
    padding-left: 33rem;
    padding-right: 33rem;
  }

  .xs\:px-134 {
    padding-left: 33.5rem;
    padding-right: 33.5rem;
  }

  .xs\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .xs\:px-136 {
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .xs\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .xs\:px-152 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xs\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .xs\:px-164 {
    padding-left: 41rem;
    padding-right: 41rem;
  }

  .xs\:px-172 {
    padding-left: 43rem;
    padding-right: 43rem;
  }

  .xs\:px-179 {
    padding-left: 44.75rem;
    padding-right: 44.75rem;
  }

  .xs\:px-184 {
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .xs\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .xs\:px-224 {
    padding-left: 56rem;
    padding-right: 56rem;
  }

  .xs\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .xs\:px-256 {
    padding-left: 64rem;
    padding-right: 64rem;
  }

  .xs\:px-265 {
    padding-left: 66.25rem;
    padding-right: 66.25rem;
  }

  .xs\:px-288 {
    padding-left: 72rem;
    padding-right: 72rem;
  }

  .xs\:px-384 {
    padding-left: 96rem;
    padding-right: 96rem;
  }

  .xs\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xs\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xs\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xs\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xs\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xs\:px-0\.75 {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .xs\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .xs\:px-7\.5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xs\:px-9\.5 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .xs\:px-9\.75 {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
  }

  .xs\:px-12\.5 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xs\:px-13\.5 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .xs\:px-292\.5 {
    padding-left: 73.125rem;
    padding-right: 73.125rem;
  }

  .xs\:px-1\/24 {
    padding-left: 4.166667%;
    padding-right: 4.166667%;
  }

  .xs\:px-2\/24 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .xs\:px-3\/24 {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .xs\:px-4\/24 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xs\:px-5\/24 {
    padding-left: 20.833333%;
    padding-right: 20.833333%;
  }

  .xs\:px-6\/24 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xs\:px-7\/24 {
    padding-left: 29.166666%;
    padding-right: 29.166666%;
  }

  .xs\:px-8\/24 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xs\:px-9\/24 {
    padding-left: 37.5%;
    padding-right: 37.5%;
  }

  .xs\:px-10\/24 {
    padding-left: 41.666666%;
    padding-right: 41.666666%;
  }

  .xs\:px-11\/24 {
    padding-left: 45.833333%;
    padding-right: 45.833333%;
  }

  .xs\:px-12\/24 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xs\:px-13\/24 {
    padding-left: 54.166666%;
    padding-right: 54.166666%;
  }

  .xs\:px-14\/24 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .xs\:px-15\/24 {
    padding-left: 62.5%;
    padding-right: 62.5%;
  }

  .xs\:px-16\/24 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xs\:px-17\/24 {
    padding-left: 70.833333%;
    padding-right: 70.833333%;
  }

  .xs\:px-18\/24 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xs\:px-19\/24 {
    padding-left: 79.166667%;
    padding-right: 79.166667%;
  }

  .xs\:px-20\/24 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xs\:px-21\/24 {
    padding-left: 87.5%;
    padding-right: 87.5%;
  }

  .xs\:px-22\/24 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .xs\:px-23\/24 {
    padding-left: 95.833333%;
    padding-right: 95.833333%;
  }

  .xs\:px-24\/24 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xs\:px-screen-header {
    padding-left: 41.55vw;
    padding-right: 41.55vw;
  }

  .xs\:px-screen-60 {
    padding-left: 60vh;
    padding-right: 60vh;
  }

  .xs\:px-screen-80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xs\:px-screen-85 {
    padding-left: 85vh;
    padding-right: 85vh;
  }

  .xs\:px-screen-90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .xs\:px-screen-95 {
    padding-left: 95vh;
    padding-right: 95vh;
  }

  .xs\:px-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
    padding-right: calc(100vh - 5.25rem);
  }

  .xs\:px-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
    padding-right: calc(100vh - 8.875rem);
  }

  .xs\:px-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
    padding-right: calc(100vh - 9rem);
  }

  .xs\:px-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
    padding-right: calc(100vh - 10rem);
  }

  .xs\:px-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
    padding-right: calc(100vh - 13.75rem);
  }

  .xs\:px-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
    padding-right: calc(100vh - 18rem);
  }

  .xs\:px-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
    padding-right: calc(100vh - 20rem);
  }

  .xs\:px-full-4 {
    padding-left: calc(100% - 16px);
    padding-right: calc(100% - 16px);
  }

  .xs\:px-account-body {
    padding-left: calc(100vw - 304px);
    padding-right: calc(100vw - 304px);
  }

  .xs\:px-menu-center {
    padding-left: calc(50% - 288px);
    padding-right: calc(50% - 288px);
  }

  .xs\:px-tutorials-hidden {
    padding-left: calc(100% - 56px);
    padding-right: calc(100% - 56px);
  }

  .xs\:px-popup-full-width {
    padding-left: calc(100% + 32px);
    padding-right: calc(100% + 32px);
  }

  .xs\:px-popup-full-width-md {
    padding-left: calc(100% + 64px);
    padding-right: calc(100% + 64px);
  }

  .xs\:px-popup-full-height {
    padding-left: calc(100% + 68px);
    padding-right: calc(100% + 68px);
  }

  .xs\:px-max-content {
    padding-left: max-content;
    padding-right: max-content;
  }

  .xs\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xs\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xs\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xs\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xs\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xs\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xs\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xs\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xs\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xs\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xs\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xs\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xs\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xs\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xs\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xs\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xs\:py-29 {
    padding-top: 7.25rem;
    padding-bottom: 7.25rem;
  }

  .xs\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xs\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xs\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xs\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xs\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .xs\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xs\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xs\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xs\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xs\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xs\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xs\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .xs\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xs\:py-77 {
    padding-top: 19.25rem;
    padding-bottom: 19.25rem;
  }

  .xs\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xs\:py-82 {
    padding-top: 20.5rem;
    padding-bottom: 20.5rem;
  }

  .xs\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xs\:py-94 {
    padding-top: 23.5rem;
    padding-bottom: 23.5rem;
  }

  .xs\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xs\:py-98 {
    padding-top: 24.5rem;
    padding-bottom: 24.5rem;
  }

  .xs\:py-104 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .xs\:py-108 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }

  .xs\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xs\:py-112 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .xs\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xs\:py-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .xs\:py-132 {
    padding-top: 33rem;
    padding-bottom: 33rem;
  }

  .xs\:py-134 {
    padding-top: 33.5rem;
    padding-bottom: 33.5rem;
  }

  .xs\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .xs\:py-136 {
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .xs\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .xs\:py-152 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xs\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .xs\:py-164 {
    padding-top: 41rem;
    padding-bottom: 41rem;
  }

  .xs\:py-172 {
    padding-top: 43rem;
    padding-bottom: 43rem;
  }

  .xs\:py-179 {
    padding-top: 44.75rem;
    padding-bottom: 44.75rem;
  }

  .xs\:py-184 {
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .xs\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .xs\:py-224 {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }

  .xs\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .xs\:py-256 {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }

  .xs\:py-265 {
    padding-top: 66.25rem;
    padding-bottom: 66.25rem;
  }

  .xs\:py-288 {
    padding-top: 72rem;
    padding-bottom: 72rem;
  }

  .xs\:py-384 {
    padding-top: 96rem;
    padding-bottom: 96rem;
  }

  .xs\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xs\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xs\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xs\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xs\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xs\:py-0\.75 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .xs\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .xs\:py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xs\:py-9\.5 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .xs\:py-9\.75 {
    padding-top: 2.4375rem;
    padding-bottom: 2.4375rem;
  }

  .xs\:py-12\.5 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xs\:py-13\.5 {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .xs\:py-292\.5 {
    padding-top: 73.125rem;
    padding-bottom: 73.125rem;
  }

  .xs\:py-1\/24 {
    padding-top: 4.166667%;
    padding-bottom: 4.166667%;
  }

  .xs\:py-2\/24 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .xs\:py-3\/24 {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }

  .xs\:py-4\/24 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xs\:py-5\/24 {
    padding-top: 20.833333%;
    padding-bottom: 20.833333%;
  }

  .xs\:py-6\/24 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xs\:py-7\/24 {
    padding-top: 29.166666%;
    padding-bottom: 29.166666%;
  }

  .xs\:py-8\/24 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xs\:py-9\/24 {
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .xs\:py-10\/24 {
    padding-top: 41.666666%;
    padding-bottom: 41.666666%;
  }

  .xs\:py-11\/24 {
    padding-top: 45.833333%;
    padding-bottom: 45.833333%;
  }

  .xs\:py-12\/24 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xs\:py-13\/24 {
    padding-top: 54.166666%;
    padding-bottom: 54.166666%;
  }

  .xs\:py-14\/24 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .xs\:py-15\/24 {
    padding-top: 62.5%;
    padding-bottom: 62.5%;
  }

  .xs\:py-16\/24 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xs\:py-17\/24 {
    padding-top: 70.833333%;
    padding-bottom: 70.833333%;
  }

  .xs\:py-18\/24 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xs\:py-19\/24 {
    padding-top: 79.166667%;
    padding-bottom: 79.166667%;
  }

  .xs\:py-20\/24 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xs\:py-21\/24 {
    padding-top: 87.5%;
    padding-bottom: 87.5%;
  }

  .xs\:py-22\/24 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .xs\:py-23\/24 {
    padding-top: 95.833333%;
    padding-bottom: 95.833333%;
  }

  .xs\:py-24\/24 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xs\:py-screen-header {
    padding-top: 41.55vw;
    padding-bottom: 41.55vw;
  }

  .xs\:py-screen-60 {
    padding-top: 60vh;
    padding-bottom: 60vh;
  }

  .xs\:py-screen-80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xs\:py-screen-85 {
    padding-top: 85vh;
    padding-bottom: 85vh;
  }

  .xs\:py-screen-90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .xs\:py-screen-95 {
    padding-top: 95vh;
    padding-bottom: 95vh;
  }

  .xs\:py-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
    padding-bottom: calc(100vh - 5.25rem);
  }

  .xs\:py-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
    padding-bottom: calc(100vh - 8.875rem);
  }

  .xs\:py-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
    padding-bottom: calc(100vh - 9rem);
  }

  .xs\:py-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
    padding-bottom: calc(100vh - 10rem);
  }

  .xs\:py-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
    padding-bottom: calc(100vh - 13.75rem);
  }

  .xs\:py-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
    padding-bottom: calc(100vh - 18rem);
  }

  .xs\:py-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
    padding-bottom: calc(100vh - 20rem);
  }

  .xs\:py-full-4 {
    padding-top: calc(100% - 16px);
    padding-bottom: calc(100% - 16px);
  }

  .xs\:py-account-body {
    padding-top: calc(100vw - 304px);
    padding-bottom: calc(100vw - 304px);
  }

  .xs\:py-menu-center {
    padding-top: calc(50% - 288px);
    padding-bottom: calc(50% - 288px);
  }

  .xs\:py-tutorials-hidden {
    padding-top: calc(100% - 56px);
    padding-bottom: calc(100% - 56px);
  }

  .xs\:py-popup-full-width {
    padding-top: calc(100% + 32px);
    padding-bottom: calc(100% + 32px);
  }

  .xs\:py-popup-full-width-md {
    padding-top: calc(100% + 64px);
    padding-bottom: calc(100% + 64px);
  }

  .xs\:py-popup-full-height {
    padding-top: calc(100% + 68px);
    padding-bottom: calc(100% + 68px);
  }

  .xs\:py-max-content {
    padding-top: max-content;
    padding-bottom: max-content;
  }

  .xs\:pt-0 {
    padding-top: 0px;
  }

  .xs\:pt-1 {
    padding-top: 0.25rem;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xs\:pt-4 {
    padding-top: 1rem;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem;
  }

  .xs\:pt-7 {
    padding-top: 1.75rem;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pt-9 {
    padding-top: 2.25rem;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem;
  }

  .xs\:pt-11 {
    padding-top: 2.75rem;
  }

  .xs\:pt-12 {
    padding-top: 3rem;
  }

  .xs\:pt-14 {
    padding-top: 3.5rem;
  }

  .xs\:pt-16 {
    padding-top: 4rem;
  }

  .xs\:pt-18 {
    padding-top: 4.5rem;
  }

  .xs\:pt-20 {
    padding-top: 5rem;
  }

  .xs\:pt-21 {
    padding-top: 5.25rem;
  }

  .xs\:pt-22 {
    padding-top: 5.5rem;
  }

  .xs\:pt-24 {
    padding-top: 6rem;
  }

  .xs\:pt-26 {
    padding-top: 6.5rem;
  }

  .xs\:pt-28 {
    padding-top: 7rem;
  }

  .xs\:pt-29 {
    padding-top: 7.25rem;
  }

  .xs\:pt-32 {
    padding-top: 8rem;
  }

  .xs\:pt-34 {
    padding-top: 8.5rem;
  }

  .xs\:pt-36 {
    padding-top: 9rem;
  }

  .xs\:pt-40 {
    padding-top: 10rem;
  }

  .xs\:pt-42 {
    padding-top: 10.5rem;
  }

  .xs\:pt-44 {
    padding-top: 11rem;
  }

  .xs\:pt-48 {
    padding-top: 12rem;
  }

  .xs\:pt-52 {
    padding-top: 13rem;
  }

  .xs\:pt-56 {
    padding-top: 14rem;
  }

  .xs\:pt-60 {
    padding-top: 15rem;
  }

  .xs\:pt-64 {
    padding-top: 16rem;
  }

  .xs\:pt-68 {
    padding-top: 17rem;
  }

  .xs\:pt-72 {
    padding-top: 18rem;
  }

  .xs\:pt-77 {
    padding-top: 19.25rem;
  }

  .xs\:pt-80 {
    padding-top: 20rem;
  }

  .xs\:pt-82 {
    padding-top: 20.5rem;
  }

  .xs\:pt-88 {
    padding-top: 22rem;
  }

  .xs\:pt-94 {
    padding-top: 23.5rem;
  }

  .xs\:pt-96 {
    padding-top: 24rem;
  }

  .xs\:pt-98 {
    padding-top: 24.5rem;
  }

  .xs\:pt-104 {
    padding-top: 26rem;
  }

  .xs\:pt-108 {
    padding-top: 27rem;
  }

  .xs\:pt-110 {
    padding-top: 27.5rem;
  }

  .xs\:pt-112 {
    padding-top: 28rem;
  }

  .xs\:pt-120 {
    padding-top: 30rem;
  }

  .xs\:pt-128 {
    padding-top: 32rem;
  }

  .xs\:pt-132 {
    padding-top: 33rem;
  }

  .xs\:pt-134 {
    padding-top: 33.5rem;
  }

  .xs\:pt-135 {
    padding-top: 33.75rem;
  }

  .xs\:pt-136 {
    padding-top: 34rem;
  }

  .xs\:pt-144 {
    padding-top: 36rem;
  }

  .xs\:pt-152 {
    padding-top: 38rem;
  }

  .xs\:pt-160 {
    padding-top: 40rem;
  }

  .xs\:pt-164 {
    padding-top: 41rem;
  }

  .xs\:pt-172 {
    padding-top: 43rem;
  }

  .xs\:pt-179 {
    padding-top: 44.75rem;
  }

  .xs\:pt-184 {
    padding-top: 46rem;
  }

  .xs\:pt-192 {
    padding-top: 48rem;
  }

  .xs\:pt-224 {
    padding-top: 56rem;
  }

  .xs\:pt-240 {
    padding-top: 60rem;
  }

  .xs\:pt-256 {
    padding-top: 64rem;
  }

  .xs\:pt-265 {
    padding-top: 66.25rem;
  }

  .xs\:pt-288 {
    padding-top: 72rem;
  }

  .xs\:pt-384 {
    padding-top: 96rem;
  }

  .xs\:pt-px {
    padding-top: 1px;
  }

  .xs\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xs\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xs\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xs\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xs\:pt-0\.75 {
    padding-top: 0.1875rem;
  }

  .xs\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .xs\:pt-7\.5 {
    padding-top: 1.875rem;
  }

  .xs\:pt-9\.5 {
    padding-top: 2.375rem;
  }

  .xs\:pt-9\.75 {
    padding-top: 2.4375rem;
  }

  .xs\:pt-12\.5 {
    padding-top: 3.125rem;
  }

  .xs\:pt-13\.5 {
    padding-top: 3.375rem;
  }

  .xs\:pt-292\.5 {
    padding-top: 73.125rem;
  }

  .xs\:pt-1\/24 {
    padding-top: 4.166667%;
  }

  .xs\:pt-2\/24 {
    padding-top: 8.333333%;
  }

  .xs\:pt-3\/24 {
    padding-top: 12.5%;
  }

  .xs\:pt-4\/24 {
    padding-top: 16.666667%;
  }

  .xs\:pt-5\/24 {
    padding-top: 20.833333%;
  }

  .xs\:pt-6\/24 {
    padding-top: 25%;
  }

  .xs\:pt-7\/24 {
    padding-top: 29.166666%;
  }

  .xs\:pt-8\/24 {
    padding-top: 33.333333%;
  }

  .xs\:pt-9\/24 {
    padding-top: 37.5%;
  }

  .xs\:pt-10\/24 {
    padding-top: 41.666666%;
  }

  .xs\:pt-11\/24 {
    padding-top: 45.833333%;
  }

  .xs\:pt-12\/24 {
    padding-top: 50%;
  }

  .xs\:pt-13\/24 {
    padding-top: 54.166666%;
  }

  .xs\:pt-14\/24 {
    padding-top: 58.333333%;
  }

  .xs\:pt-15\/24 {
    padding-top: 62.5%;
  }

  .xs\:pt-16\/24 {
    padding-top: 66.666667%;
  }

  .xs\:pt-17\/24 {
    padding-top: 70.833333%;
  }

  .xs\:pt-18\/24 {
    padding-top: 75%;
  }

  .xs\:pt-19\/24 {
    padding-top: 79.166667%;
  }

  .xs\:pt-20\/24 {
    padding-top: 83.333333%;
  }

  .xs\:pt-21\/24 {
    padding-top: 87.5%;
  }

  .xs\:pt-22\/24 {
    padding-top: 91.666667%;
  }

  .xs\:pt-23\/24 {
    padding-top: 95.833333%;
  }

  .xs\:pt-24\/24 {
    padding-top: 100%;
  }

  .xs\:pt-screen-header {
    padding-top: 41.55vw;
  }

  .xs\:pt-screen-60 {
    padding-top: 60vh;
  }

  .xs\:pt-screen-80 {
    padding-top: 80vh;
  }

  .xs\:pt-screen-85 {
    padding-top: 85vh;
  }

  .xs\:pt-screen-90 {
    padding-top: 90vh;
  }

  .xs\:pt-screen-95 {
    padding-top: 95vh;
  }

  .xs\:pt-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
  }

  .xs\:pt-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
  }

  .xs\:pt-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
  }

  .xs\:pt-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
  }

  .xs\:pt-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
  }

  .xs\:pt-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
  }

  .xs\:pt-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
  }

  .xs\:pt-full-4 {
    padding-top: calc(100% - 16px);
  }

  .xs\:pt-account-body {
    padding-top: calc(100vw - 304px);
  }

  .xs\:pt-menu-center {
    padding-top: calc(50% - 288px);
  }

  .xs\:pt-tutorials-hidden {
    padding-top: calc(100% - 56px);
  }

  .xs\:pt-popup-full-width {
    padding-top: calc(100% + 32px);
  }

  .xs\:pt-popup-full-width-md {
    padding-top: calc(100% + 64px);
  }

  .xs\:pt-popup-full-height {
    padding-top: calc(100% + 68px);
  }

  .xs\:pt-max-content {
    padding-top: max-content;
  }

  .xs\:pr-0 {
    padding-right: 0px;
  }

  .xs\:pr-1 {
    padding-right: 0.25rem;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem;
  }

  .xs\:pr-3 {
    padding-right: 0.75rem;
  }

  .xs\:pr-4 {
    padding-right: 1rem;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem;
  }

  .xs\:pr-7 {
    padding-right: 1.75rem;
  }

  .xs\:pr-8 {
    padding-right: 2rem;
  }

  .xs\:pr-9 {
    padding-right: 2.25rem;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem;
  }

  .xs\:pr-11 {
    padding-right: 2.75rem;
  }

  .xs\:pr-12 {
    padding-right: 3rem;
  }

  .xs\:pr-14 {
    padding-right: 3.5rem;
  }

  .xs\:pr-16 {
    padding-right: 4rem;
  }

  .xs\:pr-18 {
    padding-right: 4.5rem;
  }

  .xs\:pr-20 {
    padding-right: 5rem;
  }

  .xs\:pr-21 {
    padding-right: 5.25rem;
  }

  .xs\:pr-22 {
    padding-right: 5.5rem;
  }

  .xs\:pr-24 {
    padding-right: 6rem;
  }

  .xs\:pr-26 {
    padding-right: 6.5rem;
  }

  .xs\:pr-28 {
    padding-right: 7rem;
  }

  .xs\:pr-29 {
    padding-right: 7.25rem;
  }

  .xs\:pr-32 {
    padding-right: 8rem;
  }

  .xs\:pr-34 {
    padding-right: 8.5rem;
  }

  .xs\:pr-36 {
    padding-right: 9rem;
  }

  .xs\:pr-40 {
    padding-right: 10rem;
  }

  .xs\:pr-42 {
    padding-right: 10.5rem;
  }

  .xs\:pr-44 {
    padding-right: 11rem;
  }

  .xs\:pr-48 {
    padding-right: 12rem;
  }

  .xs\:pr-52 {
    padding-right: 13rem;
  }

  .xs\:pr-56 {
    padding-right: 14rem;
  }

  .xs\:pr-60 {
    padding-right: 15rem;
  }

  .xs\:pr-64 {
    padding-right: 16rem;
  }

  .xs\:pr-68 {
    padding-right: 17rem;
  }

  .xs\:pr-72 {
    padding-right: 18rem;
  }

  .xs\:pr-77 {
    padding-right: 19.25rem;
  }

  .xs\:pr-80 {
    padding-right: 20rem;
  }

  .xs\:pr-82 {
    padding-right: 20.5rem;
  }

  .xs\:pr-88 {
    padding-right: 22rem;
  }

  .xs\:pr-94 {
    padding-right: 23.5rem;
  }

  .xs\:pr-96 {
    padding-right: 24rem;
  }

  .xs\:pr-98 {
    padding-right: 24.5rem;
  }

  .xs\:pr-104 {
    padding-right: 26rem;
  }

  .xs\:pr-108 {
    padding-right: 27rem;
  }

  .xs\:pr-110 {
    padding-right: 27.5rem;
  }

  .xs\:pr-112 {
    padding-right: 28rem;
  }

  .xs\:pr-120 {
    padding-right: 30rem;
  }

  .xs\:pr-128 {
    padding-right: 32rem;
  }

  .xs\:pr-132 {
    padding-right: 33rem;
  }

  .xs\:pr-134 {
    padding-right: 33.5rem;
  }

  .xs\:pr-135 {
    padding-right: 33.75rem;
  }

  .xs\:pr-136 {
    padding-right: 34rem;
  }

  .xs\:pr-144 {
    padding-right: 36rem;
  }

  .xs\:pr-152 {
    padding-right: 38rem;
  }

  .xs\:pr-160 {
    padding-right: 40rem;
  }

  .xs\:pr-164 {
    padding-right: 41rem;
  }

  .xs\:pr-172 {
    padding-right: 43rem;
  }

  .xs\:pr-179 {
    padding-right: 44.75rem;
  }

  .xs\:pr-184 {
    padding-right: 46rem;
  }

  .xs\:pr-192 {
    padding-right: 48rem;
  }

  .xs\:pr-224 {
    padding-right: 56rem;
  }

  .xs\:pr-240 {
    padding-right: 60rem;
  }

  .xs\:pr-256 {
    padding-right: 64rem;
  }

  .xs\:pr-265 {
    padding-right: 66.25rem;
  }

  .xs\:pr-288 {
    padding-right: 72rem;
  }

  .xs\:pr-384 {
    padding-right: 96rem;
  }

  .xs\:pr-px {
    padding-right: 1px;
  }

  .xs\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xs\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xs\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xs\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xs\:pr-0\.75 {
    padding-right: 0.1875rem;
  }

  .xs\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .xs\:pr-7\.5 {
    padding-right: 1.875rem;
  }

  .xs\:pr-9\.5 {
    padding-right: 2.375rem;
  }

  .xs\:pr-9\.75 {
    padding-right: 2.4375rem;
  }

  .xs\:pr-12\.5 {
    padding-right: 3.125rem;
  }

  .xs\:pr-13\.5 {
    padding-right: 3.375rem;
  }

  .xs\:pr-292\.5 {
    padding-right: 73.125rem;
  }

  .xs\:pr-1\/24 {
    padding-right: 4.166667%;
  }

  .xs\:pr-2\/24 {
    padding-right: 8.333333%;
  }

  .xs\:pr-3\/24 {
    padding-right: 12.5%;
  }

  .xs\:pr-4\/24 {
    padding-right: 16.666667%;
  }

  .xs\:pr-5\/24 {
    padding-right: 20.833333%;
  }

  .xs\:pr-6\/24 {
    padding-right: 25%;
  }

  .xs\:pr-7\/24 {
    padding-right: 29.166666%;
  }

  .xs\:pr-8\/24 {
    padding-right: 33.333333%;
  }

  .xs\:pr-9\/24 {
    padding-right: 37.5%;
  }

  .xs\:pr-10\/24 {
    padding-right: 41.666666%;
  }

  .xs\:pr-11\/24 {
    padding-right: 45.833333%;
  }

  .xs\:pr-12\/24 {
    padding-right: 50%;
  }

  .xs\:pr-13\/24 {
    padding-right: 54.166666%;
  }

  .xs\:pr-14\/24 {
    padding-right: 58.333333%;
  }

  .xs\:pr-15\/24 {
    padding-right: 62.5%;
  }

  .xs\:pr-16\/24 {
    padding-right: 66.666667%;
  }

  .xs\:pr-17\/24 {
    padding-right: 70.833333%;
  }

  .xs\:pr-18\/24 {
    padding-right: 75%;
  }

  .xs\:pr-19\/24 {
    padding-right: 79.166667%;
  }

  .xs\:pr-20\/24 {
    padding-right: 83.333333%;
  }

  .xs\:pr-21\/24 {
    padding-right: 87.5%;
  }

  .xs\:pr-22\/24 {
    padding-right: 91.666667%;
  }

  .xs\:pr-23\/24 {
    padding-right: 95.833333%;
  }

  .xs\:pr-24\/24 {
    padding-right: 100%;
  }

  .xs\:pr-screen-header {
    padding-right: 41.55vw;
  }

  .xs\:pr-screen-60 {
    padding-right: 60vh;
  }

  .xs\:pr-screen-80 {
    padding-right: 80vh;
  }

  .xs\:pr-screen-85 {
    padding-right: 85vh;
  }

  .xs\:pr-screen-90 {
    padding-right: 90vh;
  }

  .xs\:pr-screen-95 {
    padding-right: 95vh;
  }

  .xs\:pr-screen-minus-header {
    padding-right: calc(100vh - 5.25rem);
  }

  .xs\:pr-screen-minus-35\.5 {
    padding-right: calc(100vh - 8.875rem);
  }

  .xs\:pr-screen-minus-36 {
    padding-right: calc(100vh - 9rem);
  }

  .xs\:pr-screen-minus-40 {
    padding-right: calc(100vh - 10rem);
  }

  .xs\:pr-screen-minus-55 {
    padding-right: calc(100vh - 13.75rem);
  }

  .xs\:pr-screen-minus-72 {
    padding-right: calc(100vh - 18rem);
  }

  .xs\:pr-screen-minus-80 {
    padding-right: calc(100vh - 20rem);
  }

  .xs\:pr-full-4 {
    padding-right: calc(100% - 16px);
  }

  .xs\:pr-account-body {
    padding-right: calc(100vw - 304px);
  }

  .xs\:pr-menu-center {
    padding-right: calc(50% - 288px);
  }

  .xs\:pr-tutorials-hidden {
    padding-right: calc(100% - 56px);
  }

  .xs\:pr-popup-full-width {
    padding-right: calc(100% + 32px);
  }

  .xs\:pr-popup-full-width-md {
    padding-right: calc(100% + 64px);
  }

  .xs\:pr-popup-full-height {
    padding-right: calc(100% + 68px);
  }

  .xs\:pr-max-content {
    padding-right: max-content;
  }

  .xs\:pb-0 {
    padding-bottom: 0px;
  }

  .xs\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xs\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xs\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem;
  }

  .xs\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xs\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem;
  }

  .xs\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem;
  }

  .xs\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .xs\:pb-20 {
    padding-bottom: 5rem;
  }

  .xs\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .xs\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem;
  }

  .xs\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .xs\:pb-28 {
    padding-bottom: 7rem;
  }

  .xs\:pb-29 {
    padding-bottom: 7.25rem;
  }

  .xs\:pb-32 {
    padding-bottom: 8rem;
  }

  .xs\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .xs\:pb-36 {
    padding-bottom: 9rem;
  }

  .xs\:pb-40 {
    padding-bottom: 10rem;
  }

  .xs\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .xs\:pb-44 {
    padding-bottom: 11rem;
  }

  .xs\:pb-48 {
    padding-bottom: 12rem;
  }

  .xs\:pb-52 {
    padding-bottom: 13rem;
  }

  .xs\:pb-56 {
    padding-bottom: 14rem;
  }

  .xs\:pb-60 {
    padding-bottom: 15rem;
  }

  .xs\:pb-64 {
    padding-bottom: 16rem;
  }

  .xs\:pb-68 {
    padding-bottom: 17rem;
  }

  .xs\:pb-72 {
    padding-bottom: 18rem;
  }

  .xs\:pb-77 {
    padding-bottom: 19.25rem;
  }

  .xs\:pb-80 {
    padding-bottom: 20rem;
  }

  .xs\:pb-82 {
    padding-bottom: 20.5rem;
  }

  .xs\:pb-88 {
    padding-bottom: 22rem;
  }

  .xs\:pb-94 {
    padding-bottom: 23.5rem;
  }

  .xs\:pb-96 {
    padding-bottom: 24rem;
  }

  .xs\:pb-98 {
    padding-bottom: 24.5rem;
  }

  .xs\:pb-104 {
    padding-bottom: 26rem;
  }

  .xs\:pb-108 {
    padding-bottom: 27rem;
  }

  .xs\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .xs\:pb-112 {
    padding-bottom: 28rem;
  }

  .xs\:pb-120 {
    padding-bottom: 30rem;
  }

  .xs\:pb-128 {
    padding-bottom: 32rem;
  }

  .xs\:pb-132 {
    padding-bottom: 33rem;
  }

  .xs\:pb-134 {
    padding-bottom: 33.5rem;
  }

  .xs\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .xs\:pb-136 {
    padding-bottom: 34rem;
  }

  .xs\:pb-144 {
    padding-bottom: 36rem;
  }

  .xs\:pb-152 {
    padding-bottom: 38rem;
  }

  .xs\:pb-160 {
    padding-bottom: 40rem;
  }

  .xs\:pb-164 {
    padding-bottom: 41rem;
  }

  .xs\:pb-172 {
    padding-bottom: 43rem;
  }

  .xs\:pb-179 {
    padding-bottom: 44.75rem;
  }

  .xs\:pb-184 {
    padding-bottom: 46rem;
  }

  .xs\:pb-192 {
    padding-bottom: 48rem;
  }

  .xs\:pb-224 {
    padding-bottom: 56rem;
  }

  .xs\:pb-240 {
    padding-bottom: 60rem;
  }

  .xs\:pb-256 {
    padding-bottom: 64rem;
  }

  .xs\:pb-265 {
    padding-bottom: 66.25rem;
  }

  .xs\:pb-288 {
    padding-bottom: 72rem;
  }

  .xs\:pb-384 {
    padding-bottom: 96rem;
  }

  .xs\:pb-px {
    padding-bottom: 1px;
  }

  .xs\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xs\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xs\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xs\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xs\:pb-0\.75 {
    padding-bottom: 0.1875rem;
  }

  .xs\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .xs\:pb-7\.5 {
    padding-bottom: 1.875rem;
  }

  .xs\:pb-9\.5 {
    padding-bottom: 2.375rem;
  }

  .xs\:pb-9\.75 {
    padding-bottom: 2.4375rem;
  }

  .xs\:pb-12\.5 {
    padding-bottom: 3.125rem;
  }

  .xs\:pb-13\.5 {
    padding-bottom: 3.375rem;
  }

  .xs\:pb-292\.5 {
    padding-bottom: 73.125rem;
  }

  .xs\:pb-1\/24 {
    padding-bottom: 4.166667%;
  }

  .xs\:pb-2\/24 {
    padding-bottom: 8.333333%;
  }

  .xs\:pb-3\/24 {
    padding-bottom: 12.5%;
  }

  .xs\:pb-4\/24 {
    padding-bottom: 16.666667%;
  }

  .xs\:pb-5\/24 {
    padding-bottom: 20.833333%;
  }

  .xs\:pb-6\/24 {
    padding-bottom: 25%;
  }

  .xs\:pb-7\/24 {
    padding-bottom: 29.166666%;
  }

  .xs\:pb-8\/24 {
    padding-bottom: 33.333333%;
  }

  .xs\:pb-9\/24 {
    padding-bottom: 37.5%;
  }

  .xs\:pb-10\/24 {
    padding-bottom: 41.666666%;
  }

  .xs\:pb-11\/24 {
    padding-bottom: 45.833333%;
  }

  .xs\:pb-12\/24 {
    padding-bottom: 50%;
  }

  .xs\:pb-13\/24 {
    padding-bottom: 54.166666%;
  }

  .xs\:pb-14\/24 {
    padding-bottom: 58.333333%;
  }

  .xs\:pb-15\/24 {
    padding-bottom: 62.5%;
  }

  .xs\:pb-16\/24 {
    padding-bottom: 66.666667%;
  }

  .xs\:pb-17\/24 {
    padding-bottom: 70.833333%;
  }

  .xs\:pb-18\/24 {
    padding-bottom: 75%;
  }

  .xs\:pb-19\/24 {
    padding-bottom: 79.166667%;
  }

  .xs\:pb-20\/24 {
    padding-bottom: 83.333333%;
  }

  .xs\:pb-21\/24 {
    padding-bottom: 87.5%;
  }

  .xs\:pb-22\/24 {
    padding-bottom: 91.666667%;
  }

  .xs\:pb-23\/24 {
    padding-bottom: 95.833333%;
  }

  .xs\:pb-24\/24 {
    padding-bottom: 100%;
  }

  .xs\:pb-screen-header {
    padding-bottom: 41.55vw;
  }

  .xs\:pb-screen-60 {
    padding-bottom: 60vh;
  }

  .xs\:pb-screen-80 {
    padding-bottom: 80vh;
  }

  .xs\:pb-screen-85 {
    padding-bottom: 85vh;
  }

  .xs\:pb-screen-90 {
    padding-bottom: 90vh;
  }

  .xs\:pb-screen-95 {
    padding-bottom: 95vh;
  }

  .xs\:pb-screen-minus-header {
    padding-bottom: calc(100vh - 5.25rem);
  }

  .xs\:pb-screen-minus-35\.5 {
    padding-bottom: calc(100vh - 8.875rem);
  }

  .xs\:pb-screen-minus-36 {
    padding-bottom: calc(100vh - 9rem);
  }

  .xs\:pb-screen-minus-40 {
    padding-bottom: calc(100vh - 10rem);
  }

  .xs\:pb-screen-minus-55 {
    padding-bottom: calc(100vh - 13.75rem);
  }

  .xs\:pb-screen-minus-72 {
    padding-bottom: calc(100vh - 18rem);
  }

  .xs\:pb-screen-minus-80 {
    padding-bottom: calc(100vh - 20rem);
  }

  .xs\:pb-full-4 {
    padding-bottom: calc(100% - 16px);
  }

  .xs\:pb-account-body {
    padding-bottom: calc(100vw - 304px);
  }

  .xs\:pb-menu-center {
    padding-bottom: calc(50% - 288px);
  }

  .xs\:pb-tutorials-hidden {
    padding-bottom: calc(100% - 56px);
  }

  .xs\:pb-popup-full-width {
    padding-bottom: calc(100% + 32px);
  }

  .xs\:pb-popup-full-width-md {
    padding-bottom: calc(100% + 64px);
  }

  .xs\:pb-popup-full-height {
    padding-bottom: calc(100% + 68px);
  }

  .xs\:pb-max-content {
    padding-bottom: max-content;
  }

  .xs\:pl-0 {
    padding-left: 0px;
  }

  .xs\:pl-1 {
    padding-left: 0.25rem;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pl-3 {
    padding-left: 0.75rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem;
  }

  .xs\:pl-7 {
    padding-left: 1.75rem;
  }

  .xs\:pl-8 {
    padding-left: 2rem;
  }

  .xs\:pl-9 {
    padding-left: 2.25rem;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem;
  }

  .xs\:pl-11 {
    padding-left: 2.75rem;
  }

  .xs\:pl-12 {
    padding-left: 3rem;
  }

  .xs\:pl-14 {
    padding-left: 3.5rem;
  }

  .xs\:pl-16 {
    padding-left: 4rem;
  }

  .xs\:pl-18 {
    padding-left: 4.5rem;
  }

  .xs\:pl-20 {
    padding-left: 5rem;
  }

  .xs\:pl-21 {
    padding-left: 5.25rem;
  }

  .xs\:pl-22 {
    padding-left: 5.5rem;
  }

  .xs\:pl-24 {
    padding-left: 6rem;
  }

  .xs\:pl-26 {
    padding-left: 6.5rem;
  }

  .xs\:pl-28 {
    padding-left: 7rem;
  }

  .xs\:pl-29 {
    padding-left: 7.25rem;
  }

  .xs\:pl-32 {
    padding-left: 8rem;
  }

  .xs\:pl-34 {
    padding-left: 8.5rem;
  }

  .xs\:pl-36 {
    padding-left: 9rem;
  }

  .xs\:pl-40 {
    padding-left: 10rem;
  }

  .xs\:pl-42 {
    padding-left: 10.5rem;
  }

  .xs\:pl-44 {
    padding-left: 11rem;
  }

  .xs\:pl-48 {
    padding-left: 12rem;
  }

  .xs\:pl-52 {
    padding-left: 13rem;
  }

  .xs\:pl-56 {
    padding-left: 14rem;
  }

  .xs\:pl-60 {
    padding-left: 15rem;
  }

  .xs\:pl-64 {
    padding-left: 16rem;
  }

  .xs\:pl-68 {
    padding-left: 17rem;
  }

  .xs\:pl-72 {
    padding-left: 18rem;
  }

  .xs\:pl-77 {
    padding-left: 19.25rem;
  }

  .xs\:pl-80 {
    padding-left: 20rem;
  }

  .xs\:pl-82 {
    padding-left: 20.5rem;
  }

  .xs\:pl-88 {
    padding-left: 22rem;
  }

  .xs\:pl-94 {
    padding-left: 23.5rem;
  }

  .xs\:pl-96 {
    padding-left: 24rem;
  }

  .xs\:pl-98 {
    padding-left: 24.5rem;
  }

  .xs\:pl-104 {
    padding-left: 26rem;
  }

  .xs\:pl-108 {
    padding-left: 27rem;
  }

  .xs\:pl-110 {
    padding-left: 27.5rem;
  }

  .xs\:pl-112 {
    padding-left: 28rem;
  }

  .xs\:pl-120 {
    padding-left: 30rem;
  }

  .xs\:pl-128 {
    padding-left: 32rem;
  }

  .xs\:pl-132 {
    padding-left: 33rem;
  }

  .xs\:pl-134 {
    padding-left: 33.5rem;
  }

  .xs\:pl-135 {
    padding-left: 33.75rem;
  }

  .xs\:pl-136 {
    padding-left: 34rem;
  }

  .xs\:pl-144 {
    padding-left: 36rem;
  }

  .xs\:pl-152 {
    padding-left: 38rem;
  }

  .xs\:pl-160 {
    padding-left: 40rem;
  }

  .xs\:pl-164 {
    padding-left: 41rem;
  }

  .xs\:pl-172 {
    padding-left: 43rem;
  }

  .xs\:pl-179 {
    padding-left: 44.75rem;
  }

  .xs\:pl-184 {
    padding-left: 46rem;
  }

  .xs\:pl-192 {
    padding-left: 48rem;
  }

  .xs\:pl-224 {
    padding-left: 56rem;
  }

  .xs\:pl-240 {
    padding-left: 60rem;
  }

  .xs\:pl-256 {
    padding-left: 64rem;
  }

  .xs\:pl-265 {
    padding-left: 66.25rem;
  }

  .xs\:pl-288 {
    padding-left: 72rem;
  }

  .xs\:pl-384 {
    padding-left: 96rem;
  }

  .xs\:pl-px {
    padding-left: 1px;
  }

  .xs\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xs\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xs\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xs\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xs\:pl-0\.75 {
    padding-left: 0.1875rem;
  }

  .xs\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .xs\:pl-7\.5 {
    padding-left: 1.875rem;
  }

  .xs\:pl-9\.5 {
    padding-left: 2.375rem;
  }

  .xs\:pl-9\.75 {
    padding-left: 2.4375rem;
  }

  .xs\:pl-12\.5 {
    padding-left: 3.125rem;
  }

  .xs\:pl-13\.5 {
    padding-left: 3.375rem;
  }

  .xs\:pl-292\.5 {
    padding-left: 73.125rem;
  }

  .xs\:pl-1\/24 {
    padding-left: 4.166667%;
  }

  .xs\:pl-2\/24 {
    padding-left: 8.333333%;
  }

  .xs\:pl-3\/24 {
    padding-left: 12.5%;
  }

  .xs\:pl-4\/24 {
    padding-left: 16.666667%;
  }

  .xs\:pl-5\/24 {
    padding-left: 20.833333%;
  }

  .xs\:pl-6\/24 {
    padding-left: 25%;
  }

  .xs\:pl-7\/24 {
    padding-left: 29.166666%;
  }

  .xs\:pl-8\/24 {
    padding-left: 33.333333%;
  }

  .xs\:pl-9\/24 {
    padding-left: 37.5%;
  }

  .xs\:pl-10\/24 {
    padding-left: 41.666666%;
  }

  .xs\:pl-11\/24 {
    padding-left: 45.833333%;
  }

  .xs\:pl-12\/24 {
    padding-left: 50%;
  }

  .xs\:pl-13\/24 {
    padding-left: 54.166666%;
  }

  .xs\:pl-14\/24 {
    padding-left: 58.333333%;
  }

  .xs\:pl-15\/24 {
    padding-left: 62.5%;
  }

  .xs\:pl-16\/24 {
    padding-left: 66.666667%;
  }

  .xs\:pl-17\/24 {
    padding-left: 70.833333%;
  }

  .xs\:pl-18\/24 {
    padding-left: 75%;
  }

  .xs\:pl-19\/24 {
    padding-left: 79.166667%;
  }

  .xs\:pl-20\/24 {
    padding-left: 83.333333%;
  }

  .xs\:pl-21\/24 {
    padding-left: 87.5%;
  }

  .xs\:pl-22\/24 {
    padding-left: 91.666667%;
  }

  .xs\:pl-23\/24 {
    padding-left: 95.833333%;
  }

  .xs\:pl-24\/24 {
    padding-left: 100%;
  }

  .xs\:pl-screen-header {
    padding-left: 41.55vw;
  }

  .xs\:pl-screen-60 {
    padding-left: 60vh;
  }

  .xs\:pl-screen-80 {
    padding-left: 80vh;
  }

  .xs\:pl-screen-85 {
    padding-left: 85vh;
  }

  .xs\:pl-screen-90 {
    padding-left: 90vh;
  }

  .xs\:pl-screen-95 {
    padding-left: 95vh;
  }

  .xs\:pl-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
  }

  .xs\:pl-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
  }

  .xs\:pl-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
  }

  .xs\:pl-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
  }

  .xs\:pl-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
  }

  .xs\:pl-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
  }

  .xs\:pl-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
  }

  .xs\:pl-full-4 {
    padding-left: calc(100% - 16px);
  }

  .xs\:pl-account-body {
    padding-left: calc(100vw - 304px);
  }

  .xs\:pl-menu-center {
    padding-left: calc(50% - 288px);
  }

  .xs\:pl-tutorials-hidden {
    padding-left: calc(100% - 56px);
  }

  .xs\:pl-popup-full-width {
    padding-left: calc(100% + 32px);
  }

  .xs\:pl-popup-full-width-md {
    padding-left: calc(100% + 64px);
  }

  .xs\:pl-popup-full-height {
    padding-left: calc(100% + 68px);
  }

  .xs\:pl-max-content {
    padding-left: max-content;
  }

  .xs\:text-left {
    text-align: left;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-right {
    text-align: right;
  }

  .xs\:text-justify {
    text-align: justify;
  }

  .xs\:align-baseline {
    vertical-align: baseline;
  }

  .xs\:align-top {
    vertical-align: top;
  }

  .xs\:align-middle {
    vertical-align: middle;
  }

  .xs\:align-bottom {
    vertical-align: bottom;
  }

  .xs\:align-text-top {
    vertical-align: text-top;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:font-sans {
    font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xs\:font-sans-alt {
    font-family: "Sen", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xs\:font-sans-table {
    font-family: "Mulish", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xs\:font-mono {
    font-family: courier new, Courier, monospace;
  }

  .xs\:text-3xs {
    font-size: 0.625rem;
  }

  .xs\:text-2xs {
    font-size: 0.6875rem;
  }

  .xs\:text-xs {
    font-size: 0.75rem;
  }

  .xs\:text-sm {
    font-size: 0.875rem;
  }

  .xs\:text-base {
    font-size: 1rem;
  }

  .xs\:text-md {
    font-size: 1.125rem;
  }

  .xs\:text-lg {
    font-size: 1.25rem;
  }

  .xs\:text-xl {
    font-size: 1.5rem;
  }

  .xs\:text-2xl {
    font-size: 1.75rem;
  }

  .xs\:text-feature {
    font-size: 2rem;
  }

  .xs\:text-2\.5xl {
    font-size: 1.875rem;
  }

  .xs\:text-highlight {
    font-size: 2.25rem;
  }

  .xs\:text-3xl {
    font-size: 2.625rem;
  }

  .xs\:text-hero {
    font-size: 2.875rem;
  }

  .xs\:text-4xl {
    font-size: 3.125rem;
  }

  .xs\:text-highlight-lg {
    font-size: 3.75rem;
  }

  .xs\:text-5xl {
    font-size: 4rem;
  }

  .xs\:text-footer {
    font-size: 0.8125rem;
  }

  .xs\:font-thin {
    font-weight: 100;
  }

  .xs\:font-extralight {
    font-weight: 200;
  }

  .xs\:font-light {
    font-weight: 300;
  }

  .xs\:font-normal {
    font-weight: 400;
  }

  .xs\:font-medium {
    font-weight: 500;
  }

  .xs\:font-semibold {
    font-weight: 600;
  }

  .xs\:font-bold {
    font-weight: 700;
  }

  .xs\:font-extrabold {
    font-weight: 800;
  }

  .xs\:font-black {
    font-weight: 900;
  }

  .xs\:uppercase {
    text-transform: uppercase;
  }

  .xs\:lowercase {
    text-transform: lowercase;
  }

  .xs\:capitalize {
    text-transform: capitalize;
  }

  .xs\:normal-case {
    text-transform: none;
  }

  .xs\:italic {
    font-style: italic;
  }

  .xs\:not-italic {
    font-style: normal;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .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);
  }

  .xs\:normal-nums {
    font-variant-numeric: normal;
  }

  .xs\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xs\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xs\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xs\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xs\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xs\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xs\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xs\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xs\:leading-4 {
    line-height: 1rem;
  }

  .xs\:leading-5 {
    line-height: 1.25rem;
  }

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-7 {
    line-height: 1.75rem;
  }

  .xs\:leading-8 {
    line-height: 2rem;
  }

  .xs\:leading-10 {
    line-height: 2.5rem;
  }

  .xs\:leading-13 {
    line-height: 3.25rem;
  }

  .xs\:leading-14 {
    line-height: 3.5rem;
  }

  .xs\:leading-16 {
    line-height: 4rem;
  }

  .xs\:leading-base {
    line-height: 1rem;
  }

  .xs\:leading-lg {
    line-height: 1.375rem;
  }

  .xs\:leading-xl {
    line-height: 2.375rem;
  }

  .xs\:leading-2xl {
    line-height: 3.0625rem;
  }

  .xs\:leading-3xl {
    line-height: 3.75rem;
  }

  .xs\:leading-4xl {
    line-height: 4.4375rem;
  }

  .xs\:leading-5xl {
    line-height: 5.125rem;
  }

  .xs\:leading-4\.5 {
    line-height: 1.125rem;
  }

  .xs\:leading-11\.5 {
    line-height: 2.875rem;
  }

  .xs\:leading-none {
    line-height: 1;
  }

  .xs\:leading-inherit {
    line-height: inherit;
  }

  .xs\:leading-14\/10 {
    line-height: 140%;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.0625rem;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.0625rem;
  }

  .xs\:tracking-table {
    letter-spacing: 0.2px;
  }

  .xs\:tracking-loose {
    letter-spacing: 0.1px;
  }

  .xs\:text-transparent {
    color: transparent;
  }

  .xs\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .xs\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .xs\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .xs\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .xs\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xs\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .xs\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .xs\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .xs\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .xs\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xs\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .xs\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xs\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xs\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .xs\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .xs\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .xs\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .xs\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .xs\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xs\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .xs\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .xs\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xs\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .xs\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xs\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xs\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .xs\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xs\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .xs\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .xs\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .xs\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .xs\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .xs\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .xs\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .xs\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .xs\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .xs\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xs\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .xs\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .xs\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .xs\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .xs\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .xs\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .xs\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xs\:group-hover\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .group:hover .xs\:group-hover\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .group:hover .xs\:group-hover\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .group:hover .xs\:group-hover\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .group:hover .xs\:group-hover\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .group:hover .xs\:group-hover\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .group:hover .xs\:group-hover\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .group:hover .xs\:group-hover\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .group:hover .xs\:group-hover\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xs\:focus-within\:text-green-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-pale:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-pale-60:focus-within {
    color: rgba(234,234,234,0.6);
  }

  .xs\:focus-within\:text-grey-faint:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-lightest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-grey-page:focus-within {
    color: rgba(243,243,243,0.5);
  }

  .xs\:focus-within\:text-primary-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-blue-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-secondary-blue-light-20:focus-within {
    color: rgba(46,174,178,0.2);
  }

  .xs\:focus-within\:text-secondary-blue-light-10:focus-within {
    color: rgba(46,174,178,0.1);
  }

  .xs\:focus-within\:text-tertiary-orange:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-tertiary-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-black-neutral:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-toggle:focus-within {
    color: rgba(8,198,145,0.3);
  }

  .xs\:focus-within\:text-toggle-active:focus-within {
    color: rgba(8,198,145,1);
  }

  .xs\:focus-within\:text-tertiary-orange-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-google-maps:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-chart:focus-within {
    color: rgba(218,240,225,0.2);
  }

  .xs\:focus-within\:text-energy-rating-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-energy-rating-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-energy-rating-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-energy-rating-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-energy-rating-e:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-energy-rating-f:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-energy-rating-g:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-flo-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-green-dark-60:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-tertiary-background:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .xs\:focus-within\:text-tertiary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xs\:hover\:text-green-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-pale:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-pale-60:hover {
    color: rgba(234,234,234,0.6);
  }

  .xs\:hover\:text-grey-faint:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-lightest:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:hover\:text-grey-page:hover {
    color: rgba(243,243,243,0.5);
  }

  .xs\:hover\:text-primary-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-blue-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xs\:hover\:text-secondary-blue-light-20:hover {
    color: rgba(46,174,178,0.2);
  }

  .xs\:hover\:text-secondary-blue-light-10:hover {
    color: rgba(46,174,178,0.1);
  }

  .xs\:hover\:text-tertiary-orange:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xs\:hover\:text-tertiary-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .xs\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xs\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xs\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .xs\:hover\:text-info:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xs\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-black-neutral:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .xs\:hover\:text-toggle:hover {
    color: rgba(8,198,145,0.3);
  }

  .xs\:hover\:text-toggle-active:hover {
    color: rgba(8,198,145,1);
  }

  .xs\:hover\:text-tertiary-orange-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .xs\:hover\:text-google-maps:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .xs\:hover\:text-chart:hover {
    color: rgba(218,240,225,0.2);
  }

  .xs\:hover\:text-energy-rating-a:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .xs\:hover\:text-energy-rating-b:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .xs\:hover\:text-energy-rating-c:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .xs\:hover\:text-energy-rating-d:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xs\:hover\:text-energy-rating-e:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .xs\:hover\:text-energy-rating-f:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .xs\:hover\:text-energy-rating-g:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .xs\:hover\:text-flo-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .xs\:hover\:text-green-dark-60:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .xs\:hover\:text-tertiary-background:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .xs\:hover\:text-tertiary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xs\:focus\:text-green-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-pale:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-pale-60:focus {
    color: rgba(234,234,234,0.6);
  }

  .xs\:focus\:text-grey-faint:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-lightest:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xs\:focus\:text-grey-page:focus {
    color: rgba(243,243,243,0.5);
  }

  .xs\:focus\:text-primary-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-blue-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xs\:focus\:text-secondary-blue-light-20:focus {
    color: rgba(46,174,178,0.2);
  }

  .xs\:focus\:text-secondary-blue-light-10:focus {
    color: rgba(46,174,178,0.1);
  }

  .xs\:focus\:text-tertiary-orange:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xs\:focus\:text-tertiary-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .xs\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xs\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xs\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .xs\:focus\:text-info:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xs\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-black-neutral:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .xs\:focus\:text-toggle:focus {
    color: rgba(8,198,145,0.3);
  }

  .xs\:focus\:text-toggle-active:focus {
    color: rgba(8,198,145,1);
  }

  .xs\:focus\:text-tertiary-orange-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .xs\:focus\:text-google-maps:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .xs\:focus\:text-chart:focus {
    color: rgba(218,240,225,0.2);
  }

  .xs\:focus\:text-energy-rating-a:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .xs\:focus\:text-energy-rating-b:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .xs\:focus\:text-energy-rating-c:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .xs\:focus\:text-energy-rating-d:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xs\:focus\:text-energy-rating-e:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .xs\:focus\:text-energy-rating-f:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .xs\:focus\:text-energy-rating-g:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .xs\:focus\:text-flo-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .xs\:focus\:text-green-dark-60:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .xs\:focus\:text-tertiary-background:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .xs\:focus\:text-tertiary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .xs\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xs\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xs\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xs\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xs\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xs\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xs\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xs\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xs\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xs\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xs\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xs\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xs\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xs\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xs\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xs\:underline {
    text-decoration: underline;
  }

  .xs\:line-through {
    text-decoration: line-through;
  }

  .xs\:no-underline {
    text-decoration: none;
  }

  .group:hover .xs\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xs\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xs\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xs\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xs\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xs\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-green-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-pale::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-pale::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-pale-60::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .xs\:placeholder-grey-pale-60::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .xs\:placeholder-grey-faint::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-faint::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-lightest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-lightest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-grey-page::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .xs\:placeholder-grey-page::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .xs\:placeholder-primary-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-primary-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-blue-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-blue-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-secondary-blue-light-20::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .xs\:placeholder-secondary-blue-light-20::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .xs\:placeholder-secondary-blue-light-10::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .xs\:placeholder-secondary-blue-light-10::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .xs\:placeholder-tertiary-orange::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-tertiary-orange::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-tertiary-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-tertiary-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-neutral::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-black-neutral::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-toggle::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .xs\:placeholder-toggle::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .xs\:placeholder-toggle-active::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .xs\:placeholder-toggle-active::placeholder {
    color: rgba(8,198,145,1);
  }

  .xs\:placeholder-tertiary-orange-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-tertiary-orange-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-google-maps::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-google-maps::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-chart::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .xs\:placeholder-chart::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .xs\:placeholder-energy-rating-a::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-b::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-c::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-d::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-e::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-e::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-f::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-f::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-g::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-energy-rating-g::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-flo-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-flo-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-dark-60::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-green-dark-60::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-tertiary-background::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-tertiary-background::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-tertiary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-tertiary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xs\:focus\:placeholder-green-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-pale:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-pale:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-pale-60:focus::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .xs\:focus\:placeholder-grey-pale-60:focus::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .xs\:focus\:placeholder-grey-faint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-faint:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-lightest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-grey-page:focus::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .xs\:focus\:placeholder-grey-page:focus::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .xs\:focus\:placeholder-primary-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-primary-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-blue-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-blue-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-secondary-blue-light-20:focus::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .xs\:focus\:placeholder-secondary-blue-light-20:focus::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .xs\:focus\:placeholder-secondary-blue-light-10:focus::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .xs\:focus\:placeholder-secondary-blue-light-10:focus::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .xs\:focus\:placeholder-tertiary-orange:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-tertiary-orange:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-tertiary-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-tertiary-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-neutral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-black-neutral:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-toggle:focus::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .xs\:focus\:placeholder-toggle:focus::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .xs\:focus\:placeholder-toggle-active:focus::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .xs\:focus\:placeholder-toggle-active:focus::placeholder {
    color: rgba(8,198,145,1);
  }

  .xs\:focus\:placeholder-tertiary-orange-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-tertiary-orange-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-google-maps:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-google-maps:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-chart:focus::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .xs\:focus\:placeholder-chart:focus::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .xs\:focus\:placeholder-energy-rating-a:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-b:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-c:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-d:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-e:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-e:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-f:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-f:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-g:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-energy-rating-g:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-flo-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-flo-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-dark-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-green-dark-60:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-tertiary-background:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-tertiary-background:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-tertiary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .xs\:focus\:placeholder-tertiary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-5 {
    opacity: 0.05;
  }

  .xs\:opacity-10 {
    opacity: 0.1;
  }

  .xs\:opacity-20 {
    opacity: 0.2;
  }

  .xs\:opacity-25 {
    opacity: 0.25;
  }

  .xs\:opacity-30 {
    opacity: 0.3;
  }

  .xs\:opacity-40 {
    opacity: 0.4;
  }

  .xs\:opacity-50 {
    opacity: 0.5;
  }

  .xs\:opacity-60 {
    opacity: 0.6;
  }

  .xs\:opacity-70 {
    opacity: 0.7;
  }

  .xs\:opacity-75 {
    opacity: 0.75;
  }

  .xs\:opacity-80 {
    opacity: 0.8;
  }

  .xs\:opacity-90 {
    opacity: 0.9;
  }

  .xs\:opacity-95 {
    opacity: 0.95;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xs\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xs\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xs\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xs\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xs\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xs\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xs\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xs\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xs\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xs\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xs\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xs\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xs\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xs\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xs\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xs\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xs\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xs\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xs\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xs\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xs\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xs\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xs\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xs\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xs\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xs\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xs\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xs\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xs\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xs\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xs\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xs\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xs\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xs\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xs\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xs\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xs\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xs\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xs\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xs\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xs\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xs\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xs\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xs\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xs\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xs\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xs\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xs\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xs\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xs\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xs\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xs\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xs\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xs\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xs\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xs\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xs\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xs\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xs\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xs\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xs\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xs\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xs\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xs\:bg-blend-color {
    background-blend-mode: color;
  }

  .xs\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xs\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xs\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xs\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xs\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xs\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xs\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xs\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xs\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xs\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xs\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xs\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xs\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xs\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xs\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xs\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xs\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .xs\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .xs\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .group:hover .xs\:group-hover\: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);
  }

  .group:hover .xs\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\: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);
  }

  .group:hover .xs\:group-hover\: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);
  }

  .group:hover .xs\:group-hover\: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);
  }

  .group:hover .xs\:group-hover\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xs\:group-hover\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .xs\:focus-within\:shadow-md:focus-within {
    --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);
  }

  .xs\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-2xl:focus-within {
    --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);
  }

  .xs\:focus-within\:shadow-inner:focus-within {
    --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);
  }

  .xs\:focus-within\:shadow-none:focus-within {
    --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);
  }

  .xs\:focus-within\:shadow-above:focus-within {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-header:focus-within {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-menu:focus-within {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-side-menu:focus-within {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-around:focus-within {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus-within\:shadow-glow:focus-within {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .xs\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .xs\:hover\:shadow-above:hover {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-header:hover {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-menu:hover {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-side-menu:hover {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-around:hover {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:hover\:shadow-glow:hover {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .xs\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .xs\:focus\:shadow-above:focus {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-header:focus {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-menu:focus {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-side-menu:focus {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-around:focus {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:focus\:shadow-glow:focus {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xs\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .xs\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xs\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xs\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xs\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xs\:ring-green-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .xs\:ring-green-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .xs\:ring-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .xs\:ring-green-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .xs\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .xs\:ring-grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-pale {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-pale-60 {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .xs\:ring-grey-faint {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-lightest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:ring-grey-page {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .xs\:ring-primary-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-blue-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xs\:ring-secondary-blue-light-20 {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .xs\:ring-secondary-blue-light-10 {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .xs\:ring-tertiary-orange {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xs\:ring-tertiary-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .xs\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xs\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xs\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .xs\:ring-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xs\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-black-neutral {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .xs\:ring-toggle {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .xs\:ring-toggle-active {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .xs\:ring-tertiary-orange-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .xs\:ring-google-maps {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .xs\:ring-chart {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .xs\:ring-energy-rating-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .xs\:ring-energy-rating-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .xs\:ring-energy-rating-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .xs\:ring-energy-rating-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xs\:ring-energy-rating-e {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .xs\:ring-energy-rating-f {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .xs\:ring-energy-rating-g {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .xs\:ring-flo-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .xs\:ring-green-dark-60 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .xs\:ring-tertiary-background {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .xs\:ring-tertiary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xs\:focus-within\:ring-green-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-pale:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-pale-60:focus-within {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .xs\:focus-within\:ring-grey-faint:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-lightest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-grey-page:focus-within {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .xs\:focus-within\:ring-primary-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-blue-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-secondary-blue-light-20:focus-within {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .xs\:focus-within\:ring-secondary-blue-light-10:focus-within {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .xs\:focus-within\:ring-tertiary-orange:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-tertiary-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-black-neutral:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-toggle:focus-within {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .xs\:focus-within\:ring-toggle-active:focus-within {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .xs\:focus-within\:ring-tertiary-orange-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-google-maps:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-chart:focus-within {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .xs\:focus-within\:ring-energy-rating-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-energy-rating-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-energy-rating-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-energy-rating-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-energy-rating-e:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-energy-rating-f:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-energy-rating-g:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-flo-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-green-dark-60:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-tertiary-background:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .xs\:focus-within\:ring-tertiary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xs\:focus\:ring-green-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-pale:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-pale-60:focus {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .xs\:focus\:ring-grey-faint:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-lightest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-grey-page:focus {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .xs\:focus\:ring-primary-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-blue-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-secondary-blue-light-20:focus {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .xs\:focus\:ring-secondary-blue-light-10:focus {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .xs\:focus\:ring-tertiary-orange:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-tertiary-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-black-neutral:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-toggle:focus {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .xs\:focus\:ring-toggle-active:focus {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .xs\:focus\:ring-tertiary-orange-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-google-maps:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-chart:focus {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .xs\:focus\:ring-energy-rating-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-energy-rating-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-energy-rating-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-energy-rating-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-energy-rating-e:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-energy-rating-f:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-energy-rating-g:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-flo-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-green-dark-60:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-tertiary-background:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .xs\:focus\:ring-tertiary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .xs\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xs\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xs\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xs\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xs\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xs\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xs\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xs\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xs\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xs\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xs\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xs\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xs\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xs\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xs\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xs\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xs\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xs\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xs\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xs\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xs\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xs\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xs\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xs\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xs\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xs\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xs\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xs\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xs\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xs\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xs\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xs\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xs\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xs\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xs\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xs\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xs\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xs\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xs\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xs\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xs\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xs\:ring-offset-green-darkest {
    --tw-ring-offset-color: #032b26;
  }

  .xs\:ring-offset-green-darker {
    --tw-ring-offset-color: #063932;
  }

  .xs\:ring-offset-green-dark {
    --tw-ring-offset-color: #0b4d44;
  }

  .xs\:ring-offset-green-medium {
    --tw-ring-offset-color: #199365;
  }

  .xs\:ring-offset-green-light {
    --tw-ring-offset-color: #47b669;
  }

  .xs\:ring-offset-grey-darkest {
    --tw-ring-offset-color: #303030;
  }

  .xs\:ring-offset-grey-darker {
    --tw-ring-offset-color: #4a4a4a;
  }

  .xs\:ring-offset-grey-dark {
    --tw-ring-offset-color: #6c7476;
  }

  .xs\:ring-offset-grey {
    --tw-ring-offset-color: #888888;
  }

  .xs\:ring-offset-grey-medium {
    --tw-ring-offset-color: #aaaaaa;
  }

  .xs\:ring-offset-grey-light {
    --tw-ring-offset-color: #bbbbbb;
  }

  .xs\:ring-offset-grey-lighter {
    --tw-ring-offset-color: #dadada;
  }

  .xs\:ring-offset-grey-pale {
    --tw-ring-offset-color: #eaeaea;
  }

  .xs\:ring-offset-grey-pale-60 {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .xs\:ring-offset-grey-faint {
    --tw-ring-offset-color: #f3f3f3;
  }

  .xs\:ring-offset-grey-lightest {
    --tw-ring-offset-color: #f9f9f9;
  }

  .xs\:ring-offset-grey-page {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .xs\:ring-offset-primary-white {
    --tw-ring-offset-color: #ffffff;
  }

  .xs\:ring-offset-secondary-green {
    --tw-ring-offset-color: #0cc393;
  }

  .xs\:ring-offset-secondary-blue-dark {
    --tw-ring-offset-color: #175564;
  }

  .xs\:ring-offset-secondary-blue-light {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xs\:ring-offset-secondary-blue-light-20 {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .xs\:ring-offset-secondary-blue-light-10 {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .xs\:ring-offset-tertiary-orange {
    --tw-ring-offset-color: #f46036;
  }

  .xs\:ring-offset-tertiary-yellow {
    --tw-ring-offset-color: #f9c846;
  }

  .xs\:ring-offset-success {
    --tw-ring-offset-color: #47b669;
  }

  .xs\:ring-offset-warning {
    --tw-ring-offset-color: #f46036;
  }

  .xs\:ring-offset-error {
    --tw-ring-offset-color: #e63147;
  }

  .xs\:ring-offset-info {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xs\:ring-offset-black {
    --tw-ring-offset-color: #000000;
  }

  .xs\:ring-offset-black-neutral {
    --tw-ring-offset-color: #373f41;
  }

  .xs\:ring-offset-toggle {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .xs\:ring-offset-toggle-active {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .xs\:ring-offset-tertiary-orange-hover {
    --tw-ring-offset-color: #f78161;
  }

  .xs\:ring-offset-google-maps {
    --tw-ring-offset-color: #e5e3df;
  }

  .xs\:ring-offset-chart {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .xs\:ring-offset-energy-rating-a {
    --tw-ring-offset-color: #008459;
  }

  .xs\:ring-offset-energy-rating-b {
    --tw-ring-offset-color: #19b059;
  }

  .xs\:ring-offset-energy-rating-c {
    --tw-ring-offset-color: #8dc641;
  }

  .xs\:ring-offset-energy-rating-d {
    --tw-ring-offset-color: #ffcc00;
  }

  .xs\:ring-offset-energy-rating-e {
    --tw-ring-offset-color: #f7ac64;
  }

  .xs\:ring-offset-energy-rating-f {
    --tw-ring-offset-color: #f78521;
  }

  .xs\:ring-offset-energy-rating-g {
    --tw-ring-offset-color: #ef1c39;
  }

  .xs\:ring-offset-flo-blue-light {
    --tw-ring-offset-color: #0072b4;
  }

  .xs\:ring-offset-green-dark-60 {
    --tw-ring-offset-color: #a3b7b4;
  }

  .xs\:ring-offset-tertiary-background {
    --tw-ring-offset-color: #ebfaf6;
  }

  .xs\:ring-offset-tertiary-green {
    --tw-ring-offset-color: #08c691;
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus-within\:ring-offset-green-darkest:focus-within {
    --tw-ring-offset-color: #032b26;
  }

  .xs\:focus-within\:ring-offset-green-darker:focus-within {
    --tw-ring-offset-color: #063932;
  }

  .xs\:focus-within\:ring-offset-green-dark:focus-within {
    --tw-ring-offset-color: #0b4d44;
  }

  .xs\:focus-within\:ring-offset-green-medium:focus-within {
    --tw-ring-offset-color: #199365;
  }

  .xs\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .xs\:focus-within\:ring-offset-grey-darkest:focus-within {
    --tw-ring-offset-color: #303030;
  }

  .xs\:focus-within\:ring-offset-grey-darker:focus-within {
    --tw-ring-offset-color: #4a4a4a;
  }

  .xs\:focus-within\:ring-offset-grey-dark:focus-within {
    --tw-ring-offset-color: #6c7476;
  }

  .xs\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #888888;
  }

  .xs\:focus-within\:ring-offset-grey-medium:focus-within {
    --tw-ring-offset-color: #aaaaaa;
  }

  .xs\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #bbbbbb;
  }

  .xs\:focus-within\:ring-offset-grey-lighter:focus-within {
    --tw-ring-offset-color: #dadada;
  }

  .xs\:focus-within\:ring-offset-grey-pale:focus-within {
    --tw-ring-offset-color: #eaeaea;
  }

  .xs\:focus-within\:ring-offset-grey-pale-60:focus-within {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .xs\:focus-within\:ring-offset-grey-faint:focus-within {
    --tw-ring-offset-color: #f3f3f3;
  }

  .xs\:focus-within\:ring-offset-grey-lightest:focus-within {
    --tw-ring-offset-color: #f9f9f9;
  }

  .xs\:focus-within\:ring-offset-grey-page:focus-within {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .xs\:focus-within\:ring-offset-primary-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .xs\:focus-within\:ring-offset-secondary-green:focus-within {
    --tw-ring-offset-color: #0cc393;
  }

  .xs\:focus-within\:ring-offset-secondary-blue-dark:focus-within {
    --tw-ring-offset-color: #175564;
  }

  .xs\:focus-within\:ring-offset-secondary-blue-light:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xs\:focus-within\:ring-offset-secondary-blue-light-20:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .xs\:focus-within\:ring-offset-secondary-blue-light-10:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .xs\:focus-within\:ring-offset-tertiary-orange:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .xs\:focus-within\:ring-offset-tertiary-yellow:focus-within {
    --tw-ring-offset-color: #f9c846;
  }

  .xs\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .xs\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .xs\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #e63147;
  }

  .xs\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xs\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .xs\:focus-within\:ring-offset-black-neutral:focus-within {
    --tw-ring-offset-color: #373f41;
  }

  .xs\:focus-within\:ring-offset-toggle:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .xs\:focus-within\:ring-offset-toggle-active:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .xs\:focus-within\:ring-offset-tertiary-orange-hover:focus-within {
    --tw-ring-offset-color: #f78161;
  }

  .xs\:focus-within\:ring-offset-google-maps:focus-within {
    --tw-ring-offset-color: #e5e3df;
  }

  .xs\:focus-within\:ring-offset-chart:focus-within {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .xs\:focus-within\:ring-offset-energy-rating-a:focus-within {
    --tw-ring-offset-color: #008459;
  }

  .xs\:focus-within\:ring-offset-energy-rating-b:focus-within {
    --tw-ring-offset-color: #19b059;
  }

  .xs\:focus-within\:ring-offset-energy-rating-c:focus-within {
    --tw-ring-offset-color: #8dc641;
  }

  .xs\:focus-within\:ring-offset-energy-rating-d:focus-within {
    --tw-ring-offset-color: #ffcc00;
  }

  .xs\:focus-within\:ring-offset-energy-rating-e:focus-within {
    --tw-ring-offset-color: #f7ac64;
  }

  .xs\:focus-within\:ring-offset-energy-rating-f:focus-within {
    --tw-ring-offset-color: #f78521;
  }

  .xs\:focus-within\:ring-offset-energy-rating-g:focus-within {
    --tw-ring-offset-color: #ef1c39;
  }

  .xs\:focus-within\:ring-offset-flo-blue-light:focus-within {
    --tw-ring-offset-color: #0072b4;
  }

  .xs\:focus-within\:ring-offset-green-dark-60:focus-within {
    --tw-ring-offset-color: #a3b7b4;
  }

  .xs\:focus-within\:ring-offset-tertiary-background:focus-within {
    --tw-ring-offset-color: #ebfaf6;
  }

  .xs\:focus-within\:ring-offset-tertiary-green:focus-within {
    --tw-ring-offset-color: #08c691;
  }

  .xs\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xs\:focus\:ring-offset-green-darkest:focus {
    --tw-ring-offset-color: #032b26;
  }

  .xs\:focus\:ring-offset-green-darker:focus {
    --tw-ring-offset-color: #063932;
  }

  .xs\:focus\:ring-offset-green-dark:focus {
    --tw-ring-offset-color: #0b4d44;
  }

  .xs\:focus\:ring-offset-green-medium:focus {
    --tw-ring-offset-color: #199365;
  }

  .xs\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #47b669;
  }

  .xs\:focus\:ring-offset-grey-darkest:focus {
    --tw-ring-offset-color: #303030;
  }

  .xs\:focus\:ring-offset-grey-darker:focus {
    --tw-ring-offset-color: #4a4a4a;
  }

  .xs\:focus\:ring-offset-grey-dark:focus {
    --tw-ring-offset-color: #6c7476;
  }

  .xs\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #888888;
  }

  .xs\:focus\:ring-offset-grey-medium:focus {
    --tw-ring-offset-color: #aaaaaa;
  }

  .xs\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #bbbbbb;
  }

  .xs\:focus\:ring-offset-grey-lighter:focus {
    --tw-ring-offset-color: #dadada;
  }

  .xs\:focus\:ring-offset-grey-pale:focus {
    --tw-ring-offset-color: #eaeaea;
  }

  .xs\:focus\:ring-offset-grey-pale-60:focus {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .xs\:focus\:ring-offset-grey-faint:focus {
    --tw-ring-offset-color: #f3f3f3;
  }

  .xs\:focus\:ring-offset-grey-lightest:focus {
    --tw-ring-offset-color: #f9f9f9;
  }

  .xs\:focus\:ring-offset-grey-page:focus {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .xs\:focus\:ring-offset-primary-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .xs\:focus\:ring-offset-secondary-green:focus {
    --tw-ring-offset-color: #0cc393;
  }

  .xs\:focus\:ring-offset-secondary-blue-dark:focus {
    --tw-ring-offset-color: #175564;
  }

  .xs\:focus\:ring-offset-secondary-blue-light:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xs\:focus\:ring-offset-secondary-blue-light-20:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .xs\:focus\:ring-offset-secondary-blue-light-10:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .xs\:focus\:ring-offset-tertiary-orange:focus {
    --tw-ring-offset-color: #f46036;
  }

  .xs\:focus\:ring-offset-tertiary-yellow:focus {
    --tw-ring-offset-color: #f9c846;
  }

  .xs\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #47b669;
  }

  .xs\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #f46036;
  }

  .xs\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #e63147;
  }

  .xs\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xs\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .xs\:focus\:ring-offset-black-neutral:focus {
    --tw-ring-offset-color: #373f41;
  }

  .xs\:focus\:ring-offset-toggle:focus {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .xs\:focus\:ring-offset-toggle-active:focus {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .xs\:focus\:ring-offset-tertiary-orange-hover:focus {
    --tw-ring-offset-color: #f78161;
  }

  .xs\:focus\:ring-offset-google-maps:focus {
    --tw-ring-offset-color: #e5e3df;
  }

  .xs\:focus\:ring-offset-chart:focus {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .xs\:focus\:ring-offset-energy-rating-a:focus {
    --tw-ring-offset-color: #008459;
  }

  .xs\:focus\:ring-offset-energy-rating-b:focus {
    --tw-ring-offset-color: #19b059;
  }

  .xs\:focus\:ring-offset-energy-rating-c:focus {
    --tw-ring-offset-color: #8dc641;
  }

  .xs\:focus\:ring-offset-energy-rating-d:focus {
    --tw-ring-offset-color: #ffcc00;
  }

  .xs\:focus\:ring-offset-energy-rating-e:focus {
    --tw-ring-offset-color: #f7ac64;
  }

  .xs\:focus\:ring-offset-energy-rating-f:focus {
    --tw-ring-offset-color: #f78521;
  }

  .xs\:focus\:ring-offset-energy-rating-g:focus {
    --tw-ring-offset-color: #ef1c39;
  }

  .xs\:focus\:ring-offset-flo-blue-light:focus {
    --tw-ring-offset-color: #0072b4;
  }

  .xs\:focus\:ring-offset-green-dark-60:focus {
    --tw-ring-offset-color: #a3b7b4;
  }

  .xs\:focus\:ring-offset-tertiary-background:focus {
    --tw-ring-offset-color: #ebfaf6;
  }

  .xs\:focus\:ring-offset-tertiary-green:focus {
    --tw-ring-offset-color: #08c691;
  }

  .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);
  }

  .xs\:filter-none {
    filter: none;
  }

  .xs\:blur-0 {
    --tw-blur: blur(0);
  }

  .xs\:blur-none {
    --tw-blur: blur(0);
  }

  .xs\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xs\:blur {
    --tw-blur: blur(8px);
  }

  .xs\:blur-md {
    --tw-blur: blur(12px);
  }

  .xs\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xs\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xs\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xs\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xs\:blur-xs {
    --tw-blur: blur(3px);
  }

  .xs\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xs\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xs\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xs\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xs\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xs\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xs\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xs\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xs\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xs\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xs\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xs\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xs\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xs\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xs\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xs\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xs\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xs\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xs\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xs\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:invert-0 {
    --tw-invert: invert(0);
  }

  .xs\:invert {
    --tw-invert: invert(100%);
  }

  .xs\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xs\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xs\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xs\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xs\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xs\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xs\:sepia {
    --tw-sepia: sepia(100%);
  }

  .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,/*!*/ /*!*/);
    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);
  }

  .xs\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .xs\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xs\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xs\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xs\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xs\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xs\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xs\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xs\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .xs\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xs\:backdrop-blur-xs {
    --tw-backdrop-blur: blur(3px);
  }

  .xs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xs\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xs\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xs\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xs\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xs\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xs\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xs\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xs\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xs\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xs\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xs\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xs\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xs\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xs\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xs\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xs\:transition-none {
    transition-property: none;
  }

  .xs\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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;
  }

  .xs\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:transition-header {
    transition-property: transform opacity top bottom left right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xs\:delay-75 {
    transition-delay: 75ms;
  }

  .xs\:delay-100 {
    transition-delay: 100ms;
  }

  .xs\:delay-150 {
    transition-delay: 150ms;
  }

  .xs\:delay-200 {
    transition-delay: 200ms;
  }

  .xs\:delay-250 {
    transition-delay: 250ms;
  }

  .xs\:delay-300 {
    transition-delay: 300ms;
  }

  .xs\:delay-500 {
    transition-delay: 500ms;
  }

  .xs\:delay-700 {
    transition-delay: 700ms;
  }

  .xs\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xs\:duration-75 {
    transition-duration: 75ms;
  }

  .xs\:duration-100 {
    transition-duration: 100ms;
  }

  .xs\:duration-150 {
    transition-duration: 150ms;
  }

  .xs\:duration-200 {
    transition-duration: 200ms;
  }

  .xs\:duration-300 {
    transition-duration: 300ms;
  }

  .xs\:duration-500 {
    transition-duration: 500ms;
  }

  .xs\:duration-700 {
    transition-duration: 700ms;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xs\:ease-linear {
    transition-timing-function: linear;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 425px) {
    .sm\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  .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;
  }

  .sm\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .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;
  }

  .sm\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:visible {
    visibility: visible;
  }

  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .sm\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .sm\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .sm\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .sm\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .sm\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .sm\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .sm\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .sm\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .sm\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .sm\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .sm\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .sm\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .sm\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .sm\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .sm\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .sm\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .sm\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .sm\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .sm\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .sm\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .sm\:inset-29 {
    top: 7.25rem;
    right: 7.25rem;
    bottom: 7.25rem;
    left: 7.25rem;
  }

  .sm\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .sm\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .sm\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .sm\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .sm\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .sm\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .sm\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .sm\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .sm\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .sm\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .sm\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .sm\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .sm\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .sm\:inset-77 {
    top: 19.25rem;
    right: 19.25rem;
    bottom: 19.25rem;
    left: 19.25rem;
  }

  .sm\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .sm\:inset-82 {
    top: 20.5rem;
    right: 20.5rem;
    bottom: 20.5rem;
    left: 20.5rem;
  }

  .sm\:inset-88 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .sm\:inset-94 {
    top: 23.5rem;
    right: 23.5rem;
    bottom: 23.5rem;
    left: 23.5rem;
  }

  .sm\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .sm\:inset-98 {
    top: 24.5rem;
    right: 24.5rem;
    bottom: 24.5rem;
    left: 24.5rem;
  }

  .sm\:inset-104 {
    top: 26rem;
    right: 26rem;
    bottom: 26rem;
    left: 26rem;
  }

  .sm\:inset-108 {
    top: 27rem;
    right: 27rem;
    bottom: 27rem;
    left: 27rem;
  }

  .sm\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .sm\:inset-112 {
    top: 28rem;
    right: 28rem;
    bottom: 28rem;
    left: 28rem;
  }

  .sm\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .sm\:inset-128 {
    top: 32rem;
    right: 32rem;
    bottom: 32rem;
    left: 32rem;
  }

  .sm\:inset-132 {
    top: 33rem;
    right: 33rem;
    bottom: 33rem;
    left: 33rem;
  }

  .sm\:inset-134 {
    top: 33.5rem;
    right: 33.5rem;
    bottom: 33.5rem;
    left: 33.5rem;
  }

  .sm\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .sm\:inset-136 {
    top: 34rem;
    right: 34rem;
    bottom: 34rem;
    left: 34rem;
  }

  .sm\:inset-144 {
    top: 36rem;
    right: 36rem;
    bottom: 36rem;
    left: 36rem;
  }

  .sm\:inset-152 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .sm\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .sm\:inset-164 {
    top: 41rem;
    right: 41rem;
    bottom: 41rem;
    left: 41rem;
  }

  .sm\:inset-172 {
    top: 43rem;
    right: 43rem;
    bottom: 43rem;
    left: 43rem;
  }

  .sm\:inset-179 {
    top: 44.75rem;
    right: 44.75rem;
    bottom: 44.75rem;
    left: 44.75rem;
  }

  .sm\:inset-184 {
    top: 46rem;
    right: 46rem;
    bottom: 46rem;
    left: 46rem;
  }

  .sm\:inset-192 {
    top: 48rem;
    right: 48rem;
    bottom: 48rem;
    left: 48rem;
  }

  .sm\:inset-224 {
    top: 56rem;
    right: 56rem;
    bottom: 56rem;
    left: 56rem;
  }

  .sm\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .sm\:inset-256 {
    top: 64rem;
    right: 64rem;
    bottom: 64rem;
    left: 64rem;
  }

  .sm\:inset-265 {
    top: 66.25rem;
    right: 66.25rem;
    bottom: 66.25rem;
    left: 66.25rem;
  }

  .sm\:inset-288 {
    top: 72rem;
    right: 72rem;
    bottom: 72rem;
    left: 72rem;
  }

  .sm\:inset-384 {
    top: 96rem;
    right: 96rem;
    bottom: 96rem;
    left: 96rem;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sm\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .sm\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .sm\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .sm\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .sm\:inset-0\.75 {
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .sm\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .sm\:inset-7\.5 {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .sm\:inset-9\.5 {
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .sm\:inset-9\.75 {
    top: 2.4375rem;
    right: 2.4375rem;
    bottom: 2.4375rem;
    left: 2.4375rem;
  }

  .sm\:inset-12\.5 {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .sm\:inset-13\.5 {
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .sm\:inset-292\.5 {
    top: 73.125rem;
    right: 73.125rem;
    bottom: 73.125rem;
    left: 73.125rem;
  }

  .sm\:inset-1\/24 {
    top: 4.166667%;
    right: 4.166667%;
    bottom: 4.166667%;
    left: 4.166667%;
  }

  .sm\:inset-2\/24 {
    top: 8.333333%;
    right: 8.333333%;
    bottom: 8.333333%;
    left: 8.333333%;
  }

  .sm\:inset-3\/24 {
    top: 12.5%;
    right: 12.5%;
    bottom: 12.5%;
    left: 12.5%;
  }

  .sm\:inset-4\/24 {
    top: 16.666667%;
    right: 16.666667%;
    bottom: 16.666667%;
    left: 16.666667%;
  }

  .sm\:inset-5\/24 {
    top: 20.833333%;
    right: 20.833333%;
    bottom: 20.833333%;
    left: 20.833333%;
  }

  .sm\:inset-6\/24 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-7\/24 {
    top: 29.166666%;
    right: 29.166666%;
    bottom: 29.166666%;
    left: 29.166666%;
  }

  .sm\:inset-8\/24 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-9\/24 {
    top: 37.5%;
    right: 37.5%;
    bottom: 37.5%;
    left: 37.5%;
  }

  .sm\:inset-10\/24 {
    top: 41.666666%;
    right: 41.666666%;
    bottom: 41.666666%;
    left: 41.666666%;
  }

  .sm\:inset-11\/24 {
    top: 45.833333%;
    right: 45.833333%;
    bottom: 45.833333%;
    left: 45.833333%;
  }

  .sm\:inset-12\/24 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-13\/24 {
    top: 54.166666%;
    right: 54.166666%;
    bottom: 54.166666%;
    left: 54.166666%;
  }

  .sm\:inset-14\/24 {
    top: 58.333333%;
    right: 58.333333%;
    bottom: 58.333333%;
    left: 58.333333%;
  }

  .sm\:inset-15\/24 {
    top: 62.5%;
    right: 62.5%;
    bottom: 62.5%;
    left: 62.5%;
  }

  .sm\:inset-16\/24 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-17\/24 {
    top: 70.833333%;
    right: 70.833333%;
    bottom: 70.833333%;
    left: 70.833333%;
  }

  .sm\:inset-18\/24 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-19\/24 {
    top: 79.166667%;
    right: 79.166667%;
    bottom: 79.166667%;
    left: 79.166667%;
  }

  .sm\:inset-20\/24 {
    top: 83.333333%;
    right: 83.333333%;
    bottom: 83.333333%;
    left: 83.333333%;
  }

  .sm\:inset-21\/24 {
    top: 87.5%;
    right: 87.5%;
    bottom: 87.5%;
    left: 87.5%;
  }

  .sm\:inset-22\/24 {
    top: 91.666667%;
    right: 91.666667%;
    bottom: 91.666667%;
    left: 91.666667%;
  }

  .sm\:inset-23\/24 {
    top: 95.833333%;
    right: 95.833333%;
    bottom: 95.833333%;
    left: 95.833333%;
  }

  .sm\:inset-24\/24 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:inset-screen-header {
    top: 41.55vw;
    right: 41.55vw;
    bottom: 41.55vw;
    left: 41.55vw;
  }

  .sm\:inset-screen-60 {
    top: 60vh;
    right: 60vh;
    bottom: 60vh;
    left: 60vh;
  }

  .sm\:inset-screen-80 {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .sm\:inset-screen-85 {
    top: 85vh;
    right: 85vh;
    bottom: 85vh;
    left: 85vh;
  }

  .sm\:inset-screen-90 {
    top: 90vh;
    right: 90vh;
    bottom: 90vh;
    left: 90vh;
  }

  .sm\:inset-screen-95 {
    top: 95vh;
    right: 95vh;
    bottom: 95vh;
    left: 95vh;
  }

  .sm\:inset-screen-minus-header {
    top: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
    left: calc(100vh - 5.25rem);
  }

  .sm\:inset-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
    left: calc(100vh - 8.875rem);
  }

  .sm\:inset-screen-minus-36 {
    top: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
    left: calc(100vh - 9rem);
  }

  .sm\:inset-screen-minus-40 {
    top: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
    left: calc(100vh - 10rem);
  }

  .sm\:inset-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
    left: calc(100vh - 13.75rem);
  }

  .sm\:inset-screen-minus-72 {
    top: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
    left: calc(100vh - 18rem);
  }

  .sm\:inset-screen-minus-80 {
    top: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
    left: calc(100vh - 20rem);
  }

  .sm\:inset-full-4 {
    top: calc(100% - 16px);
    right: calc(100% - 16px);
    bottom: calc(100% - 16px);
    left: calc(100% - 16px);
  }

  .sm\:inset-account-body {
    top: calc(100vw - 304px);
    right: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
    left: calc(100vw - 304px);
  }

  .sm\:inset-menu-center {
    top: calc(50% - 288px);
    right: calc(50% - 288px);
    bottom: calc(50% - 288px);
    left: calc(50% - 288px);
  }

  .sm\:inset-tutorials-hidden {
    top: calc(100% - 56px);
    right: calc(100% - 56px);
    bottom: calc(100% - 56px);
    left: calc(100% - 56px);
  }

  .sm\:inset-popup-full-width {
    top: calc(100% + 32px);
    right: calc(100% + 32px);
    bottom: calc(100% + 32px);
    left: calc(100% + 32px);
  }

  .sm\:inset-popup-full-width-md {
    top: calc(100% + 64px);
    right: calc(100% + 64px);
    bottom: calc(100% + 64px);
    left: calc(100% + 64px);
  }

  .sm\:inset-popup-full-height {
    top: calc(100% + 68px);
    right: calc(100% + 68px);
    bottom: calc(100% + 68px);
    left: calc(100% + 68px);
  }

  .sm\:inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .sm\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .sm\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .sm\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .sm\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .sm\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .sm\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .sm\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .sm\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .sm\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .sm\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .sm\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .sm\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .sm\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .sm\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .sm\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:-inset-18 {
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .sm\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .sm\:-inset-21 {
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .sm\:-inset-22 {
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .sm\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .sm\:-inset-26 {
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .sm\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .sm\:-inset-29 {
    top: -7.25rem;
    right: -7.25rem;
    bottom: -7.25rem;
    left: -7.25rem;
  }

  .sm\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .sm\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .sm\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .sm\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .sm\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .sm\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .sm\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .sm\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .sm\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .sm\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .sm\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .sm\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .sm\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .sm\:-inset-77 {
    top: -19.25rem;
    right: -19.25rem;
    bottom: -19.25rem;
    left: -19.25rem;
  }

  .sm\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .sm\:-inset-82 {
    top: -20.5rem;
    right: -20.5rem;
    bottom: -20.5rem;
    left: -20.5rem;
  }

  .sm\:-inset-88 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .sm\:-inset-94 {
    top: -23.5rem;
    right: -23.5rem;
    bottom: -23.5rem;
    left: -23.5rem;
  }

  .sm\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .sm\:-inset-98 {
    top: -24.5rem;
    right: -24.5rem;
    bottom: -24.5rem;
    left: -24.5rem;
  }

  .sm\:-inset-104 {
    top: -26rem;
    right: -26rem;
    bottom: -26rem;
    left: -26rem;
  }

  .sm\:-inset-108 {
    top: -27rem;
    right: -27rem;
    bottom: -27rem;
    left: -27rem;
  }

  .sm\:-inset-110 {
    top: -27.5rem;
    right: -27.5rem;
    bottom: -27.5rem;
    left: -27.5rem;
  }

  .sm\:-inset-112 {
    top: -28rem;
    right: -28rem;
    bottom: -28rem;
    left: -28rem;
  }

  .sm\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .sm\:-inset-128 {
    top: -32rem;
    right: -32rem;
    bottom: -32rem;
    left: -32rem;
  }

  .sm\:-inset-132 {
    top: -33rem;
    right: -33rem;
    bottom: -33rem;
    left: -33rem;
  }

  .sm\:-inset-134 {
    top: -33.5rem;
    right: -33.5rem;
    bottom: -33.5rem;
    left: -33.5rem;
  }

  .sm\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .sm\:-inset-136 {
    top: -34rem;
    right: -34rem;
    bottom: -34rem;
    left: -34rem;
  }

  .sm\:-inset-144 {
    top: -36rem;
    right: -36rem;
    bottom: -36rem;
    left: -36rem;
  }

  .sm\:-inset-152 {
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .sm\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .sm\:-inset-164 {
    top: -41rem;
    right: -41rem;
    bottom: -41rem;
    left: -41rem;
  }

  .sm\:-inset-172 {
    top: -43rem;
    right: -43rem;
    bottom: -43rem;
    left: -43rem;
  }

  .sm\:-inset-179 {
    top: -44.75rem;
    right: -44.75rem;
    bottom: -44.75rem;
    left: -44.75rem;
  }

  .sm\:-inset-184 {
    top: -46rem;
    right: -46rem;
    bottom: -46rem;
    left: -46rem;
  }

  .sm\:-inset-192 {
    top: -48rem;
    right: -48rem;
    bottom: -48rem;
    left: -48rem;
  }

  .sm\:-inset-224 {
    top: -56rem;
    right: -56rem;
    bottom: -56rem;
    left: -56rem;
  }

  .sm\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .sm\:-inset-256 {
    top: -64rem;
    right: -64rem;
    bottom: -64rem;
    left: -64rem;
  }

  .sm\:-inset-265 {
    top: -66.25rem;
    right: -66.25rem;
    bottom: -66.25rem;
    left: -66.25rem;
  }

  .sm\:-inset-288 {
    top: -72rem;
    right: -72rem;
    bottom: -72rem;
    left: -72rem;
  }

  .sm\:-inset-384 {
    top: -96rem;
    right: -96rem;
    bottom: -96rem;
    left: -96rem;
  }

  .sm\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sm\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .sm\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .sm\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .sm\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .sm\:-inset-0\.75 {
    top: -0.1875rem;
    right: -0.1875rem;
    bottom: -0.1875rem;
    left: -0.1875rem;
  }

  .sm\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .sm\:-inset-7\.5 {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .sm\:-inset-9\.5 {
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .sm\:-inset-9\.75 {
    top: -2.4375rem;
    right: -2.4375rem;
    bottom: -2.4375rem;
    left: -2.4375rem;
  }

  .sm\:-inset-12\.5 {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .sm\:-inset-13\.5 {
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .sm\:-inset-292\.5 {
    top: -73.125rem;
    right: -73.125rem;
    bottom: -73.125rem;
    left: -73.125rem;
  }

  .sm\:-inset-1\/24 {
    top: -4.16667%;
    right: -4.16667%;
    bottom: -4.16667%;
    left: -4.16667%;
  }

  .sm\:-inset-2\/24 {
    top: -8.33333%;
    right: -8.33333%;
    bottom: -8.33333%;
    left: -8.33333%;
  }

  .sm\:-inset-3\/24 {
    top: -12.5%;
    right: -12.5%;
    bottom: -12.5%;
    left: -12.5%;
  }

  .sm\:-inset-4\/24 {
    top: -16.66667%;
    right: -16.66667%;
    bottom: -16.66667%;
    left: -16.66667%;
  }

  .sm\:-inset-5\/24 {
    top: -20.83333%;
    right: -20.83333%;
    bottom: -20.83333%;
    left: -20.83333%;
  }

  .sm\:-inset-6\/24 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-7\/24 {
    top: -29.16667%;
    right: -29.16667%;
    bottom: -29.16667%;
    left: -29.16667%;
  }

  .sm\:-inset-8\/24 {
    top: -33.33333%;
    right: -33.33333%;
    bottom: -33.33333%;
    left: -33.33333%;
  }

  .sm\:-inset-9\/24 {
    top: -37.5%;
    right: -37.5%;
    bottom: -37.5%;
    left: -37.5%;
  }

  .sm\:-inset-10\/24 {
    top: -41.66667%;
    right: -41.66667%;
    bottom: -41.66667%;
    left: -41.66667%;
  }

  .sm\:-inset-11\/24 {
    top: -45.83333%;
    right: -45.83333%;
    bottom: -45.83333%;
    left: -45.83333%;
  }

  .sm\:-inset-12\/24 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-13\/24 {
    top: -54.16667%;
    right: -54.16667%;
    bottom: -54.16667%;
    left: -54.16667%;
  }

  .sm\:-inset-14\/24 {
    top: -58.33333%;
    right: -58.33333%;
    bottom: -58.33333%;
    left: -58.33333%;
  }

  .sm\:-inset-15\/24 {
    top: -62.5%;
    right: -62.5%;
    bottom: -62.5%;
    left: -62.5%;
  }

  .sm\:-inset-16\/24 {
    top: -66.66667%;
    right: -66.66667%;
    bottom: -66.66667%;
    left: -66.66667%;
  }

  .sm\:-inset-17\/24 {
    top: -70.83333%;
    right: -70.83333%;
    bottom: -70.83333%;
    left: -70.83333%;
  }

  .sm\:-inset-18\/24 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-19\/24 {
    top: -79.16667%;
    right: -79.16667%;
    bottom: -79.16667%;
    left: -79.16667%;
  }

  .sm\:-inset-20\/24 {
    top: -83.33333%;
    right: -83.33333%;
    bottom: -83.33333%;
    left: -83.33333%;
  }

  .sm\:-inset-21\/24 {
    top: -87.5%;
    right: -87.5%;
    bottom: -87.5%;
    left: -87.5%;
  }

  .sm\:-inset-22\/24 {
    top: -91.66667%;
    right: -91.66667%;
    bottom: -91.66667%;
    left: -91.66667%;
  }

  .sm\:-inset-23\/24 {
    top: -95.83333%;
    right: -95.83333%;
    bottom: -95.83333%;
    left: -95.83333%;
  }

  .sm\:-inset-24\/24 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:-inset-screen-header {
    top: -41.55vw;
    right: -41.55vw;
    bottom: -41.55vw;
    left: -41.55vw;
  }

  .sm\:-inset-screen-60 {
    top: -60vh;
    right: -60vh;
    bottom: -60vh;
    left: -60vh;
  }

  .sm\:-inset-screen-80 {
    top: -80vh;
    right: -80vh;
    bottom: -80vh;
    left: -80vh;
  }

  .sm\:-inset-screen-85 {
    top: -85vh;
    right: -85vh;
    bottom: -85vh;
    left: -85vh;
  }

  .sm\:-inset-screen-90 {
    top: -90vh;
    right: -90vh;
    bottom: -90vh;
    left: -90vh;
  }

  .sm\:-inset-screen-95 {
    top: -95vh;
    right: -95vh;
    bottom: -95vh;
    left: -95vh;
  }

  .sm\:-inset-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
    left: calc(-100vh - -5.25rem);
  }

  .sm\:-inset-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
    left: calc(-100vh - -8.875rem);
  }

  .sm\:-inset-screen-minus-36 {
    top: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
    left: calc(-100vh - -9rem);
  }

  .sm\:-inset-screen-minus-40 {
    top: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
    left: calc(-100vh - -10rem);
  }

  .sm\:-inset-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
    left: calc(-100vh - -13.75rem);
  }

  .sm\:-inset-screen-minus-72 {
    top: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
    left: calc(-100vh - -18rem);
  }

  .sm\:-inset-screen-minus-80 {
    top: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
    left: calc(-100vh - -20rem);
  }

  .sm\:-inset-full-4 {
    top: calc(-100% - -16px);
    right: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
    left: calc(-100% - -16px);
  }

  .sm\:-inset-account-body {
    top: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
    left: calc(-100vw - -304px);
  }

  .sm\:-inset-menu-center {
    top: calc(-50% - -288px);
    right: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
    left: calc(-50% - -288px);
  }

  .sm\:-inset-tutorials-hidden {
    top: calc(-100% - -56px);
    right: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
    left: calc(-100% - -56px);
  }

  .sm\:-inset-popup-full-width {
    top: calc(-100% + -32px);
    right: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
    left: calc(-100% + -32px);
  }

  .sm\:-inset-popup-full-width-md {
    top: calc(-100% + -64px);
    right: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
    left: calc(-100% + -64px);
  }

  .sm\:-inset-popup-full-height {
    top: calc(-100% + -68px);
    right: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
    left: calc(-100% + -68px);
  }

  .sm\:-inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .sm\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .sm\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .sm\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .sm\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sm\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .sm\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .sm\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .sm\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .sm\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .sm\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .sm\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .sm\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .sm\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .sm\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .sm\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .sm\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .sm\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .sm\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .sm\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .sm\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .sm\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .sm\:inset-x-18 {
    left: 4.5rem;
    right: 4.5rem;
  }

  .sm\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .sm\:inset-x-21 {
    left: 5.25rem;
    right: 5.25rem;
  }

  .sm\:inset-x-22 {
    left: 5.5rem;
    right: 5.5rem;
  }

  .sm\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .sm\:inset-x-26 {
    left: 6.5rem;
    right: 6.5rem;
  }

  .sm\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .sm\:inset-x-29 {
    left: 7.25rem;
    right: 7.25rem;
  }

  .sm\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .sm\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .sm\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .sm\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .sm\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .sm\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .sm\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .sm\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .sm\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .sm\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .sm\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .sm\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .sm\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .sm\:inset-x-77 {
    left: 19.25rem;
    right: 19.25rem;
  }

  .sm\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .sm\:inset-x-82 {
    left: 20.5rem;
    right: 20.5rem;
  }

  .sm\:inset-x-88 {
    left: 22rem;
    right: 22rem;
  }

  .sm\:inset-x-94 {
    left: 23.5rem;
    right: 23.5rem;
  }

  .sm\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .sm\:inset-x-98 {
    left: 24.5rem;
    right: 24.5rem;
  }

  .sm\:inset-x-104 {
    left: 26rem;
    right: 26rem;
  }

  .sm\:inset-x-108 {
    left: 27rem;
    right: 27rem;
  }

  .sm\:inset-x-110 {
    left: 27.5rem;
    right: 27.5rem;
  }

  .sm\:inset-x-112 {
    left: 28rem;
    right: 28rem;
  }

  .sm\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .sm\:inset-x-128 {
    left: 32rem;
    right: 32rem;
  }

  .sm\:inset-x-132 {
    left: 33rem;
    right: 33rem;
  }

  .sm\:inset-x-134 {
    left: 33.5rem;
    right: 33.5rem;
  }

  .sm\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .sm\:inset-x-136 {
    left: 34rem;
    right: 34rem;
  }

  .sm\:inset-x-144 {
    left: 36rem;
    right: 36rem;
  }

  .sm\:inset-x-152 {
    left: 38rem;
    right: 38rem;
  }

  .sm\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .sm\:inset-x-164 {
    left: 41rem;
    right: 41rem;
  }

  .sm\:inset-x-172 {
    left: 43rem;
    right: 43rem;
  }

  .sm\:inset-x-179 {
    left: 44.75rem;
    right: 44.75rem;
  }

  .sm\:inset-x-184 {
    left: 46rem;
    right: 46rem;
  }

  .sm\:inset-x-192 {
    left: 48rem;
    right: 48rem;
  }

  .sm\:inset-x-224 {
    left: 56rem;
    right: 56rem;
  }

  .sm\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .sm\:inset-x-256 {
    left: 64rem;
    right: 64rem;
  }

  .sm\:inset-x-265 {
    left: 66.25rem;
    right: 66.25rem;
  }

  .sm\:inset-x-288 {
    left: 72rem;
    right: 72rem;
  }

  .sm\:inset-x-384 {
    left: 96rem;
    right: 96rem;
  }

  .sm\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .sm\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .sm\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .sm\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .sm\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .sm\:inset-x-0\.75 {
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .sm\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .sm\:inset-x-7\.5 {
    left: 1.875rem;
    right: 1.875rem;
  }

  .sm\:inset-x-9\.5 {
    left: 2.375rem;
    right: 2.375rem;
  }

  .sm\:inset-x-9\.75 {
    left: 2.4375rem;
    right: 2.4375rem;
  }

  .sm\:inset-x-12\.5 {
    left: 3.125rem;
    right: 3.125rem;
  }

  .sm\:inset-x-13\.5 {
    left: 3.375rem;
    right: 3.375rem;
  }

  .sm\:inset-x-292\.5 {
    left: 73.125rem;
    right: 73.125rem;
  }

  .sm\:inset-x-1\/24 {
    left: 4.166667%;
    right: 4.166667%;
  }

  .sm\:inset-x-2\/24 {
    left: 8.333333%;
    right: 8.333333%;
  }

  .sm\:inset-x-3\/24 {
    left: 12.5%;
    right: 12.5%;
  }

  .sm\:inset-x-4\/24 {
    left: 16.666667%;
    right: 16.666667%;
  }

  .sm\:inset-x-5\/24 {
    left: 20.833333%;
    right: 20.833333%;
  }

  .sm\:inset-x-6\/24 {
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-7\/24 {
    left: 29.166666%;
    right: 29.166666%;
  }

  .sm\:inset-x-8\/24 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-9\/24 {
    left: 37.5%;
    right: 37.5%;
  }

  .sm\:inset-x-10\/24 {
    left: 41.666666%;
    right: 41.666666%;
  }

  .sm\:inset-x-11\/24 {
    left: 45.833333%;
    right: 45.833333%;
  }

  .sm\:inset-x-12\/24 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-13\/24 {
    left: 54.166666%;
    right: 54.166666%;
  }

  .sm\:inset-x-14\/24 {
    left: 58.333333%;
    right: 58.333333%;
  }

  .sm\:inset-x-15\/24 {
    left: 62.5%;
    right: 62.5%;
  }

  .sm\:inset-x-16\/24 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-17\/24 {
    left: 70.833333%;
    right: 70.833333%;
  }

  .sm\:inset-x-18\/24 {
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-19\/24 {
    left: 79.166667%;
    right: 79.166667%;
  }

  .sm\:inset-x-20\/24 {
    left: 83.333333%;
    right: 83.333333%;
  }

  .sm\:inset-x-21\/24 {
    left: 87.5%;
    right: 87.5%;
  }

  .sm\:inset-x-22\/24 {
    left: 91.666667%;
    right: 91.666667%;
  }

  .sm\:inset-x-23\/24 {
    left: 95.833333%;
    right: 95.833333%;
  }

  .sm\:inset-x-24\/24 {
    left: 100%;
    right: 100%;
  }

  .sm\:inset-x-screen-header {
    left: 41.55vw;
    right: 41.55vw;
  }

  .sm\:inset-x-screen-60 {
    left: 60vh;
    right: 60vh;
  }

  .sm\:inset-x-screen-80 {
    left: 80vh;
    right: 80vh;
  }

  .sm\:inset-x-screen-85 {
    left: 85vh;
    right: 85vh;
  }

  .sm\:inset-x-screen-90 {
    left: 90vh;
    right: 90vh;
  }

  .sm\:inset-x-screen-95 {
    left: 95vh;
    right: 95vh;
  }

  .sm\:inset-x-screen-minus-header {
    left: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
  }

  .sm\:inset-x-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
  }

  .sm\:inset-x-screen-minus-36 {
    left: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
  }

  .sm\:inset-x-screen-minus-40 {
    left: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
  }

  .sm\:inset-x-screen-minus-55 {
    left: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
  }

  .sm\:inset-x-screen-minus-72 {
    left: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
  }

  .sm\:inset-x-screen-minus-80 {
    left: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
  }

  .sm\:inset-x-full-4 {
    left: calc(100% - 16px);
    right: calc(100% - 16px);
  }

  .sm\:inset-x-account-body {
    left: calc(100vw - 304px);
    right: calc(100vw - 304px);
  }

  .sm\:inset-x-menu-center {
    left: calc(50% - 288px);
    right: calc(50% - 288px);
  }

  .sm\:inset-x-tutorials-hidden {
    left: calc(100% - 56px);
    right: calc(100% - 56px);
  }

  .sm\:inset-x-popup-full-width {
    left: calc(100% + 32px);
    right: calc(100% + 32px);
  }

  .sm\:inset-x-popup-full-width-md {
    left: calc(100% + 64px);
    right: calc(100% + 64px);
  }

  .sm\:inset-x-popup-full-height {
    left: calc(100% + 68px);
    right: calc(100% + 68px);
  }

  .sm\:inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .sm\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .sm\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .sm\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .sm\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .sm\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .sm\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .sm\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .sm\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .sm\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .sm\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .sm\:-inset-x-18 {
    left: -4.5rem;
    right: -4.5rem;
  }

  .sm\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .sm\:-inset-x-21 {
    left: -5.25rem;
    right: -5.25rem;
  }

  .sm\:-inset-x-22 {
    left: -5.5rem;
    right: -5.5rem;
  }

  .sm\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .sm\:-inset-x-26 {
    left: -6.5rem;
    right: -6.5rem;
  }

  .sm\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .sm\:-inset-x-29 {
    left: -7.25rem;
    right: -7.25rem;
  }

  .sm\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .sm\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .sm\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .sm\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .sm\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .sm\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .sm\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .sm\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .sm\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .sm\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .sm\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .sm\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .sm\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .sm\:-inset-x-77 {
    left: -19.25rem;
    right: -19.25rem;
  }

  .sm\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .sm\:-inset-x-82 {
    left: -20.5rem;
    right: -20.5rem;
  }

  .sm\:-inset-x-88 {
    left: -22rem;
    right: -22rem;
  }

  .sm\:-inset-x-94 {
    left: -23.5rem;
    right: -23.5rem;
  }

  .sm\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .sm\:-inset-x-98 {
    left: -24.5rem;
    right: -24.5rem;
  }

  .sm\:-inset-x-104 {
    left: -26rem;
    right: -26rem;
  }

  .sm\:-inset-x-108 {
    left: -27rem;
    right: -27rem;
  }

  .sm\:-inset-x-110 {
    left: -27.5rem;
    right: -27.5rem;
  }

  .sm\:-inset-x-112 {
    left: -28rem;
    right: -28rem;
  }

  .sm\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .sm\:-inset-x-128 {
    left: -32rem;
    right: -32rem;
  }

  .sm\:-inset-x-132 {
    left: -33rem;
    right: -33rem;
  }

  .sm\:-inset-x-134 {
    left: -33.5rem;
    right: -33.5rem;
  }

  .sm\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .sm\:-inset-x-136 {
    left: -34rem;
    right: -34rem;
  }

  .sm\:-inset-x-144 {
    left: -36rem;
    right: -36rem;
  }

  .sm\:-inset-x-152 {
    left: -38rem;
    right: -38rem;
  }

  .sm\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .sm\:-inset-x-164 {
    left: -41rem;
    right: -41rem;
  }

  .sm\:-inset-x-172 {
    left: -43rem;
    right: -43rem;
  }

  .sm\:-inset-x-179 {
    left: -44.75rem;
    right: -44.75rem;
  }

  .sm\:-inset-x-184 {
    left: -46rem;
    right: -46rem;
  }

  .sm\:-inset-x-192 {
    left: -48rem;
    right: -48rem;
  }

  .sm\:-inset-x-224 {
    left: -56rem;
    right: -56rem;
  }

  .sm\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .sm\:-inset-x-256 {
    left: -64rem;
    right: -64rem;
  }

  .sm\:-inset-x-265 {
    left: -66.25rem;
    right: -66.25rem;
  }

  .sm\:-inset-x-288 {
    left: -72rem;
    right: -72rem;
  }

  .sm\:-inset-x-384 {
    left: -96rem;
    right: -96rem;
  }

  .sm\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .sm\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .sm\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .sm\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .sm\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .sm\:-inset-x-0\.75 {
    left: -0.1875rem;
    right: -0.1875rem;
  }

  .sm\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .sm\:-inset-x-7\.5 {
    left: -1.875rem;
    right: -1.875rem;
  }

  .sm\:-inset-x-9\.5 {
    left: -2.375rem;
    right: -2.375rem;
  }

  .sm\:-inset-x-9\.75 {
    left: -2.4375rem;
    right: -2.4375rem;
  }

  .sm\:-inset-x-12\.5 {
    left: -3.125rem;
    right: -3.125rem;
  }

  .sm\:-inset-x-13\.5 {
    left: -3.375rem;
    right: -3.375rem;
  }

  .sm\:-inset-x-292\.5 {
    left: -73.125rem;
    right: -73.125rem;
  }

  .sm\:-inset-x-1\/24 {
    left: -4.16667%;
    right: -4.16667%;
  }

  .sm\:-inset-x-2\/24 {
    left: -8.33333%;
    right: -8.33333%;
  }

  .sm\:-inset-x-3\/24 {
    left: -12.5%;
    right: -12.5%;
  }

  .sm\:-inset-x-4\/24 {
    left: -16.66667%;
    right: -16.66667%;
  }

  .sm\:-inset-x-5\/24 {
    left: -20.83333%;
    right: -20.83333%;
  }

  .sm\:-inset-x-6\/24 {
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-7\/24 {
    left: -29.16667%;
    right: -29.16667%;
  }

  .sm\:-inset-x-8\/24 {
    left: -33.33333%;
    right: -33.33333%;
  }

  .sm\:-inset-x-9\/24 {
    left: -37.5%;
    right: -37.5%;
  }

  .sm\:-inset-x-10\/24 {
    left: -41.66667%;
    right: -41.66667%;
  }

  .sm\:-inset-x-11\/24 {
    left: -45.83333%;
    right: -45.83333%;
  }

  .sm\:-inset-x-12\/24 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-13\/24 {
    left: -54.16667%;
    right: -54.16667%;
  }

  .sm\:-inset-x-14\/24 {
    left: -58.33333%;
    right: -58.33333%;
  }

  .sm\:-inset-x-15\/24 {
    left: -62.5%;
    right: -62.5%;
  }

  .sm\:-inset-x-16\/24 {
    left: -66.66667%;
    right: -66.66667%;
  }

  .sm\:-inset-x-17\/24 {
    left: -70.83333%;
    right: -70.83333%;
  }

  .sm\:-inset-x-18\/24 {
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-19\/24 {
    left: -79.16667%;
    right: -79.16667%;
  }

  .sm\:-inset-x-20\/24 {
    left: -83.33333%;
    right: -83.33333%;
  }

  .sm\:-inset-x-21\/24 {
    left: -87.5%;
    right: -87.5%;
  }

  .sm\:-inset-x-22\/24 {
    left: -91.66667%;
    right: -91.66667%;
  }

  .sm\:-inset-x-23\/24 {
    left: -95.83333%;
    right: -95.83333%;
  }

  .sm\:-inset-x-24\/24 {
    left: -100%;
    right: -100%;
  }

  .sm\:-inset-x-screen-header {
    left: -41.55vw;
    right: -41.55vw;
  }

  .sm\:-inset-x-screen-60 {
    left: -60vh;
    right: -60vh;
  }

  .sm\:-inset-x-screen-80 {
    left: -80vh;
    right: -80vh;
  }

  .sm\:-inset-x-screen-85 {
    left: -85vh;
    right: -85vh;
  }

  .sm\:-inset-x-screen-90 {
    left: -90vh;
    right: -90vh;
  }

  .sm\:-inset-x-screen-95 {
    left: -95vh;
    right: -95vh;
  }

  .sm\:-inset-x-screen-minus-header {
    left: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
  }

  .sm\:-inset-x-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
  }

  .sm\:-inset-x-screen-minus-36 {
    left: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
  }

  .sm\:-inset-x-screen-minus-40 {
    left: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
  }

  .sm\:-inset-x-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
  }

  .sm\:-inset-x-screen-minus-72 {
    left: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
  }

  .sm\:-inset-x-screen-minus-80 {
    left: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
  }

  .sm\:-inset-x-full-4 {
    left: calc(-100% - -16px);
    right: calc(-100% - -16px);
  }

  .sm\:-inset-x-account-body {
    left: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
  }

  .sm\:-inset-x-menu-center {
    left: calc(-50% - -288px);
    right: calc(-50% - -288px);
  }

  .sm\:-inset-x-tutorials-hidden {
    left: calc(-100% - -56px);
    right: calc(-100% - -56px);
  }

  .sm\:-inset-x-popup-full-width {
    left: calc(-100% + -32px);
    right: calc(-100% + -32px);
  }

  .sm\:-inset-x-popup-full-width-md {
    left: calc(-100% + -64px);
    right: calc(-100% + -64px);
  }

  .sm\:-inset-x-popup-full-height {
    left: calc(-100% + -68px);
    right: calc(-100% + -68px);
  }

  .sm\:-inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .sm\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .sm\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .sm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .sm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .sm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .sm\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .sm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-y-29 {
    top: 7.25rem;
    bottom: 7.25rem;
  }

  .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .sm\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .sm\:inset-y-77 {
    top: 19.25rem;
    bottom: 19.25rem;
  }

  .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-y-82 {
    top: 20.5rem;
    bottom: 20.5rem;
  }

  .sm\:inset-y-88 {
    top: 22rem;
    bottom: 22rem;
  }

  .sm\:inset-y-94 {
    top: 23.5rem;
    bottom: 23.5rem;
  }

  .sm\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .sm\:inset-y-98 {
    top: 24.5rem;
    bottom: 24.5rem;
  }

  .sm\:inset-y-104 {
    top: 26rem;
    bottom: 26rem;
  }

  .sm\:inset-y-108 {
    top: 27rem;
    bottom: 27rem;
  }

  .sm\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .sm\:inset-y-112 {
    top: 28rem;
    bottom: 28rem;
  }

  .sm\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .sm\:inset-y-128 {
    top: 32rem;
    bottom: 32rem;
  }

  .sm\:inset-y-132 {
    top: 33rem;
    bottom: 33rem;
  }

  .sm\:inset-y-134 {
    top: 33.5rem;
    bottom: 33.5rem;
  }

  .sm\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .sm\:inset-y-136 {
    top: 34rem;
    bottom: 34rem;
  }

  .sm\:inset-y-144 {
    top: 36rem;
    bottom: 36rem;
  }

  .sm\:inset-y-152 {
    top: 38rem;
    bottom: 38rem;
  }

  .sm\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .sm\:inset-y-164 {
    top: 41rem;
    bottom: 41rem;
  }

  .sm\:inset-y-172 {
    top: 43rem;
    bottom: 43rem;
  }

  .sm\:inset-y-179 {
    top: 44.75rem;
    bottom: 44.75rem;
  }

  .sm\:inset-y-184 {
    top: 46rem;
    bottom: 46rem;
  }

  .sm\:inset-y-192 {
    top: 48rem;
    bottom: 48rem;
  }

  .sm\:inset-y-224 {
    top: 56rem;
    bottom: 56rem;
  }

  .sm\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .sm\:inset-y-256 {
    top: 64rem;
    bottom: 64rem;
  }

  .sm\:inset-y-265 {
    top: 66.25rem;
    bottom: 66.25rem;
  }

  .sm\:inset-y-288 {
    top: 72rem;
    bottom: 72rem;
  }

  .sm\:inset-y-384 {
    top: 96rem;
    bottom: 96rem;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .sm\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:inset-y-0\.75 {
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .sm\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .sm\:inset-y-7\.5 {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .sm\:inset-y-9\.5 {
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .sm\:inset-y-9\.75 {
    top: 2.4375rem;
    bottom: 2.4375rem;
  }

  .sm\:inset-y-12\.5 {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .sm\:inset-y-13\.5 {
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .sm\:inset-y-292\.5 {
    top: 73.125rem;
    bottom: 73.125rem;
  }

  .sm\:inset-y-1\/24 {
    top: 4.166667%;
    bottom: 4.166667%;
  }

  .sm\:inset-y-2\/24 {
    top: 8.333333%;
    bottom: 8.333333%;
  }

  .sm\:inset-y-3\/24 {
    top: 12.5%;
    bottom: 12.5%;
  }

  .sm\:inset-y-4\/24 {
    top: 16.666667%;
    bottom: 16.666667%;
  }

  .sm\:inset-y-5\/24 {
    top: 20.833333%;
    bottom: 20.833333%;
  }

  .sm\:inset-y-6\/24 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-7\/24 {
    top: 29.166666%;
    bottom: 29.166666%;
  }

  .sm\:inset-y-8\/24 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-9\/24 {
    top: 37.5%;
    bottom: 37.5%;
  }

  .sm\:inset-y-10\/24 {
    top: 41.666666%;
    bottom: 41.666666%;
  }

  .sm\:inset-y-11\/24 {
    top: 45.833333%;
    bottom: 45.833333%;
  }

  .sm\:inset-y-12\/24 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-13\/24 {
    top: 54.166666%;
    bottom: 54.166666%;
  }

  .sm\:inset-y-14\/24 {
    top: 58.333333%;
    bottom: 58.333333%;
  }

  .sm\:inset-y-15\/24 {
    top: 62.5%;
    bottom: 62.5%;
  }

  .sm\:inset-y-16\/24 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-17\/24 {
    top: 70.833333%;
    bottom: 70.833333%;
  }

  .sm\:inset-y-18\/24 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-19\/24 {
    top: 79.166667%;
    bottom: 79.166667%;
  }

  .sm\:inset-y-20\/24 {
    top: 83.333333%;
    bottom: 83.333333%;
  }

  .sm\:inset-y-21\/24 {
    top: 87.5%;
    bottom: 87.5%;
  }

  .sm\:inset-y-22\/24 {
    top: 91.666667%;
    bottom: 91.666667%;
  }

  .sm\:inset-y-23\/24 {
    top: 95.833333%;
    bottom: 95.833333%;
  }

  .sm\:inset-y-24\/24 {
    top: 100%;
    bottom: 100%;
  }

  .sm\:inset-y-screen-header {
    top: 41.55vw;
    bottom: 41.55vw;
  }

  .sm\:inset-y-screen-60 {
    top: 60vh;
    bottom: 60vh;
  }

  .sm\:inset-y-screen-80 {
    top: 80vh;
    bottom: 80vh;
  }

  .sm\:inset-y-screen-85 {
    top: 85vh;
    bottom: 85vh;
  }

  .sm\:inset-y-screen-90 {
    top: 90vh;
    bottom: 90vh;
  }

  .sm\:inset-y-screen-95 {
    top: 95vh;
    bottom: 95vh;
  }

  .sm\:inset-y-screen-minus-header {
    top: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
  }

  .sm\:inset-y-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
  }

  .sm\:inset-y-screen-minus-36 {
    top: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
  }

  .sm\:inset-y-screen-minus-40 {
    top: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
  }

  .sm\:inset-y-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
  }

  .sm\:inset-y-screen-minus-72 {
    top: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
  }

  .sm\:inset-y-screen-minus-80 {
    top: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
  }

  .sm\:inset-y-full-4 {
    top: calc(100% - 16px);
    bottom: calc(100% - 16px);
  }

  .sm\:inset-y-account-body {
    top: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
  }

  .sm\:inset-y-menu-center {
    top: calc(50% - 288px);
    bottom: calc(50% - 288px);
  }

  .sm\:inset-y-tutorials-hidden {
    top: calc(100% - 56px);
    bottom: calc(100% - 56px);
  }

  .sm\:inset-y-popup-full-width {
    top: calc(100% + 32px);
    bottom: calc(100% + 32px);
  }

  .sm\:inset-y-popup-full-width-md {
    top: calc(100% + 64px);
    bottom: calc(100% + 64px);
  }

  .sm\:inset-y-popup-full-height {
    top: calc(100% + 68px);
    bottom: calc(100% + 68px);
  }

  .sm\:inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .sm\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .sm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .sm\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-y-18 {
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .sm\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-y-21 {
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .sm\:-inset-y-22 {
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .sm\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-y-26 {
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .sm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-y-29 {
    top: -7.25rem;
    bottom: -7.25rem;
  }

  .sm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .sm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .sm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .sm\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .sm\:-inset-y-77 {
    top: -19.25rem;
    bottom: -19.25rem;
  }

  .sm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-y-82 {
    top: -20.5rem;
    bottom: -20.5rem;
  }

  .sm\:-inset-y-88 {
    top: -22rem;
    bottom: -22rem;
  }

  .sm\:-inset-y-94 {
    top: -23.5rem;
    bottom: -23.5rem;
  }

  .sm\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .sm\:-inset-y-98 {
    top: -24.5rem;
    bottom: -24.5rem;
  }

  .sm\:-inset-y-104 {
    top: -26rem;
    bottom: -26rem;
  }

  .sm\:-inset-y-108 {
    top: -27rem;
    bottom: -27rem;
  }

  .sm\:-inset-y-110 {
    top: -27.5rem;
    bottom: -27.5rem;
  }

  .sm\:-inset-y-112 {
    top: -28rem;
    bottom: -28rem;
  }

  .sm\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .sm\:-inset-y-128 {
    top: -32rem;
    bottom: -32rem;
  }

  .sm\:-inset-y-132 {
    top: -33rem;
    bottom: -33rem;
  }

  .sm\:-inset-y-134 {
    top: -33.5rem;
    bottom: -33.5rem;
  }

  .sm\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .sm\:-inset-y-136 {
    top: -34rem;
    bottom: -34rem;
  }

  .sm\:-inset-y-144 {
    top: -36rem;
    bottom: -36rem;
  }

  .sm\:-inset-y-152 {
    top: -38rem;
    bottom: -38rem;
  }

  .sm\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .sm\:-inset-y-164 {
    top: -41rem;
    bottom: -41rem;
  }

  .sm\:-inset-y-172 {
    top: -43rem;
    bottom: -43rem;
  }

  .sm\:-inset-y-179 {
    top: -44.75rem;
    bottom: -44.75rem;
  }

  .sm\:-inset-y-184 {
    top: -46rem;
    bottom: -46rem;
  }

  .sm\:-inset-y-192 {
    top: -48rem;
    bottom: -48rem;
  }

  .sm\:-inset-y-224 {
    top: -56rem;
    bottom: -56rem;
  }

  .sm\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .sm\:-inset-y-256 {
    top: -64rem;
    bottom: -64rem;
  }

  .sm\:-inset-y-265 {
    top: -66.25rem;
    bottom: -66.25rem;
  }

  .sm\:-inset-y-288 {
    top: -72rem;
    bottom: -72rem;
  }

  .sm\:-inset-y-384 {
    top: -96rem;
    bottom: -96rem;
  }

  .sm\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .sm\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:-inset-y-0\.75 {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }

  .sm\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .sm\:-inset-y-7\.5 {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .sm\:-inset-y-9\.5 {
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .sm\:-inset-y-9\.75 {
    top: -2.4375rem;
    bottom: -2.4375rem;
  }

  .sm\:-inset-y-12\.5 {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .sm\:-inset-y-13\.5 {
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .sm\:-inset-y-292\.5 {
    top: -73.125rem;
    bottom: -73.125rem;
  }

  .sm\:-inset-y-1\/24 {
    top: -4.16667%;
    bottom: -4.16667%;
  }

  .sm\:-inset-y-2\/24 {
    top: -8.33333%;
    bottom: -8.33333%;
  }

  .sm\:-inset-y-3\/24 {
    top: -12.5%;
    bottom: -12.5%;
  }

  .sm\:-inset-y-4\/24 {
    top: -16.66667%;
    bottom: -16.66667%;
  }

  .sm\:-inset-y-5\/24 {
    top: -20.83333%;
    bottom: -20.83333%;
  }

  .sm\:-inset-y-6\/24 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-7\/24 {
    top: -29.16667%;
    bottom: -29.16667%;
  }

  .sm\:-inset-y-8\/24 {
    top: -33.33333%;
    bottom: -33.33333%;
  }

  .sm\:-inset-y-9\/24 {
    top: -37.5%;
    bottom: -37.5%;
  }

  .sm\:-inset-y-10\/24 {
    top: -41.66667%;
    bottom: -41.66667%;
  }

  .sm\:-inset-y-11\/24 {
    top: -45.83333%;
    bottom: -45.83333%;
  }

  .sm\:-inset-y-12\/24 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-13\/24 {
    top: -54.16667%;
    bottom: -54.16667%;
  }

  .sm\:-inset-y-14\/24 {
    top: -58.33333%;
    bottom: -58.33333%;
  }

  .sm\:-inset-y-15\/24 {
    top: -62.5%;
    bottom: -62.5%;
  }

  .sm\:-inset-y-16\/24 {
    top: -66.66667%;
    bottom: -66.66667%;
  }

  .sm\:-inset-y-17\/24 {
    top: -70.83333%;
    bottom: -70.83333%;
  }

  .sm\:-inset-y-18\/24 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-19\/24 {
    top: -79.16667%;
    bottom: -79.16667%;
  }

  .sm\:-inset-y-20\/24 {
    top: -83.33333%;
    bottom: -83.33333%;
  }

  .sm\:-inset-y-21\/24 {
    top: -87.5%;
    bottom: -87.5%;
  }

  .sm\:-inset-y-22\/24 {
    top: -91.66667%;
    bottom: -91.66667%;
  }

  .sm\:-inset-y-23\/24 {
    top: -95.83333%;
    bottom: -95.83333%;
  }

  .sm\:-inset-y-24\/24 {
    top: -100%;
    bottom: -100%;
  }

  .sm\:-inset-y-screen-header {
    top: -41.55vw;
    bottom: -41.55vw;
  }

  .sm\:-inset-y-screen-60 {
    top: -60vh;
    bottom: -60vh;
  }

  .sm\:-inset-y-screen-80 {
    top: -80vh;
    bottom: -80vh;
  }

  .sm\:-inset-y-screen-85 {
    top: -85vh;
    bottom: -85vh;
  }

  .sm\:-inset-y-screen-90 {
    top: -90vh;
    bottom: -90vh;
  }

  .sm\:-inset-y-screen-95 {
    top: -95vh;
    bottom: -95vh;
  }

  .sm\:-inset-y-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
  }

  .sm\:-inset-y-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
  }

  .sm\:-inset-y-screen-minus-36 {
    top: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
  }

  .sm\:-inset-y-screen-minus-40 {
    top: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
  }

  .sm\:-inset-y-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
  }

  .sm\:-inset-y-screen-minus-72 {
    top: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
  }

  .sm\:-inset-y-screen-minus-80 {
    top: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
  }

  .sm\:-inset-y-full-4 {
    top: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
  }

  .sm\:-inset-y-account-body {
    top: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
  }

  .sm\:-inset-y-menu-center {
    top: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
  }

  .sm\:-inset-y-tutorials-hidden {
    top: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
  }

  .sm\:-inset-y-popup-full-width {
    top: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
  }

  .sm\:-inset-y-popup-full-width-md {
    top: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
  }

  .sm\:-inset-y-popup-full-height {
    top: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
  }

  .sm\:-inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:top-6 {
    top: 1.5rem;
  }

  .sm\:top-7 {
    top: 1.75rem;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:top-9 {
    top: 2.25rem;
  }

  .sm\:top-10 {
    top: 2.5rem;
  }

  .sm\:top-11 {
    top: 2.75rem;
  }

  .sm\:top-12 {
    top: 3rem;
  }

  .sm\:top-14 {
    top: 3.5rem;
  }

  .sm\:top-16 {
    top: 4rem;
  }

  .sm\:top-18 {
    top: 4.5rem;
  }

  .sm\:top-20 {
    top: 5rem;
  }

  .sm\:top-21 {
    top: 5.25rem;
  }

  .sm\:top-22 {
    top: 5.5rem;
  }

  .sm\:top-24 {
    top: 6rem;
  }

  .sm\:top-26 {
    top: 6.5rem;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:top-29 {
    top: 7.25rem;
  }

  .sm\:top-32 {
    top: 8rem;
  }

  .sm\:top-34 {
    top: 8.5rem;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:top-40 {
    top: 10rem;
  }

  .sm\:top-42 {
    top: 10.5rem;
  }

  .sm\:top-44 {
    top: 11rem;
  }

  .sm\:top-48 {
    top: 12rem;
  }

  .sm\:top-52 {
    top: 13rem;
  }

  .sm\:top-56 {
    top: 14rem;
  }

  .sm\:top-60 {
    top: 15rem;
  }

  .sm\:top-64 {
    top: 16rem;
  }

  .sm\:top-68 {
    top: 17rem;
  }

  .sm\:top-72 {
    top: 18rem;
  }

  .sm\:top-77 {
    top: 19.25rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:top-82 {
    top: 20.5rem;
  }

  .sm\:top-88 {
    top: 22rem;
  }

  .sm\:top-94 {
    top: 23.5rem;
  }

  .sm\:top-96 {
    top: 24rem;
  }

  .sm\:top-98 {
    top: 24.5rem;
  }

  .sm\:top-104 {
    top: 26rem;
  }

  .sm\:top-108 {
    top: 27rem;
  }

  .sm\:top-110 {
    top: 27.5rem;
  }

  .sm\:top-112 {
    top: 28rem;
  }

  .sm\:top-120 {
    top: 30rem;
  }

  .sm\:top-128 {
    top: 32rem;
  }

  .sm\:top-132 {
    top: 33rem;
  }

  .sm\:top-134 {
    top: 33.5rem;
  }

  .sm\:top-135 {
    top: 33.75rem;
  }

  .sm\:top-136 {
    top: 34rem;
  }

  .sm\:top-144 {
    top: 36rem;
  }

  .sm\:top-152 {
    top: 38rem;
  }

  .sm\:top-160 {
    top: 40rem;
  }

  .sm\:top-164 {
    top: 41rem;
  }

  .sm\:top-172 {
    top: 43rem;
  }

  .sm\:top-179 {
    top: 44.75rem;
  }

  .sm\:top-184 {
    top: 46rem;
  }

  .sm\:top-192 {
    top: 48rem;
  }

  .sm\:top-224 {
    top: 56rem;
  }

  .sm\:top-240 {
    top: 60rem;
  }

  .sm\:top-256 {
    top: 64rem;
  }

  .sm\:top-265 {
    top: 66.25rem;
  }

  .sm\:top-288 {
    top: 72rem;
  }

  .sm\:top-384 {
    top: 96rem;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-px {
    top: 1px;
  }

  .sm\:top-0\.5 {
    top: 0.125rem;
  }

  .sm\:top-1\.5 {
    top: 0.375rem;
  }

  .sm\:top-2\.5 {
    top: 0.625rem;
  }

  .sm\:top-3\.5 {
    top: 0.875rem;
  }

  .sm\:top-0\.75 {
    top: 0.1875rem;
  }

  .sm\:top-4\.5 {
    top: 1.125rem;
  }

  .sm\:top-7\.5 {
    top: 1.875rem;
  }

  .sm\:top-9\.5 {
    top: 2.375rem;
  }

  .sm\:top-9\.75 {
    top: 2.4375rem;
  }

  .sm\:top-12\.5 {
    top: 3.125rem;
  }

  .sm\:top-13\.5 {
    top: 3.375rem;
  }

  .sm\:top-292\.5 {
    top: 73.125rem;
  }

  .sm\:top-1\/24 {
    top: 4.166667%;
  }

  .sm\:top-2\/24 {
    top: 8.333333%;
  }

  .sm\:top-3\/24 {
    top: 12.5%;
  }

  .sm\:top-4\/24 {
    top: 16.666667%;
  }

  .sm\:top-5\/24 {
    top: 20.833333%;
  }

  .sm\:top-6\/24 {
    top: 25%;
  }

  .sm\:top-7\/24 {
    top: 29.166666%;
  }

  .sm\:top-8\/24 {
    top: 33.333333%;
  }

  .sm\:top-9\/24 {
    top: 37.5%;
  }

  .sm\:top-10\/24 {
    top: 41.666666%;
  }

  .sm\:top-11\/24 {
    top: 45.833333%;
  }

  .sm\:top-12\/24 {
    top: 50%;
  }

  .sm\:top-13\/24 {
    top: 54.166666%;
  }

  .sm\:top-14\/24 {
    top: 58.333333%;
  }

  .sm\:top-15\/24 {
    top: 62.5%;
  }

  .sm\:top-16\/24 {
    top: 66.666667%;
  }

  .sm\:top-17\/24 {
    top: 70.833333%;
  }

  .sm\:top-18\/24 {
    top: 75%;
  }

  .sm\:top-19\/24 {
    top: 79.166667%;
  }

  .sm\:top-20\/24 {
    top: 83.333333%;
  }

  .sm\:top-21\/24 {
    top: 87.5%;
  }

  .sm\:top-22\/24 {
    top: 91.666667%;
  }

  .sm\:top-23\/24 {
    top: 95.833333%;
  }

  .sm\:top-24\/24 {
    top: 100%;
  }

  .sm\:top-screen-header {
    top: 41.55vw;
  }

  .sm\:top-screen-60 {
    top: 60vh;
  }

  .sm\:top-screen-80 {
    top: 80vh;
  }

  .sm\:top-screen-85 {
    top: 85vh;
  }

  .sm\:top-screen-90 {
    top: 90vh;
  }

  .sm\:top-screen-95 {
    top: 95vh;
  }

  .sm\:top-screen-minus-header {
    top: calc(100vh - 5.25rem);
  }

  .sm\:top-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
  }

  .sm\:top-screen-minus-36 {
    top: calc(100vh - 9rem);
  }

  .sm\:top-screen-minus-40 {
    top: calc(100vh - 10rem);
  }

  .sm\:top-screen-minus-55 {
    top: calc(100vh - 13.75rem);
  }

  .sm\:top-screen-minus-72 {
    top: calc(100vh - 18rem);
  }

  .sm\:top-screen-minus-80 {
    top: calc(100vh - 20rem);
  }

  .sm\:top-full-4 {
    top: calc(100% - 16px);
  }

  .sm\:top-account-body {
    top: calc(100vw - 304px);
  }

  .sm\:top-menu-center {
    top: calc(50% - 288px);
  }

  .sm\:top-tutorials-hidden {
    top: calc(100% - 56px);
  }

  .sm\:top-popup-full-width {
    top: calc(100% + 32px);
  }

  .sm\:top-popup-full-width-md {
    top: calc(100% + 64px);
  }

  .sm\:top-popup-full-height {
    top: calc(100% + 68px);
  }

  .sm\:top-max-content {
    top: max-content;
  }

  .sm\:-top-0 {
    top: 0px;
  }

  .sm\:-top-1 {
    top: -0.25rem;
  }

  .sm\:-top-2 {
    top: -0.5rem;
  }

  .sm\:-top-3 {
    top: -0.75rem;
  }

  .sm\:-top-4 {
    top: -1rem;
  }

  .sm\:-top-5 {
    top: -1.25rem;
  }

  .sm\:-top-6 {
    top: -1.5rem;
  }

  .sm\:-top-7 {
    top: -1.75rem;
  }

  .sm\:-top-8 {
    top: -2rem;
  }

  .sm\:-top-9 {
    top: -2.25rem;
  }

  .sm\:-top-10 {
    top: -2.5rem;
  }

  .sm\:-top-11 {
    top: -2.75rem;
  }

  .sm\:-top-12 {
    top: -3rem;
  }

  .sm\:-top-14 {
    top: -3.5rem;
  }

  .sm\:-top-16 {
    top: -4rem;
  }

  .sm\:-top-18 {
    top: -4.5rem;
  }

  .sm\:-top-20 {
    top: -5rem;
  }

  .sm\:-top-21 {
    top: -5.25rem;
  }

  .sm\:-top-22 {
    top: -5.5rem;
  }

  .sm\:-top-24 {
    top: -6rem;
  }

  .sm\:-top-26 {
    top: -6.5rem;
  }

  .sm\:-top-28 {
    top: -7rem;
  }

  .sm\:-top-29 {
    top: -7.25rem;
  }

  .sm\:-top-32 {
    top: -8rem;
  }

  .sm\:-top-34 {
    top: -8.5rem;
  }

  .sm\:-top-36 {
    top: -9rem;
  }

  .sm\:-top-40 {
    top: -10rem;
  }

  .sm\:-top-42 {
    top: -10.5rem;
  }

  .sm\:-top-44 {
    top: -11rem;
  }

  .sm\:-top-48 {
    top: -12rem;
  }

  .sm\:-top-52 {
    top: -13rem;
  }

  .sm\:-top-56 {
    top: -14rem;
  }

  .sm\:-top-60 {
    top: -15rem;
  }

  .sm\:-top-64 {
    top: -16rem;
  }

  .sm\:-top-68 {
    top: -17rem;
  }

  .sm\:-top-72 {
    top: -18rem;
  }

  .sm\:-top-77 {
    top: -19.25rem;
  }

  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:-top-82 {
    top: -20.5rem;
  }

  .sm\:-top-88 {
    top: -22rem;
  }

  .sm\:-top-94 {
    top: -23.5rem;
  }

  .sm\:-top-96 {
    top: -24rem;
  }

  .sm\:-top-98 {
    top: -24.5rem;
  }

  .sm\:-top-104 {
    top: -26rem;
  }

  .sm\:-top-108 {
    top: -27rem;
  }

  .sm\:-top-110 {
    top: -27.5rem;
  }

  .sm\:-top-112 {
    top: -28rem;
  }

  .sm\:-top-120 {
    top: -30rem;
  }

  .sm\:-top-128 {
    top: -32rem;
  }

  .sm\:-top-132 {
    top: -33rem;
  }

  .sm\:-top-134 {
    top: -33.5rem;
  }

  .sm\:-top-135 {
    top: -33.75rem;
  }

  .sm\:-top-136 {
    top: -34rem;
  }

  .sm\:-top-144 {
    top: -36rem;
  }

  .sm\:-top-152 {
    top: -38rem;
  }

  .sm\:-top-160 {
    top: -40rem;
  }

  .sm\:-top-164 {
    top: -41rem;
  }

  .sm\:-top-172 {
    top: -43rem;
  }

  .sm\:-top-179 {
    top: -44.75rem;
  }

  .sm\:-top-184 {
    top: -46rem;
  }

  .sm\:-top-192 {
    top: -48rem;
  }

  .sm\:-top-224 {
    top: -56rem;
  }

  .sm\:-top-240 {
    top: -60rem;
  }

  .sm\:-top-256 {
    top: -64rem;
  }

  .sm\:-top-265 {
    top: -66.25rem;
  }

  .sm\:-top-288 {
    top: -72rem;
  }

  .sm\:-top-384 {
    top: -96rem;
  }

  .sm\:-top-px {
    top: -1px;
  }

  .sm\:-top-0\.5 {
    top: -0.125rem;
  }

  .sm\:-top-1\.5 {
    top: -0.375rem;
  }

  .sm\:-top-2\.5 {
    top: -0.625rem;
  }

  .sm\:-top-3\.5 {
    top: -0.875rem;
  }

  .sm\:-top-0\.75 {
    top: -0.1875rem;
  }

  .sm\:-top-4\.5 {
    top: -1.125rem;
  }

  .sm\:-top-7\.5 {
    top: -1.875rem;
  }

  .sm\:-top-9\.5 {
    top: -2.375rem;
  }

  .sm\:-top-9\.75 {
    top: -2.4375rem;
  }

  .sm\:-top-12\.5 {
    top: -3.125rem;
  }

  .sm\:-top-13\.5 {
    top: -3.375rem;
  }

  .sm\:-top-292\.5 {
    top: -73.125rem;
  }

  .sm\:-top-1\/24 {
    top: -4.16667%;
  }

  .sm\:-top-2\/24 {
    top: -8.33333%;
  }

  .sm\:-top-3\/24 {
    top: -12.5%;
  }

  .sm\:-top-4\/24 {
    top: -16.66667%;
  }

  .sm\:-top-5\/24 {
    top: -20.83333%;
  }

  .sm\:-top-6\/24 {
    top: -25%;
  }

  .sm\:-top-7\/24 {
    top: -29.16667%;
  }

  .sm\:-top-8\/24 {
    top: -33.33333%;
  }

  .sm\:-top-9\/24 {
    top: -37.5%;
  }

  .sm\:-top-10\/24 {
    top: -41.66667%;
  }

  .sm\:-top-11\/24 {
    top: -45.83333%;
  }

  .sm\:-top-12\/24 {
    top: -50%;
  }

  .sm\:-top-13\/24 {
    top: -54.16667%;
  }

  .sm\:-top-14\/24 {
    top: -58.33333%;
  }

  .sm\:-top-15\/24 {
    top: -62.5%;
  }

  .sm\:-top-16\/24 {
    top: -66.66667%;
  }

  .sm\:-top-17\/24 {
    top: -70.83333%;
  }

  .sm\:-top-18\/24 {
    top: -75%;
  }

  .sm\:-top-19\/24 {
    top: -79.16667%;
  }

  .sm\:-top-20\/24 {
    top: -83.33333%;
  }

  .sm\:-top-21\/24 {
    top: -87.5%;
  }

  .sm\:-top-22\/24 {
    top: -91.66667%;
  }

  .sm\:-top-23\/24 {
    top: -95.83333%;
  }

  .sm\:-top-24\/24 {
    top: -100%;
  }

  .sm\:-top-screen-header {
    top: -41.55vw;
  }

  .sm\:-top-screen-60 {
    top: -60vh;
  }

  .sm\:-top-screen-80 {
    top: -80vh;
  }

  .sm\:-top-screen-85 {
    top: -85vh;
  }

  .sm\:-top-screen-90 {
    top: -90vh;
  }

  .sm\:-top-screen-95 {
    top: -95vh;
  }

  .sm\:-top-screen-minus-header {
    top: calc(-100vh - -5.25rem);
  }

  .sm\:-top-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
  }

  .sm\:-top-screen-minus-36 {
    top: calc(-100vh - -9rem);
  }

  .sm\:-top-screen-minus-40 {
    top: calc(-100vh - -10rem);
  }

  .sm\:-top-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
  }

  .sm\:-top-screen-minus-72 {
    top: calc(-100vh - -18rem);
  }

  .sm\:-top-screen-minus-80 {
    top: calc(-100vh - -20rem);
  }

  .sm\:-top-full-4 {
    top: calc(-100% - -16px);
  }

  .sm\:-top-account-body {
    top: calc(-100vw - -304px);
  }

  .sm\:-top-menu-center {
    top: calc(-50% - -288px);
  }

  .sm\:-top-tutorials-hidden {
    top: calc(-100% - -56px);
  }

  .sm\:-top-popup-full-width {
    top: calc(-100% + -32px);
  }

  .sm\:-top-popup-full-width-md {
    top: calc(-100% + -64px);
  }

  .sm\:-top-popup-full-height {
    top: calc(-100% + -68px);
  }

  .sm\:-top-max-content {
    top: max-content;
  }

  .sm\:top-1\/2 {
    top: 50%;
  }

  .sm\:top-1\/3 {
    top: 33.333333%;
  }

  .sm\:top-2\/3 {
    top: 66.666667%;
  }

  .sm\:top-1\/4 {
    top: 25%;
  }

  .sm\:top-2\/4 {
    top: 50%;
  }

  .sm\:top-3\/4 {
    top: 75%;
  }

  .sm\:top-full {
    top: 100%;
  }

  .sm\:-top-1\/2 {
    top: -50%;
  }

  .sm\:-top-1\/3 {
    top: -33.333333%;
  }

  .sm\:-top-2\/3 {
    top: -66.666667%;
  }

  .sm\:-top-1\/4 {
    top: -25%;
  }

  .sm\:-top-2\/4 {
    top: -50%;
  }

  .sm\:-top-3\/4 {
    top: -75%;
  }

  .sm\:-top-full {
    top: -100%;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:right-7 {
    right: 1.75rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:right-9 {
    right: 2.25rem;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:right-11 {
    right: 2.75rem;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:right-14 {
    right: 3.5rem;
  }

  .sm\:right-16 {
    right: 4rem;
  }

  .sm\:right-18 {
    right: 4.5rem;
  }

  .sm\:right-20 {
    right: 5rem;
  }

  .sm\:right-21 {
    right: 5.25rem;
  }

  .sm\:right-22 {
    right: 5.5rem;
  }

  .sm\:right-24 {
    right: 6rem;
  }

  .sm\:right-26 {
    right: 6.5rem;
  }

  .sm\:right-28 {
    right: 7rem;
  }

  .sm\:right-29 {
    right: 7.25rem;
  }

  .sm\:right-32 {
    right: 8rem;
  }

  .sm\:right-34 {
    right: 8.5rem;
  }

  .sm\:right-36 {
    right: 9rem;
  }

  .sm\:right-40 {
    right: 10rem;
  }

  .sm\:right-42 {
    right: 10.5rem;
  }

  .sm\:right-44 {
    right: 11rem;
  }

  .sm\:right-48 {
    right: 12rem;
  }

  .sm\:right-52 {
    right: 13rem;
  }

  .sm\:right-56 {
    right: 14rem;
  }

  .sm\:right-60 {
    right: 15rem;
  }

  .sm\:right-64 {
    right: 16rem;
  }

  .sm\:right-68 {
    right: 17rem;
  }

  .sm\:right-72 {
    right: 18rem;
  }

  .sm\:right-77 {
    right: 19.25rem;
  }

  .sm\:right-80 {
    right: 20rem;
  }

  .sm\:right-82 {
    right: 20.5rem;
  }

  .sm\:right-88 {
    right: 22rem;
  }

  .sm\:right-94 {
    right: 23.5rem;
  }

  .sm\:right-96 {
    right: 24rem;
  }

  .sm\:right-98 {
    right: 24.5rem;
  }

  .sm\:right-104 {
    right: 26rem;
  }

  .sm\:right-108 {
    right: 27rem;
  }

  .sm\:right-110 {
    right: 27.5rem;
  }

  .sm\:right-112 {
    right: 28rem;
  }

  .sm\:right-120 {
    right: 30rem;
  }

  .sm\:right-128 {
    right: 32rem;
  }

  .sm\:right-132 {
    right: 33rem;
  }

  .sm\:right-134 {
    right: 33.5rem;
  }

  .sm\:right-135 {
    right: 33.75rem;
  }

  .sm\:right-136 {
    right: 34rem;
  }

  .sm\:right-144 {
    right: 36rem;
  }

  .sm\:right-152 {
    right: 38rem;
  }

  .sm\:right-160 {
    right: 40rem;
  }

  .sm\:right-164 {
    right: 41rem;
  }

  .sm\:right-172 {
    right: 43rem;
  }

  .sm\:right-179 {
    right: 44.75rem;
  }

  .sm\:right-184 {
    right: 46rem;
  }

  .sm\:right-192 {
    right: 48rem;
  }

  .sm\:right-224 {
    right: 56rem;
  }

  .sm\:right-240 {
    right: 60rem;
  }

  .sm\:right-256 {
    right: 64rem;
  }

  .sm\:right-265 {
    right: 66.25rem;
  }

  .sm\:right-288 {
    right: 72rem;
  }

  .sm\:right-384 {
    right: 96rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-px {
    right: 1px;
  }

  .sm\:right-0\.5 {
    right: 0.125rem;
  }

  .sm\:right-1\.5 {
    right: 0.375rem;
  }

  .sm\:right-2\.5 {
    right: 0.625rem;
  }

  .sm\:right-3\.5 {
    right: 0.875rem;
  }

  .sm\:right-0\.75 {
    right: 0.1875rem;
  }

  .sm\:right-4\.5 {
    right: 1.125rem;
  }

  .sm\:right-7\.5 {
    right: 1.875rem;
  }

  .sm\:right-9\.5 {
    right: 2.375rem;
  }

  .sm\:right-9\.75 {
    right: 2.4375rem;
  }

  .sm\:right-12\.5 {
    right: 3.125rem;
  }

  .sm\:right-13\.5 {
    right: 3.375rem;
  }

  .sm\:right-292\.5 {
    right: 73.125rem;
  }

  .sm\:right-1\/24 {
    right: 4.166667%;
  }

  .sm\:right-2\/24 {
    right: 8.333333%;
  }

  .sm\:right-3\/24 {
    right: 12.5%;
  }

  .sm\:right-4\/24 {
    right: 16.666667%;
  }

  .sm\:right-5\/24 {
    right: 20.833333%;
  }

  .sm\:right-6\/24 {
    right: 25%;
  }

  .sm\:right-7\/24 {
    right: 29.166666%;
  }

  .sm\:right-8\/24 {
    right: 33.333333%;
  }

  .sm\:right-9\/24 {
    right: 37.5%;
  }

  .sm\:right-10\/24 {
    right: 41.666666%;
  }

  .sm\:right-11\/24 {
    right: 45.833333%;
  }

  .sm\:right-12\/24 {
    right: 50%;
  }

  .sm\:right-13\/24 {
    right: 54.166666%;
  }

  .sm\:right-14\/24 {
    right: 58.333333%;
  }

  .sm\:right-15\/24 {
    right: 62.5%;
  }

  .sm\:right-16\/24 {
    right: 66.666667%;
  }

  .sm\:right-17\/24 {
    right: 70.833333%;
  }

  .sm\:right-18\/24 {
    right: 75%;
  }

  .sm\:right-19\/24 {
    right: 79.166667%;
  }

  .sm\:right-20\/24 {
    right: 83.333333%;
  }

  .sm\:right-21\/24 {
    right: 87.5%;
  }

  .sm\:right-22\/24 {
    right: 91.666667%;
  }

  .sm\:right-23\/24 {
    right: 95.833333%;
  }

  .sm\:right-24\/24 {
    right: 100%;
  }

  .sm\:right-screen-header {
    right: 41.55vw;
  }

  .sm\:right-screen-60 {
    right: 60vh;
  }

  .sm\:right-screen-80 {
    right: 80vh;
  }

  .sm\:right-screen-85 {
    right: 85vh;
  }

  .sm\:right-screen-90 {
    right: 90vh;
  }

  .sm\:right-screen-95 {
    right: 95vh;
  }

  .sm\:right-screen-minus-header {
    right: calc(100vh - 5.25rem);
  }

  .sm\:right-screen-minus-35\.5 {
    right: calc(100vh - 8.875rem);
  }

  .sm\:right-screen-minus-36 {
    right: calc(100vh - 9rem);
  }

  .sm\:right-screen-minus-40 {
    right: calc(100vh - 10rem);
  }

  .sm\:right-screen-minus-55 {
    right: calc(100vh - 13.75rem);
  }

  .sm\:right-screen-minus-72 {
    right: calc(100vh - 18rem);
  }

  .sm\:right-screen-minus-80 {
    right: calc(100vh - 20rem);
  }

  .sm\:right-full-4 {
    right: calc(100% - 16px);
  }

  .sm\:right-account-body {
    right: calc(100vw - 304px);
  }

  .sm\:right-menu-center {
    right: calc(50% - 288px);
  }

  .sm\:right-tutorials-hidden {
    right: calc(100% - 56px);
  }

  .sm\:right-popup-full-width {
    right: calc(100% + 32px);
  }

  .sm\:right-popup-full-width-md {
    right: calc(100% + 64px);
  }

  .sm\:right-popup-full-height {
    right: calc(100% + 68px);
  }

  .sm\:right-max-content {
    right: max-content;
  }

  .sm\:-right-0 {
    right: 0px;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-right-5 {
    right: -1.25rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-right-7 {
    right: -1.75rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-right-9 {
    right: -2.25rem;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:-right-11 {
    right: -2.75rem;
  }

  .sm\:-right-12 {
    right: -3rem;
  }

  .sm\:-right-14 {
    right: -3.5rem;
  }

  .sm\:-right-16 {
    right: -4rem;
  }

  .sm\:-right-18 {
    right: -4.5rem;
  }

  .sm\:-right-20 {
    right: -5rem;
  }

  .sm\:-right-21 {
    right: -5.25rem;
  }

  .sm\:-right-22 {
    right: -5.5rem;
  }

  .sm\:-right-24 {
    right: -6rem;
  }

  .sm\:-right-26 {
    right: -6.5rem;
  }

  .sm\:-right-28 {
    right: -7rem;
  }

  .sm\:-right-29 {
    right: -7.25rem;
  }

  .sm\:-right-32 {
    right: -8rem;
  }

  .sm\:-right-34 {
    right: -8.5rem;
  }

  .sm\:-right-36 {
    right: -9rem;
  }

  .sm\:-right-40 {
    right: -10rem;
  }

  .sm\:-right-42 {
    right: -10.5rem;
  }

  .sm\:-right-44 {
    right: -11rem;
  }

  .sm\:-right-48 {
    right: -12rem;
  }

  .sm\:-right-52 {
    right: -13rem;
  }

  .sm\:-right-56 {
    right: -14rem;
  }

  .sm\:-right-60 {
    right: -15rem;
  }

  .sm\:-right-64 {
    right: -16rem;
  }

  .sm\:-right-68 {
    right: -17rem;
  }

  .sm\:-right-72 {
    right: -18rem;
  }

  .sm\:-right-77 {
    right: -19.25rem;
  }

  .sm\:-right-80 {
    right: -20rem;
  }

  .sm\:-right-82 {
    right: -20.5rem;
  }

  .sm\:-right-88 {
    right: -22rem;
  }

  .sm\:-right-94 {
    right: -23.5rem;
  }

  .sm\:-right-96 {
    right: -24rem;
  }

  .sm\:-right-98 {
    right: -24.5rem;
  }

  .sm\:-right-104 {
    right: -26rem;
  }

  .sm\:-right-108 {
    right: -27rem;
  }

  .sm\:-right-110 {
    right: -27.5rem;
  }

  .sm\:-right-112 {
    right: -28rem;
  }

  .sm\:-right-120 {
    right: -30rem;
  }

  .sm\:-right-128 {
    right: -32rem;
  }

  .sm\:-right-132 {
    right: -33rem;
  }

  .sm\:-right-134 {
    right: -33.5rem;
  }

  .sm\:-right-135 {
    right: -33.75rem;
  }

  .sm\:-right-136 {
    right: -34rem;
  }

  .sm\:-right-144 {
    right: -36rem;
  }

  .sm\:-right-152 {
    right: -38rem;
  }

  .sm\:-right-160 {
    right: -40rem;
  }

  .sm\:-right-164 {
    right: -41rem;
  }

  .sm\:-right-172 {
    right: -43rem;
  }

  .sm\:-right-179 {
    right: -44.75rem;
  }

  .sm\:-right-184 {
    right: -46rem;
  }

  .sm\:-right-192 {
    right: -48rem;
  }

  .sm\:-right-224 {
    right: -56rem;
  }

  .sm\:-right-240 {
    right: -60rem;
  }

  .sm\:-right-256 {
    right: -64rem;
  }

  .sm\:-right-265 {
    right: -66.25rem;
  }

  .sm\:-right-288 {
    right: -72rem;
  }

  .sm\:-right-384 {
    right: -96rem;
  }

  .sm\:-right-px {
    right: -1px;
  }

  .sm\:-right-0\.5 {
    right: -0.125rem;
  }

  .sm\:-right-1\.5 {
    right: -0.375rem;
  }

  .sm\:-right-2\.5 {
    right: -0.625rem;
  }

  .sm\:-right-3\.5 {
    right: -0.875rem;
  }

  .sm\:-right-0\.75 {
    right: -0.1875rem;
  }

  .sm\:-right-4\.5 {
    right: -1.125rem;
  }

  .sm\:-right-7\.5 {
    right: -1.875rem;
  }

  .sm\:-right-9\.5 {
    right: -2.375rem;
  }

  .sm\:-right-9\.75 {
    right: -2.4375rem;
  }

  .sm\:-right-12\.5 {
    right: -3.125rem;
  }

  .sm\:-right-13\.5 {
    right: -3.375rem;
  }

  .sm\:-right-292\.5 {
    right: -73.125rem;
  }

  .sm\:-right-1\/24 {
    right: -4.16667%;
  }

  .sm\:-right-2\/24 {
    right: -8.33333%;
  }

  .sm\:-right-3\/24 {
    right: -12.5%;
  }

  .sm\:-right-4\/24 {
    right: -16.66667%;
  }

  .sm\:-right-5\/24 {
    right: -20.83333%;
  }

  .sm\:-right-6\/24 {
    right: -25%;
  }

  .sm\:-right-7\/24 {
    right: -29.16667%;
  }

  .sm\:-right-8\/24 {
    right: -33.33333%;
  }

  .sm\:-right-9\/24 {
    right: -37.5%;
  }

  .sm\:-right-10\/24 {
    right: -41.66667%;
  }

  .sm\:-right-11\/24 {
    right: -45.83333%;
  }

  .sm\:-right-12\/24 {
    right: -50%;
  }

  .sm\:-right-13\/24 {
    right: -54.16667%;
  }

  .sm\:-right-14\/24 {
    right: -58.33333%;
  }

  .sm\:-right-15\/24 {
    right: -62.5%;
  }

  .sm\:-right-16\/24 {
    right: -66.66667%;
  }

  .sm\:-right-17\/24 {
    right: -70.83333%;
  }

  .sm\:-right-18\/24 {
    right: -75%;
  }

  .sm\:-right-19\/24 {
    right: -79.16667%;
  }

  .sm\:-right-20\/24 {
    right: -83.33333%;
  }

  .sm\:-right-21\/24 {
    right: -87.5%;
  }

  .sm\:-right-22\/24 {
    right: -91.66667%;
  }

  .sm\:-right-23\/24 {
    right: -95.83333%;
  }

  .sm\:-right-24\/24 {
    right: -100%;
  }

  .sm\:-right-screen-header {
    right: -41.55vw;
  }

  .sm\:-right-screen-60 {
    right: -60vh;
  }

  .sm\:-right-screen-80 {
    right: -80vh;
  }

  .sm\:-right-screen-85 {
    right: -85vh;
  }

  .sm\:-right-screen-90 {
    right: -90vh;
  }

  .sm\:-right-screen-95 {
    right: -95vh;
  }

  .sm\:-right-screen-minus-header {
    right: calc(-100vh - -5.25rem);
  }

  .sm\:-right-screen-minus-35\.5 {
    right: calc(-100vh - -8.875rem);
  }

  .sm\:-right-screen-minus-36 {
    right: calc(-100vh - -9rem);
  }

  .sm\:-right-screen-minus-40 {
    right: calc(-100vh - -10rem);
  }

  .sm\:-right-screen-minus-55 {
    right: calc(-100vh - -13.75rem);
  }

  .sm\:-right-screen-minus-72 {
    right: calc(-100vh - -18rem);
  }

  .sm\:-right-screen-minus-80 {
    right: calc(-100vh - -20rem);
  }

  .sm\:-right-full-4 {
    right: calc(-100% - -16px);
  }

  .sm\:-right-account-body {
    right: calc(-100vw - -304px);
  }

  .sm\:-right-menu-center {
    right: calc(-50% - -288px);
  }

  .sm\:-right-tutorials-hidden {
    right: calc(-100% - -56px);
  }

  .sm\:-right-popup-full-width {
    right: calc(-100% + -32px);
  }

  .sm\:-right-popup-full-width-md {
    right: calc(-100% + -64px);
  }

  .sm\:-right-popup-full-height {
    right: calc(-100% + -68px);
  }

  .sm\:-right-max-content {
    right: max-content;
  }

  .sm\:right-1\/2 {
    right: 50%;
  }

  .sm\:right-1\/3 {
    right: 33.333333%;
  }

  .sm\:right-2\/3 {
    right: 66.666667%;
  }

  .sm\:right-1\/4 {
    right: 25%;
  }

  .sm\:right-2\/4 {
    right: 50%;
  }

  .sm\:right-3\/4 {
    right: 75%;
  }

  .sm\:right-full {
    right: 100%;
  }

  .sm\:-right-1\/2 {
    right: -50%;
  }

  .sm\:-right-1\/3 {
    right: -33.333333%;
  }

  .sm\:-right-2\/3 {
    right: -66.666667%;
  }

  .sm\:-right-1\/4 {
    right: -25%;
  }

  .sm\:-right-2\/4 {
    right: -50%;
  }

  .sm\:-right-3\/4 {
    right: -75%;
  }

  .sm\:-right-full {
    right: -100%;
  }

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem;
  }

  .sm\:bottom-4 {
    bottom: 1rem;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem;
  }

  .sm\:bottom-8 {
    bottom: 2rem;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:bottom-11 {
    bottom: 2.75rem;
  }

  .sm\:bottom-12 {
    bottom: 3rem;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem;
  }

  .sm\:bottom-16 {
    bottom: 4rem;
  }

  .sm\:bottom-18 {
    bottom: 4.5rem;
  }

  .sm\:bottom-20 {
    bottom: 5rem;
  }

  .sm\:bottom-21 {
    bottom: 5.25rem;
  }

  .sm\:bottom-22 {
    bottom: 5.5rem;
  }

  .sm\:bottom-24 {
    bottom: 6rem;
  }

  .sm\:bottom-26 {
    bottom: 6.5rem;
  }

  .sm\:bottom-28 {
    bottom: 7rem;
  }

  .sm\:bottom-29 {
    bottom: 7.25rem;
  }

  .sm\:bottom-32 {
    bottom: 8rem;
  }

  .sm\:bottom-34 {
    bottom: 8.5rem;
  }

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:bottom-40 {
    bottom: 10rem;
  }

  .sm\:bottom-42 {
    bottom: 10.5rem;
  }

  .sm\:bottom-44 {
    bottom: 11rem;
  }

  .sm\:bottom-48 {
    bottom: 12rem;
  }

  .sm\:bottom-52 {
    bottom: 13rem;
  }

  .sm\:bottom-56 {
    bottom: 14rem;
  }

  .sm\:bottom-60 {
    bottom: 15rem;
  }

  .sm\:bottom-64 {
    bottom: 16rem;
  }

  .sm\:bottom-68 {
    bottom: 17rem;
  }

  .sm\:bottom-72 {
    bottom: 18rem;
  }

  .sm\:bottom-77 {
    bottom: 19.25rem;
  }

  .sm\:bottom-80 {
    bottom: 20rem;
  }

  .sm\:bottom-82 {
    bottom: 20.5rem;
  }

  .sm\:bottom-88 {
    bottom: 22rem;
  }

  .sm\:bottom-94 {
    bottom: 23.5rem;
  }

  .sm\:bottom-96 {
    bottom: 24rem;
  }

  .sm\:bottom-98 {
    bottom: 24.5rem;
  }

  .sm\:bottom-104 {
    bottom: 26rem;
  }

  .sm\:bottom-108 {
    bottom: 27rem;
  }

  .sm\:bottom-110 {
    bottom: 27.5rem;
  }

  .sm\:bottom-112 {
    bottom: 28rem;
  }

  .sm\:bottom-120 {
    bottom: 30rem;
  }

  .sm\:bottom-128 {
    bottom: 32rem;
  }

  .sm\:bottom-132 {
    bottom: 33rem;
  }

  .sm\:bottom-134 {
    bottom: 33.5rem;
  }

  .sm\:bottom-135 {
    bottom: 33.75rem;
  }

  .sm\:bottom-136 {
    bottom: 34rem;
  }

  .sm\:bottom-144 {
    bottom: 36rem;
  }

  .sm\:bottom-152 {
    bottom: 38rem;
  }

  .sm\:bottom-160 {
    bottom: 40rem;
  }

  .sm\:bottom-164 {
    bottom: 41rem;
  }

  .sm\:bottom-172 {
    bottom: 43rem;
  }

  .sm\:bottom-179 {
    bottom: 44.75rem;
  }

  .sm\:bottom-184 {
    bottom: 46rem;
  }

  .sm\:bottom-192 {
    bottom: 48rem;
  }

  .sm\:bottom-224 {
    bottom: 56rem;
  }

  .sm\:bottom-240 {
    bottom: 60rem;
  }

  .sm\:bottom-256 {
    bottom: 64rem;
  }

  .sm\:bottom-265 {
    bottom: 66.25rem;
  }

  .sm\:bottom-288 {
    bottom: 72rem;
  }

  .sm\:bottom-384 {
    bottom: 96rem;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:bottom-px {
    bottom: 1px;
  }

  .sm\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .sm\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .sm\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .sm\:bottom-0\.75 {
    bottom: 0.1875rem;
  }

  .sm\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .sm\:bottom-7\.5 {
    bottom: 1.875rem;
  }

  .sm\:bottom-9\.5 {
    bottom: 2.375rem;
  }

  .sm\:bottom-9\.75 {
    bottom: 2.4375rem;
  }

  .sm\:bottom-12\.5 {
    bottom: 3.125rem;
  }

  .sm\:bottom-13\.5 {
    bottom: 3.375rem;
  }

  .sm\:bottom-292\.5 {
    bottom: 73.125rem;
  }

  .sm\:bottom-1\/24 {
    bottom: 4.166667%;
  }

  .sm\:bottom-2\/24 {
    bottom: 8.333333%;
  }

  .sm\:bottom-3\/24 {
    bottom: 12.5%;
  }

  .sm\:bottom-4\/24 {
    bottom: 16.666667%;
  }

  .sm\:bottom-5\/24 {
    bottom: 20.833333%;
  }

  .sm\:bottom-6\/24 {
    bottom: 25%;
  }

  .sm\:bottom-7\/24 {
    bottom: 29.166666%;
  }

  .sm\:bottom-8\/24 {
    bottom: 33.333333%;
  }

  .sm\:bottom-9\/24 {
    bottom: 37.5%;
  }

  .sm\:bottom-10\/24 {
    bottom: 41.666666%;
  }

  .sm\:bottom-11\/24 {
    bottom: 45.833333%;
  }

  .sm\:bottom-12\/24 {
    bottom: 50%;
  }

  .sm\:bottom-13\/24 {
    bottom: 54.166666%;
  }

  .sm\:bottom-14\/24 {
    bottom: 58.333333%;
  }

  .sm\:bottom-15\/24 {
    bottom: 62.5%;
  }

  .sm\:bottom-16\/24 {
    bottom: 66.666667%;
  }

  .sm\:bottom-17\/24 {
    bottom: 70.833333%;
  }

  .sm\:bottom-18\/24 {
    bottom: 75%;
  }

  .sm\:bottom-19\/24 {
    bottom: 79.166667%;
  }

  .sm\:bottom-20\/24 {
    bottom: 83.333333%;
  }

  .sm\:bottom-21\/24 {
    bottom: 87.5%;
  }

  .sm\:bottom-22\/24 {
    bottom: 91.666667%;
  }

  .sm\:bottom-23\/24 {
    bottom: 95.833333%;
  }

  .sm\:bottom-24\/24 {
    bottom: 100%;
  }

  .sm\:bottom-screen-header {
    bottom: 41.55vw;
  }

  .sm\:bottom-screen-60 {
    bottom: 60vh;
  }

  .sm\:bottom-screen-80 {
    bottom: 80vh;
  }

  .sm\:bottom-screen-85 {
    bottom: 85vh;
  }

  .sm\:bottom-screen-90 {
    bottom: 90vh;
  }

  .sm\:bottom-screen-95 {
    bottom: 95vh;
  }

  .sm\:bottom-screen-minus-header {
    bottom: calc(100vh - 5.25rem);
  }

  .sm\:bottom-screen-minus-35\.5 {
    bottom: calc(100vh - 8.875rem);
  }

  .sm\:bottom-screen-minus-36 {
    bottom: calc(100vh - 9rem);
  }

  .sm\:bottom-screen-minus-40 {
    bottom: calc(100vh - 10rem);
  }

  .sm\:bottom-screen-minus-55 {
    bottom: calc(100vh - 13.75rem);
  }

  .sm\:bottom-screen-minus-72 {
    bottom: calc(100vh - 18rem);
  }

  .sm\:bottom-screen-minus-80 {
    bottom: calc(100vh - 20rem);
  }

  .sm\:bottom-full-4 {
    bottom: calc(100% - 16px);
  }

  .sm\:bottom-account-body {
    bottom: calc(100vw - 304px);
  }

  .sm\:bottom-menu-center {
    bottom: calc(50% - 288px);
  }

  .sm\:bottom-tutorials-hidden {
    bottom: calc(100% - 56px);
  }

  .sm\:bottom-popup-full-width {
    bottom: calc(100% + 32px);
  }

  .sm\:bottom-popup-full-width-md {
    bottom: calc(100% + 64px);
  }

  .sm\:bottom-popup-full-height {
    bottom: calc(100% + 68px);
  }

  .sm\:bottom-max-content {
    bottom: max-content;
  }

  .sm\:-bottom-0 {
    bottom: 0px;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem;
  }

  .sm\:-bottom-4 {
    bottom: -1rem;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem;
  }

  .sm\:-bottom-8 {
    bottom: -2rem;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem;
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem;
  }

  .sm\:-bottom-12 {
    bottom: -3rem;
  }

  .sm\:-bottom-14 {
    bottom: -3.5rem;
  }

  .sm\:-bottom-16 {
    bottom: -4rem;
  }

  .sm\:-bottom-18 {
    bottom: -4.5rem;
  }

  .sm\:-bottom-20 {
    bottom: -5rem;
  }

  .sm\:-bottom-21 {
    bottom: -5.25rem;
  }

  .sm\:-bottom-22 {
    bottom: -5.5rem;
  }

  .sm\:-bottom-24 {
    bottom: -6rem;
  }

  .sm\:-bottom-26 {
    bottom: -6.5rem;
  }

  .sm\:-bottom-28 {
    bottom: -7rem;
  }

  .sm\:-bottom-29 {
    bottom: -7.25rem;
  }

  .sm\:-bottom-32 {
    bottom: -8rem;
  }

  .sm\:-bottom-34 {
    bottom: -8.5rem;
  }

  .sm\:-bottom-36 {
    bottom: -9rem;
  }

  .sm\:-bottom-40 {
    bottom: -10rem;
  }

  .sm\:-bottom-42 {
    bottom: -10.5rem;
  }

  .sm\:-bottom-44 {
    bottom: -11rem;
  }

  .sm\:-bottom-48 {
    bottom: -12rem;
  }

  .sm\:-bottom-52 {
    bottom: -13rem;
  }

  .sm\:-bottom-56 {
    bottom: -14rem;
  }

  .sm\:-bottom-60 {
    bottom: -15rem;
  }

  .sm\:-bottom-64 {
    bottom: -16rem;
  }

  .sm\:-bottom-68 {
    bottom: -17rem;
  }

  .sm\:-bottom-72 {
    bottom: -18rem;
  }

  .sm\:-bottom-77 {
    bottom: -19.25rem;
  }

  .sm\:-bottom-80 {
    bottom: -20rem;
  }

  .sm\:-bottom-82 {
    bottom: -20.5rem;
  }

  .sm\:-bottom-88 {
    bottom: -22rem;
  }

  .sm\:-bottom-94 {
    bottom: -23.5rem;
  }

  .sm\:-bottom-96 {
    bottom: -24rem;
  }

  .sm\:-bottom-98 {
    bottom: -24.5rem;
  }

  .sm\:-bottom-104 {
    bottom: -26rem;
  }

  .sm\:-bottom-108 {
    bottom: -27rem;
  }

  .sm\:-bottom-110 {
    bottom: -27.5rem;
  }

  .sm\:-bottom-112 {
    bottom: -28rem;
  }

  .sm\:-bottom-120 {
    bottom: -30rem;
  }

  .sm\:-bottom-128 {
    bottom: -32rem;
  }

  .sm\:-bottom-132 {
    bottom: -33rem;
  }

  .sm\:-bottom-134 {
    bottom: -33.5rem;
  }

  .sm\:-bottom-135 {
    bottom: -33.75rem;
  }

  .sm\:-bottom-136 {
    bottom: -34rem;
  }

  .sm\:-bottom-144 {
    bottom: -36rem;
  }

  .sm\:-bottom-152 {
    bottom: -38rem;
  }

  .sm\:-bottom-160 {
    bottom: -40rem;
  }

  .sm\:-bottom-164 {
    bottom: -41rem;
  }

  .sm\:-bottom-172 {
    bottom: -43rem;
  }

  .sm\:-bottom-179 {
    bottom: -44.75rem;
  }

  .sm\:-bottom-184 {
    bottom: -46rem;
  }

  .sm\:-bottom-192 {
    bottom: -48rem;
  }

  .sm\:-bottom-224 {
    bottom: -56rem;
  }

  .sm\:-bottom-240 {
    bottom: -60rem;
  }

  .sm\:-bottom-256 {
    bottom: -64rem;
  }

  .sm\:-bottom-265 {
    bottom: -66.25rem;
  }

  .sm\:-bottom-288 {
    bottom: -72rem;
  }

  .sm\:-bottom-384 {
    bottom: -96rem;
  }

  .sm\:-bottom-px {
    bottom: -1px;
  }

  .sm\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .sm\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .sm\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .sm\:-bottom-0\.75 {
    bottom: -0.1875rem;
  }

  .sm\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .sm\:-bottom-7\.5 {
    bottom: -1.875rem;
  }

  .sm\:-bottom-9\.5 {
    bottom: -2.375rem;
  }

  .sm\:-bottom-9\.75 {
    bottom: -2.4375rem;
  }

  .sm\:-bottom-12\.5 {
    bottom: -3.125rem;
  }

  .sm\:-bottom-13\.5 {
    bottom: -3.375rem;
  }

  .sm\:-bottom-292\.5 {
    bottom: -73.125rem;
  }

  .sm\:-bottom-1\/24 {
    bottom: -4.16667%;
  }

  .sm\:-bottom-2\/24 {
    bottom: -8.33333%;
  }

  .sm\:-bottom-3\/24 {
    bottom: -12.5%;
  }

  .sm\:-bottom-4\/24 {
    bottom: -16.66667%;
  }

  .sm\:-bottom-5\/24 {
    bottom: -20.83333%;
  }

  .sm\:-bottom-6\/24 {
    bottom: -25%;
  }

  .sm\:-bottom-7\/24 {
    bottom: -29.16667%;
  }

  .sm\:-bottom-8\/24 {
    bottom: -33.33333%;
  }

  .sm\:-bottom-9\/24 {
    bottom: -37.5%;
  }

  .sm\:-bottom-10\/24 {
    bottom: -41.66667%;
  }

  .sm\:-bottom-11\/24 {
    bottom: -45.83333%;
  }

  .sm\:-bottom-12\/24 {
    bottom: -50%;
  }

  .sm\:-bottom-13\/24 {
    bottom: -54.16667%;
  }

  .sm\:-bottom-14\/24 {
    bottom: -58.33333%;
  }

  .sm\:-bottom-15\/24 {
    bottom: -62.5%;
  }

  .sm\:-bottom-16\/24 {
    bottom: -66.66667%;
  }

  .sm\:-bottom-17\/24 {
    bottom: -70.83333%;
  }

  .sm\:-bottom-18\/24 {
    bottom: -75%;
  }

  .sm\:-bottom-19\/24 {
    bottom: -79.16667%;
  }

  .sm\:-bottom-20\/24 {
    bottom: -83.33333%;
  }

  .sm\:-bottom-21\/24 {
    bottom: -87.5%;
  }

  .sm\:-bottom-22\/24 {
    bottom: -91.66667%;
  }

  .sm\:-bottom-23\/24 {
    bottom: -95.83333%;
  }

  .sm\:-bottom-24\/24 {
    bottom: -100%;
  }

  .sm\:-bottom-screen-header {
    bottom: -41.55vw;
  }

  .sm\:-bottom-screen-60 {
    bottom: -60vh;
  }

  .sm\:-bottom-screen-80 {
    bottom: -80vh;
  }

  .sm\:-bottom-screen-85 {
    bottom: -85vh;
  }

  .sm\:-bottom-screen-90 {
    bottom: -90vh;
  }

  .sm\:-bottom-screen-95 {
    bottom: -95vh;
  }

  .sm\:-bottom-screen-minus-header {
    bottom: calc(-100vh - -5.25rem);
  }

  .sm\:-bottom-screen-minus-35\.5 {
    bottom: calc(-100vh - -8.875rem);
  }

  .sm\:-bottom-screen-minus-36 {
    bottom: calc(-100vh - -9rem);
  }

  .sm\:-bottom-screen-minus-40 {
    bottom: calc(-100vh - -10rem);
  }

  .sm\:-bottom-screen-minus-55 {
    bottom: calc(-100vh - -13.75rem);
  }

  .sm\:-bottom-screen-minus-72 {
    bottom: calc(-100vh - -18rem);
  }

  .sm\:-bottom-screen-minus-80 {
    bottom: calc(-100vh - -20rem);
  }

  .sm\:-bottom-full-4 {
    bottom: calc(-100% - -16px);
  }

  .sm\:-bottom-account-body {
    bottom: calc(-100vw - -304px);
  }

  .sm\:-bottom-menu-center {
    bottom: calc(-50% - -288px);
  }

  .sm\:-bottom-tutorials-hidden {
    bottom: calc(-100% - -56px);
  }

  .sm\:-bottom-popup-full-width {
    bottom: calc(-100% + -32px);
  }

  .sm\:-bottom-popup-full-width-md {
    bottom: calc(-100% + -64px);
  }

  .sm\:-bottom-popup-full-height {
    bottom: calc(-100% + -68px);
  }

  .sm\:-bottom-max-content {
    bottom: max-content;
  }

  .sm\:bottom-1\/2 {
    bottom: 50%;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .sm\:bottom-1\/4 {
    bottom: 25%;
  }

  .sm\:bottom-2\/4 {
    bottom: 50%;
  }

  .sm\:bottom-3\/4 {
    bottom: 75%;
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50%;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25%;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50%;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75%;
  }

  .sm\:-bottom-full {
    bottom: -100%;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:left-7 {
    left: 1.75rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:left-9 {
    left: 2.25rem;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:left-11 {
    left: 2.75rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:left-18 {
    left: 4.5rem;
  }

  .sm\:left-20 {
    left: 5rem;
  }

  .sm\:left-21 {
    left: 5.25rem;
  }

  .sm\:left-22 {
    left: 5.5rem;
  }

  .sm\:left-24 {
    left: 6rem;
  }

  .sm\:left-26 {
    left: 6.5rem;
  }

  .sm\:left-28 {
    left: 7rem;
  }

  .sm\:left-29 {
    left: 7.25rem;
  }

  .sm\:left-32 {
    left: 8rem;
  }

  .sm\:left-34 {
    left: 8.5rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:left-40 {
    left: 10rem;
  }

  .sm\:left-42 {
    left: 10.5rem;
  }

  .sm\:left-44 {
    left: 11rem;
  }

  .sm\:left-48 {
    left: 12rem;
  }

  .sm\:left-52 {
    left: 13rem;
  }

  .sm\:left-56 {
    left: 14rem;
  }

  .sm\:left-60 {
    left: 15rem;
  }

  .sm\:left-64 {
    left: 16rem;
  }

  .sm\:left-68 {
    left: 17rem;
  }

  .sm\:left-72 {
    left: 18rem;
  }

  .sm\:left-77 {
    left: 19.25rem;
  }

  .sm\:left-80 {
    left: 20rem;
  }

  .sm\:left-82 {
    left: 20.5rem;
  }

  .sm\:left-88 {
    left: 22rem;
  }

  .sm\:left-94 {
    left: 23.5rem;
  }

  .sm\:left-96 {
    left: 24rem;
  }

  .sm\:left-98 {
    left: 24.5rem;
  }

  .sm\:left-104 {
    left: 26rem;
  }

  .sm\:left-108 {
    left: 27rem;
  }

  .sm\:left-110 {
    left: 27.5rem;
  }

  .sm\:left-112 {
    left: 28rem;
  }

  .sm\:left-120 {
    left: 30rem;
  }

  .sm\:left-128 {
    left: 32rem;
  }

  .sm\:left-132 {
    left: 33rem;
  }

  .sm\:left-134 {
    left: 33.5rem;
  }

  .sm\:left-135 {
    left: 33.75rem;
  }

  .sm\:left-136 {
    left: 34rem;
  }

  .sm\:left-144 {
    left: 36rem;
  }

  .sm\:left-152 {
    left: 38rem;
  }

  .sm\:left-160 {
    left: 40rem;
  }

  .sm\:left-164 {
    left: 41rem;
  }

  .sm\:left-172 {
    left: 43rem;
  }

  .sm\:left-179 {
    left: 44.75rem;
  }

  .sm\:left-184 {
    left: 46rem;
  }

  .sm\:left-192 {
    left: 48rem;
  }

  .sm\:left-224 {
    left: 56rem;
  }

  .sm\:left-240 {
    left: 60rem;
  }

  .sm\:left-256 {
    left: 64rem;
  }

  .sm\:left-265 {
    left: 66.25rem;
  }

  .sm\:left-288 {
    left: 72rem;
  }

  .sm\:left-384 {
    left: 96rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-px {
    left: 1px;
  }

  .sm\:left-0\.5 {
    left: 0.125rem;
  }

  .sm\:left-1\.5 {
    left: 0.375rem;
  }

  .sm\:left-2\.5 {
    left: 0.625rem;
  }

  .sm\:left-3\.5 {
    left: 0.875rem;
  }

  .sm\:left-0\.75 {
    left: 0.1875rem;
  }

  .sm\:left-4\.5 {
    left: 1.125rem;
  }

  .sm\:left-7\.5 {
    left: 1.875rem;
  }

  .sm\:left-9\.5 {
    left: 2.375rem;
  }

  .sm\:left-9\.75 {
    left: 2.4375rem;
  }

  .sm\:left-12\.5 {
    left: 3.125rem;
  }

  .sm\:left-13\.5 {
    left: 3.375rem;
  }

  .sm\:left-292\.5 {
    left: 73.125rem;
  }

  .sm\:left-1\/24 {
    left: 4.166667%;
  }

  .sm\:left-2\/24 {
    left: 8.333333%;
  }

  .sm\:left-3\/24 {
    left: 12.5%;
  }

  .sm\:left-4\/24 {
    left: 16.666667%;
  }

  .sm\:left-5\/24 {
    left: 20.833333%;
  }

  .sm\:left-6\/24 {
    left: 25%;
  }

  .sm\:left-7\/24 {
    left: 29.166666%;
  }

  .sm\:left-8\/24 {
    left: 33.333333%;
  }

  .sm\:left-9\/24 {
    left: 37.5%;
  }

  .sm\:left-10\/24 {
    left: 41.666666%;
  }

  .sm\:left-11\/24 {
    left: 45.833333%;
  }

  .sm\:left-12\/24 {
    left: 50%;
  }

  .sm\:left-13\/24 {
    left: 54.166666%;
  }

  .sm\:left-14\/24 {
    left: 58.333333%;
  }

  .sm\:left-15\/24 {
    left: 62.5%;
  }

  .sm\:left-16\/24 {
    left: 66.666667%;
  }

  .sm\:left-17\/24 {
    left: 70.833333%;
  }

  .sm\:left-18\/24 {
    left: 75%;
  }

  .sm\:left-19\/24 {
    left: 79.166667%;
  }

  .sm\:left-20\/24 {
    left: 83.333333%;
  }

  .sm\:left-21\/24 {
    left: 87.5%;
  }

  .sm\:left-22\/24 {
    left: 91.666667%;
  }

  .sm\:left-23\/24 {
    left: 95.833333%;
  }

  .sm\:left-24\/24 {
    left: 100%;
  }

  .sm\:left-screen-header {
    left: 41.55vw;
  }

  .sm\:left-screen-60 {
    left: 60vh;
  }

  .sm\:left-screen-80 {
    left: 80vh;
  }

  .sm\:left-screen-85 {
    left: 85vh;
  }

  .sm\:left-screen-90 {
    left: 90vh;
  }

  .sm\:left-screen-95 {
    left: 95vh;
  }

  .sm\:left-screen-minus-header {
    left: calc(100vh - 5.25rem);
  }

  .sm\:left-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
  }

  .sm\:left-screen-minus-36 {
    left: calc(100vh - 9rem);
  }

  .sm\:left-screen-minus-40 {
    left: calc(100vh - 10rem);
  }

  .sm\:left-screen-minus-55 {
    left: calc(100vh - 13.75rem);
  }

  .sm\:left-screen-minus-72 {
    left: calc(100vh - 18rem);
  }

  .sm\:left-screen-minus-80 {
    left: calc(100vh - 20rem);
  }

  .sm\:left-full-4 {
    left: calc(100% - 16px);
  }

  .sm\:left-account-body {
    left: calc(100vw - 304px);
  }

  .sm\:left-menu-center {
    left: calc(50% - 288px);
  }

  .sm\:left-tutorials-hidden {
    left: calc(100% - 56px);
  }

  .sm\:left-popup-full-width {
    left: calc(100% + 32px);
  }

  .sm\:left-popup-full-width-md {
    left: calc(100% + 64px);
  }

  .sm\:left-popup-full-height {
    left: calc(100% + 68px);
  }

  .sm\:left-max-content {
    left: max-content;
  }

  .sm\:-left-0 {
    left: 0px;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-left-5 {
    left: -1.25rem;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-left-7 {
    left: -1.75rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-left-9 {
    left: -2.25rem;
  }

  .sm\:-left-10 {
    left: -2.5rem;
  }

  .sm\:-left-11 {
    left: -2.75rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:-left-14 {
    left: -3.5rem;
  }

  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:-left-18 {
    left: -4.5rem;
  }

  .sm\:-left-20 {
    left: -5rem;
  }

  .sm\:-left-21 {
    left: -5.25rem;
  }

  .sm\:-left-22 {
    left: -5.5rem;
  }

  .sm\:-left-24 {
    left: -6rem;
  }

  .sm\:-left-26 {
    left: -6.5rem;
  }

  .sm\:-left-28 {
    left: -7rem;
  }

  .sm\:-left-29 {
    left: -7.25rem;
  }

  .sm\:-left-32 {
    left: -8rem;
  }

  .sm\:-left-34 {
    left: -8.5rem;
  }

  .sm\:-left-36 {
    left: -9rem;
  }

  .sm\:-left-40 {
    left: -10rem;
  }

  .sm\:-left-42 {
    left: -10.5rem;
  }

  .sm\:-left-44 {
    left: -11rem;
  }

  .sm\:-left-48 {
    left: -12rem;
  }

  .sm\:-left-52 {
    left: -13rem;
  }

  .sm\:-left-56 {
    left: -14rem;
  }

  .sm\:-left-60 {
    left: -15rem;
  }

  .sm\:-left-64 {
    left: -16rem;
  }

  .sm\:-left-68 {
    left: -17rem;
  }

  .sm\:-left-72 {
    left: -18rem;
  }

  .sm\:-left-77 {
    left: -19.25rem;
  }

  .sm\:-left-80 {
    left: -20rem;
  }

  .sm\:-left-82 {
    left: -20.5rem;
  }

  .sm\:-left-88 {
    left: -22rem;
  }

  .sm\:-left-94 {
    left: -23.5rem;
  }

  .sm\:-left-96 {
    left: -24rem;
  }

  .sm\:-left-98 {
    left: -24.5rem;
  }

  .sm\:-left-104 {
    left: -26rem;
  }

  .sm\:-left-108 {
    left: -27rem;
  }

  .sm\:-left-110 {
    left: -27.5rem;
  }

  .sm\:-left-112 {
    left: -28rem;
  }

  .sm\:-left-120 {
    left: -30rem;
  }

  .sm\:-left-128 {
    left: -32rem;
  }

  .sm\:-left-132 {
    left: -33rem;
  }

  .sm\:-left-134 {
    left: -33.5rem;
  }

  .sm\:-left-135 {
    left: -33.75rem;
  }

  .sm\:-left-136 {
    left: -34rem;
  }

  .sm\:-left-144 {
    left: -36rem;
  }

  .sm\:-left-152 {
    left: -38rem;
  }

  .sm\:-left-160 {
    left: -40rem;
  }

  .sm\:-left-164 {
    left: -41rem;
  }

  .sm\:-left-172 {
    left: -43rem;
  }

  .sm\:-left-179 {
    left: -44.75rem;
  }

  .sm\:-left-184 {
    left: -46rem;
  }

  .sm\:-left-192 {
    left: -48rem;
  }

  .sm\:-left-224 {
    left: -56rem;
  }

  .sm\:-left-240 {
    left: -60rem;
  }

  .sm\:-left-256 {
    left: -64rem;
  }

  .sm\:-left-265 {
    left: -66.25rem;
  }

  .sm\:-left-288 {
    left: -72rem;
  }

  .sm\:-left-384 {
    left: -96rem;
  }

  .sm\:-left-px {
    left: -1px;
  }

  .sm\:-left-0\.5 {
    left: -0.125rem;
  }

  .sm\:-left-1\.5 {
    left: -0.375rem;
  }

  .sm\:-left-2\.5 {
    left: -0.625rem;
  }

  .sm\:-left-3\.5 {
    left: -0.875rem;
  }

  .sm\:-left-0\.75 {
    left: -0.1875rem;
  }

  .sm\:-left-4\.5 {
    left: -1.125rem;
  }

  .sm\:-left-7\.5 {
    left: -1.875rem;
  }

  .sm\:-left-9\.5 {
    left: -2.375rem;
  }

  .sm\:-left-9\.75 {
    left: -2.4375rem;
  }

  .sm\:-left-12\.5 {
    left: -3.125rem;
  }

  .sm\:-left-13\.5 {
    left: -3.375rem;
  }

  .sm\:-left-292\.5 {
    left: -73.125rem;
  }

  .sm\:-left-1\/24 {
    left: -4.16667%;
  }

  .sm\:-left-2\/24 {
    left: -8.33333%;
  }

  .sm\:-left-3\/24 {
    left: -12.5%;
  }

  .sm\:-left-4\/24 {
    left: -16.66667%;
  }

  .sm\:-left-5\/24 {
    left: -20.83333%;
  }

  .sm\:-left-6\/24 {
    left: -25%;
  }

  .sm\:-left-7\/24 {
    left: -29.16667%;
  }

  .sm\:-left-8\/24 {
    left: -33.33333%;
  }

  .sm\:-left-9\/24 {
    left: -37.5%;
  }

  .sm\:-left-10\/24 {
    left: -41.66667%;
  }

  .sm\:-left-11\/24 {
    left: -45.83333%;
  }

  .sm\:-left-12\/24 {
    left: -50%;
  }

  .sm\:-left-13\/24 {
    left: -54.16667%;
  }

  .sm\:-left-14\/24 {
    left: -58.33333%;
  }

  .sm\:-left-15\/24 {
    left: -62.5%;
  }

  .sm\:-left-16\/24 {
    left: -66.66667%;
  }

  .sm\:-left-17\/24 {
    left: -70.83333%;
  }

  .sm\:-left-18\/24 {
    left: -75%;
  }

  .sm\:-left-19\/24 {
    left: -79.16667%;
  }

  .sm\:-left-20\/24 {
    left: -83.33333%;
  }

  .sm\:-left-21\/24 {
    left: -87.5%;
  }

  .sm\:-left-22\/24 {
    left: -91.66667%;
  }

  .sm\:-left-23\/24 {
    left: -95.83333%;
  }

  .sm\:-left-24\/24 {
    left: -100%;
  }

  .sm\:-left-screen-header {
    left: -41.55vw;
  }

  .sm\:-left-screen-60 {
    left: -60vh;
  }

  .sm\:-left-screen-80 {
    left: -80vh;
  }

  .sm\:-left-screen-85 {
    left: -85vh;
  }

  .sm\:-left-screen-90 {
    left: -90vh;
  }

  .sm\:-left-screen-95 {
    left: -95vh;
  }

  .sm\:-left-screen-minus-header {
    left: calc(-100vh - -5.25rem);
  }

  .sm\:-left-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
  }

  .sm\:-left-screen-minus-36 {
    left: calc(-100vh - -9rem);
  }

  .sm\:-left-screen-minus-40 {
    left: calc(-100vh - -10rem);
  }

  .sm\:-left-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
  }

  .sm\:-left-screen-minus-72 {
    left: calc(-100vh - -18rem);
  }

  .sm\:-left-screen-minus-80 {
    left: calc(-100vh - -20rem);
  }

  .sm\:-left-full-4 {
    left: calc(-100% - -16px);
  }

  .sm\:-left-account-body {
    left: calc(-100vw - -304px);
  }

  .sm\:-left-menu-center {
    left: calc(-50% - -288px);
  }

  .sm\:-left-tutorials-hidden {
    left: calc(-100% - -56px);
  }

  .sm\:-left-popup-full-width {
    left: calc(-100% + -32px);
  }

  .sm\:-left-popup-full-width-md {
    left: calc(-100% + -64px);
  }

  .sm\:-left-popup-full-height {
    left: calc(-100% + -68px);
  }

  .sm\:-left-max-content {
    left: max-content;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:left-1\/3 {
    left: 33.333333%;
  }

  .sm\:left-2\/3 {
    left: 66.666667%;
  }

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:left-2\/4 {
    left: 50%;
  }

  .sm\:left-3\/4 {
    left: 75%;
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:-left-1\/2 {
    left: -50%;
  }

  .sm\:-left-1\/3 {
    left: -33.333333%;
  }

  .sm\:-left-2\/3 {
    left: -66.666667%;
  }

  .sm\:-left-1\/4 {
    left: -25%;
  }

  .sm\:-left-2\/4 {
    left: -50%;
  }

  .sm\:-left-3\/4 {
    left: -75%;
  }

  .sm\:-left-full {
    left: -100%;
  }

  .sm\:isolate {
    isolation: isolate;
  }

  .sm\:isolation-auto {
    isolation: auto;
  }

  .sm\:z-0 {
    z-index: 0;
  }

  .sm\:z-1 {
    z-index: 1;
  }

  .sm\:z-2 {
    z-index: 2;
  }

  .sm\:z-3 {
    z-index: 3;
  }

  .sm\:z-4 {
    z-index: 4;
  }

  .sm\:z-5 {
    z-index: 5;
  }

  .sm\:z-6 {
    z-index: 6;
  }

  .sm\:z-7 {
    z-index: 7;
  }

  .sm\:z-8 {
    z-index: 8;
  }

  .sm\:z-9 {
    z-index: 9;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-11 {
    z-index: 11;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .sm\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .sm\:focus-within\:z-2:focus-within {
    z-index: 2;
  }

  .sm\:focus-within\:z-3:focus-within {
    z-index: 3;
  }

  .sm\:focus-within\:z-4:focus-within {
    z-index: 4;
  }

  .sm\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .sm\:focus-within\:z-6:focus-within {
    z-index: 6;
  }

  .sm\:focus-within\:z-7:focus-within {
    z-index: 7;
  }

  .sm\:focus-within\:z-8:focus-within {
    z-index: 8;
  }

  .sm\:focus-within\:z-9:focus-within {
    z-index: 9;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .sm\:focus-within\:z-11:focus-within {
    z-index: 11;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .sm\:focus\:z-0:focus {
    z-index: 0;
  }

  .sm\:focus\:z-1:focus {
    z-index: 1;
  }

  .sm\:focus\:z-2:focus {
    z-index: 2;
  }

  .sm\:focus\:z-3:focus {
    z-index: 3;
  }

  .sm\:focus\:z-4:focus {
    z-index: 4;
  }

  .sm\:focus\:z-5:focus {
    z-index: 5;
  }

  .sm\:focus\:z-6:focus {
    z-index: 6;
  }

  .sm\:focus\:z-7:focus {
    z-index: 7;
  }

  .sm\:focus\:z-8:focus {
    z-index: 8;
  }

  .sm\:focus\:z-9:focus {
    z-index: 9;
  }

  .sm\:focus\:z-10:focus {
    z-index: 10;
  }

  .sm\:focus\:z-11:focus {
    z-index: 11;
  }

  .sm\:focus\:z-20:focus {
    z-index: 20;
  }

  .sm\:focus\:z-30:focus {
    z-index: 30;
  }

  .sm\:focus\:z-40:focus {
    z-index: 40;
  }

  .sm\:focus\:z-50:focus {
    z-index: 50;
  }

  .sm\:focus\:z-auto:focus {
    z-index: auto;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:order-11 {
    order: 11;
  }

  .sm\:order-12 {
    order: 12;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:order-none {
    order: 0;
  }

  .sm\:col-auto {
    grid-column: auto;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:col-start-5 {
    grid-column-start: 5;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:col-start-7 {
    grid-column-start: 7;
  }

  .sm\:col-start-8 {
    grid-column-start: 8;
  }

  .sm\:col-start-9 {
    grid-column-start: 9;
  }

  .sm\:col-start-10 {
    grid-column-start: 10;
  }

  .sm\:col-start-11 {
    grid-column-start: 11;
  }

  .sm\:col-start-12 {
    grid-column-start: 12;
  }

  .sm\:col-start-13 {
    grid-column-start: 13;
  }

  .sm\:col-start-auto {
    grid-column-start: auto;
  }

  .sm\:col-end-1 {
    grid-column-end: 1;
  }

  .sm\:col-end-2 {
    grid-column-end: 2;
  }

  .sm\:col-end-3 {
    grid-column-end: 3;
  }

  .sm\:col-end-4 {
    grid-column-end: 4;
  }

  .sm\:col-end-5 {
    grid-column-end: 5;
  }

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

  .sm\:col-end-8 {
    grid-column-end: 8;
  }

  .sm\:col-end-9 {
    grid-column-end: 9;
  }

  .sm\:col-end-10 {
    grid-column-end: 10;
  }

  .sm\:col-end-11 {
    grid-column-end: 11;
  }

  .sm\:col-end-12 {
    grid-column-end: 12;
  }

  .sm\:col-end-13 {
    grid-column-end: 13;
  }

  .sm\:col-end-auto {
    grid-column-end: auto;
  }

  .sm\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:row-start-3 {
    grid-row-start: 3;
  }

  .sm\:row-start-4 {
    grid-row-start: 4;
  }

  .sm\:row-start-5 {
    grid-row-start: 5;
  }

  .sm\:row-start-6 {
    grid-row-start: 6;
  }

  .sm\:row-start-7 {
    grid-row-start: 7;
  }

  .sm\:row-start-auto {
    grid-row-start: auto;
  }

  .sm\:row-end-1 {
    grid-row-end: 1;
  }

  .sm\:row-end-2 {
    grid-row-end: 2;
  }

  .sm\:row-end-3 {
    grid-row-end: 3;
  }

  .sm\:row-end-4 {
    grid-row-end: 4;
  }

  .sm\:row-end-5 {
    grid-row-end: 5;
  }

  .sm\:row-end-6 {
    grid-row-end: 6;
  }

  .sm\:row-end-7 {
    grid-row-end: 7;
  }

  .sm\:row-end-auto {
    grid-row-end: auto;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-18 {
    margin: 4.5rem;
  }

  .sm\:m-20 {
    margin: 5rem;
  }

  .sm\:m-21 {
    margin: 5.25rem;
  }

  .sm\:m-22 {
    margin: 5.5rem;
  }

  .sm\:m-24 {
    margin: 6rem;
  }

  .sm\:m-26 {
    margin: 6.5rem;
  }

  .sm\:m-28 {
    margin: 7rem;
  }

  .sm\:m-29 {
    margin: 7.25rem;
  }

  .sm\:m-32 {
    margin: 8rem;
  }

  .sm\:m-34 {
    margin: 8.5rem;
  }

  .sm\:m-36 {
    margin: 9rem;
  }

  .sm\:m-40 {
    margin: 10rem;
  }

  .sm\:m-42 {
    margin: 10.5rem;
  }

  .sm\:m-44 {
    margin: 11rem;
  }

  .sm\:m-48 {
    margin: 12rem;
  }

  .sm\:m-52 {
    margin: 13rem;
  }

  .sm\:m-56 {
    margin: 14rem;
  }

  .sm\:m-60 {
    margin: 15rem;
  }

  .sm\:m-64 {
    margin: 16rem;
  }

  .sm\:m-68 {
    margin: 17rem;
  }

  .sm\:m-72 {
    margin: 18rem;
  }

  .sm\:m-77 {
    margin: 19.25rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .sm\:m-82 {
    margin: 20.5rem;
  }

  .sm\:m-88 {
    margin: 22rem;
  }

  .sm\:m-94 {
    margin: 23.5rem;
  }

  .sm\:m-96 {
    margin: 24rem;
  }

  .sm\:m-98 {
    margin: 24.5rem;
  }

  .sm\:m-104 {
    margin: 26rem;
  }

  .sm\:m-108 {
    margin: 27rem;
  }

  .sm\:m-110 {
    margin: 27.5rem;
  }

  .sm\:m-112 {
    margin: 28rem;
  }

  .sm\:m-120 {
    margin: 30rem;
  }

  .sm\:m-128 {
    margin: 32rem;
  }

  .sm\:m-132 {
    margin: 33rem;
  }

  .sm\:m-134 {
    margin: 33.5rem;
  }

  .sm\:m-135 {
    margin: 33.75rem;
  }

  .sm\:m-136 {
    margin: 34rem;
  }

  .sm\:m-144 {
    margin: 36rem;
  }

  .sm\:m-152 {
    margin: 38rem;
  }

  .sm\:m-160 {
    margin: 40rem;
  }

  .sm\:m-164 {
    margin: 41rem;
  }

  .sm\:m-172 {
    margin: 43rem;
  }

  .sm\:m-179 {
    margin: 44.75rem;
  }

  .sm\:m-184 {
    margin: 46rem;
  }

  .sm\:m-192 {
    margin: 48rem;
  }

  .sm\:m-224 {
    margin: 56rem;
  }

  .sm\:m-240 {
    margin: 60rem;
  }

  .sm\:m-256 {
    margin: 64rem;
  }

  .sm\:m-265 {
    margin: 66.25rem;
  }

  .sm\:m-288 {
    margin: 72rem;
  }

  .sm\:m-384 {
    margin: 96rem;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:m-px {
    margin: 1px;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem;
  }

  .sm\:m-0\.75 {
    margin: 0.1875rem;
  }

  .sm\:m-4\.5 {
    margin: 1.125rem;
  }

  .sm\:m-7\.5 {
    margin: 1.875rem;
  }

  .sm\:m-9\.5 {
    margin: 2.375rem;
  }

  .sm\:m-9\.75 {
    margin: 2.4375rem;
  }

  .sm\:m-12\.5 {
    margin: 3.125rem;
  }

  .sm\:m-13\.5 {
    margin: 3.375rem;
  }

  .sm\:m-292\.5 {
    margin: 73.125rem;
  }

  .sm\:m-1\/24 {
    margin: 4.166667%;
  }

  .sm\:m-2\/24 {
    margin: 8.333333%;
  }

  .sm\:m-3\/24 {
    margin: 12.5%;
  }

  .sm\:m-4\/24 {
    margin: 16.666667%;
  }

  .sm\:m-5\/24 {
    margin: 20.833333%;
  }

  .sm\:m-6\/24 {
    margin: 25%;
  }

  .sm\:m-7\/24 {
    margin: 29.166666%;
  }

  .sm\:m-8\/24 {
    margin: 33.333333%;
  }

  .sm\:m-9\/24 {
    margin: 37.5%;
  }

  .sm\:m-10\/24 {
    margin: 41.666666%;
  }

  .sm\:m-11\/24 {
    margin: 45.833333%;
  }

  .sm\:m-12\/24 {
    margin: 50%;
  }

  .sm\:m-13\/24 {
    margin: 54.166666%;
  }

  .sm\:m-14\/24 {
    margin: 58.333333%;
  }

  .sm\:m-15\/24 {
    margin: 62.5%;
  }

  .sm\:m-16\/24 {
    margin: 66.666667%;
  }

  .sm\:m-17\/24 {
    margin: 70.833333%;
  }

  .sm\:m-18\/24 {
    margin: 75%;
  }

  .sm\:m-19\/24 {
    margin: 79.166667%;
  }

  .sm\:m-20\/24 {
    margin: 83.333333%;
  }

  .sm\:m-21\/24 {
    margin: 87.5%;
  }

  .sm\:m-22\/24 {
    margin: 91.666667%;
  }

  .sm\:m-23\/24 {
    margin: 95.833333%;
  }

  .sm\:m-24\/24 {
    margin: 100%;
  }

  .sm\:m-screen-header {
    margin: 41.55vw;
  }

  .sm\:m-screen-60 {
    margin: 60vh;
  }

  .sm\:m-screen-80 {
    margin: 80vh;
  }

  .sm\:m-screen-85 {
    margin: 85vh;
  }

  .sm\:m-screen-90 {
    margin: 90vh;
  }

  .sm\:m-screen-95 {
    margin: 95vh;
  }

  .sm\:m-screen-minus-header {
    margin: calc(100vh - 5.25rem);
  }

  .sm\:m-screen-minus-35\.5 {
    margin: calc(100vh - 8.875rem);
  }

  .sm\:m-screen-minus-36 {
    margin: calc(100vh - 9rem);
  }

  .sm\:m-screen-minus-40 {
    margin: calc(100vh - 10rem);
  }

  .sm\:m-screen-minus-55 {
    margin: calc(100vh - 13.75rem);
  }

  .sm\:m-screen-minus-72 {
    margin: calc(100vh - 18rem);
  }

  .sm\:m-screen-minus-80 {
    margin: calc(100vh - 20rem);
  }

  .sm\:m-full-4 {
    margin: calc(100% - 16px);
  }

  .sm\:m-account-body {
    margin: calc(100vw - 304px);
  }

  .sm\:m-menu-center {
    margin: calc(50% - 288px);
  }

  .sm\:m-tutorials-hidden {
    margin: calc(100% - 56px);
  }

  .sm\:m-popup-full-width {
    margin: calc(100% + 32px);
  }

  .sm\:m-popup-full-width-md {
    margin: calc(100% + 64px);
  }

  .sm\:m-popup-full-height {
    margin: calc(100% + 68px);
  }

  .sm\:m-max-content {
    margin: max-content;
  }

  .sm\:-m-0 {
    margin: 0px;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-11 {
    margin: -2.75rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-18 {
    margin: -4.5rem;
  }

  .sm\:-m-20 {
    margin: -5rem;
  }

  .sm\:-m-21 {
    margin: -5.25rem;
  }

  .sm\:-m-22 {
    margin: -5.5rem;
  }

  .sm\:-m-24 {
    margin: -6rem;
  }

  .sm\:-m-26 {
    margin: -6.5rem;
  }

  .sm\:-m-28 {
    margin: -7rem;
  }

  .sm\:-m-29 {
    margin: -7.25rem;
  }

  .sm\:-m-32 {
    margin: -8rem;
  }

  .sm\:-m-34 {
    margin: -8.5rem;
  }

  .sm\:-m-36 {
    margin: -9rem;
  }

  .sm\:-m-40 {
    margin: -10rem;
  }

  .sm\:-m-42 {
    margin: -10.5rem;
  }

  .sm\:-m-44 {
    margin: -11rem;
  }

  .sm\:-m-48 {
    margin: -12rem;
  }

  .sm\:-m-52 {
    margin: -13rem;
  }

  .sm\:-m-56 {
    margin: -14rem;
  }

  .sm\:-m-60 {
    margin: -15rem;
  }

  .sm\:-m-64 {
    margin: -16rem;
  }

  .sm\:-m-68 {
    margin: -17rem;
  }

  .sm\:-m-72 {
    margin: -18rem;
  }

  .sm\:-m-77 {
    margin: -19.25rem;
  }

  .sm\:-m-80 {
    margin: -20rem;
  }

  .sm\:-m-82 {
    margin: -20.5rem;
  }

  .sm\:-m-88 {
    margin: -22rem;
  }

  .sm\:-m-94 {
    margin: -23.5rem;
  }

  .sm\:-m-96 {
    margin: -24rem;
  }

  .sm\:-m-98 {
    margin: -24.5rem;
  }

  .sm\:-m-104 {
    margin: -26rem;
  }

  .sm\:-m-108 {
    margin: -27rem;
  }

  .sm\:-m-110 {
    margin: -27.5rem;
  }

  .sm\:-m-112 {
    margin: -28rem;
  }

  .sm\:-m-120 {
    margin: -30rem;
  }

  .sm\:-m-128 {
    margin: -32rem;
  }

  .sm\:-m-132 {
    margin: -33rem;
  }

  .sm\:-m-134 {
    margin: -33.5rem;
  }

  .sm\:-m-135 {
    margin: -33.75rem;
  }

  .sm\:-m-136 {
    margin: -34rem;
  }

  .sm\:-m-144 {
    margin: -36rem;
  }

  .sm\:-m-152 {
    margin: -38rem;
  }

  .sm\:-m-160 {
    margin: -40rem;
  }

  .sm\:-m-164 {
    margin: -41rem;
  }

  .sm\:-m-172 {
    margin: -43rem;
  }

  .sm\:-m-179 {
    margin: -44.75rem;
  }

  .sm\:-m-184 {
    margin: -46rem;
  }

  .sm\:-m-192 {
    margin: -48rem;
  }

  .sm\:-m-224 {
    margin: -56rem;
  }

  .sm\:-m-240 {
    margin: -60rem;
  }

  .sm\:-m-256 {
    margin: -64rem;
  }

  .sm\:-m-265 {
    margin: -66.25rem;
  }

  .sm\:-m-288 {
    margin: -72rem;
  }

  .sm\:-m-384 {
    margin: -96rem;
  }

  .sm\:-m-px {
    margin: -1px;
  }

  .sm\:-m-0\.5 {
    margin: -0.125rem;
  }

  .sm\:-m-1\.5 {
    margin: -0.375rem;
  }

  .sm\:-m-2\.5 {
    margin: -0.625rem;
  }

  .sm\:-m-3\.5 {
    margin: -0.875rem;
  }

  .sm\:-m-0\.75 {
    margin: -0.1875rem;
  }

  .sm\:-m-4\.5 {
    margin: -1.125rem;
  }

  .sm\:-m-7\.5 {
    margin: -1.875rem;
  }

  .sm\:-m-9\.5 {
    margin: -2.375rem;
  }

  .sm\:-m-9\.75 {
    margin: -2.4375rem;
  }

  .sm\:-m-12\.5 {
    margin: -3.125rem;
  }

  .sm\:-m-13\.5 {
    margin: -3.375rem;
  }

  .sm\:-m-292\.5 {
    margin: -73.125rem;
  }

  .sm\:-m-1\/24 {
    margin: -4.16667%;
  }

  .sm\:-m-2\/24 {
    margin: -8.33333%;
  }

  .sm\:-m-3\/24 {
    margin: -12.5%;
  }

  .sm\:-m-4\/24 {
    margin: -16.66667%;
  }

  .sm\:-m-5\/24 {
    margin: -20.83333%;
  }

  .sm\:-m-6\/24 {
    margin: -25%;
  }

  .sm\:-m-7\/24 {
    margin: -29.16667%;
  }

  .sm\:-m-8\/24 {
    margin: -33.33333%;
  }

  .sm\:-m-9\/24 {
    margin: -37.5%;
  }

  .sm\:-m-10\/24 {
    margin: -41.66667%;
  }

  .sm\:-m-11\/24 {
    margin: -45.83333%;
  }

  .sm\:-m-12\/24 {
    margin: -50%;
  }

  .sm\:-m-13\/24 {
    margin: -54.16667%;
  }

  .sm\:-m-14\/24 {
    margin: -58.33333%;
  }

  .sm\:-m-15\/24 {
    margin: -62.5%;
  }

  .sm\:-m-16\/24 {
    margin: -66.66667%;
  }

  .sm\:-m-17\/24 {
    margin: -70.83333%;
  }

  .sm\:-m-18\/24 {
    margin: -75%;
  }

  .sm\:-m-19\/24 {
    margin: -79.16667%;
  }

  .sm\:-m-20\/24 {
    margin: -83.33333%;
  }

  .sm\:-m-21\/24 {
    margin: -87.5%;
  }

  .sm\:-m-22\/24 {
    margin: -91.66667%;
  }

  .sm\:-m-23\/24 {
    margin: -95.83333%;
  }

  .sm\:-m-24\/24 {
    margin: -100%;
  }

  .sm\:-m-screen-header {
    margin: -41.55vw;
  }

  .sm\:-m-screen-60 {
    margin: -60vh;
  }

  .sm\:-m-screen-80 {
    margin: -80vh;
  }

  .sm\:-m-screen-85 {
    margin: -85vh;
  }

  .sm\:-m-screen-90 {
    margin: -90vh;
  }

  .sm\:-m-screen-95 {
    margin: -95vh;
  }

  .sm\:-m-screen-minus-header {
    margin: calc(-100vh - -5.25rem);
  }

  .sm\:-m-screen-minus-35\.5 {
    margin: calc(-100vh - -8.875rem);
  }

  .sm\:-m-screen-minus-36 {
    margin: calc(-100vh - -9rem);
  }

  .sm\:-m-screen-minus-40 {
    margin: calc(-100vh - -10rem);
  }

  .sm\:-m-screen-minus-55 {
    margin: calc(-100vh - -13.75rem);
  }

  .sm\:-m-screen-minus-72 {
    margin: calc(-100vh - -18rem);
  }

  .sm\:-m-screen-minus-80 {
    margin: calc(-100vh - -20rem);
  }

  .sm\:-m-full-4 {
    margin: calc(-100% - -16px);
  }

  .sm\:-m-account-body {
    margin: calc(-100vw - -304px);
  }

  .sm\:-m-menu-center {
    margin: calc(-50% - -288px);
  }

  .sm\:-m-tutorials-hidden {
    margin: calc(-100% - -56px);
  }

  .sm\:-m-popup-full-width {
    margin: calc(-100% + -32px);
  }

  .sm\:-m-popup-full-width-md {
    margin: calc(-100% + -64px);
  }

  .sm\:-m-popup-full-height {
    margin: calc(-100% + -68px);
  }

  .sm\:-m-max-content {
    margin: max-content;
  }

  .sm\:hover\:m-0:hover {
    margin: 0px;
  }

  .sm\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .sm\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .sm\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .sm\:hover\:m-4:hover {
    margin: 1rem;
  }

  .sm\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .sm\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .sm\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .sm\:hover\:m-8:hover {
    margin: 2rem;
  }

  .sm\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .sm\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .sm\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .sm\:hover\:m-12:hover {
    margin: 3rem;
  }

  .sm\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .sm\:hover\:m-16:hover {
    margin: 4rem;
  }

  .sm\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .sm\:hover\:m-20:hover {
    margin: 5rem;
  }

  .sm\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .sm\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .sm\:hover\:m-24:hover {
    margin: 6rem;
  }

  .sm\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .sm\:hover\:m-28:hover {
    margin: 7rem;
  }

  .sm\:hover\:m-29:hover {
    margin: 7.25rem;
  }

  .sm\:hover\:m-32:hover {
    margin: 8rem;
  }

  .sm\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .sm\:hover\:m-36:hover {
    margin: 9rem;
  }

  .sm\:hover\:m-40:hover {
    margin: 10rem;
  }

  .sm\:hover\:m-42:hover {
    margin: 10.5rem;
  }

  .sm\:hover\:m-44:hover {
    margin: 11rem;
  }

  .sm\:hover\:m-48:hover {
    margin: 12rem;
  }

  .sm\:hover\:m-52:hover {
    margin: 13rem;
  }

  .sm\:hover\:m-56:hover {
    margin: 14rem;
  }

  .sm\:hover\:m-60:hover {
    margin: 15rem;
  }

  .sm\:hover\:m-64:hover {
    margin: 16rem;
  }

  .sm\:hover\:m-68:hover {
    margin: 17rem;
  }

  .sm\:hover\:m-72:hover {
    margin: 18rem;
  }

  .sm\:hover\:m-77:hover {
    margin: 19.25rem;
  }

  .sm\:hover\:m-80:hover {
    margin: 20rem;
  }

  .sm\:hover\:m-82:hover {
    margin: 20.5rem;
  }

  .sm\:hover\:m-88:hover {
    margin: 22rem;
  }

  .sm\:hover\:m-94:hover {
    margin: 23.5rem;
  }

  .sm\:hover\:m-96:hover {
    margin: 24rem;
  }

  .sm\:hover\:m-98:hover {
    margin: 24.5rem;
  }

  .sm\:hover\:m-104:hover {
    margin: 26rem;
  }

  .sm\:hover\:m-108:hover {
    margin: 27rem;
  }

  .sm\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .sm\:hover\:m-112:hover {
    margin: 28rem;
  }

  .sm\:hover\:m-120:hover {
    margin: 30rem;
  }

  .sm\:hover\:m-128:hover {
    margin: 32rem;
  }

  .sm\:hover\:m-132:hover {
    margin: 33rem;
  }

  .sm\:hover\:m-134:hover {
    margin: 33.5rem;
  }

  .sm\:hover\:m-135:hover {
    margin: 33.75rem;
  }

  .sm\:hover\:m-136:hover {
    margin: 34rem;
  }

  .sm\:hover\:m-144:hover {
    margin: 36rem;
  }

  .sm\:hover\:m-152:hover {
    margin: 38rem;
  }

  .sm\:hover\:m-160:hover {
    margin: 40rem;
  }

  .sm\:hover\:m-164:hover {
    margin: 41rem;
  }

  .sm\:hover\:m-172:hover {
    margin: 43rem;
  }

  .sm\:hover\:m-179:hover {
    margin: 44.75rem;
  }

  .sm\:hover\:m-184:hover {
    margin: 46rem;
  }

  .sm\:hover\:m-192:hover {
    margin: 48rem;
  }

  .sm\:hover\:m-224:hover {
    margin: 56rem;
  }

  .sm\:hover\:m-240:hover {
    margin: 60rem;
  }

  .sm\:hover\:m-256:hover {
    margin: 64rem;
  }

  .sm\:hover\:m-265:hover {
    margin: 66.25rem;
  }

  .sm\:hover\:m-288:hover {
    margin: 72rem;
  }

  .sm\:hover\:m-384:hover {
    margin: 96rem;
  }

  .sm\:hover\:m-auto:hover {
    margin: auto;
  }

  .sm\:hover\:m-px:hover {
    margin: 1px;
  }

  .sm\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .sm\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .sm\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .sm\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .sm\:hover\:m-0\.75:hover {
    margin: 0.1875rem;
  }

  .sm\:hover\:m-4\.5:hover {
    margin: 1.125rem;
  }

  .sm\:hover\:m-7\.5:hover {
    margin: 1.875rem;
  }

  .sm\:hover\:m-9\.5:hover {
    margin: 2.375rem;
  }

  .sm\:hover\:m-9\.75:hover {
    margin: 2.4375rem;
  }

  .sm\:hover\:m-12\.5:hover {
    margin: 3.125rem;
  }

  .sm\:hover\:m-13\.5:hover {
    margin: 3.375rem;
  }

  .sm\:hover\:m-292\.5:hover {
    margin: 73.125rem;
  }

  .sm\:hover\:m-1\/24:hover {
    margin: 4.166667%;
  }

  .sm\:hover\:m-2\/24:hover {
    margin: 8.333333%;
  }

  .sm\:hover\:m-3\/24:hover {
    margin: 12.5%;
  }

  .sm\:hover\:m-4\/24:hover {
    margin: 16.666667%;
  }

  .sm\:hover\:m-5\/24:hover {
    margin: 20.833333%;
  }

  .sm\:hover\:m-6\/24:hover {
    margin: 25%;
  }

  .sm\:hover\:m-7\/24:hover {
    margin: 29.166666%;
  }

  .sm\:hover\:m-8\/24:hover {
    margin: 33.333333%;
  }

  .sm\:hover\:m-9\/24:hover {
    margin: 37.5%;
  }

  .sm\:hover\:m-10\/24:hover {
    margin: 41.666666%;
  }

  .sm\:hover\:m-11\/24:hover {
    margin: 45.833333%;
  }

  .sm\:hover\:m-12\/24:hover {
    margin: 50%;
  }

  .sm\:hover\:m-13\/24:hover {
    margin: 54.166666%;
  }

  .sm\:hover\:m-14\/24:hover {
    margin: 58.333333%;
  }

  .sm\:hover\:m-15\/24:hover {
    margin: 62.5%;
  }

  .sm\:hover\:m-16\/24:hover {
    margin: 66.666667%;
  }

  .sm\:hover\:m-17\/24:hover {
    margin: 70.833333%;
  }

  .sm\:hover\:m-18\/24:hover {
    margin: 75%;
  }

  .sm\:hover\:m-19\/24:hover {
    margin: 79.166667%;
  }

  .sm\:hover\:m-20\/24:hover {
    margin: 83.333333%;
  }

  .sm\:hover\:m-21\/24:hover {
    margin: 87.5%;
  }

  .sm\:hover\:m-22\/24:hover {
    margin: 91.666667%;
  }

  .sm\:hover\:m-23\/24:hover {
    margin: 95.833333%;
  }

  .sm\:hover\:m-24\/24:hover {
    margin: 100%;
  }

  .sm\:hover\:m-screen-header:hover {
    margin: 41.55vw;
  }

  .sm\:hover\:m-screen-60:hover {
    margin: 60vh;
  }

  .sm\:hover\:m-screen-80:hover {
    margin: 80vh;
  }

  .sm\:hover\:m-screen-85:hover {
    margin: 85vh;
  }

  .sm\:hover\:m-screen-90:hover {
    margin: 90vh;
  }

  .sm\:hover\:m-screen-95:hover {
    margin: 95vh;
  }

  .sm\:hover\:m-screen-minus-header:hover {
    margin: calc(100vh - 5.25rem);
  }

  .sm\:hover\:m-screen-minus-35\.5:hover {
    margin: calc(100vh - 8.875rem);
  }

  .sm\:hover\:m-screen-minus-36:hover {
    margin: calc(100vh - 9rem);
  }

  .sm\:hover\:m-screen-minus-40:hover {
    margin: calc(100vh - 10rem);
  }

  .sm\:hover\:m-screen-minus-55:hover {
    margin: calc(100vh - 13.75rem);
  }

  .sm\:hover\:m-screen-minus-72:hover {
    margin: calc(100vh - 18rem);
  }

  .sm\:hover\:m-screen-minus-80:hover {
    margin: calc(100vh - 20rem);
  }

  .sm\:hover\:m-full-4:hover {
    margin: calc(100% - 16px);
  }

  .sm\:hover\:m-account-body:hover {
    margin: calc(100vw - 304px);
  }

  .sm\:hover\:m-menu-center:hover {
    margin: calc(50% - 288px);
  }

  .sm\:hover\:m-tutorials-hidden:hover {
    margin: calc(100% - 56px);
  }

  .sm\:hover\:m-popup-full-width:hover {
    margin: calc(100% + 32px);
  }

  .sm\:hover\:m-popup-full-width-md:hover {
    margin: calc(100% + 64px);
  }

  .sm\:hover\:m-popup-full-height:hover {
    margin: calc(100% + 68px);
  }

  .sm\:hover\:m-max-content:hover {
    margin: max-content;
  }

  .sm\:hover\:-m-0:hover {
    margin: 0px;
  }

  .sm\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .sm\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .sm\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .sm\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .sm\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .sm\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .sm\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .sm\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .sm\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .sm\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .sm\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .sm\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .sm\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .sm\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .sm\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .sm\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .sm\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .sm\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .sm\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .sm\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .sm\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .sm\:hover\:-m-29:hover {
    margin: -7.25rem;
  }

  .sm\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .sm\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .sm\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .sm\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .sm\:hover\:-m-42:hover {
    margin: -10.5rem;
  }

  .sm\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .sm\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .sm\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .sm\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .sm\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .sm\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .sm\:hover\:-m-68:hover {
    margin: -17rem;
  }

  .sm\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .sm\:hover\:-m-77:hover {
    margin: -19.25rem;
  }

  .sm\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .sm\:hover\:-m-82:hover {
    margin: -20.5rem;
  }

  .sm\:hover\:-m-88:hover {
    margin: -22rem;
  }

  .sm\:hover\:-m-94:hover {
    margin: -23.5rem;
  }

  .sm\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .sm\:hover\:-m-98:hover {
    margin: -24.5rem;
  }

  .sm\:hover\:-m-104:hover {
    margin: -26rem;
  }

  .sm\:hover\:-m-108:hover {
    margin: -27rem;
  }

  .sm\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .sm\:hover\:-m-112:hover {
    margin: -28rem;
  }

  .sm\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .sm\:hover\:-m-128:hover {
    margin: -32rem;
  }

  .sm\:hover\:-m-132:hover {
    margin: -33rem;
  }

  .sm\:hover\:-m-134:hover {
    margin: -33.5rem;
  }

  .sm\:hover\:-m-135:hover {
    margin: -33.75rem;
  }

  .sm\:hover\:-m-136:hover {
    margin: -34rem;
  }

  .sm\:hover\:-m-144:hover {
    margin: -36rem;
  }

  .sm\:hover\:-m-152:hover {
    margin: -38rem;
  }

  .sm\:hover\:-m-160:hover {
    margin: -40rem;
  }

  .sm\:hover\:-m-164:hover {
    margin: -41rem;
  }

  .sm\:hover\:-m-172:hover {
    margin: -43rem;
  }

  .sm\:hover\:-m-179:hover {
    margin: -44.75rem;
  }

  .sm\:hover\:-m-184:hover {
    margin: -46rem;
  }

  .sm\:hover\:-m-192:hover {
    margin: -48rem;
  }

  .sm\:hover\:-m-224:hover {
    margin: -56rem;
  }

  .sm\:hover\:-m-240:hover {
    margin: -60rem;
  }

  .sm\:hover\:-m-256:hover {
    margin: -64rem;
  }

  .sm\:hover\:-m-265:hover {
    margin: -66.25rem;
  }

  .sm\:hover\:-m-288:hover {
    margin: -72rem;
  }

  .sm\:hover\:-m-384:hover {
    margin: -96rem;
  }

  .sm\:hover\:-m-px:hover {
    margin: -1px;
  }

  .sm\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .sm\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .sm\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .sm\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .sm\:hover\:-m-0\.75:hover {
    margin: -0.1875rem;
  }

  .sm\:hover\:-m-4\.5:hover {
    margin: -1.125rem;
  }

  .sm\:hover\:-m-7\.5:hover {
    margin: -1.875rem;
  }

  .sm\:hover\:-m-9\.5:hover {
    margin: -2.375rem;
  }

  .sm\:hover\:-m-9\.75:hover {
    margin: -2.4375rem;
  }

  .sm\:hover\:-m-12\.5:hover {
    margin: -3.125rem;
  }

  .sm\:hover\:-m-13\.5:hover {
    margin: -3.375rem;
  }

  .sm\:hover\:-m-292\.5:hover {
    margin: -73.125rem;
  }

  .sm\:hover\:-m-1\/24:hover {
    margin: -4.16667%;
  }

  .sm\:hover\:-m-2\/24:hover {
    margin: -8.33333%;
  }

  .sm\:hover\:-m-3\/24:hover {
    margin: -12.5%;
  }

  .sm\:hover\:-m-4\/24:hover {
    margin: -16.66667%;
  }

  .sm\:hover\:-m-5\/24:hover {
    margin: -20.83333%;
  }

  .sm\:hover\:-m-6\/24:hover {
    margin: -25%;
  }

  .sm\:hover\:-m-7\/24:hover {
    margin: -29.16667%;
  }

  .sm\:hover\:-m-8\/24:hover {
    margin: -33.33333%;
  }

  .sm\:hover\:-m-9\/24:hover {
    margin: -37.5%;
  }

  .sm\:hover\:-m-10\/24:hover {
    margin: -41.66667%;
  }

  .sm\:hover\:-m-11\/24:hover {
    margin: -45.83333%;
  }

  .sm\:hover\:-m-12\/24:hover {
    margin: -50%;
  }

  .sm\:hover\:-m-13\/24:hover {
    margin: -54.16667%;
  }

  .sm\:hover\:-m-14\/24:hover {
    margin: -58.33333%;
  }

  .sm\:hover\:-m-15\/24:hover {
    margin: -62.5%;
  }

  .sm\:hover\:-m-16\/24:hover {
    margin: -66.66667%;
  }

  .sm\:hover\:-m-17\/24:hover {
    margin: -70.83333%;
  }

  .sm\:hover\:-m-18\/24:hover {
    margin: -75%;
  }

  .sm\:hover\:-m-19\/24:hover {
    margin: -79.16667%;
  }

  .sm\:hover\:-m-20\/24:hover {
    margin: -83.33333%;
  }

  .sm\:hover\:-m-21\/24:hover {
    margin: -87.5%;
  }

  .sm\:hover\:-m-22\/24:hover {
    margin: -91.66667%;
  }

  .sm\:hover\:-m-23\/24:hover {
    margin: -95.83333%;
  }

  .sm\:hover\:-m-24\/24:hover {
    margin: -100%;
  }

  .sm\:hover\:-m-screen-header:hover {
    margin: -41.55vw;
  }

  .sm\:hover\:-m-screen-60:hover {
    margin: -60vh;
  }

  .sm\:hover\:-m-screen-80:hover {
    margin: -80vh;
  }

  .sm\:hover\:-m-screen-85:hover {
    margin: -85vh;
  }

  .sm\:hover\:-m-screen-90:hover {
    margin: -90vh;
  }

  .sm\:hover\:-m-screen-95:hover {
    margin: -95vh;
  }

  .sm\:hover\:-m-screen-minus-header:hover {
    margin: calc(-100vh - -5.25rem);
  }

  .sm\:hover\:-m-screen-minus-35\.5:hover {
    margin: calc(-100vh - -8.875rem);
  }

  .sm\:hover\:-m-screen-minus-36:hover {
    margin: calc(-100vh - -9rem);
  }

  .sm\:hover\:-m-screen-minus-40:hover {
    margin: calc(-100vh - -10rem);
  }

  .sm\:hover\:-m-screen-minus-55:hover {
    margin: calc(-100vh - -13.75rem);
  }

  .sm\:hover\:-m-screen-minus-72:hover {
    margin: calc(-100vh - -18rem);
  }

  .sm\:hover\:-m-screen-minus-80:hover {
    margin: calc(-100vh - -20rem);
  }

  .sm\:hover\:-m-full-4:hover {
    margin: calc(-100% - -16px);
  }

  .sm\:hover\:-m-account-body:hover {
    margin: calc(-100vw - -304px);
  }

  .sm\:hover\:-m-menu-center:hover {
    margin: calc(-50% - -288px);
  }

  .sm\:hover\:-m-tutorials-hidden:hover {
    margin: calc(-100% - -56px);
  }

  .sm\:hover\:-m-popup-full-width:hover {
    margin: calc(-100% + -32px);
  }

  .sm\:hover\:-m-popup-full-width-md:hover {
    margin: calc(-100% + -64px);
  }

  .sm\:hover\:-m-popup-full-height:hover {
    margin: calc(-100% + -68px);
  }

  .sm\:hover\:-m-max-content:hover {
    margin: max-content;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .sm\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:mx-29 {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .sm\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .sm\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .sm\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:mx-77 {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:mx-82 {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .sm\:mx-88 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sm\:mx-94 {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .sm\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:mx-98 {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .sm\:mx-104 {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .sm\:mx-108 {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .sm\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .sm\:mx-112 {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .sm\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .sm\:mx-132 {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .sm\:mx-134 {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .sm\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .sm\:mx-136 {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .sm\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .sm\:mx-152 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .sm\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .sm\:mx-164 {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .sm\:mx-172 {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .sm\:mx-179 {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .sm\:mx-184 {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .sm\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .sm\:mx-224 {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .sm\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .sm\:mx-256 {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .sm\:mx-265 {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .sm\:mx-288 {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .sm\:mx-384 {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:mx-0\.75 {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .sm\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .sm\:mx-7\.5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:mx-9\.5 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .sm\:mx-9\.75 {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .sm\:mx-12\.5 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:mx-13\.5 {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .sm\:mx-292\.5 {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .sm\:mx-1\/24 {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .sm\:mx-2\/24 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .sm\:mx-3\/24 {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .sm\:mx-4\/24 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:mx-5\/24 {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .sm\:mx-6\/24 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:mx-7\/24 {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .sm\:mx-8\/24 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:mx-9\/24 {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .sm\:mx-10\/24 {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .sm\:mx-11\/24 {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .sm\:mx-12\/24 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:mx-13\/24 {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .sm\:mx-14\/24 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .sm\:mx-15\/24 {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .sm\:mx-16\/24 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:mx-17\/24 {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .sm\:mx-18\/24 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:mx-19\/24 {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .sm\:mx-20\/24 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:mx-21\/24 {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .sm\:mx-22\/24 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .sm\:mx-23\/24 {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .sm\:mx-24\/24 {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:mx-screen-header {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .sm\:mx-screen-60 {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .sm\:mx-screen-80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm\:mx-screen-85 {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .sm\:mx-screen-90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .sm\:mx-screen-95 {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .sm\:mx-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .sm\:mx-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .sm\:mx-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .sm\:mx-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .sm\:mx-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .sm\:mx-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .sm\:mx-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .sm\:mx-full-4 {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .sm\:mx-account-body {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .sm\:mx-menu-center {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .sm\:mx-tutorials-hidden {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .sm\:mx-popup-full-width {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .sm\:mx-popup-full-width-md {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .sm\:mx-popup-full-height {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .sm\:mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .sm\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .sm\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:-mx-29 {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .sm\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .sm\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .sm\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:-mx-77 {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:-mx-82 {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .sm\:-mx-88 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sm\:-mx-94 {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .sm\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:-mx-98 {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .sm\:-mx-104 {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .sm\:-mx-108 {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .sm\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .sm\:-mx-112 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .sm\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .sm\:-mx-132 {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .sm\:-mx-134 {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .sm\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .sm\:-mx-136 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .sm\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .sm\:-mx-152 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sm\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .sm\:-mx-164 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .sm\:-mx-172 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .sm\:-mx-179 {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .sm\:-mx-184 {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .sm\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .sm\:-mx-224 {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .sm\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .sm\:-mx-256 {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .sm\:-mx-265 {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .sm\:-mx-288 {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .sm\:-mx-384 {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .sm\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:-mx-0\.75 {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .sm\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .sm\:-mx-7\.5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:-mx-9\.5 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .sm\:-mx-9\.75 {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .sm\:-mx-12\.5 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:-mx-13\.5 {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .sm\:-mx-292\.5 {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .sm\:-mx-1\/24 {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .sm\:-mx-2\/24 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .sm\:-mx-3\/24 {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .sm\:-mx-4\/24 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:-mx-5\/24 {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .sm\:-mx-6\/24 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:-mx-7\/24 {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .sm\:-mx-8\/24 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:-mx-9\/24 {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .sm\:-mx-10\/24 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .sm\:-mx-11\/24 {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .sm\:-mx-12\/24 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-mx-13\/24 {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .sm\:-mx-14\/24 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .sm\:-mx-15\/24 {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .sm\:-mx-16\/24 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:-mx-17\/24 {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .sm\:-mx-18\/24 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:-mx-19\/24 {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .sm\:-mx-20\/24 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:-mx-21\/24 {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .sm\:-mx-22\/24 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .sm\:-mx-23\/24 {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .sm\:-mx-24\/24 {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:-mx-screen-header {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .sm\:-mx-screen-60 {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .sm\:-mx-screen-80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm\:-mx-screen-85 {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .sm\:-mx-screen-90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .sm\:-mx-screen-95 {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .sm\:-mx-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .sm\:-mx-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .sm\:-mx-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .sm\:-mx-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .sm\:-mx-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .sm\:-mx-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .sm\:-mx-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .sm\:-mx-full-4 {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .sm\:-mx-account-body {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .sm\:-mx-menu-center {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .sm\:-mx-tutorials-hidden {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .sm\:-mx-popup-full-width {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .sm\:-mx-popup-full-width-md {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .sm\:-mx-popup-full-height {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .sm\:-mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .sm\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:my-29 {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .sm\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .sm\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .sm\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:my-77 {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:my-82 {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .sm\:my-88 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sm\:my-94 {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .sm\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:my-98 {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .sm\:my-104 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .sm\:my-108 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .sm\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .sm\:my-112 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .sm\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm\:my-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .sm\:my-132 {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .sm\:my-134 {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .sm\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .sm\:my-136 {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .sm\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .sm\:my-152 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sm\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .sm\:my-164 {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .sm\:my-172 {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .sm\:my-179 {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .sm\:my-184 {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .sm\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .sm\:my-224 {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .sm\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .sm\:my-256 {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .sm\:my-265 {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .sm\:my-288 {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .sm\:my-384 {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .sm\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:my-0\.75 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .sm\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .sm\:my-7\.5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:my-9\.5 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .sm\:my-9\.75 {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .sm\:my-12\.5 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:my-13\.5 {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .sm\:my-292\.5 {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .sm\:my-1\/24 {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .sm\:my-2\/24 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .sm\:my-3\/24 {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .sm\:my-4\/24 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:my-5\/24 {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .sm\:my-6\/24 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:my-7\/24 {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .sm\:my-8\/24 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:my-9\/24 {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .sm\:my-10\/24 {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .sm\:my-11\/24 {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .sm\:my-12\/24 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:my-13\/24 {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .sm\:my-14\/24 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .sm\:my-15\/24 {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .sm\:my-16\/24 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:my-17\/24 {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .sm\:my-18\/24 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:my-19\/24 {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .sm\:my-20\/24 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:my-21\/24 {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .sm\:my-22\/24 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .sm\:my-23\/24 {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .sm\:my-24\/24 {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:my-screen-header {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .sm\:my-screen-60 {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .sm\:my-screen-80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm\:my-screen-85 {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .sm\:my-screen-90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .sm\:my-screen-95 {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .sm\:my-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .sm\:my-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .sm\:my-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .sm\:my-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .sm\:my-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .sm\:my-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .sm\:my-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .sm\:my-full-4 {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .sm\:my-account-body {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .sm\:my-menu-center {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .sm\:my-tutorials-hidden {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .sm\:my-popup-full-width {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .sm\:my-popup-full-width-md {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .sm\:my-popup-full-height {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .sm\:my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .sm\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .sm\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:-my-29 {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .sm\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .sm\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .sm\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:-my-77 {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:-my-82 {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .sm\:-my-88 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sm\:-my-94 {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .sm\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:-my-98 {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .sm\:-my-104 {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .sm\:-my-108 {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .sm\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .sm\:-my-112 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .sm\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm\:-my-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .sm\:-my-132 {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .sm\:-my-134 {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .sm\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .sm\:-my-136 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .sm\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .sm\:-my-152 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sm\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .sm\:-my-164 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .sm\:-my-172 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .sm\:-my-179 {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .sm\:-my-184 {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .sm\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .sm\:-my-224 {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .sm\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .sm\:-my-256 {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .sm\:-my-265 {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .sm\:-my-288 {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .sm\:-my-384 {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:-my-0\.75 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .sm\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .sm\:-my-7\.5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:-my-9\.5 {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .sm\:-my-9\.75 {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .sm\:-my-12\.5 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:-my-13\.5 {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .sm\:-my-292\.5 {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .sm\:-my-1\/24 {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .sm\:-my-2\/24 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .sm\:-my-3\/24 {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .sm\:-my-4\/24 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:-my-5\/24 {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .sm\:-my-6\/24 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:-my-7\/24 {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .sm\:-my-8\/24 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:-my-9\/24 {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .sm\:-my-10\/24 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .sm\:-my-11\/24 {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .sm\:-my-12\/24 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-my-13\/24 {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .sm\:-my-14\/24 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .sm\:-my-15\/24 {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .sm\:-my-16\/24 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:-my-17\/24 {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .sm\:-my-18\/24 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:-my-19\/24 {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .sm\:-my-20\/24 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:-my-21\/24 {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .sm\:-my-22\/24 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .sm\:-my-23\/24 {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .sm\:-my-24\/24 {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:-my-screen-header {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .sm\:-my-screen-60 {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .sm\:-my-screen-80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm\:-my-screen-85 {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .sm\:-my-screen-90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .sm\:-my-screen-95 {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .sm\:-my-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .sm\:-my-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .sm\:-my-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .sm\:-my-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .sm\:-my-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .sm\:-my-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .sm\:-my-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .sm\:-my-full-4 {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .sm\:-my-account-body {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .sm\:-my-menu-center {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .sm\:-my-tutorials-hidden {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .sm\:-my-popup-full-width {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .sm\:-my-popup-full-width-md {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .sm\:-my-popup-full-height {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .sm\:-my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .sm\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sm\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .sm\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .sm\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .sm\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .sm\:hover\:mx-29:hover {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .sm\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .sm\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .sm\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:hover\:mx-42:hover {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .sm\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .sm\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .sm\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .sm\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:hover\:mx-68:hover {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .sm\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .sm\:hover\:mx-77:hover {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .sm\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .sm\:hover\:mx-82:hover {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .sm\:hover\:mx-88:hover {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .sm\:hover\:mx-94:hover {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .sm\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .sm\:hover\:mx-98:hover {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .sm\:hover\:mx-104:hover {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .sm\:hover\:mx-108:hover {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .sm\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .sm\:hover\:mx-112:hover {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .sm\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .sm\:hover\:mx-128:hover {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .sm\:hover\:mx-132:hover {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .sm\:hover\:mx-134:hover {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .sm\:hover\:mx-135:hover {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .sm\:hover\:mx-136:hover {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .sm\:hover\:mx-144:hover {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .sm\:hover\:mx-152:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .sm\:hover\:mx-160:hover {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .sm\:hover\:mx-164:hover {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .sm\:hover\:mx-172:hover {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .sm\:hover\:mx-179:hover {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .sm\:hover\:mx-184:hover {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .sm\:hover\:mx-192:hover {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .sm\:hover\:mx-224:hover {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .sm\:hover\:mx-240:hover {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .sm\:hover\:mx-256:hover {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .sm\:hover\:mx-265:hover {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .sm\:hover\:mx-288:hover {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .sm\:hover\:mx-384:hover {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .sm\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .sm\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .sm\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sm\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .sm\:hover\:mx-0\.75:hover {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .sm\:hover\:mx-4\.5:hover {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .sm\:hover\:mx-7\.5:hover {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .sm\:hover\:mx-9\.5:hover {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .sm\:hover\:mx-9\.75:hover {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .sm\:hover\:mx-12\.5:hover {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .sm\:hover\:mx-13\.5:hover {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .sm\:hover\:mx-292\.5:hover {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .sm\:hover\:mx-1\/24:hover {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .sm\:hover\:mx-2\/24:hover {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .sm\:hover\:mx-3\/24:hover {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .sm\:hover\:mx-4\/24:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:hover\:mx-5\/24:hover {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .sm\:hover\:mx-6\/24:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:hover\:mx-7\/24:hover {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .sm\:hover\:mx-8\/24:hover {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:hover\:mx-9\/24:hover {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .sm\:hover\:mx-10\/24:hover {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .sm\:hover\:mx-11\/24:hover {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .sm\:hover\:mx-12\/24:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:hover\:mx-13\/24:hover {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .sm\:hover\:mx-14\/24:hover {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .sm\:hover\:mx-15\/24:hover {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .sm\:hover\:mx-16\/24:hover {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:hover\:mx-17\/24:hover {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .sm\:hover\:mx-18\/24:hover {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:hover\:mx-19\/24:hover {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .sm\:hover\:mx-20\/24:hover {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:hover\:mx-21\/24:hover {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .sm\:hover\:mx-22\/24:hover {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .sm\:hover\:mx-23\/24:hover {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .sm\:hover\:mx-24\/24:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:hover\:mx-screen-header:hover {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .sm\:hover\:mx-screen-60:hover {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .sm\:hover\:mx-screen-80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .sm\:hover\:mx-screen-85:hover {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .sm\:hover\:mx-screen-90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .sm\:hover\:mx-screen-95:hover {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .sm\:hover\:mx-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .sm\:hover\:mx-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .sm\:hover\:mx-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .sm\:hover\:mx-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .sm\:hover\:mx-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .sm\:hover\:mx-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .sm\:hover\:mx-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .sm\:hover\:mx-full-4:hover {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .sm\:hover\:mx-account-body:hover {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .sm\:hover\:mx-menu-center:hover {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .sm\:hover\:mx-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .sm\:hover\:mx-popup-full-width:hover {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .sm\:hover\:mx-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .sm\:hover\:mx-popup-full-height:hover {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .sm\:hover\:mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .sm\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sm\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .sm\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .sm\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .sm\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .sm\:hover\:-mx-29:hover {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .sm\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .sm\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .sm\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:hover\:-mx-42:hover {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .sm\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .sm\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .sm\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .sm\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:hover\:-mx-68:hover {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .sm\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .sm\:hover\:-mx-77:hover {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .sm\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .sm\:hover\:-mx-82:hover {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .sm\:hover\:-mx-88:hover {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .sm\:hover\:-mx-94:hover {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .sm\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .sm\:hover\:-mx-98:hover {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .sm\:hover\:-mx-104:hover {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .sm\:hover\:-mx-108:hover {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .sm\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .sm\:hover\:-mx-112:hover {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .sm\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .sm\:hover\:-mx-128:hover {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .sm\:hover\:-mx-132:hover {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .sm\:hover\:-mx-134:hover {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .sm\:hover\:-mx-135:hover {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .sm\:hover\:-mx-136:hover {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .sm\:hover\:-mx-144:hover {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .sm\:hover\:-mx-152:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .sm\:hover\:-mx-160:hover {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .sm\:hover\:-mx-164:hover {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .sm\:hover\:-mx-172:hover {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .sm\:hover\:-mx-179:hover {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .sm\:hover\:-mx-184:hover {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .sm\:hover\:-mx-192:hover {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .sm\:hover\:-mx-224:hover {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .sm\:hover\:-mx-240:hover {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .sm\:hover\:-mx-256:hover {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .sm\:hover\:-mx-265:hover {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .sm\:hover\:-mx-288:hover {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .sm\:hover\:-mx-384:hover {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .sm\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .sm\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .sm\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .sm\:hover\:-mx-0\.75:hover {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .sm\:hover\:-mx-4\.5:hover {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .sm\:hover\:-mx-7\.5:hover {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .sm\:hover\:-mx-9\.5:hover {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .sm\:hover\:-mx-9\.75:hover {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .sm\:hover\:-mx-12\.5:hover {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .sm\:hover\:-mx-13\.5:hover {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .sm\:hover\:-mx-292\.5:hover {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .sm\:hover\:-mx-1\/24:hover {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .sm\:hover\:-mx-2\/24:hover {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .sm\:hover\:-mx-3\/24:hover {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .sm\:hover\:-mx-4\/24:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:hover\:-mx-5\/24:hover {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .sm\:hover\:-mx-6\/24:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:hover\:-mx-7\/24:hover {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .sm\:hover\:-mx-8\/24:hover {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:hover\:-mx-9\/24:hover {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .sm\:hover\:-mx-10\/24:hover {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .sm\:hover\:-mx-11\/24:hover {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .sm\:hover\:-mx-12\/24:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:hover\:-mx-13\/24:hover {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .sm\:hover\:-mx-14\/24:hover {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .sm\:hover\:-mx-15\/24:hover {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .sm\:hover\:-mx-16\/24:hover {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:hover\:-mx-17\/24:hover {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .sm\:hover\:-mx-18\/24:hover {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:hover\:-mx-19\/24:hover {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .sm\:hover\:-mx-20\/24:hover {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:hover\:-mx-21\/24:hover {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .sm\:hover\:-mx-22\/24:hover {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .sm\:hover\:-mx-23\/24:hover {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .sm\:hover\:-mx-24\/24:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:hover\:-mx-screen-header:hover {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .sm\:hover\:-mx-screen-60:hover {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .sm\:hover\:-mx-screen-80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .sm\:hover\:-mx-screen-85:hover {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .sm\:hover\:-mx-screen-90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .sm\:hover\:-mx-screen-95:hover {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .sm\:hover\:-mx-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .sm\:hover\:-mx-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .sm\:hover\:-mx-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .sm\:hover\:-mx-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .sm\:hover\:-mx-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .sm\:hover\:-mx-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .sm\:hover\:-mx-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .sm\:hover\:-mx-full-4:hover {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .sm\:hover\:-mx-account-body:hover {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .sm\:hover\:-mx-menu-center:hover {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .sm\:hover\:-mx-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .sm\:hover\:-mx-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .sm\:hover\:-mx-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .sm\:hover\:-mx-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .sm\:hover\:-mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .sm\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sm\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:hover\:my-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .sm\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .sm\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:hover\:my-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .sm\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .sm\:hover\:my-29:hover {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .sm\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:hover\:my-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .sm\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .sm\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:hover\:my-42:hover {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .sm\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .sm\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .sm\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .sm\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:hover\:my-68:hover {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .sm\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .sm\:hover\:my-77:hover {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .sm\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .sm\:hover\:my-82:hover {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .sm\:hover\:my-88:hover {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .sm\:hover\:my-94:hover {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .sm\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .sm\:hover\:my-98:hover {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .sm\:hover\:my-104:hover {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .sm\:hover\:my-108:hover {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .sm\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .sm\:hover\:my-112:hover {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .sm\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .sm\:hover\:my-128:hover {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .sm\:hover\:my-132:hover {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .sm\:hover\:my-134:hover {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .sm\:hover\:my-135:hover {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .sm\:hover\:my-136:hover {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .sm\:hover\:my-144:hover {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .sm\:hover\:my-152:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .sm\:hover\:my-160:hover {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .sm\:hover\:my-164:hover {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .sm\:hover\:my-172:hover {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .sm\:hover\:my-179:hover {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .sm\:hover\:my-184:hover {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .sm\:hover\:my-192:hover {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .sm\:hover\:my-224:hover {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .sm\:hover\:my-240:hover {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .sm\:hover\:my-256:hover {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .sm\:hover\:my-265:hover {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .sm\:hover\:my-288:hover {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .sm\:hover\:my-384:hover {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .sm\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .sm\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .sm\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sm\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .sm\:hover\:my-0\.75:hover {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .sm\:hover\:my-4\.5:hover {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .sm\:hover\:my-7\.5:hover {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .sm\:hover\:my-9\.5:hover {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .sm\:hover\:my-9\.75:hover {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .sm\:hover\:my-12\.5:hover {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .sm\:hover\:my-13\.5:hover {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .sm\:hover\:my-292\.5:hover {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .sm\:hover\:my-1\/24:hover {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .sm\:hover\:my-2\/24:hover {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .sm\:hover\:my-3\/24:hover {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .sm\:hover\:my-4\/24:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:hover\:my-5\/24:hover {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .sm\:hover\:my-6\/24:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:hover\:my-7\/24:hover {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .sm\:hover\:my-8\/24:hover {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:hover\:my-9\/24:hover {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .sm\:hover\:my-10\/24:hover {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .sm\:hover\:my-11\/24:hover {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .sm\:hover\:my-12\/24:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:hover\:my-13\/24:hover {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .sm\:hover\:my-14\/24:hover {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .sm\:hover\:my-15\/24:hover {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .sm\:hover\:my-16\/24:hover {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:hover\:my-17\/24:hover {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .sm\:hover\:my-18\/24:hover {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:hover\:my-19\/24:hover {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .sm\:hover\:my-20\/24:hover {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:hover\:my-21\/24:hover {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .sm\:hover\:my-22\/24:hover {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .sm\:hover\:my-23\/24:hover {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .sm\:hover\:my-24\/24:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:hover\:my-screen-header:hover {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .sm\:hover\:my-screen-60:hover {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .sm\:hover\:my-screen-80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .sm\:hover\:my-screen-85:hover {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .sm\:hover\:my-screen-90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .sm\:hover\:my-screen-95:hover {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .sm\:hover\:my-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .sm\:hover\:my-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .sm\:hover\:my-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .sm\:hover\:my-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .sm\:hover\:my-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .sm\:hover\:my-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .sm\:hover\:my-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .sm\:hover\:my-full-4:hover {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .sm\:hover\:my-account-body:hover {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .sm\:hover\:my-menu-center:hover {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .sm\:hover\:my-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .sm\:hover\:my-popup-full-width:hover {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .sm\:hover\:my-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .sm\:hover\:my-popup-full-height:hover {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .sm\:hover\:my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .sm\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .sm\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sm\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:hover\:-my-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .sm\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .sm\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:hover\:-my-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .sm\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .sm\:hover\:-my-29:hover {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .sm\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:hover\:-my-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .sm\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .sm\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:hover\:-my-42:hover {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .sm\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .sm\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .sm\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .sm\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:hover\:-my-68:hover {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .sm\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .sm\:hover\:-my-77:hover {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .sm\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .sm\:hover\:-my-82:hover {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .sm\:hover\:-my-88:hover {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .sm\:hover\:-my-94:hover {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .sm\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .sm\:hover\:-my-98:hover {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .sm\:hover\:-my-104:hover {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .sm\:hover\:-my-108:hover {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .sm\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .sm\:hover\:-my-112:hover {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .sm\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .sm\:hover\:-my-128:hover {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .sm\:hover\:-my-132:hover {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .sm\:hover\:-my-134:hover {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .sm\:hover\:-my-135:hover {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .sm\:hover\:-my-136:hover {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .sm\:hover\:-my-144:hover {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .sm\:hover\:-my-152:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .sm\:hover\:-my-160:hover {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .sm\:hover\:-my-164:hover {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .sm\:hover\:-my-172:hover {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .sm\:hover\:-my-179:hover {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .sm\:hover\:-my-184:hover {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .sm\:hover\:-my-192:hover {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .sm\:hover\:-my-224:hover {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .sm\:hover\:-my-240:hover {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .sm\:hover\:-my-256:hover {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .sm\:hover\:-my-265:hover {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .sm\:hover\:-my-288:hover {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .sm\:hover\:-my-384:hover {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .sm\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .sm\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .sm\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sm\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .sm\:hover\:-my-0\.75:hover {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .sm\:hover\:-my-4\.5:hover {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .sm\:hover\:-my-7\.5:hover {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .sm\:hover\:-my-9\.5:hover {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .sm\:hover\:-my-9\.75:hover {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .sm\:hover\:-my-12\.5:hover {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .sm\:hover\:-my-13\.5:hover {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .sm\:hover\:-my-292\.5:hover {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .sm\:hover\:-my-1\/24:hover {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .sm\:hover\:-my-2\/24:hover {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .sm\:hover\:-my-3\/24:hover {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .sm\:hover\:-my-4\/24:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:hover\:-my-5\/24:hover {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .sm\:hover\:-my-6\/24:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:hover\:-my-7\/24:hover {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .sm\:hover\:-my-8\/24:hover {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:hover\:-my-9\/24:hover {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .sm\:hover\:-my-10\/24:hover {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .sm\:hover\:-my-11\/24:hover {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .sm\:hover\:-my-12\/24:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:hover\:-my-13\/24:hover {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .sm\:hover\:-my-14\/24:hover {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .sm\:hover\:-my-15\/24:hover {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .sm\:hover\:-my-16\/24:hover {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:hover\:-my-17\/24:hover {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .sm\:hover\:-my-18\/24:hover {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:hover\:-my-19\/24:hover {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .sm\:hover\:-my-20\/24:hover {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:hover\:-my-21\/24:hover {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .sm\:hover\:-my-22\/24:hover {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .sm\:hover\:-my-23\/24:hover {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .sm\:hover\:-my-24\/24:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:hover\:-my-screen-header:hover {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .sm\:hover\:-my-screen-60:hover {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .sm\:hover\:-my-screen-80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .sm\:hover\:-my-screen-85:hover {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .sm\:hover\:-my-screen-90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .sm\:hover\:-my-screen-95:hover {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .sm\:hover\:-my-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .sm\:hover\:-my-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .sm\:hover\:-my-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .sm\:hover\:-my-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .sm\:hover\:-my-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .sm\:hover\:-my-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .sm\:hover\:-my-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .sm\:hover\:-my-full-4:hover {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .sm\:hover\:-my-account-body:hover {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .sm\:hover\:-my-menu-center:hover {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .sm\:hover\:-my-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .sm\:hover\:-my-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .sm\:hover\:-my-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .sm\:hover\:-my-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .sm\:hover\:-my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-18 {
    margin-top: 4.5rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:mt-21 {
    margin-top: 5.25rem;
  }

  .sm\:mt-22 {
    margin-top: 5.5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-26 {
    margin-top: 6.5rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:mt-29 {
    margin-top: 7.25rem;
  }

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-34 {
    margin-top: 8.5rem;
  }

  .sm\:mt-36 {
    margin-top: 9rem;
  }

  .sm\:mt-40 {
    margin-top: 10rem;
  }

  .sm\:mt-42 {
    margin-top: 10.5rem;
  }

  .sm\:mt-44 {
    margin-top: 11rem;
  }

  .sm\:mt-48 {
    margin-top: 12rem;
  }

  .sm\:mt-52 {
    margin-top: 13rem;
  }

  .sm\:mt-56 {
    margin-top: 14rem;
  }

  .sm\:mt-60 {
    margin-top: 15rem;
  }

  .sm\:mt-64 {
    margin-top: 16rem;
  }

  .sm\:mt-68 {
    margin-top: 17rem;
  }

  .sm\:mt-72 {
    margin-top: 18rem;
  }

  .sm\:mt-77 {
    margin-top: 19.25rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .sm\:mt-82 {
    margin-top: 20.5rem;
  }

  .sm\:mt-88 {
    margin-top: 22rem;
  }

  .sm\:mt-94 {
    margin-top: 23.5rem;
  }

  .sm\:mt-96 {
    margin-top: 24rem;
  }

  .sm\:mt-98 {
    margin-top: 24.5rem;
  }

  .sm\:mt-104 {
    margin-top: 26rem;
  }

  .sm\:mt-108 {
    margin-top: 27rem;
  }

  .sm\:mt-110 {
    margin-top: 27.5rem;
  }

  .sm\:mt-112 {
    margin-top: 28rem;
  }

  .sm\:mt-120 {
    margin-top: 30rem;
  }

  .sm\:mt-128 {
    margin-top: 32rem;
  }

  .sm\:mt-132 {
    margin-top: 33rem;
  }

  .sm\:mt-134 {
    margin-top: 33.5rem;
  }

  .sm\:mt-135 {
    margin-top: 33.75rem;
  }

  .sm\:mt-136 {
    margin-top: 34rem;
  }

  .sm\:mt-144 {
    margin-top: 36rem;
  }

  .sm\:mt-152 {
    margin-top: 38rem;
  }

  .sm\:mt-160 {
    margin-top: 40rem;
  }

  .sm\:mt-164 {
    margin-top: 41rem;
  }

  .sm\:mt-172 {
    margin-top: 43rem;
  }

  .sm\:mt-179 {
    margin-top: 44.75rem;
  }

  .sm\:mt-184 {
    margin-top: 46rem;
  }

  .sm\:mt-192 {
    margin-top: 48rem;
  }

  .sm\:mt-224 {
    margin-top: 56rem;
  }

  .sm\:mt-240 {
    margin-top: 60rem;
  }

  .sm\:mt-256 {
    margin-top: 64rem;
  }

  .sm\:mt-265 {
    margin-top: 66.25rem;
  }

  .sm\:mt-288 {
    margin-top: 72rem;
  }

  .sm\:mt-384 {
    margin-top: 96rem;
  }

  .sm\:mt-auto {
    margin-top: auto;
  }

  .sm\:mt-px {
    margin-top: 1px;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .sm\:mt-0\.75 {
    margin-top: 0.1875rem;
  }

  .sm\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .sm\:mt-7\.5 {
    margin-top: 1.875rem;
  }

  .sm\:mt-9\.5 {
    margin-top: 2.375rem;
  }

  .sm\:mt-9\.75 {
    margin-top: 2.4375rem;
  }

  .sm\:mt-12\.5 {
    margin-top: 3.125rem;
  }

  .sm\:mt-13\.5 {
    margin-top: 3.375rem;
  }

  .sm\:mt-292\.5 {
    margin-top: 73.125rem;
  }

  .sm\:mt-1\/24 {
    margin-top: 4.166667%;
  }

  .sm\:mt-2\/24 {
    margin-top: 8.333333%;
  }

  .sm\:mt-3\/24 {
    margin-top: 12.5%;
  }

  .sm\:mt-4\/24 {
    margin-top: 16.666667%;
  }

  .sm\:mt-5\/24 {
    margin-top: 20.833333%;
  }

  .sm\:mt-6\/24 {
    margin-top: 25%;
  }

  .sm\:mt-7\/24 {
    margin-top: 29.166666%;
  }

  .sm\:mt-8\/24 {
    margin-top: 33.333333%;
  }

  .sm\:mt-9\/24 {
    margin-top: 37.5%;
  }

  .sm\:mt-10\/24 {
    margin-top: 41.666666%;
  }

  .sm\:mt-11\/24 {
    margin-top: 45.833333%;
  }

  .sm\:mt-12\/24 {
    margin-top: 50%;
  }

  .sm\:mt-13\/24 {
    margin-top: 54.166666%;
  }

  .sm\:mt-14\/24 {
    margin-top: 58.333333%;
  }

  .sm\:mt-15\/24 {
    margin-top: 62.5%;
  }

  .sm\:mt-16\/24 {
    margin-top: 66.666667%;
  }

  .sm\:mt-17\/24 {
    margin-top: 70.833333%;
  }

  .sm\:mt-18\/24 {
    margin-top: 75%;
  }

  .sm\:mt-19\/24 {
    margin-top: 79.166667%;
  }

  .sm\:mt-20\/24 {
    margin-top: 83.333333%;
  }

  .sm\:mt-21\/24 {
    margin-top: 87.5%;
  }

  .sm\:mt-22\/24 {
    margin-top: 91.666667%;
  }

  .sm\:mt-23\/24 {
    margin-top: 95.833333%;
  }

  .sm\:mt-24\/24 {
    margin-top: 100%;
  }

  .sm\:mt-screen-header {
    margin-top: 41.55vw;
  }

  .sm\:mt-screen-60 {
    margin-top: 60vh;
  }

  .sm\:mt-screen-80 {
    margin-top: 80vh;
  }

  .sm\:mt-screen-85 {
    margin-top: 85vh;
  }

  .sm\:mt-screen-90 {
    margin-top: 90vh;
  }

  .sm\:mt-screen-95 {
    margin-top: 95vh;
  }

  .sm\:mt-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
  }

  .sm\:mt-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
  }

  .sm\:mt-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
  }

  .sm\:mt-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
  }

  .sm\:mt-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
  }

  .sm\:mt-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
  }

  .sm\:mt-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
  }

  .sm\:mt-full-4 {
    margin-top: calc(100% - 16px);
  }

  .sm\:mt-account-body {
    margin-top: calc(100vw - 304px);
  }

  .sm\:mt-menu-center {
    margin-top: calc(50% - 288px);
  }

  .sm\:mt-tutorials-hidden {
    margin-top: calc(100% - 56px);
  }

  .sm\:mt-popup-full-width {
    margin-top: calc(100% + 32px);
  }

  .sm\:mt-popup-full-width-md {
    margin-top: calc(100% + 64px);
  }

  .sm\:mt-popup-full-height {
    margin-top: calc(100% + 68px);
  }

  .sm\:mt-max-content {
    margin-top: max-content;
  }

  .sm\:-mt-0 {
    margin-top: 0px;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mt-18 {
    margin-top: -4.5rem;
  }

  .sm\:-mt-20 {
    margin-top: -5rem;
  }

  .sm\:-mt-21 {
    margin-top: -5.25rem;
  }

  .sm\:-mt-22 {
    margin-top: -5.5rem;
  }

  .sm\:-mt-24 {
    margin-top: -6rem;
  }

  .sm\:-mt-26 {
    margin-top: -6.5rem;
  }

  .sm\:-mt-28 {
    margin-top: -7rem;
  }

  .sm\:-mt-29 {
    margin-top: -7.25rem;
  }

  .sm\:-mt-32 {
    margin-top: -8rem;
  }

  .sm\:-mt-34 {
    margin-top: -8.5rem;
  }

  .sm\:-mt-36 {
    margin-top: -9rem;
  }

  .sm\:-mt-40 {
    margin-top: -10rem;
  }

  .sm\:-mt-42 {
    margin-top: -10.5rem;
  }

  .sm\:-mt-44 {
    margin-top: -11rem;
  }

  .sm\:-mt-48 {
    margin-top: -12rem;
  }

  .sm\:-mt-52 {
    margin-top: -13rem;
  }

  .sm\:-mt-56 {
    margin-top: -14rem;
  }

  .sm\:-mt-60 {
    margin-top: -15rem;
  }

  .sm\:-mt-64 {
    margin-top: -16rem;
  }

  .sm\:-mt-68 {
    margin-top: -17rem;
  }

  .sm\:-mt-72 {
    margin-top: -18rem;
  }

  .sm\:-mt-77 {
    margin-top: -19.25rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .sm\:-mt-82 {
    margin-top: -20.5rem;
  }

  .sm\:-mt-88 {
    margin-top: -22rem;
  }

  .sm\:-mt-94 {
    margin-top: -23.5rem;
  }

  .sm\:-mt-96 {
    margin-top: -24rem;
  }

  .sm\:-mt-98 {
    margin-top: -24.5rem;
  }

  .sm\:-mt-104 {
    margin-top: -26rem;
  }

  .sm\:-mt-108 {
    margin-top: -27rem;
  }

  .sm\:-mt-110 {
    margin-top: -27.5rem;
  }

  .sm\:-mt-112 {
    margin-top: -28rem;
  }

  .sm\:-mt-120 {
    margin-top: -30rem;
  }

  .sm\:-mt-128 {
    margin-top: -32rem;
  }

  .sm\:-mt-132 {
    margin-top: -33rem;
  }

  .sm\:-mt-134 {
    margin-top: -33.5rem;
  }

  .sm\:-mt-135 {
    margin-top: -33.75rem;
  }

  .sm\:-mt-136 {
    margin-top: -34rem;
  }

  .sm\:-mt-144 {
    margin-top: -36rem;
  }

  .sm\:-mt-152 {
    margin-top: -38rem;
  }

  .sm\:-mt-160 {
    margin-top: -40rem;
  }

  .sm\:-mt-164 {
    margin-top: -41rem;
  }

  .sm\:-mt-172 {
    margin-top: -43rem;
  }

  .sm\:-mt-179 {
    margin-top: -44.75rem;
  }

  .sm\:-mt-184 {
    margin-top: -46rem;
  }

  .sm\:-mt-192 {
    margin-top: -48rem;
  }

  .sm\:-mt-224 {
    margin-top: -56rem;
  }

  .sm\:-mt-240 {
    margin-top: -60rem;
  }

  .sm\:-mt-256 {
    margin-top: -64rem;
  }

  .sm\:-mt-265 {
    margin-top: -66.25rem;
  }

  .sm\:-mt-288 {
    margin-top: -72rem;
  }

  .sm\:-mt-384 {
    margin-top: -96rem;
  }

  .sm\:-mt-px {
    margin-top: -1px;
  }

  .sm\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .sm\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .sm\:-mt-0\.75 {
    margin-top: -0.1875rem;
  }

  .sm\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .sm\:-mt-7\.5 {
    margin-top: -1.875rem;
  }

  .sm\:-mt-9\.5 {
    margin-top: -2.375rem;
  }

  .sm\:-mt-9\.75 {
    margin-top: -2.4375rem;
  }

  .sm\:-mt-12\.5 {
    margin-top: -3.125rem;
  }

  .sm\:-mt-13\.5 {
    margin-top: -3.375rem;
  }

  .sm\:-mt-292\.5 {
    margin-top: -73.125rem;
  }

  .sm\:-mt-1\/24 {
    margin-top: -4.16667%;
  }

  .sm\:-mt-2\/24 {
    margin-top: -8.33333%;
  }

  .sm\:-mt-3\/24 {
    margin-top: -12.5%;
  }

  .sm\:-mt-4\/24 {
    margin-top: -16.66667%;
  }

  .sm\:-mt-5\/24 {
    margin-top: -20.83333%;
  }

  .sm\:-mt-6\/24 {
    margin-top: -25%;
  }

  .sm\:-mt-7\/24 {
    margin-top: -29.16667%;
  }

  .sm\:-mt-8\/24 {
    margin-top: -33.33333%;
  }

  .sm\:-mt-9\/24 {
    margin-top: -37.5%;
  }

  .sm\:-mt-10\/24 {
    margin-top: -41.66667%;
  }

  .sm\:-mt-11\/24 {
    margin-top: -45.83333%;
  }

  .sm\:-mt-12\/24 {
    margin-top: -50%;
  }

  .sm\:-mt-13\/24 {
    margin-top: -54.16667%;
  }

  .sm\:-mt-14\/24 {
    margin-top: -58.33333%;
  }

  .sm\:-mt-15\/24 {
    margin-top: -62.5%;
  }

  .sm\:-mt-16\/24 {
    margin-top: -66.66667%;
  }

  .sm\:-mt-17\/24 {
    margin-top: -70.83333%;
  }

  .sm\:-mt-18\/24 {
    margin-top: -75%;
  }

  .sm\:-mt-19\/24 {
    margin-top: -79.16667%;
  }

  .sm\:-mt-20\/24 {
    margin-top: -83.33333%;
  }

  .sm\:-mt-21\/24 {
    margin-top: -87.5%;
  }

  .sm\:-mt-22\/24 {
    margin-top: -91.66667%;
  }

  .sm\:-mt-23\/24 {
    margin-top: -95.83333%;
  }

  .sm\:-mt-24\/24 {
    margin-top: -100%;
  }

  .sm\:-mt-screen-header {
    margin-top: -41.55vw;
  }

  .sm\:-mt-screen-60 {
    margin-top: -60vh;
  }

  .sm\:-mt-screen-80 {
    margin-top: -80vh;
  }

  .sm\:-mt-screen-85 {
    margin-top: -85vh;
  }

  .sm\:-mt-screen-90 {
    margin-top: -90vh;
  }

  .sm\:-mt-screen-95 {
    margin-top: -95vh;
  }

  .sm\:-mt-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
  }

  .sm\:-mt-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
  }

  .sm\:-mt-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
  }

  .sm\:-mt-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
  }

  .sm\:-mt-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
  }

  .sm\:-mt-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
  }

  .sm\:-mt-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
  }

  .sm\:-mt-full-4 {
    margin-top: calc(-100% - -16px);
  }

  .sm\:-mt-account-body {
    margin-top: calc(-100vw - -304px);
  }

  .sm\:-mt-menu-center {
    margin-top: calc(-50% - -288px);
  }

  .sm\:-mt-tutorials-hidden {
    margin-top: calc(-100% - -56px);
  }

  .sm\:-mt-popup-full-width {
    margin-top: calc(-100% + -32px);
  }

  .sm\:-mt-popup-full-width-md {
    margin-top: calc(-100% + -64px);
  }

  .sm\:-mt-popup-full-height {
    margin-top: calc(-100% + -68px);
  }

  .sm\:-mt-max-content {
    margin-top: max-content;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mr-18 {
    margin-right: 4.5rem;
  }

  .sm\:mr-20 {
    margin-right: 5rem;
  }

  .sm\:mr-21 {
    margin-right: 5.25rem;
  }

  .sm\:mr-22 {
    margin-right: 5.5rem;
  }

  .sm\:mr-24 {
    margin-right: 6rem;
  }

  .sm\:mr-26 {
    margin-right: 6.5rem;
  }

  .sm\:mr-28 {
    margin-right: 7rem;
  }

  .sm\:mr-29 {
    margin-right: 7.25rem;
  }

  .sm\:mr-32 {
    margin-right: 8rem;
  }

  .sm\:mr-34 {
    margin-right: 8.5rem;
  }

  .sm\:mr-36 {
    margin-right: 9rem;
  }

  .sm\:mr-40 {
    margin-right: 10rem;
  }

  .sm\:mr-42 {
    margin-right: 10.5rem;
  }

  .sm\:mr-44 {
    margin-right: 11rem;
  }

  .sm\:mr-48 {
    margin-right: 12rem;
  }

  .sm\:mr-52 {
    margin-right: 13rem;
  }

  .sm\:mr-56 {
    margin-right: 14rem;
  }

  .sm\:mr-60 {
    margin-right: 15rem;
  }

  .sm\:mr-64 {
    margin-right: 16rem;
  }

  .sm\:mr-68 {
    margin-right: 17rem;
  }

  .sm\:mr-72 {
    margin-right: 18rem;
  }

  .sm\:mr-77 {
    margin-right: 19.25rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .sm\:mr-82 {
    margin-right: 20.5rem;
  }

  .sm\:mr-88 {
    margin-right: 22rem;
  }

  .sm\:mr-94 {
    margin-right: 23.5rem;
  }

  .sm\:mr-96 {
    margin-right: 24rem;
  }

  .sm\:mr-98 {
    margin-right: 24.5rem;
  }

  .sm\:mr-104 {
    margin-right: 26rem;
  }

  .sm\:mr-108 {
    margin-right: 27rem;
  }

  .sm\:mr-110 {
    margin-right: 27.5rem;
  }

  .sm\:mr-112 {
    margin-right: 28rem;
  }

  .sm\:mr-120 {
    margin-right: 30rem;
  }

  .sm\:mr-128 {
    margin-right: 32rem;
  }

  .sm\:mr-132 {
    margin-right: 33rem;
  }

  .sm\:mr-134 {
    margin-right: 33.5rem;
  }

  .sm\:mr-135 {
    margin-right: 33.75rem;
  }

  .sm\:mr-136 {
    margin-right: 34rem;
  }

  .sm\:mr-144 {
    margin-right: 36rem;
  }

  .sm\:mr-152 {
    margin-right: 38rem;
  }

  .sm\:mr-160 {
    margin-right: 40rem;
  }

  .sm\:mr-164 {
    margin-right: 41rem;
  }

  .sm\:mr-172 {
    margin-right: 43rem;
  }

  .sm\:mr-179 {
    margin-right: 44.75rem;
  }

  .sm\:mr-184 {
    margin-right: 46rem;
  }

  .sm\:mr-192 {
    margin-right: 48rem;
  }

  .sm\:mr-224 {
    margin-right: 56rem;
  }

  .sm\:mr-240 {
    margin-right: 60rem;
  }

  .sm\:mr-256 {
    margin-right: 64rem;
  }

  .sm\:mr-265 {
    margin-right: 66.25rem;
  }

  .sm\:mr-288 {
    margin-right: 72rem;
  }

  .sm\:mr-384 {
    margin-right: 96rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mr-px {
    margin-right: 1px;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .sm\:mr-0\.75 {
    margin-right: 0.1875rem;
  }

  .sm\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .sm\:mr-7\.5 {
    margin-right: 1.875rem;
  }

  .sm\:mr-9\.5 {
    margin-right: 2.375rem;
  }

  .sm\:mr-9\.75 {
    margin-right: 2.4375rem;
  }

  .sm\:mr-12\.5 {
    margin-right: 3.125rem;
  }

  .sm\:mr-13\.5 {
    margin-right: 3.375rem;
  }

  .sm\:mr-292\.5 {
    margin-right: 73.125rem;
  }

  .sm\:mr-1\/24 {
    margin-right: 4.166667%;
  }

  .sm\:mr-2\/24 {
    margin-right: 8.333333%;
  }

  .sm\:mr-3\/24 {
    margin-right: 12.5%;
  }

  .sm\:mr-4\/24 {
    margin-right: 16.666667%;
  }

  .sm\:mr-5\/24 {
    margin-right: 20.833333%;
  }

  .sm\:mr-6\/24 {
    margin-right: 25%;
  }

  .sm\:mr-7\/24 {
    margin-right: 29.166666%;
  }

  .sm\:mr-8\/24 {
    margin-right: 33.333333%;
  }

  .sm\:mr-9\/24 {
    margin-right: 37.5%;
  }

  .sm\:mr-10\/24 {
    margin-right: 41.666666%;
  }

  .sm\:mr-11\/24 {
    margin-right: 45.833333%;
  }

  .sm\:mr-12\/24 {
    margin-right: 50%;
  }

  .sm\:mr-13\/24 {
    margin-right: 54.166666%;
  }

  .sm\:mr-14\/24 {
    margin-right: 58.333333%;
  }

  .sm\:mr-15\/24 {
    margin-right: 62.5%;
  }

  .sm\:mr-16\/24 {
    margin-right: 66.666667%;
  }

  .sm\:mr-17\/24 {
    margin-right: 70.833333%;
  }

  .sm\:mr-18\/24 {
    margin-right: 75%;
  }

  .sm\:mr-19\/24 {
    margin-right: 79.166667%;
  }

  .sm\:mr-20\/24 {
    margin-right: 83.333333%;
  }

  .sm\:mr-21\/24 {
    margin-right: 87.5%;
  }

  .sm\:mr-22\/24 {
    margin-right: 91.666667%;
  }

  .sm\:mr-23\/24 {
    margin-right: 95.833333%;
  }

  .sm\:mr-24\/24 {
    margin-right: 100%;
  }

  .sm\:mr-screen-header {
    margin-right: 41.55vw;
  }

  .sm\:mr-screen-60 {
    margin-right: 60vh;
  }

  .sm\:mr-screen-80 {
    margin-right: 80vh;
  }

  .sm\:mr-screen-85 {
    margin-right: 85vh;
  }

  .sm\:mr-screen-90 {
    margin-right: 90vh;
  }

  .sm\:mr-screen-95 {
    margin-right: 95vh;
  }

  .sm\:mr-screen-minus-header {
    margin-right: calc(100vh - 5.25rem);
  }

  .sm\:mr-screen-minus-35\.5 {
    margin-right: calc(100vh - 8.875rem);
  }

  .sm\:mr-screen-minus-36 {
    margin-right: calc(100vh - 9rem);
  }

  .sm\:mr-screen-minus-40 {
    margin-right: calc(100vh - 10rem);
  }

  .sm\:mr-screen-minus-55 {
    margin-right: calc(100vh - 13.75rem);
  }

  .sm\:mr-screen-minus-72 {
    margin-right: calc(100vh - 18rem);
  }

  .sm\:mr-screen-minus-80 {
    margin-right: calc(100vh - 20rem);
  }

  .sm\:mr-full-4 {
    margin-right: calc(100% - 16px);
  }

  .sm\:mr-account-body {
    margin-right: calc(100vw - 304px);
  }

  .sm\:mr-menu-center {
    margin-right: calc(50% - 288px);
  }

  .sm\:mr-tutorials-hidden {
    margin-right: calc(100% - 56px);
  }

  .sm\:mr-popup-full-width {
    margin-right: calc(100% + 32px);
  }

  .sm\:mr-popup-full-width-md {
    margin-right: calc(100% + 64px);
  }

  .sm\:mr-popup-full-height {
    margin-right: calc(100% + 68px);
  }

  .sm\:mr-max-content {
    margin-right: max-content;
  }

  .sm\:-mr-0 {
    margin-right: 0px;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mr-18 {
    margin-right: -4.5rem;
  }

  .sm\:-mr-20 {
    margin-right: -5rem;
  }

  .sm\:-mr-21 {
    margin-right: -5.25rem;
  }

  .sm\:-mr-22 {
    margin-right: -5.5rem;
  }

  .sm\:-mr-24 {
    margin-right: -6rem;
  }

  .sm\:-mr-26 {
    margin-right: -6.5rem;
  }

  .sm\:-mr-28 {
    margin-right: -7rem;
  }

  .sm\:-mr-29 {
    margin-right: -7.25rem;
  }

  .sm\:-mr-32 {
    margin-right: -8rem;
  }

  .sm\:-mr-34 {
    margin-right: -8.5rem;
  }

  .sm\:-mr-36 {
    margin-right: -9rem;
  }

  .sm\:-mr-40 {
    margin-right: -10rem;
  }

  .sm\:-mr-42 {
    margin-right: -10.5rem;
  }

  .sm\:-mr-44 {
    margin-right: -11rem;
  }

  .sm\:-mr-48 {
    margin-right: -12rem;
  }

  .sm\:-mr-52 {
    margin-right: -13rem;
  }

  .sm\:-mr-56 {
    margin-right: -14rem;
  }

  .sm\:-mr-60 {
    margin-right: -15rem;
  }

  .sm\:-mr-64 {
    margin-right: -16rem;
  }

  .sm\:-mr-68 {
    margin-right: -17rem;
  }

  .sm\:-mr-72 {
    margin-right: -18rem;
  }

  .sm\:-mr-77 {
    margin-right: -19.25rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .sm\:-mr-82 {
    margin-right: -20.5rem;
  }

  .sm\:-mr-88 {
    margin-right: -22rem;
  }

  .sm\:-mr-94 {
    margin-right: -23.5rem;
  }

  .sm\:-mr-96 {
    margin-right: -24rem;
  }

  .sm\:-mr-98 {
    margin-right: -24.5rem;
  }

  .sm\:-mr-104 {
    margin-right: -26rem;
  }

  .sm\:-mr-108 {
    margin-right: -27rem;
  }

  .sm\:-mr-110 {
    margin-right: -27.5rem;
  }

  .sm\:-mr-112 {
    margin-right: -28rem;
  }

  .sm\:-mr-120 {
    margin-right: -30rem;
  }

  .sm\:-mr-128 {
    margin-right: -32rem;
  }

  .sm\:-mr-132 {
    margin-right: -33rem;
  }

  .sm\:-mr-134 {
    margin-right: -33.5rem;
  }

  .sm\:-mr-135 {
    margin-right: -33.75rem;
  }

  .sm\:-mr-136 {
    margin-right: -34rem;
  }

  .sm\:-mr-144 {
    margin-right: -36rem;
  }

  .sm\:-mr-152 {
    margin-right: -38rem;
  }

  .sm\:-mr-160 {
    margin-right: -40rem;
  }

  .sm\:-mr-164 {
    margin-right: -41rem;
  }

  .sm\:-mr-172 {
    margin-right: -43rem;
  }

  .sm\:-mr-179 {
    margin-right: -44.75rem;
  }

  .sm\:-mr-184 {
    margin-right: -46rem;
  }

  .sm\:-mr-192 {
    margin-right: -48rem;
  }

  .sm\:-mr-224 {
    margin-right: -56rem;
  }

  .sm\:-mr-240 {
    margin-right: -60rem;
  }

  .sm\:-mr-256 {
    margin-right: -64rem;
  }

  .sm\:-mr-265 {
    margin-right: -66.25rem;
  }

  .sm\:-mr-288 {
    margin-right: -72rem;
  }

  .sm\:-mr-384 {
    margin-right: -96rem;
  }

  .sm\:-mr-px {
    margin-right: -1px;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .sm\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .sm\:-mr-0\.75 {
    margin-right: -0.1875rem;
  }

  .sm\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .sm\:-mr-7\.5 {
    margin-right: -1.875rem;
  }

  .sm\:-mr-9\.5 {
    margin-right: -2.375rem;
  }

  .sm\:-mr-9\.75 {
    margin-right: -2.4375rem;
  }

  .sm\:-mr-12\.5 {
    margin-right: -3.125rem;
  }

  .sm\:-mr-13\.5 {
    margin-right: -3.375rem;
  }

  .sm\:-mr-292\.5 {
    margin-right: -73.125rem;
  }

  .sm\:-mr-1\/24 {
    margin-right: -4.16667%;
  }

  .sm\:-mr-2\/24 {
    margin-right: -8.33333%;
  }

  .sm\:-mr-3\/24 {
    margin-right: -12.5%;
  }

  .sm\:-mr-4\/24 {
    margin-right: -16.66667%;
  }

  .sm\:-mr-5\/24 {
    margin-right: -20.83333%;
  }

  .sm\:-mr-6\/24 {
    margin-right: -25%;
  }

  .sm\:-mr-7\/24 {
    margin-right: -29.16667%;
  }

  .sm\:-mr-8\/24 {
    margin-right: -33.33333%;
  }

  .sm\:-mr-9\/24 {
    margin-right: -37.5%;
  }

  .sm\:-mr-10\/24 {
    margin-right: -41.66667%;
  }

  .sm\:-mr-11\/24 {
    margin-right: -45.83333%;
  }

  .sm\:-mr-12\/24 {
    margin-right: -50%;
  }

  .sm\:-mr-13\/24 {
    margin-right: -54.16667%;
  }

  .sm\:-mr-14\/24 {
    margin-right: -58.33333%;
  }

  .sm\:-mr-15\/24 {
    margin-right: -62.5%;
  }

  .sm\:-mr-16\/24 {
    margin-right: -66.66667%;
  }

  .sm\:-mr-17\/24 {
    margin-right: -70.83333%;
  }

  .sm\:-mr-18\/24 {
    margin-right: -75%;
  }

  .sm\:-mr-19\/24 {
    margin-right: -79.16667%;
  }

  .sm\:-mr-20\/24 {
    margin-right: -83.33333%;
  }

  .sm\:-mr-21\/24 {
    margin-right: -87.5%;
  }

  .sm\:-mr-22\/24 {
    margin-right: -91.66667%;
  }

  .sm\:-mr-23\/24 {
    margin-right: -95.83333%;
  }

  .sm\:-mr-24\/24 {
    margin-right: -100%;
  }

  .sm\:-mr-screen-header {
    margin-right: -41.55vw;
  }

  .sm\:-mr-screen-60 {
    margin-right: -60vh;
  }

  .sm\:-mr-screen-80 {
    margin-right: -80vh;
  }

  .sm\:-mr-screen-85 {
    margin-right: -85vh;
  }

  .sm\:-mr-screen-90 {
    margin-right: -90vh;
  }

  .sm\:-mr-screen-95 {
    margin-right: -95vh;
  }

  .sm\:-mr-screen-minus-header {
    margin-right: calc(-100vh - -5.25rem);
  }

  .sm\:-mr-screen-minus-35\.5 {
    margin-right: calc(-100vh - -8.875rem);
  }

  .sm\:-mr-screen-minus-36 {
    margin-right: calc(-100vh - -9rem);
  }

  .sm\:-mr-screen-minus-40 {
    margin-right: calc(-100vh - -10rem);
  }

  .sm\:-mr-screen-minus-55 {
    margin-right: calc(-100vh - -13.75rem);
  }

  .sm\:-mr-screen-minus-72 {
    margin-right: calc(-100vh - -18rem);
  }

  .sm\:-mr-screen-minus-80 {
    margin-right: calc(-100vh - -20rem);
  }

  .sm\:-mr-full-4 {
    margin-right: calc(-100% - -16px);
  }

  .sm\:-mr-account-body {
    margin-right: calc(-100vw - -304px);
  }

  .sm\:-mr-menu-center {
    margin-right: calc(-50% - -288px);
  }

  .sm\:-mr-tutorials-hidden {
    margin-right: calc(-100% - -56px);
  }

  .sm\:-mr-popup-full-width {
    margin-right: calc(-100% + -32px);
  }

  .sm\:-mr-popup-full-width-md {
    margin-right: calc(-100% + -64px);
  }

  .sm\:-mr-popup-full-height {
    margin-right: calc(-100% + -68px);
  }

  .sm\:-mr-max-content {
    margin-right: max-content;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .sm\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem;
  }

  .sm\:mb-29 {
    margin-bottom: 7.25rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem;
  }

  .sm\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem;
  }

  .sm\:mb-68 {
    margin-bottom: 17rem;
  }

  .sm\:mb-72 {
    margin-bottom: 18rem;
  }

  .sm\:mb-77 {
    margin-bottom: 19.25rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .sm\:mb-82 {
    margin-bottom: 20.5rem;
  }

  .sm\:mb-88 {
    margin-bottom: 22rem;
  }

  .sm\:mb-94 {
    margin-bottom: 23.5rem;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem;
  }

  .sm\:mb-98 {
    margin-bottom: 24.5rem;
  }

  .sm\:mb-104 {
    margin-bottom: 26rem;
  }

  .sm\:mb-108 {
    margin-bottom: 27rem;
  }

  .sm\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .sm\:mb-112 {
    margin-bottom: 28rem;
  }

  .sm\:mb-120 {
    margin-bottom: 30rem;
  }

  .sm\:mb-128 {
    margin-bottom: 32rem;
  }

  .sm\:mb-132 {
    margin-bottom: 33rem;
  }

  .sm\:mb-134 {
    margin-bottom: 33.5rem;
  }

  .sm\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .sm\:mb-136 {
    margin-bottom: 34rem;
  }

  .sm\:mb-144 {
    margin-bottom: 36rem;
  }

  .sm\:mb-152 {
    margin-bottom: 38rem;
  }

  .sm\:mb-160 {
    margin-bottom: 40rem;
  }

  .sm\:mb-164 {
    margin-bottom: 41rem;
  }

  .sm\:mb-172 {
    margin-bottom: 43rem;
  }

  .sm\:mb-179 {
    margin-bottom: 44.75rem;
  }

  .sm\:mb-184 {
    margin-bottom: 46rem;
  }

  .sm\:mb-192 {
    margin-bottom: 48rem;
  }

  .sm\:mb-224 {
    margin-bottom: 56rem;
  }

  .sm\:mb-240 {
    margin-bottom: 60rem;
  }

  .sm\:mb-256 {
    margin-bottom: 64rem;
  }

  .sm\:mb-265 {
    margin-bottom: 66.25rem;
  }

  .sm\:mb-288 {
    margin-bottom: 72rem;
  }

  .sm\:mb-384 {
    margin-bottom: 96rem;
  }

  .sm\:mb-auto {
    margin-bottom: auto;
  }

  .sm\:mb-px {
    margin-bottom: 1px;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .sm\:mb-0\.75 {
    margin-bottom: 0.1875rem;
  }

  .sm\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .sm\:mb-7\.5 {
    margin-bottom: 1.875rem;
  }

  .sm\:mb-9\.5 {
    margin-bottom: 2.375rem;
  }

  .sm\:mb-9\.75 {
    margin-bottom: 2.4375rem;
  }

  .sm\:mb-12\.5 {
    margin-bottom: 3.125rem;
  }

  .sm\:mb-13\.5 {
    margin-bottom: 3.375rem;
  }

  .sm\:mb-292\.5 {
    margin-bottom: 73.125rem;
  }

  .sm\:mb-1\/24 {
    margin-bottom: 4.166667%;
  }

  .sm\:mb-2\/24 {
    margin-bottom: 8.333333%;
  }

  .sm\:mb-3\/24 {
    margin-bottom: 12.5%;
  }

  .sm\:mb-4\/24 {
    margin-bottom: 16.666667%;
  }

  .sm\:mb-5\/24 {
    margin-bottom: 20.833333%;
  }

  .sm\:mb-6\/24 {
    margin-bottom: 25%;
  }

  .sm\:mb-7\/24 {
    margin-bottom: 29.166666%;
  }

  .sm\:mb-8\/24 {
    margin-bottom: 33.333333%;
  }

  .sm\:mb-9\/24 {
    margin-bottom: 37.5%;
  }

  .sm\:mb-10\/24 {
    margin-bottom: 41.666666%;
  }

  .sm\:mb-11\/24 {
    margin-bottom: 45.833333%;
  }

  .sm\:mb-12\/24 {
    margin-bottom: 50%;
  }

  .sm\:mb-13\/24 {
    margin-bottom: 54.166666%;
  }

  .sm\:mb-14\/24 {
    margin-bottom: 58.333333%;
  }

  .sm\:mb-15\/24 {
    margin-bottom: 62.5%;
  }

  .sm\:mb-16\/24 {
    margin-bottom: 66.666667%;
  }

  .sm\:mb-17\/24 {
    margin-bottom: 70.833333%;
  }

  .sm\:mb-18\/24 {
    margin-bottom: 75%;
  }

  .sm\:mb-19\/24 {
    margin-bottom: 79.166667%;
  }

  .sm\:mb-20\/24 {
    margin-bottom: 83.333333%;
  }

  .sm\:mb-21\/24 {
    margin-bottom: 87.5%;
  }

  .sm\:mb-22\/24 {
    margin-bottom: 91.666667%;
  }

  .sm\:mb-23\/24 {
    margin-bottom: 95.833333%;
  }

  .sm\:mb-24\/24 {
    margin-bottom: 100%;
  }

  .sm\:mb-screen-header {
    margin-bottom: 41.55vw;
  }

  .sm\:mb-screen-60 {
    margin-bottom: 60vh;
  }

  .sm\:mb-screen-80 {
    margin-bottom: 80vh;
  }

  .sm\:mb-screen-85 {
    margin-bottom: 85vh;
  }

  .sm\:mb-screen-90 {
    margin-bottom: 90vh;
  }

  .sm\:mb-screen-95 {
    margin-bottom: 95vh;
  }

  .sm\:mb-screen-minus-header {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .sm\:mb-screen-minus-35\.5 {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .sm\:mb-screen-minus-36 {
    margin-bottom: calc(100vh - 9rem);
  }

  .sm\:mb-screen-minus-40 {
    margin-bottom: calc(100vh - 10rem);
  }

  .sm\:mb-screen-minus-55 {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .sm\:mb-screen-minus-72 {
    margin-bottom: calc(100vh - 18rem);
  }

  .sm\:mb-screen-minus-80 {
    margin-bottom: calc(100vh - 20rem);
  }

  .sm\:mb-full-4 {
    margin-bottom: calc(100% - 16px);
  }

  .sm\:mb-account-body {
    margin-bottom: calc(100vw - 304px);
  }

  .sm\:mb-menu-center {
    margin-bottom: calc(50% - 288px);
  }

  .sm\:mb-tutorials-hidden {
    margin-bottom: calc(100% - 56px);
  }

  .sm\:mb-popup-full-width {
    margin-bottom: calc(100% + 32px);
  }

  .sm\:mb-popup-full-width-md {
    margin-bottom: calc(100% + 64px);
  }

  .sm\:mb-popup-full-height {
    margin-bottom: calc(100% + 68px);
  }

  .sm\:mb-max-content {
    margin-bottom: max-content;
  }

  .sm\:-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem;
  }

  .sm\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .sm\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem;
  }

  .sm\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem;
  }

  .sm\:-mb-29 {
    margin-bottom: -7.25rem;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem;
  }

  .sm\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem;
  }

  .sm\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem;
  }

  .sm\:-mb-60 {
    margin-bottom: -15rem;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem;
  }

  .sm\:-mb-68 {
    margin-bottom: -17rem;
  }

  .sm\:-mb-72 {
    margin-bottom: -18rem;
  }

  .sm\:-mb-77 {
    margin-bottom: -19.25rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .sm\:-mb-82 {
    margin-bottom: -20.5rem;
  }

  .sm\:-mb-88 {
    margin-bottom: -22rem;
  }

  .sm\:-mb-94 {
    margin-bottom: -23.5rem;
  }

  .sm\:-mb-96 {
    margin-bottom: -24rem;
  }

  .sm\:-mb-98 {
    margin-bottom: -24.5rem;
  }

  .sm\:-mb-104 {
    margin-bottom: -26rem;
  }

  .sm\:-mb-108 {
    margin-bottom: -27rem;
  }

  .sm\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .sm\:-mb-112 {
    margin-bottom: -28rem;
  }

  .sm\:-mb-120 {
    margin-bottom: -30rem;
  }

  .sm\:-mb-128 {
    margin-bottom: -32rem;
  }

  .sm\:-mb-132 {
    margin-bottom: -33rem;
  }

  .sm\:-mb-134 {
    margin-bottom: -33.5rem;
  }

  .sm\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .sm\:-mb-136 {
    margin-bottom: -34rem;
  }

  .sm\:-mb-144 {
    margin-bottom: -36rem;
  }

  .sm\:-mb-152 {
    margin-bottom: -38rem;
  }

  .sm\:-mb-160 {
    margin-bottom: -40rem;
  }

  .sm\:-mb-164 {
    margin-bottom: -41rem;
  }

  .sm\:-mb-172 {
    margin-bottom: -43rem;
  }

  .sm\:-mb-179 {
    margin-bottom: -44.75rem;
  }

  .sm\:-mb-184 {
    margin-bottom: -46rem;
  }

  .sm\:-mb-192 {
    margin-bottom: -48rem;
  }

  .sm\:-mb-224 {
    margin-bottom: -56rem;
  }

  .sm\:-mb-240 {
    margin-bottom: -60rem;
  }

  .sm\:-mb-256 {
    margin-bottom: -64rem;
  }

  .sm\:-mb-265 {
    margin-bottom: -66.25rem;
  }

  .sm\:-mb-288 {
    margin-bottom: -72rem;
  }

  .sm\:-mb-384 {
    margin-bottom: -96rem;
  }

  .sm\:-mb-px {
    margin-bottom: -1px;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .sm\:-mb-0\.75 {
    margin-bottom: -0.1875rem;
  }

  .sm\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .sm\:-mb-7\.5 {
    margin-bottom: -1.875rem;
  }

  .sm\:-mb-9\.5 {
    margin-bottom: -2.375rem;
  }

  .sm\:-mb-9\.75 {
    margin-bottom: -2.4375rem;
  }

  .sm\:-mb-12\.5 {
    margin-bottom: -3.125rem;
  }

  .sm\:-mb-13\.5 {
    margin-bottom: -3.375rem;
  }

  .sm\:-mb-292\.5 {
    margin-bottom: -73.125rem;
  }

  .sm\:-mb-1\/24 {
    margin-bottom: -4.16667%;
  }

  .sm\:-mb-2\/24 {
    margin-bottom: -8.33333%;
  }

  .sm\:-mb-3\/24 {
    margin-bottom: -12.5%;
  }

  .sm\:-mb-4\/24 {
    margin-bottom: -16.66667%;
  }

  .sm\:-mb-5\/24 {
    margin-bottom: -20.83333%;
  }

  .sm\:-mb-6\/24 {
    margin-bottom: -25%;
  }

  .sm\:-mb-7\/24 {
    margin-bottom: -29.16667%;
  }

  .sm\:-mb-8\/24 {
    margin-bottom: -33.33333%;
  }

  .sm\:-mb-9\/24 {
    margin-bottom: -37.5%;
  }

  .sm\:-mb-10\/24 {
    margin-bottom: -41.66667%;
  }

  .sm\:-mb-11\/24 {
    margin-bottom: -45.83333%;
  }

  .sm\:-mb-12\/24 {
    margin-bottom: -50%;
  }

  .sm\:-mb-13\/24 {
    margin-bottom: -54.16667%;
  }

  .sm\:-mb-14\/24 {
    margin-bottom: -58.33333%;
  }

  .sm\:-mb-15\/24 {
    margin-bottom: -62.5%;
  }

  .sm\:-mb-16\/24 {
    margin-bottom: -66.66667%;
  }

  .sm\:-mb-17\/24 {
    margin-bottom: -70.83333%;
  }

  .sm\:-mb-18\/24 {
    margin-bottom: -75%;
  }

  .sm\:-mb-19\/24 {
    margin-bottom: -79.16667%;
  }

  .sm\:-mb-20\/24 {
    margin-bottom: -83.33333%;
  }

  .sm\:-mb-21\/24 {
    margin-bottom: -87.5%;
  }

  .sm\:-mb-22\/24 {
    margin-bottom: -91.66667%;
  }

  .sm\:-mb-23\/24 {
    margin-bottom: -95.83333%;
  }

  .sm\:-mb-24\/24 {
    margin-bottom: -100%;
  }

  .sm\:-mb-screen-header {
    margin-bottom: -41.55vw;
  }

  .sm\:-mb-screen-60 {
    margin-bottom: -60vh;
  }

  .sm\:-mb-screen-80 {
    margin-bottom: -80vh;
  }

  .sm\:-mb-screen-85 {
    margin-bottom: -85vh;
  }

  .sm\:-mb-screen-90 {
    margin-bottom: -90vh;
  }

  .sm\:-mb-screen-95 {
    margin-bottom: -95vh;
  }

  .sm\:-mb-screen-minus-header {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .sm\:-mb-screen-minus-35\.5 {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .sm\:-mb-screen-minus-36 {
    margin-bottom: calc(-100vh - -9rem);
  }

  .sm\:-mb-screen-minus-40 {
    margin-bottom: calc(-100vh - -10rem);
  }

  .sm\:-mb-screen-minus-55 {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .sm\:-mb-screen-minus-72 {
    margin-bottom: calc(-100vh - -18rem);
  }

  .sm\:-mb-screen-minus-80 {
    margin-bottom: calc(-100vh - -20rem);
  }

  .sm\:-mb-full-4 {
    margin-bottom: calc(-100% - -16px);
  }

  .sm\:-mb-account-body {
    margin-bottom: calc(-100vw - -304px);
  }

  .sm\:-mb-menu-center {
    margin-bottom: calc(-50% - -288px);
  }

  .sm\:-mb-tutorials-hidden {
    margin-bottom: calc(-100% - -56px);
  }

  .sm\:-mb-popup-full-width {
    margin-bottom: calc(-100% + -32px);
  }

  .sm\:-mb-popup-full-width-md {
    margin-bottom: calc(-100% + -64px);
  }

  .sm\:-mb-popup-full-height {
    margin-bottom: calc(-100% + -68px);
  }

  .sm\:-mb-max-content {
    margin-bottom: max-content;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:ml-18 {
    margin-left: 4.5rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:ml-21 {
    margin-left: 5.25rem;
  }

  .sm\:ml-22 {
    margin-left: 5.5rem;
  }

  .sm\:ml-24 {
    margin-left: 6rem;
  }

  .sm\:ml-26 {
    margin-left: 6.5rem;
  }

  .sm\:ml-28 {
    margin-left: 7rem;
  }

  .sm\:ml-29 {
    margin-left: 7.25rem;
  }

  .sm\:ml-32 {
    margin-left: 8rem;
  }

  .sm\:ml-34 {
    margin-left: 8.5rem;
  }

  .sm\:ml-36 {
    margin-left: 9rem;
  }

  .sm\:ml-40 {
    margin-left: 10rem;
  }

  .sm\:ml-42 {
    margin-left: 10.5rem;
  }

  .sm\:ml-44 {
    margin-left: 11rem;
  }

  .sm\:ml-48 {
    margin-left: 12rem;
  }

  .sm\:ml-52 {
    margin-left: 13rem;
  }

  .sm\:ml-56 {
    margin-left: 14rem;
  }

  .sm\:ml-60 {
    margin-left: 15rem;
  }

  .sm\:ml-64 {
    margin-left: 16rem;
  }

  .sm\:ml-68 {
    margin-left: 17rem;
  }

  .sm\:ml-72 {
    margin-left: 18rem;
  }

  .sm\:ml-77 {
    margin-left: 19.25rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .sm\:ml-82 {
    margin-left: 20.5rem;
  }

  .sm\:ml-88 {
    margin-left: 22rem;
  }

  .sm\:ml-94 {
    margin-left: 23.5rem;
  }

  .sm\:ml-96 {
    margin-left: 24rem;
  }

  .sm\:ml-98 {
    margin-left: 24.5rem;
  }

  .sm\:ml-104 {
    margin-left: 26rem;
  }

  .sm\:ml-108 {
    margin-left: 27rem;
  }

  .sm\:ml-110 {
    margin-left: 27.5rem;
  }

  .sm\:ml-112 {
    margin-left: 28rem;
  }

  .sm\:ml-120 {
    margin-left: 30rem;
  }

  .sm\:ml-128 {
    margin-left: 32rem;
  }

  .sm\:ml-132 {
    margin-left: 33rem;
  }

  .sm\:ml-134 {
    margin-left: 33.5rem;
  }

  .sm\:ml-135 {
    margin-left: 33.75rem;
  }

  .sm\:ml-136 {
    margin-left: 34rem;
  }

  .sm\:ml-144 {
    margin-left: 36rem;
  }

  .sm\:ml-152 {
    margin-left: 38rem;
  }

  .sm\:ml-160 {
    margin-left: 40rem;
  }

  .sm\:ml-164 {
    margin-left: 41rem;
  }

  .sm\:ml-172 {
    margin-left: 43rem;
  }

  .sm\:ml-179 {
    margin-left: 44.75rem;
  }

  .sm\:ml-184 {
    margin-left: 46rem;
  }

  .sm\:ml-192 {
    margin-left: 48rem;
  }

  .sm\:ml-224 {
    margin-left: 56rem;
  }

  .sm\:ml-240 {
    margin-left: 60rem;
  }

  .sm\:ml-256 {
    margin-left: 64rem;
  }

  .sm\:ml-265 {
    margin-left: 66.25rem;
  }

  .sm\:ml-288 {
    margin-left: 72rem;
  }

  .sm\:ml-384 {
    margin-left: 96rem;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:ml-px {
    margin-left: 1px;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .sm\:ml-0\.75 {
    margin-left: 0.1875rem;
  }

  .sm\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .sm\:ml-7\.5 {
    margin-left: 1.875rem;
  }

  .sm\:ml-9\.5 {
    margin-left: 2.375rem;
  }

  .sm\:ml-9\.75 {
    margin-left: 2.4375rem;
  }

  .sm\:ml-12\.5 {
    margin-left: 3.125rem;
  }

  .sm\:ml-13\.5 {
    margin-left: 3.375rem;
  }

  .sm\:ml-292\.5 {
    margin-left: 73.125rem;
  }

  .sm\:ml-1\/24 {
    margin-left: 4.166667%;
  }

  .sm\:ml-2\/24 {
    margin-left: 8.333333%;
  }

  .sm\:ml-3\/24 {
    margin-left: 12.5%;
  }

  .sm\:ml-4\/24 {
    margin-left: 16.666667%;
  }

  .sm\:ml-5\/24 {
    margin-left: 20.833333%;
  }

  .sm\:ml-6\/24 {
    margin-left: 25%;
  }

  .sm\:ml-7\/24 {
    margin-left: 29.166666%;
  }

  .sm\:ml-8\/24 {
    margin-left: 33.333333%;
  }

  .sm\:ml-9\/24 {
    margin-left: 37.5%;
  }

  .sm\:ml-10\/24 {
    margin-left: 41.666666%;
  }

  .sm\:ml-11\/24 {
    margin-left: 45.833333%;
  }

  .sm\:ml-12\/24 {
    margin-left: 50%;
  }

  .sm\:ml-13\/24 {
    margin-left: 54.166666%;
  }

  .sm\:ml-14\/24 {
    margin-left: 58.333333%;
  }

  .sm\:ml-15\/24 {
    margin-left: 62.5%;
  }

  .sm\:ml-16\/24 {
    margin-left: 66.666667%;
  }

  .sm\:ml-17\/24 {
    margin-left: 70.833333%;
  }

  .sm\:ml-18\/24 {
    margin-left: 75%;
  }

  .sm\:ml-19\/24 {
    margin-left: 79.166667%;
  }

  .sm\:ml-20\/24 {
    margin-left: 83.333333%;
  }

  .sm\:ml-21\/24 {
    margin-left: 87.5%;
  }

  .sm\:ml-22\/24 {
    margin-left: 91.666667%;
  }

  .sm\:ml-23\/24 {
    margin-left: 95.833333%;
  }

  .sm\:ml-24\/24 {
    margin-left: 100%;
  }

  .sm\:ml-screen-header {
    margin-left: 41.55vw;
  }

  .sm\:ml-screen-60 {
    margin-left: 60vh;
  }

  .sm\:ml-screen-80 {
    margin-left: 80vh;
  }

  .sm\:ml-screen-85 {
    margin-left: 85vh;
  }

  .sm\:ml-screen-90 {
    margin-left: 90vh;
  }

  .sm\:ml-screen-95 {
    margin-left: 95vh;
  }

  .sm\:ml-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
  }

  .sm\:ml-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
  }

  .sm\:ml-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
  }

  .sm\:ml-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
  }

  .sm\:ml-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
  }

  .sm\:ml-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
  }

  .sm\:ml-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
  }

  .sm\:ml-full-4 {
    margin-left: calc(100% - 16px);
  }

  .sm\:ml-account-body {
    margin-left: calc(100vw - 304px);
  }

  .sm\:ml-menu-center {
    margin-left: calc(50% - 288px);
  }

  .sm\:ml-tutorials-hidden {
    margin-left: calc(100% - 56px);
  }

  .sm\:ml-popup-full-width {
    margin-left: calc(100% + 32px);
  }

  .sm\:ml-popup-full-width-md {
    margin-left: calc(100% + 64px);
  }

  .sm\:ml-popup-full-height {
    margin-left: calc(100% + 68px);
  }

  .sm\:ml-max-content {
    margin-left: max-content;
  }

  .sm\:-ml-0 {
    margin-left: 0px;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-ml-18 {
    margin-left: -4.5rem;
  }

  .sm\:-ml-20 {
    margin-left: -5rem;
  }

  .sm\:-ml-21 {
    margin-left: -5.25rem;
  }

  .sm\:-ml-22 {
    margin-left: -5.5rem;
  }

  .sm\:-ml-24 {
    margin-left: -6rem;
  }

  .sm\:-ml-26 {
    margin-left: -6.5rem;
  }

  .sm\:-ml-28 {
    margin-left: -7rem;
  }

  .sm\:-ml-29 {
    margin-left: -7.25rem;
  }

  .sm\:-ml-32 {
    margin-left: -8rem;
  }

  .sm\:-ml-34 {
    margin-left: -8.5rem;
  }

  .sm\:-ml-36 {
    margin-left: -9rem;
  }

  .sm\:-ml-40 {
    margin-left: -10rem;
  }

  .sm\:-ml-42 {
    margin-left: -10.5rem;
  }

  .sm\:-ml-44 {
    margin-left: -11rem;
  }

  .sm\:-ml-48 {
    margin-left: -12rem;
  }

  .sm\:-ml-52 {
    margin-left: -13rem;
  }

  .sm\:-ml-56 {
    margin-left: -14rem;
  }

  .sm\:-ml-60 {
    margin-left: -15rem;
  }

  .sm\:-ml-64 {
    margin-left: -16rem;
  }

  .sm\:-ml-68 {
    margin-left: -17rem;
  }

  .sm\:-ml-72 {
    margin-left: -18rem;
  }

  .sm\:-ml-77 {
    margin-left: -19.25rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .sm\:-ml-82 {
    margin-left: -20.5rem;
  }

  .sm\:-ml-88 {
    margin-left: -22rem;
  }

  .sm\:-ml-94 {
    margin-left: -23.5rem;
  }

  .sm\:-ml-96 {
    margin-left: -24rem;
  }

  .sm\:-ml-98 {
    margin-left: -24.5rem;
  }

  .sm\:-ml-104 {
    margin-left: -26rem;
  }

  .sm\:-ml-108 {
    margin-left: -27rem;
  }

  .sm\:-ml-110 {
    margin-left: -27.5rem;
  }

  .sm\:-ml-112 {
    margin-left: -28rem;
  }

  .sm\:-ml-120 {
    margin-left: -30rem;
  }

  .sm\:-ml-128 {
    margin-left: -32rem;
  }

  .sm\:-ml-132 {
    margin-left: -33rem;
  }

  .sm\:-ml-134 {
    margin-left: -33.5rem;
  }

  .sm\:-ml-135 {
    margin-left: -33.75rem;
  }

  .sm\:-ml-136 {
    margin-left: -34rem;
  }

  .sm\:-ml-144 {
    margin-left: -36rem;
  }

  .sm\:-ml-152 {
    margin-left: -38rem;
  }

  .sm\:-ml-160 {
    margin-left: -40rem;
  }

  .sm\:-ml-164 {
    margin-left: -41rem;
  }

  .sm\:-ml-172 {
    margin-left: -43rem;
  }

  .sm\:-ml-179 {
    margin-left: -44.75rem;
  }

  .sm\:-ml-184 {
    margin-left: -46rem;
  }

  .sm\:-ml-192 {
    margin-left: -48rem;
  }

  .sm\:-ml-224 {
    margin-left: -56rem;
  }

  .sm\:-ml-240 {
    margin-left: -60rem;
  }

  .sm\:-ml-256 {
    margin-left: -64rem;
  }

  .sm\:-ml-265 {
    margin-left: -66.25rem;
  }

  .sm\:-ml-288 {
    margin-left: -72rem;
  }

  .sm\:-ml-384 {
    margin-left: -96rem;
  }

  .sm\:-ml-px {
    margin-left: -1px;
  }

  .sm\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .sm\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .sm\:-ml-0\.75 {
    margin-left: -0.1875rem;
  }

  .sm\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .sm\:-ml-7\.5 {
    margin-left: -1.875rem;
  }

  .sm\:-ml-9\.5 {
    margin-left: -2.375rem;
  }

  .sm\:-ml-9\.75 {
    margin-left: -2.4375rem;
  }

  .sm\:-ml-12\.5 {
    margin-left: -3.125rem;
  }

  .sm\:-ml-13\.5 {
    margin-left: -3.375rem;
  }

  .sm\:-ml-292\.5 {
    margin-left: -73.125rem;
  }

  .sm\:-ml-1\/24 {
    margin-left: -4.16667%;
  }

  .sm\:-ml-2\/24 {
    margin-left: -8.33333%;
  }

  .sm\:-ml-3\/24 {
    margin-left: -12.5%;
  }

  .sm\:-ml-4\/24 {
    margin-left: -16.66667%;
  }

  .sm\:-ml-5\/24 {
    margin-left: -20.83333%;
  }

  .sm\:-ml-6\/24 {
    margin-left: -25%;
  }

  .sm\:-ml-7\/24 {
    margin-left: -29.16667%;
  }

  .sm\:-ml-8\/24 {
    margin-left: -33.33333%;
  }

  .sm\:-ml-9\/24 {
    margin-left: -37.5%;
  }

  .sm\:-ml-10\/24 {
    margin-left: -41.66667%;
  }

  .sm\:-ml-11\/24 {
    margin-left: -45.83333%;
  }

  .sm\:-ml-12\/24 {
    margin-left: -50%;
  }

  .sm\:-ml-13\/24 {
    margin-left: -54.16667%;
  }

  .sm\:-ml-14\/24 {
    margin-left: -58.33333%;
  }

  .sm\:-ml-15\/24 {
    margin-left: -62.5%;
  }

  .sm\:-ml-16\/24 {
    margin-left: -66.66667%;
  }

  .sm\:-ml-17\/24 {
    margin-left: -70.83333%;
  }

  .sm\:-ml-18\/24 {
    margin-left: -75%;
  }

  .sm\:-ml-19\/24 {
    margin-left: -79.16667%;
  }

  .sm\:-ml-20\/24 {
    margin-left: -83.33333%;
  }

  .sm\:-ml-21\/24 {
    margin-left: -87.5%;
  }

  .sm\:-ml-22\/24 {
    margin-left: -91.66667%;
  }

  .sm\:-ml-23\/24 {
    margin-left: -95.83333%;
  }

  .sm\:-ml-24\/24 {
    margin-left: -100%;
  }

  .sm\:-ml-screen-header {
    margin-left: -41.55vw;
  }

  .sm\:-ml-screen-60 {
    margin-left: -60vh;
  }

  .sm\:-ml-screen-80 {
    margin-left: -80vh;
  }

  .sm\:-ml-screen-85 {
    margin-left: -85vh;
  }

  .sm\:-ml-screen-90 {
    margin-left: -90vh;
  }

  .sm\:-ml-screen-95 {
    margin-left: -95vh;
  }

  .sm\:-ml-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
  }

  .sm\:-ml-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
  }

  .sm\:-ml-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
  }

  .sm\:-ml-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
  }

  .sm\:-ml-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
  }

  .sm\:-ml-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
  }

  .sm\:-ml-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
  }

  .sm\:-ml-full-4 {
    margin-left: calc(-100% - -16px);
  }

  .sm\:-ml-account-body {
    margin-left: calc(-100vw - -304px);
  }

  .sm\:-ml-menu-center {
    margin-left: calc(-50% - -288px);
  }

  .sm\:-ml-tutorials-hidden {
    margin-left: calc(-100% - -56px);
  }

  .sm\:-ml-popup-full-width {
    margin-left: calc(-100% + -32px);
  }

  .sm\:-ml-popup-full-width-md {
    margin-left: calc(-100% + -64px);
  }

  .sm\:-ml-popup-full-height {
    margin-left: calc(-100% + -68px);
  }

  .sm\:-ml-max-content {
    margin-left: max-content;
  }

  .sm\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .sm\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .sm\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .sm\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .sm\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .sm\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .sm\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .sm\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .sm\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .sm\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .sm\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .sm\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .sm\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .sm\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .sm\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .sm\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .sm\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .sm\:hover\:mt-21:hover {
    margin-top: 5.25rem;
  }

  .sm\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .sm\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .sm\:hover\:mt-26:hover {
    margin-top: 6.5rem;
  }

  .sm\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .sm\:hover\:mt-29:hover {
    margin-top: 7.25rem;
  }

  .sm\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .sm\:hover\:mt-34:hover {
    margin-top: 8.5rem;
  }

  .sm\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .sm\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .sm\:hover\:mt-42:hover {
    margin-top: 10.5rem;
  }

  .sm\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .sm\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .sm\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .sm\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .sm\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .sm\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .sm\:hover\:mt-68:hover {
    margin-top: 17rem;
  }

  .sm\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .sm\:hover\:mt-77:hover {
    margin-top: 19.25rem;
  }

  .sm\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .sm\:hover\:mt-82:hover {
    margin-top: 20.5rem;
  }

  .sm\:hover\:mt-88:hover {
    margin-top: 22rem;
  }

  .sm\:hover\:mt-94:hover {
    margin-top: 23.5rem;
  }

  .sm\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .sm\:hover\:mt-98:hover {
    margin-top: 24.5rem;
  }

  .sm\:hover\:mt-104:hover {
    margin-top: 26rem;
  }

  .sm\:hover\:mt-108:hover {
    margin-top: 27rem;
  }

  .sm\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .sm\:hover\:mt-112:hover {
    margin-top: 28rem;
  }

  .sm\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .sm\:hover\:mt-128:hover {
    margin-top: 32rem;
  }

  .sm\:hover\:mt-132:hover {
    margin-top: 33rem;
  }

  .sm\:hover\:mt-134:hover {
    margin-top: 33.5rem;
  }

  .sm\:hover\:mt-135:hover {
    margin-top: 33.75rem;
  }

  .sm\:hover\:mt-136:hover {
    margin-top: 34rem;
  }

  .sm\:hover\:mt-144:hover {
    margin-top: 36rem;
  }

  .sm\:hover\:mt-152:hover {
    margin-top: 38rem;
  }

  .sm\:hover\:mt-160:hover {
    margin-top: 40rem;
  }

  .sm\:hover\:mt-164:hover {
    margin-top: 41rem;
  }

  .sm\:hover\:mt-172:hover {
    margin-top: 43rem;
  }

  .sm\:hover\:mt-179:hover {
    margin-top: 44.75rem;
  }

  .sm\:hover\:mt-184:hover {
    margin-top: 46rem;
  }

  .sm\:hover\:mt-192:hover {
    margin-top: 48rem;
  }

  .sm\:hover\:mt-224:hover {
    margin-top: 56rem;
  }

  .sm\:hover\:mt-240:hover {
    margin-top: 60rem;
  }

  .sm\:hover\:mt-256:hover {
    margin-top: 64rem;
  }

  .sm\:hover\:mt-265:hover {
    margin-top: 66.25rem;
  }

  .sm\:hover\:mt-288:hover {
    margin-top: 72rem;
  }

  .sm\:hover\:mt-384:hover {
    margin-top: 96rem;
  }

  .sm\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .sm\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .sm\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .sm\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .sm\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .sm\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .sm\:hover\:mt-0\.75:hover {
    margin-top: 0.1875rem;
  }

  .sm\:hover\:mt-4\.5:hover {
    margin-top: 1.125rem;
  }

  .sm\:hover\:mt-7\.5:hover {
    margin-top: 1.875rem;
  }

  .sm\:hover\:mt-9\.5:hover {
    margin-top: 2.375rem;
  }

  .sm\:hover\:mt-9\.75:hover {
    margin-top: 2.4375rem;
  }

  .sm\:hover\:mt-12\.5:hover {
    margin-top: 3.125rem;
  }

  .sm\:hover\:mt-13\.5:hover {
    margin-top: 3.375rem;
  }

  .sm\:hover\:mt-292\.5:hover {
    margin-top: 73.125rem;
  }

  .sm\:hover\:mt-1\/24:hover {
    margin-top: 4.166667%;
  }

  .sm\:hover\:mt-2\/24:hover {
    margin-top: 8.333333%;
  }

  .sm\:hover\:mt-3\/24:hover {
    margin-top: 12.5%;
  }

  .sm\:hover\:mt-4\/24:hover {
    margin-top: 16.666667%;
  }

  .sm\:hover\:mt-5\/24:hover {
    margin-top: 20.833333%;
  }

  .sm\:hover\:mt-6\/24:hover {
    margin-top: 25%;
  }

  .sm\:hover\:mt-7\/24:hover {
    margin-top: 29.166666%;
  }

  .sm\:hover\:mt-8\/24:hover {
    margin-top: 33.333333%;
  }

  .sm\:hover\:mt-9\/24:hover {
    margin-top: 37.5%;
  }

  .sm\:hover\:mt-10\/24:hover {
    margin-top: 41.666666%;
  }

  .sm\:hover\:mt-11\/24:hover {
    margin-top: 45.833333%;
  }

  .sm\:hover\:mt-12\/24:hover {
    margin-top: 50%;
  }

  .sm\:hover\:mt-13\/24:hover {
    margin-top: 54.166666%;
  }

  .sm\:hover\:mt-14\/24:hover {
    margin-top: 58.333333%;
  }

  .sm\:hover\:mt-15\/24:hover {
    margin-top: 62.5%;
  }

  .sm\:hover\:mt-16\/24:hover {
    margin-top: 66.666667%;
  }

  .sm\:hover\:mt-17\/24:hover {
    margin-top: 70.833333%;
  }

  .sm\:hover\:mt-18\/24:hover {
    margin-top: 75%;
  }

  .sm\:hover\:mt-19\/24:hover {
    margin-top: 79.166667%;
  }

  .sm\:hover\:mt-20\/24:hover {
    margin-top: 83.333333%;
  }

  .sm\:hover\:mt-21\/24:hover {
    margin-top: 87.5%;
  }

  .sm\:hover\:mt-22\/24:hover {
    margin-top: 91.666667%;
  }

  .sm\:hover\:mt-23\/24:hover {
    margin-top: 95.833333%;
  }

  .sm\:hover\:mt-24\/24:hover {
    margin-top: 100%;
  }

  .sm\:hover\:mt-screen-header:hover {
    margin-top: 41.55vw;
  }

  .sm\:hover\:mt-screen-60:hover {
    margin-top: 60vh;
  }

  .sm\:hover\:mt-screen-80:hover {
    margin-top: 80vh;
  }

  .sm\:hover\:mt-screen-85:hover {
    margin-top: 85vh;
  }

  .sm\:hover\:mt-screen-90:hover {
    margin-top: 90vh;
  }

  .sm\:hover\:mt-screen-95:hover {
    margin-top: 95vh;
  }

  .sm\:hover\:mt-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
  }

  .sm\:hover\:mt-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
  }

  .sm\:hover\:mt-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
  }

  .sm\:hover\:mt-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
  }

  .sm\:hover\:mt-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
  }

  .sm\:hover\:mt-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
  }

  .sm\:hover\:mt-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
  }

  .sm\:hover\:mt-full-4:hover {
    margin-top: calc(100% - 16px);
  }

  .sm\:hover\:mt-account-body:hover {
    margin-top: calc(100vw - 304px);
  }

  .sm\:hover\:mt-menu-center:hover {
    margin-top: calc(50% - 288px);
  }

  .sm\:hover\:mt-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
  }

  .sm\:hover\:mt-popup-full-width:hover {
    margin-top: calc(100% + 32px);
  }

  .sm\:hover\:mt-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
  }

  .sm\:hover\:mt-popup-full-height:hover {
    margin-top: calc(100% + 68px);
  }

  .sm\:hover\:mt-max-content:hover {
    margin-top: max-content;
  }

  .sm\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .sm\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .sm\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .sm\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .sm\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .sm\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .sm\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .sm\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .sm\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .sm\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .sm\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .sm\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .sm\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .sm\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .sm\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .sm\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .sm\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .sm\:hover\:-mt-21:hover {
    margin-top: -5.25rem;
  }

  .sm\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .sm\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .sm\:hover\:-mt-26:hover {
    margin-top: -6.5rem;
  }

  .sm\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .sm\:hover\:-mt-29:hover {
    margin-top: -7.25rem;
  }

  .sm\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .sm\:hover\:-mt-34:hover {
    margin-top: -8.5rem;
  }

  .sm\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .sm\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .sm\:hover\:-mt-42:hover {
    margin-top: -10.5rem;
  }

  .sm\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .sm\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .sm\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .sm\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .sm\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .sm\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .sm\:hover\:-mt-68:hover {
    margin-top: -17rem;
  }

  .sm\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .sm\:hover\:-mt-77:hover {
    margin-top: -19.25rem;
  }

  .sm\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .sm\:hover\:-mt-82:hover {
    margin-top: -20.5rem;
  }

  .sm\:hover\:-mt-88:hover {
    margin-top: -22rem;
  }

  .sm\:hover\:-mt-94:hover {
    margin-top: -23.5rem;
  }

  .sm\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .sm\:hover\:-mt-98:hover {
    margin-top: -24.5rem;
  }

  .sm\:hover\:-mt-104:hover {
    margin-top: -26rem;
  }

  .sm\:hover\:-mt-108:hover {
    margin-top: -27rem;
  }

  .sm\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .sm\:hover\:-mt-112:hover {
    margin-top: -28rem;
  }

  .sm\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .sm\:hover\:-mt-128:hover {
    margin-top: -32rem;
  }

  .sm\:hover\:-mt-132:hover {
    margin-top: -33rem;
  }

  .sm\:hover\:-mt-134:hover {
    margin-top: -33.5rem;
  }

  .sm\:hover\:-mt-135:hover {
    margin-top: -33.75rem;
  }

  .sm\:hover\:-mt-136:hover {
    margin-top: -34rem;
  }

  .sm\:hover\:-mt-144:hover {
    margin-top: -36rem;
  }

  .sm\:hover\:-mt-152:hover {
    margin-top: -38rem;
  }

  .sm\:hover\:-mt-160:hover {
    margin-top: -40rem;
  }

  .sm\:hover\:-mt-164:hover {
    margin-top: -41rem;
  }

  .sm\:hover\:-mt-172:hover {
    margin-top: -43rem;
  }

  .sm\:hover\:-mt-179:hover {
    margin-top: -44.75rem;
  }

  .sm\:hover\:-mt-184:hover {
    margin-top: -46rem;
  }

  .sm\:hover\:-mt-192:hover {
    margin-top: -48rem;
  }

  .sm\:hover\:-mt-224:hover {
    margin-top: -56rem;
  }

  .sm\:hover\:-mt-240:hover {
    margin-top: -60rem;
  }

  .sm\:hover\:-mt-256:hover {
    margin-top: -64rem;
  }

  .sm\:hover\:-mt-265:hover {
    margin-top: -66.25rem;
  }

  .sm\:hover\:-mt-288:hover {
    margin-top: -72rem;
  }

  .sm\:hover\:-mt-384:hover {
    margin-top: -96rem;
  }

  .sm\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .sm\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .sm\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .sm\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .sm\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .sm\:hover\:-mt-0\.75:hover {
    margin-top: -0.1875rem;
  }

  .sm\:hover\:-mt-4\.5:hover {
    margin-top: -1.125rem;
  }

  .sm\:hover\:-mt-7\.5:hover {
    margin-top: -1.875rem;
  }

  .sm\:hover\:-mt-9\.5:hover {
    margin-top: -2.375rem;
  }

  .sm\:hover\:-mt-9\.75:hover {
    margin-top: -2.4375rem;
  }

  .sm\:hover\:-mt-12\.5:hover {
    margin-top: -3.125rem;
  }

  .sm\:hover\:-mt-13\.5:hover {
    margin-top: -3.375rem;
  }

  .sm\:hover\:-mt-292\.5:hover {
    margin-top: -73.125rem;
  }

  .sm\:hover\:-mt-1\/24:hover {
    margin-top: -4.16667%;
  }

  .sm\:hover\:-mt-2\/24:hover {
    margin-top: -8.33333%;
  }

  .sm\:hover\:-mt-3\/24:hover {
    margin-top: -12.5%;
  }

  .sm\:hover\:-mt-4\/24:hover {
    margin-top: -16.66667%;
  }

  .sm\:hover\:-mt-5\/24:hover {
    margin-top: -20.83333%;
  }

  .sm\:hover\:-mt-6\/24:hover {
    margin-top: -25%;
  }

  .sm\:hover\:-mt-7\/24:hover {
    margin-top: -29.16667%;
  }

  .sm\:hover\:-mt-8\/24:hover {
    margin-top: -33.33333%;
  }

  .sm\:hover\:-mt-9\/24:hover {
    margin-top: -37.5%;
  }

  .sm\:hover\:-mt-10\/24:hover {
    margin-top: -41.66667%;
  }

  .sm\:hover\:-mt-11\/24:hover {
    margin-top: -45.83333%;
  }

  .sm\:hover\:-mt-12\/24:hover {
    margin-top: -50%;
  }

  .sm\:hover\:-mt-13\/24:hover {
    margin-top: -54.16667%;
  }

  .sm\:hover\:-mt-14\/24:hover {
    margin-top: -58.33333%;
  }

  .sm\:hover\:-mt-15\/24:hover {
    margin-top: -62.5%;
  }

  .sm\:hover\:-mt-16\/24:hover {
    margin-top: -66.66667%;
  }

  .sm\:hover\:-mt-17\/24:hover {
    margin-top: -70.83333%;
  }

  .sm\:hover\:-mt-18\/24:hover {
    margin-top: -75%;
  }

  .sm\:hover\:-mt-19\/24:hover {
    margin-top: -79.16667%;
  }

  .sm\:hover\:-mt-20\/24:hover {
    margin-top: -83.33333%;
  }

  .sm\:hover\:-mt-21\/24:hover {
    margin-top: -87.5%;
  }

  .sm\:hover\:-mt-22\/24:hover {
    margin-top: -91.66667%;
  }

  .sm\:hover\:-mt-23\/24:hover {
    margin-top: -95.83333%;
  }

  .sm\:hover\:-mt-24\/24:hover {
    margin-top: -100%;
  }

  .sm\:hover\:-mt-screen-header:hover {
    margin-top: -41.55vw;
  }

  .sm\:hover\:-mt-screen-60:hover {
    margin-top: -60vh;
  }

  .sm\:hover\:-mt-screen-80:hover {
    margin-top: -80vh;
  }

  .sm\:hover\:-mt-screen-85:hover {
    margin-top: -85vh;
  }

  .sm\:hover\:-mt-screen-90:hover {
    margin-top: -90vh;
  }

  .sm\:hover\:-mt-screen-95:hover {
    margin-top: -95vh;
  }

  .sm\:hover\:-mt-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
  }

  .sm\:hover\:-mt-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
  }

  .sm\:hover\:-mt-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
  }

  .sm\:hover\:-mt-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
  }

  .sm\:hover\:-mt-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
  }

  .sm\:hover\:-mt-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
  }

  .sm\:hover\:-mt-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
  }

  .sm\:hover\:-mt-full-4:hover {
    margin-top: calc(-100% - -16px);
  }

  .sm\:hover\:-mt-account-body:hover {
    margin-top: calc(-100vw - -304px);
  }

  .sm\:hover\:-mt-menu-center:hover {
    margin-top: calc(-50% - -288px);
  }

  .sm\:hover\:-mt-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
  }

  .sm\:hover\:-mt-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
  }

  .sm\:hover\:-mt-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
  }

  .sm\:hover\:-mt-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
  }

  .sm\:hover\:-mt-max-content:hover {
    margin-top: max-content;
  }

  .sm\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .sm\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .sm\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .sm\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .sm\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .sm\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .sm\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .sm\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .sm\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .sm\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .sm\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .sm\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .sm\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .sm\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .sm\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .sm\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .sm\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .sm\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .sm\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .sm\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .sm\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .sm\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .sm\:hover\:mr-29:hover {
    margin-right: 7.25rem;
  }

  .sm\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .sm\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .sm\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .sm\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .sm\:hover\:mr-42:hover {
    margin-right: 10.5rem;
  }

  .sm\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .sm\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .sm\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .sm\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .sm\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .sm\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .sm\:hover\:mr-68:hover {
    margin-right: 17rem;
  }

  .sm\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .sm\:hover\:mr-77:hover {
    margin-right: 19.25rem;
  }

  .sm\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .sm\:hover\:mr-82:hover {
    margin-right: 20.5rem;
  }

  .sm\:hover\:mr-88:hover {
    margin-right: 22rem;
  }

  .sm\:hover\:mr-94:hover {
    margin-right: 23.5rem;
  }

  .sm\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .sm\:hover\:mr-98:hover {
    margin-right: 24.5rem;
  }

  .sm\:hover\:mr-104:hover {
    margin-right: 26rem;
  }

  .sm\:hover\:mr-108:hover {
    margin-right: 27rem;
  }

  .sm\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .sm\:hover\:mr-112:hover {
    margin-right: 28rem;
  }

  .sm\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .sm\:hover\:mr-128:hover {
    margin-right: 32rem;
  }

  .sm\:hover\:mr-132:hover {
    margin-right: 33rem;
  }

  .sm\:hover\:mr-134:hover {
    margin-right: 33.5rem;
  }

  .sm\:hover\:mr-135:hover {
    margin-right: 33.75rem;
  }

  .sm\:hover\:mr-136:hover {
    margin-right: 34rem;
  }

  .sm\:hover\:mr-144:hover {
    margin-right: 36rem;
  }

  .sm\:hover\:mr-152:hover {
    margin-right: 38rem;
  }

  .sm\:hover\:mr-160:hover {
    margin-right: 40rem;
  }

  .sm\:hover\:mr-164:hover {
    margin-right: 41rem;
  }

  .sm\:hover\:mr-172:hover {
    margin-right: 43rem;
  }

  .sm\:hover\:mr-179:hover {
    margin-right: 44.75rem;
  }

  .sm\:hover\:mr-184:hover {
    margin-right: 46rem;
  }

  .sm\:hover\:mr-192:hover {
    margin-right: 48rem;
  }

  .sm\:hover\:mr-224:hover {
    margin-right: 56rem;
  }

  .sm\:hover\:mr-240:hover {
    margin-right: 60rem;
  }

  .sm\:hover\:mr-256:hover {
    margin-right: 64rem;
  }

  .sm\:hover\:mr-265:hover {
    margin-right: 66.25rem;
  }

  .sm\:hover\:mr-288:hover {
    margin-right: 72rem;
  }

  .sm\:hover\:mr-384:hover {
    margin-right: 96rem;
  }

  .sm\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .sm\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .sm\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .sm\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .sm\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .sm\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .sm\:hover\:mr-0\.75:hover {
    margin-right: 0.1875rem;
  }

  .sm\:hover\:mr-4\.5:hover {
    margin-right: 1.125rem;
  }

  .sm\:hover\:mr-7\.5:hover {
    margin-right: 1.875rem;
  }

  .sm\:hover\:mr-9\.5:hover {
    margin-right: 2.375rem;
  }

  .sm\:hover\:mr-9\.75:hover {
    margin-right: 2.4375rem;
  }

  .sm\:hover\:mr-12\.5:hover {
    margin-right: 3.125rem;
  }

  .sm\:hover\:mr-13\.5:hover {
    margin-right: 3.375rem;
  }

  .sm\:hover\:mr-292\.5:hover {
    margin-right: 73.125rem;
  }

  .sm\:hover\:mr-1\/24:hover {
    margin-right: 4.166667%;
  }

  .sm\:hover\:mr-2\/24:hover {
    margin-right: 8.333333%;
  }

  .sm\:hover\:mr-3\/24:hover {
    margin-right: 12.5%;
  }

  .sm\:hover\:mr-4\/24:hover {
    margin-right: 16.666667%;
  }

  .sm\:hover\:mr-5\/24:hover {
    margin-right: 20.833333%;
  }

  .sm\:hover\:mr-6\/24:hover {
    margin-right: 25%;
  }

  .sm\:hover\:mr-7\/24:hover {
    margin-right: 29.166666%;
  }

  .sm\:hover\:mr-8\/24:hover {
    margin-right: 33.333333%;
  }

  .sm\:hover\:mr-9\/24:hover {
    margin-right: 37.5%;
  }

  .sm\:hover\:mr-10\/24:hover {
    margin-right: 41.666666%;
  }

  .sm\:hover\:mr-11\/24:hover {
    margin-right: 45.833333%;
  }

  .sm\:hover\:mr-12\/24:hover {
    margin-right: 50%;
  }

  .sm\:hover\:mr-13\/24:hover {
    margin-right: 54.166666%;
  }

  .sm\:hover\:mr-14\/24:hover {
    margin-right: 58.333333%;
  }

  .sm\:hover\:mr-15\/24:hover {
    margin-right: 62.5%;
  }

  .sm\:hover\:mr-16\/24:hover {
    margin-right: 66.666667%;
  }

  .sm\:hover\:mr-17\/24:hover {
    margin-right: 70.833333%;
  }

  .sm\:hover\:mr-18\/24:hover {
    margin-right: 75%;
  }

  .sm\:hover\:mr-19\/24:hover {
    margin-right: 79.166667%;
  }

  .sm\:hover\:mr-20\/24:hover {
    margin-right: 83.333333%;
  }

  .sm\:hover\:mr-21\/24:hover {
    margin-right: 87.5%;
  }

  .sm\:hover\:mr-22\/24:hover {
    margin-right: 91.666667%;
  }

  .sm\:hover\:mr-23\/24:hover {
    margin-right: 95.833333%;
  }

  .sm\:hover\:mr-24\/24:hover {
    margin-right: 100%;
  }

  .sm\:hover\:mr-screen-header:hover {
    margin-right: 41.55vw;
  }

  .sm\:hover\:mr-screen-60:hover {
    margin-right: 60vh;
  }

  .sm\:hover\:mr-screen-80:hover {
    margin-right: 80vh;
  }

  .sm\:hover\:mr-screen-85:hover {
    margin-right: 85vh;
  }

  .sm\:hover\:mr-screen-90:hover {
    margin-right: 90vh;
  }

  .sm\:hover\:mr-screen-95:hover {
    margin-right: 95vh;
  }

  .sm\:hover\:mr-screen-minus-header:hover {
    margin-right: calc(100vh - 5.25rem);
  }

  .sm\:hover\:mr-screen-minus-35\.5:hover {
    margin-right: calc(100vh - 8.875rem);
  }

  .sm\:hover\:mr-screen-minus-36:hover {
    margin-right: calc(100vh - 9rem);
  }

  .sm\:hover\:mr-screen-minus-40:hover {
    margin-right: calc(100vh - 10rem);
  }

  .sm\:hover\:mr-screen-minus-55:hover {
    margin-right: calc(100vh - 13.75rem);
  }

  .sm\:hover\:mr-screen-minus-72:hover {
    margin-right: calc(100vh - 18rem);
  }

  .sm\:hover\:mr-screen-minus-80:hover {
    margin-right: calc(100vh - 20rem);
  }

  .sm\:hover\:mr-full-4:hover {
    margin-right: calc(100% - 16px);
  }

  .sm\:hover\:mr-account-body:hover {
    margin-right: calc(100vw - 304px);
  }

  .sm\:hover\:mr-menu-center:hover {
    margin-right: calc(50% - 288px);
  }

  .sm\:hover\:mr-tutorials-hidden:hover {
    margin-right: calc(100% - 56px);
  }

  .sm\:hover\:mr-popup-full-width:hover {
    margin-right: calc(100% + 32px);
  }

  .sm\:hover\:mr-popup-full-width-md:hover {
    margin-right: calc(100% + 64px);
  }

  .sm\:hover\:mr-popup-full-height:hover {
    margin-right: calc(100% + 68px);
  }

  .sm\:hover\:mr-max-content:hover {
    margin-right: max-content;
  }

  .sm\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .sm\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .sm\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .sm\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .sm\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .sm\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .sm\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .sm\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .sm\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .sm\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .sm\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .sm\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .sm\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .sm\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .sm\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .sm\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .sm\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .sm\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .sm\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .sm\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .sm\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .sm\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .sm\:hover\:-mr-29:hover {
    margin-right: -7.25rem;
  }

  .sm\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .sm\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .sm\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .sm\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .sm\:hover\:-mr-42:hover {
    margin-right: -10.5rem;
  }

  .sm\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .sm\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .sm\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .sm\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .sm\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .sm\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .sm\:hover\:-mr-68:hover {
    margin-right: -17rem;
  }

  .sm\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .sm\:hover\:-mr-77:hover {
    margin-right: -19.25rem;
  }

  .sm\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .sm\:hover\:-mr-82:hover {
    margin-right: -20.5rem;
  }

  .sm\:hover\:-mr-88:hover {
    margin-right: -22rem;
  }

  .sm\:hover\:-mr-94:hover {
    margin-right: -23.5rem;
  }

  .sm\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .sm\:hover\:-mr-98:hover {
    margin-right: -24.5rem;
  }

  .sm\:hover\:-mr-104:hover {
    margin-right: -26rem;
  }

  .sm\:hover\:-mr-108:hover {
    margin-right: -27rem;
  }

  .sm\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .sm\:hover\:-mr-112:hover {
    margin-right: -28rem;
  }

  .sm\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .sm\:hover\:-mr-128:hover {
    margin-right: -32rem;
  }

  .sm\:hover\:-mr-132:hover {
    margin-right: -33rem;
  }

  .sm\:hover\:-mr-134:hover {
    margin-right: -33.5rem;
  }

  .sm\:hover\:-mr-135:hover {
    margin-right: -33.75rem;
  }

  .sm\:hover\:-mr-136:hover {
    margin-right: -34rem;
  }

  .sm\:hover\:-mr-144:hover {
    margin-right: -36rem;
  }

  .sm\:hover\:-mr-152:hover {
    margin-right: -38rem;
  }

  .sm\:hover\:-mr-160:hover {
    margin-right: -40rem;
  }

  .sm\:hover\:-mr-164:hover {
    margin-right: -41rem;
  }

  .sm\:hover\:-mr-172:hover {
    margin-right: -43rem;
  }

  .sm\:hover\:-mr-179:hover {
    margin-right: -44.75rem;
  }

  .sm\:hover\:-mr-184:hover {
    margin-right: -46rem;
  }

  .sm\:hover\:-mr-192:hover {
    margin-right: -48rem;
  }

  .sm\:hover\:-mr-224:hover {
    margin-right: -56rem;
  }

  .sm\:hover\:-mr-240:hover {
    margin-right: -60rem;
  }

  .sm\:hover\:-mr-256:hover {
    margin-right: -64rem;
  }

  .sm\:hover\:-mr-265:hover {
    margin-right: -66.25rem;
  }

  .sm\:hover\:-mr-288:hover {
    margin-right: -72rem;
  }

  .sm\:hover\:-mr-384:hover {
    margin-right: -96rem;
  }

  .sm\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .sm\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .sm\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .sm\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .sm\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .sm\:hover\:-mr-0\.75:hover {
    margin-right: -0.1875rem;
  }

  .sm\:hover\:-mr-4\.5:hover {
    margin-right: -1.125rem;
  }

  .sm\:hover\:-mr-7\.5:hover {
    margin-right: -1.875rem;
  }

  .sm\:hover\:-mr-9\.5:hover {
    margin-right: -2.375rem;
  }

  .sm\:hover\:-mr-9\.75:hover {
    margin-right: -2.4375rem;
  }

  .sm\:hover\:-mr-12\.5:hover {
    margin-right: -3.125rem;
  }

  .sm\:hover\:-mr-13\.5:hover {
    margin-right: -3.375rem;
  }

  .sm\:hover\:-mr-292\.5:hover {
    margin-right: -73.125rem;
  }

  .sm\:hover\:-mr-1\/24:hover {
    margin-right: -4.16667%;
  }

  .sm\:hover\:-mr-2\/24:hover {
    margin-right: -8.33333%;
  }

  .sm\:hover\:-mr-3\/24:hover {
    margin-right: -12.5%;
  }

  .sm\:hover\:-mr-4\/24:hover {
    margin-right: -16.66667%;
  }

  .sm\:hover\:-mr-5\/24:hover {
    margin-right: -20.83333%;
  }

  .sm\:hover\:-mr-6\/24:hover {
    margin-right: -25%;
  }

  .sm\:hover\:-mr-7\/24:hover {
    margin-right: -29.16667%;
  }

  .sm\:hover\:-mr-8\/24:hover {
    margin-right: -33.33333%;
  }

  .sm\:hover\:-mr-9\/24:hover {
    margin-right: -37.5%;
  }

  .sm\:hover\:-mr-10\/24:hover {
    margin-right: -41.66667%;
  }

  .sm\:hover\:-mr-11\/24:hover {
    margin-right: -45.83333%;
  }

  .sm\:hover\:-mr-12\/24:hover {
    margin-right: -50%;
  }

  .sm\:hover\:-mr-13\/24:hover {
    margin-right: -54.16667%;
  }

  .sm\:hover\:-mr-14\/24:hover {
    margin-right: -58.33333%;
  }

  .sm\:hover\:-mr-15\/24:hover {
    margin-right: -62.5%;
  }

  .sm\:hover\:-mr-16\/24:hover {
    margin-right: -66.66667%;
  }

  .sm\:hover\:-mr-17\/24:hover {
    margin-right: -70.83333%;
  }

  .sm\:hover\:-mr-18\/24:hover {
    margin-right: -75%;
  }

  .sm\:hover\:-mr-19\/24:hover {
    margin-right: -79.16667%;
  }

  .sm\:hover\:-mr-20\/24:hover {
    margin-right: -83.33333%;
  }

  .sm\:hover\:-mr-21\/24:hover {
    margin-right: -87.5%;
  }

  .sm\:hover\:-mr-22\/24:hover {
    margin-right: -91.66667%;
  }

  .sm\:hover\:-mr-23\/24:hover {
    margin-right: -95.83333%;
  }

  .sm\:hover\:-mr-24\/24:hover {
    margin-right: -100%;
  }

  .sm\:hover\:-mr-screen-header:hover {
    margin-right: -41.55vw;
  }

  .sm\:hover\:-mr-screen-60:hover {
    margin-right: -60vh;
  }

  .sm\:hover\:-mr-screen-80:hover {
    margin-right: -80vh;
  }

  .sm\:hover\:-mr-screen-85:hover {
    margin-right: -85vh;
  }

  .sm\:hover\:-mr-screen-90:hover {
    margin-right: -90vh;
  }

  .sm\:hover\:-mr-screen-95:hover {
    margin-right: -95vh;
  }

  .sm\:hover\:-mr-screen-minus-header:hover {
    margin-right: calc(-100vh - -5.25rem);
  }

  .sm\:hover\:-mr-screen-minus-35\.5:hover {
    margin-right: calc(-100vh - -8.875rem);
  }

  .sm\:hover\:-mr-screen-minus-36:hover {
    margin-right: calc(-100vh - -9rem);
  }

  .sm\:hover\:-mr-screen-minus-40:hover {
    margin-right: calc(-100vh - -10rem);
  }

  .sm\:hover\:-mr-screen-minus-55:hover {
    margin-right: calc(-100vh - -13.75rem);
  }

  .sm\:hover\:-mr-screen-minus-72:hover {
    margin-right: calc(-100vh - -18rem);
  }

  .sm\:hover\:-mr-screen-minus-80:hover {
    margin-right: calc(-100vh - -20rem);
  }

  .sm\:hover\:-mr-full-4:hover {
    margin-right: calc(-100% - -16px);
  }

  .sm\:hover\:-mr-account-body:hover {
    margin-right: calc(-100vw - -304px);
  }

  .sm\:hover\:-mr-menu-center:hover {
    margin-right: calc(-50% - -288px);
  }

  .sm\:hover\:-mr-tutorials-hidden:hover {
    margin-right: calc(-100% - -56px);
  }

  .sm\:hover\:-mr-popup-full-width:hover {
    margin-right: calc(-100% + -32px);
  }

  .sm\:hover\:-mr-popup-full-width-md:hover {
    margin-right: calc(-100% + -64px);
  }

  .sm\:hover\:-mr-popup-full-height:hover {
    margin-right: calc(-100% + -68px);
  }

  .sm\:hover\:-mr-max-content:hover {
    margin-right: max-content;
  }

  .sm\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .sm\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .sm\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .sm\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .sm\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .sm\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .sm\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .sm\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .sm\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .sm\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .sm\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .sm\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .sm\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .sm\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .sm\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .sm\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .sm\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .sm\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .sm\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .sm\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .sm\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .sm\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .sm\:hover\:mb-29:hover {
    margin-bottom: 7.25rem;
  }

  .sm\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .sm\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .sm\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .sm\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .sm\:hover\:mb-42:hover {
    margin-bottom: 10.5rem;
  }

  .sm\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .sm\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .sm\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .sm\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .sm\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .sm\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .sm\:hover\:mb-68:hover {
    margin-bottom: 17rem;
  }

  .sm\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .sm\:hover\:mb-77:hover {
    margin-bottom: 19.25rem;
  }

  .sm\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .sm\:hover\:mb-82:hover {
    margin-bottom: 20.5rem;
  }

  .sm\:hover\:mb-88:hover {
    margin-bottom: 22rem;
  }

  .sm\:hover\:mb-94:hover {
    margin-bottom: 23.5rem;
  }

  .sm\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .sm\:hover\:mb-98:hover {
    margin-bottom: 24.5rem;
  }

  .sm\:hover\:mb-104:hover {
    margin-bottom: 26rem;
  }

  .sm\:hover\:mb-108:hover {
    margin-bottom: 27rem;
  }

  .sm\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .sm\:hover\:mb-112:hover {
    margin-bottom: 28rem;
  }

  .sm\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .sm\:hover\:mb-128:hover {
    margin-bottom: 32rem;
  }

  .sm\:hover\:mb-132:hover {
    margin-bottom: 33rem;
  }

  .sm\:hover\:mb-134:hover {
    margin-bottom: 33.5rem;
  }

  .sm\:hover\:mb-135:hover {
    margin-bottom: 33.75rem;
  }

  .sm\:hover\:mb-136:hover {
    margin-bottom: 34rem;
  }

  .sm\:hover\:mb-144:hover {
    margin-bottom: 36rem;
  }

  .sm\:hover\:mb-152:hover {
    margin-bottom: 38rem;
  }

  .sm\:hover\:mb-160:hover {
    margin-bottom: 40rem;
  }

  .sm\:hover\:mb-164:hover {
    margin-bottom: 41rem;
  }

  .sm\:hover\:mb-172:hover {
    margin-bottom: 43rem;
  }

  .sm\:hover\:mb-179:hover {
    margin-bottom: 44.75rem;
  }

  .sm\:hover\:mb-184:hover {
    margin-bottom: 46rem;
  }

  .sm\:hover\:mb-192:hover {
    margin-bottom: 48rem;
  }

  .sm\:hover\:mb-224:hover {
    margin-bottom: 56rem;
  }

  .sm\:hover\:mb-240:hover {
    margin-bottom: 60rem;
  }

  .sm\:hover\:mb-256:hover {
    margin-bottom: 64rem;
  }

  .sm\:hover\:mb-265:hover {
    margin-bottom: 66.25rem;
  }

  .sm\:hover\:mb-288:hover {
    margin-bottom: 72rem;
  }

  .sm\:hover\:mb-384:hover {
    margin-bottom: 96rem;
  }

  .sm\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .sm\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .sm\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .sm\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .sm\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .sm\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .sm\:hover\:mb-0\.75:hover {
    margin-bottom: 0.1875rem;
  }

  .sm\:hover\:mb-4\.5:hover {
    margin-bottom: 1.125rem;
  }

  .sm\:hover\:mb-7\.5:hover {
    margin-bottom: 1.875rem;
  }

  .sm\:hover\:mb-9\.5:hover {
    margin-bottom: 2.375rem;
  }

  .sm\:hover\:mb-9\.75:hover {
    margin-bottom: 2.4375rem;
  }

  .sm\:hover\:mb-12\.5:hover {
    margin-bottom: 3.125rem;
  }

  .sm\:hover\:mb-13\.5:hover {
    margin-bottom: 3.375rem;
  }

  .sm\:hover\:mb-292\.5:hover {
    margin-bottom: 73.125rem;
  }

  .sm\:hover\:mb-1\/24:hover {
    margin-bottom: 4.166667%;
  }

  .sm\:hover\:mb-2\/24:hover {
    margin-bottom: 8.333333%;
  }

  .sm\:hover\:mb-3\/24:hover {
    margin-bottom: 12.5%;
  }

  .sm\:hover\:mb-4\/24:hover {
    margin-bottom: 16.666667%;
  }

  .sm\:hover\:mb-5\/24:hover {
    margin-bottom: 20.833333%;
  }

  .sm\:hover\:mb-6\/24:hover {
    margin-bottom: 25%;
  }

  .sm\:hover\:mb-7\/24:hover {
    margin-bottom: 29.166666%;
  }

  .sm\:hover\:mb-8\/24:hover {
    margin-bottom: 33.333333%;
  }

  .sm\:hover\:mb-9\/24:hover {
    margin-bottom: 37.5%;
  }

  .sm\:hover\:mb-10\/24:hover {
    margin-bottom: 41.666666%;
  }

  .sm\:hover\:mb-11\/24:hover {
    margin-bottom: 45.833333%;
  }

  .sm\:hover\:mb-12\/24:hover {
    margin-bottom: 50%;
  }

  .sm\:hover\:mb-13\/24:hover {
    margin-bottom: 54.166666%;
  }

  .sm\:hover\:mb-14\/24:hover {
    margin-bottom: 58.333333%;
  }

  .sm\:hover\:mb-15\/24:hover {
    margin-bottom: 62.5%;
  }

  .sm\:hover\:mb-16\/24:hover {
    margin-bottom: 66.666667%;
  }

  .sm\:hover\:mb-17\/24:hover {
    margin-bottom: 70.833333%;
  }

  .sm\:hover\:mb-18\/24:hover {
    margin-bottom: 75%;
  }

  .sm\:hover\:mb-19\/24:hover {
    margin-bottom: 79.166667%;
  }

  .sm\:hover\:mb-20\/24:hover {
    margin-bottom: 83.333333%;
  }

  .sm\:hover\:mb-21\/24:hover {
    margin-bottom: 87.5%;
  }

  .sm\:hover\:mb-22\/24:hover {
    margin-bottom: 91.666667%;
  }

  .sm\:hover\:mb-23\/24:hover {
    margin-bottom: 95.833333%;
  }

  .sm\:hover\:mb-24\/24:hover {
    margin-bottom: 100%;
  }

  .sm\:hover\:mb-screen-header:hover {
    margin-bottom: 41.55vw;
  }

  .sm\:hover\:mb-screen-60:hover {
    margin-bottom: 60vh;
  }

  .sm\:hover\:mb-screen-80:hover {
    margin-bottom: 80vh;
  }

  .sm\:hover\:mb-screen-85:hover {
    margin-bottom: 85vh;
  }

  .sm\:hover\:mb-screen-90:hover {
    margin-bottom: 90vh;
  }

  .sm\:hover\:mb-screen-95:hover {
    margin-bottom: 95vh;
  }

  .sm\:hover\:mb-screen-minus-header:hover {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .sm\:hover\:mb-screen-minus-35\.5:hover {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .sm\:hover\:mb-screen-minus-36:hover {
    margin-bottom: calc(100vh - 9rem);
  }

  .sm\:hover\:mb-screen-minus-40:hover {
    margin-bottom: calc(100vh - 10rem);
  }

  .sm\:hover\:mb-screen-minus-55:hover {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .sm\:hover\:mb-screen-minus-72:hover {
    margin-bottom: calc(100vh - 18rem);
  }

  .sm\:hover\:mb-screen-minus-80:hover {
    margin-bottom: calc(100vh - 20rem);
  }

  .sm\:hover\:mb-full-4:hover {
    margin-bottom: calc(100% - 16px);
  }

  .sm\:hover\:mb-account-body:hover {
    margin-bottom: calc(100vw - 304px);
  }

  .sm\:hover\:mb-menu-center:hover {
    margin-bottom: calc(50% - 288px);
  }

  .sm\:hover\:mb-tutorials-hidden:hover {
    margin-bottom: calc(100% - 56px);
  }

  .sm\:hover\:mb-popup-full-width:hover {
    margin-bottom: calc(100% + 32px);
  }

  .sm\:hover\:mb-popup-full-width-md:hover {
    margin-bottom: calc(100% + 64px);
  }

  .sm\:hover\:mb-popup-full-height:hover {
    margin-bottom: calc(100% + 68px);
  }

  .sm\:hover\:mb-max-content:hover {
    margin-bottom: max-content;
  }

  .sm\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .sm\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .sm\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .sm\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .sm\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .sm\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .sm\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .sm\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .sm\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .sm\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .sm\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .sm\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .sm\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .sm\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .sm\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .sm\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .sm\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .sm\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .sm\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .sm\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .sm\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .sm\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .sm\:hover\:-mb-29:hover {
    margin-bottom: -7.25rem;
  }

  .sm\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .sm\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .sm\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .sm\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .sm\:hover\:-mb-42:hover {
    margin-bottom: -10.5rem;
  }

  .sm\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .sm\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .sm\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .sm\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .sm\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .sm\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .sm\:hover\:-mb-68:hover {
    margin-bottom: -17rem;
  }

  .sm\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .sm\:hover\:-mb-77:hover {
    margin-bottom: -19.25rem;
  }

  .sm\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .sm\:hover\:-mb-82:hover {
    margin-bottom: -20.5rem;
  }

  .sm\:hover\:-mb-88:hover {
    margin-bottom: -22rem;
  }

  .sm\:hover\:-mb-94:hover {
    margin-bottom: -23.5rem;
  }

  .sm\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .sm\:hover\:-mb-98:hover {
    margin-bottom: -24.5rem;
  }

  .sm\:hover\:-mb-104:hover {
    margin-bottom: -26rem;
  }

  .sm\:hover\:-mb-108:hover {
    margin-bottom: -27rem;
  }

  .sm\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .sm\:hover\:-mb-112:hover {
    margin-bottom: -28rem;
  }

  .sm\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .sm\:hover\:-mb-128:hover {
    margin-bottom: -32rem;
  }

  .sm\:hover\:-mb-132:hover {
    margin-bottom: -33rem;
  }

  .sm\:hover\:-mb-134:hover {
    margin-bottom: -33.5rem;
  }

  .sm\:hover\:-mb-135:hover {
    margin-bottom: -33.75rem;
  }

  .sm\:hover\:-mb-136:hover {
    margin-bottom: -34rem;
  }

  .sm\:hover\:-mb-144:hover {
    margin-bottom: -36rem;
  }

  .sm\:hover\:-mb-152:hover {
    margin-bottom: -38rem;
  }

  .sm\:hover\:-mb-160:hover {
    margin-bottom: -40rem;
  }

  .sm\:hover\:-mb-164:hover {
    margin-bottom: -41rem;
  }

  .sm\:hover\:-mb-172:hover {
    margin-bottom: -43rem;
  }

  .sm\:hover\:-mb-179:hover {
    margin-bottom: -44.75rem;
  }

  .sm\:hover\:-mb-184:hover {
    margin-bottom: -46rem;
  }

  .sm\:hover\:-mb-192:hover {
    margin-bottom: -48rem;
  }

  .sm\:hover\:-mb-224:hover {
    margin-bottom: -56rem;
  }

  .sm\:hover\:-mb-240:hover {
    margin-bottom: -60rem;
  }

  .sm\:hover\:-mb-256:hover {
    margin-bottom: -64rem;
  }

  .sm\:hover\:-mb-265:hover {
    margin-bottom: -66.25rem;
  }

  .sm\:hover\:-mb-288:hover {
    margin-bottom: -72rem;
  }

  .sm\:hover\:-mb-384:hover {
    margin-bottom: -96rem;
  }

  .sm\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .sm\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .sm\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .sm\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .sm\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .sm\:hover\:-mb-0\.75:hover {
    margin-bottom: -0.1875rem;
  }

  .sm\:hover\:-mb-4\.5:hover {
    margin-bottom: -1.125rem;
  }

  .sm\:hover\:-mb-7\.5:hover {
    margin-bottom: -1.875rem;
  }

  .sm\:hover\:-mb-9\.5:hover {
    margin-bottom: -2.375rem;
  }

  .sm\:hover\:-mb-9\.75:hover {
    margin-bottom: -2.4375rem;
  }

  .sm\:hover\:-mb-12\.5:hover {
    margin-bottom: -3.125rem;
  }

  .sm\:hover\:-mb-13\.5:hover {
    margin-bottom: -3.375rem;
  }

  .sm\:hover\:-mb-292\.5:hover {
    margin-bottom: -73.125rem;
  }

  .sm\:hover\:-mb-1\/24:hover {
    margin-bottom: -4.16667%;
  }

  .sm\:hover\:-mb-2\/24:hover {
    margin-bottom: -8.33333%;
  }

  .sm\:hover\:-mb-3\/24:hover {
    margin-bottom: -12.5%;
  }

  .sm\:hover\:-mb-4\/24:hover {
    margin-bottom: -16.66667%;
  }

  .sm\:hover\:-mb-5\/24:hover {
    margin-bottom: -20.83333%;
  }

  .sm\:hover\:-mb-6\/24:hover {
    margin-bottom: -25%;
  }

  .sm\:hover\:-mb-7\/24:hover {
    margin-bottom: -29.16667%;
  }

  .sm\:hover\:-mb-8\/24:hover {
    margin-bottom: -33.33333%;
  }

  .sm\:hover\:-mb-9\/24:hover {
    margin-bottom: -37.5%;
  }

  .sm\:hover\:-mb-10\/24:hover {
    margin-bottom: -41.66667%;
  }

  .sm\:hover\:-mb-11\/24:hover {
    margin-bottom: -45.83333%;
  }

  .sm\:hover\:-mb-12\/24:hover {
    margin-bottom: -50%;
  }

  .sm\:hover\:-mb-13\/24:hover {
    margin-bottom: -54.16667%;
  }

  .sm\:hover\:-mb-14\/24:hover {
    margin-bottom: -58.33333%;
  }

  .sm\:hover\:-mb-15\/24:hover {
    margin-bottom: -62.5%;
  }

  .sm\:hover\:-mb-16\/24:hover {
    margin-bottom: -66.66667%;
  }

  .sm\:hover\:-mb-17\/24:hover {
    margin-bottom: -70.83333%;
  }

  .sm\:hover\:-mb-18\/24:hover {
    margin-bottom: -75%;
  }

  .sm\:hover\:-mb-19\/24:hover {
    margin-bottom: -79.16667%;
  }

  .sm\:hover\:-mb-20\/24:hover {
    margin-bottom: -83.33333%;
  }

  .sm\:hover\:-mb-21\/24:hover {
    margin-bottom: -87.5%;
  }

  .sm\:hover\:-mb-22\/24:hover {
    margin-bottom: -91.66667%;
  }

  .sm\:hover\:-mb-23\/24:hover {
    margin-bottom: -95.83333%;
  }

  .sm\:hover\:-mb-24\/24:hover {
    margin-bottom: -100%;
  }

  .sm\:hover\:-mb-screen-header:hover {
    margin-bottom: -41.55vw;
  }

  .sm\:hover\:-mb-screen-60:hover {
    margin-bottom: -60vh;
  }

  .sm\:hover\:-mb-screen-80:hover {
    margin-bottom: -80vh;
  }

  .sm\:hover\:-mb-screen-85:hover {
    margin-bottom: -85vh;
  }

  .sm\:hover\:-mb-screen-90:hover {
    margin-bottom: -90vh;
  }

  .sm\:hover\:-mb-screen-95:hover {
    margin-bottom: -95vh;
  }

  .sm\:hover\:-mb-screen-minus-header:hover {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .sm\:hover\:-mb-screen-minus-35\.5:hover {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .sm\:hover\:-mb-screen-minus-36:hover {
    margin-bottom: calc(-100vh - -9rem);
  }

  .sm\:hover\:-mb-screen-minus-40:hover {
    margin-bottom: calc(-100vh - -10rem);
  }

  .sm\:hover\:-mb-screen-minus-55:hover {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .sm\:hover\:-mb-screen-minus-72:hover {
    margin-bottom: calc(-100vh - -18rem);
  }

  .sm\:hover\:-mb-screen-minus-80:hover {
    margin-bottom: calc(-100vh - -20rem);
  }

  .sm\:hover\:-mb-full-4:hover {
    margin-bottom: calc(-100% - -16px);
  }

  .sm\:hover\:-mb-account-body:hover {
    margin-bottom: calc(-100vw - -304px);
  }

  .sm\:hover\:-mb-menu-center:hover {
    margin-bottom: calc(-50% - -288px);
  }

  .sm\:hover\:-mb-tutorials-hidden:hover {
    margin-bottom: calc(-100% - -56px);
  }

  .sm\:hover\:-mb-popup-full-width:hover {
    margin-bottom: calc(-100% + -32px);
  }

  .sm\:hover\:-mb-popup-full-width-md:hover {
    margin-bottom: calc(-100% + -64px);
  }

  .sm\:hover\:-mb-popup-full-height:hover {
    margin-bottom: calc(-100% + -68px);
  }

  .sm\:hover\:-mb-max-content:hover {
    margin-bottom: max-content;
  }

  .sm\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .sm\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .sm\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .sm\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .sm\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .sm\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .sm\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .sm\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .sm\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .sm\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .sm\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .sm\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .sm\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .sm\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .sm\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .sm\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .sm\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .sm\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .sm\:hover\:ml-22:hover {
    margin-left: 5.5rem;
  }

  .sm\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .sm\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .sm\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .sm\:hover\:ml-29:hover {
    margin-left: 7.25rem;
  }

  .sm\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .sm\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .sm\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .sm\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .sm\:hover\:ml-42:hover {
    margin-left: 10.5rem;
  }

  .sm\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .sm\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .sm\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .sm\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .sm\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .sm\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .sm\:hover\:ml-68:hover {
    margin-left: 17rem;
  }

  .sm\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .sm\:hover\:ml-77:hover {
    margin-left: 19.25rem;
  }

  .sm\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .sm\:hover\:ml-82:hover {
    margin-left: 20.5rem;
  }

  .sm\:hover\:ml-88:hover {
    margin-left: 22rem;
  }

  .sm\:hover\:ml-94:hover {
    margin-left: 23.5rem;
  }

  .sm\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .sm\:hover\:ml-98:hover {
    margin-left: 24.5rem;
  }

  .sm\:hover\:ml-104:hover {
    margin-left: 26rem;
  }

  .sm\:hover\:ml-108:hover {
    margin-left: 27rem;
  }

  .sm\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .sm\:hover\:ml-112:hover {
    margin-left: 28rem;
  }

  .sm\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .sm\:hover\:ml-128:hover {
    margin-left: 32rem;
  }

  .sm\:hover\:ml-132:hover {
    margin-left: 33rem;
  }

  .sm\:hover\:ml-134:hover {
    margin-left: 33.5rem;
  }

  .sm\:hover\:ml-135:hover {
    margin-left: 33.75rem;
  }

  .sm\:hover\:ml-136:hover {
    margin-left: 34rem;
  }

  .sm\:hover\:ml-144:hover {
    margin-left: 36rem;
  }

  .sm\:hover\:ml-152:hover {
    margin-left: 38rem;
  }

  .sm\:hover\:ml-160:hover {
    margin-left: 40rem;
  }

  .sm\:hover\:ml-164:hover {
    margin-left: 41rem;
  }

  .sm\:hover\:ml-172:hover {
    margin-left: 43rem;
  }

  .sm\:hover\:ml-179:hover {
    margin-left: 44.75rem;
  }

  .sm\:hover\:ml-184:hover {
    margin-left: 46rem;
  }

  .sm\:hover\:ml-192:hover {
    margin-left: 48rem;
  }

  .sm\:hover\:ml-224:hover {
    margin-left: 56rem;
  }

  .sm\:hover\:ml-240:hover {
    margin-left: 60rem;
  }

  .sm\:hover\:ml-256:hover {
    margin-left: 64rem;
  }

  .sm\:hover\:ml-265:hover {
    margin-left: 66.25rem;
  }

  .sm\:hover\:ml-288:hover {
    margin-left: 72rem;
  }

  .sm\:hover\:ml-384:hover {
    margin-left: 96rem;
  }

  .sm\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .sm\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .sm\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .sm\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .sm\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .sm\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .sm\:hover\:ml-0\.75:hover {
    margin-left: 0.1875rem;
  }

  .sm\:hover\:ml-4\.5:hover {
    margin-left: 1.125rem;
  }

  .sm\:hover\:ml-7\.5:hover {
    margin-left: 1.875rem;
  }

  .sm\:hover\:ml-9\.5:hover {
    margin-left: 2.375rem;
  }

  .sm\:hover\:ml-9\.75:hover {
    margin-left: 2.4375rem;
  }

  .sm\:hover\:ml-12\.5:hover {
    margin-left: 3.125rem;
  }

  .sm\:hover\:ml-13\.5:hover {
    margin-left: 3.375rem;
  }

  .sm\:hover\:ml-292\.5:hover {
    margin-left: 73.125rem;
  }

  .sm\:hover\:ml-1\/24:hover {
    margin-left: 4.166667%;
  }

  .sm\:hover\:ml-2\/24:hover {
    margin-left: 8.333333%;
  }

  .sm\:hover\:ml-3\/24:hover {
    margin-left: 12.5%;
  }

  .sm\:hover\:ml-4\/24:hover {
    margin-left: 16.666667%;
  }

  .sm\:hover\:ml-5\/24:hover {
    margin-left: 20.833333%;
  }

  .sm\:hover\:ml-6\/24:hover {
    margin-left: 25%;
  }

  .sm\:hover\:ml-7\/24:hover {
    margin-left: 29.166666%;
  }

  .sm\:hover\:ml-8\/24:hover {
    margin-left: 33.333333%;
  }

  .sm\:hover\:ml-9\/24:hover {
    margin-left: 37.5%;
  }

  .sm\:hover\:ml-10\/24:hover {
    margin-left: 41.666666%;
  }

  .sm\:hover\:ml-11\/24:hover {
    margin-left: 45.833333%;
  }

  .sm\:hover\:ml-12\/24:hover {
    margin-left: 50%;
  }

  .sm\:hover\:ml-13\/24:hover {
    margin-left: 54.166666%;
  }

  .sm\:hover\:ml-14\/24:hover {
    margin-left: 58.333333%;
  }

  .sm\:hover\:ml-15\/24:hover {
    margin-left: 62.5%;
  }

  .sm\:hover\:ml-16\/24:hover {
    margin-left: 66.666667%;
  }

  .sm\:hover\:ml-17\/24:hover {
    margin-left: 70.833333%;
  }

  .sm\:hover\:ml-18\/24:hover {
    margin-left: 75%;
  }

  .sm\:hover\:ml-19\/24:hover {
    margin-left: 79.166667%;
  }

  .sm\:hover\:ml-20\/24:hover {
    margin-left: 83.333333%;
  }

  .sm\:hover\:ml-21\/24:hover {
    margin-left: 87.5%;
  }

  .sm\:hover\:ml-22\/24:hover {
    margin-left: 91.666667%;
  }

  .sm\:hover\:ml-23\/24:hover {
    margin-left: 95.833333%;
  }

  .sm\:hover\:ml-24\/24:hover {
    margin-left: 100%;
  }

  .sm\:hover\:ml-screen-header:hover {
    margin-left: 41.55vw;
  }

  .sm\:hover\:ml-screen-60:hover {
    margin-left: 60vh;
  }

  .sm\:hover\:ml-screen-80:hover {
    margin-left: 80vh;
  }

  .sm\:hover\:ml-screen-85:hover {
    margin-left: 85vh;
  }

  .sm\:hover\:ml-screen-90:hover {
    margin-left: 90vh;
  }

  .sm\:hover\:ml-screen-95:hover {
    margin-left: 95vh;
  }

  .sm\:hover\:ml-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
  }

  .sm\:hover\:ml-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
  }

  .sm\:hover\:ml-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
  }

  .sm\:hover\:ml-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
  }

  .sm\:hover\:ml-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
  }

  .sm\:hover\:ml-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
  }

  .sm\:hover\:ml-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
  }

  .sm\:hover\:ml-full-4:hover {
    margin-left: calc(100% - 16px);
  }

  .sm\:hover\:ml-account-body:hover {
    margin-left: calc(100vw - 304px);
  }

  .sm\:hover\:ml-menu-center:hover {
    margin-left: calc(50% - 288px);
  }

  .sm\:hover\:ml-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
  }

  .sm\:hover\:ml-popup-full-width:hover {
    margin-left: calc(100% + 32px);
  }

  .sm\:hover\:ml-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
  }

  .sm\:hover\:ml-popup-full-height:hover {
    margin-left: calc(100% + 68px);
  }

  .sm\:hover\:ml-max-content:hover {
    margin-left: max-content;
  }

  .sm\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .sm\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .sm\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .sm\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .sm\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .sm\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .sm\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .sm\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .sm\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .sm\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .sm\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .sm\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .sm\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .sm\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .sm\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .sm\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .sm\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .sm\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .sm\:hover\:-ml-22:hover {
    margin-left: -5.5rem;
  }

  .sm\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .sm\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .sm\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .sm\:hover\:-ml-29:hover {
    margin-left: -7.25rem;
  }

  .sm\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .sm\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .sm\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .sm\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .sm\:hover\:-ml-42:hover {
    margin-left: -10.5rem;
  }

  .sm\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .sm\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .sm\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .sm\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .sm\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .sm\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .sm\:hover\:-ml-68:hover {
    margin-left: -17rem;
  }

  .sm\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .sm\:hover\:-ml-77:hover {
    margin-left: -19.25rem;
  }

  .sm\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .sm\:hover\:-ml-82:hover {
    margin-left: -20.5rem;
  }

  .sm\:hover\:-ml-88:hover {
    margin-left: -22rem;
  }

  .sm\:hover\:-ml-94:hover {
    margin-left: -23.5rem;
  }

  .sm\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .sm\:hover\:-ml-98:hover {
    margin-left: -24.5rem;
  }

  .sm\:hover\:-ml-104:hover {
    margin-left: -26rem;
  }

  .sm\:hover\:-ml-108:hover {
    margin-left: -27rem;
  }

  .sm\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .sm\:hover\:-ml-112:hover {
    margin-left: -28rem;
  }

  .sm\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .sm\:hover\:-ml-128:hover {
    margin-left: -32rem;
  }

  .sm\:hover\:-ml-132:hover {
    margin-left: -33rem;
  }

  .sm\:hover\:-ml-134:hover {
    margin-left: -33.5rem;
  }

  .sm\:hover\:-ml-135:hover {
    margin-left: -33.75rem;
  }

  .sm\:hover\:-ml-136:hover {
    margin-left: -34rem;
  }

  .sm\:hover\:-ml-144:hover {
    margin-left: -36rem;
  }

  .sm\:hover\:-ml-152:hover {
    margin-left: -38rem;
  }

  .sm\:hover\:-ml-160:hover {
    margin-left: -40rem;
  }

  .sm\:hover\:-ml-164:hover {
    margin-left: -41rem;
  }

  .sm\:hover\:-ml-172:hover {
    margin-left: -43rem;
  }

  .sm\:hover\:-ml-179:hover {
    margin-left: -44.75rem;
  }

  .sm\:hover\:-ml-184:hover {
    margin-left: -46rem;
  }

  .sm\:hover\:-ml-192:hover {
    margin-left: -48rem;
  }

  .sm\:hover\:-ml-224:hover {
    margin-left: -56rem;
  }

  .sm\:hover\:-ml-240:hover {
    margin-left: -60rem;
  }

  .sm\:hover\:-ml-256:hover {
    margin-left: -64rem;
  }

  .sm\:hover\:-ml-265:hover {
    margin-left: -66.25rem;
  }

  .sm\:hover\:-ml-288:hover {
    margin-left: -72rem;
  }

  .sm\:hover\:-ml-384:hover {
    margin-left: -96rem;
  }

  .sm\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .sm\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .sm\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .sm\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .sm\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .sm\:hover\:-ml-0\.75:hover {
    margin-left: -0.1875rem;
  }

  .sm\:hover\:-ml-4\.5:hover {
    margin-left: -1.125rem;
  }

  .sm\:hover\:-ml-7\.5:hover {
    margin-left: -1.875rem;
  }

  .sm\:hover\:-ml-9\.5:hover {
    margin-left: -2.375rem;
  }

  .sm\:hover\:-ml-9\.75:hover {
    margin-left: -2.4375rem;
  }

  .sm\:hover\:-ml-12\.5:hover {
    margin-left: -3.125rem;
  }

  .sm\:hover\:-ml-13\.5:hover {
    margin-left: -3.375rem;
  }

  .sm\:hover\:-ml-292\.5:hover {
    margin-left: -73.125rem;
  }

  .sm\:hover\:-ml-1\/24:hover {
    margin-left: -4.16667%;
  }

  .sm\:hover\:-ml-2\/24:hover {
    margin-left: -8.33333%;
  }

  .sm\:hover\:-ml-3\/24:hover {
    margin-left: -12.5%;
  }

  .sm\:hover\:-ml-4\/24:hover {
    margin-left: -16.66667%;
  }

  .sm\:hover\:-ml-5\/24:hover {
    margin-left: -20.83333%;
  }

  .sm\:hover\:-ml-6\/24:hover {
    margin-left: -25%;
  }

  .sm\:hover\:-ml-7\/24:hover {
    margin-left: -29.16667%;
  }

  .sm\:hover\:-ml-8\/24:hover {
    margin-left: -33.33333%;
  }

  .sm\:hover\:-ml-9\/24:hover {
    margin-left: -37.5%;
  }

  .sm\:hover\:-ml-10\/24:hover {
    margin-left: -41.66667%;
  }

  .sm\:hover\:-ml-11\/24:hover {
    margin-left: -45.83333%;
  }

  .sm\:hover\:-ml-12\/24:hover {
    margin-left: -50%;
  }

  .sm\:hover\:-ml-13\/24:hover {
    margin-left: -54.16667%;
  }

  .sm\:hover\:-ml-14\/24:hover {
    margin-left: -58.33333%;
  }

  .sm\:hover\:-ml-15\/24:hover {
    margin-left: -62.5%;
  }

  .sm\:hover\:-ml-16\/24:hover {
    margin-left: -66.66667%;
  }

  .sm\:hover\:-ml-17\/24:hover {
    margin-left: -70.83333%;
  }

  .sm\:hover\:-ml-18\/24:hover {
    margin-left: -75%;
  }

  .sm\:hover\:-ml-19\/24:hover {
    margin-left: -79.16667%;
  }

  .sm\:hover\:-ml-20\/24:hover {
    margin-left: -83.33333%;
  }

  .sm\:hover\:-ml-21\/24:hover {
    margin-left: -87.5%;
  }

  .sm\:hover\:-ml-22\/24:hover {
    margin-left: -91.66667%;
  }

  .sm\:hover\:-ml-23\/24:hover {
    margin-left: -95.83333%;
  }

  .sm\:hover\:-ml-24\/24:hover {
    margin-left: -100%;
  }

  .sm\:hover\:-ml-screen-header:hover {
    margin-left: -41.55vw;
  }

  .sm\:hover\:-ml-screen-60:hover {
    margin-left: -60vh;
  }

  .sm\:hover\:-ml-screen-80:hover {
    margin-left: -80vh;
  }

  .sm\:hover\:-ml-screen-85:hover {
    margin-left: -85vh;
  }

  .sm\:hover\:-ml-screen-90:hover {
    margin-left: -90vh;
  }

  .sm\:hover\:-ml-screen-95:hover {
    margin-left: -95vh;
  }

  .sm\:hover\:-ml-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
  }

  .sm\:hover\:-ml-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
  }

  .sm\:hover\:-ml-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
  }

  .sm\:hover\:-ml-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
  }

  .sm\:hover\:-ml-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
  }

  .sm\:hover\:-ml-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
  }

  .sm\:hover\:-ml-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
  }

  .sm\:hover\:-ml-full-4:hover {
    margin-left: calc(-100% - -16px);
  }

  .sm\:hover\:-ml-account-body:hover {
    margin-left: calc(-100vw - -304px);
  }

  .sm\:hover\:-ml-menu-center:hover {
    margin-left: calc(-50% - -288px);
  }

  .sm\:hover\:-ml-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
  }

  .sm\:hover\:-ml-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
  }

  .sm\:hover\:-ml-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
  }

  .sm\:hover\:-ml-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
  }

  .sm\:hover\:-ml-max-content:hover {
    margin-left: max-content;
  }

  .sm\:box-border {
    box-sizing: border-box;
  }

  .sm\:box-content {
    box-sizing: content-box;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:inline-table {
    display: inline-table;
  }

  .sm\:table-caption {
    display: table-caption;
  }

  .sm\:table-cell {
    display: table-cell;
  }

  .sm\:table-column {
    display: table-column;
  }

  .sm\:table-column-group {
    display: table-column-group;
  }

  .sm\:table-footer-group {
    display: table-footer-group;
  }

  .sm\:table-header-group {
    display: table-header-group;
  }

  .sm\:table-row-group {
    display: table-row-group;
  }

  .sm\:table-row {
    display: table-row;
  }

  .sm\:flow-root {
    display: flow-root;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:list-item {
    display: list-item;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-18 {
    height: 4.5rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-21 {
    height: 5.25rem;
  }

  .sm\:h-22 {
    height: 5.5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-26 {
    height: 6.5rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-29 {
    height: 7.25rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-34 {
    height: 8.5rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-42 {
    height: 10.5rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-56 {
    height: 14rem;
  }

  .sm\:h-60 {
    height: 15rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-68 {
    height: 17rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-77 {
    height: 19.25rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-82 {
    height: 20.5rem;
  }

  .sm\:h-88 {
    height: 22rem;
  }

  .sm\:h-94 {
    height: 23.5rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-98 {
    height: 24.5rem;
  }

  .sm\:h-104 {
    height: 26rem;
  }

  .sm\:h-108 {
    height: 27rem;
  }

  .sm\:h-110 {
    height: 27.5rem;
  }

  .sm\:h-112 {
    height: 28rem;
  }

  .sm\:h-120 {
    height: 30rem;
  }

  .sm\:h-128 {
    height: 32rem;
  }

  .sm\:h-132 {
    height: 33rem;
  }

  .sm\:h-134 {
    height: 33.5rem;
  }

  .sm\:h-135 {
    height: 33.75rem;
  }

  .sm\:h-136 {
    height: 34rem;
  }

  .sm\:h-144 {
    height: 36rem;
  }

  .sm\:h-152 {
    height: 38rem;
  }

  .sm\:h-160 {
    height: 40rem;
  }

  .sm\:h-164 {
    height: 41rem;
  }

  .sm\:h-172 {
    height: 43rem;
  }

  .sm\:h-179 {
    height: 44.75rem;
  }

  .sm\:h-184 {
    height: 46rem;
  }

  .sm\:h-192 {
    height: 48rem;
  }

  .sm\:h-224 {
    height: 56rem;
  }

  .sm\:h-240 {
    height: 60rem;
  }

  .sm\:h-256 {
    height: 64rem;
  }

  .sm\:h-265 {
    height: 66.25rem;
  }

  .sm\:h-288 {
    height: 72rem;
  }

  .sm\:h-384 {
    height: 96rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-0\.5 {
    height: 0.125rem;
  }

  .sm\:h-1\.5 {
    height: 0.375rem;
  }

  .sm\:h-2\.5 {
    height: 0.625rem;
  }

  .sm\:h-3\.5 {
    height: 0.875rem;
  }

  .sm\:h-0\.75 {
    height: 0.1875rem;
  }

  .sm\:h-4\.5 {
    height: 1.125rem;
  }

  .sm\:h-7\.5 {
    height: 1.875rem;
  }

  .sm\:h-9\.5 {
    height: 2.375rem;
  }

  .sm\:h-9\.75 {
    height: 2.4375rem;
  }

  .sm\:h-12\.5 {
    height: 3.125rem;
  }

  .sm\:h-13\.5 {
    height: 3.375rem;
  }

  .sm\:h-292\.5 {
    height: 73.125rem;
  }

  .sm\:h-1\/24 {
    height: 4.166667%;
  }

  .sm\:h-2\/24 {
    height: 8.333333%;
  }

  .sm\:h-3\/24 {
    height: 12.5%;
  }

  .sm\:h-4\/24 {
    height: 16.666667%;
  }

  .sm\:h-5\/24 {
    height: 20.833333%;
  }

  .sm\:h-6\/24 {
    height: 25%;
  }

  .sm\:h-7\/24 {
    height: 29.166666%;
  }

  .sm\:h-8\/24 {
    height: 33.333333%;
  }

  .sm\:h-9\/24 {
    height: 37.5%;
  }

  .sm\:h-10\/24 {
    height: 41.666666%;
  }

  .sm\:h-11\/24 {
    height: 45.833333%;
  }

  .sm\:h-12\/24 {
    height: 50%;
  }

  .sm\:h-13\/24 {
    height: 54.166666%;
  }

  .sm\:h-14\/24 {
    height: 58.333333%;
  }

  .sm\:h-15\/24 {
    height: 62.5%;
  }

  .sm\:h-16\/24 {
    height: 66.666667%;
  }

  .sm\:h-17\/24 {
    height: 70.833333%;
  }

  .sm\:h-18\/24 {
    height: 75%;
  }

  .sm\:h-19\/24 {
    height: 79.166667%;
  }

  .sm\:h-20\/24 {
    height: 83.333333%;
  }

  .sm\:h-21\/24 {
    height: 87.5%;
  }

  .sm\:h-22\/24 {
    height: 91.666667%;
  }

  .sm\:h-23\/24 {
    height: 95.833333%;
  }

  .sm\:h-24\/24 {
    height: 100%;
  }

  .sm\:h-screen-header {
    height: 41.55vw;
  }

  .sm\:h-screen-60 {
    height: 60vh;
  }

  .sm\:h-screen-80 {
    height: 80vh;
  }

  .sm\:h-screen-85 {
    height: 85vh;
  }

  .sm\:h-screen-90 {
    height: 90vh;
  }

  .sm\:h-screen-95 {
    height: 95vh;
  }

  .sm\:h-screen-minus-header {
    height: calc(100vh - 5.25rem);
  }

  .sm\:h-screen-minus-35\.5 {
    height: calc(100vh - 8.875rem);
  }

  .sm\:h-screen-minus-36 {
    height: calc(100vh - 9rem);
  }

  .sm\:h-screen-minus-40 {
    height: calc(100vh - 10rem);
  }

  .sm\:h-screen-minus-55 {
    height: calc(100vh - 13.75rem);
  }

  .sm\:h-screen-minus-72 {
    height: calc(100vh - 18rem);
  }

  .sm\:h-screen-minus-80 {
    height: calc(100vh - 20rem);
  }

  .sm\:h-full-4 {
    height: calc(100% - 16px);
  }

  .sm\:h-account-body {
    height: calc(100vw - 304px);
  }

  .sm\:h-menu-center {
    height: calc(50% - 288px);
  }

  .sm\:h-tutorials-hidden {
    height: calc(100% - 56px);
  }

  .sm\:h-popup-full-width {
    height: calc(100% + 32px);
  }

  .sm\:h-popup-full-width-md {
    height: calc(100% + 64px);
  }

  .sm\:h-popup-full-height {
    height: calc(100% + 68px);
  }

  .sm\:h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:max-h-0 {
    max-height: 0px;
  }

  .sm\:max-h-1 {
    max-height: 0.25rem;
  }

  .sm\:max-h-2 {
    max-height: 0.5rem;
  }

  .sm\:max-h-3 {
    max-height: 0.75rem;
  }

  .sm\:max-h-4 {
    max-height: 1rem;
  }

  .sm\:max-h-5 {
    max-height: 1.25rem;
  }

  .sm\:max-h-6 {
    max-height: 1.5rem;
  }

  .sm\:max-h-7 {
    max-height: 1.75rem;
  }

  .sm\:max-h-8 {
    max-height: 2rem;
  }

  .sm\:max-h-9 {
    max-height: 2.25rem;
  }

  .sm\:max-h-10 {
    max-height: 2.5rem;
  }

  .sm\:max-h-11 {
    max-height: 2.75rem;
  }

  .sm\:max-h-12 {
    max-height: 3rem;
  }

  .sm\:max-h-14 {
    max-height: 3.5rem;
  }

  .sm\:max-h-16 {
    max-height: 4rem;
  }

  .sm\:max-h-18 {
    max-height: 4.5rem;
  }

  .sm\:max-h-20 {
    max-height: 5rem;
  }

  .sm\:max-h-21 {
    max-height: 5.25rem;
  }

  .sm\:max-h-22 {
    max-height: 5.5rem;
  }

  .sm\:max-h-24 {
    max-height: 6rem;
  }

  .sm\:max-h-26 {
    max-height: 6.5rem;
  }

  .sm\:max-h-28 {
    max-height: 7rem;
  }

  .sm\:max-h-29 {
    max-height: 7.25rem;
  }

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:max-h-34 {
    max-height: 8.5rem;
  }

  .sm\:max-h-36 {
    max-height: 9rem;
  }

  .sm\:max-h-40 {
    max-height: 10rem;
  }

  .sm\:max-h-42 {
    max-height: 10.5rem;
  }

  .sm\:max-h-44 {
    max-height: 11rem;
  }

  .sm\:max-h-48 {
    max-height: 12rem;
  }

  .sm\:max-h-52 {
    max-height: 13rem;
  }

  .sm\:max-h-56 {
    max-height: 14rem;
  }

  .sm\:max-h-60 {
    max-height: 15rem;
  }

  .sm\:max-h-64 {
    max-height: 16rem;
  }

  .sm\:max-h-68 {
    max-height: 17rem;
  }

  .sm\:max-h-72 {
    max-height: 18rem;
  }

  .sm\:max-h-77 {
    max-height: 19.25rem;
  }

  .sm\:max-h-80 {
    max-height: 20rem;
  }

  .sm\:max-h-82 {
    max-height: 20.5rem;
  }

  .sm\:max-h-88 {
    max-height: 22rem;
  }

  .sm\:max-h-94 {
    max-height: 23.5rem;
  }

  .sm\:max-h-96 {
    max-height: 24rem;
  }

  .sm\:max-h-98 {
    max-height: 24.5rem;
  }

  .sm\:max-h-104 {
    max-height: 26rem;
  }

  .sm\:max-h-108 {
    max-height: 27rem;
  }

  .sm\:max-h-110 {
    max-height: 27.5rem;
  }

  .sm\:max-h-112 {
    max-height: 28rem;
  }

  .sm\:max-h-120 {
    max-height: 30rem;
  }

  .sm\:max-h-128 {
    max-height: 32rem;
  }

  .sm\:max-h-132 {
    max-height: 33rem;
  }

  .sm\:max-h-134 {
    max-height: 33.5rem;
  }

  .sm\:max-h-135 {
    max-height: 33.75rem;
  }

  .sm\:max-h-136 {
    max-height: 34rem;
  }

  .sm\:max-h-144 {
    max-height: 36rem;
  }

  .sm\:max-h-152 {
    max-height: 38rem;
  }

  .sm\:max-h-160 {
    max-height: 40rem;
  }

  .sm\:max-h-164 {
    max-height: 41rem;
  }

  .sm\:max-h-172 {
    max-height: 43rem;
  }

  .sm\:max-h-179 {
    max-height: 44.75rem;
  }

  .sm\:max-h-184 {
    max-height: 46rem;
  }

  .sm\:max-h-192 {
    max-height: 48rem;
  }

  .sm\:max-h-224 {
    max-height: 56rem;
  }

  .sm\:max-h-240 {
    max-height: 60rem;
  }

  .sm\:max-h-256 {
    max-height: 64rem;
  }

  .sm\:max-h-265 {
    max-height: 66.25rem;
  }

  .sm\:max-h-288 {
    max-height: 72rem;
  }

  .sm\:max-h-384 {
    max-height: 96rem;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .sm\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .sm\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .sm\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .sm\:max-h-0\.75 {
    max-height: 0.1875rem;
  }

  .sm\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .sm\:max-h-7\.5 {
    max-height: 1.875rem;
  }

  .sm\:max-h-9\.5 {
    max-height: 2.375rem;
  }

  .sm\:max-h-9\.75 {
    max-height: 2.4375rem;
  }

  .sm\:max-h-12\.5 {
    max-height: 3.125rem;
  }

  .sm\:max-h-13\.5 {
    max-height: 3.375rem;
  }

  .sm\:max-h-292\.5 {
    max-height: 73.125rem;
  }

  .sm\:max-h-1\/24 {
    max-height: 4.166667%;
  }

  .sm\:max-h-2\/24 {
    max-height: 8.333333%;
  }

  .sm\:max-h-3\/24 {
    max-height: 12.5%;
  }

  .sm\:max-h-4\/24 {
    max-height: 16.666667%;
  }

  .sm\:max-h-5\/24 {
    max-height: 20.833333%;
  }

  .sm\:max-h-6\/24 {
    max-height: 25%;
  }

  .sm\:max-h-7\/24 {
    max-height: 29.166666%;
  }

  .sm\:max-h-8\/24 {
    max-height: 33.333333%;
  }

  .sm\:max-h-9\/24 {
    max-height: 37.5%;
  }

  .sm\:max-h-10\/24 {
    max-height: 41.666666%;
  }

  .sm\:max-h-11\/24 {
    max-height: 45.833333%;
  }

  .sm\:max-h-12\/24 {
    max-height: 50%;
  }

  .sm\:max-h-13\/24 {
    max-height: 54.166666%;
  }

  .sm\:max-h-14\/24 {
    max-height: 58.333333%;
  }

  .sm\:max-h-15\/24 {
    max-height: 62.5%;
  }

  .sm\:max-h-16\/24 {
    max-height: 66.666667%;
  }

  .sm\:max-h-17\/24 {
    max-height: 70.833333%;
  }

  .sm\:max-h-18\/24 {
    max-height: 75%;
  }

  .sm\:max-h-19\/24 {
    max-height: 79.166667%;
  }

  .sm\:max-h-20\/24 {
    max-height: 83.333333%;
  }

  .sm\:max-h-21\/24 {
    max-height: 87.5%;
  }

  .sm\:max-h-22\/24 {
    max-height: 91.666667%;
  }

  .sm\:max-h-23\/24 {
    max-height: 95.833333%;
  }

  .sm\:max-h-24\/24 {
    max-height: 100%;
  }

  .sm\:max-h-screen-header {
    max-height: 41.55vw;
  }

  .sm\:max-h-screen-60 {
    max-height: 60vh;
  }

  .sm\:max-h-screen-80 {
    max-height: 80vh;
  }

  .sm\:max-h-screen-85 {
    max-height: 85vh;
  }

  .sm\:max-h-screen-90 {
    max-height: 90vh;
  }

  .sm\:max-h-screen-95 {
    max-height: 95vh;
  }

  .sm\:max-h-screen-minus-header {
    max-height: calc(100vh - 5.25rem);
  }

  .sm\:max-h-screen-minus-35\.5 {
    max-height: calc(100vh - 8.875rem);
  }

  .sm\:max-h-screen-minus-36 {
    max-height: calc(100vh - 9rem);
  }

  .sm\:max-h-screen-minus-40 {
    max-height: calc(100vh - 10rem);
  }

  .sm\:max-h-screen-minus-55 {
    max-height: calc(100vh - 13.75rem);
  }

  .sm\:max-h-screen-minus-72 {
    max-height: calc(100vh - 18rem);
  }

  .sm\:max-h-screen-minus-80 {
    max-height: calc(100vh - 20rem);
  }

  .sm\:max-h-full-4 {
    max-height: calc(100% - 16px);
  }

  .sm\:max-h-account-body {
    max-height: calc(100vw - 304px);
  }

  .sm\:max-h-menu-center {
    max-height: calc(50% - 288px);
  }

  .sm\:max-h-tutorials-hidden {
    max-height: calc(100% - 56px);
  }

  .sm\:max-h-popup-full-width {
    max-height: calc(100% + 32px);
  }

  .sm\:max-h-popup-full-width-md {
    max-height: calc(100% + 64px);
  }

  .sm\:max-h-popup-full-height {
    max-height: calc(100% + 68px);
  }

  .sm\:max-h-max-content {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-16 {
    min-height: 4rem;
  }

  .sm\:min-h-24 {
    min-height: 6rem;
  }

  .sm\:min-h-32 {
    min-height: 8rem;
  }

  .sm\:min-h-50 {
    min-height: 12.5rem;
  }

  .sm\:min-h-63 {
    min-height: 15.75rem;
  }

  .sm\:min-h-100 {
    min-height: 25rem;
  }

  .sm\:min-h-116 {
    min-height: 29rem;
  }

  .sm\:min-h-128 {
    min-height: 32rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-18 {
    width: 4.5rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-21 {
    width: 5.25rem;
  }

  .sm\:w-22 {
    width: 5.5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-26 {
    width: 6.5rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-29 {
    width: 7.25rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-34 {
    width: 8.5rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-42 {
    width: 10.5rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-68 {
    width: 17rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-77 {
    width: 19.25rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-82 {
    width: 20.5rem;
  }

  .sm\:w-88 {
    width: 22rem;
  }

  .sm\:w-94 {
    width: 23.5rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-98 {
    width: 24.5rem;
  }

  .sm\:w-104 {
    width: 26rem;
  }

  .sm\:w-108 {
    width: 27rem;
  }

  .sm\:w-110 {
    width: 27.5rem;
  }

  .sm\:w-112 {
    width: 28rem;
  }

  .sm\:w-120 {
    width: 30rem;
  }

  .sm\:w-128 {
    width: 32rem;
  }

  .sm\:w-132 {
    width: 33rem;
  }

  .sm\:w-134 {
    width: 33.5rem;
  }

  .sm\:w-135 {
    width: 33.75rem;
  }

  .sm\:w-136 {
    width: 34rem;
  }

  .sm\:w-144 {
    width: 36rem;
  }

  .sm\:w-152 {
    width: 38rem;
  }

  .sm\:w-160 {
    width: 40rem;
  }

  .sm\:w-164 {
    width: 41rem;
  }

  .sm\:w-172 {
    width: 43rem;
  }

  .sm\:w-179 {
    width: 44.75rem;
  }

  .sm\:w-184 {
    width: 46rem;
  }

  .sm\:w-192 {
    width: 48rem;
  }

  .sm\:w-224 {
    width: 56rem;
  }

  .sm\:w-240 {
    width: 60rem;
  }

  .sm\:w-256 {
    width: 64rem;
  }

  .sm\:w-265 {
    width: 66.25rem;
  }

  .sm\:w-288 {
    width: 72rem;
  }

  .sm\:w-384 {
    width: 96rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-0\.5 {
    width: 0.125rem;
  }

  .sm\:w-1\.5 {
    width: 0.375rem;
  }

  .sm\:w-2\.5 {
    width: 0.625rem;
  }

  .sm\:w-3\.5 {
    width: 0.875rem;
  }

  .sm\:w-0\.75 {
    width: 0.1875rem;
  }

  .sm\:w-4\.5 {
    width: 1.125rem;
  }

  .sm\:w-7\.5 {
    width: 1.875rem;
  }

  .sm\:w-9\.5 {
    width: 2.375rem;
  }

  .sm\:w-9\.75 {
    width: 2.4375rem;
  }

  .sm\:w-12\.5 {
    width: 3.125rem;
  }

  .sm\:w-13\.5 {
    width: 3.375rem;
  }

  .sm\:w-292\.5 {
    width: 73.125rem;
  }

  .sm\:w-1\/24 {
    width: 4.166667%;
  }

  .sm\:w-2\/24 {
    width: 8.333333%;
  }

  .sm\:w-3\/24 {
    width: 12.5%;
  }

  .sm\:w-4\/24 {
    width: 16.666667%;
  }

  .sm\:w-5\/24 {
    width: 20.833333%;
  }

  .sm\:w-6\/24 {
    width: 25%;
  }

  .sm\:w-7\/24 {
    width: 29.166666%;
  }

  .sm\:w-8\/24 {
    width: 33.333333%;
  }

  .sm\:w-9\/24 {
    width: 37.5%;
  }

  .sm\:w-10\/24 {
    width: 41.666666%;
  }

  .sm\:w-11\/24 {
    width: 45.833333%;
  }

  .sm\:w-12\/24 {
    width: 50%;
  }

  .sm\:w-13\/24 {
    width: 54.166666%;
  }

  .sm\:w-14\/24 {
    width: 58.333333%;
  }

  .sm\:w-15\/24 {
    width: 62.5%;
  }

  .sm\:w-16\/24 {
    width: 66.666667%;
  }

  .sm\:w-17\/24 {
    width: 70.833333%;
  }

  .sm\:w-18\/24 {
    width: 75%;
  }

  .sm\:w-19\/24 {
    width: 79.166667%;
  }

  .sm\:w-20\/24 {
    width: 83.333333%;
  }

  .sm\:w-21\/24 {
    width: 87.5%;
  }

  .sm\:w-22\/24 {
    width: 91.666667%;
  }

  .sm\:w-23\/24 {
    width: 95.833333%;
  }

  .sm\:w-24\/24 {
    width: 100%;
  }

  .sm\:w-screen-header {
    width: 41.55vw;
  }

  .sm\:w-screen-60 {
    width: 60vh;
  }

  .sm\:w-screen-80 {
    width: 80vh;
  }

  .sm\:w-screen-85 {
    width: 85vh;
  }

  .sm\:w-screen-90 {
    width: 90vh;
  }

  .sm\:w-screen-95 {
    width: 95vh;
  }

  .sm\:w-screen-minus-header {
    width: calc(100vh - 5.25rem);
  }

  .sm\:w-screen-minus-35\.5 {
    width: calc(100vh - 8.875rem);
  }

  .sm\:w-screen-minus-36 {
    width: calc(100vh - 9rem);
  }

  .sm\:w-screen-minus-40 {
    width: calc(100vh - 10rem);
  }

  .sm\:w-screen-minus-55 {
    width: calc(100vh - 13.75rem);
  }

  .sm\:w-screen-minus-72 {
    width: calc(100vh - 18rem);
  }

  .sm\:w-screen-minus-80 {
    width: calc(100vh - 20rem);
  }

  .sm\:w-full-4 {
    width: calc(100% - 16px);
  }

  .sm\:w-account-body {
    width: calc(100vw - 304px);
  }

  .sm\:w-menu-center {
    width: calc(50% - 288px);
  }

  .sm\:w-tutorials-hidden {
    width: calc(100% - 56px);
  }

  .sm\:w-popup-full-width {
    width: calc(100% + 32px);
  }

  .sm\:w-popup-full-width-md {
    width: calc(100% + 64px);
  }

  .sm\:w-popup-full-height {
    width: calc(100% + 68px);
  }

  .sm\:w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .sm\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-20 {
    min-width: 5rem;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:min-w-50 {
    min-width: 12.5rem;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }

  .sm\:min-w-72 {
    min-width: 18rem;
  }

  .sm\:min-w-100 {
    min-width: 25rem;
  }

  .sm\:min-w-105 {
    min-width: 26.25rem;
  }

  .sm\:min-w-150 {
    min-width: 37.5rem;
  }

  .sm\:min-w-168 {
    min-width: 42rem;
  }

  .sm\:min-w-240 {
    min-width: 60rem;
  }

  .sm\:min-w-304 {
    min-width: 76rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .sm\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .sm\:max-w-0 {
    max-width: 0rem;
  }

  .sm\:max-w-25 {
    max-width: 6.25rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-48 {
    max-width: 12rem;
  }

  .sm\:max-w-62 {
    max-width: 15.5rem;
  }

  .sm\:max-w-64 {
    max-width: 16rem;
  }

  .sm\:max-w-72 {
    max-width: 18rem;
  }

  .sm\:max-w-74 {
    max-width: 18.5rem;
  }

  .sm\:max-w-80 {
    max-width: 20rem;
  }

  .sm\:max-w-88 {
    max-width: 22rem;
  }

  .sm\:max-w-92 {
    max-width: 23rem;
  }

  .sm\:max-w-112 {
    max-width: 28rem;
  }

  .sm\:max-w-128 {
    max-width: 32rem;
  }

  .sm\:max-w-144 {
    max-width: 36rem;
  }

  .sm\:max-w-168 {
    max-width: 42rem;
  }

  .sm\:max-w-172 {
    max-width: 43rem;
  }

  .sm\:max-w-208 {
    max-width: 52rem;
  }

  .sm\:max-w-232 {
    max-width: 58rem;
  }

  .sm\:max-w-254 {
    max-width: 63.5rem;
  }

  .sm\:max-w-280 {
    max-width: 70rem;
  }

  .sm\:max-w-300 {
    max-width: 75rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-7xl {
    max-width: 80rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .sm\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-prose {
    max-width: 65ch;
  }

  .sm\:max-w-screen-xs {
    max-width: 425px;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .sm\:max-w-explorer {
    max-width: calc(100% - 1rem);
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:border-collapse {
    border-collapse: collapse;
  }

  .sm\:border-separate {
    border-collapse: separate;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .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));
  }

  .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));
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .sm\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .sm\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .sm\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .sm\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .sm\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .sm\:translate-x-29 {
    --tw-translate-x: 7.25rem;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .sm\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .sm\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .sm\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .sm\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .sm\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .sm\:translate-x-77 {
    --tw-translate-x: 19.25rem;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .sm\:translate-x-82 {
    --tw-translate-x: 20.5rem;
  }

  .sm\:translate-x-88 {
    --tw-translate-x: 22rem;
  }

  .sm\:translate-x-94 {
    --tw-translate-x: 23.5rem;
  }

  .sm\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .sm\:translate-x-98 {
    --tw-translate-x: 24.5rem;
  }

  .sm\:translate-x-104 {
    --tw-translate-x: 26rem;
  }

  .sm\:translate-x-108 {
    --tw-translate-x: 27rem;
  }

  .sm\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .sm\:translate-x-112 {
    --tw-translate-x: 28rem;
  }

  .sm\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .sm\:translate-x-128 {
    --tw-translate-x: 32rem;
  }

  .sm\:translate-x-132 {
    --tw-translate-x: 33rem;
  }

  .sm\:translate-x-134 {
    --tw-translate-x: 33.5rem;
  }

  .sm\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .sm\:translate-x-136 {
    --tw-translate-x: 34rem;
  }

  .sm\:translate-x-144 {
    --tw-translate-x: 36rem;
  }

  .sm\:translate-x-152 {
    --tw-translate-x: 38rem;
  }

  .sm\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .sm\:translate-x-164 {
    --tw-translate-x: 41rem;
  }

  .sm\:translate-x-172 {
    --tw-translate-x: 43rem;
  }

  .sm\:translate-x-179 {
    --tw-translate-x: 44.75rem;
  }

  .sm\:translate-x-184 {
    --tw-translate-x: 46rem;
  }

  .sm\:translate-x-192 {
    --tw-translate-x: 48rem;
  }

  .sm\:translate-x-224 {
    --tw-translate-x: 56rem;
  }

  .sm\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .sm\:translate-x-256 {
    --tw-translate-x: 64rem;
  }

  .sm\:translate-x-265 {
    --tw-translate-x: 66.25rem;
  }

  .sm\:translate-x-288 {
    --tw-translate-x: 72rem;
  }

  .sm\:translate-x-384 {
    --tw-translate-x: 96rem;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .sm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .sm\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .sm\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .sm\:translate-x-0\.75 {
    --tw-translate-x: 0.1875rem;
  }

  .sm\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .sm\:translate-x-7\.5 {
    --tw-translate-x: 1.875rem;
  }

  .sm\:translate-x-9\.5 {
    --tw-translate-x: 2.375rem;
  }

  .sm\:translate-x-9\.75 {
    --tw-translate-x: 2.4375rem;
  }

  .sm\:translate-x-12\.5 {
    --tw-translate-x: 3.125rem;
  }

  .sm\:translate-x-13\.5 {
    --tw-translate-x: 3.375rem;
  }

  .sm\:translate-x-292\.5 {
    --tw-translate-x: 73.125rem;
  }

  .sm\:translate-x-1\/24 {
    --tw-translate-x: 4.166667%;
  }

  .sm\:translate-x-2\/24 {
    --tw-translate-x: 8.333333%;
  }

  .sm\:translate-x-3\/24 {
    --tw-translate-x: 12.5%;
  }

  .sm\:translate-x-4\/24 {
    --tw-translate-x: 16.666667%;
  }

  .sm\:translate-x-5\/24 {
    --tw-translate-x: 20.833333%;
  }

  .sm\:translate-x-6\/24 {
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-7\/24 {
    --tw-translate-x: 29.166666%;
  }

  .sm\:translate-x-8\/24 {
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-9\/24 {
    --tw-translate-x: 37.5%;
  }

  .sm\:translate-x-10\/24 {
    --tw-translate-x: 41.666666%;
  }

  .sm\:translate-x-11\/24 {
    --tw-translate-x: 45.833333%;
  }

  .sm\:translate-x-12\/24 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-13\/24 {
    --tw-translate-x: 54.166666%;
  }

  .sm\:translate-x-14\/24 {
    --tw-translate-x: 58.333333%;
  }

  .sm\:translate-x-15\/24 {
    --tw-translate-x: 62.5%;
  }

  .sm\:translate-x-16\/24 {
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-17\/24 {
    --tw-translate-x: 70.833333%;
  }

  .sm\:translate-x-18\/24 {
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-19\/24 {
    --tw-translate-x: 79.166667%;
  }

  .sm\:translate-x-20\/24 {
    --tw-translate-x: 83.333333%;
  }

  .sm\:translate-x-21\/24 {
    --tw-translate-x: 87.5%;
  }

  .sm\:translate-x-22\/24 {
    --tw-translate-x: 91.666667%;
  }

  .sm\:translate-x-23\/24 {
    --tw-translate-x: 95.833333%;
  }

  .sm\:translate-x-24\/24 {
    --tw-translate-x: 100%;
  }

  .sm\:translate-x-screen-header {
    --tw-translate-x: 41.55vw;
  }

  .sm\:translate-x-screen-60 {
    --tw-translate-x: 60vh;
  }

  .sm\:translate-x-screen-80 {
    --tw-translate-x: 80vh;
  }

  .sm\:translate-x-screen-85 {
    --tw-translate-x: 85vh;
  }

  .sm\:translate-x-screen-90 {
    --tw-translate-x: 90vh;
  }

  .sm\:translate-x-screen-95 {
    --tw-translate-x: 95vh;
  }

  .sm\:translate-x-screen-minus-header {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .sm\:translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .sm\:translate-x-screen-minus-36 {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .sm\:translate-x-screen-minus-40 {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .sm\:translate-x-screen-minus-55 {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .sm\:translate-x-screen-minus-72 {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .sm\:translate-x-screen-minus-80 {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .sm\:translate-x-full-4 {
    --tw-translate-x: calc(100% - 16px);
  }

  .sm\:translate-x-account-body {
    --tw-translate-x: calc(100vw - 304px);
  }

  .sm\:translate-x-menu-center {
    --tw-translate-x: calc(50% - 288px);
  }

  .sm\:translate-x-tutorials-hidden {
    --tw-translate-x: calc(100% - 56px);
  }

  .sm\:translate-x-popup-full-width {
    --tw-translate-x: calc(100% + 32px);
  }

  .sm\:translate-x-popup-full-width-md {
    --tw-translate-x: calc(100% + 64px);
  }

  .sm\:translate-x-popup-full-height {
    --tw-translate-x: calc(100% + 68px);
  }

  .sm\:translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .sm\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .sm\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .sm\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .sm\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .sm\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .sm\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .sm\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .sm\:-translate-x-29 {
    --tw-translate-x: -7.25rem;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .sm\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .sm\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .sm\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .sm\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .sm\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .sm\:-translate-x-77 {
    --tw-translate-x: -19.25rem;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .sm\:-translate-x-82 {
    --tw-translate-x: -20.5rem;
  }

  .sm\:-translate-x-88 {
    --tw-translate-x: -22rem;
  }

  .sm\:-translate-x-94 {
    --tw-translate-x: -23.5rem;
  }

  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .sm\:-translate-x-98 {
    --tw-translate-x: -24.5rem;
  }

  .sm\:-translate-x-104 {
    --tw-translate-x: -26rem;
  }

  .sm\:-translate-x-108 {
    --tw-translate-x: -27rem;
  }

  .sm\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .sm\:-translate-x-112 {
    --tw-translate-x: -28rem;
  }

  .sm\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .sm\:-translate-x-128 {
    --tw-translate-x: -32rem;
  }

  .sm\:-translate-x-132 {
    --tw-translate-x: -33rem;
  }

  .sm\:-translate-x-134 {
    --tw-translate-x: -33.5rem;
  }

  .sm\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .sm\:-translate-x-136 {
    --tw-translate-x: -34rem;
  }

  .sm\:-translate-x-144 {
    --tw-translate-x: -36rem;
  }

  .sm\:-translate-x-152 {
    --tw-translate-x: -38rem;
  }

  .sm\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .sm\:-translate-x-164 {
    --tw-translate-x: -41rem;
  }

  .sm\:-translate-x-172 {
    --tw-translate-x: -43rem;
  }

  .sm\:-translate-x-179 {
    --tw-translate-x: -44.75rem;
  }

  .sm\:-translate-x-184 {
    --tw-translate-x: -46rem;
  }

  .sm\:-translate-x-192 {
    --tw-translate-x: -48rem;
  }

  .sm\:-translate-x-224 {
    --tw-translate-x: -56rem;
  }

  .sm\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .sm\:-translate-x-256 {
    --tw-translate-x: -64rem;
  }

  .sm\:-translate-x-265 {
    --tw-translate-x: -66.25rem;
  }

  .sm\:-translate-x-288 {
    --tw-translate-x: -72rem;
  }

  .sm\:-translate-x-384 {
    --tw-translate-x: -96rem;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .sm\:-translate-x-0\.75 {
    --tw-translate-x: -0.1875rem;
  }

  .sm\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .sm\:-translate-x-7\.5 {
    --tw-translate-x: -1.875rem;
  }

  .sm\:-translate-x-9\.5 {
    --tw-translate-x: -2.375rem;
  }

  .sm\:-translate-x-9\.75 {
    --tw-translate-x: -2.4375rem;
  }

  .sm\:-translate-x-12\.5 {
    --tw-translate-x: -3.125rem;
  }

  .sm\:-translate-x-13\.5 {
    --tw-translate-x: -3.375rem;
  }

  .sm\:-translate-x-292\.5 {
    --tw-translate-x: -73.125rem;
  }

  .sm\:-translate-x-1\/24 {
    --tw-translate-x: -4.16667%;
  }

  .sm\:-translate-x-2\/24 {
    --tw-translate-x: -8.33333%;
  }

  .sm\:-translate-x-3\/24 {
    --tw-translate-x: -12.5%;
  }

  .sm\:-translate-x-4\/24 {
    --tw-translate-x: -16.66667%;
  }

  .sm\:-translate-x-5\/24 {
    --tw-translate-x: -20.83333%;
  }

  .sm\:-translate-x-6\/24 {
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-7\/24 {
    --tw-translate-x: -29.16667%;
  }

  .sm\:-translate-x-8\/24 {
    --tw-translate-x: -33.33333%;
  }

  .sm\:-translate-x-9\/24 {
    --tw-translate-x: -37.5%;
  }

  .sm\:-translate-x-10\/24 {
    --tw-translate-x: -41.66667%;
  }

  .sm\:-translate-x-11\/24 {
    --tw-translate-x: -45.83333%;
  }

  .sm\:-translate-x-12\/24 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-13\/24 {
    --tw-translate-x: -54.16667%;
  }

  .sm\:-translate-x-14\/24 {
    --tw-translate-x: -58.33333%;
  }

  .sm\:-translate-x-15\/24 {
    --tw-translate-x: -62.5%;
  }

  .sm\:-translate-x-16\/24 {
    --tw-translate-x: -66.66667%;
  }

  .sm\:-translate-x-17\/24 {
    --tw-translate-x: -70.83333%;
  }

  .sm\:-translate-x-18\/24 {
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-19\/24 {
    --tw-translate-x: -79.16667%;
  }

  .sm\:-translate-x-20\/24 {
    --tw-translate-x: -83.33333%;
  }

  .sm\:-translate-x-21\/24 {
    --tw-translate-x: -87.5%;
  }

  .sm\:-translate-x-22\/24 {
    --tw-translate-x: -91.66667%;
  }

  .sm\:-translate-x-23\/24 {
    --tw-translate-x: -95.83333%;
  }

  .sm\:-translate-x-24\/24 {
    --tw-translate-x: -100%;
  }

  .sm\:-translate-x-screen-header {
    --tw-translate-x: -41.55vw;
  }

  .sm\:-translate-x-screen-60 {
    --tw-translate-x: -60vh;
  }

  .sm\:-translate-x-screen-80 {
    --tw-translate-x: -80vh;
  }

  .sm\:-translate-x-screen-85 {
    --tw-translate-x: -85vh;
  }

  .sm\:-translate-x-screen-90 {
    --tw-translate-x: -90vh;
  }

  .sm\:-translate-x-screen-95 {
    --tw-translate-x: -95vh;
  }

  .sm\:-translate-x-screen-minus-header {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .sm\:-translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .sm\:-translate-x-screen-minus-36 {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .sm\:-translate-x-screen-minus-40 {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .sm\:-translate-x-screen-minus-55 {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .sm\:-translate-x-screen-minus-72 {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .sm\:-translate-x-screen-minus-80 {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .sm\:-translate-x-full-4 {
    --tw-translate-x: calc(-100% - -16px);
  }

  .sm\:-translate-x-account-body {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .sm\:-translate-x-menu-center {
    --tw-translate-x: calc(-50% - -288px);
  }

  .sm\:-translate-x-tutorials-hidden {
    --tw-translate-x: calc(-100% - -56px);
  }

  .sm\:-translate-x-popup-full-width {
    --tw-translate-x: calc(-100% + -32px);
  }

  .sm\:-translate-x-popup-full-width-md {
    --tw-translate-x: calc(-100% + -64px);
  }

  .sm\:-translate-x-popup-full-height {
    --tw-translate-x: calc(-100% + -68px);
  }

  .sm\:-translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .sm\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .sm\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .sm\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .sm\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .sm\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .sm\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .sm\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .sm\:translate-y-29 {
    --tw-translate-y: 7.25rem;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .sm\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .sm\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .sm\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .sm\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .sm\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .sm\:translate-y-77 {
    --tw-translate-y: 19.25rem;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .sm\:translate-y-82 {
    --tw-translate-y: 20.5rem;
  }

  .sm\:translate-y-88 {
    --tw-translate-y: 22rem;
  }

  .sm\:translate-y-94 {
    --tw-translate-y: 23.5rem;
  }

  .sm\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .sm\:translate-y-98 {
    --tw-translate-y: 24.5rem;
  }

  .sm\:translate-y-104 {
    --tw-translate-y: 26rem;
  }

  .sm\:translate-y-108 {
    --tw-translate-y: 27rem;
  }

  .sm\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .sm\:translate-y-112 {
    --tw-translate-y: 28rem;
  }

  .sm\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .sm\:translate-y-128 {
    --tw-translate-y: 32rem;
  }

  .sm\:translate-y-132 {
    --tw-translate-y: 33rem;
  }

  .sm\:translate-y-134 {
    --tw-translate-y: 33.5rem;
  }

  .sm\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .sm\:translate-y-136 {
    --tw-translate-y: 34rem;
  }

  .sm\:translate-y-144 {
    --tw-translate-y: 36rem;
  }

  .sm\:translate-y-152 {
    --tw-translate-y: 38rem;
  }

  .sm\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .sm\:translate-y-164 {
    --tw-translate-y: 41rem;
  }

  .sm\:translate-y-172 {
    --tw-translate-y: 43rem;
  }

  .sm\:translate-y-179 {
    --tw-translate-y: 44.75rem;
  }

  .sm\:translate-y-184 {
    --tw-translate-y: 46rem;
  }

  .sm\:translate-y-192 {
    --tw-translate-y: 48rem;
  }

  .sm\:translate-y-224 {
    --tw-translate-y: 56rem;
  }

  .sm\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .sm\:translate-y-256 {
    --tw-translate-y: 64rem;
  }

  .sm\:translate-y-265 {
    --tw-translate-y: 66.25rem;
  }

  .sm\:translate-y-288 {
    --tw-translate-y: 72rem;
  }

  .sm\:translate-y-384 {
    --tw-translate-y: 96rem;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .sm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .sm\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .sm\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .sm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .sm\:translate-y-0\.75 {
    --tw-translate-y: 0.1875rem;
  }

  .sm\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .sm\:translate-y-7\.5 {
    --tw-translate-y: 1.875rem;
  }

  .sm\:translate-y-9\.5 {
    --tw-translate-y: 2.375rem;
  }

  .sm\:translate-y-9\.75 {
    --tw-translate-y: 2.4375rem;
  }

  .sm\:translate-y-12\.5 {
    --tw-translate-y: 3.125rem;
  }

  .sm\:translate-y-13\.5 {
    --tw-translate-y: 3.375rem;
  }

  .sm\:translate-y-292\.5 {
    --tw-translate-y: 73.125rem;
  }

  .sm\:translate-y-1\/24 {
    --tw-translate-y: 4.166667%;
  }

  .sm\:translate-y-2\/24 {
    --tw-translate-y: 8.333333%;
  }

  .sm\:translate-y-3\/24 {
    --tw-translate-y: 12.5%;
  }

  .sm\:translate-y-4\/24 {
    --tw-translate-y: 16.666667%;
  }

  .sm\:translate-y-5\/24 {
    --tw-translate-y: 20.833333%;
  }

  .sm\:translate-y-6\/24 {
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-7\/24 {
    --tw-translate-y: 29.166666%;
  }

  .sm\:translate-y-8\/24 {
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-9\/24 {
    --tw-translate-y: 37.5%;
  }

  .sm\:translate-y-10\/24 {
    --tw-translate-y: 41.666666%;
  }

  .sm\:translate-y-11\/24 {
    --tw-translate-y: 45.833333%;
  }

  .sm\:translate-y-12\/24 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-13\/24 {
    --tw-translate-y: 54.166666%;
  }

  .sm\:translate-y-14\/24 {
    --tw-translate-y: 58.333333%;
  }

  .sm\:translate-y-15\/24 {
    --tw-translate-y: 62.5%;
  }

  .sm\:translate-y-16\/24 {
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-17\/24 {
    --tw-translate-y: 70.833333%;
  }

  .sm\:translate-y-18\/24 {
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-19\/24 {
    --tw-translate-y: 79.166667%;
  }

  .sm\:translate-y-20\/24 {
    --tw-translate-y: 83.333333%;
  }

  .sm\:translate-y-21\/24 {
    --tw-translate-y: 87.5%;
  }

  .sm\:translate-y-22\/24 {
    --tw-translate-y: 91.666667%;
  }

  .sm\:translate-y-23\/24 {
    --tw-translate-y: 95.833333%;
  }

  .sm\:translate-y-24\/24 {
    --tw-translate-y: 100%;
  }

  .sm\:translate-y-screen-header {
    --tw-translate-y: 41.55vw;
  }

  .sm\:translate-y-screen-60 {
    --tw-translate-y: 60vh;
  }

  .sm\:translate-y-screen-80 {
    --tw-translate-y: 80vh;
  }

  .sm\:translate-y-screen-85 {
    --tw-translate-y: 85vh;
  }

  .sm\:translate-y-screen-90 {
    --tw-translate-y: 90vh;
  }

  .sm\:translate-y-screen-95 {
    --tw-translate-y: 95vh;
  }

  .sm\:translate-y-screen-minus-header {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .sm\:translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .sm\:translate-y-screen-minus-36 {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .sm\:translate-y-screen-minus-40 {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .sm\:translate-y-screen-minus-55 {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .sm\:translate-y-screen-minus-72 {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .sm\:translate-y-screen-minus-80 {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .sm\:translate-y-full-4 {
    --tw-translate-y: calc(100% - 16px);
  }

  .sm\:translate-y-account-body {
    --tw-translate-y: calc(100vw - 304px);
  }

  .sm\:translate-y-menu-center {
    --tw-translate-y: calc(50% - 288px);
  }

  .sm\:translate-y-tutorials-hidden {
    --tw-translate-y: calc(100% - 56px);
  }

  .sm\:translate-y-popup-full-width {
    --tw-translate-y: calc(100% + 32px);
  }

  .sm\:translate-y-popup-full-width-md {
    --tw-translate-y: calc(100% + 64px);
  }

  .sm\:translate-y-popup-full-height {
    --tw-translate-y: calc(100% + 68px);
  }

  .sm\:translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .sm\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .sm\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .sm\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .sm\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .sm\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .sm\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .sm\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .sm\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .sm\:-translate-y-29 {
    --tw-translate-y: -7.25rem;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .sm\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .sm\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .sm\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .sm\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .sm\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .sm\:-translate-y-77 {
    --tw-translate-y: -19.25rem;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .sm\:-translate-y-82 {
    --tw-translate-y: -20.5rem;
  }

  .sm\:-translate-y-88 {
    --tw-translate-y: -22rem;
  }

  .sm\:-translate-y-94 {
    --tw-translate-y: -23.5rem;
  }

  .sm\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .sm\:-translate-y-98 {
    --tw-translate-y: -24.5rem;
  }

  .sm\:-translate-y-104 {
    --tw-translate-y: -26rem;
  }

  .sm\:-translate-y-108 {
    --tw-translate-y: -27rem;
  }

  .sm\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .sm\:-translate-y-112 {
    --tw-translate-y: -28rem;
  }

  .sm\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .sm\:-translate-y-128 {
    --tw-translate-y: -32rem;
  }

  .sm\:-translate-y-132 {
    --tw-translate-y: -33rem;
  }

  .sm\:-translate-y-134 {
    --tw-translate-y: -33.5rem;
  }

  .sm\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .sm\:-translate-y-136 {
    --tw-translate-y: -34rem;
  }

  .sm\:-translate-y-144 {
    --tw-translate-y: -36rem;
  }

  .sm\:-translate-y-152 {
    --tw-translate-y: -38rem;
  }

  .sm\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .sm\:-translate-y-164 {
    --tw-translate-y: -41rem;
  }

  .sm\:-translate-y-172 {
    --tw-translate-y: -43rem;
  }

  .sm\:-translate-y-179 {
    --tw-translate-y: -44.75rem;
  }

  .sm\:-translate-y-184 {
    --tw-translate-y: -46rem;
  }

  .sm\:-translate-y-192 {
    --tw-translate-y: -48rem;
  }

  .sm\:-translate-y-224 {
    --tw-translate-y: -56rem;
  }

  .sm\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .sm\:-translate-y-256 {
    --tw-translate-y: -64rem;
  }

  .sm\:-translate-y-265 {
    --tw-translate-y: -66.25rem;
  }

  .sm\:-translate-y-288 {
    --tw-translate-y: -72rem;
  }

  .sm\:-translate-y-384 {
    --tw-translate-y: -96rem;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .sm\:-translate-y-0\.75 {
    --tw-translate-y: -0.1875rem;
  }

  .sm\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .sm\:-translate-y-7\.5 {
    --tw-translate-y: -1.875rem;
  }

  .sm\:-translate-y-9\.5 {
    --tw-translate-y: -2.375rem;
  }

  .sm\:-translate-y-9\.75 {
    --tw-translate-y: -2.4375rem;
  }

  .sm\:-translate-y-12\.5 {
    --tw-translate-y: -3.125rem;
  }

  .sm\:-translate-y-13\.5 {
    --tw-translate-y: -3.375rem;
  }

  .sm\:-translate-y-292\.5 {
    --tw-translate-y: -73.125rem;
  }

  .sm\:-translate-y-1\/24 {
    --tw-translate-y: -4.16667%;
  }

  .sm\:-translate-y-2\/24 {
    --tw-translate-y: -8.33333%;
  }

  .sm\:-translate-y-3\/24 {
    --tw-translate-y: -12.5%;
  }

  .sm\:-translate-y-4\/24 {
    --tw-translate-y: -16.66667%;
  }

  .sm\:-translate-y-5\/24 {
    --tw-translate-y: -20.83333%;
  }

  .sm\:-translate-y-6\/24 {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-7\/24 {
    --tw-translate-y: -29.16667%;
  }

  .sm\:-translate-y-8\/24 {
    --tw-translate-y: -33.33333%;
  }

  .sm\:-translate-y-9\/24 {
    --tw-translate-y: -37.5%;
  }

  .sm\:-translate-y-10\/24 {
    --tw-translate-y: -41.66667%;
  }

  .sm\:-translate-y-11\/24 {
    --tw-translate-y: -45.83333%;
  }

  .sm\:-translate-y-12\/24 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-13\/24 {
    --tw-translate-y: -54.16667%;
  }

  .sm\:-translate-y-14\/24 {
    --tw-translate-y: -58.33333%;
  }

  .sm\:-translate-y-15\/24 {
    --tw-translate-y: -62.5%;
  }

  .sm\:-translate-y-16\/24 {
    --tw-translate-y: -66.66667%;
  }

  .sm\:-translate-y-17\/24 {
    --tw-translate-y: -70.83333%;
  }

  .sm\:-translate-y-18\/24 {
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-19\/24 {
    --tw-translate-y: -79.16667%;
  }

  .sm\:-translate-y-20\/24 {
    --tw-translate-y: -83.33333%;
  }

  .sm\:-translate-y-21\/24 {
    --tw-translate-y: -87.5%;
  }

  .sm\:-translate-y-22\/24 {
    --tw-translate-y: -91.66667%;
  }

  .sm\:-translate-y-23\/24 {
    --tw-translate-y: -95.83333%;
  }

  .sm\:-translate-y-24\/24 {
    --tw-translate-y: -100%;
  }

  .sm\:-translate-y-screen-header {
    --tw-translate-y: -41.55vw;
  }

  .sm\:-translate-y-screen-60 {
    --tw-translate-y: -60vh;
  }

  .sm\:-translate-y-screen-80 {
    --tw-translate-y: -80vh;
  }

  .sm\:-translate-y-screen-85 {
    --tw-translate-y: -85vh;
  }

  .sm\:-translate-y-screen-90 {
    --tw-translate-y: -90vh;
  }

  .sm\:-translate-y-screen-95 {
    --tw-translate-y: -95vh;
  }

  .sm\:-translate-y-screen-minus-header {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .sm\:-translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .sm\:-translate-y-screen-minus-36 {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .sm\:-translate-y-screen-minus-40 {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .sm\:-translate-y-screen-minus-55 {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .sm\:-translate-y-screen-minus-72 {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .sm\:-translate-y-screen-minus-80 {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .sm\:-translate-y-full-4 {
    --tw-translate-y: calc(-100% - -16px);
  }

  .sm\:-translate-y-account-body {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .sm\:-translate-y-menu-center {
    --tw-translate-y: calc(-50% - -288px);
  }

  .sm\:-translate-y-tutorials-hidden {
    --tw-translate-y: calc(-100% - -56px);
  }

  .sm\:-translate-y-popup-full-width {
    --tw-translate-y: calc(-100% + -32px);
  }

  .sm\:-translate-y-popup-full-width-md {
    --tw-translate-y: calc(-100% + -64px);
  }

  .sm\:-translate-y-popup-full-height {
    --tw-translate-y: calc(-100% + -68px);
  }

  .sm\:-translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .sm\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .sm\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .sm\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .sm\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .sm\:hover\:translate-x-29:hover {
    --tw-translate-x: 7.25rem;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .sm\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .sm\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .sm\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .sm\:hover\:translate-x-77:hover {
    --tw-translate-x: 19.25rem;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .sm\:hover\:translate-x-82:hover {
    --tw-translate-x: 20.5rem;
  }

  .sm\:hover\:translate-x-88:hover {
    --tw-translate-x: 22rem;
  }

  .sm\:hover\:translate-x-94:hover {
    --tw-translate-x: 23.5rem;
  }

  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .sm\:hover\:translate-x-98:hover {
    --tw-translate-x: 24.5rem;
  }

  .sm\:hover\:translate-x-104:hover {
    --tw-translate-x: 26rem;
  }

  .sm\:hover\:translate-x-108:hover {
    --tw-translate-x: 27rem;
  }

  .sm\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .sm\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem;
  }

  .sm\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .sm\:hover\:translate-x-128:hover {
    --tw-translate-x: 32rem;
  }

  .sm\:hover\:translate-x-132:hover {
    --tw-translate-x: 33rem;
  }

  .sm\:hover\:translate-x-134:hover {
    --tw-translate-x: 33.5rem;
  }

  .sm\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .sm\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem;
  }

  .sm\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem;
  }

  .sm\:hover\:translate-x-152:hover {
    --tw-translate-x: 38rem;
  }

  .sm\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .sm\:hover\:translate-x-164:hover {
    --tw-translate-x: 41rem;
  }

  .sm\:hover\:translate-x-172:hover {
    --tw-translate-x: 43rem;
  }

  .sm\:hover\:translate-x-179:hover {
    --tw-translate-x: 44.75rem;
  }

  .sm\:hover\:translate-x-184:hover {
    --tw-translate-x: 46rem;
  }

  .sm\:hover\:translate-x-192:hover {
    --tw-translate-x: 48rem;
  }

  .sm\:hover\:translate-x-224:hover {
    --tw-translate-x: 56rem;
  }

  .sm\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .sm\:hover\:translate-x-256:hover {
    --tw-translate-x: 64rem;
  }

  .sm\:hover\:translate-x-265:hover {
    --tw-translate-x: 66.25rem;
  }

  .sm\:hover\:translate-x-288:hover {
    --tw-translate-x: 72rem;
  }

  .sm\:hover\:translate-x-384:hover {
    --tw-translate-x: 96rem;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .sm\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.1875rem;
  }

  .sm\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .sm\:hover\:translate-x-7\.5:hover {
    --tw-translate-x: 1.875rem;
  }

  .sm\:hover\:translate-x-9\.5:hover {
    --tw-translate-x: 2.375rem;
  }

  .sm\:hover\:translate-x-9\.75:hover {
    --tw-translate-x: 2.4375rem;
  }

  .sm\:hover\:translate-x-12\.5:hover {
    --tw-translate-x: 3.125rem;
  }

  .sm\:hover\:translate-x-13\.5:hover {
    --tw-translate-x: 3.375rem;
  }

  .sm\:hover\:translate-x-292\.5:hover {
    --tw-translate-x: 73.125rem;
  }

  .sm\:hover\:translate-x-1\/24:hover {
    --tw-translate-x: 4.166667%;
  }

  .sm\:hover\:translate-x-2\/24:hover {
    --tw-translate-x: 8.333333%;
  }

  .sm\:hover\:translate-x-3\/24:hover {
    --tw-translate-x: 12.5%;
  }

  .sm\:hover\:translate-x-4\/24:hover {
    --tw-translate-x: 16.666667%;
  }

  .sm\:hover\:translate-x-5\/24:hover {
    --tw-translate-x: 20.833333%;
  }

  .sm\:hover\:translate-x-6\/24:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-7\/24:hover {
    --tw-translate-x: 29.166666%;
  }

  .sm\:hover\:translate-x-8\/24:hover {
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-9\/24:hover {
    --tw-translate-x: 37.5%;
  }

  .sm\:hover\:translate-x-10\/24:hover {
    --tw-translate-x: 41.666666%;
  }

  .sm\:hover\:translate-x-11\/24:hover {
    --tw-translate-x: 45.833333%;
  }

  .sm\:hover\:translate-x-12\/24:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-13\/24:hover {
    --tw-translate-x: 54.166666%;
  }

  .sm\:hover\:translate-x-14\/24:hover {
    --tw-translate-x: 58.333333%;
  }

  .sm\:hover\:translate-x-15\/24:hover {
    --tw-translate-x: 62.5%;
  }

  .sm\:hover\:translate-x-16\/24:hover {
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-17\/24:hover {
    --tw-translate-x: 70.833333%;
  }

  .sm\:hover\:translate-x-18\/24:hover {
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-19\/24:hover {
    --tw-translate-x: 79.166667%;
  }

  .sm\:hover\:translate-x-20\/24:hover {
    --tw-translate-x: 83.333333%;
  }

  .sm\:hover\:translate-x-21\/24:hover {
    --tw-translate-x: 87.5%;
  }

  .sm\:hover\:translate-x-22\/24:hover {
    --tw-translate-x: 91.666667%;
  }

  .sm\:hover\:translate-x-23\/24:hover {
    --tw-translate-x: 95.833333%;
  }

  .sm\:hover\:translate-x-24\/24:hover {
    --tw-translate-x: 100%;
  }

  .sm\:hover\:translate-x-screen-header:hover {
    --tw-translate-x: 41.55vw;
  }

  .sm\:hover\:translate-x-screen-60:hover {
    --tw-translate-x: 60vh;
  }

  .sm\:hover\:translate-x-screen-80:hover {
    --tw-translate-x: 80vh;
  }

  .sm\:hover\:translate-x-screen-85:hover {
    --tw-translate-x: 85vh;
  }

  .sm\:hover\:translate-x-screen-90:hover {
    --tw-translate-x: 90vh;
  }

  .sm\:hover\:translate-x-screen-95:hover {
    --tw-translate-x: 95vh;
  }

  .sm\:hover\:translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .sm\:hover\:translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .sm\:hover\:translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .sm\:hover\:translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .sm\:hover\:translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .sm\:hover\:translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .sm\:hover\:translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .sm\:hover\:translate-x-full-4:hover {
    --tw-translate-x: calc(100% - 16px);
  }

  .sm\:hover\:translate-x-account-body:hover {
    --tw-translate-x: calc(100vw - 304px);
  }

  .sm\:hover\:translate-x-menu-center:hover {
    --tw-translate-x: calc(50% - 288px);
  }

  .sm\:hover\:translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(100% - 56px);
  }

  .sm\:hover\:translate-x-popup-full-width:hover {
    --tw-translate-x: calc(100% + 32px);
  }

  .sm\:hover\:translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(100% + 64px);
  }

  .sm\:hover\:translate-x-popup-full-height:hover {
    --tw-translate-x: calc(100% + 68px);
  }

  .sm\:hover\:translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .sm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .sm\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .sm\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .sm\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .sm\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .sm\:hover\:-translate-x-29:hover {
    --tw-translate-x: -7.25rem;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .sm\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .sm\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .sm\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .sm\:hover\:-translate-x-77:hover {
    --tw-translate-x: -19.25rem;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .sm\:hover\:-translate-x-82:hover {
    --tw-translate-x: -20.5rem;
  }

  .sm\:hover\:-translate-x-88:hover {
    --tw-translate-x: -22rem;
  }

  .sm\:hover\:-translate-x-94:hover {
    --tw-translate-x: -23.5rem;
  }

  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .sm\:hover\:-translate-x-98:hover {
    --tw-translate-x: -24.5rem;
  }

  .sm\:hover\:-translate-x-104:hover {
    --tw-translate-x: -26rem;
  }

  .sm\:hover\:-translate-x-108:hover {
    --tw-translate-x: -27rem;
  }

  .sm\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .sm\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem;
  }

  .sm\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .sm\:hover\:-translate-x-128:hover {
    --tw-translate-x: -32rem;
  }

  .sm\:hover\:-translate-x-132:hover {
    --tw-translate-x: -33rem;
  }

  .sm\:hover\:-translate-x-134:hover {
    --tw-translate-x: -33.5rem;
  }

  .sm\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .sm\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem;
  }

  .sm\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem;
  }

  .sm\:hover\:-translate-x-152:hover {
    --tw-translate-x: -38rem;
  }

  .sm\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .sm\:hover\:-translate-x-164:hover {
    --tw-translate-x: -41rem;
  }

  .sm\:hover\:-translate-x-172:hover {
    --tw-translate-x: -43rem;
  }

  .sm\:hover\:-translate-x-179:hover {
    --tw-translate-x: -44.75rem;
  }

  .sm\:hover\:-translate-x-184:hover {
    --tw-translate-x: -46rem;
  }

  .sm\:hover\:-translate-x-192:hover {
    --tw-translate-x: -48rem;
  }

  .sm\:hover\:-translate-x-224:hover {
    --tw-translate-x: -56rem;
  }

  .sm\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .sm\:hover\:-translate-x-256:hover {
    --tw-translate-x: -64rem;
  }

  .sm\:hover\:-translate-x-265:hover {
    --tw-translate-x: -66.25rem;
  }

  .sm\:hover\:-translate-x-288:hover {
    --tw-translate-x: -72rem;
  }

  .sm\:hover\:-translate-x-384:hover {
    --tw-translate-x: -96rem;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .sm\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.1875rem;
  }

  .sm\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .sm\:hover\:-translate-x-7\.5:hover {
    --tw-translate-x: -1.875rem;
  }

  .sm\:hover\:-translate-x-9\.5:hover {
    --tw-translate-x: -2.375rem;
  }

  .sm\:hover\:-translate-x-9\.75:hover {
    --tw-translate-x: -2.4375rem;
  }

  .sm\:hover\:-translate-x-12\.5:hover {
    --tw-translate-x: -3.125rem;
  }

  .sm\:hover\:-translate-x-13\.5:hover {
    --tw-translate-x: -3.375rem;
  }

  .sm\:hover\:-translate-x-292\.5:hover {
    --tw-translate-x: -73.125rem;
  }

  .sm\:hover\:-translate-x-1\/24:hover {
    --tw-translate-x: -4.16667%;
  }

  .sm\:hover\:-translate-x-2\/24:hover {
    --tw-translate-x: -8.33333%;
  }

  .sm\:hover\:-translate-x-3\/24:hover {
    --tw-translate-x: -12.5%;
  }

  .sm\:hover\:-translate-x-4\/24:hover {
    --tw-translate-x: -16.66667%;
  }

  .sm\:hover\:-translate-x-5\/24:hover {
    --tw-translate-x: -20.83333%;
  }

  .sm\:hover\:-translate-x-6\/24:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-7\/24:hover {
    --tw-translate-x: -29.16667%;
  }

  .sm\:hover\:-translate-x-8\/24:hover {
    --tw-translate-x: -33.33333%;
  }

  .sm\:hover\:-translate-x-9\/24:hover {
    --tw-translate-x: -37.5%;
  }

  .sm\:hover\:-translate-x-10\/24:hover {
    --tw-translate-x: -41.66667%;
  }

  .sm\:hover\:-translate-x-11\/24:hover {
    --tw-translate-x: -45.83333%;
  }

  .sm\:hover\:-translate-x-12\/24:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-13\/24:hover {
    --tw-translate-x: -54.16667%;
  }

  .sm\:hover\:-translate-x-14\/24:hover {
    --tw-translate-x: -58.33333%;
  }

  .sm\:hover\:-translate-x-15\/24:hover {
    --tw-translate-x: -62.5%;
  }

  .sm\:hover\:-translate-x-16\/24:hover {
    --tw-translate-x: -66.66667%;
  }

  .sm\:hover\:-translate-x-17\/24:hover {
    --tw-translate-x: -70.83333%;
  }

  .sm\:hover\:-translate-x-18\/24:hover {
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-19\/24:hover {
    --tw-translate-x: -79.16667%;
  }

  .sm\:hover\:-translate-x-20\/24:hover {
    --tw-translate-x: -83.33333%;
  }

  .sm\:hover\:-translate-x-21\/24:hover {
    --tw-translate-x: -87.5%;
  }

  .sm\:hover\:-translate-x-22\/24:hover {
    --tw-translate-x: -91.66667%;
  }

  .sm\:hover\:-translate-x-23\/24:hover {
    --tw-translate-x: -95.83333%;
  }

  .sm\:hover\:-translate-x-24\/24:hover {
    --tw-translate-x: -100%;
  }

  .sm\:hover\:-translate-x-screen-header:hover {
    --tw-translate-x: -41.55vw;
  }

  .sm\:hover\:-translate-x-screen-60:hover {
    --tw-translate-x: -60vh;
  }

  .sm\:hover\:-translate-x-screen-80:hover {
    --tw-translate-x: -80vh;
  }

  .sm\:hover\:-translate-x-screen-85:hover {
    --tw-translate-x: -85vh;
  }

  .sm\:hover\:-translate-x-screen-90:hover {
    --tw-translate-x: -90vh;
  }

  .sm\:hover\:-translate-x-screen-95:hover {
    --tw-translate-x: -95vh;
  }

  .sm\:hover\:-translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .sm\:hover\:-translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .sm\:hover\:-translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .sm\:hover\:-translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .sm\:hover\:-translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .sm\:hover\:-translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .sm\:hover\:-translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .sm\:hover\:-translate-x-full-4:hover {
    --tw-translate-x: calc(-100% - -16px);
  }

  .sm\:hover\:-translate-x-account-body:hover {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .sm\:hover\:-translate-x-menu-center:hover {
    --tw-translate-x: calc(-50% - -288px);
  }

  .sm\:hover\:-translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(-100% - -56px);
  }

  .sm\:hover\:-translate-x-popup-full-width:hover {
    --tw-translate-x: calc(-100% + -32px);
  }

  .sm\:hover\:-translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(-100% + -64px);
  }

  .sm\:hover\:-translate-x-popup-full-height:hover {
    --tw-translate-x: calc(-100% + -68px);
  }

  .sm\:hover\:-translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .sm\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .sm\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .sm\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .sm\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .sm\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .sm\:hover\:translate-y-29:hover {
    --tw-translate-y: 7.25rem;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .sm\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .sm\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .sm\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .sm\:hover\:translate-y-77:hover {
    --tw-translate-y: 19.25rem;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .sm\:hover\:translate-y-82:hover {
    --tw-translate-y: 20.5rem;
  }

  .sm\:hover\:translate-y-88:hover {
    --tw-translate-y: 22rem;
  }

  .sm\:hover\:translate-y-94:hover {
    --tw-translate-y: 23.5rem;
  }

  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .sm\:hover\:translate-y-98:hover {
    --tw-translate-y: 24.5rem;
  }

  .sm\:hover\:translate-y-104:hover {
    --tw-translate-y: 26rem;
  }

  .sm\:hover\:translate-y-108:hover {
    --tw-translate-y: 27rem;
  }

  .sm\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .sm\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem;
  }

  .sm\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .sm\:hover\:translate-y-128:hover {
    --tw-translate-y: 32rem;
  }

  .sm\:hover\:translate-y-132:hover {
    --tw-translate-y: 33rem;
  }

  .sm\:hover\:translate-y-134:hover {
    --tw-translate-y: 33.5rem;
  }

  .sm\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .sm\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem;
  }

  .sm\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem;
  }

  .sm\:hover\:translate-y-152:hover {
    --tw-translate-y: 38rem;
  }

  .sm\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .sm\:hover\:translate-y-164:hover {
    --tw-translate-y: 41rem;
  }

  .sm\:hover\:translate-y-172:hover {
    --tw-translate-y: 43rem;
  }

  .sm\:hover\:translate-y-179:hover {
    --tw-translate-y: 44.75rem;
  }

  .sm\:hover\:translate-y-184:hover {
    --tw-translate-y: 46rem;
  }

  .sm\:hover\:translate-y-192:hover {
    --tw-translate-y: 48rem;
  }

  .sm\:hover\:translate-y-224:hover {
    --tw-translate-y: 56rem;
  }

  .sm\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .sm\:hover\:translate-y-256:hover {
    --tw-translate-y: 64rem;
  }

  .sm\:hover\:translate-y-265:hover {
    --tw-translate-y: 66.25rem;
  }

  .sm\:hover\:translate-y-288:hover {
    --tw-translate-y: 72rem;
  }

  .sm\:hover\:translate-y-384:hover {
    --tw-translate-y: 96rem;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .sm\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.1875rem;
  }

  .sm\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .sm\:hover\:translate-y-7\.5:hover {
    --tw-translate-y: 1.875rem;
  }

  .sm\:hover\:translate-y-9\.5:hover {
    --tw-translate-y: 2.375rem;
  }

  .sm\:hover\:translate-y-9\.75:hover {
    --tw-translate-y: 2.4375rem;
  }

  .sm\:hover\:translate-y-12\.5:hover {
    --tw-translate-y: 3.125rem;
  }

  .sm\:hover\:translate-y-13\.5:hover {
    --tw-translate-y: 3.375rem;
  }

  .sm\:hover\:translate-y-292\.5:hover {
    --tw-translate-y: 73.125rem;
  }

  .sm\:hover\:translate-y-1\/24:hover {
    --tw-translate-y: 4.166667%;
  }

  .sm\:hover\:translate-y-2\/24:hover {
    --tw-translate-y: 8.333333%;
  }

  .sm\:hover\:translate-y-3\/24:hover {
    --tw-translate-y: 12.5%;
  }

  .sm\:hover\:translate-y-4\/24:hover {
    --tw-translate-y: 16.666667%;
  }

  .sm\:hover\:translate-y-5\/24:hover {
    --tw-translate-y: 20.833333%;
  }

  .sm\:hover\:translate-y-6\/24:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-7\/24:hover {
    --tw-translate-y: 29.166666%;
  }

  .sm\:hover\:translate-y-8\/24:hover {
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-9\/24:hover {
    --tw-translate-y: 37.5%;
  }

  .sm\:hover\:translate-y-10\/24:hover {
    --tw-translate-y: 41.666666%;
  }

  .sm\:hover\:translate-y-11\/24:hover {
    --tw-translate-y: 45.833333%;
  }

  .sm\:hover\:translate-y-12\/24:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-13\/24:hover {
    --tw-translate-y: 54.166666%;
  }

  .sm\:hover\:translate-y-14\/24:hover {
    --tw-translate-y: 58.333333%;
  }

  .sm\:hover\:translate-y-15\/24:hover {
    --tw-translate-y: 62.5%;
  }

  .sm\:hover\:translate-y-16\/24:hover {
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-17\/24:hover {
    --tw-translate-y: 70.833333%;
  }

  .sm\:hover\:translate-y-18\/24:hover {
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-19\/24:hover {
    --tw-translate-y: 79.166667%;
  }

  .sm\:hover\:translate-y-20\/24:hover {
    --tw-translate-y: 83.333333%;
  }

  .sm\:hover\:translate-y-21\/24:hover {
    --tw-translate-y: 87.5%;
  }

  .sm\:hover\:translate-y-22\/24:hover {
    --tw-translate-y: 91.666667%;
  }

  .sm\:hover\:translate-y-23\/24:hover {
    --tw-translate-y: 95.833333%;
  }

  .sm\:hover\:translate-y-24\/24:hover {
    --tw-translate-y: 100%;
  }

  .sm\:hover\:translate-y-screen-header:hover {
    --tw-translate-y: 41.55vw;
  }

  .sm\:hover\:translate-y-screen-60:hover {
    --tw-translate-y: 60vh;
  }

  .sm\:hover\:translate-y-screen-80:hover {
    --tw-translate-y: 80vh;
  }

  .sm\:hover\:translate-y-screen-85:hover {
    --tw-translate-y: 85vh;
  }

  .sm\:hover\:translate-y-screen-90:hover {
    --tw-translate-y: 90vh;
  }

  .sm\:hover\:translate-y-screen-95:hover {
    --tw-translate-y: 95vh;
  }

  .sm\:hover\:translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .sm\:hover\:translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .sm\:hover\:translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .sm\:hover\:translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .sm\:hover\:translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .sm\:hover\:translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .sm\:hover\:translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .sm\:hover\:translate-y-full-4:hover {
    --tw-translate-y: calc(100% - 16px);
  }

  .sm\:hover\:translate-y-account-body:hover {
    --tw-translate-y: calc(100vw - 304px);
  }

  .sm\:hover\:translate-y-menu-center:hover {
    --tw-translate-y: calc(50% - 288px);
  }

  .sm\:hover\:translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(100% - 56px);
  }

  .sm\:hover\:translate-y-popup-full-width:hover {
    --tw-translate-y: calc(100% + 32px);
  }

  .sm\:hover\:translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(100% + 64px);
  }

  .sm\:hover\:translate-y-popup-full-height:hover {
    --tw-translate-y: calc(100% + 68px);
  }

  .sm\:hover\:translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .sm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .sm\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .sm\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .sm\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .sm\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .sm\:hover\:-translate-y-29:hover {
    --tw-translate-y: -7.25rem;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .sm\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .sm\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .sm\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .sm\:hover\:-translate-y-77:hover {
    --tw-translate-y: -19.25rem;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .sm\:hover\:-translate-y-82:hover {
    --tw-translate-y: -20.5rem;
  }

  .sm\:hover\:-translate-y-88:hover {
    --tw-translate-y: -22rem;
  }

  .sm\:hover\:-translate-y-94:hover {
    --tw-translate-y: -23.5rem;
  }

  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .sm\:hover\:-translate-y-98:hover {
    --tw-translate-y: -24.5rem;
  }

  .sm\:hover\:-translate-y-104:hover {
    --tw-translate-y: -26rem;
  }

  .sm\:hover\:-translate-y-108:hover {
    --tw-translate-y: -27rem;
  }

  .sm\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .sm\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem;
  }

  .sm\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .sm\:hover\:-translate-y-128:hover {
    --tw-translate-y: -32rem;
  }

  .sm\:hover\:-translate-y-132:hover {
    --tw-translate-y: -33rem;
  }

  .sm\:hover\:-translate-y-134:hover {
    --tw-translate-y: -33.5rem;
  }

  .sm\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .sm\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem;
  }

  .sm\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem;
  }

  .sm\:hover\:-translate-y-152:hover {
    --tw-translate-y: -38rem;
  }

  .sm\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .sm\:hover\:-translate-y-164:hover {
    --tw-translate-y: -41rem;
  }

  .sm\:hover\:-translate-y-172:hover {
    --tw-translate-y: -43rem;
  }

  .sm\:hover\:-translate-y-179:hover {
    --tw-translate-y: -44.75rem;
  }

  .sm\:hover\:-translate-y-184:hover {
    --tw-translate-y: -46rem;
  }

  .sm\:hover\:-translate-y-192:hover {
    --tw-translate-y: -48rem;
  }

  .sm\:hover\:-translate-y-224:hover {
    --tw-translate-y: -56rem;
  }

  .sm\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .sm\:hover\:-translate-y-256:hover {
    --tw-translate-y: -64rem;
  }

  .sm\:hover\:-translate-y-265:hover {
    --tw-translate-y: -66.25rem;
  }

  .sm\:hover\:-translate-y-288:hover {
    --tw-translate-y: -72rem;
  }

  .sm\:hover\:-translate-y-384:hover {
    --tw-translate-y: -96rem;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .sm\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.1875rem;
  }

  .sm\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .sm\:hover\:-translate-y-7\.5:hover {
    --tw-translate-y: -1.875rem;
  }

  .sm\:hover\:-translate-y-9\.5:hover {
    --tw-translate-y: -2.375rem;
  }

  .sm\:hover\:-translate-y-9\.75:hover {
    --tw-translate-y: -2.4375rem;
  }

  .sm\:hover\:-translate-y-12\.5:hover {
    --tw-translate-y: -3.125rem;
  }

  .sm\:hover\:-translate-y-13\.5:hover {
    --tw-translate-y: -3.375rem;
  }

  .sm\:hover\:-translate-y-292\.5:hover {
    --tw-translate-y: -73.125rem;
  }

  .sm\:hover\:-translate-y-1\/24:hover {
    --tw-translate-y: -4.16667%;
  }

  .sm\:hover\:-translate-y-2\/24:hover {
    --tw-translate-y: -8.33333%;
  }

  .sm\:hover\:-translate-y-3\/24:hover {
    --tw-translate-y: -12.5%;
  }

  .sm\:hover\:-translate-y-4\/24:hover {
    --tw-translate-y: -16.66667%;
  }

  .sm\:hover\:-translate-y-5\/24:hover {
    --tw-translate-y: -20.83333%;
  }

  .sm\:hover\:-translate-y-6\/24:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-7\/24:hover {
    --tw-translate-y: -29.16667%;
  }

  .sm\:hover\:-translate-y-8\/24:hover {
    --tw-translate-y: -33.33333%;
  }

  .sm\:hover\:-translate-y-9\/24:hover {
    --tw-translate-y: -37.5%;
  }

  .sm\:hover\:-translate-y-10\/24:hover {
    --tw-translate-y: -41.66667%;
  }

  .sm\:hover\:-translate-y-11\/24:hover {
    --tw-translate-y: -45.83333%;
  }

  .sm\:hover\:-translate-y-12\/24:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-13\/24:hover {
    --tw-translate-y: -54.16667%;
  }

  .sm\:hover\:-translate-y-14\/24:hover {
    --tw-translate-y: -58.33333%;
  }

  .sm\:hover\:-translate-y-15\/24:hover {
    --tw-translate-y: -62.5%;
  }

  .sm\:hover\:-translate-y-16\/24:hover {
    --tw-translate-y: -66.66667%;
  }

  .sm\:hover\:-translate-y-17\/24:hover {
    --tw-translate-y: -70.83333%;
  }

  .sm\:hover\:-translate-y-18\/24:hover {
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-19\/24:hover {
    --tw-translate-y: -79.16667%;
  }

  .sm\:hover\:-translate-y-20\/24:hover {
    --tw-translate-y: -83.33333%;
  }

  .sm\:hover\:-translate-y-21\/24:hover {
    --tw-translate-y: -87.5%;
  }

  .sm\:hover\:-translate-y-22\/24:hover {
    --tw-translate-y: -91.66667%;
  }

  .sm\:hover\:-translate-y-23\/24:hover {
    --tw-translate-y: -95.83333%;
  }

  .sm\:hover\:-translate-y-24\/24:hover {
    --tw-translate-y: -100%;
  }

  .sm\:hover\:-translate-y-screen-header:hover {
    --tw-translate-y: -41.55vw;
  }

  .sm\:hover\:-translate-y-screen-60:hover {
    --tw-translate-y: -60vh;
  }

  .sm\:hover\:-translate-y-screen-80:hover {
    --tw-translate-y: -80vh;
  }

  .sm\:hover\:-translate-y-screen-85:hover {
    --tw-translate-y: -85vh;
  }

  .sm\:hover\:-translate-y-screen-90:hover {
    --tw-translate-y: -90vh;
  }

  .sm\:hover\:-translate-y-screen-95:hover {
    --tw-translate-y: -95vh;
  }

  .sm\:hover\:-translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .sm\:hover\:-translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .sm\:hover\:-translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .sm\:hover\:-translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .sm\:hover\:-translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .sm\:hover\:-translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .sm\:hover\:-translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .sm\:hover\:-translate-y-full-4:hover {
    --tw-translate-y: calc(-100% - -16px);
  }

  .sm\:hover\:-translate-y-account-body:hover {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .sm\:hover\:-translate-y-menu-center:hover {
    --tw-translate-y: calc(-50% - -288px);
  }

  .sm\:hover\:-translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(-100% - -56px);
  }

  .sm\:hover\:-translate-y-popup-full-width:hover {
    --tw-translate-y: calc(-100% + -32px);
  }

  .sm\:hover\:-translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(-100% + -64px);
  }

  .sm\:hover\:-translate-y-popup-full-height:hover {
    --tw-translate-y: calc(-100% + -68px);
  }

  .sm\:hover\:-translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .sm\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .sm\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .sm\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .sm\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .sm\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .sm\:focus\:translate-x-29:focus {
    --tw-translate-x: 7.25rem;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .sm\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .sm\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .sm\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .sm\:focus\:translate-x-77:focus {
    --tw-translate-x: 19.25rem;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .sm\:focus\:translate-x-82:focus {
    --tw-translate-x: 20.5rem;
  }

  .sm\:focus\:translate-x-88:focus {
    --tw-translate-x: 22rem;
  }

  .sm\:focus\:translate-x-94:focus {
    --tw-translate-x: 23.5rem;
  }

  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .sm\:focus\:translate-x-98:focus {
    --tw-translate-x: 24.5rem;
  }

  .sm\:focus\:translate-x-104:focus {
    --tw-translate-x: 26rem;
  }

  .sm\:focus\:translate-x-108:focus {
    --tw-translate-x: 27rem;
  }

  .sm\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .sm\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem;
  }

  .sm\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .sm\:focus\:translate-x-128:focus {
    --tw-translate-x: 32rem;
  }

  .sm\:focus\:translate-x-132:focus {
    --tw-translate-x: 33rem;
  }

  .sm\:focus\:translate-x-134:focus {
    --tw-translate-x: 33.5rem;
  }

  .sm\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .sm\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem;
  }

  .sm\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem;
  }

  .sm\:focus\:translate-x-152:focus {
    --tw-translate-x: 38rem;
  }

  .sm\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .sm\:focus\:translate-x-164:focus {
    --tw-translate-x: 41rem;
  }

  .sm\:focus\:translate-x-172:focus {
    --tw-translate-x: 43rem;
  }

  .sm\:focus\:translate-x-179:focus {
    --tw-translate-x: 44.75rem;
  }

  .sm\:focus\:translate-x-184:focus {
    --tw-translate-x: 46rem;
  }

  .sm\:focus\:translate-x-192:focus {
    --tw-translate-x: 48rem;
  }

  .sm\:focus\:translate-x-224:focus {
    --tw-translate-x: 56rem;
  }

  .sm\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .sm\:focus\:translate-x-256:focus {
    --tw-translate-x: 64rem;
  }

  .sm\:focus\:translate-x-265:focus {
    --tw-translate-x: 66.25rem;
  }

  .sm\:focus\:translate-x-288:focus {
    --tw-translate-x: 72rem;
  }

  .sm\:focus\:translate-x-384:focus {
    --tw-translate-x: 96rem;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .sm\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.1875rem;
  }

  .sm\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .sm\:focus\:translate-x-7\.5:focus {
    --tw-translate-x: 1.875rem;
  }

  .sm\:focus\:translate-x-9\.5:focus {
    --tw-translate-x: 2.375rem;
  }

  .sm\:focus\:translate-x-9\.75:focus {
    --tw-translate-x: 2.4375rem;
  }

  .sm\:focus\:translate-x-12\.5:focus {
    --tw-translate-x: 3.125rem;
  }

  .sm\:focus\:translate-x-13\.5:focus {
    --tw-translate-x: 3.375rem;
  }

  .sm\:focus\:translate-x-292\.5:focus {
    --tw-translate-x: 73.125rem;
  }

  .sm\:focus\:translate-x-1\/24:focus {
    --tw-translate-x: 4.166667%;
  }

  .sm\:focus\:translate-x-2\/24:focus {
    --tw-translate-x: 8.333333%;
  }

  .sm\:focus\:translate-x-3\/24:focus {
    --tw-translate-x: 12.5%;
  }

  .sm\:focus\:translate-x-4\/24:focus {
    --tw-translate-x: 16.666667%;
  }

  .sm\:focus\:translate-x-5\/24:focus {
    --tw-translate-x: 20.833333%;
  }

  .sm\:focus\:translate-x-6\/24:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-7\/24:focus {
    --tw-translate-x: 29.166666%;
  }

  .sm\:focus\:translate-x-8\/24:focus {
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-9\/24:focus {
    --tw-translate-x: 37.5%;
  }

  .sm\:focus\:translate-x-10\/24:focus {
    --tw-translate-x: 41.666666%;
  }

  .sm\:focus\:translate-x-11\/24:focus {
    --tw-translate-x: 45.833333%;
  }

  .sm\:focus\:translate-x-12\/24:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-13\/24:focus {
    --tw-translate-x: 54.166666%;
  }

  .sm\:focus\:translate-x-14\/24:focus {
    --tw-translate-x: 58.333333%;
  }

  .sm\:focus\:translate-x-15\/24:focus {
    --tw-translate-x: 62.5%;
  }

  .sm\:focus\:translate-x-16\/24:focus {
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-17\/24:focus {
    --tw-translate-x: 70.833333%;
  }

  .sm\:focus\:translate-x-18\/24:focus {
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-19\/24:focus {
    --tw-translate-x: 79.166667%;
  }

  .sm\:focus\:translate-x-20\/24:focus {
    --tw-translate-x: 83.333333%;
  }

  .sm\:focus\:translate-x-21\/24:focus {
    --tw-translate-x: 87.5%;
  }

  .sm\:focus\:translate-x-22\/24:focus {
    --tw-translate-x: 91.666667%;
  }

  .sm\:focus\:translate-x-23\/24:focus {
    --tw-translate-x: 95.833333%;
  }

  .sm\:focus\:translate-x-24\/24:focus {
    --tw-translate-x: 100%;
  }

  .sm\:focus\:translate-x-screen-header:focus {
    --tw-translate-x: 41.55vw;
  }

  .sm\:focus\:translate-x-screen-60:focus {
    --tw-translate-x: 60vh;
  }

  .sm\:focus\:translate-x-screen-80:focus {
    --tw-translate-x: 80vh;
  }

  .sm\:focus\:translate-x-screen-85:focus {
    --tw-translate-x: 85vh;
  }

  .sm\:focus\:translate-x-screen-90:focus {
    --tw-translate-x: 90vh;
  }

  .sm\:focus\:translate-x-screen-95:focus {
    --tw-translate-x: 95vh;
  }

  .sm\:focus\:translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .sm\:focus\:translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .sm\:focus\:translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .sm\:focus\:translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .sm\:focus\:translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .sm\:focus\:translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .sm\:focus\:translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .sm\:focus\:translate-x-full-4:focus {
    --tw-translate-x: calc(100% - 16px);
  }

  .sm\:focus\:translate-x-account-body:focus {
    --tw-translate-x: calc(100vw - 304px);
  }

  .sm\:focus\:translate-x-menu-center:focus {
    --tw-translate-x: calc(50% - 288px);
  }

  .sm\:focus\:translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(100% - 56px);
  }

  .sm\:focus\:translate-x-popup-full-width:focus {
    --tw-translate-x: calc(100% + 32px);
  }

  .sm\:focus\:translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(100% + 64px);
  }

  .sm\:focus\:translate-x-popup-full-height:focus {
    --tw-translate-x: calc(100% + 68px);
  }

  .sm\:focus\:translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .sm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .sm\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .sm\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .sm\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .sm\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .sm\:focus\:-translate-x-29:focus {
    --tw-translate-x: -7.25rem;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .sm\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .sm\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .sm\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .sm\:focus\:-translate-x-77:focus {
    --tw-translate-x: -19.25rem;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .sm\:focus\:-translate-x-82:focus {
    --tw-translate-x: -20.5rem;
  }

  .sm\:focus\:-translate-x-88:focus {
    --tw-translate-x: -22rem;
  }

  .sm\:focus\:-translate-x-94:focus {
    --tw-translate-x: -23.5rem;
  }

  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .sm\:focus\:-translate-x-98:focus {
    --tw-translate-x: -24.5rem;
  }

  .sm\:focus\:-translate-x-104:focus {
    --tw-translate-x: -26rem;
  }

  .sm\:focus\:-translate-x-108:focus {
    --tw-translate-x: -27rem;
  }

  .sm\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .sm\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem;
  }

  .sm\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .sm\:focus\:-translate-x-128:focus {
    --tw-translate-x: -32rem;
  }

  .sm\:focus\:-translate-x-132:focus {
    --tw-translate-x: -33rem;
  }

  .sm\:focus\:-translate-x-134:focus {
    --tw-translate-x: -33.5rem;
  }

  .sm\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .sm\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem;
  }

  .sm\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem;
  }

  .sm\:focus\:-translate-x-152:focus {
    --tw-translate-x: -38rem;
  }

  .sm\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .sm\:focus\:-translate-x-164:focus {
    --tw-translate-x: -41rem;
  }

  .sm\:focus\:-translate-x-172:focus {
    --tw-translate-x: -43rem;
  }

  .sm\:focus\:-translate-x-179:focus {
    --tw-translate-x: -44.75rem;
  }

  .sm\:focus\:-translate-x-184:focus {
    --tw-translate-x: -46rem;
  }

  .sm\:focus\:-translate-x-192:focus {
    --tw-translate-x: -48rem;
  }

  .sm\:focus\:-translate-x-224:focus {
    --tw-translate-x: -56rem;
  }

  .sm\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .sm\:focus\:-translate-x-256:focus {
    --tw-translate-x: -64rem;
  }

  .sm\:focus\:-translate-x-265:focus {
    --tw-translate-x: -66.25rem;
  }

  .sm\:focus\:-translate-x-288:focus {
    --tw-translate-x: -72rem;
  }

  .sm\:focus\:-translate-x-384:focus {
    --tw-translate-x: -96rem;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .sm\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.1875rem;
  }

  .sm\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .sm\:focus\:-translate-x-7\.5:focus {
    --tw-translate-x: -1.875rem;
  }

  .sm\:focus\:-translate-x-9\.5:focus {
    --tw-translate-x: -2.375rem;
  }

  .sm\:focus\:-translate-x-9\.75:focus {
    --tw-translate-x: -2.4375rem;
  }

  .sm\:focus\:-translate-x-12\.5:focus {
    --tw-translate-x: -3.125rem;
  }

  .sm\:focus\:-translate-x-13\.5:focus {
    --tw-translate-x: -3.375rem;
  }

  .sm\:focus\:-translate-x-292\.5:focus {
    --tw-translate-x: -73.125rem;
  }

  .sm\:focus\:-translate-x-1\/24:focus {
    --tw-translate-x: -4.16667%;
  }

  .sm\:focus\:-translate-x-2\/24:focus {
    --tw-translate-x: -8.33333%;
  }

  .sm\:focus\:-translate-x-3\/24:focus {
    --tw-translate-x: -12.5%;
  }

  .sm\:focus\:-translate-x-4\/24:focus {
    --tw-translate-x: -16.66667%;
  }

  .sm\:focus\:-translate-x-5\/24:focus {
    --tw-translate-x: -20.83333%;
  }

  .sm\:focus\:-translate-x-6\/24:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-7\/24:focus {
    --tw-translate-x: -29.16667%;
  }

  .sm\:focus\:-translate-x-8\/24:focus {
    --tw-translate-x: -33.33333%;
  }

  .sm\:focus\:-translate-x-9\/24:focus {
    --tw-translate-x: -37.5%;
  }

  .sm\:focus\:-translate-x-10\/24:focus {
    --tw-translate-x: -41.66667%;
  }

  .sm\:focus\:-translate-x-11\/24:focus {
    --tw-translate-x: -45.83333%;
  }

  .sm\:focus\:-translate-x-12\/24:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-13\/24:focus {
    --tw-translate-x: -54.16667%;
  }

  .sm\:focus\:-translate-x-14\/24:focus {
    --tw-translate-x: -58.33333%;
  }

  .sm\:focus\:-translate-x-15\/24:focus {
    --tw-translate-x: -62.5%;
  }

  .sm\:focus\:-translate-x-16\/24:focus {
    --tw-translate-x: -66.66667%;
  }

  .sm\:focus\:-translate-x-17\/24:focus {
    --tw-translate-x: -70.83333%;
  }

  .sm\:focus\:-translate-x-18\/24:focus {
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-19\/24:focus {
    --tw-translate-x: -79.16667%;
  }

  .sm\:focus\:-translate-x-20\/24:focus {
    --tw-translate-x: -83.33333%;
  }

  .sm\:focus\:-translate-x-21\/24:focus {
    --tw-translate-x: -87.5%;
  }

  .sm\:focus\:-translate-x-22\/24:focus {
    --tw-translate-x: -91.66667%;
  }

  .sm\:focus\:-translate-x-23\/24:focus {
    --tw-translate-x: -95.83333%;
  }

  .sm\:focus\:-translate-x-24\/24:focus {
    --tw-translate-x: -100%;
  }

  .sm\:focus\:-translate-x-screen-header:focus {
    --tw-translate-x: -41.55vw;
  }

  .sm\:focus\:-translate-x-screen-60:focus {
    --tw-translate-x: -60vh;
  }

  .sm\:focus\:-translate-x-screen-80:focus {
    --tw-translate-x: -80vh;
  }

  .sm\:focus\:-translate-x-screen-85:focus {
    --tw-translate-x: -85vh;
  }

  .sm\:focus\:-translate-x-screen-90:focus {
    --tw-translate-x: -90vh;
  }

  .sm\:focus\:-translate-x-screen-95:focus {
    --tw-translate-x: -95vh;
  }

  .sm\:focus\:-translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .sm\:focus\:-translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .sm\:focus\:-translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .sm\:focus\:-translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .sm\:focus\:-translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .sm\:focus\:-translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .sm\:focus\:-translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .sm\:focus\:-translate-x-full-4:focus {
    --tw-translate-x: calc(-100% - -16px);
  }

  .sm\:focus\:-translate-x-account-body:focus {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .sm\:focus\:-translate-x-menu-center:focus {
    --tw-translate-x: calc(-50% - -288px);
  }

  .sm\:focus\:-translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(-100% - -56px);
  }

  .sm\:focus\:-translate-x-popup-full-width:focus {
    --tw-translate-x: calc(-100% + -32px);
  }

  .sm\:focus\:-translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(-100% + -64px);
  }

  .sm\:focus\:-translate-x-popup-full-height:focus {
    --tw-translate-x: calc(-100% + -68px);
  }

  .sm\:focus\:-translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .sm\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .sm\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .sm\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .sm\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .sm\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .sm\:focus\:translate-y-29:focus {
    --tw-translate-y: 7.25rem;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .sm\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .sm\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .sm\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .sm\:focus\:translate-y-77:focus {
    --tw-translate-y: 19.25rem;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .sm\:focus\:translate-y-82:focus {
    --tw-translate-y: 20.5rem;
  }

  .sm\:focus\:translate-y-88:focus {
    --tw-translate-y: 22rem;
  }

  .sm\:focus\:translate-y-94:focus {
    --tw-translate-y: 23.5rem;
  }

  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .sm\:focus\:translate-y-98:focus {
    --tw-translate-y: 24.5rem;
  }

  .sm\:focus\:translate-y-104:focus {
    --tw-translate-y: 26rem;
  }

  .sm\:focus\:translate-y-108:focus {
    --tw-translate-y: 27rem;
  }

  .sm\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .sm\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem;
  }

  .sm\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .sm\:focus\:translate-y-128:focus {
    --tw-translate-y: 32rem;
  }

  .sm\:focus\:translate-y-132:focus {
    --tw-translate-y: 33rem;
  }

  .sm\:focus\:translate-y-134:focus {
    --tw-translate-y: 33.5rem;
  }

  .sm\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .sm\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem;
  }

  .sm\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem;
  }

  .sm\:focus\:translate-y-152:focus {
    --tw-translate-y: 38rem;
  }

  .sm\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .sm\:focus\:translate-y-164:focus {
    --tw-translate-y: 41rem;
  }

  .sm\:focus\:translate-y-172:focus {
    --tw-translate-y: 43rem;
  }

  .sm\:focus\:translate-y-179:focus {
    --tw-translate-y: 44.75rem;
  }

  .sm\:focus\:translate-y-184:focus {
    --tw-translate-y: 46rem;
  }

  .sm\:focus\:translate-y-192:focus {
    --tw-translate-y: 48rem;
  }

  .sm\:focus\:translate-y-224:focus {
    --tw-translate-y: 56rem;
  }

  .sm\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .sm\:focus\:translate-y-256:focus {
    --tw-translate-y: 64rem;
  }

  .sm\:focus\:translate-y-265:focus {
    --tw-translate-y: 66.25rem;
  }

  .sm\:focus\:translate-y-288:focus {
    --tw-translate-y: 72rem;
  }

  .sm\:focus\:translate-y-384:focus {
    --tw-translate-y: 96rem;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .sm\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.1875rem;
  }

  .sm\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .sm\:focus\:translate-y-7\.5:focus {
    --tw-translate-y: 1.875rem;
  }

  .sm\:focus\:translate-y-9\.5:focus {
    --tw-translate-y: 2.375rem;
  }

  .sm\:focus\:translate-y-9\.75:focus {
    --tw-translate-y: 2.4375rem;
  }

  .sm\:focus\:translate-y-12\.5:focus {
    --tw-translate-y: 3.125rem;
  }

  .sm\:focus\:translate-y-13\.5:focus {
    --tw-translate-y: 3.375rem;
  }

  .sm\:focus\:translate-y-292\.5:focus {
    --tw-translate-y: 73.125rem;
  }

  .sm\:focus\:translate-y-1\/24:focus {
    --tw-translate-y: 4.166667%;
  }

  .sm\:focus\:translate-y-2\/24:focus {
    --tw-translate-y: 8.333333%;
  }

  .sm\:focus\:translate-y-3\/24:focus {
    --tw-translate-y: 12.5%;
  }

  .sm\:focus\:translate-y-4\/24:focus {
    --tw-translate-y: 16.666667%;
  }

  .sm\:focus\:translate-y-5\/24:focus {
    --tw-translate-y: 20.833333%;
  }

  .sm\:focus\:translate-y-6\/24:focus {
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-7\/24:focus {
    --tw-translate-y: 29.166666%;
  }

  .sm\:focus\:translate-y-8\/24:focus {
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-9\/24:focus {
    --tw-translate-y: 37.5%;
  }

  .sm\:focus\:translate-y-10\/24:focus {
    --tw-translate-y: 41.666666%;
  }

  .sm\:focus\:translate-y-11\/24:focus {
    --tw-translate-y: 45.833333%;
  }

  .sm\:focus\:translate-y-12\/24:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-13\/24:focus {
    --tw-translate-y: 54.166666%;
  }

  .sm\:focus\:translate-y-14\/24:focus {
    --tw-translate-y: 58.333333%;
  }

  .sm\:focus\:translate-y-15\/24:focus {
    --tw-translate-y: 62.5%;
  }

  .sm\:focus\:translate-y-16\/24:focus {
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-17\/24:focus {
    --tw-translate-y: 70.833333%;
  }

  .sm\:focus\:translate-y-18\/24:focus {
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-19\/24:focus {
    --tw-translate-y: 79.166667%;
  }

  .sm\:focus\:translate-y-20\/24:focus {
    --tw-translate-y: 83.333333%;
  }

  .sm\:focus\:translate-y-21\/24:focus {
    --tw-translate-y: 87.5%;
  }

  .sm\:focus\:translate-y-22\/24:focus {
    --tw-translate-y: 91.666667%;
  }

  .sm\:focus\:translate-y-23\/24:focus {
    --tw-translate-y: 95.833333%;
  }

  .sm\:focus\:translate-y-24\/24:focus {
    --tw-translate-y: 100%;
  }

  .sm\:focus\:translate-y-screen-header:focus {
    --tw-translate-y: 41.55vw;
  }

  .sm\:focus\:translate-y-screen-60:focus {
    --tw-translate-y: 60vh;
  }

  .sm\:focus\:translate-y-screen-80:focus {
    --tw-translate-y: 80vh;
  }

  .sm\:focus\:translate-y-screen-85:focus {
    --tw-translate-y: 85vh;
  }

  .sm\:focus\:translate-y-screen-90:focus {
    --tw-translate-y: 90vh;
  }

  .sm\:focus\:translate-y-screen-95:focus {
    --tw-translate-y: 95vh;
  }

  .sm\:focus\:translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .sm\:focus\:translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .sm\:focus\:translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .sm\:focus\:translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .sm\:focus\:translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .sm\:focus\:translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .sm\:focus\:translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .sm\:focus\:translate-y-full-4:focus {
    --tw-translate-y: calc(100% - 16px);
  }

  .sm\:focus\:translate-y-account-body:focus {
    --tw-translate-y: calc(100vw - 304px);
  }

  .sm\:focus\:translate-y-menu-center:focus {
    --tw-translate-y: calc(50% - 288px);
  }

  .sm\:focus\:translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(100% - 56px);
  }

  .sm\:focus\:translate-y-popup-full-width:focus {
    --tw-translate-y: calc(100% + 32px);
  }

  .sm\:focus\:translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(100% + 64px);
  }

  .sm\:focus\:translate-y-popup-full-height:focus {
    --tw-translate-y: calc(100% + 68px);
  }

  .sm\:focus\:translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .sm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .sm\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .sm\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .sm\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .sm\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .sm\:focus\:-translate-y-29:focus {
    --tw-translate-y: -7.25rem;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .sm\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .sm\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .sm\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .sm\:focus\:-translate-y-77:focus {
    --tw-translate-y: -19.25rem;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .sm\:focus\:-translate-y-82:focus {
    --tw-translate-y: -20.5rem;
  }

  .sm\:focus\:-translate-y-88:focus {
    --tw-translate-y: -22rem;
  }

  .sm\:focus\:-translate-y-94:focus {
    --tw-translate-y: -23.5rem;
  }

  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .sm\:focus\:-translate-y-98:focus {
    --tw-translate-y: -24.5rem;
  }

  .sm\:focus\:-translate-y-104:focus {
    --tw-translate-y: -26rem;
  }

  .sm\:focus\:-translate-y-108:focus {
    --tw-translate-y: -27rem;
  }

  .sm\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .sm\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem;
  }

  .sm\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .sm\:focus\:-translate-y-128:focus {
    --tw-translate-y: -32rem;
  }

  .sm\:focus\:-translate-y-132:focus {
    --tw-translate-y: -33rem;
  }

  .sm\:focus\:-translate-y-134:focus {
    --tw-translate-y: -33.5rem;
  }

  .sm\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .sm\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem;
  }

  .sm\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem;
  }

  .sm\:focus\:-translate-y-152:focus {
    --tw-translate-y: -38rem;
  }

  .sm\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .sm\:focus\:-translate-y-164:focus {
    --tw-translate-y: -41rem;
  }

  .sm\:focus\:-translate-y-172:focus {
    --tw-translate-y: -43rem;
  }

  .sm\:focus\:-translate-y-179:focus {
    --tw-translate-y: -44.75rem;
  }

  .sm\:focus\:-translate-y-184:focus {
    --tw-translate-y: -46rem;
  }

  .sm\:focus\:-translate-y-192:focus {
    --tw-translate-y: -48rem;
  }

  .sm\:focus\:-translate-y-224:focus {
    --tw-translate-y: -56rem;
  }

  .sm\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .sm\:focus\:-translate-y-256:focus {
    --tw-translate-y: -64rem;
  }

  .sm\:focus\:-translate-y-265:focus {
    --tw-translate-y: -66.25rem;
  }

  .sm\:focus\:-translate-y-288:focus {
    --tw-translate-y: -72rem;
  }

  .sm\:focus\:-translate-y-384:focus {
    --tw-translate-y: -96rem;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .sm\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.1875rem;
  }

  .sm\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .sm\:focus\:-translate-y-7\.5:focus {
    --tw-translate-y: -1.875rem;
  }

  .sm\:focus\:-translate-y-9\.5:focus {
    --tw-translate-y: -2.375rem;
  }

  .sm\:focus\:-translate-y-9\.75:focus {
    --tw-translate-y: -2.4375rem;
  }

  .sm\:focus\:-translate-y-12\.5:focus {
    --tw-translate-y: -3.125rem;
  }

  .sm\:focus\:-translate-y-13\.5:focus {
    --tw-translate-y: -3.375rem;
  }

  .sm\:focus\:-translate-y-292\.5:focus {
    --tw-translate-y: -73.125rem;
  }

  .sm\:focus\:-translate-y-1\/24:focus {
    --tw-translate-y: -4.16667%;
  }

  .sm\:focus\:-translate-y-2\/24:focus {
    --tw-translate-y: -8.33333%;
  }

  .sm\:focus\:-translate-y-3\/24:focus {
    --tw-translate-y: -12.5%;
  }

  .sm\:focus\:-translate-y-4\/24:focus {
    --tw-translate-y: -16.66667%;
  }

  .sm\:focus\:-translate-y-5\/24:focus {
    --tw-translate-y: -20.83333%;
  }

  .sm\:focus\:-translate-y-6\/24:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-7\/24:focus {
    --tw-translate-y: -29.16667%;
  }

  .sm\:focus\:-translate-y-8\/24:focus {
    --tw-translate-y: -33.33333%;
  }

  .sm\:focus\:-translate-y-9\/24:focus {
    --tw-translate-y: -37.5%;
  }

  .sm\:focus\:-translate-y-10\/24:focus {
    --tw-translate-y: -41.66667%;
  }

  .sm\:focus\:-translate-y-11\/24:focus {
    --tw-translate-y: -45.83333%;
  }

  .sm\:focus\:-translate-y-12\/24:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-13\/24:focus {
    --tw-translate-y: -54.16667%;
  }

  .sm\:focus\:-translate-y-14\/24:focus {
    --tw-translate-y: -58.33333%;
  }

  .sm\:focus\:-translate-y-15\/24:focus {
    --tw-translate-y: -62.5%;
  }

  .sm\:focus\:-translate-y-16\/24:focus {
    --tw-translate-y: -66.66667%;
  }

  .sm\:focus\:-translate-y-17\/24:focus {
    --tw-translate-y: -70.83333%;
  }

  .sm\:focus\:-translate-y-18\/24:focus {
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-19\/24:focus {
    --tw-translate-y: -79.16667%;
  }

  .sm\:focus\:-translate-y-20\/24:focus {
    --tw-translate-y: -83.33333%;
  }

  .sm\:focus\:-translate-y-21\/24:focus {
    --tw-translate-y: -87.5%;
  }

  .sm\:focus\:-translate-y-22\/24:focus {
    --tw-translate-y: -91.66667%;
  }

  .sm\:focus\:-translate-y-23\/24:focus {
    --tw-translate-y: -95.83333%;
  }

  .sm\:focus\:-translate-y-24\/24:focus {
    --tw-translate-y: -100%;
  }

  .sm\:focus\:-translate-y-screen-header:focus {
    --tw-translate-y: -41.55vw;
  }

  .sm\:focus\:-translate-y-screen-60:focus {
    --tw-translate-y: -60vh;
  }

  .sm\:focus\:-translate-y-screen-80:focus {
    --tw-translate-y: -80vh;
  }

  .sm\:focus\:-translate-y-screen-85:focus {
    --tw-translate-y: -85vh;
  }

  .sm\:focus\:-translate-y-screen-90:focus {
    --tw-translate-y: -90vh;
  }

  .sm\:focus\:-translate-y-screen-95:focus {
    --tw-translate-y: -95vh;
  }

  .sm\:focus\:-translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .sm\:focus\:-translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .sm\:focus\:-translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .sm\:focus\:-translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .sm\:focus\:-translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .sm\:focus\:-translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .sm\:focus\:-translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .sm\:focus\:-translate-y-full-4:focus {
    --tw-translate-y: calc(-100% - -16px);
  }

  .sm\:focus\:-translate-y-account-body:focus {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .sm\:focus\:-translate-y-menu-center:focus {
    --tw-translate-y: calc(-50% - -288px);
  }

  .sm\:focus\:-translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(-100% - -56px);
  }

  .sm\:focus\:-translate-y-popup-full-width:focus {
    --tw-translate-y: calc(-100% + -32px);
  }

  .sm\:focus\:-translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(-100% + -64px);
  }

  .sm\:focus\:-translate-y-popup-full-height:focus {
    --tw-translate-y: calc(-100% + -68px);
  }

  .sm\:focus\:-translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .sm\:animate-none {
    animation: none;
  }

  .sm\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .sm\:animate-glow {
    animation: glow 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-help {
    cursor: help;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .sm\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .sm\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .sm\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sm\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-y {
    resize: vertical;
  }

  .sm\:resize-x {
    resize: horizontal;
  }

  .sm\:resize {
    resize: both;
  }

  .sm\:list-inside {
    list-style-position: inside;
  }

  .sm\:list-outside {
    list-style-position: outside;
  }

  .sm\:list-none {
    list-style-type: none;
  }

  .sm\:list-disc {
    list-style-type: disc;
  }

  .sm\:list-decimal {
    list-style-type: decimal;
  }

  .sm\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:content-center {
    align-content: center;
  }

  .sm\:content-start {
    align-content: flex-start;
  }

  .sm\:content-end {
    align-content: flex-end;
  }

  .sm\:content-between {
    align-content: space-between;
  }

  .sm\:content-around {
    align-content: space-around;
  }

  .sm\:content-evenly {
    align-content: space-evenly;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-1 {
    gap: 0.25rem;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-9 {
    gap: 2.25rem;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-11 {
    gap: 2.75rem;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

  .sm\:gap-14 {
    gap: 3.5rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-18 {
    gap: 4.5rem;
  }

  .sm\:gap-20 {
    gap: 5rem;
  }

  .sm\:gap-21 {
    gap: 5.25rem;
  }

  .sm\:gap-22 {
    gap: 5.5rem;
  }

  .sm\:gap-24 {
    gap: 6rem;
  }

  .sm\:gap-26 {
    gap: 6.5rem;
  }

  .sm\:gap-28 {
    gap: 7rem;
  }

  .sm\:gap-29 {
    gap: 7.25rem;
  }

  .sm\:gap-32 {
    gap: 8rem;
  }

  .sm\:gap-34 {
    gap: 8.5rem;
  }

  .sm\:gap-36 {
    gap: 9rem;
  }

  .sm\:gap-40 {
    gap: 10rem;
  }

  .sm\:gap-42 {
    gap: 10.5rem;
  }

  .sm\:gap-44 {
    gap: 11rem;
  }

  .sm\:gap-48 {
    gap: 12rem;
  }

  .sm\:gap-52 {
    gap: 13rem;
  }

  .sm\:gap-56 {
    gap: 14rem;
  }

  .sm\:gap-60 {
    gap: 15rem;
  }

  .sm\:gap-64 {
    gap: 16rem;
  }

  .sm\:gap-68 {
    gap: 17rem;
  }

  .sm\:gap-72 {
    gap: 18rem;
  }

  .sm\:gap-77 {
    gap: 19.25rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:gap-82 {
    gap: 20.5rem;
  }

  .sm\:gap-88 {
    gap: 22rem;
  }

  .sm\:gap-94 {
    gap: 23.5rem;
  }

  .sm\:gap-96 {
    gap: 24rem;
  }

  .sm\:gap-98 {
    gap: 24.5rem;
  }

  .sm\:gap-104 {
    gap: 26rem;
  }

  .sm\:gap-108 {
    gap: 27rem;
  }

  .sm\:gap-110 {
    gap: 27.5rem;
  }

  .sm\:gap-112 {
    gap: 28rem;
  }

  .sm\:gap-120 {
    gap: 30rem;
  }

  .sm\:gap-128 {
    gap: 32rem;
  }

  .sm\:gap-132 {
    gap: 33rem;
  }

  .sm\:gap-134 {
    gap: 33.5rem;
  }

  .sm\:gap-135 {
    gap: 33.75rem;
  }

  .sm\:gap-136 {
    gap: 34rem;
  }

  .sm\:gap-144 {
    gap: 36rem;
  }

  .sm\:gap-152 {
    gap: 38rem;
  }

  .sm\:gap-160 {
    gap: 40rem;
  }

  .sm\:gap-164 {
    gap: 41rem;
  }

  .sm\:gap-172 {
    gap: 43rem;
  }

  .sm\:gap-179 {
    gap: 44.75rem;
  }

  .sm\:gap-184 {
    gap: 46rem;
  }

  .sm\:gap-192 {
    gap: 48rem;
  }

  .sm\:gap-224 {
    gap: 56rem;
  }

  .sm\:gap-240 {
    gap: 60rem;
  }

  .sm\:gap-256 {
    gap: 64rem;
  }

  .sm\:gap-265 {
    gap: 66.25rem;
  }

  .sm\:gap-288 {
    gap: 72rem;
  }

  .sm\:gap-384 {
    gap: 96rem;
  }

  .sm\:gap-px {
    gap: 1px;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem;
  }

  .sm\:gap-0\.75 {
    gap: 0.1875rem;
  }

  .sm\:gap-4\.5 {
    gap: 1.125rem;
  }

  .sm\:gap-7\.5 {
    gap: 1.875rem;
  }

  .sm\:gap-9\.5 {
    gap: 2.375rem;
  }

  .sm\:gap-9\.75 {
    gap: 2.4375rem;
  }

  .sm\:gap-12\.5 {
    gap: 3.125rem;
  }

  .sm\:gap-13\.5 {
    gap: 3.375rem;
  }

  .sm\:gap-292\.5 {
    gap: 73.125rem;
  }

  .sm\:gap-1\/24 {
    gap: 4.166667%;
  }

  .sm\:gap-2\/24 {
    gap: 8.333333%;
  }

  .sm\:gap-3\/24 {
    gap: 12.5%;
  }

  .sm\:gap-4\/24 {
    gap: 16.666667%;
  }

  .sm\:gap-5\/24 {
    gap: 20.833333%;
  }

  .sm\:gap-6\/24 {
    gap: 25%;
  }

  .sm\:gap-7\/24 {
    gap: 29.166666%;
  }

  .sm\:gap-8\/24 {
    gap: 33.333333%;
  }

  .sm\:gap-9\/24 {
    gap: 37.5%;
  }

  .sm\:gap-10\/24 {
    gap: 41.666666%;
  }

  .sm\:gap-11\/24 {
    gap: 45.833333%;
  }

  .sm\:gap-12\/24 {
    gap: 50%;
  }

  .sm\:gap-13\/24 {
    gap: 54.166666%;
  }

  .sm\:gap-14\/24 {
    gap: 58.333333%;
  }

  .sm\:gap-15\/24 {
    gap: 62.5%;
  }

  .sm\:gap-16\/24 {
    gap: 66.666667%;
  }

  .sm\:gap-17\/24 {
    gap: 70.833333%;
  }

  .sm\:gap-18\/24 {
    gap: 75%;
  }

  .sm\:gap-19\/24 {
    gap: 79.166667%;
  }

  .sm\:gap-20\/24 {
    gap: 83.333333%;
  }

  .sm\:gap-21\/24 {
    gap: 87.5%;
  }

  .sm\:gap-22\/24 {
    gap: 91.666667%;
  }

  .sm\:gap-23\/24 {
    gap: 95.833333%;
  }

  .sm\:gap-24\/24 {
    gap: 100%;
  }

  .sm\:gap-screen-header {
    gap: 41.55vw;
  }

  .sm\:gap-screen-60 {
    gap: 60vh;
  }

  .sm\:gap-screen-80 {
    gap: 80vh;
  }

  .sm\:gap-screen-85 {
    gap: 85vh;
  }

  .sm\:gap-screen-90 {
    gap: 90vh;
  }

  .sm\:gap-screen-95 {
    gap: 95vh;
  }

  .sm\:gap-screen-minus-header {
    gap: calc(100vh - 5.25rem);
  }

  .sm\:gap-screen-minus-35\.5 {
    gap: calc(100vh - 8.875rem);
  }

  .sm\:gap-screen-minus-36 {
    gap: calc(100vh - 9rem);
  }

  .sm\:gap-screen-minus-40 {
    gap: calc(100vh - 10rem);
  }

  .sm\:gap-screen-minus-55 {
    gap: calc(100vh - 13.75rem);
  }

  .sm\:gap-screen-minus-72 {
    gap: calc(100vh - 18rem);
  }

  .sm\:gap-screen-minus-80 {
    gap: calc(100vh - 20rem);
  }

  .sm\:gap-full-4 {
    gap: calc(100% - 16px);
  }

  .sm\:gap-account-body {
    gap: calc(100vw - 304px);
  }

  .sm\:gap-menu-center {
    gap: calc(50% - 288px);
  }

  .sm\:gap-tutorials-hidden {
    gap: calc(100% - 56px);
  }

  .sm\:gap-popup-full-width {
    gap: calc(100% + 32px);
  }

  .sm\:gap-popup-full-width-md {
    gap: calc(100% + 64px);
  }

  .sm\:gap-popup-full-height {
    gap: calc(100% + 68px);
  }

  .sm\:gap-max-content {
    gap: max-content;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .sm\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .sm\:gap-x-29 {
    -moz-column-gap: 7.25rem;
         column-gap: 7.25rem;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .sm\:gap-x-77 {
    -moz-column-gap: 19.25rem;
         column-gap: 19.25rem;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .sm\:gap-x-82 {
    -moz-column-gap: 20.5rem;
         column-gap: 20.5rem;
  }

  .sm\:gap-x-88 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .sm\:gap-x-94 {
    -moz-column-gap: 23.5rem;
         column-gap: 23.5rem;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .sm\:gap-x-98 {
    -moz-column-gap: 24.5rem;
         column-gap: 24.5rem;
  }

  .sm\:gap-x-104 {
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .sm\:gap-x-108 {
    -moz-column-gap: 27rem;
         column-gap: 27rem;
  }

  .sm\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .sm\:gap-x-112 {
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .sm\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .sm\:gap-x-128 {
    -moz-column-gap: 32rem;
         column-gap: 32rem;
  }

  .sm\:gap-x-132 {
    -moz-column-gap: 33rem;
         column-gap: 33rem;
  }

  .sm\:gap-x-134 {
    -moz-column-gap: 33.5rem;
         column-gap: 33.5rem;
  }

  .sm\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .sm\:gap-x-136 {
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .sm\:gap-x-144 {
    -moz-column-gap: 36rem;
         column-gap: 36rem;
  }

  .sm\:gap-x-152 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .sm\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .sm\:gap-x-164 {
    -moz-column-gap: 41rem;
         column-gap: 41rem;
  }

  .sm\:gap-x-172 {
    -moz-column-gap: 43rem;
         column-gap: 43rem;
  }

  .sm\:gap-x-179 {
    -moz-column-gap: 44.75rem;
         column-gap: 44.75rem;
  }

  .sm\:gap-x-184 {
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .sm\:gap-x-192 {
    -moz-column-gap: 48rem;
         column-gap: 48rem;
  }

  .sm\:gap-x-224 {
    -moz-column-gap: 56rem;
         column-gap: 56rem;
  }

  .sm\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .sm\:gap-x-256 {
    -moz-column-gap: 64rem;
         column-gap: 64rem;
  }

  .sm\:gap-x-265 {
    -moz-column-gap: 66.25rem;
         column-gap: 66.25rem;
  }

  .sm\:gap-x-288 {
    -moz-column-gap: 72rem;
         column-gap: 72rem;
  }

  .sm\:gap-x-384 {
    -moz-column-gap: 96rem;
         column-gap: 96rem;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .sm\:gap-x-0\.75 {
    -moz-column-gap: 0.1875rem;
         column-gap: 0.1875rem;
  }

  .sm\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .sm\:gap-x-7\.5 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .sm\:gap-x-9\.5 {
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .sm\:gap-x-9\.75 {
    -moz-column-gap: 2.4375rem;
         column-gap: 2.4375rem;
  }

  .sm\:gap-x-12\.5 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .sm\:gap-x-13\.5 {
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .sm\:gap-x-292\.5 {
    -moz-column-gap: 73.125rem;
         column-gap: 73.125rem;
  }

  .sm\:gap-x-1\/24 {
    -moz-column-gap: 4.166667%;
         column-gap: 4.166667%;
  }

  .sm\:gap-x-2\/24 {
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .sm\:gap-x-3\/24 {
    -moz-column-gap: 12.5%;
         column-gap: 12.5%;
  }

  .sm\:gap-x-4\/24 {
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .sm\:gap-x-5\/24 {
    -moz-column-gap: 20.833333%;
         column-gap: 20.833333%;
  }

  .sm\:gap-x-6\/24 {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .sm\:gap-x-7\/24 {
    -moz-column-gap: 29.166666%;
         column-gap: 29.166666%;
  }

  .sm\:gap-x-8\/24 {
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .sm\:gap-x-9\/24 {
    -moz-column-gap: 37.5%;
         column-gap: 37.5%;
  }

  .sm\:gap-x-10\/24 {
    -moz-column-gap: 41.666666%;
         column-gap: 41.666666%;
  }

  .sm\:gap-x-11\/24 {
    -moz-column-gap: 45.833333%;
         column-gap: 45.833333%;
  }

  .sm\:gap-x-12\/24 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .sm\:gap-x-13\/24 {
    -moz-column-gap: 54.166666%;
         column-gap: 54.166666%;
  }

  .sm\:gap-x-14\/24 {
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .sm\:gap-x-15\/24 {
    -moz-column-gap: 62.5%;
         column-gap: 62.5%;
  }

  .sm\:gap-x-16\/24 {
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .sm\:gap-x-17\/24 {
    -moz-column-gap: 70.833333%;
         column-gap: 70.833333%;
  }

  .sm\:gap-x-18\/24 {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .sm\:gap-x-19\/24 {
    -moz-column-gap: 79.166667%;
         column-gap: 79.166667%;
  }

  .sm\:gap-x-20\/24 {
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .sm\:gap-x-21\/24 {
    -moz-column-gap: 87.5%;
         column-gap: 87.5%;
  }

  .sm\:gap-x-22\/24 {
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .sm\:gap-x-23\/24 {
    -moz-column-gap: 95.833333%;
         column-gap: 95.833333%;
  }

  .sm\:gap-x-24\/24 {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .sm\:gap-x-screen-header {
    -moz-column-gap: 41.55vw;
         column-gap: 41.55vw;
  }

  .sm\:gap-x-screen-60 {
    -moz-column-gap: 60vh;
         column-gap: 60vh;
  }

  .sm\:gap-x-screen-80 {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .sm\:gap-x-screen-85 {
    -moz-column-gap: 85vh;
         column-gap: 85vh;
  }

  .sm\:gap-x-screen-90 {
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .sm\:gap-x-screen-95 {
    -moz-column-gap: 95vh;
         column-gap: 95vh;
  }

  .sm\:gap-x-screen-minus-header {
    -moz-column-gap: calc(100vh - 5.25rem);
         column-gap: calc(100vh - 5.25rem);
  }

  .sm\:gap-x-screen-minus-35\.5 {
    -moz-column-gap: calc(100vh - 8.875rem);
         column-gap: calc(100vh - 8.875rem);
  }

  .sm\:gap-x-screen-minus-36 {
    -moz-column-gap: calc(100vh - 9rem);
         column-gap: calc(100vh - 9rem);
  }

  .sm\:gap-x-screen-minus-40 {
    -moz-column-gap: calc(100vh - 10rem);
         column-gap: calc(100vh - 10rem);
  }

  .sm\:gap-x-screen-minus-55 {
    -moz-column-gap: calc(100vh - 13.75rem);
         column-gap: calc(100vh - 13.75rem);
  }

  .sm\:gap-x-screen-minus-72 {
    -moz-column-gap: calc(100vh - 18rem);
         column-gap: calc(100vh - 18rem);
  }

  .sm\:gap-x-screen-minus-80 {
    -moz-column-gap: calc(100vh - 20rem);
         column-gap: calc(100vh - 20rem);
  }

  .sm\:gap-x-full-4 {
    -moz-column-gap: calc(100% - 16px);
         column-gap: calc(100% - 16px);
  }

  .sm\:gap-x-account-body {
    -moz-column-gap: calc(100vw - 304px);
         column-gap: calc(100vw - 304px);
  }

  .sm\:gap-x-menu-center {
    -moz-column-gap: calc(50% - 288px);
         column-gap: calc(50% - 288px);
  }

  .sm\:gap-x-tutorials-hidden {
    -moz-column-gap: calc(100% - 56px);
         column-gap: calc(100% - 56px);
  }

  .sm\:gap-x-popup-full-width {
    -moz-column-gap: calc(100% + 32px);
         column-gap: calc(100% + 32px);
  }

  .sm\:gap-x-popup-full-width-md {
    -moz-column-gap: calc(100% + 64px);
         column-gap: calc(100% + 64px);
  }

  .sm\:gap-x-popup-full-height {
    -moz-column-gap: calc(100% + 68px);
         column-gap: calc(100% + 68px);
  }

  .sm\:gap-x-max-content {
    -moz-column-gap: max-content;
         column-gap: max-content;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem;
  }

  .sm\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem;
  }

  .sm\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .sm\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem;
  }

  .sm\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem;
  }

  .sm\:gap-y-29 {
    row-gap: 7.25rem;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem;
  }

  .sm\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem;
  }

  .sm\:gap-y-68 {
    row-gap: 17rem;
  }

  .sm\:gap-y-72 {
    row-gap: 18rem;
  }

  .sm\:gap-y-77 {
    row-gap: 19.25rem;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem;
  }

  .sm\:gap-y-82 {
    row-gap: 20.5rem;
  }

  .sm\:gap-y-88 {
    row-gap: 22rem;
  }

  .sm\:gap-y-94 {
    row-gap: 23.5rem;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem;
  }

  .sm\:gap-y-98 {
    row-gap: 24.5rem;
  }

  .sm\:gap-y-104 {
    row-gap: 26rem;
  }

  .sm\:gap-y-108 {
    row-gap: 27rem;
  }

  .sm\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .sm\:gap-y-112 {
    row-gap: 28rem;
  }

  .sm\:gap-y-120 {
    row-gap: 30rem;
  }

  .sm\:gap-y-128 {
    row-gap: 32rem;
  }

  .sm\:gap-y-132 {
    row-gap: 33rem;
  }

  .sm\:gap-y-134 {
    row-gap: 33.5rem;
  }

  .sm\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .sm\:gap-y-136 {
    row-gap: 34rem;
  }

  .sm\:gap-y-144 {
    row-gap: 36rem;
  }

  .sm\:gap-y-152 {
    row-gap: 38rem;
  }

  .sm\:gap-y-160 {
    row-gap: 40rem;
  }

  .sm\:gap-y-164 {
    row-gap: 41rem;
  }

  .sm\:gap-y-172 {
    row-gap: 43rem;
  }

  .sm\:gap-y-179 {
    row-gap: 44.75rem;
  }

  .sm\:gap-y-184 {
    row-gap: 46rem;
  }

  .sm\:gap-y-192 {
    row-gap: 48rem;
  }

  .sm\:gap-y-224 {
    row-gap: 56rem;
  }

  .sm\:gap-y-240 {
    row-gap: 60rem;
  }

  .sm\:gap-y-256 {
    row-gap: 64rem;
  }

  .sm\:gap-y-265 {
    row-gap: 66.25rem;
  }

  .sm\:gap-y-288 {
    row-gap: 72rem;
  }

  .sm\:gap-y-384 {
    row-gap: 96rem;
  }

  .sm\:gap-y-px {
    row-gap: 1px;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .sm\:gap-y-0\.75 {
    row-gap: 0.1875rem;
  }

  .sm\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .sm\:gap-y-7\.5 {
    row-gap: 1.875rem;
  }

  .sm\:gap-y-9\.5 {
    row-gap: 2.375rem;
  }

  .sm\:gap-y-9\.75 {
    row-gap: 2.4375rem;
  }

  .sm\:gap-y-12\.5 {
    row-gap: 3.125rem;
  }

  .sm\:gap-y-13\.5 {
    row-gap: 3.375rem;
  }

  .sm\:gap-y-292\.5 {
    row-gap: 73.125rem;
  }

  .sm\:gap-y-1\/24 {
    row-gap: 4.166667%;
  }

  .sm\:gap-y-2\/24 {
    row-gap: 8.333333%;
  }

  .sm\:gap-y-3\/24 {
    row-gap: 12.5%;
  }

  .sm\:gap-y-4\/24 {
    row-gap: 16.666667%;
  }

  .sm\:gap-y-5\/24 {
    row-gap: 20.833333%;
  }

  .sm\:gap-y-6\/24 {
    row-gap: 25%;
  }

  .sm\:gap-y-7\/24 {
    row-gap: 29.166666%;
  }

  .sm\:gap-y-8\/24 {
    row-gap: 33.333333%;
  }

  .sm\:gap-y-9\/24 {
    row-gap: 37.5%;
  }

  .sm\:gap-y-10\/24 {
    row-gap: 41.666666%;
  }

  .sm\:gap-y-11\/24 {
    row-gap: 45.833333%;
  }

  .sm\:gap-y-12\/24 {
    row-gap: 50%;
  }

  .sm\:gap-y-13\/24 {
    row-gap: 54.166666%;
  }

  .sm\:gap-y-14\/24 {
    row-gap: 58.333333%;
  }

  .sm\:gap-y-15\/24 {
    row-gap: 62.5%;
  }

  .sm\:gap-y-16\/24 {
    row-gap: 66.666667%;
  }

  .sm\:gap-y-17\/24 {
    row-gap: 70.833333%;
  }

  .sm\:gap-y-18\/24 {
    row-gap: 75%;
  }

  .sm\:gap-y-19\/24 {
    row-gap: 79.166667%;
  }

  .sm\:gap-y-20\/24 {
    row-gap: 83.333333%;
  }

  .sm\:gap-y-21\/24 {
    row-gap: 87.5%;
  }

  .sm\:gap-y-22\/24 {
    row-gap: 91.666667%;
  }

  .sm\:gap-y-23\/24 {
    row-gap: 95.833333%;
  }

  .sm\:gap-y-24\/24 {
    row-gap: 100%;
  }

  .sm\:gap-y-screen-header {
    row-gap: 41.55vw;
  }

  .sm\:gap-y-screen-60 {
    row-gap: 60vh;
  }

  .sm\:gap-y-screen-80 {
    row-gap: 80vh;
  }

  .sm\:gap-y-screen-85 {
    row-gap: 85vh;
  }

  .sm\:gap-y-screen-90 {
    row-gap: 90vh;
  }

  .sm\:gap-y-screen-95 {
    row-gap: 95vh;
  }

  .sm\:gap-y-screen-minus-header {
    row-gap: calc(100vh - 5.25rem);
  }

  .sm\:gap-y-screen-minus-35\.5 {
    row-gap: calc(100vh - 8.875rem);
  }

  .sm\:gap-y-screen-minus-36 {
    row-gap: calc(100vh - 9rem);
  }

  .sm\:gap-y-screen-minus-40 {
    row-gap: calc(100vh - 10rem);
  }

  .sm\:gap-y-screen-minus-55 {
    row-gap: calc(100vh - 13.75rem);
  }

  .sm\:gap-y-screen-minus-72 {
    row-gap: calc(100vh - 18rem);
  }

  .sm\:gap-y-screen-minus-80 {
    row-gap: calc(100vh - 20rem);
  }

  .sm\:gap-y-full-4 {
    row-gap: calc(100% - 16px);
  }

  .sm\:gap-y-account-body {
    row-gap: calc(100vw - 304px);
  }

  .sm\:gap-y-menu-center {
    row-gap: calc(50% - 288px);
  }

  .sm\:gap-y-tutorials-hidden {
    row-gap: calc(100% - 56px);
  }

  .sm\:gap-y-popup-full-width {
    row-gap: calc(100% + 32px);
  }

  .sm\:gap-y-popup-full-width-md {
    row-gap: calc(100% + 64px);
  }

  .sm\:gap-y-popup-full-height {
    row-gap: calc(100% + 68px);
  }

  .sm\:gap-y-max-content {
    row-gap: max-content;
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .sm\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .sm\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .sm\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26rem * var(--tw-space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27rem * var(--tw-space-x-reverse));
    margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .sm\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32rem * var(--tw-space-x-reverse));
    margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33rem * var(--tw-space-x-reverse));
    margin-left: calc(33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34rem * var(--tw-space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36rem * var(--tw-space-x-reverse));
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41rem * var(--tw-space-x-reverse));
    margin-left: calc(41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43rem * var(--tw-space-x-reverse));
    margin-left: calc(43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46rem * var(--tw-space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48rem * var(--tw-space-x-reverse));
    margin-left: calc(48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56rem * var(--tw-space-x-reverse));
    margin-left: calc(56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64rem * var(--tw-space-x-reverse));
    margin-left: calc(64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72rem * var(--tw-space-x-reverse));
    margin-left: calc(72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96rem * var(--tw-space-x-reverse));
    margin-left: calc(96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.166667% * var(--tw-space-x-reverse));
    margin-left: calc(4.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5% * var(--tw-space-x-reverse));
    margin-left: calc(12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--tw-space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.833333% * var(--tw-space-x-reverse));
    margin-left: calc(20.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29.166666% * var(--tw-space-x-reverse));
    margin-left: calc(29.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5% * var(--tw-space-x-reverse));
    margin-left: calc(37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.666666% * var(--tw-space-x-reverse));
    margin-left: calc(41.666666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45.833333% * var(--tw-space-x-reverse));
    margin-left: calc(45.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54.166666% * var(--tw-space-x-reverse));
    margin-left: calc(54.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--tw-space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62.5% * var(--tw-space-x-reverse));
    margin-left: calc(62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--tw-space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70.833333% * var(--tw-space-x-reverse));
    margin-left: calc(70.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79.166667% * var(--tw-space-x-reverse));
    margin-left: calc(79.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--tw-space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87.5% * var(--tw-space-x-reverse));
    margin-left: calc(87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--tw-space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95.833333% * var(--tw-space-x-reverse));
    margin-left: calc(95.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60vh * var(--tw-space-x-reverse));
    margin-left: calc(60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85vh * var(--tw-space-x-reverse));
    margin-left: calc(85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90vh * var(--tw-space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95vh * var(--tw-space-x-reverse));
    margin-left: calc(95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vw - 304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(50% - 288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(50% - 288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .sm\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .sm\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .sm\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:-space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:-space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26rem * var(--tw-space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27rem * var(--tw-space-x-reverse));
    margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .sm\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32rem * var(--tw-space-x-reverse));
    margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33rem * var(--tw-space-x-reverse));
    margin-left: calc(-33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34rem * var(--tw-space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36rem * var(--tw-space-x-reverse));
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:-space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41rem * var(--tw-space-x-reverse));
    margin-left: calc(-41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43rem * var(--tw-space-x-reverse));
    margin-left: calc(-43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46rem * var(--tw-space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48rem * var(--tw-space-x-reverse));
    margin-left: calc(-48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56rem * var(--tw-space-x-reverse));
    margin-left: calc(-56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64rem * var(--tw-space-x-reverse));
    margin-left: calc(-64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72rem * var(--tw-space-x-reverse));
    margin-left: calc(-72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96rem * var(--tw-space-x-reverse));
    margin-left: calc(-96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-4.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5% * var(--tw-space-x-reverse));
    margin-left: calc(-12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-20.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-29.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5% * var(--tw-space-x-reverse));
    margin-left: calc(-37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-45.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-54.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62.5% * var(--tw-space-x-reverse));
    margin-left: calc(-62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-70.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-79.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87.5% * var(--tw-space-x-reverse));
    margin-left: calc(-87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-95.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(-41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60vh * var(--tw-space-x-reverse));
    margin-left: calc(-60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85vh * var(--tw-space-x-reverse));
    margin-left: calc(-85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90vh * var(--tw-space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95vh * var(--tw-space-x-reverse));
    margin-left: calc(-95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vw - -304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-50% - -288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .sm\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .sm\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .sm\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .sm\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.4375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.125rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.166667% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.833333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29.166666% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.666666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.666666% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45.833333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54.166666% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62.5% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70.833333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79.166667% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87.5% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95.833333% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.55vw * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60vh * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85vh * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90vh * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95vh * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 5.25rem) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 8.875rem) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 9rem) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 10rem) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 13.75rem) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 18rem) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 20rem) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 16px) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vw - 304px) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(50% - 288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(50% - 288px) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 56px) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 32px) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 64px) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 68px) * var(--tw-space-y-reverse));
  }

  .sm\:space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .sm\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .sm\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .sm\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:-space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:-space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .sm\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:-space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.4375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.16667% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.83333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29.16667% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45.83333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54.16667% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62.5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70.83333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79.16667% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87.5% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95.83333% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.55vw * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95vh * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -5.25rem) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -8.875rem) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -9rem) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -10rem) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -13.75rem) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -18rem) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -20rem) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -16px) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vw - -304px) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-50% - -288px) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -56px) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -32px) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -64px) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -68px) * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .sm\:divide-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(7px * var(--tw-divide-x-reverse));
    border-left-width: calc(7px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .sm\:divide-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(7px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(7px * var(--tw-divide-y-reverse));
  }

  .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));
  }

  .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));
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .sm\:divide-green-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-divide-opacity));
  }

  .sm\:divide-green-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-divide-opacity));
  }

  .sm\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-divide-opacity));
  }

  .sm\:divide-green-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-divide-opacity));
  }

  .sm\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-divide-opacity));
  }

  .sm\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-pale > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-pale-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(234,234,234,0.6);
  }

  .sm\:divide-grey-faint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-lightest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .sm\:divide-grey-page > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(243,243,243,0.5);
  }

  .sm\:divide-primary-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-blue-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .sm\:divide-secondary-blue-light-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.2);
  }

  .sm\:divide-secondary-blue-light-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.1);
  }

  .sm\:divide-tertiary-orange > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .sm\:divide-tertiary-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-divide-opacity));
  }

  .sm\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .sm\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .sm\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-divide-opacity));
  }

  .sm\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-black-neutral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-divide-opacity));
  }

  .sm\:divide-toggle > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,0.3);
  }

  .sm\:divide-toggle-active > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,1);
  }

  .sm\:divide-tertiary-orange-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-divide-opacity));
  }

  .sm\:divide-google-maps > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-divide-opacity));
  }

  .sm\:divide-chart > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(218,240,225,0.2);
  }

  .sm\:divide-energy-rating-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-divide-opacity));
  }

  .sm\:divide-energy-rating-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-divide-opacity));
  }

  .sm\:divide-energy-rating-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-divide-opacity));
  }

  .sm\:divide-energy-rating-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .sm\:divide-energy-rating-e > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-divide-opacity));
  }

  .sm\:divide-energy-rating-f > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-divide-opacity));
  }

  .sm\:divide-energy-rating-g > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-divide-opacity));
  }

  .sm\:divide-flo-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-divide-opacity));
  }

  .sm\:divide-green-dark-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-divide-opacity));
  }

  .sm\:divide-tertiary-background > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-divide-opacity));
  }

  .sm\:divide-tertiary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-divide-opacity));
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:self-start {
    align-self: flex-start;
  }

  .sm\:self-end {
    align-self: flex-end;
  }

  .sm\:self-center {
    align-self: center;
  }

  .sm\:self-stretch {
    align-self: stretch;
  }

  .sm\:self-baseline {
    align-self: baseline;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:overflow-clip {
    text-overflow: clip;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:whitespace-pre {
    white-space: pre;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:break-words {
    overflow-wrap: break-word;
  }

  .sm\:break-all {
    word-break: break-all;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:border-0 {
    border-width: 0px;
  }

  .sm\:border-2 {
    border-width: 2px;
  }

  .sm\:border-3 {
    border-width: 3px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-7 {
    border-width: 7px;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0px;
  }

  .sm\:border-t-2 {
    border-top-width: 2px;
  }

  .sm\:border-t-3 {
    border-top-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-t-7 {
    border-top-width: 7px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-t {
    border-top-width: 1px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

  .sm\:border-r-2 {
    border-right-width: 2px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-r-7 {
    border-right-width: 7px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-b-7 {
    border-bottom-width: 7px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-l-0 {
    border-left-width: 0px;
  }

  .sm\:border-l-2 {
    border-left-width: 2px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-l-7 {
    border-left-width: 7px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:border-solid {
    border-style: solid;
  }

  .sm\:border-dashed {
    border-style: dashed;
  }

  .sm\:border-dotted {
    border-style: dotted;
  }

  .sm\:border-double {
    border-style: double;
  }

  .sm\:border-none {
    border-style: none;
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .sm\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .sm\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .sm\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .sm\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .sm\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .sm\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .sm\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .sm\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .sm\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .sm\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .sm\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .sm\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .sm\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .sm\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .sm\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .sm\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .sm\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .sm\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .sm\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .sm\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .sm\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .sm\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .sm\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .sm\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .sm\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .sm\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .sm\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .sm\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .sm\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .sm\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .sm\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .sm\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .sm\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .sm\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .sm\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .sm\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .sm\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .sm\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .sm\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .sm\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .sm\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .sm\:group-hover\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .group:hover .sm\:group-hover\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .group:hover .sm\:group-hover\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .group:hover .sm\:group-hover\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .group:hover .sm\:group-hover\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .group:hover .sm\:group-hover\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .group:hover .sm\:group-hover\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .group:hover .sm\:group-hover\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .group:hover .sm\:group-hover\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .sm\:focus-within\:border-green-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-pale:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-pale-60:focus-within {
    border-color: rgba(234,234,234,0.6);
  }

  .sm\:focus-within\:border-grey-faint:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-lightest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-grey-page:focus-within {
    border-color: rgba(243,243,243,0.5);
  }

  .sm\:focus-within\:border-primary-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-blue-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-secondary-blue-light-20:focus-within {
    border-color: rgba(46,174,178,0.2);
  }

  .sm\:focus-within\:border-secondary-blue-light-10:focus-within {
    border-color: rgba(46,174,178,0.1);
  }

  .sm\:focus-within\:border-tertiary-orange:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-tertiary-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-black-neutral:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-toggle:focus-within {
    border-color: rgba(8,198,145,0.3);
  }

  .sm\:focus-within\:border-toggle-active:focus-within {
    border-color: rgba(8,198,145,1);
  }

  .sm\:focus-within\:border-tertiary-orange-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-google-maps:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-chart:focus-within {
    border-color: rgba(218,240,225,0.2);
  }

  .sm\:focus-within\:border-energy-rating-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-energy-rating-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-energy-rating-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-energy-rating-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-energy-rating-e:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-energy-rating-f:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-energy-rating-g:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-flo-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-green-dark-60:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-tertiary-background:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .sm\:focus-within\:border-tertiary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-green-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-pale:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-pale-60:hover {
    border-color: rgba(234,234,234,0.6);
  }

  .sm\:hover\:border-grey-faint:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-lightest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:hover\:border-grey-page:hover {
    border-color: rgba(243,243,243,0.5);
  }

  .sm\:hover\:border-primary-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-blue-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .sm\:hover\:border-secondary-blue-light-20:hover {
    border-color: rgba(46,174,178,0.2);
  }

  .sm\:hover\:border-secondary-blue-light-10:hover {
    border-color: rgba(46,174,178,0.1);
  }

  .sm\:hover\:border-tertiary-orange:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .sm\:hover\:border-tertiary-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .sm\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .sm\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .sm\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .sm\:hover\:border-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-black-neutral:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .sm\:hover\:border-toggle:hover {
    border-color: rgba(8,198,145,0.3);
  }

  .sm\:hover\:border-toggle-active:hover {
    border-color: rgba(8,198,145,1);
  }

  .sm\:hover\:border-tertiary-orange-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .sm\:hover\:border-google-maps:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .sm\:hover\:border-chart:hover {
    border-color: rgba(218,240,225,0.2);
  }

  .sm\:hover\:border-energy-rating-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .sm\:hover\:border-energy-rating-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .sm\:hover\:border-energy-rating-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .sm\:hover\:border-energy-rating-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .sm\:hover\:border-energy-rating-e:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .sm\:hover\:border-energy-rating-f:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .sm\:hover\:border-energy-rating-g:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .sm\:hover\:border-flo-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .sm\:hover\:border-green-dark-60:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .sm\:hover\:border-tertiary-background:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .sm\:hover\:border-tertiary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-green-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-pale:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-pale-60:focus {
    border-color: rgba(234,234,234,0.6);
  }

  .sm\:focus\:border-grey-faint:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-lightest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .sm\:focus\:border-grey-page:focus {
    border-color: rgba(243,243,243,0.5);
  }

  .sm\:focus\:border-primary-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-blue-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .sm\:focus\:border-secondary-blue-light-20:focus {
    border-color: rgba(46,174,178,0.2);
  }

  .sm\:focus\:border-secondary-blue-light-10:focus {
    border-color: rgba(46,174,178,0.1);
  }

  .sm\:focus\:border-tertiary-orange:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .sm\:focus\:border-tertiary-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .sm\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .sm\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .sm\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .sm\:focus\:border-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-black-neutral:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .sm\:focus\:border-toggle:focus {
    border-color: rgba(8,198,145,0.3);
  }

  .sm\:focus\:border-toggle-active:focus {
    border-color: rgba(8,198,145,1);
  }

  .sm\:focus\:border-tertiary-orange-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .sm\:focus\:border-google-maps:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .sm\:focus\:border-chart:focus {
    border-color: rgba(218,240,225,0.2);
  }

  .sm\:focus\:border-energy-rating-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .sm\:focus\:border-energy-rating-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .sm\:focus\:border-energy-rating-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .sm\:focus\:border-energy-rating-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .sm\:focus\:border-energy-rating-e:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .sm\:focus\:border-energy-rating-f:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .sm\:focus\:border-energy-rating-g:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .sm\:focus\:border-flo-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .sm\:focus\:border-green-dark-60:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .sm\:focus\:border-tertiary-background:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .sm\:focus\:border-tertiary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .sm\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .sm\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .sm\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .sm\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .sm\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .sm\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .sm\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .sm\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .sm\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .sm\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .sm\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .sm\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .sm\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .sm\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .sm\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .sm\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .sm\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .sm\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .sm\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .sm\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .sm\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .sm\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .sm\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .sm\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .sm\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .sm\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .sm\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .sm\:even\:bg-green-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-lighter:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-pale:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-pale-60:nth-child(even) {
    background-color: rgba(234,234,234,0.6);
  }

  .sm\:even\:bg-grey-faint:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-lightest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-grey-page:nth-child(even) {
    background-color: rgba(243,243,243,0.5);
  }

  .sm\:even\:bg-primary-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-secondary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-secondary-blue-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-secondary-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-secondary-blue-light-20:nth-child(even) {
    background-color: rgba(46,174,178,0.2);
  }

  .sm\:even\:bg-secondary-blue-light-10:nth-child(even) {
    background-color: rgba(46,174,178,0.1);
  }

  .sm\:even\:bg-tertiary-orange:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-tertiary-yellow:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-success:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-warning:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-error:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-info:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-black-neutral:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-toggle:nth-child(even) {
    background-color: rgba(8,198,145,0.3);
  }

  .sm\:even\:bg-toggle-active:nth-child(even) {
    background-color: rgba(8,198,145,1);
  }

  .sm\:even\:bg-tertiary-orange-hover:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-google-maps:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-chart:nth-child(even) {
    background-color: rgba(218,240,225,0.2);
  }

  .sm\:even\:bg-energy-rating-a:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-energy-rating-b:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-energy-rating-c:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-energy-rating-d:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-energy-rating-e:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-energy-rating-f:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-energy-rating-g:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-flo-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-green-dark-60:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-tertiary-background:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .sm\:even\:bg-tertiary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .sm\:group-hover\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .group:hover .sm\:group-hover\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .group:hover .sm\:group-hover\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .group:hover .sm\:group-hover\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .group:hover .sm\:group-hover\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .group:hover .sm\:group-hover\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .group:hover .sm\:group-hover\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .group:hover .sm\:group-hover\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .group:hover .sm\:group-hover\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .sm\:focus-within\:bg-green-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-pale:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-pale-60:focus-within {
    background-color: rgba(234,234,234,0.6);
  }

  .sm\:focus-within\:bg-grey-faint:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-lightest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-grey-page:focus-within {
    background-color: rgba(243,243,243,0.5);
  }

  .sm\:focus-within\:bg-primary-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-blue-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-secondary-blue-light-20:focus-within {
    background-color: rgba(46,174,178,0.2);
  }

  .sm\:focus-within\:bg-secondary-blue-light-10:focus-within {
    background-color: rgba(46,174,178,0.1);
  }

  .sm\:focus-within\:bg-tertiary-orange:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-tertiary-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-black-neutral:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-toggle:focus-within {
    background-color: rgba(8,198,145,0.3);
  }

  .sm\:focus-within\:bg-toggle-active:focus-within {
    background-color: rgba(8,198,145,1);
  }

  .sm\:focus-within\:bg-tertiary-orange-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-google-maps:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-chart:focus-within {
    background-color: rgba(218,240,225,0.2);
  }

  .sm\:focus-within\:bg-energy-rating-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-energy-rating-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-energy-rating-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-energy-rating-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-energy-rating-e:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-energy-rating-f:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-energy-rating-g:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-flo-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-green-dark-60:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-tertiary-background:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .sm\:focus-within\:bg-tertiary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .sm\:hover\:bg-green-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-pale:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-pale-60:hover {
    background-color: rgba(234,234,234,0.6);
  }

  .sm\:hover\:bg-grey-faint:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-lightest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-grey-page:hover {
    background-color: rgba(243,243,243,0.5);
  }

  .sm\:hover\:bg-primary-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-secondary-blue-light-20:hover {
    background-color: rgba(46,174,178,0.2);
  }

  .sm\:hover\:bg-secondary-blue-light-10:hover {
    background-color: rgba(46,174,178,0.1);
  }

  .sm\:hover\:bg-tertiary-orange:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-tertiary-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-black-neutral:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-toggle:hover {
    background-color: rgba(8,198,145,0.3);
  }

  .sm\:hover\:bg-toggle-active:hover {
    background-color: rgba(8,198,145,1);
  }

  .sm\:hover\:bg-tertiary-orange-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-google-maps:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-chart:hover {
    background-color: rgba(218,240,225,0.2);
  }

  .sm\:hover\:bg-energy-rating-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-energy-rating-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-energy-rating-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-energy-rating-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-energy-rating-e:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-energy-rating-f:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-energy-rating-g:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-flo-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-green-dark-60:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-tertiary-background:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .sm\:hover\:bg-tertiary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-green-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-pale:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-pale-60:focus {
    background-color: rgba(234,234,234,0.6);
  }

  .sm\:focus\:bg-grey-faint:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-lightest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-grey-page:focus {
    background-color: rgba(243,243,243,0.5);
  }

  .sm\:focus\:bg-primary-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-blue-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-secondary-blue-light-20:focus {
    background-color: rgba(46,174,178,0.2);
  }

  .sm\:focus\:bg-secondary-blue-light-10:focus {
    background-color: rgba(46,174,178,0.1);
  }

  .sm\:focus\:bg-tertiary-orange:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-tertiary-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-black-neutral:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-toggle:focus {
    background-color: rgba(8,198,145,0.3);
  }

  .sm\:focus\:bg-toggle-active:focus {
    background-color: rgba(8,198,145,1);
  }

  .sm\:focus\:bg-tertiary-orange-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-google-maps:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-chart:focus {
    background-color: rgba(218,240,225,0.2);
  }

  .sm\:focus\:bg-energy-rating-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-energy-rating-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-energy-rating-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-energy-rating-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-energy-rating-e:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-energy-rating-f:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-energy-rating-g:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-flo-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-green-dark-60:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-tertiary-background:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .sm\:focus\:bg-tertiary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .sm\:bg-none {
    background-image: none;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .sm\:bg-search {
    background-image: url('/images/v2/icons/search.svg');
  }

  .sm\:bg-search-dark {
    background-image: url('/images/v2/icons/search-dark.svg');
  }

  .sm\:bg-select {
    background-image: url('/images/v2/icons/select.svg');
  }

  .sm\:bg-select-light {
    background-image: url('/images/v2/icons/select-light.svg');
  }

  .sm\:bg-list-check {
    background-image: url('/images/v2/icons/list-check.svg');
  }

  .sm\:bg-list-times {
    background-image: url('/images/v2/icons/list-times.svg');
  }

  .sm\:bg-chevrons {
    background-image: url('/images/v2/illustrations/chevron-wide.svg');
  }

  .sm\:bg-chevron {
    background-image: url('/images/v2/illustrations/chevron-small.svg');
  }

  .sm\:bg-chevron-repeat {
    background-image: url('/images/v2/illustrations/chevron-wide-space.svg');
  }

  .sm\:bg-chevron-reverse {
    background-image: url('/images/v2/illustrations/chevron-reverse.svg');
  }

  .sm\:bg-chevron-offset {
    background-image: url('/images/v2/illustrations/chevron-wide-offset.svg');
  }

  .sm\:bg-chevron-offset-translucent {
    background-image: url('/images/v2/illustrations/chevron-wide-offset-translucent.svg');
  }

  .sm\:bg-triangles-sm {
    background-image: url('/images/v2/illustrations/small-triangles.svg');
  }

  .sm\:bg-triangles-sm-bl {
    background-image: url('/images/v2/illustrations/small-triangles-bl.svg');
  }

  .sm\:bg-triangles-sm-bl-min {
    background-image: url('/images/v2/illustrations/small-triangles-bl-min.svg');
  }

  .sm\:bg-triangles-sm-tr {
    background-image: url('/images/v2/illustrations/small-triangles-tr.svg');
  }

  .sm\:bg-triangles-sm-br {
    background-image: url('/images/v2/illustrations/small-triangles-br.svg');
  }

  .sm\:bg-triangles-sm-br-min {
    background-image: url('/images/v2/illustrations/small-triangles-br-min.svg');
  }

  .sm\:bg-triangles-sm-br-ten {
    background-image: url('/images/v2/illustrations/small-triangles-br-ten.svg');
  }

  .sm\:bg-triangles-sm-full {
    background-image: url('/images/v2/illustrations/small-triangles-full.svg');
  }

  .sm\:bg-triangles-sm-reverse {
    background-image: url('/images/v2/illustrations/small-triangles-reverse.svg');
  }

  .sm\:bg-triangles-sm-square {
    background-image: url('/images/v2/illustrations/small-triangles-square.svg');
  }

  .sm\:bg-triangles-sm-rotate {
    background-image: url('/images/v2/illustrations/small-triangles-rotate.svg');
  }

  .sm\:bg-triangles-lg {
    background-image: url('/images/v2/illustrations/big-triangles.svg');
  }

  .sm\:bg-triangles-lg-square {
    background-image: url('/images/v2/illustrations/big-triangles-square.svg');
  }

  .sm\:bg-hero-house {
    background-image: url('/images/v2/illustrations/hero-house-shadow.svg');
  }

  .sm\:bg-persona-hero-house {
    background-image: url('/images/v2/illustrations/persona-hero-house.svg');
  }

  .sm\:bg-house-min {
    background-image: url('/images/v2/illustrations/house-min.svg');
  }

  .sm\:bg-home-hero-auth {
    background-image: url('/images/v2/illustrations/home-hero-auth.svg');
  }

  .sm\:bg-home-hero {
    background-image: url('/images/home/background.jpg');
  }

  .sm\:bg-horizontal-house {
    background-image: url('/images/v2/illustrations/horizontal-house-repeat.svg');
  }

  .sm\:bg-map {
    background-image: url('/images/v2/illustrations/map.svg');
  }

  .sm\:bg-map-alt {
    background-image: url('/images/v2/illustrations/map-alt.svg');
  }

  .sm\:bg-map-alt-2 {
    background-image: url('/images/v2/illustrations/map-alt-2.svg');
  }

  .sm\:bg-map-alt-3 {
    background-image: url('/images/v2/illustrations/map-alt-3.svg');
  }

  .sm\:bg-b2bfinance {
    background-image: url(/images/finance-finder/b2bfinance-tick.png);
  }

  .sm\:bg-frame {
    background-image: url(/images/about/frame.png);
  }

  .sm\:bg-dot-wave {
    background-image: url(/images/dot-wave.png);
  }

  .sm\:bg-line-wave {
    background-image: url(/images/line-wave.svg);
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-green-darkest {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .sm\:from-green-darker {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .sm\:from-green-dark {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .sm\:from-green-medium {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .sm\:from-green-light {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:from-grey-darkest {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .sm\:from-grey-darker {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .sm\:from-grey-dark {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .sm\:from-grey {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .sm\:from-grey-medium {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:from-grey-light {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .sm\:from-grey-lighter {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:from-grey-pale {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:from-grey-pale-60 {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:from-grey-faint {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:from-grey-lightest {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:from-grey-page {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:from-primary-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:from-secondary-green {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .sm\:from-secondary-blue-dark {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .sm\:from-secondary-blue-light {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:from-secondary-blue-light-20 {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:from-secondary-blue-light-10 {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:from-tertiary-orange {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:from-tertiary-yellow {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .sm\:from-success {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:from-warning {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:from-error {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .sm\:from-info {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:from-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:from-black-neutral {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .sm\:from-toggle {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:from-toggle-active {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:from-tertiary-orange-hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .sm\:from-google-maps {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .sm\:from-chart {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .sm\:from-energy-rating-a {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .sm\:from-energy-rating-b {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .sm\:from-energy-rating-c {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .sm\:from-energy-rating-d {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:from-energy-rating-e {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .sm\:from-energy-rating-f {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .sm\:from-energy-rating-g {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .sm\:from-flo-blue-light {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .sm\:from-green-dark-60 {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .sm\:from-tertiary-background {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .sm\:from-tertiary-green {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .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));
  }

  .sm\:hover\:from-green-darkest:hover {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .sm\:hover\:from-green-darker:hover {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .sm\:hover\:from-green-dark:hover {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .sm\:hover\:from-green-medium:hover {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .sm\:hover\:from-green-light:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:hover\:from-grey-darkest:hover {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .sm\:hover\:from-grey-darker:hover {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .sm\:hover\:from-grey-dark:hover {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .sm\:hover\:from-grey:hover {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .sm\:hover\:from-grey-medium:hover {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:hover\:from-grey-light:hover {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .sm\:hover\:from-grey-lighter:hover {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:hover\:from-grey-pale:hover {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:hover\:from-grey-pale-60:hover {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:hover\:from-grey-faint:hover {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:hover\:from-grey-lightest:hover {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:hover\:from-grey-page:hover {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:hover\:from-primary-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:from-secondary-green:hover {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .sm\:hover\:from-secondary-blue-dark:hover {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .sm\:hover\:from-secondary-blue-light:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:hover\:from-secondary-blue-light-20:hover {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:hover\:from-secondary-blue-light-10:hover {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:hover\:from-tertiary-orange:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:hover\:from-tertiary-yellow:hover {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .sm\:hover\:from-success:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:hover\:from-warning:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:hover\:from-error:hover {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .sm\:hover\:from-info:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:from-black-neutral:hover {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .sm\:hover\:from-toggle:hover {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:hover\:from-toggle-active:hover {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:hover\:from-tertiary-orange-hover:hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .sm\:hover\:from-google-maps:hover {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .sm\:hover\:from-chart:hover {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .sm\:hover\:from-energy-rating-a:hover {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .sm\:hover\:from-energy-rating-b:hover {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .sm\:hover\:from-energy-rating-c:hover {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .sm\:hover\:from-energy-rating-d:hover {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:hover\:from-energy-rating-e:hover {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .sm\:hover\:from-energy-rating-f:hover {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .sm\:hover\:from-energy-rating-g:hover {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .sm\:hover\:from-flo-blue-light:hover {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .sm\:hover\:from-green-dark-60:hover {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .sm\:hover\:from-tertiary-background:hover {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .sm\:hover\:from-tertiary-green:hover {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .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));
  }

  .sm\:focus\:from-green-darkest:focus {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .sm\:focus\:from-green-darker:focus {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .sm\:focus\:from-green-dark:focus {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .sm\:focus\:from-green-medium:focus {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .sm\:focus\:from-green-light:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:focus\:from-grey-darkest:focus {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .sm\:focus\:from-grey-darker:focus {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .sm\:focus\:from-grey-dark:focus {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .sm\:focus\:from-grey:focus {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .sm\:focus\:from-grey-medium:focus {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:focus\:from-grey-light:focus {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .sm\:focus\:from-grey-lighter:focus {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:focus\:from-grey-pale:focus {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:focus\:from-grey-pale-60:focus {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:focus\:from-grey-faint:focus {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:focus\:from-grey-lightest:focus {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:focus\:from-grey-page:focus {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:focus\:from-primary-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:from-secondary-green:focus {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .sm\:focus\:from-secondary-blue-dark:focus {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .sm\:focus\:from-secondary-blue-light:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:focus\:from-secondary-blue-light-20:focus {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:focus\:from-secondary-blue-light-10:focus {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:focus\:from-tertiary-orange:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:focus\:from-tertiary-yellow:focus {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .sm\:focus\:from-success:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:focus\:from-warning:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:focus\:from-error:focus {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .sm\:focus\:from-info:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:from-black-neutral:focus {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .sm\:focus\:from-toggle:focus {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:focus\:from-toggle-active:focus {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:focus\:from-tertiary-orange-hover:focus {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .sm\:focus\:from-google-maps:focus {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .sm\:focus\:from-chart:focus {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .sm\:focus\:from-energy-rating-a:focus {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .sm\:focus\:from-energy-rating-b:focus {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .sm\:focus\:from-energy-rating-c:focus {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .sm\:focus\:from-energy-rating-d:focus {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:focus\:from-energy-rating-e:focus {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .sm\:focus\:from-energy-rating-f:focus {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .sm\:focus\:from-energy-rating-g:focus {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .sm\:focus\:from-flo-blue-light:focus {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .sm\:focus\:from-green-dark-60:focus {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .sm\:focus\:from-tertiary-background:focus {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .sm\:focus\:from-tertiary-green:focus {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-green-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .sm\:via-green-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .sm\:via-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .sm\:via-green-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .sm\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:via-grey-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .sm\:via-grey-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .sm\:via-grey-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .sm\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .sm\:via-grey-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .sm\:via-grey-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:via-grey-pale {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:via-grey-pale-60 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:via-grey-faint {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:via-grey-lightest {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:via-grey-page {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:via-primary-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:via-secondary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .sm\:via-secondary-blue-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .sm\:via-secondary-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:via-secondary-blue-light-20 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:via-secondary-blue-light-10 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:via-tertiary-orange {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:via-tertiary-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .sm\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .sm\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:via-black-neutral {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .sm\:via-toggle {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:via-toggle-active {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:via-tertiary-orange-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .sm\:via-google-maps {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .sm\:via-chart {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .sm\:via-energy-rating-a {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .sm\:via-energy-rating-b {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .sm\:via-energy-rating-c {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .sm\:via-energy-rating-d {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:via-energy-rating-e {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .sm\:via-energy-rating-f {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .sm\:via-energy-rating-g {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .sm\:via-flo-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .sm\:via-green-dark-60 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .sm\:via-tertiary-background {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .sm\:via-tertiary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-green-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .sm\:hover\:via-green-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .sm\:hover\:via-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .sm\:hover\:via-green-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .sm\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:hover\:via-grey-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .sm\:hover\:via-grey-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .sm\:hover\:via-grey-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .sm\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .sm\:hover\:via-grey-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .sm\:hover\:via-grey-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:hover\:via-grey-pale:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:hover\:via-grey-pale-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:hover\:via-grey-faint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:hover\:via-grey-lightest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:hover\:via-grey-page:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:hover\:via-primary-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:hover\:via-secondary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .sm\:hover\:via-secondary-blue-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .sm\:hover\:via-secondary-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:hover\:via-secondary-blue-light-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:hover\:via-secondary-blue-light-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:hover\:via-tertiary-orange:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:hover\:via-tertiary-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .sm\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .sm\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:hover\:via-black-neutral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .sm\:hover\:via-toggle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:hover\:via-toggle-active:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:hover\:via-tertiary-orange-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .sm\:hover\:via-google-maps:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .sm\:hover\:via-chart:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .sm\:hover\:via-energy-rating-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .sm\:hover\:via-energy-rating-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .sm\:hover\:via-energy-rating-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .sm\:hover\:via-energy-rating-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:hover\:via-energy-rating-e:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .sm\:hover\:via-energy-rating-f:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .sm\:hover\:via-energy-rating-g:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .sm\:hover\:via-flo-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .sm\:hover\:via-green-dark-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .sm\:hover\:via-tertiary-background:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .sm\:hover\:via-tertiary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-green-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .sm\:focus\:via-green-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .sm\:focus\:via-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .sm\:focus\:via-green-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .sm\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:focus\:via-grey-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .sm\:focus\:via-grey-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .sm\:focus\:via-grey-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .sm\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .sm\:focus\:via-grey-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .sm\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .sm\:focus\:via-grey-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .sm\:focus\:via-grey-pale:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:focus\:via-grey-pale-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .sm\:focus\:via-grey-faint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:focus\:via-grey-lightest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .sm\:focus\:via-grey-page:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .sm\:focus\:via-primary-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sm\:focus\:via-secondary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .sm\:focus\:via-secondary-blue-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .sm\:focus\:via-secondary-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:focus\:via-secondary-blue-light-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:focus\:via-secondary-blue-light-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:focus\:via-tertiary-orange:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:focus\:via-tertiary-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .sm\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .sm\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .sm\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .sm\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sm\:focus\:via-black-neutral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .sm\:focus\:via-toggle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:focus\:via-toggle-active:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:focus\:via-tertiary-orange-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .sm\:focus\:via-google-maps:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .sm\:focus\:via-chart:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .sm\:focus\:via-energy-rating-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .sm\:focus\:via-energy-rating-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .sm\:focus\:via-energy-rating-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .sm\:focus\:via-energy-rating-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .sm\:focus\:via-energy-rating-e:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .sm\:focus\:via-energy-rating-f:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .sm\:focus\:via-energy-rating-g:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .sm\:focus\:via-flo-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .sm\:focus\:via-green-dark-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .sm\:focus\:via-tertiary-background:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .sm\:focus\:via-tertiary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .sm\:to-green-darkest {
    --tw-gradient-to: #032b26;
  }

  .sm\:to-green-darker {
    --tw-gradient-to: #063932;
  }

  .sm\:to-green-dark {
    --tw-gradient-to: #0b4d44;
  }

  .sm\:to-green-medium {
    --tw-gradient-to: #199365;
  }

  .sm\:to-green-light {
    --tw-gradient-to: #47b669;
  }

  .sm\:to-grey-darkest {
    --tw-gradient-to: #303030;
  }

  .sm\:to-grey-darker {
    --tw-gradient-to: #4a4a4a;
  }

  .sm\:to-grey-dark {
    --tw-gradient-to: #6c7476;
  }

  .sm\:to-grey {
    --tw-gradient-to: #888888;
  }

  .sm\:to-grey-medium {
    --tw-gradient-to: #aaaaaa;
  }

  .sm\:to-grey-light {
    --tw-gradient-to: #bbbbbb;
  }

  .sm\:to-grey-lighter {
    --tw-gradient-to: #dadada;
  }

  .sm\:to-grey-pale {
    --tw-gradient-to: #eaeaea;
  }

  .sm\:to-grey-pale-60 {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .sm\:to-grey-faint {
    --tw-gradient-to: #f3f3f3;
  }

  .sm\:to-grey-lightest {
    --tw-gradient-to: #f9f9f9;
  }

  .sm\:to-grey-page {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .sm\:to-primary-white {
    --tw-gradient-to: #ffffff;
  }

  .sm\:to-secondary-green {
    --tw-gradient-to: #0cc393;
  }

  .sm\:to-secondary-blue-dark {
    --tw-gradient-to: #175564;
  }

  .sm\:to-secondary-blue-light {
    --tw-gradient-to: #2eaeb2;
  }

  .sm\:to-secondary-blue-light-20 {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .sm\:to-secondary-blue-light-10 {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .sm\:to-tertiary-orange {
    --tw-gradient-to: #f46036;
  }

  .sm\:to-tertiary-yellow {
    --tw-gradient-to: #f9c846;
  }

  .sm\:to-success {
    --tw-gradient-to: #47b669;
  }

  .sm\:to-warning {
    --tw-gradient-to: #f46036;
  }

  .sm\:to-error {
    --tw-gradient-to: #e63147;
  }

  .sm\:to-info {
    --tw-gradient-to: #2eaeb2;
  }

  .sm\:to-black {
    --tw-gradient-to: #000000;
  }

  .sm\:to-black-neutral {
    --tw-gradient-to: #373f41;
  }

  .sm\:to-toggle {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .sm\:to-toggle-active {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .sm\:to-tertiary-orange-hover {
    --tw-gradient-to: #f78161;
  }

  .sm\:to-google-maps {
    --tw-gradient-to: #e5e3df;
  }

  .sm\:to-chart {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .sm\:to-energy-rating-a {
    --tw-gradient-to: #008459;
  }

  .sm\:to-energy-rating-b {
    --tw-gradient-to: #19b059;
  }

  .sm\:to-energy-rating-c {
    --tw-gradient-to: #8dc641;
  }

  .sm\:to-energy-rating-d {
    --tw-gradient-to: #ffcc00;
  }

  .sm\:to-energy-rating-e {
    --tw-gradient-to: #f7ac64;
  }

  .sm\:to-energy-rating-f {
    --tw-gradient-to: #f78521;
  }

  .sm\:to-energy-rating-g {
    --tw-gradient-to: #ef1c39;
  }

  .sm\:to-flo-blue-light {
    --tw-gradient-to: #0072b4;
  }

  .sm\:to-green-dark-60 {
    --tw-gradient-to: #a3b7b4;
  }

  .sm\:to-tertiary-background {
    --tw-gradient-to: #ebfaf6;
  }

  .sm\:to-tertiary-green {
    --tw-gradient-to: #08c691;
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .sm\:hover\:to-green-darkest:hover {
    --tw-gradient-to: #032b26;
  }

  .sm\:hover\:to-green-darker:hover {
    --tw-gradient-to: #063932;
  }

  .sm\:hover\:to-green-dark:hover {
    --tw-gradient-to: #0b4d44;
  }

  .sm\:hover\:to-green-medium:hover {
    --tw-gradient-to: #199365;
  }

  .sm\:hover\:to-green-light:hover {
    --tw-gradient-to: #47b669;
  }

  .sm\:hover\:to-grey-darkest:hover {
    --tw-gradient-to: #303030;
  }

  .sm\:hover\:to-grey-darker:hover {
    --tw-gradient-to: #4a4a4a;
  }

  .sm\:hover\:to-grey-dark:hover {
    --tw-gradient-to: #6c7476;
  }

  .sm\:hover\:to-grey:hover {
    --tw-gradient-to: #888888;
  }

  .sm\:hover\:to-grey-medium:hover {
    --tw-gradient-to: #aaaaaa;
  }

  .sm\:hover\:to-grey-light:hover {
    --tw-gradient-to: #bbbbbb;
  }

  .sm\:hover\:to-grey-lighter:hover {
    --tw-gradient-to: #dadada;
  }

  .sm\:hover\:to-grey-pale:hover {
    --tw-gradient-to: #eaeaea;
  }

  .sm\:hover\:to-grey-pale-60:hover {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .sm\:hover\:to-grey-faint:hover {
    --tw-gradient-to: #f3f3f3;
  }

  .sm\:hover\:to-grey-lightest:hover {
    --tw-gradient-to: #f9f9f9;
  }

  .sm\:hover\:to-grey-page:hover {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .sm\:hover\:to-primary-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .sm\:hover\:to-secondary-green:hover {
    --tw-gradient-to: #0cc393;
  }

  .sm\:hover\:to-secondary-blue-dark:hover {
    --tw-gradient-to: #175564;
  }

  .sm\:hover\:to-secondary-blue-light:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .sm\:hover\:to-secondary-blue-light-20:hover {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .sm\:hover\:to-secondary-blue-light-10:hover {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .sm\:hover\:to-tertiary-orange:hover {
    --tw-gradient-to: #f46036;
  }

  .sm\:hover\:to-tertiary-yellow:hover {
    --tw-gradient-to: #f9c846;
  }

  .sm\:hover\:to-success:hover {
    --tw-gradient-to: #47b669;
  }

  .sm\:hover\:to-warning:hover {
    --tw-gradient-to: #f46036;
  }

  .sm\:hover\:to-error:hover {
    --tw-gradient-to: #e63147;
  }

  .sm\:hover\:to-info:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000000;
  }

  .sm\:hover\:to-black-neutral:hover {
    --tw-gradient-to: #373f41;
  }

  .sm\:hover\:to-toggle:hover {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .sm\:hover\:to-toggle-active:hover {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .sm\:hover\:to-tertiary-orange-hover:hover {
    --tw-gradient-to: #f78161;
  }

  .sm\:hover\:to-google-maps:hover {
    --tw-gradient-to: #e5e3df;
  }

  .sm\:hover\:to-chart:hover {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .sm\:hover\:to-energy-rating-a:hover {
    --tw-gradient-to: #008459;
  }

  .sm\:hover\:to-energy-rating-b:hover {
    --tw-gradient-to: #19b059;
  }

  .sm\:hover\:to-energy-rating-c:hover {
    --tw-gradient-to: #8dc641;
  }

  .sm\:hover\:to-energy-rating-d:hover {
    --tw-gradient-to: #ffcc00;
  }

  .sm\:hover\:to-energy-rating-e:hover {
    --tw-gradient-to: #f7ac64;
  }

  .sm\:hover\:to-energy-rating-f:hover {
    --tw-gradient-to: #f78521;
  }

  .sm\:hover\:to-energy-rating-g:hover {
    --tw-gradient-to: #ef1c39;
  }

  .sm\:hover\:to-flo-blue-light:hover {
    --tw-gradient-to: #0072b4;
  }

  .sm\:hover\:to-green-dark-60:hover {
    --tw-gradient-to: #a3b7b4;
  }

  .sm\:hover\:to-tertiary-background:hover {
    --tw-gradient-to: #ebfaf6;
  }

  .sm\:hover\:to-tertiary-green:hover {
    --tw-gradient-to: #08c691;
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .sm\:focus\:to-green-darkest:focus {
    --tw-gradient-to: #032b26;
  }

  .sm\:focus\:to-green-darker:focus {
    --tw-gradient-to: #063932;
  }

  .sm\:focus\:to-green-dark:focus {
    --tw-gradient-to: #0b4d44;
  }

  .sm\:focus\:to-green-medium:focus {
    --tw-gradient-to: #199365;
  }

  .sm\:focus\:to-green-light:focus {
    --tw-gradient-to: #47b669;
  }

  .sm\:focus\:to-grey-darkest:focus {
    --tw-gradient-to: #303030;
  }

  .sm\:focus\:to-grey-darker:focus {
    --tw-gradient-to: #4a4a4a;
  }

  .sm\:focus\:to-grey-dark:focus {
    --tw-gradient-to: #6c7476;
  }

  .sm\:focus\:to-grey:focus {
    --tw-gradient-to: #888888;
  }

  .sm\:focus\:to-grey-medium:focus {
    --tw-gradient-to: #aaaaaa;
  }

  .sm\:focus\:to-grey-light:focus {
    --tw-gradient-to: #bbbbbb;
  }

  .sm\:focus\:to-grey-lighter:focus {
    --tw-gradient-to: #dadada;
  }

  .sm\:focus\:to-grey-pale:focus {
    --tw-gradient-to: #eaeaea;
  }

  .sm\:focus\:to-grey-pale-60:focus {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .sm\:focus\:to-grey-faint:focus {
    --tw-gradient-to: #f3f3f3;
  }

  .sm\:focus\:to-grey-lightest:focus {
    --tw-gradient-to: #f9f9f9;
  }

  .sm\:focus\:to-grey-page:focus {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .sm\:focus\:to-primary-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .sm\:focus\:to-secondary-green:focus {
    --tw-gradient-to: #0cc393;
  }

  .sm\:focus\:to-secondary-blue-dark:focus {
    --tw-gradient-to: #175564;
  }

  .sm\:focus\:to-secondary-blue-light:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .sm\:focus\:to-secondary-blue-light-20:focus {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .sm\:focus\:to-secondary-blue-light-10:focus {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .sm\:focus\:to-tertiary-orange:focus {
    --tw-gradient-to: #f46036;
  }

  .sm\:focus\:to-tertiary-yellow:focus {
    --tw-gradient-to: #f9c846;
  }

  .sm\:focus\:to-success:focus {
    --tw-gradient-to: #47b669;
  }

  .sm\:focus\:to-warning:focus {
    --tw-gradient-to: #f46036;
  }

  .sm\:focus\:to-error:focus {
    --tw-gradient-to: #e63147;
  }

  .sm\:focus\:to-info:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000000;
  }

  .sm\:focus\:to-black-neutral:focus {
    --tw-gradient-to: #373f41;
  }

  .sm\:focus\:to-toggle:focus {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .sm\:focus\:to-toggle-active:focus {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .sm\:focus\:to-tertiary-orange-hover:focus {
    --tw-gradient-to: #f78161;
  }

  .sm\:focus\:to-google-maps:focus {
    --tw-gradient-to: #e5e3df;
  }

  .sm\:focus\:to-chart:focus {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .sm\:focus\:to-energy-rating-a:focus {
    --tw-gradient-to: #008459;
  }

  .sm\:focus\:to-energy-rating-b:focus {
    --tw-gradient-to: #19b059;
  }

  .sm\:focus\:to-energy-rating-c:focus {
    --tw-gradient-to: #8dc641;
  }

  .sm\:focus\:to-energy-rating-d:focus {
    --tw-gradient-to: #ffcc00;
  }

  .sm\:focus\:to-energy-rating-e:focus {
    --tw-gradient-to: #f7ac64;
  }

  .sm\:focus\:to-energy-rating-f:focus {
    --tw-gradient-to: #f78521;
  }

  .sm\:focus\:to-energy-rating-g:focus {
    --tw-gradient-to: #ef1c39;
  }

  .sm\:focus\:to-flo-blue-light:focus {
    --tw-gradient-to: #0072b4;
  }

  .sm\:focus\:to-green-dark-60:focus {
    --tw-gradient-to: #a3b7b4;
  }

  .sm\:focus\:to-tertiary-background:focus {
    --tw-gradient-to: #ebfaf6;
  }

  .sm\:focus\:to-tertiary-green:focus {
    --tw-gradient-to: #08c691;
  }

  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sm\:bg-5 {
    background-size: 1.25rem;
  }

  .sm\:bg-20 {
    background-size: 5rem;
  }

  .sm\:bg-45 {
    background-size: 11.25rem;
  }

  .sm\:bg-48 {
    background-size: 12rem;
  }

  .sm\:bg-80 {
    background-size: 20rem;
  }

  .sm\:bg-100 {
    background-size: 25rem;
  }

  .sm\:bg-112 {
    background-size: 28rem;
  }

  .sm\:bg-120 {
    background-size: 30rem;
  }

  .sm\:bg-128 {
    background-size: 32rem;
  }

  .sm\:bg-132 {
    background-size: 33rem;
  }

  .sm\:bg-140 {
    background-size: 35rem;
  }

  .sm\:bg-152 {
    background-size: 38rem;
  }

  .sm\:bg-164 {
    background-size: 41rem;
  }

  .sm\:bg-184 {
    background-size: 46rem;
  }

  .sm\:bg-200 {
    background-size: 50rem;
  }

  .sm\:bg-288 {
    background-size: 72rem;
  }

  .sm\:bg-540 {
    background-size: 135rem;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:bg-4\/5 {
    background-size: 80%;
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

  .sm\:bg-local {
    background-attachment: local;
  }

  .sm\:bg-scroll {
    background-attachment: scroll;
  }

  .sm\:bg-clip-border {
    background-clip: border-box;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box;
  }

  .sm\:bg-clip-content {
    background-clip: content-box;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:bg-top-0\.75 {
    background-position: 0 0.1875rem;
  }

  .sm\:bg-left-2 {
    background-position: left 0.5rem center;
  }

  .sm\:bg-right-2 {
    background-position: right 0.5rem center;
  }

  .sm\:bg-left-top-3 {
    background-position: 0.75rem 0.75rem;
  }

  .sm\:bg-left-top-5 {
    background-position: 1.25rem 1.25rem;
  }

  .sm\:bg-right-top-5 {
    background-position: right 1.25rem top 1.25rem;
  }

  .sm\:bg-right-top-2 {
    background-position: right 0.5rem top 0.5rem;
  }

  .sm\:bg-left-bottom-5 {
    background-position: left 1.25rem bottom 1.25rem;
  }

  .sm\:bg-right-bottom-5 {
    background-position: right 1.25rem bottom 1.25rem;
  }

  .sm\:-bg-right-top-36 {
    background-position: right 0 top -9rem;
  }

  .sm\:-bg-right-bottom-px {
    background-position: right 0 bottom -1px;
  }

  .sm\:-bg-right-bottom-16 {
    background-position: right -0.125rem bottom -4rem;
  }

  .sm\:-bg-bottom-1 {
    background-position: bottom -4rem center;
  }

  .sm\:-bg-bottom-1-left {
    background-position: bottom -4rem left;
  }

  .sm\:bg-repeat {
    background-repeat: repeat;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:bg-repeat-round {
    background-repeat: round;
  }

  .sm\:bg-repeat-space {
    background-repeat: space;
  }

  .sm\:bg-origin-border {
    background-origin: border-box;
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box;
  }

  .sm\:bg-origin-content {
    background-origin: content-box;
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:fill-none {
    fill: none;
  }

  .sm\:fill-green-light {
    fill: #47b669;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-green-medium {
    stroke: #199365;
  }

  .sm\:stroke-tertiary-orange {
    stroke: #f46036;
  }

  .sm\:stroke-grey-pale {
    stroke: #eaeaea;
  }

  .sm\:stroke-0 {
    stroke-width: 0;
  }

  .sm\:stroke-1 {
    stroke-width: 1;
  }

  .sm\:stroke-2 {
    stroke-width: 2;
  }

  .sm\:stroke-12 {
    stroke-width: 12;
  }

  .sm\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-18 {
    padding: 4.5rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-21 {
    padding: 5.25rem;
  }

  .sm\:p-22 {
    padding: 5.5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-26 {
    padding: 6.5rem;
  }

  .sm\:p-28 {
    padding: 7rem;
  }

  .sm\:p-29 {
    padding: 7.25rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-34 {
    padding: 8.5rem;
  }

  .sm\:p-36 {
    padding: 9rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-42 {
    padding: 10.5rem;
  }

  .sm\:p-44 {
    padding: 11rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-52 {
    padding: 13rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-60 {
    padding: 15rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-68 {
    padding: 17rem;
  }

  .sm\:p-72 {
    padding: 18rem;
  }

  .sm\:p-77 {
    padding: 19.25rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .sm\:p-82 {
    padding: 20.5rem;
  }

  .sm\:p-88 {
    padding: 22rem;
  }

  .sm\:p-94 {
    padding: 23.5rem;
  }

  .sm\:p-96 {
    padding: 24rem;
  }

  .sm\:p-98 {
    padding: 24.5rem;
  }

  .sm\:p-104 {
    padding: 26rem;
  }

  .sm\:p-108 {
    padding: 27rem;
  }

  .sm\:p-110 {
    padding: 27.5rem;
  }

  .sm\:p-112 {
    padding: 28rem;
  }

  .sm\:p-120 {
    padding: 30rem;
  }

  .sm\:p-128 {
    padding: 32rem;
  }

  .sm\:p-132 {
    padding: 33rem;
  }

  .sm\:p-134 {
    padding: 33.5rem;
  }

  .sm\:p-135 {
    padding: 33.75rem;
  }

  .sm\:p-136 {
    padding: 34rem;
  }

  .sm\:p-144 {
    padding: 36rem;
  }

  .sm\:p-152 {
    padding: 38rem;
  }

  .sm\:p-160 {
    padding: 40rem;
  }

  .sm\:p-164 {
    padding: 41rem;
  }

  .sm\:p-172 {
    padding: 43rem;
  }

  .sm\:p-179 {
    padding: 44.75rem;
  }

  .sm\:p-184 {
    padding: 46rem;
  }

  .sm\:p-192 {
    padding: 48rem;
  }

  .sm\:p-224 {
    padding: 56rem;
  }

  .sm\:p-240 {
    padding: 60rem;
  }

  .sm\:p-256 {
    padding: 64rem;
  }

  .sm\:p-265 {
    padding: 66.25rem;
  }

  .sm\:p-288 {
    padding: 72rem;
  }

  .sm\:p-384 {
    padding: 96rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem;
  }

  .sm\:p-0\.75 {
    padding: 0.1875rem;
  }

  .sm\:p-4\.5 {
    padding: 1.125rem;
  }

  .sm\:p-7\.5 {
    padding: 1.875rem;
  }

  .sm\:p-9\.5 {
    padding: 2.375rem;
  }

  .sm\:p-9\.75 {
    padding: 2.4375rem;
  }

  .sm\:p-12\.5 {
    padding: 3.125rem;
  }

  .sm\:p-13\.5 {
    padding: 3.375rem;
  }

  .sm\:p-292\.5 {
    padding: 73.125rem;
  }

  .sm\:p-1\/24 {
    padding: 4.166667%;
  }

  .sm\:p-2\/24 {
    padding: 8.333333%;
  }

  .sm\:p-3\/24 {
    padding: 12.5%;
  }

  .sm\:p-4\/24 {
    padding: 16.666667%;
  }

  .sm\:p-5\/24 {
    padding: 20.833333%;
  }

  .sm\:p-6\/24 {
    padding: 25%;
  }

  .sm\:p-7\/24 {
    padding: 29.166666%;
  }

  .sm\:p-8\/24 {
    padding: 33.333333%;
  }

  .sm\:p-9\/24 {
    padding: 37.5%;
  }

  .sm\:p-10\/24 {
    padding: 41.666666%;
  }

  .sm\:p-11\/24 {
    padding: 45.833333%;
  }

  .sm\:p-12\/24 {
    padding: 50%;
  }

  .sm\:p-13\/24 {
    padding: 54.166666%;
  }

  .sm\:p-14\/24 {
    padding: 58.333333%;
  }

  .sm\:p-15\/24 {
    padding: 62.5%;
  }

  .sm\:p-16\/24 {
    padding: 66.666667%;
  }

  .sm\:p-17\/24 {
    padding: 70.833333%;
  }

  .sm\:p-18\/24 {
    padding: 75%;
  }

  .sm\:p-19\/24 {
    padding: 79.166667%;
  }

  .sm\:p-20\/24 {
    padding: 83.333333%;
  }

  .sm\:p-21\/24 {
    padding: 87.5%;
  }

  .sm\:p-22\/24 {
    padding: 91.666667%;
  }

  .sm\:p-23\/24 {
    padding: 95.833333%;
  }

  .sm\:p-24\/24 {
    padding: 100%;
  }

  .sm\:p-screen-header {
    padding: 41.55vw;
  }

  .sm\:p-screen-60 {
    padding: 60vh;
  }

  .sm\:p-screen-80 {
    padding: 80vh;
  }

  .sm\:p-screen-85 {
    padding: 85vh;
  }

  .sm\:p-screen-90 {
    padding: 90vh;
  }

  .sm\:p-screen-95 {
    padding: 95vh;
  }

  .sm\:p-screen-minus-header {
    padding: calc(100vh - 5.25rem);
  }

  .sm\:p-screen-minus-35\.5 {
    padding: calc(100vh - 8.875rem);
  }

  .sm\:p-screen-minus-36 {
    padding: calc(100vh - 9rem);
  }

  .sm\:p-screen-minus-40 {
    padding: calc(100vh - 10rem);
  }

  .sm\:p-screen-minus-55 {
    padding: calc(100vh - 13.75rem);
  }

  .sm\:p-screen-minus-72 {
    padding: calc(100vh - 18rem);
  }

  .sm\:p-screen-minus-80 {
    padding: calc(100vh - 20rem);
  }

  .sm\:p-full-4 {
    padding: calc(100% - 16px);
  }

  .sm\:p-account-body {
    padding: calc(100vw - 304px);
  }

  .sm\:p-menu-center {
    padding: calc(50% - 288px);
  }

  .sm\:p-tutorials-hidden {
    padding: calc(100% - 56px);
  }

  .sm\:p-popup-full-width {
    padding: calc(100% + 32px);
  }

  .sm\:p-popup-full-width-md {
    padding: calc(100% + 64px);
  }

  .sm\:p-popup-full-height {
    padding: calc(100% + 68px);
  }

  .sm\:p-max-content {
    padding: max-content;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .sm\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .sm\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .sm\:px-29 {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .sm\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .sm\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .sm\:px-77 {
    padding-left: 19.25rem;
    padding-right: 19.25rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .sm\:px-82 {
    padding-left: 20.5rem;
    padding-right: 20.5rem;
  }

  .sm\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .sm\:px-94 {
    padding-left: 23.5rem;
    padding-right: 23.5rem;
  }

  .sm\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .sm\:px-98 {
    padding-left: 24.5rem;
    padding-right: 24.5rem;
  }

  .sm\:px-104 {
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .sm\:px-108 {
    padding-left: 27rem;
    padding-right: 27rem;
  }

  .sm\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .sm\:px-112 {
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .sm\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .sm\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .sm\:px-132 {
    padding-left: 33rem;
    padding-right: 33rem;
  }

  .sm\:px-134 {
    padding-left: 33.5rem;
    padding-right: 33.5rem;
  }

  .sm\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .sm\:px-136 {
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .sm\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .sm\:px-152 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .sm\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .sm\:px-164 {
    padding-left: 41rem;
    padding-right: 41rem;
  }

  .sm\:px-172 {
    padding-left: 43rem;
    padding-right: 43rem;
  }

  .sm\:px-179 {
    padding-left: 44.75rem;
    padding-right: 44.75rem;
  }

  .sm\:px-184 {
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .sm\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .sm\:px-224 {
    padding-left: 56rem;
    padding-right: 56rem;
  }

  .sm\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .sm\:px-256 {
    padding-left: 64rem;
    padding-right: 64rem;
  }

  .sm\:px-265 {
    padding-left: 66.25rem;
    padding-right: 66.25rem;
  }

  .sm\:px-288 {
    padding-left: 72rem;
    padding-right: 72rem;
  }

  .sm\:px-384 {
    padding-left: 96rem;
    padding-right: 96rem;
  }

  .sm\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sm\:px-0\.75 {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .sm\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .sm\:px-7\.5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .sm\:px-9\.5 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .sm\:px-9\.75 {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
  }

  .sm\:px-12\.5 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .sm\:px-13\.5 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .sm\:px-292\.5 {
    padding-left: 73.125rem;
    padding-right: 73.125rem;
  }

  .sm\:px-1\/24 {
    padding-left: 4.166667%;
    padding-right: 4.166667%;
  }

  .sm\:px-2\/24 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .sm\:px-3\/24 {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .sm\:px-4\/24 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm\:px-5\/24 {
    padding-left: 20.833333%;
    padding-right: 20.833333%;
  }

  .sm\:px-6\/24 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:px-7\/24 {
    padding-left: 29.166666%;
    padding-right: 29.166666%;
  }

  .sm\:px-8\/24 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .sm\:px-9\/24 {
    padding-left: 37.5%;
    padding-right: 37.5%;
  }

  .sm\:px-10\/24 {
    padding-left: 41.666666%;
    padding-right: 41.666666%;
  }

  .sm\:px-11\/24 {
    padding-left: 45.833333%;
    padding-right: 45.833333%;
  }

  .sm\:px-12\/24 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:px-13\/24 {
    padding-left: 54.166666%;
    padding-right: 54.166666%;
  }

  .sm\:px-14\/24 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .sm\:px-15\/24 {
    padding-left: 62.5%;
    padding-right: 62.5%;
  }

  .sm\:px-16\/24 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .sm\:px-17\/24 {
    padding-left: 70.833333%;
    padding-right: 70.833333%;
  }

  .sm\:px-18\/24 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:px-19\/24 {
    padding-left: 79.166667%;
    padding-right: 79.166667%;
  }

  .sm\:px-20\/24 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .sm\:px-21\/24 {
    padding-left: 87.5%;
    padding-right: 87.5%;
  }

  .sm\:px-22\/24 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .sm\:px-23\/24 {
    padding-left: 95.833333%;
    padding-right: 95.833333%;
  }

  .sm\:px-24\/24 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:px-screen-header {
    padding-left: 41.55vw;
    padding-right: 41.55vw;
  }

  .sm\:px-screen-60 {
    padding-left: 60vh;
    padding-right: 60vh;
  }

  .sm\:px-screen-80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .sm\:px-screen-85 {
    padding-left: 85vh;
    padding-right: 85vh;
  }

  .sm\:px-screen-90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .sm\:px-screen-95 {
    padding-left: 95vh;
    padding-right: 95vh;
  }

  .sm\:px-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
    padding-right: calc(100vh - 5.25rem);
  }

  .sm\:px-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
    padding-right: calc(100vh - 8.875rem);
  }

  .sm\:px-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
    padding-right: calc(100vh - 9rem);
  }

  .sm\:px-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
    padding-right: calc(100vh - 10rem);
  }

  .sm\:px-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
    padding-right: calc(100vh - 13.75rem);
  }

  .sm\:px-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
    padding-right: calc(100vh - 18rem);
  }

  .sm\:px-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
    padding-right: calc(100vh - 20rem);
  }

  .sm\:px-full-4 {
    padding-left: calc(100% - 16px);
    padding-right: calc(100% - 16px);
  }

  .sm\:px-account-body {
    padding-left: calc(100vw - 304px);
    padding-right: calc(100vw - 304px);
  }

  .sm\:px-menu-center {
    padding-left: calc(50% - 288px);
    padding-right: calc(50% - 288px);
  }

  .sm\:px-tutorials-hidden {
    padding-left: calc(100% - 56px);
    padding-right: calc(100% - 56px);
  }

  .sm\:px-popup-full-width {
    padding-left: calc(100% + 32px);
    padding-right: calc(100% + 32px);
  }

  .sm\:px-popup-full-width-md {
    padding-left: calc(100% + 64px);
    padding-right: calc(100% + 64px);
  }

  .sm\:px-popup-full-height {
    padding-left: calc(100% + 68px);
    padding-right: calc(100% + 68px);
  }

  .sm\:px-max-content {
    padding-left: max-content;
    padding-right: max-content;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .sm\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-29 {
    padding-top: 7.25rem;
    padding-bottom: 7.25rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .sm\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .sm\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .sm\:py-77 {
    padding-top: 19.25rem;
    padding-bottom: 19.25rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .sm\:py-82 {
    padding-top: 20.5rem;
    padding-bottom: 20.5rem;
  }

  .sm\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .sm\:py-94 {
    padding-top: 23.5rem;
    padding-bottom: 23.5rem;
  }

  .sm\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .sm\:py-98 {
    padding-top: 24.5rem;
    padding-bottom: 24.5rem;
  }

  .sm\:py-104 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .sm\:py-108 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }

  .sm\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .sm\:py-112 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .sm\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .sm\:py-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .sm\:py-132 {
    padding-top: 33rem;
    padding-bottom: 33rem;
  }

  .sm\:py-134 {
    padding-top: 33.5rem;
    padding-bottom: 33.5rem;
  }

  .sm\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .sm\:py-136 {
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .sm\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .sm\:py-152 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .sm\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sm\:py-164 {
    padding-top: 41rem;
    padding-bottom: 41rem;
  }

  .sm\:py-172 {
    padding-top: 43rem;
    padding-bottom: 43rem;
  }

  .sm\:py-179 {
    padding-top: 44.75rem;
    padding-bottom: 44.75rem;
  }

  .sm\:py-184 {
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .sm\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .sm\:py-224 {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }

  .sm\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .sm\:py-256 {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }

  .sm\:py-265 {
    padding-top: 66.25rem;
    padding-bottom: 66.25rem;
  }

  .sm\:py-288 {
    padding-top: 72rem;
    padding-bottom: 72rem;
  }

  .sm\:py-384 {
    padding-top: 96rem;
    padding-bottom: 96rem;
  }

  .sm\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sm\:py-0\.75 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .sm\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .sm\:py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .sm\:py-9\.5 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .sm\:py-9\.75 {
    padding-top: 2.4375rem;
    padding-bottom: 2.4375rem;
  }

  .sm\:py-12\.5 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .sm\:py-13\.5 {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .sm\:py-292\.5 {
    padding-top: 73.125rem;
    padding-bottom: 73.125rem;
  }

  .sm\:py-1\/24 {
    padding-top: 4.166667%;
    padding-bottom: 4.166667%;
  }

  .sm\:py-2\/24 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .sm\:py-3\/24 {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }

  .sm\:py-4\/24 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm\:py-5\/24 {
    padding-top: 20.833333%;
    padding-bottom: 20.833333%;
  }

  .sm\:py-6\/24 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:py-7\/24 {
    padding-top: 29.166666%;
    padding-bottom: 29.166666%;
  }

  .sm\:py-8\/24 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .sm\:py-9\/24 {
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .sm\:py-10\/24 {
    padding-top: 41.666666%;
    padding-bottom: 41.666666%;
  }

  .sm\:py-11\/24 {
    padding-top: 45.833333%;
    padding-bottom: 45.833333%;
  }

  .sm\:py-12\/24 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:py-13\/24 {
    padding-top: 54.166666%;
    padding-bottom: 54.166666%;
  }

  .sm\:py-14\/24 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .sm\:py-15\/24 {
    padding-top: 62.5%;
    padding-bottom: 62.5%;
  }

  .sm\:py-16\/24 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .sm\:py-17\/24 {
    padding-top: 70.833333%;
    padding-bottom: 70.833333%;
  }

  .sm\:py-18\/24 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:py-19\/24 {
    padding-top: 79.166667%;
    padding-bottom: 79.166667%;
  }

  .sm\:py-20\/24 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .sm\:py-21\/24 {
    padding-top: 87.5%;
    padding-bottom: 87.5%;
  }

  .sm\:py-22\/24 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .sm\:py-23\/24 {
    padding-top: 95.833333%;
    padding-bottom: 95.833333%;
  }

  .sm\:py-24\/24 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:py-screen-header {
    padding-top: 41.55vw;
    padding-bottom: 41.55vw;
  }

  .sm\:py-screen-60 {
    padding-top: 60vh;
    padding-bottom: 60vh;
  }

  .sm\:py-screen-80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .sm\:py-screen-85 {
    padding-top: 85vh;
    padding-bottom: 85vh;
  }

  .sm\:py-screen-90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .sm\:py-screen-95 {
    padding-top: 95vh;
    padding-bottom: 95vh;
  }

  .sm\:py-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
    padding-bottom: calc(100vh - 5.25rem);
  }

  .sm\:py-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
    padding-bottom: calc(100vh - 8.875rem);
  }

  .sm\:py-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
    padding-bottom: calc(100vh - 9rem);
  }

  .sm\:py-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
    padding-bottom: calc(100vh - 10rem);
  }

  .sm\:py-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
    padding-bottom: calc(100vh - 13.75rem);
  }

  .sm\:py-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
    padding-bottom: calc(100vh - 18rem);
  }

  .sm\:py-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
    padding-bottom: calc(100vh - 20rem);
  }

  .sm\:py-full-4 {
    padding-top: calc(100% - 16px);
    padding-bottom: calc(100% - 16px);
  }

  .sm\:py-account-body {
    padding-top: calc(100vw - 304px);
    padding-bottom: calc(100vw - 304px);
  }

  .sm\:py-menu-center {
    padding-top: calc(50% - 288px);
    padding-bottom: calc(50% - 288px);
  }

  .sm\:py-tutorials-hidden {
    padding-top: calc(100% - 56px);
    padding-bottom: calc(100% - 56px);
  }

  .sm\:py-popup-full-width {
    padding-top: calc(100% + 32px);
    padding-bottom: calc(100% + 32px);
  }

  .sm\:py-popup-full-width-md {
    padding-top: calc(100% + 64px);
    padding-bottom: calc(100% + 64px);
  }

  .sm\:py-popup-full-height {
    padding-top: calc(100% + 68px);
    padding-bottom: calc(100% + 68px);
  }

  .sm\:py-max-content {
    padding-top: max-content;
    padding-bottom: max-content;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-18 {
    padding-top: 4.5rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-21 {
    padding-top: 5.25rem;
  }

  .sm\:pt-22 {
    padding-top: 5.5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-26 {
    padding-top: 6.5rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-29 {
    padding-top: 7.25rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-34 {
    padding-top: 8.5rem;
  }

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-42 {
    padding-top: 10.5rem;
  }

  .sm\:pt-44 {
    padding-top: 11rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pt-52 {
    padding-top: 13rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pt-60 {
    padding-top: 15rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pt-68 {
    padding-top: 17rem;
  }

  .sm\:pt-72 {
    padding-top: 18rem;
  }

  .sm\:pt-77 {
    padding-top: 19.25rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:pt-82 {
    padding-top: 20.5rem;
  }

  .sm\:pt-88 {
    padding-top: 22rem;
  }

  .sm\:pt-94 {
    padding-top: 23.5rem;
  }

  .sm\:pt-96 {
    padding-top: 24rem;
  }

  .sm\:pt-98 {
    padding-top: 24.5rem;
  }

  .sm\:pt-104 {
    padding-top: 26rem;
  }

  .sm\:pt-108 {
    padding-top: 27rem;
  }

  .sm\:pt-110 {
    padding-top: 27.5rem;
  }

  .sm\:pt-112 {
    padding-top: 28rem;
  }

  .sm\:pt-120 {
    padding-top: 30rem;
  }

  .sm\:pt-128 {
    padding-top: 32rem;
  }

  .sm\:pt-132 {
    padding-top: 33rem;
  }

  .sm\:pt-134 {
    padding-top: 33.5rem;
  }

  .sm\:pt-135 {
    padding-top: 33.75rem;
  }

  .sm\:pt-136 {
    padding-top: 34rem;
  }

  .sm\:pt-144 {
    padding-top: 36rem;
  }

  .sm\:pt-152 {
    padding-top: 38rem;
  }

  .sm\:pt-160 {
    padding-top: 40rem;
  }

  .sm\:pt-164 {
    padding-top: 41rem;
  }

  .sm\:pt-172 {
    padding-top: 43rem;
  }

  .sm\:pt-179 {
    padding-top: 44.75rem;
  }

  .sm\:pt-184 {
    padding-top: 46rem;
  }

  .sm\:pt-192 {
    padding-top: 48rem;
  }

  .sm\:pt-224 {
    padding-top: 56rem;
  }

  .sm\:pt-240 {
    padding-top: 60rem;
  }

  .sm\:pt-256 {
    padding-top: 64rem;
  }

  .sm\:pt-265 {
    padding-top: 66.25rem;
  }

  .sm\:pt-288 {
    padding-top: 72rem;
  }

  .sm\:pt-384 {
    padding-top: 96rem;
  }

  .sm\:pt-px {
    padding-top: 1px;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .sm\:pt-0\.75 {
    padding-top: 0.1875rem;
  }

  .sm\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .sm\:pt-7\.5 {
    padding-top: 1.875rem;
  }

  .sm\:pt-9\.5 {
    padding-top: 2.375rem;
  }

  .sm\:pt-9\.75 {
    padding-top: 2.4375rem;
  }

  .sm\:pt-12\.5 {
    padding-top: 3.125rem;
  }

  .sm\:pt-13\.5 {
    padding-top: 3.375rem;
  }

  .sm\:pt-292\.5 {
    padding-top: 73.125rem;
  }

  .sm\:pt-1\/24 {
    padding-top: 4.166667%;
  }

  .sm\:pt-2\/24 {
    padding-top: 8.333333%;
  }

  .sm\:pt-3\/24 {
    padding-top: 12.5%;
  }

  .sm\:pt-4\/24 {
    padding-top: 16.666667%;
  }

  .sm\:pt-5\/24 {
    padding-top: 20.833333%;
  }

  .sm\:pt-6\/24 {
    padding-top: 25%;
  }

  .sm\:pt-7\/24 {
    padding-top: 29.166666%;
  }

  .sm\:pt-8\/24 {
    padding-top: 33.333333%;
  }

  .sm\:pt-9\/24 {
    padding-top: 37.5%;
  }

  .sm\:pt-10\/24 {
    padding-top: 41.666666%;
  }

  .sm\:pt-11\/24 {
    padding-top: 45.833333%;
  }

  .sm\:pt-12\/24 {
    padding-top: 50%;
  }

  .sm\:pt-13\/24 {
    padding-top: 54.166666%;
  }

  .sm\:pt-14\/24 {
    padding-top: 58.333333%;
  }

  .sm\:pt-15\/24 {
    padding-top: 62.5%;
  }

  .sm\:pt-16\/24 {
    padding-top: 66.666667%;
  }

  .sm\:pt-17\/24 {
    padding-top: 70.833333%;
  }

  .sm\:pt-18\/24 {
    padding-top: 75%;
  }

  .sm\:pt-19\/24 {
    padding-top: 79.166667%;
  }

  .sm\:pt-20\/24 {
    padding-top: 83.333333%;
  }

  .sm\:pt-21\/24 {
    padding-top: 87.5%;
  }

  .sm\:pt-22\/24 {
    padding-top: 91.666667%;
  }

  .sm\:pt-23\/24 {
    padding-top: 95.833333%;
  }

  .sm\:pt-24\/24 {
    padding-top: 100%;
  }

  .sm\:pt-screen-header {
    padding-top: 41.55vw;
  }

  .sm\:pt-screen-60 {
    padding-top: 60vh;
  }

  .sm\:pt-screen-80 {
    padding-top: 80vh;
  }

  .sm\:pt-screen-85 {
    padding-top: 85vh;
  }

  .sm\:pt-screen-90 {
    padding-top: 90vh;
  }

  .sm\:pt-screen-95 {
    padding-top: 95vh;
  }

  .sm\:pt-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
  }

  .sm\:pt-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
  }

  .sm\:pt-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
  }

  .sm\:pt-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
  }

  .sm\:pt-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
  }

  .sm\:pt-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
  }

  .sm\:pt-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
  }

  .sm\:pt-full-4 {
    padding-top: calc(100% - 16px);
  }

  .sm\:pt-account-body {
    padding-top: calc(100vw - 304px);
  }

  .sm\:pt-menu-center {
    padding-top: calc(50% - 288px);
  }

  .sm\:pt-tutorials-hidden {
    padding-top: calc(100% - 56px);
  }

  .sm\:pt-popup-full-width {
    padding-top: calc(100% + 32px);
  }

  .sm\:pt-popup-full-width-md {
    padding-top: calc(100% + 64px);
  }

  .sm\:pt-popup-full-height {
    padding-top: calc(100% + 68px);
  }

  .sm\:pt-max-content {
    padding-top: max-content;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pr-18 {
    padding-right: 4.5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-21 {
    padding-right: 5.25rem;
  }

  .sm\:pr-22 {
    padding-right: 5.5rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pr-26 {
    padding-right: 6.5rem;
  }

  .sm\:pr-28 {
    padding-right: 7rem;
  }

  .sm\:pr-29 {
    padding-right: 7.25rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pr-34 {
    padding-right: 8.5rem;
  }

  .sm\:pr-36 {
    padding-right: 9rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pr-42 {
    padding-right: 10.5rem;
  }

  .sm\:pr-44 {
    padding-right: 11rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pr-52 {
    padding-right: 13rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pr-60 {
    padding-right: 15rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pr-68 {
    padding-right: 17rem;
  }

  .sm\:pr-72 {
    padding-right: 18rem;
  }

  .sm\:pr-77 {
    padding-right: 19.25rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .sm\:pr-82 {
    padding-right: 20.5rem;
  }

  .sm\:pr-88 {
    padding-right: 22rem;
  }

  .sm\:pr-94 {
    padding-right: 23.5rem;
  }

  .sm\:pr-96 {
    padding-right: 24rem;
  }

  .sm\:pr-98 {
    padding-right: 24.5rem;
  }

  .sm\:pr-104 {
    padding-right: 26rem;
  }

  .sm\:pr-108 {
    padding-right: 27rem;
  }

  .sm\:pr-110 {
    padding-right: 27.5rem;
  }

  .sm\:pr-112 {
    padding-right: 28rem;
  }

  .sm\:pr-120 {
    padding-right: 30rem;
  }

  .sm\:pr-128 {
    padding-right: 32rem;
  }

  .sm\:pr-132 {
    padding-right: 33rem;
  }

  .sm\:pr-134 {
    padding-right: 33.5rem;
  }

  .sm\:pr-135 {
    padding-right: 33.75rem;
  }

  .sm\:pr-136 {
    padding-right: 34rem;
  }

  .sm\:pr-144 {
    padding-right: 36rem;
  }

  .sm\:pr-152 {
    padding-right: 38rem;
  }

  .sm\:pr-160 {
    padding-right: 40rem;
  }

  .sm\:pr-164 {
    padding-right: 41rem;
  }

  .sm\:pr-172 {
    padding-right: 43rem;
  }

  .sm\:pr-179 {
    padding-right: 44.75rem;
  }

  .sm\:pr-184 {
    padding-right: 46rem;
  }

  .sm\:pr-192 {
    padding-right: 48rem;
  }

  .sm\:pr-224 {
    padding-right: 56rem;
  }

  .sm\:pr-240 {
    padding-right: 60rem;
  }

  .sm\:pr-256 {
    padding-right: 64rem;
  }

  .sm\:pr-265 {
    padding-right: 66.25rem;
  }

  .sm\:pr-288 {
    padding-right: 72rem;
  }

  .sm\:pr-384 {
    padding-right: 96rem;
  }

  .sm\:pr-px {
    padding-right: 1px;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .sm\:pr-0\.75 {
    padding-right: 0.1875rem;
  }

  .sm\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .sm\:pr-7\.5 {
    padding-right: 1.875rem;
  }

  .sm\:pr-9\.5 {
    padding-right: 2.375rem;
  }

  .sm\:pr-9\.75 {
    padding-right: 2.4375rem;
  }

  .sm\:pr-12\.5 {
    padding-right: 3.125rem;
  }

  .sm\:pr-13\.5 {
    padding-right: 3.375rem;
  }

  .sm\:pr-292\.5 {
    padding-right: 73.125rem;
  }

  .sm\:pr-1\/24 {
    padding-right: 4.166667%;
  }

  .sm\:pr-2\/24 {
    padding-right: 8.333333%;
  }

  .sm\:pr-3\/24 {
    padding-right: 12.5%;
  }

  .sm\:pr-4\/24 {
    padding-right: 16.666667%;
  }

  .sm\:pr-5\/24 {
    padding-right: 20.833333%;
  }

  .sm\:pr-6\/24 {
    padding-right: 25%;
  }

  .sm\:pr-7\/24 {
    padding-right: 29.166666%;
  }

  .sm\:pr-8\/24 {
    padding-right: 33.333333%;
  }

  .sm\:pr-9\/24 {
    padding-right: 37.5%;
  }

  .sm\:pr-10\/24 {
    padding-right: 41.666666%;
  }

  .sm\:pr-11\/24 {
    padding-right: 45.833333%;
  }

  .sm\:pr-12\/24 {
    padding-right: 50%;
  }

  .sm\:pr-13\/24 {
    padding-right: 54.166666%;
  }

  .sm\:pr-14\/24 {
    padding-right: 58.333333%;
  }

  .sm\:pr-15\/24 {
    padding-right: 62.5%;
  }

  .sm\:pr-16\/24 {
    padding-right: 66.666667%;
  }

  .sm\:pr-17\/24 {
    padding-right: 70.833333%;
  }

  .sm\:pr-18\/24 {
    padding-right: 75%;
  }

  .sm\:pr-19\/24 {
    padding-right: 79.166667%;
  }

  .sm\:pr-20\/24 {
    padding-right: 83.333333%;
  }

  .sm\:pr-21\/24 {
    padding-right: 87.5%;
  }

  .sm\:pr-22\/24 {
    padding-right: 91.666667%;
  }

  .sm\:pr-23\/24 {
    padding-right: 95.833333%;
  }

  .sm\:pr-24\/24 {
    padding-right: 100%;
  }

  .sm\:pr-screen-header {
    padding-right: 41.55vw;
  }

  .sm\:pr-screen-60 {
    padding-right: 60vh;
  }

  .sm\:pr-screen-80 {
    padding-right: 80vh;
  }

  .sm\:pr-screen-85 {
    padding-right: 85vh;
  }

  .sm\:pr-screen-90 {
    padding-right: 90vh;
  }

  .sm\:pr-screen-95 {
    padding-right: 95vh;
  }

  .sm\:pr-screen-minus-header {
    padding-right: calc(100vh - 5.25rem);
  }

  .sm\:pr-screen-minus-35\.5 {
    padding-right: calc(100vh - 8.875rem);
  }

  .sm\:pr-screen-minus-36 {
    padding-right: calc(100vh - 9rem);
  }

  .sm\:pr-screen-minus-40 {
    padding-right: calc(100vh - 10rem);
  }

  .sm\:pr-screen-minus-55 {
    padding-right: calc(100vh - 13.75rem);
  }

  .sm\:pr-screen-minus-72 {
    padding-right: calc(100vh - 18rem);
  }

  .sm\:pr-screen-minus-80 {
    padding-right: calc(100vh - 20rem);
  }

  .sm\:pr-full-4 {
    padding-right: calc(100% - 16px);
  }

  .sm\:pr-account-body {
    padding-right: calc(100vw - 304px);
  }

  .sm\:pr-menu-center {
    padding-right: calc(50% - 288px);
  }

  .sm\:pr-tutorials-hidden {
    padding-right: calc(100% - 56px);
  }

  .sm\:pr-popup-full-width {
    padding-right: calc(100% + 32px);
  }

  .sm\:pr-popup-full-width-md {
    padding-right: calc(100% + 64px);
  }

  .sm\:pr-popup-full-height {
    padding-right: calc(100% + 68px);
  }

  .sm\:pr-max-content {
    padding-right: max-content;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .sm\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-29 {
    padding-bottom: 7.25rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pb-68 {
    padding-bottom: 17rem;
  }

  .sm\:pb-72 {
    padding-bottom: 18rem;
  }

  .sm\:pb-77 {
    padding-bottom: 19.25rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .sm\:pb-82 {
    padding-bottom: 20.5rem;
  }

  .sm\:pb-88 {
    padding-bottom: 22rem;
  }

  .sm\:pb-94 {
    padding-bottom: 23.5rem;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem;
  }

  .sm\:pb-98 {
    padding-bottom: 24.5rem;
  }

  .sm\:pb-104 {
    padding-bottom: 26rem;
  }

  .sm\:pb-108 {
    padding-bottom: 27rem;
  }

  .sm\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .sm\:pb-112 {
    padding-bottom: 28rem;
  }

  .sm\:pb-120 {
    padding-bottom: 30rem;
  }

  .sm\:pb-128 {
    padding-bottom: 32rem;
  }

  .sm\:pb-132 {
    padding-bottom: 33rem;
  }

  .sm\:pb-134 {
    padding-bottom: 33.5rem;
  }

  .sm\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .sm\:pb-136 {
    padding-bottom: 34rem;
  }

  .sm\:pb-144 {
    padding-bottom: 36rem;
  }

  .sm\:pb-152 {
    padding-bottom: 38rem;
  }

  .sm\:pb-160 {
    padding-bottom: 40rem;
  }

  .sm\:pb-164 {
    padding-bottom: 41rem;
  }

  .sm\:pb-172 {
    padding-bottom: 43rem;
  }

  .sm\:pb-179 {
    padding-bottom: 44.75rem;
  }

  .sm\:pb-184 {
    padding-bottom: 46rem;
  }

  .sm\:pb-192 {
    padding-bottom: 48rem;
  }

  .sm\:pb-224 {
    padding-bottom: 56rem;
  }

  .sm\:pb-240 {
    padding-bottom: 60rem;
  }

  .sm\:pb-256 {
    padding-bottom: 64rem;
  }

  .sm\:pb-265 {
    padding-bottom: 66.25rem;
  }

  .sm\:pb-288 {
    padding-bottom: 72rem;
  }

  .sm\:pb-384 {
    padding-bottom: 96rem;
  }

  .sm\:pb-px {
    padding-bottom: 1px;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .sm\:pb-0\.75 {
    padding-bottom: 0.1875rem;
  }

  .sm\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .sm\:pb-7\.5 {
    padding-bottom: 1.875rem;
  }

  .sm\:pb-9\.5 {
    padding-bottom: 2.375rem;
  }

  .sm\:pb-9\.75 {
    padding-bottom: 2.4375rem;
  }

  .sm\:pb-12\.5 {
    padding-bottom: 3.125rem;
  }

  .sm\:pb-13\.5 {
    padding-bottom: 3.375rem;
  }

  .sm\:pb-292\.5 {
    padding-bottom: 73.125rem;
  }

  .sm\:pb-1\/24 {
    padding-bottom: 4.166667%;
  }

  .sm\:pb-2\/24 {
    padding-bottom: 8.333333%;
  }

  .sm\:pb-3\/24 {
    padding-bottom: 12.5%;
  }

  .sm\:pb-4\/24 {
    padding-bottom: 16.666667%;
  }

  .sm\:pb-5\/24 {
    padding-bottom: 20.833333%;
  }

  .sm\:pb-6\/24 {
    padding-bottom: 25%;
  }

  .sm\:pb-7\/24 {
    padding-bottom: 29.166666%;
  }

  .sm\:pb-8\/24 {
    padding-bottom: 33.333333%;
  }

  .sm\:pb-9\/24 {
    padding-bottom: 37.5%;
  }

  .sm\:pb-10\/24 {
    padding-bottom: 41.666666%;
  }

  .sm\:pb-11\/24 {
    padding-bottom: 45.833333%;
  }

  .sm\:pb-12\/24 {
    padding-bottom: 50%;
  }

  .sm\:pb-13\/24 {
    padding-bottom: 54.166666%;
  }

  .sm\:pb-14\/24 {
    padding-bottom: 58.333333%;
  }

  .sm\:pb-15\/24 {
    padding-bottom: 62.5%;
  }

  .sm\:pb-16\/24 {
    padding-bottom: 66.666667%;
  }

  .sm\:pb-17\/24 {
    padding-bottom: 70.833333%;
  }

  .sm\:pb-18\/24 {
    padding-bottom: 75%;
  }

  .sm\:pb-19\/24 {
    padding-bottom: 79.166667%;
  }

  .sm\:pb-20\/24 {
    padding-bottom: 83.333333%;
  }

  .sm\:pb-21\/24 {
    padding-bottom: 87.5%;
  }

  .sm\:pb-22\/24 {
    padding-bottom: 91.666667%;
  }

  .sm\:pb-23\/24 {
    padding-bottom: 95.833333%;
  }

  .sm\:pb-24\/24 {
    padding-bottom: 100%;
  }

  .sm\:pb-screen-header {
    padding-bottom: 41.55vw;
  }

  .sm\:pb-screen-60 {
    padding-bottom: 60vh;
  }

  .sm\:pb-screen-80 {
    padding-bottom: 80vh;
  }

  .sm\:pb-screen-85 {
    padding-bottom: 85vh;
  }

  .sm\:pb-screen-90 {
    padding-bottom: 90vh;
  }

  .sm\:pb-screen-95 {
    padding-bottom: 95vh;
  }

  .sm\:pb-screen-minus-header {
    padding-bottom: calc(100vh - 5.25rem);
  }

  .sm\:pb-screen-minus-35\.5 {
    padding-bottom: calc(100vh - 8.875rem);
  }

  .sm\:pb-screen-minus-36 {
    padding-bottom: calc(100vh - 9rem);
  }

  .sm\:pb-screen-minus-40 {
    padding-bottom: calc(100vh - 10rem);
  }

  .sm\:pb-screen-minus-55 {
    padding-bottom: calc(100vh - 13.75rem);
  }

  .sm\:pb-screen-minus-72 {
    padding-bottom: calc(100vh - 18rem);
  }

  .sm\:pb-screen-minus-80 {
    padding-bottom: calc(100vh - 20rem);
  }

  .sm\:pb-full-4 {
    padding-bottom: calc(100% - 16px);
  }

  .sm\:pb-account-body {
    padding-bottom: calc(100vw - 304px);
  }

  .sm\:pb-menu-center {
    padding-bottom: calc(50% - 288px);
  }

  .sm\:pb-tutorials-hidden {
    padding-bottom: calc(100% - 56px);
  }

  .sm\:pb-popup-full-width {
    padding-bottom: calc(100% + 32px);
  }

  .sm\:pb-popup-full-width-md {
    padding-bottom: calc(100% + 64px);
  }

  .sm\:pb-popup-full-height {
    padding-bottom: calc(100% + 68px);
  }

  .sm\:pb-max-content {
    padding-bottom: max-content;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pl-18 {
    padding-left: 4.5rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-21 {
    padding-left: 5.25rem;
  }

  .sm\:pl-22 {
    padding-left: 5.5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pl-26 {
    padding-left: 6.5rem;
  }

  .sm\:pl-28 {
    padding-left: 7rem;
  }

  .sm\:pl-29 {
    padding-left: 7.25rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pl-34 {
    padding-left: 8.5rem;
  }

  .sm\:pl-36 {
    padding-left: 9rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pl-42 {
    padding-left: 10.5rem;
  }

  .sm\:pl-44 {
    padding-left: 11rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pl-52 {
    padding-left: 13rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pl-60 {
    padding-left: 15rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:pl-68 {
    padding-left: 17rem;
  }

  .sm\:pl-72 {
    padding-left: 18rem;
  }

  .sm\:pl-77 {
    padding-left: 19.25rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .sm\:pl-82 {
    padding-left: 20.5rem;
  }

  .sm\:pl-88 {
    padding-left: 22rem;
  }

  .sm\:pl-94 {
    padding-left: 23.5rem;
  }

  .sm\:pl-96 {
    padding-left: 24rem;
  }

  .sm\:pl-98 {
    padding-left: 24.5rem;
  }

  .sm\:pl-104 {
    padding-left: 26rem;
  }

  .sm\:pl-108 {
    padding-left: 27rem;
  }

  .sm\:pl-110 {
    padding-left: 27.5rem;
  }

  .sm\:pl-112 {
    padding-left: 28rem;
  }

  .sm\:pl-120 {
    padding-left: 30rem;
  }

  .sm\:pl-128 {
    padding-left: 32rem;
  }

  .sm\:pl-132 {
    padding-left: 33rem;
  }

  .sm\:pl-134 {
    padding-left: 33.5rem;
  }

  .sm\:pl-135 {
    padding-left: 33.75rem;
  }

  .sm\:pl-136 {
    padding-left: 34rem;
  }

  .sm\:pl-144 {
    padding-left: 36rem;
  }

  .sm\:pl-152 {
    padding-left: 38rem;
  }

  .sm\:pl-160 {
    padding-left: 40rem;
  }

  .sm\:pl-164 {
    padding-left: 41rem;
  }

  .sm\:pl-172 {
    padding-left: 43rem;
  }

  .sm\:pl-179 {
    padding-left: 44.75rem;
  }

  .sm\:pl-184 {
    padding-left: 46rem;
  }

  .sm\:pl-192 {
    padding-left: 48rem;
  }

  .sm\:pl-224 {
    padding-left: 56rem;
  }

  .sm\:pl-240 {
    padding-left: 60rem;
  }

  .sm\:pl-256 {
    padding-left: 64rem;
  }

  .sm\:pl-265 {
    padding-left: 66.25rem;
  }

  .sm\:pl-288 {
    padding-left: 72rem;
  }

  .sm\:pl-384 {
    padding-left: 96rem;
  }

  .sm\:pl-px {
    padding-left: 1px;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .sm\:pl-0\.75 {
    padding-left: 0.1875rem;
  }

  .sm\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .sm\:pl-7\.5 {
    padding-left: 1.875rem;
  }

  .sm\:pl-9\.5 {
    padding-left: 2.375rem;
  }

  .sm\:pl-9\.75 {
    padding-left: 2.4375rem;
  }

  .sm\:pl-12\.5 {
    padding-left: 3.125rem;
  }

  .sm\:pl-13\.5 {
    padding-left: 3.375rem;
  }

  .sm\:pl-292\.5 {
    padding-left: 73.125rem;
  }

  .sm\:pl-1\/24 {
    padding-left: 4.166667%;
  }

  .sm\:pl-2\/24 {
    padding-left: 8.333333%;
  }

  .sm\:pl-3\/24 {
    padding-left: 12.5%;
  }

  .sm\:pl-4\/24 {
    padding-left: 16.666667%;
  }

  .sm\:pl-5\/24 {
    padding-left: 20.833333%;
  }

  .sm\:pl-6\/24 {
    padding-left: 25%;
  }

  .sm\:pl-7\/24 {
    padding-left: 29.166666%;
  }

  .sm\:pl-8\/24 {
    padding-left: 33.333333%;
  }

  .sm\:pl-9\/24 {
    padding-left: 37.5%;
  }

  .sm\:pl-10\/24 {
    padding-left: 41.666666%;
  }

  .sm\:pl-11\/24 {
    padding-left: 45.833333%;
  }

  .sm\:pl-12\/24 {
    padding-left: 50%;
  }

  .sm\:pl-13\/24 {
    padding-left: 54.166666%;
  }

  .sm\:pl-14\/24 {
    padding-left: 58.333333%;
  }

  .sm\:pl-15\/24 {
    padding-left: 62.5%;
  }

  .sm\:pl-16\/24 {
    padding-left: 66.666667%;
  }

  .sm\:pl-17\/24 {
    padding-left: 70.833333%;
  }

  .sm\:pl-18\/24 {
    padding-left: 75%;
  }

  .sm\:pl-19\/24 {
    padding-left: 79.166667%;
  }

  .sm\:pl-20\/24 {
    padding-left: 83.333333%;
  }

  .sm\:pl-21\/24 {
    padding-left: 87.5%;
  }

  .sm\:pl-22\/24 {
    padding-left: 91.666667%;
  }

  .sm\:pl-23\/24 {
    padding-left: 95.833333%;
  }

  .sm\:pl-24\/24 {
    padding-left: 100%;
  }

  .sm\:pl-screen-header {
    padding-left: 41.55vw;
  }

  .sm\:pl-screen-60 {
    padding-left: 60vh;
  }

  .sm\:pl-screen-80 {
    padding-left: 80vh;
  }

  .sm\:pl-screen-85 {
    padding-left: 85vh;
  }

  .sm\:pl-screen-90 {
    padding-left: 90vh;
  }

  .sm\:pl-screen-95 {
    padding-left: 95vh;
  }

  .sm\:pl-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
  }

  .sm\:pl-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
  }

  .sm\:pl-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
  }

  .sm\:pl-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
  }

  .sm\:pl-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
  }

  .sm\:pl-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
  }

  .sm\:pl-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
  }

  .sm\:pl-full-4 {
    padding-left: calc(100% - 16px);
  }

  .sm\:pl-account-body {
    padding-left: calc(100vw - 304px);
  }

  .sm\:pl-menu-center {
    padding-left: calc(50% - 288px);
  }

  .sm\:pl-tutorials-hidden {
    padding-left: calc(100% - 56px);
  }

  .sm\:pl-popup-full-width {
    padding-left: calc(100% + 32px);
  }

  .sm\:pl-popup-full-width-md {
    padding-left: calc(100% + 64px);
  }

  .sm\:pl-popup-full-height {
    padding-left: calc(100% + 68px);
  }

  .sm\:pl-max-content {
    padding-left: max-content;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:font-sans {
    font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-sans-alt {
    font-family: "Sen", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-sans-table {
    font-family: "Mulish", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:font-mono {
    font-family: courier new, Courier, monospace;
  }

  .sm\:text-3xs {
    font-size: 0.625rem;
  }

  .sm\:text-2xs {
    font-size: 0.6875rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-md {
    font-size: 1.125rem;
  }

  .sm\:text-lg {
    font-size: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.5rem;
  }

  .sm\:text-2xl {
    font-size: 1.75rem;
  }

  .sm\:text-feature {
    font-size: 2rem;
  }

  .sm\:text-2\.5xl {
    font-size: 1.875rem;
  }

  .sm\:text-highlight {
    font-size: 2.25rem;
  }

  .sm\:text-3xl {
    font-size: 2.625rem;
  }

  .sm\:text-hero {
    font-size: 2.875rem;
  }

  .sm\:text-4xl {
    font-size: 3.125rem;
  }

  .sm\:text-highlight-lg {
    font-size: 3.75rem;
  }

  .sm\:text-5xl {
    font-size: 4rem;
  }

  .sm\:text-footer {
    font-size: 0.8125rem;
  }

  .sm\:font-thin {
    font-weight: 100;
  }

  .sm\:font-extralight {
    font-weight: 200;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-extrabold {
    font-weight: 800;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:normal-case {
    text-transform: none;
  }

  .sm\:italic {
    font-style: italic;
  }

  .sm\:not-italic {
    font-style: normal;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .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);
  }

  .sm\:normal-nums {
    font-variant-numeric: normal;
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal;
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:leading-13 {
    line-height: 3.25rem;
  }

  .sm\:leading-14 {
    line-height: 3.5rem;
  }

  .sm\:leading-16 {
    line-height: 4rem;
  }

  .sm\:leading-base {
    line-height: 1rem;
  }

  .sm\:leading-lg {
    line-height: 1.375rem;
  }

  .sm\:leading-xl {
    line-height: 2.375rem;
  }

  .sm\:leading-2xl {
    line-height: 3.0625rem;
  }

  .sm\:leading-3xl {
    line-height: 3.75rem;
  }

  .sm\:leading-4xl {
    line-height: 4.4375rem;
  }

  .sm\:leading-5xl {
    line-height: 5.125rem;
  }

  .sm\:leading-4\.5 {
    line-height: 1.125rem;
  }

  .sm\:leading-11\.5 {
    line-height: 2.875rem;
  }

  .sm\:leading-none {
    line-height: 1;
  }

  .sm\:leading-inherit {
    line-height: inherit;
  }

  .sm\:leading-14\/10 {
    line-height: 140%;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.0625rem;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.0625rem;
  }

  .sm\:tracking-table {
    letter-spacing: 0.2px;
  }

  .sm\:tracking-loose {
    letter-spacing: 0.1px;
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .sm\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .sm\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .sm\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .sm\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .sm\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .sm\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .sm\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .sm\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .sm\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .sm\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .sm\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .sm\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .sm\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .sm\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .sm\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .sm\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .sm\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .sm\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .sm\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .sm\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .sm\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .sm\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .sm\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .sm\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .sm\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .sm\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .sm\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .sm\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .sm\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .sm\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .sm\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .sm\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .sm\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .sm\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .sm\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .sm\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .sm\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .sm\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .sm\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .sm\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .sm\:group-hover\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .group:hover .sm\:group-hover\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .group:hover .sm\:group-hover\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .group:hover .sm\:group-hover\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .group:hover .sm\:group-hover\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .group:hover .sm\:group-hover\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .group:hover .sm\:group-hover\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .group:hover .sm\:group-hover\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .group:hover .sm\:group-hover\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .sm\:focus-within\:text-green-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-pale:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-pale-60:focus-within {
    color: rgba(234,234,234,0.6);
  }

  .sm\:focus-within\:text-grey-faint:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-lightest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-grey-page:focus-within {
    color: rgba(243,243,243,0.5);
  }

  .sm\:focus-within\:text-primary-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-blue-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-secondary-blue-light-20:focus-within {
    color: rgba(46,174,178,0.2);
  }

  .sm\:focus-within\:text-secondary-blue-light-10:focus-within {
    color: rgba(46,174,178,0.1);
  }

  .sm\:focus-within\:text-tertiary-orange:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-tertiary-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-black-neutral:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-toggle:focus-within {
    color: rgba(8,198,145,0.3);
  }

  .sm\:focus-within\:text-toggle-active:focus-within {
    color: rgba(8,198,145,1);
  }

  .sm\:focus-within\:text-tertiary-orange-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-google-maps:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-chart:focus-within {
    color: rgba(218,240,225,0.2);
  }

  .sm\:focus-within\:text-energy-rating-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-energy-rating-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-energy-rating-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-energy-rating-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-energy-rating-e:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-energy-rating-f:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-energy-rating-g:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-flo-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-green-dark-60:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-tertiary-background:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .sm\:focus-within\:text-tertiary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-green-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-pale:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-pale-60:hover {
    color: rgba(234,234,234,0.6);
  }

  .sm\:hover\:text-grey-faint:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-lightest:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:hover\:text-grey-page:hover {
    color: rgba(243,243,243,0.5);
  }

  .sm\:hover\:text-primary-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-blue-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .sm\:hover\:text-secondary-blue-light-20:hover {
    color: rgba(46,174,178,0.2);
  }

  .sm\:hover\:text-secondary-blue-light-10:hover {
    color: rgba(46,174,178,0.1);
  }

  .sm\:hover\:text-tertiary-orange:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .sm\:hover\:text-tertiary-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .sm\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .sm\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .sm\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .sm\:hover\:text-info:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-black-neutral:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .sm\:hover\:text-toggle:hover {
    color: rgba(8,198,145,0.3);
  }

  .sm\:hover\:text-toggle-active:hover {
    color: rgba(8,198,145,1);
  }

  .sm\:hover\:text-tertiary-orange-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .sm\:hover\:text-google-maps:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .sm\:hover\:text-chart:hover {
    color: rgba(218,240,225,0.2);
  }

  .sm\:hover\:text-energy-rating-a:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .sm\:hover\:text-energy-rating-b:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .sm\:hover\:text-energy-rating-c:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .sm\:hover\:text-energy-rating-d:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .sm\:hover\:text-energy-rating-e:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .sm\:hover\:text-energy-rating-f:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .sm\:hover\:text-energy-rating-g:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .sm\:hover\:text-flo-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .sm\:hover\:text-green-dark-60:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .sm\:hover\:text-tertiary-background:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .sm\:hover\:text-tertiary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-green-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-pale:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-pale-60:focus {
    color: rgba(234,234,234,0.6);
  }

  .sm\:focus\:text-grey-faint:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-lightest:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .sm\:focus\:text-grey-page:focus {
    color: rgba(243,243,243,0.5);
  }

  .sm\:focus\:text-primary-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-blue-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .sm\:focus\:text-secondary-blue-light-20:focus {
    color: rgba(46,174,178,0.2);
  }

  .sm\:focus\:text-secondary-blue-light-10:focus {
    color: rgba(46,174,178,0.1);
  }

  .sm\:focus\:text-tertiary-orange:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .sm\:focus\:text-tertiary-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .sm\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .sm\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .sm\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .sm\:focus\:text-info:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-black-neutral:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .sm\:focus\:text-toggle:focus {
    color: rgba(8,198,145,0.3);
  }

  .sm\:focus\:text-toggle-active:focus {
    color: rgba(8,198,145,1);
  }

  .sm\:focus\:text-tertiary-orange-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .sm\:focus\:text-google-maps:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .sm\:focus\:text-chart:focus {
    color: rgba(218,240,225,0.2);
  }

  .sm\:focus\:text-energy-rating-a:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .sm\:focus\:text-energy-rating-b:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .sm\:focus\:text-energy-rating-c:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .sm\:focus\:text-energy-rating-d:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .sm\:focus\:text-energy-rating-e:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .sm\:focus\:text-energy-rating-f:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .sm\:focus\:text-energy-rating-g:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .sm\:focus\:text-flo-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .sm\:focus\:text-green-dark-60:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .sm\:focus\:text-tertiary-background:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .sm\:focus\:text-tertiary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .sm\:underline {
    text-decoration: underline;
  }

  .sm\:line-through {
    text-decoration: line-through;
  }

  .sm\:no-underline {
    text-decoration: none;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-green-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-pale::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-pale::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-pale-60::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .sm\:placeholder-grey-pale-60::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .sm\:placeholder-grey-faint::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-faint::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-lightest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-lightest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-grey-page::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .sm\:placeholder-grey-page::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .sm\:placeholder-primary-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-primary-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-blue-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-blue-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-secondary-blue-light-20::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .sm\:placeholder-secondary-blue-light-20::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .sm\:placeholder-secondary-blue-light-10::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .sm\:placeholder-secondary-blue-light-10::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .sm\:placeholder-tertiary-orange::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tertiary-orange::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tertiary-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tertiary-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-neutral::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-black-neutral::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-toggle::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .sm\:placeholder-toggle::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .sm\:placeholder-toggle-active::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .sm\:placeholder-toggle-active::placeholder {
    color: rgba(8,198,145,1);
  }

  .sm\:placeholder-tertiary-orange-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tertiary-orange-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-google-maps::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-google-maps::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-chart::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .sm\:placeholder-chart::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .sm\:placeholder-energy-rating-a::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-b::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-c::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-d::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-e::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-e::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-f::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-f::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-g::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-energy-rating-g::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-flo-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-flo-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-dark-60::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-green-dark-60::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tertiary-background::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tertiary-background::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tertiary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-tertiary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .sm\:focus\:placeholder-green-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-pale:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-pale:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-pale-60:focus::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .sm\:focus\:placeholder-grey-pale-60:focus::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .sm\:focus\:placeholder-grey-faint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-faint:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-lightest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-grey-page:focus::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .sm\:focus\:placeholder-grey-page:focus::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .sm\:focus\:placeholder-primary-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-primary-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-blue-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-blue-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-secondary-blue-light-20:focus::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .sm\:focus\:placeholder-secondary-blue-light-20:focus::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .sm\:focus\:placeholder-secondary-blue-light-10:focus::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .sm\:focus\:placeholder-secondary-blue-light-10:focus::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .sm\:focus\:placeholder-tertiary-orange:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tertiary-orange:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tertiary-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tertiary-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-neutral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-black-neutral:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-toggle:focus::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .sm\:focus\:placeholder-toggle:focus::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .sm\:focus\:placeholder-toggle-active:focus::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .sm\:focus\:placeholder-toggle-active:focus::placeholder {
    color: rgba(8,198,145,1);
  }

  .sm\:focus\:placeholder-tertiary-orange-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tertiary-orange-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-google-maps:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-google-maps:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-chart:focus::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .sm\:focus\:placeholder-chart:focus::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .sm\:focus\:placeholder-energy-rating-a:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-b:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-c:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-d:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-e:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-e:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-f:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-f:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-g:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-energy-rating-g:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-flo-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-flo-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-dark-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-green-dark-60:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tertiary-background:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tertiary-background:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tertiary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .sm\:focus\:placeholder-tertiary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-5 {
    opacity: 0.05;
  }

  .sm\:opacity-10 {
    opacity: 0.1;
  }

  .sm\:opacity-20 {
    opacity: 0.2;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-30 {
    opacity: 0.3;
  }

  .sm\:opacity-40 {
    opacity: 0.4;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-60 {
    opacity: 0.6;
  }

  .sm\:opacity-70 {
    opacity: 0.7;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-80 {
    opacity: 0.8;
  }

  .sm\:opacity-90 {
    opacity: 0.9;
  }

  .sm\:opacity-95 {
    opacity: 0.95;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .sm\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .sm\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .sm\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .sm\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .sm\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .sm\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .sm\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .sm\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .sm\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .sm\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .sm\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .sm\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .sm\:bg-blend-color {
    background-blend-mode: color;
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color;
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .sm\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\: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);
  }

  .group:hover .sm\:group-hover\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .sm\:group-hover\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .sm\:focus-within\:shadow-md:focus-within {
    --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);
  }

  .sm\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-2xl:focus-within {
    --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);
  }

  .sm\:focus-within\:shadow-inner:focus-within {
    --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);
  }

  .sm\:focus-within\:shadow-none:focus-within {
    --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);
  }

  .sm\:focus-within\:shadow-above:focus-within {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-header:focus-within {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-menu:focus-within {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-side-menu:focus-within {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-around:focus-within {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus-within\:shadow-glow:focus-within {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .sm\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .sm\:hover\:shadow-above:hover {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-header:hover {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-menu:hover {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-side-menu:hover {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-around:hover {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:hover\:shadow-glow:hover {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .sm\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .sm\:focus\:shadow-above:focus {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-header:focus {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-menu:focus {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-side-menu:focus {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-around:focus {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:focus\:shadow-glow:focus {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset;
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .sm\:ring-green-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .sm\:ring-green-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .sm\:ring-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .sm\:ring-green-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .sm\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .sm\:ring-grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-pale {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-pale-60 {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .sm\:ring-grey-faint {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-lightest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:ring-grey-page {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .sm\:ring-primary-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-blue-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .sm\:ring-secondary-blue-light-20 {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .sm\:ring-secondary-blue-light-10 {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .sm\:ring-tertiary-orange {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .sm\:ring-tertiary-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .sm\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .sm\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .sm\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .sm\:ring-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-black-neutral {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .sm\:ring-toggle {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .sm\:ring-toggle-active {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .sm\:ring-tertiary-orange-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .sm\:ring-google-maps {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .sm\:ring-chart {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .sm\:ring-energy-rating-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .sm\:ring-energy-rating-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .sm\:ring-energy-rating-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .sm\:ring-energy-rating-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .sm\:ring-energy-rating-e {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .sm\:ring-energy-rating-f {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .sm\:ring-energy-rating-g {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .sm\:ring-flo-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .sm\:ring-green-dark-60 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .sm\:ring-tertiary-background {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .sm\:ring-tertiary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .sm\:focus-within\:ring-green-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-pale:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-pale-60:focus-within {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .sm\:focus-within\:ring-grey-faint:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-lightest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-grey-page:focus-within {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .sm\:focus-within\:ring-primary-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-blue-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-secondary-blue-light-20:focus-within {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .sm\:focus-within\:ring-secondary-blue-light-10:focus-within {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .sm\:focus-within\:ring-tertiary-orange:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-tertiary-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-black-neutral:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-toggle:focus-within {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .sm\:focus-within\:ring-toggle-active:focus-within {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .sm\:focus-within\:ring-tertiary-orange-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-google-maps:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-chart:focus-within {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .sm\:focus-within\:ring-energy-rating-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-energy-rating-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-energy-rating-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-energy-rating-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-energy-rating-e:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-energy-rating-f:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-energy-rating-g:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-flo-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-green-dark-60:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-tertiary-background:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .sm\:focus-within\:ring-tertiary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .sm\:focus\:ring-green-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-pale:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-pale-60:focus {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .sm\:focus\:ring-grey-faint:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-lightest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-grey-page:focus {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .sm\:focus\:ring-primary-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-blue-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-secondary-blue-light-20:focus {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .sm\:focus\:ring-secondary-blue-light-10:focus {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .sm\:focus\:ring-tertiary-orange:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-tertiary-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-black-neutral:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-toggle:focus {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .sm\:focus\:ring-toggle-active:focus {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .sm\:focus\:ring-tertiary-orange-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-google-maps:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-chart:focus {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .sm\:focus\:ring-energy-rating-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-energy-rating-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-energy-rating-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-energy-rating-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-energy-rating-e:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-energy-rating-f:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-energy-rating-g:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-flo-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-green-dark-60:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-tertiary-background:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .sm\:focus\:ring-tertiary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .sm\:ring-offset-green-darkest {
    --tw-ring-offset-color: #032b26;
  }

  .sm\:ring-offset-green-darker {
    --tw-ring-offset-color: #063932;
  }

  .sm\:ring-offset-green-dark {
    --tw-ring-offset-color: #0b4d44;
  }

  .sm\:ring-offset-green-medium {
    --tw-ring-offset-color: #199365;
  }

  .sm\:ring-offset-green-light {
    --tw-ring-offset-color: #47b669;
  }

  .sm\:ring-offset-grey-darkest {
    --tw-ring-offset-color: #303030;
  }

  .sm\:ring-offset-grey-darker {
    --tw-ring-offset-color: #4a4a4a;
  }

  .sm\:ring-offset-grey-dark {
    --tw-ring-offset-color: #6c7476;
  }

  .sm\:ring-offset-grey {
    --tw-ring-offset-color: #888888;
  }

  .sm\:ring-offset-grey-medium {
    --tw-ring-offset-color: #aaaaaa;
  }

  .sm\:ring-offset-grey-light {
    --tw-ring-offset-color: #bbbbbb;
  }

  .sm\:ring-offset-grey-lighter {
    --tw-ring-offset-color: #dadada;
  }

  .sm\:ring-offset-grey-pale {
    --tw-ring-offset-color: #eaeaea;
  }

  .sm\:ring-offset-grey-pale-60 {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .sm\:ring-offset-grey-faint {
    --tw-ring-offset-color: #f3f3f3;
  }

  .sm\:ring-offset-grey-lightest {
    --tw-ring-offset-color: #f9f9f9;
  }

  .sm\:ring-offset-grey-page {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .sm\:ring-offset-primary-white {
    --tw-ring-offset-color: #ffffff;
  }

  .sm\:ring-offset-secondary-green {
    --tw-ring-offset-color: #0cc393;
  }

  .sm\:ring-offset-secondary-blue-dark {
    --tw-ring-offset-color: #175564;
  }

  .sm\:ring-offset-secondary-blue-light {
    --tw-ring-offset-color: #2eaeb2;
  }

  .sm\:ring-offset-secondary-blue-light-20 {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .sm\:ring-offset-secondary-blue-light-10 {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .sm\:ring-offset-tertiary-orange {
    --tw-ring-offset-color: #f46036;
  }

  .sm\:ring-offset-tertiary-yellow {
    --tw-ring-offset-color: #f9c846;
  }

  .sm\:ring-offset-success {
    --tw-ring-offset-color: #47b669;
  }

  .sm\:ring-offset-warning {
    --tw-ring-offset-color: #f46036;
  }

  .sm\:ring-offset-error {
    --tw-ring-offset-color: #e63147;
  }

  .sm\:ring-offset-info {
    --tw-ring-offset-color: #2eaeb2;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000000;
  }

  .sm\:ring-offset-black-neutral {
    --tw-ring-offset-color: #373f41;
  }

  .sm\:ring-offset-toggle {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .sm\:ring-offset-toggle-active {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .sm\:ring-offset-tertiary-orange-hover {
    --tw-ring-offset-color: #f78161;
  }

  .sm\:ring-offset-google-maps {
    --tw-ring-offset-color: #e5e3df;
  }

  .sm\:ring-offset-chart {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .sm\:ring-offset-energy-rating-a {
    --tw-ring-offset-color: #008459;
  }

  .sm\:ring-offset-energy-rating-b {
    --tw-ring-offset-color: #19b059;
  }

  .sm\:ring-offset-energy-rating-c {
    --tw-ring-offset-color: #8dc641;
  }

  .sm\:ring-offset-energy-rating-d {
    --tw-ring-offset-color: #ffcc00;
  }

  .sm\:ring-offset-energy-rating-e {
    --tw-ring-offset-color: #f7ac64;
  }

  .sm\:ring-offset-energy-rating-f {
    --tw-ring-offset-color: #f78521;
  }

  .sm\:ring-offset-energy-rating-g {
    --tw-ring-offset-color: #ef1c39;
  }

  .sm\:ring-offset-flo-blue-light {
    --tw-ring-offset-color: #0072b4;
  }

  .sm\:ring-offset-green-dark-60 {
    --tw-ring-offset-color: #a3b7b4;
  }

  .sm\:ring-offset-tertiary-background {
    --tw-ring-offset-color: #ebfaf6;
  }

  .sm\:ring-offset-tertiary-green {
    --tw-ring-offset-color: #08c691;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus-within\:ring-offset-green-darkest:focus-within {
    --tw-ring-offset-color: #032b26;
  }

  .sm\:focus-within\:ring-offset-green-darker:focus-within {
    --tw-ring-offset-color: #063932;
  }

  .sm\:focus-within\:ring-offset-green-dark:focus-within {
    --tw-ring-offset-color: #0b4d44;
  }

  .sm\:focus-within\:ring-offset-green-medium:focus-within {
    --tw-ring-offset-color: #199365;
  }

  .sm\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .sm\:focus-within\:ring-offset-grey-darkest:focus-within {
    --tw-ring-offset-color: #303030;
  }

  .sm\:focus-within\:ring-offset-grey-darker:focus-within {
    --tw-ring-offset-color: #4a4a4a;
  }

  .sm\:focus-within\:ring-offset-grey-dark:focus-within {
    --tw-ring-offset-color: #6c7476;
  }

  .sm\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #888888;
  }

  .sm\:focus-within\:ring-offset-grey-medium:focus-within {
    --tw-ring-offset-color: #aaaaaa;
  }

  .sm\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #bbbbbb;
  }

  .sm\:focus-within\:ring-offset-grey-lighter:focus-within {
    --tw-ring-offset-color: #dadada;
  }

  .sm\:focus-within\:ring-offset-grey-pale:focus-within {
    --tw-ring-offset-color: #eaeaea;
  }

  .sm\:focus-within\:ring-offset-grey-pale-60:focus-within {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .sm\:focus-within\:ring-offset-grey-faint:focus-within {
    --tw-ring-offset-color: #f3f3f3;
  }

  .sm\:focus-within\:ring-offset-grey-lightest:focus-within {
    --tw-ring-offset-color: #f9f9f9;
  }

  .sm\:focus-within\:ring-offset-grey-page:focus-within {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .sm\:focus-within\:ring-offset-primary-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .sm\:focus-within\:ring-offset-secondary-green:focus-within {
    --tw-ring-offset-color: #0cc393;
  }

  .sm\:focus-within\:ring-offset-secondary-blue-dark:focus-within {
    --tw-ring-offset-color: #175564;
  }

  .sm\:focus-within\:ring-offset-secondary-blue-light:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .sm\:focus-within\:ring-offset-secondary-blue-light-20:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .sm\:focus-within\:ring-offset-secondary-blue-light-10:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .sm\:focus-within\:ring-offset-tertiary-orange:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .sm\:focus-within\:ring-offset-tertiary-yellow:focus-within {
    --tw-ring-offset-color: #f9c846;
  }

  .sm\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .sm\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .sm\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #e63147;
  }

  .sm\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus-within\:ring-offset-black-neutral:focus-within {
    --tw-ring-offset-color: #373f41;
  }

  .sm\:focus-within\:ring-offset-toggle:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .sm\:focus-within\:ring-offset-toggle-active:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .sm\:focus-within\:ring-offset-tertiary-orange-hover:focus-within {
    --tw-ring-offset-color: #f78161;
  }

  .sm\:focus-within\:ring-offset-google-maps:focus-within {
    --tw-ring-offset-color: #e5e3df;
  }

  .sm\:focus-within\:ring-offset-chart:focus-within {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .sm\:focus-within\:ring-offset-energy-rating-a:focus-within {
    --tw-ring-offset-color: #008459;
  }

  .sm\:focus-within\:ring-offset-energy-rating-b:focus-within {
    --tw-ring-offset-color: #19b059;
  }

  .sm\:focus-within\:ring-offset-energy-rating-c:focus-within {
    --tw-ring-offset-color: #8dc641;
  }

  .sm\:focus-within\:ring-offset-energy-rating-d:focus-within {
    --tw-ring-offset-color: #ffcc00;
  }

  .sm\:focus-within\:ring-offset-energy-rating-e:focus-within {
    --tw-ring-offset-color: #f7ac64;
  }

  .sm\:focus-within\:ring-offset-energy-rating-f:focus-within {
    --tw-ring-offset-color: #f78521;
  }

  .sm\:focus-within\:ring-offset-energy-rating-g:focus-within {
    --tw-ring-offset-color: #ef1c39;
  }

  .sm\:focus-within\:ring-offset-flo-blue-light:focus-within {
    --tw-ring-offset-color: #0072b4;
  }

  .sm\:focus-within\:ring-offset-green-dark-60:focus-within {
    --tw-ring-offset-color: #a3b7b4;
  }

  .sm\:focus-within\:ring-offset-tertiary-background:focus-within {
    --tw-ring-offset-color: #ebfaf6;
  }

  .sm\:focus-within\:ring-offset-tertiary-green:focus-within {
    --tw-ring-offset-color: #08c691;
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .sm\:focus\:ring-offset-green-darkest:focus {
    --tw-ring-offset-color: #032b26;
  }

  .sm\:focus\:ring-offset-green-darker:focus {
    --tw-ring-offset-color: #063932;
  }

  .sm\:focus\:ring-offset-green-dark:focus {
    --tw-ring-offset-color: #0b4d44;
  }

  .sm\:focus\:ring-offset-green-medium:focus {
    --tw-ring-offset-color: #199365;
  }

  .sm\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #47b669;
  }

  .sm\:focus\:ring-offset-grey-darkest:focus {
    --tw-ring-offset-color: #303030;
  }

  .sm\:focus\:ring-offset-grey-darker:focus {
    --tw-ring-offset-color: #4a4a4a;
  }

  .sm\:focus\:ring-offset-grey-dark:focus {
    --tw-ring-offset-color: #6c7476;
  }

  .sm\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #888888;
  }

  .sm\:focus\:ring-offset-grey-medium:focus {
    --tw-ring-offset-color: #aaaaaa;
  }

  .sm\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #bbbbbb;
  }

  .sm\:focus\:ring-offset-grey-lighter:focus {
    --tw-ring-offset-color: #dadada;
  }

  .sm\:focus\:ring-offset-grey-pale:focus {
    --tw-ring-offset-color: #eaeaea;
  }

  .sm\:focus\:ring-offset-grey-pale-60:focus {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .sm\:focus\:ring-offset-grey-faint:focus {
    --tw-ring-offset-color: #f3f3f3;
  }

  .sm\:focus\:ring-offset-grey-lightest:focus {
    --tw-ring-offset-color: #f9f9f9;
  }

  .sm\:focus\:ring-offset-grey-page:focus {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .sm\:focus\:ring-offset-primary-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .sm\:focus\:ring-offset-secondary-green:focus {
    --tw-ring-offset-color: #0cc393;
  }

  .sm\:focus\:ring-offset-secondary-blue-dark:focus {
    --tw-ring-offset-color: #175564;
  }

  .sm\:focus\:ring-offset-secondary-blue-light:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .sm\:focus\:ring-offset-secondary-blue-light-20:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .sm\:focus\:ring-offset-secondary-blue-light-10:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .sm\:focus\:ring-offset-tertiary-orange:focus {
    --tw-ring-offset-color: #f46036;
  }

  .sm\:focus\:ring-offset-tertiary-yellow:focus {
    --tw-ring-offset-color: #f9c846;
  }

  .sm\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #47b669;
  }

  .sm\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #f46036;
  }

  .sm\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #e63147;
  }

  .sm\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .sm\:focus\:ring-offset-black-neutral:focus {
    --tw-ring-offset-color: #373f41;
  }

  .sm\:focus\:ring-offset-toggle:focus {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .sm\:focus\:ring-offset-toggle-active:focus {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .sm\:focus\:ring-offset-tertiary-orange-hover:focus {
    --tw-ring-offset-color: #f78161;
  }

  .sm\:focus\:ring-offset-google-maps:focus {
    --tw-ring-offset-color: #e5e3df;
  }

  .sm\:focus\:ring-offset-chart:focus {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .sm\:focus\:ring-offset-energy-rating-a:focus {
    --tw-ring-offset-color: #008459;
  }

  .sm\:focus\:ring-offset-energy-rating-b:focus {
    --tw-ring-offset-color: #19b059;
  }

  .sm\:focus\:ring-offset-energy-rating-c:focus {
    --tw-ring-offset-color: #8dc641;
  }

  .sm\:focus\:ring-offset-energy-rating-d:focus {
    --tw-ring-offset-color: #ffcc00;
  }

  .sm\:focus\:ring-offset-energy-rating-e:focus {
    --tw-ring-offset-color: #f7ac64;
  }

  .sm\:focus\:ring-offset-energy-rating-f:focus {
    --tw-ring-offset-color: #f78521;
  }

  .sm\:focus\:ring-offset-energy-rating-g:focus {
    --tw-ring-offset-color: #ef1c39;
  }

  .sm\:focus\:ring-offset-flo-blue-light:focus {
    --tw-ring-offset-color: #0072b4;
  }

  .sm\:focus\:ring-offset-green-dark-60:focus {
    --tw-ring-offset-color: #a3b7b4;
  }

  .sm\:focus\:ring-offset-tertiary-background:focus {
    --tw-ring-offset-color: #ebfaf6;
  }

  .sm\:focus\:ring-offset-tertiary-green:focus {
    --tw-ring-offset-color: #08c691;
  }

  .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);
  }

  .sm\:filter-none {
    filter: none;
  }

  .sm\:blur-0 {
    --tw-blur: blur(0);
  }

  .sm\:blur-none {
    --tw-blur: blur(0);
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px);
  }

  .sm\:blur {
    --tw-blur: blur(8px);
  }

  .sm\:blur-md {
    --tw-blur: blur(12px);
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px);
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px);
  }

  .sm\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .sm\:blur-xs {
    --tw-blur: blur(3px);
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:invert-0 {
    --tw-invert: invert(0);
  }

  .sm\:invert {
    --tw-invert: invert(100%);
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%);
  }

  .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,/*!*/ /*!*/);
    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);
  }

  .sm\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .sm\:backdrop-blur-xs {
    --tw-backdrop-blur: blur(3px);
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:transition-header {
    transition-property: transform opacity top bottom left right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-250 {
    transition-delay: 250ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 425px) {
    .md\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .md\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .md\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .md\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .md\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .md\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .md\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .md\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .md\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .md\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .md\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .md\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .md\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .md\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .md\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .md\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .md\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .md\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .md\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .md\:inset-29 {
    top: 7.25rem;
    right: 7.25rem;
    bottom: 7.25rem;
    left: 7.25rem;
  }

  .md\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .md\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .md\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .md\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .md\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .md\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .md\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .md\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .md\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .md\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .md\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .md\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .md\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .md\:inset-77 {
    top: 19.25rem;
    right: 19.25rem;
    bottom: 19.25rem;
    left: 19.25rem;
  }

  .md\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .md\:inset-82 {
    top: 20.5rem;
    right: 20.5rem;
    bottom: 20.5rem;
    left: 20.5rem;
  }

  .md\:inset-88 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .md\:inset-94 {
    top: 23.5rem;
    right: 23.5rem;
    bottom: 23.5rem;
    left: 23.5rem;
  }

  .md\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .md\:inset-98 {
    top: 24.5rem;
    right: 24.5rem;
    bottom: 24.5rem;
    left: 24.5rem;
  }

  .md\:inset-104 {
    top: 26rem;
    right: 26rem;
    bottom: 26rem;
    left: 26rem;
  }

  .md\:inset-108 {
    top: 27rem;
    right: 27rem;
    bottom: 27rem;
    left: 27rem;
  }

  .md\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .md\:inset-112 {
    top: 28rem;
    right: 28rem;
    bottom: 28rem;
    left: 28rem;
  }

  .md\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .md\:inset-128 {
    top: 32rem;
    right: 32rem;
    bottom: 32rem;
    left: 32rem;
  }

  .md\:inset-132 {
    top: 33rem;
    right: 33rem;
    bottom: 33rem;
    left: 33rem;
  }

  .md\:inset-134 {
    top: 33.5rem;
    right: 33.5rem;
    bottom: 33.5rem;
    left: 33.5rem;
  }

  .md\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .md\:inset-136 {
    top: 34rem;
    right: 34rem;
    bottom: 34rem;
    left: 34rem;
  }

  .md\:inset-144 {
    top: 36rem;
    right: 36rem;
    bottom: 36rem;
    left: 36rem;
  }

  .md\:inset-152 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .md\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .md\:inset-164 {
    top: 41rem;
    right: 41rem;
    bottom: 41rem;
    left: 41rem;
  }

  .md\:inset-172 {
    top: 43rem;
    right: 43rem;
    bottom: 43rem;
    left: 43rem;
  }

  .md\:inset-179 {
    top: 44.75rem;
    right: 44.75rem;
    bottom: 44.75rem;
    left: 44.75rem;
  }

  .md\:inset-184 {
    top: 46rem;
    right: 46rem;
    bottom: 46rem;
    left: 46rem;
  }

  .md\:inset-192 {
    top: 48rem;
    right: 48rem;
    bottom: 48rem;
    left: 48rem;
  }

  .md\:inset-224 {
    top: 56rem;
    right: 56rem;
    bottom: 56rem;
    left: 56rem;
  }

  .md\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .md\:inset-256 {
    top: 64rem;
    right: 64rem;
    bottom: 64rem;
    left: 64rem;
  }

  .md\:inset-265 {
    top: 66.25rem;
    right: 66.25rem;
    bottom: 66.25rem;
    left: 66.25rem;
  }

  .md\:inset-288 {
    top: 72rem;
    right: 72rem;
    bottom: 72rem;
    left: 72rem;
  }

  .md\:inset-384 {
    top: 96rem;
    right: 96rem;
    bottom: 96rem;
    left: 96rem;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .md\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .md\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .md\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .md\:inset-0\.75 {
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .md\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .md\:inset-7\.5 {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .md\:inset-9\.5 {
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .md\:inset-9\.75 {
    top: 2.4375rem;
    right: 2.4375rem;
    bottom: 2.4375rem;
    left: 2.4375rem;
  }

  .md\:inset-12\.5 {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .md\:inset-13\.5 {
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .md\:inset-292\.5 {
    top: 73.125rem;
    right: 73.125rem;
    bottom: 73.125rem;
    left: 73.125rem;
  }

  .md\:inset-1\/24 {
    top: 4.166667%;
    right: 4.166667%;
    bottom: 4.166667%;
    left: 4.166667%;
  }

  .md\:inset-2\/24 {
    top: 8.333333%;
    right: 8.333333%;
    bottom: 8.333333%;
    left: 8.333333%;
  }

  .md\:inset-3\/24 {
    top: 12.5%;
    right: 12.5%;
    bottom: 12.5%;
    left: 12.5%;
  }

  .md\:inset-4\/24 {
    top: 16.666667%;
    right: 16.666667%;
    bottom: 16.666667%;
    left: 16.666667%;
  }

  .md\:inset-5\/24 {
    top: 20.833333%;
    right: 20.833333%;
    bottom: 20.833333%;
    left: 20.833333%;
  }

  .md\:inset-6\/24 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-7\/24 {
    top: 29.166666%;
    right: 29.166666%;
    bottom: 29.166666%;
    left: 29.166666%;
  }

  .md\:inset-8\/24 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-9\/24 {
    top: 37.5%;
    right: 37.5%;
    bottom: 37.5%;
    left: 37.5%;
  }

  .md\:inset-10\/24 {
    top: 41.666666%;
    right: 41.666666%;
    bottom: 41.666666%;
    left: 41.666666%;
  }

  .md\:inset-11\/24 {
    top: 45.833333%;
    right: 45.833333%;
    bottom: 45.833333%;
    left: 45.833333%;
  }

  .md\:inset-12\/24 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-13\/24 {
    top: 54.166666%;
    right: 54.166666%;
    bottom: 54.166666%;
    left: 54.166666%;
  }

  .md\:inset-14\/24 {
    top: 58.333333%;
    right: 58.333333%;
    bottom: 58.333333%;
    left: 58.333333%;
  }

  .md\:inset-15\/24 {
    top: 62.5%;
    right: 62.5%;
    bottom: 62.5%;
    left: 62.5%;
  }

  .md\:inset-16\/24 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-17\/24 {
    top: 70.833333%;
    right: 70.833333%;
    bottom: 70.833333%;
    left: 70.833333%;
  }

  .md\:inset-18\/24 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-19\/24 {
    top: 79.166667%;
    right: 79.166667%;
    bottom: 79.166667%;
    left: 79.166667%;
  }

  .md\:inset-20\/24 {
    top: 83.333333%;
    right: 83.333333%;
    bottom: 83.333333%;
    left: 83.333333%;
  }

  .md\:inset-21\/24 {
    top: 87.5%;
    right: 87.5%;
    bottom: 87.5%;
    left: 87.5%;
  }

  .md\:inset-22\/24 {
    top: 91.666667%;
    right: 91.666667%;
    bottom: 91.666667%;
    left: 91.666667%;
  }

  .md\:inset-23\/24 {
    top: 95.833333%;
    right: 95.833333%;
    bottom: 95.833333%;
    left: 95.833333%;
  }

  .md\:inset-24\/24 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:inset-screen-header {
    top: 41.55vw;
    right: 41.55vw;
    bottom: 41.55vw;
    left: 41.55vw;
  }

  .md\:inset-screen-60 {
    top: 60vh;
    right: 60vh;
    bottom: 60vh;
    left: 60vh;
  }

  .md\:inset-screen-80 {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .md\:inset-screen-85 {
    top: 85vh;
    right: 85vh;
    bottom: 85vh;
    left: 85vh;
  }

  .md\:inset-screen-90 {
    top: 90vh;
    right: 90vh;
    bottom: 90vh;
    left: 90vh;
  }

  .md\:inset-screen-95 {
    top: 95vh;
    right: 95vh;
    bottom: 95vh;
    left: 95vh;
  }

  .md\:inset-screen-minus-header {
    top: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
    left: calc(100vh - 5.25rem);
  }

  .md\:inset-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
    left: calc(100vh - 8.875rem);
  }

  .md\:inset-screen-minus-36 {
    top: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
    left: calc(100vh - 9rem);
  }

  .md\:inset-screen-minus-40 {
    top: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
    left: calc(100vh - 10rem);
  }

  .md\:inset-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
    left: calc(100vh - 13.75rem);
  }

  .md\:inset-screen-minus-72 {
    top: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
    left: calc(100vh - 18rem);
  }

  .md\:inset-screen-minus-80 {
    top: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
    left: calc(100vh - 20rem);
  }

  .md\:inset-full-4 {
    top: calc(100% - 16px);
    right: calc(100% - 16px);
    bottom: calc(100% - 16px);
    left: calc(100% - 16px);
  }

  .md\:inset-account-body {
    top: calc(100vw - 304px);
    right: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
    left: calc(100vw - 304px);
  }

  .md\:inset-menu-center {
    top: calc(50% - 288px);
    right: calc(50% - 288px);
    bottom: calc(50% - 288px);
    left: calc(50% - 288px);
  }

  .md\:inset-tutorials-hidden {
    top: calc(100% - 56px);
    right: calc(100% - 56px);
    bottom: calc(100% - 56px);
    left: calc(100% - 56px);
  }

  .md\:inset-popup-full-width {
    top: calc(100% + 32px);
    right: calc(100% + 32px);
    bottom: calc(100% + 32px);
    left: calc(100% + 32px);
  }

  .md\:inset-popup-full-width-md {
    top: calc(100% + 64px);
    right: calc(100% + 64px);
    bottom: calc(100% + 64px);
    left: calc(100% + 64px);
  }

  .md\:inset-popup-full-height {
    top: calc(100% + 68px);
    right: calc(100% + 68px);
    bottom: calc(100% + 68px);
    left: calc(100% + 68px);
  }

  .md\:inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .md\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .md\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .md\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .md\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .md\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .md\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .md\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .md\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .md\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .md\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .md\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .md\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .md\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .md\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:-inset-18 {
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .md\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .md\:-inset-21 {
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .md\:-inset-22 {
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .md\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .md\:-inset-26 {
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .md\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .md\:-inset-29 {
    top: -7.25rem;
    right: -7.25rem;
    bottom: -7.25rem;
    left: -7.25rem;
  }

  .md\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .md\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .md\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .md\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .md\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .md\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .md\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .md\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .md\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .md\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .md\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .md\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .md\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .md\:-inset-77 {
    top: -19.25rem;
    right: -19.25rem;
    bottom: -19.25rem;
    left: -19.25rem;
  }

  .md\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .md\:-inset-82 {
    top: -20.5rem;
    right: -20.5rem;
    bottom: -20.5rem;
    left: -20.5rem;
  }

  .md\:-inset-88 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .md\:-inset-94 {
    top: -23.5rem;
    right: -23.5rem;
    bottom: -23.5rem;
    left: -23.5rem;
  }

  .md\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .md\:-inset-98 {
    top: -24.5rem;
    right: -24.5rem;
    bottom: -24.5rem;
    left: -24.5rem;
  }

  .md\:-inset-104 {
    top: -26rem;
    right: -26rem;
    bottom: -26rem;
    left: -26rem;
  }

  .md\:-inset-108 {
    top: -27rem;
    right: -27rem;
    bottom: -27rem;
    left: -27rem;
  }

  .md\:-inset-110 {
    top: -27.5rem;
    right: -27.5rem;
    bottom: -27.5rem;
    left: -27.5rem;
  }

  .md\:-inset-112 {
    top: -28rem;
    right: -28rem;
    bottom: -28rem;
    left: -28rem;
  }

  .md\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .md\:-inset-128 {
    top: -32rem;
    right: -32rem;
    bottom: -32rem;
    left: -32rem;
  }

  .md\:-inset-132 {
    top: -33rem;
    right: -33rem;
    bottom: -33rem;
    left: -33rem;
  }

  .md\:-inset-134 {
    top: -33.5rem;
    right: -33.5rem;
    bottom: -33.5rem;
    left: -33.5rem;
  }

  .md\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .md\:-inset-136 {
    top: -34rem;
    right: -34rem;
    bottom: -34rem;
    left: -34rem;
  }

  .md\:-inset-144 {
    top: -36rem;
    right: -36rem;
    bottom: -36rem;
    left: -36rem;
  }

  .md\:-inset-152 {
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .md\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .md\:-inset-164 {
    top: -41rem;
    right: -41rem;
    bottom: -41rem;
    left: -41rem;
  }

  .md\:-inset-172 {
    top: -43rem;
    right: -43rem;
    bottom: -43rem;
    left: -43rem;
  }

  .md\:-inset-179 {
    top: -44.75rem;
    right: -44.75rem;
    bottom: -44.75rem;
    left: -44.75rem;
  }

  .md\:-inset-184 {
    top: -46rem;
    right: -46rem;
    bottom: -46rem;
    left: -46rem;
  }

  .md\:-inset-192 {
    top: -48rem;
    right: -48rem;
    bottom: -48rem;
    left: -48rem;
  }

  .md\:-inset-224 {
    top: -56rem;
    right: -56rem;
    bottom: -56rem;
    left: -56rem;
  }

  .md\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .md\:-inset-256 {
    top: -64rem;
    right: -64rem;
    bottom: -64rem;
    left: -64rem;
  }

  .md\:-inset-265 {
    top: -66.25rem;
    right: -66.25rem;
    bottom: -66.25rem;
    left: -66.25rem;
  }

  .md\:-inset-288 {
    top: -72rem;
    right: -72rem;
    bottom: -72rem;
    left: -72rem;
  }

  .md\:-inset-384 {
    top: -96rem;
    right: -96rem;
    bottom: -96rem;
    left: -96rem;
  }

  .md\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .md\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .md\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .md\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .md\:-inset-0\.75 {
    top: -0.1875rem;
    right: -0.1875rem;
    bottom: -0.1875rem;
    left: -0.1875rem;
  }

  .md\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .md\:-inset-7\.5 {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .md\:-inset-9\.5 {
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .md\:-inset-9\.75 {
    top: -2.4375rem;
    right: -2.4375rem;
    bottom: -2.4375rem;
    left: -2.4375rem;
  }

  .md\:-inset-12\.5 {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .md\:-inset-13\.5 {
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .md\:-inset-292\.5 {
    top: -73.125rem;
    right: -73.125rem;
    bottom: -73.125rem;
    left: -73.125rem;
  }

  .md\:-inset-1\/24 {
    top: -4.16667%;
    right: -4.16667%;
    bottom: -4.16667%;
    left: -4.16667%;
  }

  .md\:-inset-2\/24 {
    top: -8.33333%;
    right: -8.33333%;
    bottom: -8.33333%;
    left: -8.33333%;
  }

  .md\:-inset-3\/24 {
    top: -12.5%;
    right: -12.5%;
    bottom: -12.5%;
    left: -12.5%;
  }

  .md\:-inset-4\/24 {
    top: -16.66667%;
    right: -16.66667%;
    bottom: -16.66667%;
    left: -16.66667%;
  }

  .md\:-inset-5\/24 {
    top: -20.83333%;
    right: -20.83333%;
    bottom: -20.83333%;
    left: -20.83333%;
  }

  .md\:-inset-6\/24 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-7\/24 {
    top: -29.16667%;
    right: -29.16667%;
    bottom: -29.16667%;
    left: -29.16667%;
  }

  .md\:-inset-8\/24 {
    top: -33.33333%;
    right: -33.33333%;
    bottom: -33.33333%;
    left: -33.33333%;
  }

  .md\:-inset-9\/24 {
    top: -37.5%;
    right: -37.5%;
    bottom: -37.5%;
    left: -37.5%;
  }

  .md\:-inset-10\/24 {
    top: -41.66667%;
    right: -41.66667%;
    bottom: -41.66667%;
    left: -41.66667%;
  }

  .md\:-inset-11\/24 {
    top: -45.83333%;
    right: -45.83333%;
    bottom: -45.83333%;
    left: -45.83333%;
  }

  .md\:-inset-12\/24 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-13\/24 {
    top: -54.16667%;
    right: -54.16667%;
    bottom: -54.16667%;
    left: -54.16667%;
  }

  .md\:-inset-14\/24 {
    top: -58.33333%;
    right: -58.33333%;
    bottom: -58.33333%;
    left: -58.33333%;
  }

  .md\:-inset-15\/24 {
    top: -62.5%;
    right: -62.5%;
    bottom: -62.5%;
    left: -62.5%;
  }

  .md\:-inset-16\/24 {
    top: -66.66667%;
    right: -66.66667%;
    bottom: -66.66667%;
    left: -66.66667%;
  }

  .md\:-inset-17\/24 {
    top: -70.83333%;
    right: -70.83333%;
    bottom: -70.83333%;
    left: -70.83333%;
  }

  .md\:-inset-18\/24 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-19\/24 {
    top: -79.16667%;
    right: -79.16667%;
    bottom: -79.16667%;
    left: -79.16667%;
  }

  .md\:-inset-20\/24 {
    top: -83.33333%;
    right: -83.33333%;
    bottom: -83.33333%;
    left: -83.33333%;
  }

  .md\:-inset-21\/24 {
    top: -87.5%;
    right: -87.5%;
    bottom: -87.5%;
    left: -87.5%;
  }

  .md\:-inset-22\/24 {
    top: -91.66667%;
    right: -91.66667%;
    bottom: -91.66667%;
    left: -91.66667%;
  }

  .md\:-inset-23\/24 {
    top: -95.83333%;
    right: -95.83333%;
    bottom: -95.83333%;
    left: -95.83333%;
  }

  .md\:-inset-24\/24 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:-inset-screen-header {
    top: -41.55vw;
    right: -41.55vw;
    bottom: -41.55vw;
    left: -41.55vw;
  }

  .md\:-inset-screen-60 {
    top: -60vh;
    right: -60vh;
    bottom: -60vh;
    left: -60vh;
  }

  .md\:-inset-screen-80 {
    top: -80vh;
    right: -80vh;
    bottom: -80vh;
    left: -80vh;
  }

  .md\:-inset-screen-85 {
    top: -85vh;
    right: -85vh;
    bottom: -85vh;
    left: -85vh;
  }

  .md\:-inset-screen-90 {
    top: -90vh;
    right: -90vh;
    bottom: -90vh;
    left: -90vh;
  }

  .md\:-inset-screen-95 {
    top: -95vh;
    right: -95vh;
    bottom: -95vh;
    left: -95vh;
  }

  .md\:-inset-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
    left: calc(-100vh - -5.25rem);
  }

  .md\:-inset-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
    left: calc(-100vh - -8.875rem);
  }

  .md\:-inset-screen-minus-36 {
    top: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
    left: calc(-100vh - -9rem);
  }

  .md\:-inset-screen-minus-40 {
    top: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
    left: calc(-100vh - -10rem);
  }

  .md\:-inset-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
    left: calc(-100vh - -13.75rem);
  }

  .md\:-inset-screen-minus-72 {
    top: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
    left: calc(-100vh - -18rem);
  }

  .md\:-inset-screen-minus-80 {
    top: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
    left: calc(-100vh - -20rem);
  }

  .md\:-inset-full-4 {
    top: calc(-100% - -16px);
    right: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
    left: calc(-100% - -16px);
  }

  .md\:-inset-account-body {
    top: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
    left: calc(-100vw - -304px);
  }

  .md\:-inset-menu-center {
    top: calc(-50% - -288px);
    right: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
    left: calc(-50% - -288px);
  }

  .md\:-inset-tutorials-hidden {
    top: calc(-100% - -56px);
    right: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
    left: calc(-100% - -56px);
  }

  .md\:-inset-popup-full-width {
    top: calc(-100% + -32px);
    right: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
    left: calc(-100% + -32px);
  }

  .md\:-inset-popup-full-width-md {
    top: calc(-100% + -64px);
    right: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
    left: calc(-100% + -64px);
  }

  .md\:-inset-popup-full-height {
    top: calc(-100% + -68px);
    right: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
    left: calc(-100% + -68px);
  }

  .md\:-inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .md\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .md\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .md\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .md\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .md\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .md\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .md\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .md\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .md\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .md\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .md\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .md\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .md\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .md\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .md\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .md\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .md\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .md\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .md\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .md\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .md\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .md\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .md\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .md\:inset-x-18 {
    left: 4.5rem;
    right: 4.5rem;
  }

  .md\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .md\:inset-x-21 {
    left: 5.25rem;
    right: 5.25rem;
  }

  .md\:inset-x-22 {
    left: 5.5rem;
    right: 5.5rem;
  }

  .md\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .md\:inset-x-26 {
    left: 6.5rem;
    right: 6.5rem;
  }

  .md\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .md\:inset-x-29 {
    left: 7.25rem;
    right: 7.25rem;
  }

  .md\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .md\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .md\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .md\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .md\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .md\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .md\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .md\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .md\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .md\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .md\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .md\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .md\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .md\:inset-x-77 {
    left: 19.25rem;
    right: 19.25rem;
  }

  .md\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .md\:inset-x-82 {
    left: 20.5rem;
    right: 20.5rem;
  }

  .md\:inset-x-88 {
    left: 22rem;
    right: 22rem;
  }

  .md\:inset-x-94 {
    left: 23.5rem;
    right: 23.5rem;
  }

  .md\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .md\:inset-x-98 {
    left: 24.5rem;
    right: 24.5rem;
  }

  .md\:inset-x-104 {
    left: 26rem;
    right: 26rem;
  }

  .md\:inset-x-108 {
    left: 27rem;
    right: 27rem;
  }

  .md\:inset-x-110 {
    left: 27.5rem;
    right: 27.5rem;
  }

  .md\:inset-x-112 {
    left: 28rem;
    right: 28rem;
  }

  .md\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .md\:inset-x-128 {
    left: 32rem;
    right: 32rem;
  }

  .md\:inset-x-132 {
    left: 33rem;
    right: 33rem;
  }

  .md\:inset-x-134 {
    left: 33.5rem;
    right: 33.5rem;
  }

  .md\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .md\:inset-x-136 {
    left: 34rem;
    right: 34rem;
  }

  .md\:inset-x-144 {
    left: 36rem;
    right: 36rem;
  }

  .md\:inset-x-152 {
    left: 38rem;
    right: 38rem;
  }

  .md\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .md\:inset-x-164 {
    left: 41rem;
    right: 41rem;
  }

  .md\:inset-x-172 {
    left: 43rem;
    right: 43rem;
  }

  .md\:inset-x-179 {
    left: 44.75rem;
    right: 44.75rem;
  }

  .md\:inset-x-184 {
    left: 46rem;
    right: 46rem;
  }

  .md\:inset-x-192 {
    left: 48rem;
    right: 48rem;
  }

  .md\:inset-x-224 {
    left: 56rem;
    right: 56rem;
  }

  .md\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .md\:inset-x-256 {
    left: 64rem;
    right: 64rem;
  }

  .md\:inset-x-265 {
    left: 66.25rem;
    right: 66.25rem;
  }

  .md\:inset-x-288 {
    left: 72rem;
    right: 72rem;
  }

  .md\:inset-x-384 {
    left: 96rem;
    right: 96rem;
  }

  .md\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .md\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .md\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .md\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .md\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .md\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .md\:inset-x-0\.75 {
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .md\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .md\:inset-x-7\.5 {
    left: 1.875rem;
    right: 1.875rem;
  }

  .md\:inset-x-9\.5 {
    left: 2.375rem;
    right: 2.375rem;
  }

  .md\:inset-x-9\.75 {
    left: 2.4375rem;
    right: 2.4375rem;
  }

  .md\:inset-x-12\.5 {
    left: 3.125rem;
    right: 3.125rem;
  }

  .md\:inset-x-13\.5 {
    left: 3.375rem;
    right: 3.375rem;
  }

  .md\:inset-x-292\.5 {
    left: 73.125rem;
    right: 73.125rem;
  }

  .md\:inset-x-1\/24 {
    left: 4.166667%;
    right: 4.166667%;
  }

  .md\:inset-x-2\/24 {
    left: 8.333333%;
    right: 8.333333%;
  }

  .md\:inset-x-3\/24 {
    left: 12.5%;
    right: 12.5%;
  }

  .md\:inset-x-4\/24 {
    left: 16.666667%;
    right: 16.666667%;
  }

  .md\:inset-x-5\/24 {
    left: 20.833333%;
    right: 20.833333%;
  }

  .md\:inset-x-6\/24 {
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-7\/24 {
    left: 29.166666%;
    right: 29.166666%;
  }

  .md\:inset-x-8\/24 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-9\/24 {
    left: 37.5%;
    right: 37.5%;
  }

  .md\:inset-x-10\/24 {
    left: 41.666666%;
    right: 41.666666%;
  }

  .md\:inset-x-11\/24 {
    left: 45.833333%;
    right: 45.833333%;
  }

  .md\:inset-x-12\/24 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-13\/24 {
    left: 54.166666%;
    right: 54.166666%;
  }

  .md\:inset-x-14\/24 {
    left: 58.333333%;
    right: 58.333333%;
  }

  .md\:inset-x-15\/24 {
    left: 62.5%;
    right: 62.5%;
  }

  .md\:inset-x-16\/24 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-17\/24 {
    left: 70.833333%;
    right: 70.833333%;
  }

  .md\:inset-x-18\/24 {
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-19\/24 {
    left: 79.166667%;
    right: 79.166667%;
  }

  .md\:inset-x-20\/24 {
    left: 83.333333%;
    right: 83.333333%;
  }

  .md\:inset-x-21\/24 {
    left: 87.5%;
    right: 87.5%;
  }

  .md\:inset-x-22\/24 {
    left: 91.666667%;
    right: 91.666667%;
  }

  .md\:inset-x-23\/24 {
    left: 95.833333%;
    right: 95.833333%;
  }

  .md\:inset-x-24\/24 {
    left: 100%;
    right: 100%;
  }

  .md\:inset-x-screen-header {
    left: 41.55vw;
    right: 41.55vw;
  }

  .md\:inset-x-screen-60 {
    left: 60vh;
    right: 60vh;
  }

  .md\:inset-x-screen-80 {
    left: 80vh;
    right: 80vh;
  }

  .md\:inset-x-screen-85 {
    left: 85vh;
    right: 85vh;
  }

  .md\:inset-x-screen-90 {
    left: 90vh;
    right: 90vh;
  }

  .md\:inset-x-screen-95 {
    left: 95vh;
    right: 95vh;
  }

  .md\:inset-x-screen-minus-header {
    left: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
  }

  .md\:inset-x-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
  }

  .md\:inset-x-screen-minus-36 {
    left: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
  }

  .md\:inset-x-screen-minus-40 {
    left: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
  }

  .md\:inset-x-screen-minus-55 {
    left: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
  }

  .md\:inset-x-screen-minus-72 {
    left: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
  }

  .md\:inset-x-screen-minus-80 {
    left: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
  }

  .md\:inset-x-full-4 {
    left: calc(100% - 16px);
    right: calc(100% - 16px);
  }

  .md\:inset-x-account-body {
    left: calc(100vw - 304px);
    right: calc(100vw - 304px);
  }

  .md\:inset-x-menu-center {
    left: calc(50% - 288px);
    right: calc(50% - 288px);
  }

  .md\:inset-x-tutorials-hidden {
    left: calc(100% - 56px);
    right: calc(100% - 56px);
  }

  .md\:inset-x-popup-full-width {
    left: calc(100% + 32px);
    right: calc(100% + 32px);
  }

  .md\:inset-x-popup-full-width-md {
    left: calc(100% + 64px);
    right: calc(100% + 64px);
  }

  .md\:inset-x-popup-full-height {
    left: calc(100% + 68px);
    right: calc(100% + 68px);
  }

  .md\:inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .md\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .md\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .md\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .md\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .md\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .md\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .md\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .md\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .md\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .md\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .md\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .md\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .md\:-inset-x-18 {
    left: -4.5rem;
    right: -4.5rem;
  }

  .md\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .md\:-inset-x-21 {
    left: -5.25rem;
    right: -5.25rem;
  }

  .md\:-inset-x-22 {
    left: -5.5rem;
    right: -5.5rem;
  }

  .md\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .md\:-inset-x-26 {
    left: -6.5rem;
    right: -6.5rem;
  }

  .md\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .md\:-inset-x-29 {
    left: -7.25rem;
    right: -7.25rem;
  }

  .md\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .md\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .md\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .md\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .md\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .md\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .md\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .md\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .md\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .md\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .md\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .md\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .md\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .md\:-inset-x-77 {
    left: -19.25rem;
    right: -19.25rem;
  }

  .md\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .md\:-inset-x-82 {
    left: -20.5rem;
    right: -20.5rem;
  }

  .md\:-inset-x-88 {
    left: -22rem;
    right: -22rem;
  }

  .md\:-inset-x-94 {
    left: -23.5rem;
    right: -23.5rem;
  }

  .md\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .md\:-inset-x-98 {
    left: -24.5rem;
    right: -24.5rem;
  }

  .md\:-inset-x-104 {
    left: -26rem;
    right: -26rem;
  }

  .md\:-inset-x-108 {
    left: -27rem;
    right: -27rem;
  }

  .md\:-inset-x-110 {
    left: -27.5rem;
    right: -27.5rem;
  }

  .md\:-inset-x-112 {
    left: -28rem;
    right: -28rem;
  }

  .md\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .md\:-inset-x-128 {
    left: -32rem;
    right: -32rem;
  }

  .md\:-inset-x-132 {
    left: -33rem;
    right: -33rem;
  }

  .md\:-inset-x-134 {
    left: -33.5rem;
    right: -33.5rem;
  }

  .md\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .md\:-inset-x-136 {
    left: -34rem;
    right: -34rem;
  }

  .md\:-inset-x-144 {
    left: -36rem;
    right: -36rem;
  }

  .md\:-inset-x-152 {
    left: -38rem;
    right: -38rem;
  }

  .md\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .md\:-inset-x-164 {
    left: -41rem;
    right: -41rem;
  }

  .md\:-inset-x-172 {
    left: -43rem;
    right: -43rem;
  }

  .md\:-inset-x-179 {
    left: -44.75rem;
    right: -44.75rem;
  }

  .md\:-inset-x-184 {
    left: -46rem;
    right: -46rem;
  }

  .md\:-inset-x-192 {
    left: -48rem;
    right: -48rem;
  }

  .md\:-inset-x-224 {
    left: -56rem;
    right: -56rem;
  }

  .md\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .md\:-inset-x-256 {
    left: -64rem;
    right: -64rem;
  }

  .md\:-inset-x-265 {
    left: -66.25rem;
    right: -66.25rem;
  }

  .md\:-inset-x-288 {
    left: -72rem;
    right: -72rem;
  }

  .md\:-inset-x-384 {
    left: -96rem;
    right: -96rem;
  }

  .md\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .md\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .md\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .md\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .md\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .md\:-inset-x-0\.75 {
    left: -0.1875rem;
    right: -0.1875rem;
  }

  .md\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .md\:-inset-x-7\.5 {
    left: -1.875rem;
    right: -1.875rem;
  }

  .md\:-inset-x-9\.5 {
    left: -2.375rem;
    right: -2.375rem;
  }

  .md\:-inset-x-9\.75 {
    left: -2.4375rem;
    right: -2.4375rem;
  }

  .md\:-inset-x-12\.5 {
    left: -3.125rem;
    right: -3.125rem;
  }

  .md\:-inset-x-13\.5 {
    left: -3.375rem;
    right: -3.375rem;
  }

  .md\:-inset-x-292\.5 {
    left: -73.125rem;
    right: -73.125rem;
  }

  .md\:-inset-x-1\/24 {
    left: -4.16667%;
    right: -4.16667%;
  }

  .md\:-inset-x-2\/24 {
    left: -8.33333%;
    right: -8.33333%;
  }

  .md\:-inset-x-3\/24 {
    left: -12.5%;
    right: -12.5%;
  }

  .md\:-inset-x-4\/24 {
    left: -16.66667%;
    right: -16.66667%;
  }

  .md\:-inset-x-5\/24 {
    left: -20.83333%;
    right: -20.83333%;
  }

  .md\:-inset-x-6\/24 {
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-7\/24 {
    left: -29.16667%;
    right: -29.16667%;
  }

  .md\:-inset-x-8\/24 {
    left: -33.33333%;
    right: -33.33333%;
  }

  .md\:-inset-x-9\/24 {
    left: -37.5%;
    right: -37.5%;
  }

  .md\:-inset-x-10\/24 {
    left: -41.66667%;
    right: -41.66667%;
  }

  .md\:-inset-x-11\/24 {
    left: -45.83333%;
    right: -45.83333%;
  }

  .md\:-inset-x-12\/24 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-13\/24 {
    left: -54.16667%;
    right: -54.16667%;
  }

  .md\:-inset-x-14\/24 {
    left: -58.33333%;
    right: -58.33333%;
  }

  .md\:-inset-x-15\/24 {
    left: -62.5%;
    right: -62.5%;
  }

  .md\:-inset-x-16\/24 {
    left: -66.66667%;
    right: -66.66667%;
  }

  .md\:-inset-x-17\/24 {
    left: -70.83333%;
    right: -70.83333%;
  }

  .md\:-inset-x-18\/24 {
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-19\/24 {
    left: -79.16667%;
    right: -79.16667%;
  }

  .md\:-inset-x-20\/24 {
    left: -83.33333%;
    right: -83.33333%;
  }

  .md\:-inset-x-21\/24 {
    left: -87.5%;
    right: -87.5%;
  }

  .md\:-inset-x-22\/24 {
    left: -91.66667%;
    right: -91.66667%;
  }

  .md\:-inset-x-23\/24 {
    left: -95.83333%;
    right: -95.83333%;
  }

  .md\:-inset-x-24\/24 {
    left: -100%;
    right: -100%;
  }

  .md\:-inset-x-screen-header {
    left: -41.55vw;
    right: -41.55vw;
  }

  .md\:-inset-x-screen-60 {
    left: -60vh;
    right: -60vh;
  }

  .md\:-inset-x-screen-80 {
    left: -80vh;
    right: -80vh;
  }

  .md\:-inset-x-screen-85 {
    left: -85vh;
    right: -85vh;
  }

  .md\:-inset-x-screen-90 {
    left: -90vh;
    right: -90vh;
  }

  .md\:-inset-x-screen-95 {
    left: -95vh;
    right: -95vh;
  }

  .md\:-inset-x-screen-minus-header {
    left: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
  }

  .md\:-inset-x-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
  }

  .md\:-inset-x-screen-minus-36 {
    left: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
  }

  .md\:-inset-x-screen-minus-40 {
    left: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
  }

  .md\:-inset-x-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
  }

  .md\:-inset-x-screen-minus-72 {
    left: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
  }

  .md\:-inset-x-screen-minus-80 {
    left: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
  }

  .md\:-inset-x-full-4 {
    left: calc(-100% - -16px);
    right: calc(-100% - -16px);
  }

  .md\:-inset-x-account-body {
    left: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
  }

  .md\:-inset-x-menu-center {
    left: calc(-50% - -288px);
    right: calc(-50% - -288px);
  }

  .md\:-inset-x-tutorials-hidden {
    left: calc(-100% - -56px);
    right: calc(-100% - -56px);
  }

  .md\:-inset-x-popup-full-width {
    left: calc(-100% + -32px);
    right: calc(-100% + -32px);
  }

  .md\:-inset-x-popup-full-width-md {
    left: calc(-100% + -64px);
    right: calc(-100% + -64px);
  }

  .md\:-inset-x-popup-full-height {
    left: calc(-100% + -68px);
    right: calc(-100% + -68px);
  }

  .md\:-inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .md\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .md\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .md\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .md\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .md\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-y-29 {
    top: 7.25rem;
    bottom: 7.25rem;
  }

  .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .md\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .md\:inset-y-77 {
    top: 19.25rem;
    bottom: 19.25rem;
  }

  .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-y-82 {
    top: 20.5rem;
    bottom: 20.5rem;
  }

  .md\:inset-y-88 {
    top: 22rem;
    bottom: 22rem;
  }

  .md\:inset-y-94 {
    top: 23.5rem;
    bottom: 23.5rem;
  }

  .md\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .md\:inset-y-98 {
    top: 24.5rem;
    bottom: 24.5rem;
  }

  .md\:inset-y-104 {
    top: 26rem;
    bottom: 26rem;
  }

  .md\:inset-y-108 {
    top: 27rem;
    bottom: 27rem;
  }

  .md\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .md\:inset-y-112 {
    top: 28rem;
    bottom: 28rem;
  }

  .md\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .md\:inset-y-128 {
    top: 32rem;
    bottom: 32rem;
  }

  .md\:inset-y-132 {
    top: 33rem;
    bottom: 33rem;
  }

  .md\:inset-y-134 {
    top: 33.5rem;
    bottom: 33.5rem;
  }

  .md\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .md\:inset-y-136 {
    top: 34rem;
    bottom: 34rem;
  }

  .md\:inset-y-144 {
    top: 36rem;
    bottom: 36rem;
  }

  .md\:inset-y-152 {
    top: 38rem;
    bottom: 38rem;
  }

  .md\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .md\:inset-y-164 {
    top: 41rem;
    bottom: 41rem;
  }

  .md\:inset-y-172 {
    top: 43rem;
    bottom: 43rem;
  }

  .md\:inset-y-179 {
    top: 44.75rem;
    bottom: 44.75rem;
  }

  .md\:inset-y-184 {
    top: 46rem;
    bottom: 46rem;
  }

  .md\:inset-y-192 {
    top: 48rem;
    bottom: 48rem;
  }

  .md\:inset-y-224 {
    top: 56rem;
    bottom: 56rem;
  }

  .md\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .md\:inset-y-256 {
    top: 64rem;
    bottom: 64rem;
  }

  .md\:inset-y-265 {
    top: 66.25rem;
    bottom: 66.25rem;
  }

  .md\:inset-y-288 {
    top: 72rem;
    bottom: 72rem;
  }

  .md\:inset-y-384 {
    top: 96rem;
    bottom: 96rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:inset-y-0\.75 {
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .md\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .md\:inset-y-7\.5 {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .md\:inset-y-9\.5 {
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .md\:inset-y-9\.75 {
    top: 2.4375rem;
    bottom: 2.4375rem;
  }

  .md\:inset-y-12\.5 {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .md\:inset-y-13\.5 {
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .md\:inset-y-292\.5 {
    top: 73.125rem;
    bottom: 73.125rem;
  }

  .md\:inset-y-1\/24 {
    top: 4.166667%;
    bottom: 4.166667%;
  }

  .md\:inset-y-2\/24 {
    top: 8.333333%;
    bottom: 8.333333%;
  }

  .md\:inset-y-3\/24 {
    top: 12.5%;
    bottom: 12.5%;
  }

  .md\:inset-y-4\/24 {
    top: 16.666667%;
    bottom: 16.666667%;
  }

  .md\:inset-y-5\/24 {
    top: 20.833333%;
    bottom: 20.833333%;
  }

  .md\:inset-y-6\/24 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-7\/24 {
    top: 29.166666%;
    bottom: 29.166666%;
  }

  .md\:inset-y-8\/24 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-9\/24 {
    top: 37.5%;
    bottom: 37.5%;
  }

  .md\:inset-y-10\/24 {
    top: 41.666666%;
    bottom: 41.666666%;
  }

  .md\:inset-y-11\/24 {
    top: 45.833333%;
    bottom: 45.833333%;
  }

  .md\:inset-y-12\/24 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-13\/24 {
    top: 54.166666%;
    bottom: 54.166666%;
  }

  .md\:inset-y-14\/24 {
    top: 58.333333%;
    bottom: 58.333333%;
  }

  .md\:inset-y-15\/24 {
    top: 62.5%;
    bottom: 62.5%;
  }

  .md\:inset-y-16\/24 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-17\/24 {
    top: 70.833333%;
    bottom: 70.833333%;
  }

  .md\:inset-y-18\/24 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-19\/24 {
    top: 79.166667%;
    bottom: 79.166667%;
  }

  .md\:inset-y-20\/24 {
    top: 83.333333%;
    bottom: 83.333333%;
  }

  .md\:inset-y-21\/24 {
    top: 87.5%;
    bottom: 87.5%;
  }

  .md\:inset-y-22\/24 {
    top: 91.666667%;
    bottom: 91.666667%;
  }

  .md\:inset-y-23\/24 {
    top: 95.833333%;
    bottom: 95.833333%;
  }

  .md\:inset-y-24\/24 {
    top: 100%;
    bottom: 100%;
  }

  .md\:inset-y-screen-header {
    top: 41.55vw;
    bottom: 41.55vw;
  }

  .md\:inset-y-screen-60 {
    top: 60vh;
    bottom: 60vh;
  }

  .md\:inset-y-screen-80 {
    top: 80vh;
    bottom: 80vh;
  }

  .md\:inset-y-screen-85 {
    top: 85vh;
    bottom: 85vh;
  }

  .md\:inset-y-screen-90 {
    top: 90vh;
    bottom: 90vh;
  }

  .md\:inset-y-screen-95 {
    top: 95vh;
    bottom: 95vh;
  }

  .md\:inset-y-screen-minus-header {
    top: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
  }

  .md\:inset-y-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
  }

  .md\:inset-y-screen-minus-36 {
    top: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
  }

  .md\:inset-y-screen-minus-40 {
    top: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
  }

  .md\:inset-y-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
  }

  .md\:inset-y-screen-minus-72 {
    top: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
  }

  .md\:inset-y-screen-minus-80 {
    top: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
  }

  .md\:inset-y-full-4 {
    top: calc(100% - 16px);
    bottom: calc(100% - 16px);
  }

  .md\:inset-y-account-body {
    top: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
  }

  .md\:inset-y-menu-center {
    top: calc(50% - 288px);
    bottom: calc(50% - 288px);
  }

  .md\:inset-y-tutorials-hidden {
    top: calc(100% - 56px);
    bottom: calc(100% - 56px);
  }

  .md\:inset-y-popup-full-width {
    top: calc(100% + 32px);
    bottom: calc(100% + 32px);
  }

  .md\:inset-y-popup-full-width-md {
    top: calc(100% + 64px);
    bottom: calc(100% + 64px);
  }

  .md\:inset-y-popup-full-height {
    top: calc(100% + 68px);
    bottom: calc(100% + 68px);
  }

  .md\:inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .md\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .md\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .md\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-y-18 {
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .md\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-y-21 {
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .md\:-inset-y-22 {
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .md\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-y-26 {
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .md\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-y-29 {
    top: -7.25rem;
    bottom: -7.25rem;
  }

  .md\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .md\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .md\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .md\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .md\:-inset-y-77 {
    top: -19.25rem;
    bottom: -19.25rem;
  }

  .md\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-y-82 {
    top: -20.5rem;
    bottom: -20.5rem;
  }

  .md\:-inset-y-88 {
    top: -22rem;
    bottom: -22rem;
  }

  .md\:-inset-y-94 {
    top: -23.5rem;
    bottom: -23.5rem;
  }

  .md\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .md\:-inset-y-98 {
    top: -24.5rem;
    bottom: -24.5rem;
  }

  .md\:-inset-y-104 {
    top: -26rem;
    bottom: -26rem;
  }

  .md\:-inset-y-108 {
    top: -27rem;
    bottom: -27rem;
  }

  .md\:-inset-y-110 {
    top: -27.5rem;
    bottom: -27.5rem;
  }

  .md\:-inset-y-112 {
    top: -28rem;
    bottom: -28rem;
  }

  .md\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .md\:-inset-y-128 {
    top: -32rem;
    bottom: -32rem;
  }

  .md\:-inset-y-132 {
    top: -33rem;
    bottom: -33rem;
  }

  .md\:-inset-y-134 {
    top: -33.5rem;
    bottom: -33.5rem;
  }

  .md\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .md\:-inset-y-136 {
    top: -34rem;
    bottom: -34rem;
  }

  .md\:-inset-y-144 {
    top: -36rem;
    bottom: -36rem;
  }

  .md\:-inset-y-152 {
    top: -38rem;
    bottom: -38rem;
  }

  .md\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .md\:-inset-y-164 {
    top: -41rem;
    bottom: -41rem;
  }

  .md\:-inset-y-172 {
    top: -43rem;
    bottom: -43rem;
  }

  .md\:-inset-y-179 {
    top: -44.75rem;
    bottom: -44.75rem;
  }

  .md\:-inset-y-184 {
    top: -46rem;
    bottom: -46rem;
  }

  .md\:-inset-y-192 {
    top: -48rem;
    bottom: -48rem;
  }

  .md\:-inset-y-224 {
    top: -56rem;
    bottom: -56rem;
  }

  .md\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .md\:-inset-y-256 {
    top: -64rem;
    bottom: -64rem;
  }

  .md\:-inset-y-265 {
    top: -66.25rem;
    bottom: -66.25rem;
  }

  .md\:-inset-y-288 {
    top: -72rem;
    bottom: -72rem;
  }

  .md\:-inset-y-384 {
    top: -96rem;
    bottom: -96rem;
  }

  .md\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .md\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:-inset-y-0\.75 {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }

  .md\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .md\:-inset-y-7\.5 {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .md\:-inset-y-9\.5 {
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .md\:-inset-y-9\.75 {
    top: -2.4375rem;
    bottom: -2.4375rem;
  }

  .md\:-inset-y-12\.5 {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .md\:-inset-y-13\.5 {
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .md\:-inset-y-292\.5 {
    top: -73.125rem;
    bottom: -73.125rem;
  }

  .md\:-inset-y-1\/24 {
    top: -4.16667%;
    bottom: -4.16667%;
  }

  .md\:-inset-y-2\/24 {
    top: -8.33333%;
    bottom: -8.33333%;
  }

  .md\:-inset-y-3\/24 {
    top: -12.5%;
    bottom: -12.5%;
  }

  .md\:-inset-y-4\/24 {
    top: -16.66667%;
    bottom: -16.66667%;
  }

  .md\:-inset-y-5\/24 {
    top: -20.83333%;
    bottom: -20.83333%;
  }

  .md\:-inset-y-6\/24 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-7\/24 {
    top: -29.16667%;
    bottom: -29.16667%;
  }

  .md\:-inset-y-8\/24 {
    top: -33.33333%;
    bottom: -33.33333%;
  }

  .md\:-inset-y-9\/24 {
    top: -37.5%;
    bottom: -37.5%;
  }

  .md\:-inset-y-10\/24 {
    top: -41.66667%;
    bottom: -41.66667%;
  }

  .md\:-inset-y-11\/24 {
    top: -45.83333%;
    bottom: -45.83333%;
  }

  .md\:-inset-y-12\/24 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-13\/24 {
    top: -54.16667%;
    bottom: -54.16667%;
  }

  .md\:-inset-y-14\/24 {
    top: -58.33333%;
    bottom: -58.33333%;
  }

  .md\:-inset-y-15\/24 {
    top: -62.5%;
    bottom: -62.5%;
  }

  .md\:-inset-y-16\/24 {
    top: -66.66667%;
    bottom: -66.66667%;
  }

  .md\:-inset-y-17\/24 {
    top: -70.83333%;
    bottom: -70.83333%;
  }

  .md\:-inset-y-18\/24 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-19\/24 {
    top: -79.16667%;
    bottom: -79.16667%;
  }

  .md\:-inset-y-20\/24 {
    top: -83.33333%;
    bottom: -83.33333%;
  }

  .md\:-inset-y-21\/24 {
    top: -87.5%;
    bottom: -87.5%;
  }

  .md\:-inset-y-22\/24 {
    top: -91.66667%;
    bottom: -91.66667%;
  }

  .md\:-inset-y-23\/24 {
    top: -95.83333%;
    bottom: -95.83333%;
  }

  .md\:-inset-y-24\/24 {
    top: -100%;
    bottom: -100%;
  }

  .md\:-inset-y-screen-header {
    top: -41.55vw;
    bottom: -41.55vw;
  }

  .md\:-inset-y-screen-60 {
    top: -60vh;
    bottom: -60vh;
  }

  .md\:-inset-y-screen-80 {
    top: -80vh;
    bottom: -80vh;
  }

  .md\:-inset-y-screen-85 {
    top: -85vh;
    bottom: -85vh;
  }

  .md\:-inset-y-screen-90 {
    top: -90vh;
    bottom: -90vh;
  }

  .md\:-inset-y-screen-95 {
    top: -95vh;
    bottom: -95vh;
  }

  .md\:-inset-y-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
  }

  .md\:-inset-y-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
  }

  .md\:-inset-y-screen-minus-36 {
    top: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
  }

  .md\:-inset-y-screen-minus-40 {
    top: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
  }

  .md\:-inset-y-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
  }

  .md\:-inset-y-screen-minus-72 {
    top: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
  }

  .md\:-inset-y-screen-minus-80 {
    top: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
  }

  .md\:-inset-y-full-4 {
    top: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
  }

  .md\:-inset-y-account-body {
    top: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
  }

  .md\:-inset-y-menu-center {
    top: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
  }

  .md\:-inset-y-tutorials-hidden {
    top: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
  }

  .md\:-inset-y-popup-full-width {
    top: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
  }

  .md\:-inset-y-popup-full-width-md {
    top: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
  }

  .md\:-inset-y-popup-full-height {
    top: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
  }

  .md\:-inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-1 {
    top: 0.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-7 {
    top: 1.75rem;
  }

  .md\:top-8 {
    top: 2rem;
  }

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:top-11 {
    top: 2.75rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:top-14 {
    top: 3.5rem;
  }

  .md\:top-16 {
    top: 4rem;
  }

  .md\:top-18 {
    top: 4.5rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

  .md\:top-21 {
    top: 5.25rem;
  }

  .md\:top-22 {
    top: 5.5rem;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:top-26 {
    top: 6.5rem;
  }

  .md\:top-28 {
    top: 7rem;
  }

  .md\:top-29 {
    top: 7.25rem;
  }

  .md\:top-32 {
    top: 8rem;
  }

  .md\:top-34 {
    top: 8.5rem;
  }

  .md\:top-36 {
    top: 9rem;
  }

  .md\:top-40 {
    top: 10rem;
  }

  .md\:top-42 {
    top: 10.5rem;
  }

  .md\:top-44 {
    top: 11rem;
  }

  .md\:top-48 {
    top: 12rem;
  }

  .md\:top-52 {
    top: 13rem;
  }

  .md\:top-56 {
    top: 14rem;
  }

  .md\:top-60 {
    top: 15rem;
  }

  .md\:top-64 {
    top: 16rem;
  }

  .md\:top-68 {
    top: 17rem;
  }

  .md\:top-72 {
    top: 18rem;
  }

  .md\:top-77 {
    top: 19.25rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:top-82 {
    top: 20.5rem;
  }

  .md\:top-88 {
    top: 22rem;
  }

  .md\:top-94 {
    top: 23.5rem;
  }

  .md\:top-96 {
    top: 24rem;
  }

  .md\:top-98 {
    top: 24.5rem;
  }

  .md\:top-104 {
    top: 26rem;
  }

  .md\:top-108 {
    top: 27rem;
  }

  .md\:top-110 {
    top: 27.5rem;
  }

  .md\:top-112 {
    top: 28rem;
  }

  .md\:top-120 {
    top: 30rem;
  }

  .md\:top-128 {
    top: 32rem;
  }

  .md\:top-132 {
    top: 33rem;
  }

  .md\:top-134 {
    top: 33.5rem;
  }

  .md\:top-135 {
    top: 33.75rem;
  }

  .md\:top-136 {
    top: 34rem;
  }

  .md\:top-144 {
    top: 36rem;
  }

  .md\:top-152 {
    top: 38rem;
  }

  .md\:top-160 {
    top: 40rem;
  }

  .md\:top-164 {
    top: 41rem;
  }

  .md\:top-172 {
    top: 43rem;
  }

  .md\:top-179 {
    top: 44.75rem;
  }

  .md\:top-184 {
    top: 46rem;
  }

  .md\:top-192 {
    top: 48rem;
  }

  .md\:top-224 {
    top: 56rem;
  }

  .md\:top-240 {
    top: 60rem;
  }

  .md\:top-256 {
    top: 64rem;
  }

  .md\:top-265 {
    top: 66.25rem;
  }

  .md\:top-288 {
    top: 72rem;
  }

  .md\:top-384 {
    top: 96rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-px {
    top: 1px;
  }

  .md\:top-0\.5 {
    top: 0.125rem;
  }

  .md\:top-1\.5 {
    top: 0.375rem;
  }

  .md\:top-2\.5 {
    top: 0.625rem;
  }

  .md\:top-3\.5 {
    top: 0.875rem;
  }

  .md\:top-0\.75 {
    top: 0.1875rem;
  }

  .md\:top-4\.5 {
    top: 1.125rem;
  }

  .md\:top-7\.5 {
    top: 1.875rem;
  }

  .md\:top-9\.5 {
    top: 2.375rem;
  }

  .md\:top-9\.75 {
    top: 2.4375rem;
  }

  .md\:top-12\.5 {
    top: 3.125rem;
  }

  .md\:top-13\.5 {
    top: 3.375rem;
  }

  .md\:top-292\.5 {
    top: 73.125rem;
  }

  .md\:top-1\/24 {
    top: 4.166667%;
  }

  .md\:top-2\/24 {
    top: 8.333333%;
  }

  .md\:top-3\/24 {
    top: 12.5%;
  }

  .md\:top-4\/24 {
    top: 16.666667%;
  }

  .md\:top-5\/24 {
    top: 20.833333%;
  }

  .md\:top-6\/24 {
    top: 25%;
  }

  .md\:top-7\/24 {
    top: 29.166666%;
  }

  .md\:top-8\/24 {
    top: 33.333333%;
  }

  .md\:top-9\/24 {
    top: 37.5%;
  }

  .md\:top-10\/24 {
    top: 41.666666%;
  }

  .md\:top-11\/24 {
    top: 45.833333%;
  }

  .md\:top-12\/24 {
    top: 50%;
  }

  .md\:top-13\/24 {
    top: 54.166666%;
  }

  .md\:top-14\/24 {
    top: 58.333333%;
  }

  .md\:top-15\/24 {
    top: 62.5%;
  }

  .md\:top-16\/24 {
    top: 66.666667%;
  }

  .md\:top-17\/24 {
    top: 70.833333%;
  }

  .md\:top-18\/24 {
    top: 75%;
  }

  .md\:top-19\/24 {
    top: 79.166667%;
  }

  .md\:top-20\/24 {
    top: 83.333333%;
  }

  .md\:top-21\/24 {
    top: 87.5%;
  }

  .md\:top-22\/24 {
    top: 91.666667%;
  }

  .md\:top-23\/24 {
    top: 95.833333%;
  }

  .md\:top-24\/24 {
    top: 100%;
  }

  .md\:top-screen-header {
    top: 41.55vw;
  }

  .md\:top-screen-60 {
    top: 60vh;
  }

  .md\:top-screen-80 {
    top: 80vh;
  }

  .md\:top-screen-85 {
    top: 85vh;
  }

  .md\:top-screen-90 {
    top: 90vh;
  }

  .md\:top-screen-95 {
    top: 95vh;
  }

  .md\:top-screen-minus-header {
    top: calc(100vh - 5.25rem);
  }

  .md\:top-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
  }

  .md\:top-screen-minus-36 {
    top: calc(100vh - 9rem);
  }

  .md\:top-screen-minus-40 {
    top: calc(100vh - 10rem);
  }

  .md\:top-screen-minus-55 {
    top: calc(100vh - 13.75rem);
  }

  .md\:top-screen-minus-72 {
    top: calc(100vh - 18rem);
  }

  .md\:top-screen-minus-80 {
    top: calc(100vh - 20rem);
  }

  .md\:top-full-4 {
    top: calc(100% - 16px);
  }

  .md\:top-account-body {
    top: calc(100vw - 304px);
  }

  .md\:top-menu-center {
    top: calc(50% - 288px);
  }

  .md\:top-tutorials-hidden {
    top: calc(100% - 56px);
  }

  .md\:top-popup-full-width {
    top: calc(100% + 32px);
  }

  .md\:top-popup-full-width-md {
    top: calc(100% + 64px);
  }

  .md\:top-popup-full-height {
    top: calc(100% + 68px);
  }

  .md\:top-max-content {
    top: max-content;
  }

  .md\:-top-0 {
    top: 0px;
  }

  .md\:-top-1 {
    top: -0.25rem;
  }

  .md\:-top-2 {
    top: -0.5rem;
  }

  .md\:-top-3 {
    top: -0.75rem;
  }

  .md\:-top-4 {
    top: -1rem;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:-top-6 {
    top: -1.5rem;
  }

  .md\:-top-7 {
    top: -1.75rem;
  }

  .md\:-top-8 {
    top: -2rem;
  }

  .md\:-top-9 {
    top: -2.25rem;
  }

  .md\:-top-10 {
    top: -2.5rem;
  }

  .md\:-top-11 {
    top: -2.75rem;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-top-14 {
    top: -3.5rem;
  }

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:-top-18 {
    top: -4.5rem;
  }

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-top-21 {
    top: -5.25rem;
  }

  .md\:-top-22 {
    top: -5.5rem;
  }

  .md\:-top-24 {
    top: -6rem;
  }

  .md\:-top-26 {
    top: -6.5rem;
  }

  .md\:-top-28 {
    top: -7rem;
  }

  .md\:-top-29 {
    top: -7.25rem;
  }

  .md\:-top-32 {
    top: -8rem;
  }

  .md\:-top-34 {
    top: -8.5rem;
  }

  .md\:-top-36 {
    top: -9rem;
  }

  .md\:-top-40 {
    top: -10rem;
  }

  .md\:-top-42 {
    top: -10.5rem;
  }

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-top-48 {
    top: -12rem;
  }

  .md\:-top-52 {
    top: -13rem;
  }

  .md\:-top-56 {
    top: -14rem;
  }

  .md\:-top-60 {
    top: -15rem;
  }

  .md\:-top-64 {
    top: -16rem;
  }

  .md\:-top-68 {
    top: -17rem;
  }

  .md\:-top-72 {
    top: -18rem;
  }

  .md\:-top-77 {
    top: -19.25rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:-top-82 {
    top: -20.5rem;
  }

  .md\:-top-88 {
    top: -22rem;
  }

  .md\:-top-94 {
    top: -23.5rem;
  }

  .md\:-top-96 {
    top: -24rem;
  }

  .md\:-top-98 {
    top: -24.5rem;
  }

  .md\:-top-104 {
    top: -26rem;
  }

  .md\:-top-108 {
    top: -27rem;
  }

  .md\:-top-110 {
    top: -27.5rem;
  }

  .md\:-top-112 {
    top: -28rem;
  }

  .md\:-top-120 {
    top: -30rem;
  }

  .md\:-top-128 {
    top: -32rem;
  }

  .md\:-top-132 {
    top: -33rem;
  }

  .md\:-top-134 {
    top: -33.5rem;
  }

  .md\:-top-135 {
    top: -33.75rem;
  }

  .md\:-top-136 {
    top: -34rem;
  }

  .md\:-top-144 {
    top: -36rem;
  }

  .md\:-top-152 {
    top: -38rem;
  }

  .md\:-top-160 {
    top: -40rem;
  }

  .md\:-top-164 {
    top: -41rem;
  }

  .md\:-top-172 {
    top: -43rem;
  }

  .md\:-top-179 {
    top: -44.75rem;
  }

  .md\:-top-184 {
    top: -46rem;
  }

  .md\:-top-192 {
    top: -48rem;
  }

  .md\:-top-224 {
    top: -56rem;
  }

  .md\:-top-240 {
    top: -60rem;
  }

  .md\:-top-256 {
    top: -64rem;
  }

  .md\:-top-265 {
    top: -66.25rem;
  }

  .md\:-top-288 {
    top: -72rem;
  }

  .md\:-top-384 {
    top: -96rem;
  }

  .md\:-top-px {
    top: -1px;
  }

  .md\:-top-0\.5 {
    top: -0.125rem;
  }

  .md\:-top-1\.5 {
    top: -0.375rem;
  }

  .md\:-top-2\.5 {
    top: -0.625rem;
  }

  .md\:-top-3\.5 {
    top: -0.875rem;
  }

  .md\:-top-0\.75 {
    top: -0.1875rem;
  }

  .md\:-top-4\.5 {
    top: -1.125rem;
  }

  .md\:-top-7\.5 {
    top: -1.875rem;
  }

  .md\:-top-9\.5 {
    top: -2.375rem;
  }

  .md\:-top-9\.75 {
    top: -2.4375rem;
  }

  .md\:-top-12\.5 {
    top: -3.125rem;
  }

  .md\:-top-13\.5 {
    top: -3.375rem;
  }

  .md\:-top-292\.5 {
    top: -73.125rem;
  }

  .md\:-top-1\/24 {
    top: -4.16667%;
  }

  .md\:-top-2\/24 {
    top: -8.33333%;
  }

  .md\:-top-3\/24 {
    top: -12.5%;
  }

  .md\:-top-4\/24 {
    top: -16.66667%;
  }

  .md\:-top-5\/24 {
    top: -20.83333%;
  }

  .md\:-top-6\/24 {
    top: -25%;
  }

  .md\:-top-7\/24 {
    top: -29.16667%;
  }

  .md\:-top-8\/24 {
    top: -33.33333%;
  }

  .md\:-top-9\/24 {
    top: -37.5%;
  }

  .md\:-top-10\/24 {
    top: -41.66667%;
  }

  .md\:-top-11\/24 {
    top: -45.83333%;
  }

  .md\:-top-12\/24 {
    top: -50%;
  }

  .md\:-top-13\/24 {
    top: -54.16667%;
  }

  .md\:-top-14\/24 {
    top: -58.33333%;
  }

  .md\:-top-15\/24 {
    top: -62.5%;
  }

  .md\:-top-16\/24 {
    top: -66.66667%;
  }

  .md\:-top-17\/24 {
    top: -70.83333%;
  }

  .md\:-top-18\/24 {
    top: -75%;
  }

  .md\:-top-19\/24 {
    top: -79.16667%;
  }

  .md\:-top-20\/24 {
    top: -83.33333%;
  }

  .md\:-top-21\/24 {
    top: -87.5%;
  }

  .md\:-top-22\/24 {
    top: -91.66667%;
  }

  .md\:-top-23\/24 {
    top: -95.83333%;
  }

  .md\:-top-24\/24 {
    top: -100%;
  }

  .md\:-top-screen-header {
    top: -41.55vw;
  }

  .md\:-top-screen-60 {
    top: -60vh;
  }

  .md\:-top-screen-80 {
    top: -80vh;
  }

  .md\:-top-screen-85 {
    top: -85vh;
  }

  .md\:-top-screen-90 {
    top: -90vh;
  }

  .md\:-top-screen-95 {
    top: -95vh;
  }

  .md\:-top-screen-minus-header {
    top: calc(-100vh - -5.25rem);
  }

  .md\:-top-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
  }

  .md\:-top-screen-minus-36 {
    top: calc(-100vh - -9rem);
  }

  .md\:-top-screen-minus-40 {
    top: calc(-100vh - -10rem);
  }

  .md\:-top-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
  }

  .md\:-top-screen-minus-72 {
    top: calc(-100vh - -18rem);
  }

  .md\:-top-screen-minus-80 {
    top: calc(-100vh - -20rem);
  }

  .md\:-top-full-4 {
    top: calc(-100% - -16px);
  }

  .md\:-top-account-body {
    top: calc(-100vw - -304px);
  }

  .md\:-top-menu-center {
    top: calc(-50% - -288px);
  }

  .md\:-top-tutorials-hidden {
    top: calc(-100% - -56px);
  }

  .md\:-top-popup-full-width {
    top: calc(-100% + -32px);
  }

  .md\:-top-popup-full-width-md {
    top: calc(-100% + -64px);
  }

  .md\:-top-popup-full-height {
    top: calc(-100% + -68px);
  }

  .md\:-top-max-content {
    top: max-content;
  }

  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:top-1\/3 {
    top: 33.333333%;
  }

  .md\:top-2\/3 {
    top: 66.666667%;
  }

  .md\:top-1\/4 {
    top: 25%;
  }

  .md\:top-2\/4 {
    top: 50%;
  }

  .md\:top-3\/4 {
    top: 75%;
  }

  .md\:top-full {
    top: 100%;
  }

  .md\:-top-1\/2 {
    top: -50%;
  }

  .md\:-top-1\/3 {
    top: -33.333333%;
  }

  .md\:-top-2\/3 {
    top: -66.666667%;
  }

  .md\:-top-1\/4 {
    top: -25%;
  }

  .md\:-top-2\/4 {
    top: -50%;
  }

  .md\:-top-3\/4 {
    top: -75%;
  }

  .md\:-top-full {
    top: -100%;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:right-7 {
    right: 1.75rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:right-14 {
    right: 3.5rem;
  }

  .md\:right-16 {
    right: 4rem;
  }

  .md\:right-18 {
    right: 4.5rem;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:right-21 {
    right: 5.25rem;
  }

  .md\:right-22 {
    right: 5.5rem;
  }

  .md\:right-24 {
    right: 6rem;
  }

  .md\:right-26 {
    right: 6.5rem;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:right-29 {
    right: 7.25rem;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:right-34 {
    right: 8.5rem;
  }

  .md\:right-36 {
    right: 9rem;
  }

  .md\:right-40 {
    right: 10rem;
  }

  .md\:right-42 {
    right: 10.5rem;
  }

  .md\:right-44 {
    right: 11rem;
  }

  .md\:right-48 {
    right: 12rem;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:right-56 {
    right: 14rem;
  }

  .md\:right-60 {
    right: 15rem;
  }

  .md\:right-64 {
    right: 16rem;
  }

  .md\:right-68 {
    right: 17rem;
  }

  .md\:right-72 {
    right: 18rem;
  }

  .md\:right-77 {
    right: 19.25rem;
  }

  .md\:right-80 {
    right: 20rem;
  }

  .md\:right-82 {
    right: 20.5rem;
  }

  .md\:right-88 {
    right: 22rem;
  }

  .md\:right-94 {
    right: 23.5rem;
  }

  .md\:right-96 {
    right: 24rem;
  }

  .md\:right-98 {
    right: 24.5rem;
  }

  .md\:right-104 {
    right: 26rem;
  }

  .md\:right-108 {
    right: 27rem;
  }

  .md\:right-110 {
    right: 27.5rem;
  }

  .md\:right-112 {
    right: 28rem;
  }

  .md\:right-120 {
    right: 30rem;
  }

  .md\:right-128 {
    right: 32rem;
  }

  .md\:right-132 {
    right: 33rem;
  }

  .md\:right-134 {
    right: 33.5rem;
  }

  .md\:right-135 {
    right: 33.75rem;
  }

  .md\:right-136 {
    right: 34rem;
  }

  .md\:right-144 {
    right: 36rem;
  }

  .md\:right-152 {
    right: 38rem;
  }

  .md\:right-160 {
    right: 40rem;
  }

  .md\:right-164 {
    right: 41rem;
  }

  .md\:right-172 {
    right: 43rem;
  }

  .md\:right-179 {
    right: 44.75rem;
  }

  .md\:right-184 {
    right: 46rem;
  }

  .md\:right-192 {
    right: 48rem;
  }

  .md\:right-224 {
    right: 56rem;
  }

  .md\:right-240 {
    right: 60rem;
  }

  .md\:right-256 {
    right: 64rem;
  }

  .md\:right-265 {
    right: 66.25rem;
  }

  .md\:right-288 {
    right: 72rem;
  }

  .md\:right-384 {
    right: 96rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:right-px {
    right: 1px;
  }

  .md\:right-0\.5 {
    right: 0.125rem;
  }

  .md\:right-1\.5 {
    right: 0.375rem;
  }

  .md\:right-2\.5 {
    right: 0.625rem;
  }

  .md\:right-3\.5 {
    right: 0.875rem;
  }

  .md\:right-0\.75 {
    right: 0.1875rem;
  }

  .md\:right-4\.5 {
    right: 1.125rem;
  }

  .md\:right-7\.5 {
    right: 1.875rem;
  }

  .md\:right-9\.5 {
    right: 2.375rem;
  }

  .md\:right-9\.75 {
    right: 2.4375rem;
  }

  .md\:right-12\.5 {
    right: 3.125rem;
  }

  .md\:right-13\.5 {
    right: 3.375rem;
  }

  .md\:right-292\.5 {
    right: 73.125rem;
  }

  .md\:right-1\/24 {
    right: 4.166667%;
  }

  .md\:right-2\/24 {
    right: 8.333333%;
  }

  .md\:right-3\/24 {
    right: 12.5%;
  }

  .md\:right-4\/24 {
    right: 16.666667%;
  }

  .md\:right-5\/24 {
    right: 20.833333%;
  }

  .md\:right-6\/24 {
    right: 25%;
  }

  .md\:right-7\/24 {
    right: 29.166666%;
  }

  .md\:right-8\/24 {
    right: 33.333333%;
  }

  .md\:right-9\/24 {
    right: 37.5%;
  }

  .md\:right-10\/24 {
    right: 41.666666%;
  }

  .md\:right-11\/24 {
    right: 45.833333%;
  }

  .md\:right-12\/24 {
    right: 50%;
  }

  .md\:right-13\/24 {
    right: 54.166666%;
  }

  .md\:right-14\/24 {
    right: 58.333333%;
  }

  .md\:right-15\/24 {
    right: 62.5%;
  }

  .md\:right-16\/24 {
    right: 66.666667%;
  }

  .md\:right-17\/24 {
    right: 70.833333%;
  }

  .md\:right-18\/24 {
    right: 75%;
  }

  .md\:right-19\/24 {
    right: 79.166667%;
  }

  .md\:right-20\/24 {
    right: 83.333333%;
  }

  .md\:right-21\/24 {
    right: 87.5%;
  }

  .md\:right-22\/24 {
    right: 91.666667%;
  }

  .md\:right-23\/24 {
    right: 95.833333%;
  }

  .md\:right-24\/24 {
    right: 100%;
  }

  .md\:right-screen-header {
    right: 41.55vw;
  }

  .md\:right-screen-60 {
    right: 60vh;
  }

  .md\:right-screen-80 {
    right: 80vh;
  }

  .md\:right-screen-85 {
    right: 85vh;
  }

  .md\:right-screen-90 {
    right: 90vh;
  }

  .md\:right-screen-95 {
    right: 95vh;
  }

  .md\:right-screen-minus-header {
    right: calc(100vh - 5.25rem);
  }

  .md\:right-screen-minus-35\.5 {
    right: calc(100vh - 8.875rem);
  }

  .md\:right-screen-minus-36 {
    right: calc(100vh - 9rem);
  }

  .md\:right-screen-minus-40 {
    right: calc(100vh - 10rem);
  }

  .md\:right-screen-minus-55 {
    right: calc(100vh - 13.75rem);
  }

  .md\:right-screen-minus-72 {
    right: calc(100vh - 18rem);
  }

  .md\:right-screen-minus-80 {
    right: calc(100vh - 20rem);
  }

  .md\:right-full-4 {
    right: calc(100% - 16px);
  }

  .md\:right-account-body {
    right: calc(100vw - 304px);
  }

  .md\:right-menu-center {
    right: calc(50% - 288px);
  }

  .md\:right-tutorials-hidden {
    right: calc(100% - 56px);
  }

  .md\:right-popup-full-width {
    right: calc(100% + 32px);
  }

  .md\:right-popup-full-width-md {
    right: calc(100% + 64px);
  }

  .md\:right-popup-full-height {
    right: calc(100% + 68px);
  }

  .md\:right-max-content {
    right: max-content;
  }

  .md\:-right-0 {
    right: 0px;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-right-7 {
    right: -1.75rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-right-9 {
    right: -2.25rem;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:-right-11 {
    right: -2.75rem;
  }

  .md\:-right-12 {
    right: -3rem;
  }

  .md\:-right-14 {
    right: -3.5rem;
  }

  .md\:-right-16 {
    right: -4rem;
  }

  .md\:-right-18 {
    right: -4.5rem;
  }

  .md\:-right-20 {
    right: -5rem;
  }

  .md\:-right-21 {
    right: -5.25rem;
  }

  .md\:-right-22 {
    right: -5.5rem;
  }

  .md\:-right-24 {
    right: -6rem;
  }

  .md\:-right-26 {
    right: -6.5rem;
  }

  .md\:-right-28 {
    right: -7rem;
  }

  .md\:-right-29 {
    right: -7.25rem;
  }

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:-right-34 {
    right: -8.5rem;
  }

  .md\:-right-36 {
    right: -9rem;
  }

  .md\:-right-40 {
    right: -10rem;
  }

  .md\:-right-42 {
    right: -10.5rem;
  }

  .md\:-right-44 {
    right: -11rem;
  }

  .md\:-right-48 {
    right: -12rem;
  }

  .md\:-right-52 {
    right: -13rem;
  }

  .md\:-right-56 {
    right: -14rem;
  }

  .md\:-right-60 {
    right: -15rem;
  }

  .md\:-right-64 {
    right: -16rem;
  }

  .md\:-right-68 {
    right: -17rem;
  }

  .md\:-right-72 {
    right: -18rem;
  }

  .md\:-right-77 {
    right: -19.25rem;
  }

  .md\:-right-80 {
    right: -20rem;
  }

  .md\:-right-82 {
    right: -20.5rem;
  }

  .md\:-right-88 {
    right: -22rem;
  }

  .md\:-right-94 {
    right: -23.5rem;
  }

  .md\:-right-96 {
    right: -24rem;
  }

  .md\:-right-98 {
    right: -24.5rem;
  }

  .md\:-right-104 {
    right: -26rem;
  }

  .md\:-right-108 {
    right: -27rem;
  }

  .md\:-right-110 {
    right: -27.5rem;
  }

  .md\:-right-112 {
    right: -28rem;
  }

  .md\:-right-120 {
    right: -30rem;
  }

  .md\:-right-128 {
    right: -32rem;
  }

  .md\:-right-132 {
    right: -33rem;
  }

  .md\:-right-134 {
    right: -33.5rem;
  }

  .md\:-right-135 {
    right: -33.75rem;
  }

  .md\:-right-136 {
    right: -34rem;
  }

  .md\:-right-144 {
    right: -36rem;
  }

  .md\:-right-152 {
    right: -38rem;
  }

  .md\:-right-160 {
    right: -40rem;
  }

  .md\:-right-164 {
    right: -41rem;
  }

  .md\:-right-172 {
    right: -43rem;
  }

  .md\:-right-179 {
    right: -44.75rem;
  }

  .md\:-right-184 {
    right: -46rem;
  }

  .md\:-right-192 {
    right: -48rem;
  }

  .md\:-right-224 {
    right: -56rem;
  }

  .md\:-right-240 {
    right: -60rem;
  }

  .md\:-right-256 {
    right: -64rem;
  }

  .md\:-right-265 {
    right: -66.25rem;
  }

  .md\:-right-288 {
    right: -72rem;
  }

  .md\:-right-384 {
    right: -96rem;
  }

  .md\:-right-px {
    right: -1px;
  }

  .md\:-right-0\.5 {
    right: -0.125rem;
  }

  .md\:-right-1\.5 {
    right: -0.375rem;
  }

  .md\:-right-2\.5 {
    right: -0.625rem;
  }

  .md\:-right-3\.5 {
    right: -0.875rem;
  }

  .md\:-right-0\.75 {
    right: -0.1875rem;
  }

  .md\:-right-4\.5 {
    right: -1.125rem;
  }

  .md\:-right-7\.5 {
    right: -1.875rem;
  }

  .md\:-right-9\.5 {
    right: -2.375rem;
  }

  .md\:-right-9\.75 {
    right: -2.4375rem;
  }

  .md\:-right-12\.5 {
    right: -3.125rem;
  }

  .md\:-right-13\.5 {
    right: -3.375rem;
  }

  .md\:-right-292\.5 {
    right: -73.125rem;
  }

  .md\:-right-1\/24 {
    right: -4.16667%;
  }

  .md\:-right-2\/24 {
    right: -8.33333%;
  }

  .md\:-right-3\/24 {
    right: -12.5%;
  }

  .md\:-right-4\/24 {
    right: -16.66667%;
  }

  .md\:-right-5\/24 {
    right: -20.83333%;
  }

  .md\:-right-6\/24 {
    right: -25%;
  }

  .md\:-right-7\/24 {
    right: -29.16667%;
  }

  .md\:-right-8\/24 {
    right: -33.33333%;
  }

  .md\:-right-9\/24 {
    right: -37.5%;
  }

  .md\:-right-10\/24 {
    right: -41.66667%;
  }

  .md\:-right-11\/24 {
    right: -45.83333%;
  }

  .md\:-right-12\/24 {
    right: -50%;
  }

  .md\:-right-13\/24 {
    right: -54.16667%;
  }

  .md\:-right-14\/24 {
    right: -58.33333%;
  }

  .md\:-right-15\/24 {
    right: -62.5%;
  }

  .md\:-right-16\/24 {
    right: -66.66667%;
  }

  .md\:-right-17\/24 {
    right: -70.83333%;
  }

  .md\:-right-18\/24 {
    right: -75%;
  }

  .md\:-right-19\/24 {
    right: -79.16667%;
  }

  .md\:-right-20\/24 {
    right: -83.33333%;
  }

  .md\:-right-21\/24 {
    right: -87.5%;
  }

  .md\:-right-22\/24 {
    right: -91.66667%;
  }

  .md\:-right-23\/24 {
    right: -95.83333%;
  }

  .md\:-right-24\/24 {
    right: -100%;
  }

  .md\:-right-screen-header {
    right: -41.55vw;
  }

  .md\:-right-screen-60 {
    right: -60vh;
  }

  .md\:-right-screen-80 {
    right: -80vh;
  }

  .md\:-right-screen-85 {
    right: -85vh;
  }

  .md\:-right-screen-90 {
    right: -90vh;
  }

  .md\:-right-screen-95 {
    right: -95vh;
  }

  .md\:-right-screen-minus-header {
    right: calc(-100vh - -5.25rem);
  }

  .md\:-right-screen-minus-35\.5 {
    right: calc(-100vh - -8.875rem);
  }

  .md\:-right-screen-minus-36 {
    right: calc(-100vh - -9rem);
  }

  .md\:-right-screen-minus-40 {
    right: calc(-100vh - -10rem);
  }

  .md\:-right-screen-minus-55 {
    right: calc(-100vh - -13.75rem);
  }

  .md\:-right-screen-minus-72 {
    right: calc(-100vh - -18rem);
  }

  .md\:-right-screen-minus-80 {
    right: calc(-100vh - -20rem);
  }

  .md\:-right-full-4 {
    right: calc(-100% - -16px);
  }

  .md\:-right-account-body {
    right: calc(-100vw - -304px);
  }

  .md\:-right-menu-center {
    right: calc(-50% - -288px);
  }

  .md\:-right-tutorials-hidden {
    right: calc(-100% - -56px);
  }

  .md\:-right-popup-full-width {
    right: calc(-100% + -32px);
  }

  .md\:-right-popup-full-width-md {
    right: calc(-100% + -64px);
  }

  .md\:-right-popup-full-height {
    right: calc(-100% + -68px);
  }

  .md\:-right-max-content {
    right: max-content;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:right-1\/3 {
    right: 33.333333%;
  }

  .md\:right-2\/3 {
    right: 66.666667%;
  }

  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:right-2\/4 {
    right: 50%;
  }

  .md\:right-3\/4 {
    right: 75%;
  }

  .md\:right-full {
    right: 100%;
  }

  .md\:-right-1\/2 {
    right: -50%;
  }

  .md\:-right-1\/3 {
    right: -33.333333%;
  }

  .md\:-right-2\/3 {
    right: -66.666667%;
  }

  .md\:-right-1\/4 {
    right: -25%;
  }

  .md\:-right-2\/4 {
    right: -50%;
  }

  .md\:-right-3\/4 {
    right: -75%;
  }

  .md\:-right-full {
    right: -100%;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-1 {
    bottom: 0.25rem;
  }

  .md\:bottom-2 {
    bottom: 0.5rem;
  }

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:bottom-7 {
    bottom: 1.75rem;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:bottom-9 {
    bottom: 2.25rem;
  }

  .md\:bottom-10 {
    bottom: 2.5rem;
  }

  .md\:bottom-11 {
    bottom: 2.75rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

  .md\:bottom-16 {
    bottom: 4rem;
  }

  .md\:bottom-18 {
    bottom: 4.5rem;
  }

  .md\:bottom-20 {
    bottom: 5rem;
  }

  .md\:bottom-21 {
    bottom: 5.25rem;
  }

  .md\:bottom-22 {
    bottom: 5.5rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:bottom-26 {
    bottom: 6.5rem;
  }

  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:bottom-29 {
    bottom: 7.25rem;
  }

  .md\:bottom-32 {
    bottom: 8rem;
  }

  .md\:bottom-34 {
    bottom: 8.5rem;
  }

  .md\:bottom-36 {
    bottom: 9rem;
  }

  .md\:bottom-40 {
    bottom: 10rem;
  }

  .md\:bottom-42 {
    bottom: 10.5rem;
  }

  .md\:bottom-44 {
    bottom: 11rem;
  }

  .md\:bottom-48 {
    bottom: 12rem;
  }

  .md\:bottom-52 {
    bottom: 13rem;
  }

  .md\:bottom-56 {
    bottom: 14rem;
  }

  .md\:bottom-60 {
    bottom: 15rem;
  }

  .md\:bottom-64 {
    bottom: 16rem;
  }

  .md\:bottom-68 {
    bottom: 17rem;
  }

  .md\:bottom-72 {
    bottom: 18rem;
  }

  .md\:bottom-77 {
    bottom: 19.25rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:bottom-82 {
    bottom: 20.5rem;
  }

  .md\:bottom-88 {
    bottom: 22rem;
  }

  .md\:bottom-94 {
    bottom: 23.5rem;
  }

  .md\:bottom-96 {
    bottom: 24rem;
  }

  .md\:bottom-98 {
    bottom: 24.5rem;
  }

  .md\:bottom-104 {
    bottom: 26rem;
  }

  .md\:bottom-108 {
    bottom: 27rem;
  }

  .md\:bottom-110 {
    bottom: 27.5rem;
  }

  .md\:bottom-112 {
    bottom: 28rem;
  }

  .md\:bottom-120 {
    bottom: 30rem;
  }

  .md\:bottom-128 {
    bottom: 32rem;
  }

  .md\:bottom-132 {
    bottom: 33rem;
  }

  .md\:bottom-134 {
    bottom: 33.5rem;
  }

  .md\:bottom-135 {
    bottom: 33.75rem;
  }

  .md\:bottom-136 {
    bottom: 34rem;
  }

  .md\:bottom-144 {
    bottom: 36rem;
  }

  .md\:bottom-152 {
    bottom: 38rem;
  }

  .md\:bottom-160 {
    bottom: 40rem;
  }

  .md\:bottom-164 {
    bottom: 41rem;
  }

  .md\:bottom-172 {
    bottom: 43rem;
  }

  .md\:bottom-179 {
    bottom: 44.75rem;
  }

  .md\:bottom-184 {
    bottom: 46rem;
  }

  .md\:bottom-192 {
    bottom: 48rem;
  }

  .md\:bottom-224 {
    bottom: 56rem;
  }

  .md\:bottom-240 {
    bottom: 60rem;
  }

  .md\:bottom-256 {
    bottom: 64rem;
  }

  .md\:bottom-265 {
    bottom: 66.25rem;
  }

  .md\:bottom-288 {
    bottom: 72rem;
  }

  .md\:bottom-384 {
    bottom: 96rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:bottom-px {
    bottom: 1px;
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .md\:bottom-0\.75 {
    bottom: 0.1875rem;
  }

  .md\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .md\:bottom-7\.5 {
    bottom: 1.875rem;
  }

  .md\:bottom-9\.5 {
    bottom: 2.375rem;
  }

  .md\:bottom-9\.75 {
    bottom: 2.4375rem;
  }

  .md\:bottom-12\.5 {
    bottom: 3.125rem;
  }

  .md\:bottom-13\.5 {
    bottom: 3.375rem;
  }

  .md\:bottom-292\.5 {
    bottom: 73.125rem;
  }

  .md\:bottom-1\/24 {
    bottom: 4.166667%;
  }

  .md\:bottom-2\/24 {
    bottom: 8.333333%;
  }

  .md\:bottom-3\/24 {
    bottom: 12.5%;
  }

  .md\:bottom-4\/24 {
    bottom: 16.666667%;
  }

  .md\:bottom-5\/24 {
    bottom: 20.833333%;
  }

  .md\:bottom-6\/24 {
    bottom: 25%;
  }

  .md\:bottom-7\/24 {
    bottom: 29.166666%;
  }

  .md\:bottom-8\/24 {
    bottom: 33.333333%;
  }

  .md\:bottom-9\/24 {
    bottom: 37.5%;
  }

  .md\:bottom-10\/24 {
    bottom: 41.666666%;
  }

  .md\:bottom-11\/24 {
    bottom: 45.833333%;
  }

  .md\:bottom-12\/24 {
    bottom: 50%;
  }

  .md\:bottom-13\/24 {
    bottom: 54.166666%;
  }

  .md\:bottom-14\/24 {
    bottom: 58.333333%;
  }

  .md\:bottom-15\/24 {
    bottom: 62.5%;
  }

  .md\:bottom-16\/24 {
    bottom: 66.666667%;
  }

  .md\:bottom-17\/24 {
    bottom: 70.833333%;
  }

  .md\:bottom-18\/24 {
    bottom: 75%;
  }

  .md\:bottom-19\/24 {
    bottom: 79.166667%;
  }

  .md\:bottom-20\/24 {
    bottom: 83.333333%;
  }

  .md\:bottom-21\/24 {
    bottom: 87.5%;
  }

  .md\:bottom-22\/24 {
    bottom: 91.666667%;
  }

  .md\:bottom-23\/24 {
    bottom: 95.833333%;
  }

  .md\:bottom-24\/24 {
    bottom: 100%;
  }

  .md\:bottom-screen-header {
    bottom: 41.55vw;
  }

  .md\:bottom-screen-60 {
    bottom: 60vh;
  }

  .md\:bottom-screen-80 {
    bottom: 80vh;
  }

  .md\:bottom-screen-85 {
    bottom: 85vh;
  }

  .md\:bottom-screen-90 {
    bottom: 90vh;
  }

  .md\:bottom-screen-95 {
    bottom: 95vh;
  }

  .md\:bottom-screen-minus-header {
    bottom: calc(100vh - 5.25rem);
  }

  .md\:bottom-screen-minus-35\.5 {
    bottom: calc(100vh - 8.875rem);
  }

  .md\:bottom-screen-minus-36 {
    bottom: calc(100vh - 9rem);
  }

  .md\:bottom-screen-minus-40 {
    bottom: calc(100vh - 10rem);
  }

  .md\:bottom-screen-minus-55 {
    bottom: calc(100vh - 13.75rem);
  }

  .md\:bottom-screen-minus-72 {
    bottom: calc(100vh - 18rem);
  }

  .md\:bottom-screen-minus-80 {
    bottom: calc(100vh - 20rem);
  }

  .md\:bottom-full-4 {
    bottom: calc(100% - 16px);
  }

  .md\:bottom-account-body {
    bottom: calc(100vw - 304px);
  }

  .md\:bottom-menu-center {
    bottom: calc(50% - 288px);
  }

  .md\:bottom-tutorials-hidden {
    bottom: calc(100% - 56px);
  }

  .md\:bottom-popup-full-width {
    bottom: calc(100% + 32px);
  }

  .md\:bottom-popup-full-width-md {
    bottom: calc(100% + 64px);
  }

  .md\:bottom-popup-full-height {
    bottom: calc(100% + 68px);
  }

  .md\:bottom-max-content {
    bottom: max-content;
  }

  .md\:-bottom-0 {
    bottom: 0px;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:-bottom-4 {
    bottom: -1rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-bottom-18 {
    bottom: -4.5rem;
  }

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:-bottom-21 {
    bottom: -5.25rem;
  }

  .md\:-bottom-22 {
    bottom: -5.5rem;
  }

  .md\:-bottom-24 {
    bottom: -6rem;
  }

  .md\:-bottom-26 {
    bottom: -6.5rem;
  }

  .md\:-bottom-28 {
    bottom: -7rem;
  }

  .md\:-bottom-29 {
    bottom: -7.25rem;
  }

  .md\:-bottom-32 {
    bottom: -8rem;
  }

  .md\:-bottom-34 {
    bottom: -8.5rem;
  }

  .md\:-bottom-36 {
    bottom: -9rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

  .md\:-bottom-42 {
    bottom: -10.5rem;
  }

  .md\:-bottom-44 {
    bottom: -11rem;
  }

  .md\:-bottom-48 {
    bottom: -12rem;
  }

  .md\:-bottom-52 {
    bottom: -13rem;
  }

  .md\:-bottom-56 {
    bottom: -14rem;
  }

  .md\:-bottom-60 {
    bottom: -15rem;
  }

  .md\:-bottom-64 {
    bottom: -16rem;
  }

  .md\:-bottom-68 {
    bottom: -17rem;
  }

  .md\:-bottom-72 {
    bottom: -18rem;
  }

  .md\:-bottom-77 {
    bottom: -19.25rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-bottom-82 {
    bottom: -20.5rem;
  }

  .md\:-bottom-88 {
    bottom: -22rem;
  }

  .md\:-bottom-94 {
    bottom: -23.5rem;
  }

  .md\:-bottom-96 {
    bottom: -24rem;
  }

  .md\:-bottom-98 {
    bottom: -24.5rem;
  }

  .md\:-bottom-104 {
    bottom: -26rem;
  }

  .md\:-bottom-108 {
    bottom: -27rem;
  }

  .md\:-bottom-110 {
    bottom: -27.5rem;
  }

  .md\:-bottom-112 {
    bottom: -28rem;
  }

  .md\:-bottom-120 {
    bottom: -30rem;
  }

  .md\:-bottom-128 {
    bottom: -32rem;
  }

  .md\:-bottom-132 {
    bottom: -33rem;
  }

  .md\:-bottom-134 {
    bottom: -33.5rem;
  }

  .md\:-bottom-135 {
    bottom: -33.75rem;
  }

  .md\:-bottom-136 {
    bottom: -34rem;
  }

  .md\:-bottom-144 {
    bottom: -36rem;
  }

  .md\:-bottom-152 {
    bottom: -38rem;
  }

  .md\:-bottom-160 {
    bottom: -40rem;
  }

  .md\:-bottom-164 {
    bottom: -41rem;
  }

  .md\:-bottom-172 {
    bottom: -43rem;
  }

  .md\:-bottom-179 {
    bottom: -44.75rem;
  }

  .md\:-bottom-184 {
    bottom: -46rem;
  }

  .md\:-bottom-192 {
    bottom: -48rem;
  }

  .md\:-bottom-224 {
    bottom: -56rem;
  }

  .md\:-bottom-240 {
    bottom: -60rem;
  }

  .md\:-bottom-256 {
    bottom: -64rem;
  }

  .md\:-bottom-265 {
    bottom: -66.25rem;
  }

  .md\:-bottom-288 {
    bottom: -72rem;
  }

  .md\:-bottom-384 {
    bottom: -96rem;
  }

  .md\:-bottom-px {
    bottom: -1px;
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md\:-bottom-0\.75 {
    bottom: -0.1875rem;
  }

  .md\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .md\:-bottom-7\.5 {
    bottom: -1.875rem;
  }

  .md\:-bottom-9\.5 {
    bottom: -2.375rem;
  }

  .md\:-bottom-9\.75 {
    bottom: -2.4375rem;
  }

  .md\:-bottom-12\.5 {
    bottom: -3.125rem;
  }

  .md\:-bottom-13\.5 {
    bottom: -3.375rem;
  }

  .md\:-bottom-292\.5 {
    bottom: -73.125rem;
  }

  .md\:-bottom-1\/24 {
    bottom: -4.16667%;
  }

  .md\:-bottom-2\/24 {
    bottom: -8.33333%;
  }

  .md\:-bottom-3\/24 {
    bottom: -12.5%;
  }

  .md\:-bottom-4\/24 {
    bottom: -16.66667%;
  }

  .md\:-bottom-5\/24 {
    bottom: -20.83333%;
  }

  .md\:-bottom-6\/24 {
    bottom: -25%;
  }

  .md\:-bottom-7\/24 {
    bottom: -29.16667%;
  }

  .md\:-bottom-8\/24 {
    bottom: -33.33333%;
  }

  .md\:-bottom-9\/24 {
    bottom: -37.5%;
  }

  .md\:-bottom-10\/24 {
    bottom: -41.66667%;
  }

  .md\:-bottom-11\/24 {
    bottom: -45.83333%;
  }

  .md\:-bottom-12\/24 {
    bottom: -50%;
  }

  .md\:-bottom-13\/24 {
    bottom: -54.16667%;
  }

  .md\:-bottom-14\/24 {
    bottom: -58.33333%;
  }

  .md\:-bottom-15\/24 {
    bottom: -62.5%;
  }

  .md\:-bottom-16\/24 {
    bottom: -66.66667%;
  }

  .md\:-bottom-17\/24 {
    bottom: -70.83333%;
  }

  .md\:-bottom-18\/24 {
    bottom: -75%;
  }

  .md\:-bottom-19\/24 {
    bottom: -79.16667%;
  }

  .md\:-bottom-20\/24 {
    bottom: -83.33333%;
  }

  .md\:-bottom-21\/24 {
    bottom: -87.5%;
  }

  .md\:-bottom-22\/24 {
    bottom: -91.66667%;
  }

  .md\:-bottom-23\/24 {
    bottom: -95.83333%;
  }

  .md\:-bottom-24\/24 {
    bottom: -100%;
  }

  .md\:-bottom-screen-header {
    bottom: -41.55vw;
  }

  .md\:-bottom-screen-60 {
    bottom: -60vh;
  }

  .md\:-bottom-screen-80 {
    bottom: -80vh;
  }

  .md\:-bottom-screen-85 {
    bottom: -85vh;
  }

  .md\:-bottom-screen-90 {
    bottom: -90vh;
  }

  .md\:-bottom-screen-95 {
    bottom: -95vh;
  }

  .md\:-bottom-screen-minus-header {
    bottom: calc(-100vh - -5.25rem);
  }

  .md\:-bottom-screen-minus-35\.5 {
    bottom: calc(-100vh - -8.875rem);
  }

  .md\:-bottom-screen-minus-36 {
    bottom: calc(-100vh - -9rem);
  }

  .md\:-bottom-screen-minus-40 {
    bottom: calc(-100vh - -10rem);
  }

  .md\:-bottom-screen-minus-55 {
    bottom: calc(-100vh - -13.75rem);
  }

  .md\:-bottom-screen-minus-72 {
    bottom: calc(-100vh - -18rem);
  }

  .md\:-bottom-screen-minus-80 {
    bottom: calc(-100vh - -20rem);
  }

  .md\:-bottom-full-4 {
    bottom: calc(-100% - -16px);
  }

  .md\:-bottom-account-body {
    bottom: calc(-100vw - -304px);
  }

  .md\:-bottom-menu-center {
    bottom: calc(-50% - -288px);
  }

  .md\:-bottom-tutorials-hidden {
    bottom: calc(-100% - -56px);
  }

  .md\:-bottom-popup-full-width {
    bottom: calc(-100% + -32px);
  }

  .md\:-bottom-popup-full-width-md {
    bottom: calc(-100% + -64px);
  }

  .md\:-bottom-popup-full-height {
    bottom: calc(-100% + -68px);
  }

  .md\:-bottom-max-content {
    bottom: max-content;
  }

  .md\:bottom-1\/2 {
    bottom: 50%;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .md\:bottom-1\/4 {
    bottom: 25%;
  }

  .md\:bottom-2\/4 {
    bottom: 50%;
  }

  .md\:bottom-3\/4 {
    bottom: 75%;
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:-bottom-1\/2 {
    bottom: -50%;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .md\:-bottom-1\/4 {
    bottom: -25%;
  }

  .md\:-bottom-2\/4 {
    bottom: -50%;
  }

  .md\:-bottom-3\/4 {
    bottom: -75%;
  }

  .md\:-bottom-full {
    bottom: -100%;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:left-7 {
    left: 1.75rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-9 {
    left: 2.25rem;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:left-11 {
    left: 2.75rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:left-16 {
    left: 4rem;
  }

  .md\:left-18 {
    left: 4.5rem;
  }

  .md\:left-20 {
    left: 5rem;
  }

  .md\:left-21 {
    left: 5.25rem;
  }

  .md\:left-22 {
    left: 5.5rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:left-26 {
    left: 6.5rem;
  }

  .md\:left-28 {
    left: 7rem;
  }

  .md\:left-29 {
    left: 7.25rem;
  }

  .md\:left-32 {
    left: 8rem;
  }

  .md\:left-34 {
    left: 8.5rem;
  }

  .md\:left-36 {
    left: 9rem;
  }

  .md\:left-40 {
    left: 10rem;
  }

  .md\:left-42 {
    left: 10.5rem;
  }

  .md\:left-44 {
    left: 11rem;
  }

  .md\:left-48 {
    left: 12rem;
  }

  .md\:left-52 {
    left: 13rem;
  }

  .md\:left-56 {
    left: 14rem;
  }

  .md\:left-60 {
    left: 15rem;
  }

  .md\:left-64 {
    left: 16rem;
  }

  .md\:left-68 {
    left: 17rem;
  }

  .md\:left-72 {
    left: 18rem;
  }

  .md\:left-77 {
    left: 19.25rem;
  }

  .md\:left-80 {
    left: 20rem;
  }

  .md\:left-82 {
    left: 20.5rem;
  }

  .md\:left-88 {
    left: 22rem;
  }

  .md\:left-94 {
    left: 23.5rem;
  }

  .md\:left-96 {
    left: 24rem;
  }

  .md\:left-98 {
    left: 24.5rem;
  }

  .md\:left-104 {
    left: 26rem;
  }

  .md\:left-108 {
    left: 27rem;
  }

  .md\:left-110 {
    left: 27.5rem;
  }

  .md\:left-112 {
    left: 28rem;
  }

  .md\:left-120 {
    left: 30rem;
  }

  .md\:left-128 {
    left: 32rem;
  }

  .md\:left-132 {
    left: 33rem;
  }

  .md\:left-134 {
    left: 33.5rem;
  }

  .md\:left-135 {
    left: 33.75rem;
  }

  .md\:left-136 {
    left: 34rem;
  }

  .md\:left-144 {
    left: 36rem;
  }

  .md\:left-152 {
    left: 38rem;
  }

  .md\:left-160 {
    left: 40rem;
  }

  .md\:left-164 {
    left: 41rem;
  }

  .md\:left-172 {
    left: 43rem;
  }

  .md\:left-179 {
    left: 44.75rem;
  }

  .md\:left-184 {
    left: 46rem;
  }

  .md\:left-192 {
    left: 48rem;
  }

  .md\:left-224 {
    left: 56rem;
  }

  .md\:left-240 {
    left: 60rem;
  }

  .md\:left-256 {
    left: 64rem;
  }

  .md\:left-265 {
    left: 66.25rem;
  }

  .md\:left-288 {
    left: 72rem;
  }

  .md\:left-384 {
    left: 96rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:left-px {
    left: 1px;
  }

  .md\:left-0\.5 {
    left: 0.125rem;
  }

  .md\:left-1\.5 {
    left: 0.375rem;
  }

  .md\:left-2\.5 {
    left: 0.625rem;
  }

  .md\:left-3\.5 {
    left: 0.875rem;
  }

  .md\:left-0\.75 {
    left: 0.1875rem;
  }

  .md\:left-4\.5 {
    left: 1.125rem;
  }

  .md\:left-7\.5 {
    left: 1.875rem;
  }

  .md\:left-9\.5 {
    left: 2.375rem;
  }

  .md\:left-9\.75 {
    left: 2.4375rem;
  }

  .md\:left-12\.5 {
    left: 3.125rem;
  }

  .md\:left-13\.5 {
    left: 3.375rem;
  }

  .md\:left-292\.5 {
    left: 73.125rem;
  }

  .md\:left-1\/24 {
    left: 4.166667%;
  }

  .md\:left-2\/24 {
    left: 8.333333%;
  }

  .md\:left-3\/24 {
    left: 12.5%;
  }

  .md\:left-4\/24 {
    left: 16.666667%;
  }

  .md\:left-5\/24 {
    left: 20.833333%;
  }

  .md\:left-6\/24 {
    left: 25%;
  }

  .md\:left-7\/24 {
    left: 29.166666%;
  }

  .md\:left-8\/24 {
    left: 33.333333%;
  }

  .md\:left-9\/24 {
    left: 37.5%;
  }

  .md\:left-10\/24 {
    left: 41.666666%;
  }

  .md\:left-11\/24 {
    left: 45.833333%;
  }

  .md\:left-12\/24 {
    left: 50%;
  }

  .md\:left-13\/24 {
    left: 54.166666%;
  }

  .md\:left-14\/24 {
    left: 58.333333%;
  }

  .md\:left-15\/24 {
    left: 62.5%;
  }

  .md\:left-16\/24 {
    left: 66.666667%;
  }

  .md\:left-17\/24 {
    left: 70.833333%;
  }

  .md\:left-18\/24 {
    left: 75%;
  }

  .md\:left-19\/24 {
    left: 79.166667%;
  }

  .md\:left-20\/24 {
    left: 83.333333%;
  }

  .md\:left-21\/24 {
    left: 87.5%;
  }

  .md\:left-22\/24 {
    left: 91.666667%;
  }

  .md\:left-23\/24 {
    left: 95.833333%;
  }

  .md\:left-24\/24 {
    left: 100%;
  }

  .md\:left-screen-header {
    left: 41.55vw;
  }

  .md\:left-screen-60 {
    left: 60vh;
  }

  .md\:left-screen-80 {
    left: 80vh;
  }

  .md\:left-screen-85 {
    left: 85vh;
  }

  .md\:left-screen-90 {
    left: 90vh;
  }

  .md\:left-screen-95 {
    left: 95vh;
  }

  .md\:left-screen-minus-header {
    left: calc(100vh - 5.25rem);
  }

  .md\:left-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
  }

  .md\:left-screen-minus-36 {
    left: calc(100vh - 9rem);
  }

  .md\:left-screen-minus-40 {
    left: calc(100vh - 10rem);
  }

  .md\:left-screen-minus-55 {
    left: calc(100vh - 13.75rem);
  }

  .md\:left-screen-minus-72 {
    left: calc(100vh - 18rem);
  }

  .md\:left-screen-minus-80 {
    left: calc(100vh - 20rem);
  }

  .md\:left-full-4 {
    left: calc(100% - 16px);
  }

  .md\:left-account-body {
    left: calc(100vw - 304px);
  }

  .md\:left-menu-center {
    left: calc(50% - 288px);
  }

  .md\:left-tutorials-hidden {
    left: calc(100% - 56px);
  }

  .md\:left-popup-full-width {
    left: calc(100% + 32px);
  }

  .md\:left-popup-full-width-md {
    left: calc(100% + 64px);
  }

  .md\:left-popup-full-height {
    left: calc(100% + 68px);
  }

  .md\:left-max-content {
    left: max-content;
  }

  .md\:-left-0 {
    left: 0px;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-left-7 {
    left: -1.75rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-left-9 {
    left: -2.25rem;
  }

  .md\:-left-10 {
    left: -2.5rem;
  }

  .md\:-left-11 {
    left: -2.75rem;
  }

  .md\:-left-12 {
    left: -3rem;
  }

  .md\:-left-14 {
    left: -3.5rem;
  }

  .md\:-left-16 {
    left: -4rem;
  }

  .md\:-left-18 {
    left: -4.5rem;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:-left-21 {
    left: -5.25rem;
  }

  .md\:-left-22 {
    left: -5.5rem;
  }

  .md\:-left-24 {
    left: -6rem;
  }

  .md\:-left-26 {
    left: -6.5rem;
  }

  .md\:-left-28 {
    left: -7rem;
  }

  .md\:-left-29 {
    left: -7.25rem;
  }

  .md\:-left-32 {
    left: -8rem;
  }

  .md\:-left-34 {
    left: -8.5rem;
  }

  .md\:-left-36 {
    left: -9rem;
  }

  .md\:-left-40 {
    left: -10rem;
  }

  .md\:-left-42 {
    left: -10.5rem;
  }

  .md\:-left-44 {
    left: -11rem;
  }

  .md\:-left-48 {
    left: -12rem;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:-left-56 {
    left: -14rem;
  }

  .md\:-left-60 {
    left: -15rem;
  }

  .md\:-left-64 {
    left: -16rem;
  }

  .md\:-left-68 {
    left: -17rem;
  }

  .md\:-left-72 {
    left: -18rem;
  }

  .md\:-left-77 {
    left: -19.25rem;
  }

  .md\:-left-80 {
    left: -20rem;
  }

  .md\:-left-82 {
    left: -20.5rem;
  }

  .md\:-left-88 {
    left: -22rem;
  }

  .md\:-left-94 {
    left: -23.5rem;
  }

  .md\:-left-96 {
    left: -24rem;
  }

  .md\:-left-98 {
    left: -24.5rem;
  }

  .md\:-left-104 {
    left: -26rem;
  }

  .md\:-left-108 {
    left: -27rem;
  }

  .md\:-left-110 {
    left: -27.5rem;
  }

  .md\:-left-112 {
    left: -28rem;
  }

  .md\:-left-120 {
    left: -30rem;
  }

  .md\:-left-128 {
    left: -32rem;
  }

  .md\:-left-132 {
    left: -33rem;
  }

  .md\:-left-134 {
    left: -33.5rem;
  }

  .md\:-left-135 {
    left: -33.75rem;
  }

  .md\:-left-136 {
    left: -34rem;
  }

  .md\:-left-144 {
    left: -36rem;
  }

  .md\:-left-152 {
    left: -38rem;
  }

  .md\:-left-160 {
    left: -40rem;
  }

  .md\:-left-164 {
    left: -41rem;
  }

  .md\:-left-172 {
    left: -43rem;
  }

  .md\:-left-179 {
    left: -44.75rem;
  }

  .md\:-left-184 {
    left: -46rem;
  }

  .md\:-left-192 {
    left: -48rem;
  }

  .md\:-left-224 {
    left: -56rem;
  }

  .md\:-left-240 {
    left: -60rem;
  }

  .md\:-left-256 {
    left: -64rem;
  }

  .md\:-left-265 {
    left: -66.25rem;
  }

  .md\:-left-288 {
    left: -72rem;
  }

  .md\:-left-384 {
    left: -96rem;
  }

  .md\:-left-px {
    left: -1px;
  }

  .md\:-left-0\.5 {
    left: -0.125rem;
  }

  .md\:-left-1\.5 {
    left: -0.375rem;
  }

  .md\:-left-2\.5 {
    left: -0.625rem;
  }

  .md\:-left-3\.5 {
    left: -0.875rem;
  }

  .md\:-left-0\.75 {
    left: -0.1875rem;
  }

  .md\:-left-4\.5 {
    left: -1.125rem;
  }

  .md\:-left-7\.5 {
    left: -1.875rem;
  }

  .md\:-left-9\.5 {
    left: -2.375rem;
  }

  .md\:-left-9\.75 {
    left: -2.4375rem;
  }

  .md\:-left-12\.5 {
    left: -3.125rem;
  }

  .md\:-left-13\.5 {
    left: -3.375rem;
  }

  .md\:-left-292\.5 {
    left: -73.125rem;
  }

  .md\:-left-1\/24 {
    left: -4.16667%;
  }

  .md\:-left-2\/24 {
    left: -8.33333%;
  }

  .md\:-left-3\/24 {
    left: -12.5%;
  }

  .md\:-left-4\/24 {
    left: -16.66667%;
  }

  .md\:-left-5\/24 {
    left: -20.83333%;
  }

  .md\:-left-6\/24 {
    left: -25%;
  }

  .md\:-left-7\/24 {
    left: -29.16667%;
  }

  .md\:-left-8\/24 {
    left: -33.33333%;
  }

  .md\:-left-9\/24 {
    left: -37.5%;
  }

  .md\:-left-10\/24 {
    left: -41.66667%;
  }

  .md\:-left-11\/24 {
    left: -45.83333%;
  }

  .md\:-left-12\/24 {
    left: -50%;
  }

  .md\:-left-13\/24 {
    left: -54.16667%;
  }

  .md\:-left-14\/24 {
    left: -58.33333%;
  }

  .md\:-left-15\/24 {
    left: -62.5%;
  }

  .md\:-left-16\/24 {
    left: -66.66667%;
  }

  .md\:-left-17\/24 {
    left: -70.83333%;
  }

  .md\:-left-18\/24 {
    left: -75%;
  }

  .md\:-left-19\/24 {
    left: -79.16667%;
  }

  .md\:-left-20\/24 {
    left: -83.33333%;
  }

  .md\:-left-21\/24 {
    left: -87.5%;
  }

  .md\:-left-22\/24 {
    left: -91.66667%;
  }

  .md\:-left-23\/24 {
    left: -95.83333%;
  }

  .md\:-left-24\/24 {
    left: -100%;
  }

  .md\:-left-screen-header {
    left: -41.55vw;
  }

  .md\:-left-screen-60 {
    left: -60vh;
  }

  .md\:-left-screen-80 {
    left: -80vh;
  }

  .md\:-left-screen-85 {
    left: -85vh;
  }

  .md\:-left-screen-90 {
    left: -90vh;
  }

  .md\:-left-screen-95 {
    left: -95vh;
  }

  .md\:-left-screen-minus-header {
    left: calc(-100vh - -5.25rem);
  }

  .md\:-left-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
  }

  .md\:-left-screen-minus-36 {
    left: calc(-100vh - -9rem);
  }

  .md\:-left-screen-minus-40 {
    left: calc(-100vh - -10rem);
  }

  .md\:-left-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
  }

  .md\:-left-screen-minus-72 {
    left: calc(-100vh - -18rem);
  }

  .md\:-left-screen-minus-80 {
    left: calc(-100vh - -20rem);
  }

  .md\:-left-full-4 {
    left: calc(-100% - -16px);
  }

  .md\:-left-account-body {
    left: calc(-100vw - -304px);
  }

  .md\:-left-menu-center {
    left: calc(-50% - -288px);
  }

  .md\:-left-tutorials-hidden {
    left: calc(-100% - -56px);
  }

  .md\:-left-popup-full-width {
    left: calc(-100% + -32px);
  }

  .md\:-left-popup-full-width-md {
    left: calc(-100% + -64px);
  }

  .md\:-left-popup-full-height {
    left: calc(-100% + -68px);
  }

  .md\:-left-max-content {
    left: max-content;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-1\/3 {
    left: 33.333333%;
  }

  .md\:left-2\/3 {
    left: 66.666667%;
  }

  .md\:left-1\/4 {
    left: 25%;
  }

  .md\:left-2\/4 {
    left: 50%;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:-left-1\/2 {
    left: -50%;
  }

  .md\:-left-1\/3 {
    left: -33.333333%;
  }

  .md\:-left-2\/3 {
    left: -66.666667%;
  }

  .md\:-left-1\/4 {
    left: -25%;
  }

  .md\:-left-2\/4 {
    left: -50%;
  }

  .md\:-left-3\/4 {
    left: -75%;
  }

  .md\:-left-full {
    left: -100%;
  }

  .md\:isolate {
    isolation: isolate;
  }

  .md\:isolation-auto {
    isolation: auto;
  }

  .md\:z-0 {
    z-index: 0;
  }

  .md\:z-1 {
    z-index: 1;
  }

  .md\:z-2 {
    z-index: 2;
  }

  .md\:z-3 {
    z-index: 3;
  }

  .md\:z-4 {
    z-index: 4;
  }

  .md\:z-5 {
    z-index: 5;
  }

  .md\:z-6 {
    z-index: 6;
  }

  .md\:z-7 {
    z-index: 7;
  }

  .md\:z-8 {
    z-index: 8;
  }

  .md\:z-9 {
    z-index: 9;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-11 {
    z-index: 11;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .md\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .md\:focus-within\:z-2:focus-within {
    z-index: 2;
  }

  .md\:focus-within\:z-3:focus-within {
    z-index: 3;
  }

  .md\:focus-within\:z-4:focus-within {
    z-index: 4;
  }

  .md\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .md\:focus-within\:z-6:focus-within {
    z-index: 6;
  }

  .md\:focus-within\:z-7:focus-within {
    z-index: 7;
  }

  .md\:focus-within\:z-8:focus-within {
    z-index: 8;
  }

  .md\:focus-within\:z-9:focus-within {
    z-index: 9;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .md\:focus-within\:z-11:focus-within {
    z-index: 11;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .md\:focus\:z-0:focus {
    z-index: 0;
  }

  .md\:focus\:z-1:focus {
    z-index: 1;
  }

  .md\:focus\:z-2:focus {
    z-index: 2;
  }

  .md\:focus\:z-3:focus {
    z-index: 3;
  }

  .md\:focus\:z-4:focus {
    z-index: 4;
  }

  .md\:focus\:z-5:focus {
    z-index: 5;
  }

  .md\:focus\:z-6:focus {
    z-index: 6;
  }

  .md\:focus\:z-7:focus {
    z-index: 7;
  }

  .md\:focus\:z-8:focus {
    z-index: 8;
  }

  .md\:focus\:z-9:focus {
    z-index: 9;
  }

  .md\:focus\:z-10:focus {
    z-index: 10;
  }

  .md\:focus\:z-11:focus {
    z-index: 11;
  }

  .md\:focus\:z-20:focus {
    z-index: 20;
  }

  .md\:focus\:z-30:focus {
    z-index: 30;
  }

  .md\:focus\:z-40:focus {
    z-index: 40;
  }

  .md\:focus\:z-50:focus {
    z-index: 50;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:order-11 {
    order: 11;
  }

  .md\:order-12 {
    order: 12;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:col-auto {
    grid-column: auto;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-9 {
    grid-column-start: 9;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-start-11 {
    grid-column-start: 11;
  }

  .md\:col-start-12 {
    grid-column-start: 12;
  }

  .md\:col-start-13 {
    grid-column-start: 13;
  }

  .md\:col-start-auto {
    grid-column-start: auto;
  }

  .md\:col-end-1 {
    grid-column-end: 1;
  }

  .md\:col-end-2 {
    grid-column-end: 2;
  }

  .md\:col-end-3 {
    grid-column-end: 3;
  }

  .md\:col-end-4 {
    grid-column-end: 4;
  }

  .md\:col-end-5 {
    grid-column-end: 5;
  }

  .md\:col-end-6 {
    grid-column-end: 6;
  }

  .md\:col-end-7 {
    grid-column-end: 7;
  }

  .md\:col-end-8 {
    grid-column-end: 8;
  }

  .md\:col-end-9 {
    grid-column-end: 9;
  }

  .md\:col-end-10 {
    grid-column-end: 10;
  }

  .md\:col-end-11 {
    grid-column-end: 11;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

  .md\:col-end-auto {
    grid-column-end: auto;
  }

  .md\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .md\:row-span-full {
    grid-row: 1 / -1;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:row-start-5 {
    grid-row-start: 5;
  }

  .md\:row-start-6 {
    grid-row-start: 6;
  }

  .md\:row-start-7 {
    grid-row-start: 7;
  }

  .md\:row-start-auto {
    grid-row-start: auto;
  }

  .md\:row-end-1 {
    grid-row-end: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:row-end-3 {
    grid-row-end: 3;
  }

  .md\:row-end-4 {
    grid-row-end: 4;
  }

  .md\:row-end-5 {
    grid-row-end: 5;
  }

  .md\:row-end-6 {
    grid-row-end: 6;
  }

  .md\:row-end-7 {
    grid-row-end: 7;
  }

  .md\:row-end-auto {
    grid-row-end: auto;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-18 {
    margin: 4.5rem;
  }

  .md\:m-20 {
    margin: 5rem;
  }

  .md\:m-21 {
    margin: 5.25rem;
  }

  .md\:m-22 {
    margin: 5.5rem;
  }

  .md\:m-24 {
    margin: 6rem;
  }

  .md\:m-26 {
    margin: 6.5rem;
  }

  .md\:m-28 {
    margin: 7rem;
  }

  .md\:m-29 {
    margin: 7.25rem;
  }

  .md\:m-32 {
    margin: 8rem;
  }

  .md\:m-34 {
    margin: 8.5rem;
  }

  .md\:m-36 {
    margin: 9rem;
  }

  .md\:m-40 {
    margin: 10rem;
  }

  .md\:m-42 {
    margin: 10.5rem;
  }

  .md\:m-44 {
    margin: 11rem;
  }

  .md\:m-48 {
    margin: 12rem;
  }

  .md\:m-52 {
    margin: 13rem;
  }

  .md\:m-56 {
    margin: 14rem;
  }

  .md\:m-60 {
    margin: 15rem;
  }

  .md\:m-64 {
    margin: 16rem;
  }

  .md\:m-68 {
    margin: 17rem;
  }

  .md\:m-72 {
    margin: 18rem;
  }

  .md\:m-77 {
    margin: 19.25rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .md\:m-82 {
    margin: 20.5rem;
  }

  .md\:m-88 {
    margin: 22rem;
  }

  .md\:m-94 {
    margin: 23.5rem;
  }

  .md\:m-96 {
    margin: 24rem;
  }

  .md\:m-98 {
    margin: 24.5rem;
  }

  .md\:m-104 {
    margin: 26rem;
  }

  .md\:m-108 {
    margin: 27rem;
  }

  .md\:m-110 {
    margin: 27.5rem;
  }

  .md\:m-112 {
    margin: 28rem;
  }

  .md\:m-120 {
    margin: 30rem;
  }

  .md\:m-128 {
    margin: 32rem;
  }

  .md\:m-132 {
    margin: 33rem;
  }

  .md\:m-134 {
    margin: 33.5rem;
  }

  .md\:m-135 {
    margin: 33.75rem;
  }

  .md\:m-136 {
    margin: 34rem;
  }

  .md\:m-144 {
    margin: 36rem;
  }

  .md\:m-152 {
    margin: 38rem;
  }

  .md\:m-160 {
    margin: 40rem;
  }

  .md\:m-164 {
    margin: 41rem;
  }

  .md\:m-172 {
    margin: 43rem;
  }

  .md\:m-179 {
    margin: 44.75rem;
  }

  .md\:m-184 {
    margin: 46rem;
  }

  .md\:m-192 {
    margin: 48rem;
  }

  .md\:m-224 {
    margin: 56rem;
  }

  .md\:m-240 {
    margin: 60rem;
  }

  .md\:m-256 {
    margin: 64rem;
  }

  .md\:m-265 {
    margin: 66.25rem;
  }

  .md\:m-288 {
    margin: 72rem;
  }

  .md\:m-384 {
    margin: 96rem;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:m-px {
    margin: 1px;
  }

  .md\:m-0\.5 {
    margin: 0.125rem;
  }

  .md\:m-1\.5 {
    margin: 0.375rem;
  }

  .md\:m-2\.5 {
    margin: 0.625rem;
  }

  .md\:m-3\.5 {
    margin: 0.875rem;
  }

  .md\:m-0\.75 {
    margin: 0.1875rem;
  }

  .md\:m-4\.5 {
    margin: 1.125rem;
  }

  .md\:m-7\.5 {
    margin: 1.875rem;
  }

  .md\:m-9\.5 {
    margin: 2.375rem;
  }

  .md\:m-9\.75 {
    margin: 2.4375rem;
  }

  .md\:m-12\.5 {
    margin: 3.125rem;
  }

  .md\:m-13\.5 {
    margin: 3.375rem;
  }

  .md\:m-292\.5 {
    margin: 73.125rem;
  }

  .md\:m-1\/24 {
    margin: 4.166667%;
  }

  .md\:m-2\/24 {
    margin: 8.333333%;
  }

  .md\:m-3\/24 {
    margin: 12.5%;
  }

  .md\:m-4\/24 {
    margin: 16.666667%;
  }

  .md\:m-5\/24 {
    margin: 20.833333%;
  }

  .md\:m-6\/24 {
    margin: 25%;
  }

  .md\:m-7\/24 {
    margin: 29.166666%;
  }

  .md\:m-8\/24 {
    margin: 33.333333%;
  }

  .md\:m-9\/24 {
    margin: 37.5%;
  }

  .md\:m-10\/24 {
    margin: 41.666666%;
  }

  .md\:m-11\/24 {
    margin: 45.833333%;
  }

  .md\:m-12\/24 {
    margin: 50%;
  }

  .md\:m-13\/24 {
    margin: 54.166666%;
  }

  .md\:m-14\/24 {
    margin: 58.333333%;
  }

  .md\:m-15\/24 {
    margin: 62.5%;
  }

  .md\:m-16\/24 {
    margin: 66.666667%;
  }

  .md\:m-17\/24 {
    margin: 70.833333%;
  }

  .md\:m-18\/24 {
    margin: 75%;
  }

  .md\:m-19\/24 {
    margin: 79.166667%;
  }

  .md\:m-20\/24 {
    margin: 83.333333%;
  }

  .md\:m-21\/24 {
    margin: 87.5%;
  }

  .md\:m-22\/24 {
    margin: 91.666667%;
  }

  .md\:m-23\/24 {
    margin: 95.833333%;
  }

  .md\:m-24\/24 {
    margin: 100%;
  }

  .md\:m-screen-header {
    margin: 41.55vw;
  }

  .md\:m-screen-60 {
    margin: 60vh;
  }

  .md\:m-screen-80 {
    margin: 80vh;
  }

  .md\:m-screen-85 {
    margin: 85vh;
  }

  .md\:m-screen-90 {
    margin: 90vh;
  }

  .md\:m-screen-95 {
    margin: 95vh;
  }

  .md\:m-screen-minus-header {
    margin: calc(100vh - 5.25rem);
  }

  .md\:m-screen-minus-35\.5 {
    margin: calc(100vh - 8.875rem);
  }

  .md\:m-screen-minus-36 {
    margin: calc(100vh - 9rem);
  }

  .md\:m-screen-minus-40 {
    margin: calc(100vh - 10rem);
  }

  .md\:m-screen-minus-55 {
    margin: calc(100vh - 13.75rem);
  }

  .md\:m-screen-minus-72 {
    margin: calc(100vh - 18rem);
  }

  .md\:m-screen-minus-80 {
    margin: calc(100vh - 20rem);
  }

  .md\:m-full-4 {
    margin: calc(100% - 16px);
  }

  .md\:m-account-body {
    margin: calc(100vw - 304px);
  }

  .md\:m-menu-center {
    margin: calc(50% - 288px);
  }

  .md\:m-tutorials-hidden {
    margin: calc(100% - 56px);
  }

  .md\:m-popup-full-width {
    margin: calc(100% + 32px);
  }

  .md\:m-popup-full-width-md {
    margin: calc(100% + 64px);
  }

  .md\:m-popup-full-height {
    margin: calc(100% + 68px);
  }

  .md\:m-max-content {
    margin: max-content;
  }

  .md\:-m-0 {
    margin: 0px;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-11 {
    margin: -2.75rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-18 {
    margin: -4.5rem;
  }

  .md\:-m-20 {
    margin: -5rem;
  }

  .md\:-m-21 {
    margin: -5.25rem;
  }

  .md\:-m-22 {
    margin: -5.5rem;
  }

  .md\:-m-24 {
    margin: -6rem;
  }

  .md\:-m-26 {
    margin: -6.5rem;
  }

  .md\:-m-28 {
    margin: -7rem;
  }

  .md\:-m-29 {
    margin: -7.25rem;
  }

  .md\:-m-32 {
    margin: -8rem;
  }

  .md\:-m-34 {
    margin: -8.5rem;
  }

  .md\:-m-36 {
    margin: -9rem;
  }

  .md\:-m-40 {
    margin: -10rem;
  }

  .md\:-m-42 {
    margin: -10.5rem;
  }

  .md\:-m-44 {
    margin: -11rem;
  }

  .md\:-m-48 {
    margin: -12rem;
  }

  .md\:-m-52 {
    margin: -13rem;
  }

  .md\:-m-56 {
    margin: -14rem;
  }

  .md\:-m-60 {
    margin: -15rem;
  }

  .md\:-m-64 {
    margin: -16rem;
  }

  .md\:-m-68 {
    margin: -17rem;
  }

  .md\:-m-72 {
    margin: -18rem;
  }

  .md\:-m-77 {
    margin: -19.25rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .md\:-m-82 {
    margin: -20.5rem;
  }

  .md\:-m-88 {
    margin: -22rem;
  }

  .md\:-m-94 {
    margin: -23.5rem;
  }

  .md\:-m-96 {
    margin: -24rem;
  }

  .md\:-m-98 {
    margin: -24.5rem;
  }

  .md\:-m-104 {
    margin: -26rem;
  }

  .md\:-m-108 {
    margin: -27rem;
  }

  .md\:-m-110 {
    margin: -27.5rem;
  }

  .md\:-m-112 {
    margin: -28rem;
  }

  .md\:-m-120 {
    margin: -30rem;
  }

  .md\:-m-128 {
    margin: -32rem;
  }

  .md\:-m-132 {
    margin: -33rem;
  }

  .md\:-m-134 {
    margin: -33.5rem;
  }

  .md\:-m-135 {
    margin: -33.75rem;
  }

  .md\:-m-136 {
    margin: -34rem;
  }

  .md\:-m-144 {
    margin: -36rem;
  }

  .md\:-m-152 {
    margin: -38rem;
  }

  .md\:-m-160 {
    margin: -40rem;
  }

  .md\:-m-164 {
    margin: -41rem;
  }

  .md\:-m-172 {
    margin: -43rem;
  }

  .md\:-m-179 {
    margin: -44.75rem;
  }

  .md\:-m-184 {
    margin: -46rem;
  }

  .md\:-m-192 {
    margin: -48rem;
  }

  .md\:-m-224 {
    margin: -56rem;
  }

  .md\:-m-240 {
    margin: -60rem;
  }

  .md\:-m-256 {
    margin: -64rem;
  }

  .md\:-m-265 {
    margin: -66.25rem;
  }

  .md\:-m-288 {
    margin: -72rem;
  }

  .md\:-m-384 {
    margin: -96rem;
  }

  .md\:-m-px {
    margin: -1px;
  }

  .md\:-m-0\.5 {
    margin: -0.125rem;
  }

  .md\:-m-1\.5 {
    margin: -0.375rem;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem;
  }

  .md\:-m-0\.75 {
    margin: -0.1875rem;
  }

  .md\:-m-4\.5 {
    margin: -1.125rem;
  }

  .md\:-m-7\.5 {
    margin: -1.875rem;
  }

  .md\:-m-9\.5 {
    margin: -2.375rem;
  }

  .md\:-m-9\.75 {
    margin: -2.4375rem;
  }

  .md\:-m-12\.5 {
    margin: -3.125rem;
  }

  .md\:-m-13\.5 {
    margin: -3.375rem;
  }

  .md\:-m-292\.5 {
    margin: -73.125rem;
  }

  .md\:-m-1\/24 {
    margin: -4.16667%;
  }

  .md\:-m-2\/24 {
    margin: -8.33333%;
  }

  .md\:-m-3\/24 {
    margin: -12.5%;
  }

  .md\:-m-4\/24 {
    margin: -16.66667%;
  }

  .md\:-m-5\/24 {
    margin: -20.83333%;
  }

  .md\:-m-6\/24 {
    margin: -25%;
  }

  .md\:-m-7\/24 {
    margin: -29.16667%;
  }

  .md\:-m-8\/24 {
    margin: -33.33333%;
  }

  .md\:-m-9\/24 {
    margin: -37.5%;
  }

  .md\:-m-10\/24 {
    margin: -41.66667%;
  }

  .md\:-m-11\/24 {
    margin: -45.83333%;
  }

  .md\:-m-12\/24 {
    margin: -50%;
  }

  .md\:-m-13\/24 {
    margin: -54.16667%;
  }

  .md\:-m-14\/24 {
    margin: -58.33333%;
  }

  .md\:-m-15\/24 {
    margin: -62.5%;
  }

  .md\:-m-16\/24 {
    margin: -66.66667%;
  }

  .md\:-m-17\/24 {
    margin: -70.83333%;
  }

  .md\:-m-18\/24 {
    margin: -75%;
  }

  .md\:-m-19\/24 {
    margin: -79.16667%;
  }

  .md\:-m-20\/24 {
    margin: -83.33333%;
  }

  .md\:-m-21\/24 {
    margin: -87.5%;
  }

  .md\:-m-22\/24 {
    margin: -91.66667%;
  }

  .md\:-m-23\/24 {
    margin: -95.83333%;
  }

  .md\:-m-24\/24 {
    margin: -100%;
  }

  .md\:-m-screen-header {
    margin: -41.55vw;
  }

  .md\:-m-screen-60 {
    margin: -60vh;
  }

  .md\:-m-screen-80 {
    margin: -80vh;
  }

  .md\:-m-screen-85 {
    margin: -85vh;
  }

  .md\:-m-screen-90 {
    margin: -90vh;
  }

  .md\:-m-screen-95 {
    margin: -95vh;
  }

  .md\:-m-screen-minus-header {
    margin: calc(-100vh - -5.25rem);
  }

  .md\:-m-screen-minus-35\.5 {
    margin: calc(-100vh - -8.875rem);
  }

  .md\:-m-screen-minus-36 {
    margin: calc(-100vh - -9rem);
  }

  .md\:-m-screen-minus-40 {
    margin: calc(-100vh - -10rem);
  }

  .md\:-m-screen-minus-55 {
    margin: calc(-100vh - -13.75rem);
  }

  .md\:-m-screen-minus-72 {
    margin: calc(-100vh - -18rem);
  }

  .md\:-m-screen-minus-80 {
    margin: calc(-100vh - -20rem);
  }

  .md\:-m-full-4 {
    margin: calc(-100% - -16px);
  }

  .md\:-m-account-body {
    margin: calc(-100vw - -304px);
  }

  .md\:-m-menu-center {
    margin: calc(-50% - -288px);
  }

  .md\:-m-tutorials-hidden {
    margin: calc(-100% - -56px);
  }

  .md\:-m-popup-full-width {
    margin: calc(-100% + -32px);
  }

  .md\:-m-popup-full-width-md {
    margin: calc(-100% + -64px);
  }

  .md\:-m-popup-full-height {
    margin: calc(-100% + -68px);
  }

  .md\:-m-max-content {
    margin: max-content;
  }

  .md\:hover\:m-0:hover {
    margin: 0px;
  }

  .md\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .md\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .md\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .md\:hover\:m-4:hover {
    margin: 1rem;
  }

  .md\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .md\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .md\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .md\:hover\:m-8:hover {
    margin: 2rem;
  }

  .md\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .md\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .md\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .md\:hover\:m-12:hover {
    margin: 3rem;
  }

  .md\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .md\:hover\:m-16:hover {
    margin: 4rem;
  }

  .md\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .md\:hover\:m-20:hover {
    margin: 5rem;
  }

  .md\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .md\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .md\:hover\:m-24:hover {
    margin: 6rem;
  }

  .md\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .md\:hover\:m-28:hover {
    margin: 7rem;
  }

  .md\:hover\:m-29:hover {
    margin: 7.25rem;
  }

  .md\:hover\:m-32:hover {
    margin: 8rem;
  }

  .md\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .md\:hover\:m-36:hover {
    margin: 9rem;
  }

  .md\:hover\:m-40:hover {
    margin: 10rem;
  }

  .md\:hover\:m-42:hover {
    margin: 10.5rem;
  }

  .md\:hover\:m-44:hover {
    margin: 11rem;
  }

  .md\:hover\:m-48:hover {
    margin: 12rem;
  }

  .md\:hover\:m-52:hover {
    margin: 13rem;
  }

  .md\:hover\:m-56:hover {
    margin: 14rem;
  }

  .md\:hover\:m-60:hover {
    margin: 15rem;
  }

  .md\:hover\:m-64:hover {
    margin: 16rem;
  }

  .md\:hover\:m-68:hover {
    margin: 17rem;
  }

  .md\:hover\:m-72:hover {
    margin: 18rem;
  }

  .md\:hover\:m-77:hover {
    margin: 19.25rem;
  }

  .md\:hover\:m-80:hover {
    margin: 20rem;
  }

  .md\:hover\:m-82:hover {
    margin: 20.5rem;
  }

  .md\:hover\:m-88:hover {
    margin: 22rem;
  }

  .md\:hover\:m-94:hover {
    margin: 23.5rem;
  }

  .md\:hover\:m-96:hover {
    margin: 24rem;
  }

  .md\:hover\:m-98:hover {
    margin: 24.5rem;
  }

  .md\:hover\:m-104:hover {
    margin: 26rem;
  }

  .md\:hover\:m-108:hover {
    margin: 27rem;
  }

  .md\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .md\:hover\:m-112:hover {
    margin: 28rem;
  }

  .md\:hover\:m-120:hover {
    margin: 30rem;
  }

  .md\:hover\:m-128:hover {
    margin: 32rem;
  }

  .md\:hover\:m-132:hover {
    margin: 33rem;
  }

  .md\:hover\:m-134:hover {
    margin: 33.5rem;
  }

  .md\:hover\:m-135:hover {
    margin: 33.75rem;
  }

  .md\:hover\:m-136:hover {
    margin: 34rem;
  }

  .md\:hover\:m-144:hover {
    margin: 36rem;
  }

  .md\:hover\:m-152:hover {
    margin: 38rem;
  }

  .md\:hover\:m-160:hover {
    margin: 40rem;
  }

  .md\:hover\:m-164:hover {
    margin: 41rem;
  }

  .md\:hover\:m-172:hover {
    margin: 43rem;
  }

  .md\:hover\:m-179:hover {
    margin: 44.75rem;
  }

  .md\:hover\:m-184:hover {
    margin: 46rem;
  }

  .md\:hover\:m-192:hover {
    margin: 48rem;
  }

  .md\:hover\:m-224:hover {
    margin: 56rem;
  }

  .md\:hover\:m-240:hover {
    margin: 60rem;
  }

  .md\:hover\:m-256:hover {
    margin: 64rem;
  }

  .md\:hover\:m-265:hover {
    margin: 66.25rem;
  }

  .md\:hover\:m-288:hover {
    margin: 72rem;
  }

  .md\:hover\:m-384:hover {
    margin: 96rem;
  }

  .md\:hover\:m-auto:hover {
    margin: auto;
  }

  .md\:hover\:m-px:hover {
    margin: 1px;
  }

  .md\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .md\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .md\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .md\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .md\:hover\:m-0\.75:hover {
    margin: 0.1875rem;
  }

  .md\:hover\:m-4\.5:hover {
    margin: 1.125rem;
  }

  .md\:hover\:m-7\.5:hover {
    margin: 1.875rem;
  }

  .md\:hover\:m-9\.5:hover {
    margin: 2.375rem;
  }

  .md\:hover\:m-9\.75:hover {
    margin: 2.4375rem;
  }

  .md\:hover\:m-12\.5:hover {
    margin: 3.125rem;
  }

  .md\:hover\:m-13\.5:hover {
    margin: 3.375rem;
  }

  .md\:hover\:m-292\.5:hover {
    margin: 73.125rem;
  }

  .md\:hover\:m-1\/24:hover {
    margin: 4.166667%;
  }

  .md\:hover\:m-2\/24:hover {
    margin: 8.333333%;
  }

  .md\:hover\:m-3\/24:hover {
    margin: 12.5%;
  }

  .md\:hover\:m-4\/24:hover {
    margin: 16.666667%;
  }

  .md\:hover\:m-5\/24:hover {
    margin: 20.833333%;
  }

  .md\:hover\:m-6\/24:hover {
    margin: 25%;
  }

  .md\:hover\:m-7\/24:hover {
    margin: 29.166666%;
  }

  .md\:hover\:m-8\/24:hover {
    margin: 33.333333%;
  }

  .md\:hover\:m-9\/24:hover {
    margin: 37.5%;
  }

  .md\:hover\:m-10\/24:hover {
    margin: 41.666666%;
  }

  .md\:hover\:m-11\/24:hover {
    margin: 45.833333%;
  }

  .md\:hover\:m-12\/24:hover {
    margin: 50%;
  }

  .md\:hover\:m-13\/24:hover {
    margin: 54.166666%;
  }

  .md\:hover\:m-14\/24:hover {
    margin: 58.333333%;
  }

  .md\:hover\:m-15\/24:hover {
    margin: 62.5%;
  }

  .md\:hover\:m-16\/24:hover {
    margin: 66.666667%;
  }

  .md\:hover\:m-17\/24:hover {
    margin: 70.833333%;
  }

  .md\:hover\:m-18\/24:hover {
    margin: 75%;
  }

  .md\:hover\:m-19\/24:hover {
    margin: 79.166667%;
  }

  .md\:hover\:m-20\/24:hover {
    margin: 83.333333%;
  }

  .md\:hover\:m-21\/24:hover {
    margin: 87.5%;
  }

  .md\:hover\:m-22\/24:hover {
    margin: 91.666667%;
  }

  .md\:hover\:m-23\/24:hover {
    margin: 95.833333%;
  }

  .md\:hover\:m-24\/24:hover {
    margin: 100%;
  }

  .md\:hover\:m-screen-header:hover {
    margin: 41.55vw;
  }

  .md\:hover\:m-screen-60:hover {
    margin: 60vh;
  }

  .md\:hover\:m-screen-80:hover {
    margin: 80vh;
  }

  .md\:hover\:m-screen-85:hover {
    margin: 85vh;
  }

  .md\:hover\:m-screen-90:hover {
    margin: 90vh;
  }

  .md\:hover\:m-screen-95:hover {
    margin: 95vh;
  }

  .md\:hover\:m-screen-minus-header:hover {
    margin: calc(100vh - 5.25rem);
  }

  .md\:hover\:m-screen-minus-35\.5:hover {
    margin: calc(100vh - 8.875rem);
  }

  .md\:hover\:m-screen-minus-36:hover {
    margin: calc(100vh - 9rem);
  }

  .md\:hover\:m-screen-minus-40:hover {
    margin: calc(100vh - 10rem);
  }

  .md\:hover\:m-screen-minus-55:hover {
    margin: calc(100vh - 13.75rem);
  }

  .md\:hover\:m-screen-minus-72:hover {
    margin: calc(100vh - 18rem);
  }

  .md\:hover\:m-screen-minus-80:hover {
    margin: calc(100vh - 20rem);
  }

  .md\:hover\:m-full-4:hover {
    margin: calc(100% - 16px);
  }

  .md\:hover\:m-account-body:hover {
    margin: calc(100vw - 304px);
  }

  .md\:hover\:m-menu-center:hover {
    margin: calc(50% - 288px);
  }

  .md\:hover\:m-tutorials-hidden:hover {
    margin: calc(100% - 56px);
  }

  .md\:hover\:m-popup-full-width:hover {
    margin: calc(100% + 32px);
  }

  .md\:hover\:m-popup-full-width-md:hover {
    margin: calc(100% + 64px);
  }

  .md\:hover\:m-popup-full-height:hover {
    margin: calc(100% + 68px);
  }

  .md\:hover\:m-max-content:hover {
    margin: max-content;
  }

  .md\:hover\:-m-0:hover {
    margin: 0px;
  }

  .md\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .md\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .md\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .md\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .md\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .md\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .md\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .md\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .md\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .md\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .md\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .md\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .md\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .md\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .md\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .md\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .md\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .md\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .md\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .md\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .md\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .md\:hover\:-m-29:hover {
    margin: -7.25rem;
  }

  .md\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .md\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .md\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .md\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .md\:hover\:-m-42:hover {
    margin: -10.5rem;
  }

  .md\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .md\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .md\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .md\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .md\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .md\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .md\:hover\:-m-68:hover {
    margin: -17rem;
  }

  .md\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .md\:hover\:-m-77:hover {
    margin: -19.25rem;
  }

  .md\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .md\:hover\:-m-82:hover {
    margin: -20.5rem;
  }

  .md\:hover\:-m-88:hover {
    margin: -22rem;
  }

  .md\:hover\:-m-94:hover {
    margin: -23.5rem;
  }

  .md\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .md\:hover\:-m-98:hover {
    margin: -24.5rem;
  }

  .md\:hover\:-m-104:hover {
    margin: -26rem;
  }

  .md\:hover\:-m-108:hover {
    margin: -27rem;
  }

  .md\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .md\:hover\:-m-112:hover {
    margin: -28rem;
  }

  .md\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .md\:hover\:-m-128:hover {
    margin: -32rem;
  }

  .md\:hover\:-m-132:hover {
    margin: -33rem;
  }

  .md\:hover\:-m-134:hover {
    margin: -33.5rem;
  }

  .md\:hover\:-m-135:hover {
    margin: -33.75rem;
  }

  .md\:hover\:-m-136:hover {
    margin: -34rem;
  }

  .md\:hover\:-m-144:hover {
    margin: -36rem;
  }

  .md\:hover\:-m-152:hover {
    margin: -38rem;
  }

  .md\:hover\:-m-160:hover {
    margin: -40rem;
  }

  .md\:hover\:-m-164:hover {
    margin: -41rem;
  }

  .md\:hover\:-m-172:hover {
    margin: -43rem;
  }

  .md\:hover\:-m-179:hover {
    margin: -44.75rem;
  }

  .md\:hover\:-m-184:hover {
    margin: -46rem;
  }

  .md\:hover\:-m-192:hover {
    margin: -48rem;
  }

  .md\:hover\:-m-224:hover {
    margin: -56rem;
  }

  .md\:hover\:-m-240:hover {
    margin: -60rem;
  }

  .md\:hover\:-m-256:hover {
    margin: -64rem;
  }

  .md\:hover\:-m-265:hover {
    margin: -66.25rem;
  }

  .md\:hover\:-m-288:hover {
    margin: -72rem;
  }

  .md\:hover\:-m-384:hover {
    margin: -96rem;
  }

  .md\:hover\:-m-px:hover {
    margin: -1px;
  }

  .md\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .md\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .md\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .md\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .md\:hover\:-m-0\.75:hover {
    margin: -0.1875rem;
  }

  .md\:hover\:-m-4\.5:hover {
    margin: -1.125rem;
  }

  .md\:hover\:-m-7\.5:hover {
    margin: -1.875rem;
  }

  .md\:hover\:-m-9\.5:hover {
    margin: -2.375rem;
  }

  .md\:hover\:-m-9\.75:hover {
    margin: -2.4375rem;
  }

  .md\:hover\:-m-12\.5:hover {
    margin: -3.125rem;
  }

  .md\:hover\:-m-13\.5:hover {
    margin: -3.375rem;
  }

  .md\:hover\:-m-292\.5:hover {
    margin: -73.125rem;
  }

  .md\:hover\:-m-1\/24:hover {
    margin: -4.16667%;
  }

  .md\:hover\:-m-2\/24:hover {
    margin: -8.33333%;
  }

  .md\:hover\:-m-3\/24:hover {
    margin: -12.5%;
  }

  .md\:hover\:-m-4\/24:hover {
    margin: -16.66667%;
  }

  .md\:hover\:-m-5\/24:hover {
    margin: -20.83333%;
  }

  .md\:hover\:-m-6\/24:hover {
    margin: -25%;
  }

  .md\:hover\:-m-7\/24:hover {
    margin: -29.16667%;
  }

  .md\:hover\:-m-8\/24:hover {
    margin: -33.33333%;
  }

  .md\:hover\:-m-9\/24:hover {
    margin: -37.5%;
  }

  .md\:hover\:-m-10\/24:hover {
    margin: -41.66667%;
  }

  .md\:hover\:-m-11\/24:hover {
    margin: -45.83333%;
  }

  .md\:hover\:-m-12\/24:hover {
    margin: -50%;
  }

  .md\:hover\:-m-13\/24:hover {
    margin: -54.16667%;
  }

  .md\:hover\:-m-14\/24:hover {
    margin: -58.33333%;
  }

  .md\:hover\:-m-15\/24:hover {
    margin: -62.5%;
  }

  .md\:hover\:-m-16\/24:hover {
    margin: -66.66667%;
  }

  .md\:hover\:-m-17\/24:hover {
    margin: -70.83333%;
  }

  .md\:hover\:-m-18\/24:hover {
    margin: -75%;
  }

  .md\:hover\:-m-19\/24:hover {
    margin: -79.16667%;
  }

  .md\:hover\:-m-20\/24:hover {
    margin: -83.33333%;
  }

  .md\:hover\:-m-21\/24:hover {
    margin: -87.5%;
  }

  .md\:hover\:-m-22\/24:hover {
    margin: -91.66667%;
  }

  .md\:hover\:-m-23\/24:hover {
    margin: -95.83333%;
  }

  .md\:hover\:-m-24\/24:hover {
    margin: -100%;
  }

  .md\:hover\:-m-screen-header:hover {
    margin: -41.55vw;
  }

  .md\:hover\:-m-screen-60:hover {
    margin: -60vh;
  }

  .md\:hover\:-m-screen-80:hover {
    margin: -80vh;
  }

  .md\:hover\:-m-screen-85:hover {
    margin: -85vh;
  }

  .md\:hover\:-m-screen-90:hover {
    margin: -90vh;
  }

  .md\:hover\:-m-screen-95:hover {
    margin: -95vh;
  }

  .md\:hover\:-m-screen-minus-header:hover {
    margin: calc(-100vh - -5.25rem);
  }

  .md\:hover\:-m-screen-minus-35\.5:hover {
    margin: calc(-100vh - -8.875rem);
  }

  .md\:hover\:-m-screen-minus-36:hover {
    margin: calc(-100vh - -9rem);
  }

  .md\:hover\:-m-screen-minus-40:hover {
    margin: calc(-100vh - -10rem);
  }

  .md\:hover\:-m-screen-minus-55:hover {
    margin: calc(-100vh - -13.75rem);
  }

  .md\:hover\:-m-screen-minus-72:hover {
    margin: calc(-100vh - -18rem);
  }

  .md\:hover\:-m-screen-minus-80:hover {
    margin: calc(-100vh - -20rem);
  }

  .md\:hover\:-m-full-4:hover {
    margin: calc(-100% - -16px);
  }

  .md\:hover\:-m-account-body:hover {
    margin: calc(-100vw - -304px);
  }

  .md\:hover\:-m-menu-center:hover {
    margin: calc(-50% - -288px);
  }

  .md\:hover\:-m-tutorials-hidden:hover {
    margin: calc(-100% - -56px);
  }

  .md\:hover\:-m-popup-full-width:hover {
    margin: calc(-100% + -32px);
  }

  .md\:hover\:-m-popup-full-width-md:hover {
    margin: calc(-100% + -64px);
  }

  .md\:hover\:-m-popup-full-height:hover {
    margin: calc(-100% + -68px);
  }

  .md\:hover\:-m-max-content:hover {
    margin: max-content;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .md\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:mx-29 {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .md\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .md\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .md\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:mx-77 {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:mx-82 {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .md\:mx-88 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .md\:mx-94 {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .md\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:mx-98 {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .md\:mx-104 {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .md\:mx-108 {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .md\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .md\:mx-112 {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .md\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .md\:mx-132 {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .md\:mx-134 {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .md\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .md\:mx-136 {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .md\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .md\:mx-152 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .md\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .md\:mx-164 {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .md\:mx-172 {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .md\:mx-179 {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .md\:mx-184 {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .md\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .md\:mx-224 {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .md\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .md\:mx-256 {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .md\:mx-265 {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .md\:mx-288 {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .md\:mx-384 {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:mx-0\.75 {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .md\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .md\:mx-7\.5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:mx-9\.5 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .md\:mx-9\.75 {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .md\:mx-12\.5 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:mx-13\.5 {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .md\:mx-292\.5 {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .md\:mx-1\/24 {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .md\:mx-2\/24 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .md\:mx-3\/24 {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .md\:mx-4\/24 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:mx-5\/24 {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .md\:mx-6\/24 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:mx-7\/24 {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .md\:mx-8\/24 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:mx-9\/24 {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .md\:mx-10\/24 {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .md\:mx-11\/24 {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .md\:mx-12\/24 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:mx-13\/24 {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .md\:mx-14\/24 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .md\:mx-15\/24 {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .md\:mx-16\/24 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:mx-17\/24 {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .md\:mx-18\/24 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:mx-19\/24 {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .md\:mx-20\/24 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:mx-21\/24 {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .md\:mx-22\/24 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .md\:mx-23\/24 {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .md\:mx-24\/24 {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:mx-screen-header {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .md\:mx-screen-60 {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .md\:mx-screen-80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:mx-screen-85 {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .md\:mx-screen-90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md\:mx-screen-95 {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .md\:mx-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .md\:mx-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .md\:mx-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .md\:mx-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .md\:mx-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .md\:mx-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .md\:mx-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .md\:mx-full-4 {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .md\:mx-account-body {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .md\:mx-menu-center {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .md\:mx-tutorials-hidden {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .md\:mx-popup-full-width {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .md\:mx-popup-full-width-md {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .md\:mx-popup-full-height {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .md\:mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .md\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .md\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .md\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:-mx-29 {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .md\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .md\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:-mx-77 {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:-mx-82 {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .md\:-mx-88 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .md\:-mx-94 {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .md\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:-mx-98 {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .md\:-mx-104 {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .md\:-mx-108 {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .md\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .md\:-mx-112 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .md\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .md\:-mx-132 {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .md\:-mx-134 {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .md\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .md\:-mx-136 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .md\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .md\:-mx-152 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .md\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .md\:-mx-164 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .md\:-mx-172 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .md\:-mx-179 {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .md\:-mx-184 {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .md\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .md\:-mx-224 {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .md\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .md\:-mx-256 {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .md\:-mx-265 {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .md\:-mx-288 {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .md\:-mx-384 {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .md\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:-mx-0\.75 {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .md\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .md\:-mx-7\.5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:-mx-9\.5 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .md\:-mx-9\.75 {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .md\:-mx-12\.5 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:-mx-13\.5 {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .md\:-mx-292\.5 {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .md\:-mx-1\/24 {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .md\:-mx-2\/24 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .md\:-mx-3\/24 {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .md\:-mx-4\/24 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:-mx-5\/24 {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .md\:-mx-6\/24 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-mx-7\/24 {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .md\:-mx-8\/24 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-mx-9\/24 {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .md\:-mx-10\/24 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .md\:-mx-11\/24 {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .md\:-mx-12\/24 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-mx-13\/24 {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .md\:-mx-14\/24 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .md\:-mx-15\/24 {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .md\:-mx-16\/24 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-mx-17\/24 {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .md\:-mx-18\/24 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:-mx-19\/24 {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .md\:-mx-20\/24 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:-mx-21\/24 {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .md\:-mx-22\/24 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .md\:-mx-23\/24 {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .md\:-mx-24\/24 {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:-mx-screen-header {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .md\:-mx-screen-60 {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .md\:-mx-screen-80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:-mx-screen-85 {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .md\:-mx-screen-90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md\:-mx-screen-95 {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .md\:-mx-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .md\:-mx-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .md\:-mx-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .md\:-mx-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .md\:-mx-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .md\:-mx-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .md\:-mx-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .md\:-mx-full-4 {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .md\:-mx-account-body {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .md\:-mx-menu-center {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .md\:-mx-tutorials-hidden {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .md\:-mx-popup-full-width {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .md\:-mx-popup-full-width-md {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .md\:-mx-popup-full-height {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .md\:-mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .md\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-29 {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .md\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .md\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-77 {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-82 {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .md\:my-88 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .md\:my-94 {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .md\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-98 {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .md\:my-104 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .md\:my-108 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .md\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .md\:my-112 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .md\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md\:my-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .md\:my-132 {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .md\:my-134 {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .md\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .md\:my-136 {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .md\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .md\:my-152 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .md\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .md\:my-164 {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .md\:my-172 {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .md\:my-179 {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .md\:my-184 {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .md\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .md\:my-224 {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .md\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .md\:my-256 {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .md\:my-265 {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .md\:my-288 {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .md\:my-384 {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:my-0\.75 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .md\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .md\:my-7\.5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:my-9\.5 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .md\:my-9\.75 {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .md\:my-12\.5 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:my-13\.5 {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .md\:my-292\.5 {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .md\:my-1\/24 {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .md\:my-2\/24 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .md\:my-3\/24 {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .md\:my-4\/24 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:my-5\/24 {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .md\:my-6\/24 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:my-7\/24 {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .md\:my-8\/24 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:my-9\/24 {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .md\:my-10\/24 {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .md\:my-11\/24 {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .md\:my-12\/24 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:my-13\/24 {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .md\:my-14\/24 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .md\:my-15\/24 {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .md\:my-16\/24 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:my-17\/24 {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .md\:my-18\/24 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:my-19\/24 {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .md\:my-20\/24 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:my-21\/24 {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .md\:my-22\/24 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .md\:my-23\/24 {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .md\:my-24\/24 {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:my-screen-header {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .md\:my-screen-60 {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .md\:my-screen-80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:my-screen-85 {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .md\:my-screen-90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md\:my-screen-95 {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .md\:my-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .md\:my-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .md\:my-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .md\:my-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .md\:my-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .md\:my-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .md\:my-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .md\:my-full-4 {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .md\:my-account-body {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .md\:my-menu-center {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .md\:my-tutorials-hidden {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .md\:my-popup-full-width {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .md\:my-popup-full-width-md {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .md\:my-popup-full-height {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .md\:my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .md\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .md\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .md\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-29 {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .md\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .md\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .md\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-77 {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-82 {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .md\:-my-88 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .md\:-my-94 {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .md\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-98 {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .md\:-my-104 {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .md\:-my-108 {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .md\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .md\:-my-112 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .md\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md\:-my-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .md\:-my-132 {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .md\:-my-134 {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .md\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .md\:-my-136 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .md\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .md\:-my-152 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .md\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .md\:-my-164 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .md\:-my-172 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .md\:-my-179 {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .md\:-my-184 {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .md\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .md\:-my-224 {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .md\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .md\:-my-256 {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .md\:-my-265 {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .md\:-my-288 {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .md\:-my-384 {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .md\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-my-0\.75 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .md\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .md\:-my-7\.5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:-my-9\.5 {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .md\:-my-9\.75 {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .md\:-my-12\.5 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:-my-13\.5 {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .md\:-my-292\.5 {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .md\:-my-1\/24 {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .md\:-my-2\/24 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .md\:-my-3\/24 {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .md\:-my-4\/24 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:-my-5\/24 {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .md\:-my-6\/24 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-my-7\/24 {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .md\:-my-8\/24 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:-my-9\/24 {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .md\:-my-10\/24 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .md\:-my-11\/24 {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .md\:-my-12\/24 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-my-13\/24 {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .md\:-my-14\/24 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .md\:-my-15\/24 {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .md\:-my-16\/24 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:-my-17\/24 {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .md\:-my-18\/24 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:-my-19\/24 {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .md\:-my-20\/24 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:-my-21\/24 {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .md\:-my-22\/24 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .md\:-my-23\/24 {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .md\:-my-24\/24 {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:-my-screen-header {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .md\:-my-screen-60 {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .md\:-my-screen-80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:-my-screen-85 {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .md\:-my-screen-90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md\:-my-screen-95 {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .md\:-my-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .md\:-my-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .md\:-my-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .md\:-my-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .md\:-my-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .md\:-my-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .md\:-my-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .md\:-my-full-4 {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .md\:-my-account-body {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .md\:-my-menu-center {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .md\:-my-tutorials-hidden {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .md\:-my-popup-full-width {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .md\:-my-popup-full-width-md {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .md\:-my-popup-full-height {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .md\:-my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .md\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .md\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .md\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .md\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .md\:hover\:mx-29:hover {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .md\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .md\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .md\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:hover\:mx-42:hover {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .md\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .md\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .md\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .md\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:hover\:mx-68:hover {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .md\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .md\:hover\:mx-77:hover {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .md\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .md\:hover\:mx-82:hover {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .md\:hover\:mx-88:hover {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .md\:hover\:mx-94:hover {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .md\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .md\:hover\:mx-98:hover {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .md\:hover\:mx-104:hover {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .md\:hover\:mx-108:hover {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .md\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .md\:hover\:mx-112:hover {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .md\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .md\:hover\:mx-128:hover {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .md\:hover\:mx-132:hover {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .md\:hover\:mx-134:hover {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .md\:hover\:mx-135:hover {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .md\:hover\:mx-136:hover {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .md\:hover\:mx-144:hover {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .md\:hover\:mx-152:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .md\:hover\:mx-160:hover {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .md\:hover\:mx-164:hover {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .md\:hover\:mx-172:hover {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .md\:hover\:mx-179:hover {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .md\:hover\:mx-184:hover {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .md\:hover\:mx-192:hover {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .md\:hover\:mx-224:hover {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .md\:hover\:mx-240:hover {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .md\:hover\:mx-256:hover {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .md\:hover\:mx-265:hover {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .md\:hover\:mx-288:hover {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .md\:hover\:mx-384:hover {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .md\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .md\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .md\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .md\:hover\:mx-0\.75:hover {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .md\:hover\:mx-4\.5:hover {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .md\:hover\:mx-7\.5:hover {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .md\:hover\:mx-9\.5:hover {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .md\:hover\:mx-9\.75:hover {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .md\:hover\:mx-12\.5:hover {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .md\:hover\:mx-13\.5:hover {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .md\:hover\:mx-292\.5:hover {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .md\:hover\:mx-1\/24:hover {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .md\:hover\:mx-2\/24:hover {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .md\:hover\:mx-3\/24:hover {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .md\:hover\:mx-4\/24:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:hover\:mx-5\/24:hover {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .md\:hover\:mx-6\/24:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:hover\:mx-7\/24:hover {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .md\:hover\:mx-8\/24:hover {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:hover\:mx-9\/24:hover {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .md\:hover\:mx-10\/24:hover {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .md\:hover\:mx-11\/24:hover {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .md\:hover\:mx-12\/24:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:hover\:mx-13\/24:hover {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .md\:hover\:mx-14\/24:hover {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .md\:hover\:mx-15\/24:hover {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .md\:hover\:mx-16\/24:hover {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:hover\:mx-17\/24:hover {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .md\:hover\:mx-18\/24:hover {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:hover\:mx-19\/24:hover {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .md\:hover\:mx-20\/24:hover {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:hover\:mx-21\/24:hover {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .md\:hover\:mx-22\/24:hover {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .md\:hover\:mx-23\/24:hover {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .md\:hover\:mx-24\/24:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:hover\:mx-screen-header:hover {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .md\:hover\:mx-screen-60:hover {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .md\:hover\:mx-screen-80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .md\:hover\:mx-screen-85:hover {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .md\:hover\:mx-screen-90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .md\:hover\:mx-screen-95:hover {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .md\:hover\:mx-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .md\:hover\:mx-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .md\:hover\:mx-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .md\:hover\:mx-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .md\:hover\:mx-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .md\:hover\:mx-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .md\:hover\:mx-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .md\:hover\:mx-full-4:hover {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .md\:hover\:mx-account-body:hover {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .md\:hover\:mx-menu-center:hover {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .md\:hover\:mx-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .md\:hover\:mx-popup-full-width:hover {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .md\:hover\:mx-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .md\:hover\:mx-popup-full-height:hover {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .md\:hover\:mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .md\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .md\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .md\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .md\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .md\:hover\:-mx-29:hover {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .md\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .md\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .md\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:hover\:-mx-42:hover {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .md\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .md\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .md\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .md\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:hover\:-mx-68:hover {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .md\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .md\:hover\:-mx-77:hover {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .md\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .md\:hover\:-mx-82:hover {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .md\:hover\:-mx-88:hover {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .md\:hover\:-mx-94:hover {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .md\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .md\:hover\:-mx-98:hover {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .md\:hover\:-mx-104:hover {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .md\:hover\:-mx-108:hover {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .md\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .md\:hover\:-mx-112:hover {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .md\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .md\:hover\:-mx-128:hover {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .md\:hover\:-mx-132:hover {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .md\:hover\:-mx-134:hover {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .md\:hover\:-mx-135:hover {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .md\:hover\:-mx-136:hover {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .md\:hover\:-mx-144:hover {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .md\:hover\:-mx-152:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .md\:hover\:-mx-160:hover {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .md\:hover\:-mx-164:hover {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .md\:hover\:-mx-172:hover {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .md\:hover\:-mx-179:hover {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .md\:hover\:-mx-184:hover {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .md\:hover\:-mx-192:hover {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .md\:hover\:-mx-224:hover {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .md\:hover\:-mx-240:hover {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .md\:hover\:-mx-256:hover {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .md\:hover\:-mx-265:hover {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .md\:hover\:-mx-288:hover {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .md\:hover\:-mx-384:hover {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .md\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .md\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .md\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .md\:hover\:-mx-0\.75:hover {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .md\:hover\:-mx-4\.5:hover {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .md\:hover\:-mx-7\.5:hover {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .md\:hover\:-mx-9\.5:hover {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .md\:hover\:-mx-9\.75:hover {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .md\:hover\:-mx-12\.5:hover {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .md\:hover\:-mx-13\.5:hover {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .md\:hover\:-mx-292\.5:hover {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .md\:hover\:-mx-1\/24:hover {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .md\:hover\:-mx-2\/24:hover {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .md\:hover\:-mx-3\/24:hover {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .md\:hover\:-mx-4\/24:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:hover\:-mx-5\/24:hover {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .md\:hover\:-mx-6\/24:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:hover\:-mx-7\/24:hover {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .md\:hover\:-mx-8\/24:hover {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:hover\:-mx-9\/24:hover {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .md\:hover\:-mx-10\/24:hover {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .md\:hover\:-mx-11\/24:hover {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .md\:hover\:-mx-12\/24:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:hover\:-mx-13\/24:hover {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .md\:hover\:-mx-14\/24:hover {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .md\:hover\:-mx-15\/24:hover {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .md\:hover\:-mx-16\/24:hover {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:hover\:-mx-17\/24:hover {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .md\:hover\:-mx-18\/24:hover {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:hover\:-mx-19\/24:hover {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .md\:hover\:-mx-20\/24:hover {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:hover\:-mx-21\/24:hover {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .md\:hover\:-mx-22\/24:hover {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .md\:hover\:-mx-23\/24:hover {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .md\:hover\:-mx-24\/24:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:hover\:-mx-screen-header:hover {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .md\:hover\:-mx-screen-60:hover {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .md\:hover\:-mx-screen-80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .md\:hover\:-mx-screen-85:hover {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .md\:hover\:-mx-screen-90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .md\:hover\:-mx-screen-95:hover {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .md\:hover\:-mx-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .md\:hover\:-mx-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .md\:hover\:-mx-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .md\:hover\:-mx-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .md\:hover\:-mx-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .md\:hover\:-mx-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .md\:hover\:-mx-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .md\:hover\:-mx-full-4:hover {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .md\:hover\:-mx-account-body:hover {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .md\:hover\:-mx-menu-center:hover {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .md\:hover\:-mx-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .md\:hover\:-mx-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .md\:hover\:-mx-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .md\:hover\:-mx-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .md\:hover\:-mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .md\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:hover\:my-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .md\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .md\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:hover\:my-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .md\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:hover\:my-29:hover {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .md\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:hover\:my-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .md\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:hover\:my-42:hover {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .md\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:hover\:my-68:hover {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .md\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:hover\:my-77:hover {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .md\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:hover\:my-82:hover {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .md\:hover\:my-88:hover {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .md\:hover\:my-94:hover {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .md\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:hover\:my-98:hover {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .md\:hover\:my-104:hover {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .md\:hover\:my-108:hover {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .md\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .md\:hover\:my-112:hover {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .md\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .md\:hover\:my-128:hover {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .md\:hover\:my-132:hover {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .md\:hover\:my-134:hover {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .md\:hover\:my-135:hover {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .md\:hover\:my-136:hover {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .md\:hover\:my-144:hover {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .md\:hover\:my-152:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .md\:hover\:my-160:hover {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .md\:hover\:my-164:hover {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .md\:hover\:my-172:hover {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .md\:hover\:my-179:hover {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .md\:hover\:my-184:hover {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .md\:hover\:my-192:hover {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .md\:hover\:my-224:hover {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .md\:hover\:my-240:hover {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .md\:hover\:my-256:hover {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .md\:hover\:my-265:hover {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .md\:hover\:my-288:hover {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .md\:hover\:my-384:hover {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .md\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:hover\:my-0\.75:hover {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .md\:hover\:my-4\.5:hover {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .md\:hover\:my-7\.5:hover {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .md\:hover\:my-9\.5:hover {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .md\:hover\:my-9\.75:hover {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .md\:hover\:my-12\.5:hover {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .md\:hover\:my-13\.5:hover {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .md\:hover\:my-292\.5:hover {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .md\:hover\:my-1\/24:hover {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .md\:hover\:my-2\/24:hover {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .md\:hover\:my-3\/24:hover {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .md\:hover\:my-4\/24:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:hover\:my-5\/24:hover {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .md\:hover\:my-6\/24:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:hover\:my-7\/24:hover {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .md\:hover\:my-8\/24:hover {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:hover\:my-9\/24:hover {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .md\:hover\:my-10\/24:hover {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .md\:hover\:my-11\/24:hover {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .md\:hover\:my-12\/24:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:hover\:my-13\/24:hover {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .md\:hover\:my-14\/24:hover {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .md\:hover\:my-15\/24:hover {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .md\:hover\:my-16\/24:hover {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:hover\:my-17\/24:hover {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .md\:hover\:my-18\/24:hover {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:hover\:my-19\/24:hover {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .md\:hover\:my-20\/24:hover {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:hover\:my-21\/24:hover {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .md\:hover\:my-22\/24:hover {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .md\:hover\:my-23\/24:hover {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .md\:hover\:my-24\/24:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:hover\:my-screen-header:hover {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .md\:hover\:my-screen-60:hover {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .md\:hover\:my-screen-80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .md\:hover\:my-screen-85:hover {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .md\:hover\:my-screen-90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .md\:hover\:my-screen-95:hover {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .md\:hover\:my-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .md\:hover\:my-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .md\:hover\:my-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .md\:hover\:my-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .md\:hover\:my-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .md\:hover\:my-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .md\:hover\:my-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .md\:hover\:my-full-4:hover {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .md\:hover\:my-account-body:hover {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .md\:hover\:my-menu-center:hover {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .md\:hover\:my-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .md\:hover\:my-popup-full-width:hover {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .md\:hover\:my-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .md\:hover\:my-popup-full-height:hover {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .md\:hover\:my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .md\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:hover\:-my-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .md\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .md\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:hover\:-my-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .md\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:hover\:-my-29:hover {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .md\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:hover\:-my-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .md\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:hover\:-my-42:hover {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .md\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:hover\:-my-68:hover {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .md\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:hover\:-my-77:hover {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .md\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:hover\:-my-82:hover {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .md\:hover\:-my-88:hover {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .md\:hover\:-my-94:hover {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .md\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:hover\:-my-98:hover {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .md\:hover\:-my-104:hover {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .md\:hover\:-my-108:hover {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .md\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .md\:hover\:-my-112:hover {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .md\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .md\:hover\:-my-128:hover {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .md\:hover\:-my-132:hover {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .md\:hover\:-my-134:hover {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .md\:hover\:-my-135:hover {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .md\:hover\:-my-136:hover {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .md\:hover\:-my-144:hover {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .md\:hover\:-my-152:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .md\:hover\:-my-160:hover {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .md\:hover\:-my-164:hover {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .md\:hover\:-my-172:hover {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .md\:hover\:-my-179:hover {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .md\:hover\:-my-184:hover {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .md\:hover\:-my-192:hover {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .md\:hover\:-my-224:hover {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .md\:hover\:-my-240:hover {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .md\:hover\:-my-256:hover {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .md\:hover\:-my-265:hover {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .md\:hover\:-my-288:hover {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .md\:hover\:-my-384:hover {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .md\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:hover\:-my-0\.75:hover {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .md\:hover\:-my-4\.5:hover {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .md\:hover\:-my-7\.5:hover {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .md\:hover\:-my-9\.5:hover {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .md\:hover\:-my-9\.75:hover {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .md\:hover\:-my-12\.5:hover {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .md\:hover\:-my-13\.5:hover {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .md\:hover\:-my-292\.5:hover {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .md\:hover\:-my-1\/24:hover {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .md\:hover\:-my-2\/24:hover {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .md\:hover\:-my-3\/24:hover {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .md\:hover\:-my-4\/24:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:hover\:-my-5\/24:hover {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .md\:hover\:-my-6\/24:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:hover\:-my-7\/24:hover {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .md\:hover\:-my-8\/24:hover {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:hover\:-my-9\/24:hover {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .md\:hover\:-my-10\/24:hover {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .md\:hover\:-my-11\/24:hover {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .md\:hover\:-my-12\/24:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:hover\:-my-13\/24:hover {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .md\:hover\:-my-14\/24:hover {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .md\:hover\:-my-15\/24:hover {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .md\:hover\:-my-16\/24:hover {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:hover\:-my-17\/24:hover {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .md\:hover\:-my-18\/24:hover {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:hover\:-my-19\/24:hover {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .md\:hover\:-my-20\/24:hover {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:hover\:-my-21\/24:hover {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .md\:hover\:-my-22\/24:hover {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .md\:hover\:-my-23\/24:hover {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .md\:hover\:-my-24\/24:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:hover\:-my-screen-header:hover {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .md\:hover\:-my-screen-60:hover {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .md\:hover\:-my-screen-80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .md\:hover\:-my-screen-85:hover {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .md\:hover\:-my-screen-90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .md\:hover\:-my-screen-95:hover {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .md\:hover\:-my-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .md\:hover\:-my-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .md\:hover\:-my-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .md\:hover\:-my-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .md\:hover\:-my-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .md\:hover\:-my-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .md\:hover\:-my-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .md\:hover\:-my-full-4:hover {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .md\:hover\:-my-account-body:hover {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .md\:hover\:-my-menu-center:hover {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .md\:hover\:-my-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .md\:hover\:-my-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .md\:hover\:-my-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .md\:hover\:-my-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .md\:hover\:-my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-18 {
    margin-top: 4.5rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-21 {
    margin-top: 5.25rem;
  }

  .md\:mt-22 {
    margin-top: 5.5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-26 {
    margin-top: 6.5rem;
  }

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-29 {
    margin-top: 7.25rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-34 {
    margin-top: 8.5rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:mt-42 {
    margin-top: 10.5rem;
  }

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mt-52 {
    margin-top: 13rem;
  }

  .md\:mt-56 {
    margin-top: 14rem;
  }

  .md\:mt-60 {
    margin-top: 15rem;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:mt-68 {
    margin-top: 17rem;
  }

  .md\:mt-72 {
    margin-top: 18rem;
  }

  .md\:mt-77 {
    margin-top: 19.25rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .md\:mt-82 {
    margin-top: 20.5rem;
  }

  .md\:mt-88 {
    margin-top: 22rem;
  }

  .md\:mt-94 {
    margin-top: 23.5rem;
  }

  .md\:mt-96 {
    margin-top: 24rem;
  }

  .md\:mt-98 {
    margin-top: 24.5rem;
  }

  .md\:mt-104 {
    margin-top: 26rem;
  }

  .md\:mt-108 {
    margin-top: 27rem;
  }

  .md\:mt-110 {
    margin-top: 27.5rem;
  }

  .md\:mt-112 {
    margin-top: 28rem;
  }

  .md\:mt-120 {
    margin-top: 30rem;
  }

  .md\:mt-128 {
    margin-top: 32rem;
  }

  .md\:mt-132 {
    margin-top: 33rem;
  }

  .md\:mt-134 {
    margin-top: 33.5rem;
  }

  .md\:mt-135 {
    margin-top: 33.75rem;
  }

  .md\:mt-136 {
    margin-top: 34rem;
  }

  .md\:mt-144 {
    margin-top: 36rem;
  }

  .md\:mt-152 {
    margin-top: 38rem;
  }

  .md\:mt-160 {
    margin-top: 40rem;
  }

  .md\:mt-164 {
    margin-top: 41rem;
  }

  .md\:mt-172 {
    margin-top: 43rem;
  }

  .md\:mt-179 {
    margin-top: 44.75rem;
  }

  .md\:mt-184 {
    margin-top: 46rem;
  }

  .md\:mt-192 {
    margin-top: 48rem;
  }

  .md\:mt-224 {
    margin-top: 56rem;
  }

  .md\:mt-240 {
    margin-top: 60rem;
  }

  .md\:mt-256 {
    margin-top: 64rem;
  }

  .md\:mt-265 {
    margin-top: 66.25rem;
  }

  .md\:mt-288 {
    margin-top: 72rem;
  }

  .md\:mt-384 {
    margin-top: 96rem;
  }

  .md\:mt-auto {
    margin-top: auto;
  }

  .md\:mt-px {
    margin-top: 1px;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .md\:mt-0\.75 {
    margin-top: 0.1875rem;
  }

  .md\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .md\:mt-7\.5 {
    margin-top: 1.875rem;
  }

  .md\:mt-9\.5 {
    margin-top: 2.375rem;
  }

  .md\:mt-9\.75 {
    margin-top: 2.4375rem;
  }

  .md\:mt-12\.5 {
    margin-top: 3.125rem;
  }

  .md\:mt-13\.5 {
    margin-top: 3.375rem;
  }

  .md\:mt-292\.5 {
    margin-top: 73.125rem;
  }

  .md\:mt-1\/24 {
    margin-top: 4.166667%;
  }

  .md\:mt-2\/24 {
    margin-top: 8.333333%;
  }

  .md\:mt-3\/24 {
    margin-top: 12.5%;
  }

  .md\:mt-4\/24 {
    margin-top: 16.666667%;
  }

  .md\:mt-5\/24 {
    margin-top: 20.833333%;
  }

  .md\:mt-6\/24 {
    margin-top: 25%;
  }

  .md\:mt-7\/24 {
    margin-top: 29.166666%;
  }

  .md\:mt-8\/24 {
    margin-top: 33.333333%;
  }

  .md\:mt-9\/24 {
    margin-top: 37.5%;
  }

  .md\:mt-10\/24 {
    margin-top: 41.666666%;
  }

  .md\:mt-11\/24 {
    margin-top: 45.833333%;
  }

  .md\:mt-12\/24 {
    margin-top: 50%;
  }

  .md\:mt-13\/24 {
    margin-top: 54.166666%;
  }

  .md\:mt-14\/24 {
    margin-top: 58.333333%;
  }

  .md\:mt-15\/24 {
    margin-top: 62.5%;
  }

  .md\:mt-16\/24 {
    margin-top: 66.666667%;
  }

  .md\:mt-17\/24 {
    margin-top: 70.833333%;
  }

  .md\:mt-18\/24 {
    margin-top: 75%;
  }

  .md\:mt-19\/24 {
    margin-top: 79.166667%;
  }

  .md\:mt-20\/24 {
    margin-top: 83.333333%;
  }

  .md\:mt-21\/24 {
    margin-top: 87.5%;
  }

  .md\:mt-22\/24 {
    margin-top: 91.666667%;
  }

  .md\:mt-23\/24 {
    margin-top: 95.833333%;
  }

  .md\:mt-24\/24 {
    margin-top: 100%;
  }

  .md\:mt-screen-header {
    margin-top: 41.55vw;
  }

  .md\:mt-screen-60 {
    margin-top: 60vh;
  }

  .md\:mt-screen-80 {
    margin-top: 80vh;
  }

  .md\:mt-screen-85 {
    margin-top: 85vh;
  }

  .md\:mt-screen-90 {
    margin-top: 90vh;
  }

  .md\:mt-screen-95 {
    margin-top: 95vh;
  }

  .md\:mt-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
  }

  .md\:mt-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
  }

  .md\:mt-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
  }

  .md\:mt-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
  }

  .md\:mt-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
  }

  .md\:mt-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
  }

  .md\:mt-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
  }

  .md\:mt-full-4 {
    margin-top: calc(100% - 16px);
  }

  .md\:mt-account-body {
    margin-top: calc(100vw - 304px);
  }

  .md\:mt-menu-center {
    margin-top: calc(50% - 288px);
  }

  .md\:mt-tutorials-hidden {
    margin-top: calc(100% - 56px);
  }

  .md\:mt-popup-full-width {
    margin-top: calc(100% + 32px);
  }

  .md\:mt-popup-full-width-md {
    margin-top: calc(100% + 64px);
  }

  .md\:mt-popup-full-height {
    margin-top: calc(100% + 68px);
  }

  .md\:mt-max-content {
    margin-top: max-content;
  }

  .md\:-mt-0 {
    margin-top: 0px;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mt-18 {
    margin-top: -4.5rem;
  }

  .md\:-mt-20 {
    margin-top: -5rem;
  }

  .md\:-mt-21 {
    margin-top: -5.25rem;
  }

  .md\:-mt-22 {
    margin-top: -5.5rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

  .md\:-mt-26 {
    margin-top: -6.5rem;
  }

  .md\:-mt-28 {
    margin-top: -7rem;
  }

  .md\:-mt-29 {
    margin-top: -7.25rem;
  }

  .md\:-mt-32 {
    margin-top: -8rem;
  }

  .md\:-mt-34 {
    margin-top: -8.5rem;
  }

  .md\:-mt-36 {
    margin-top: -9rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:-mt-42 {
    margin-top: -10.5rem;
  }

  .md\:-mt-44 {
    margin-top: -11rem;
  }

  .md\:-mt-48 {
    margin-top: -12rem;
  }

  .md\:-mt-52 {
    margin-top: -13rem;
  }

  .md\:-mt-56 {
    margin-top: -14rem;
  }

  .md\:-mt-60 {
    margin-top: -15rem;
  }

  .md\:-mt-64 {
    margin-top: -16rem;
  }

  .md\:-mt-68 {
    margin-top: -17rem;
  }

  .md\:-mt-72 {
    margin-top: -18rem;
  }

  .md\:-mt-77 {
    margin-top: -19.25rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .md\:-mt-82 {
    margin-top: -20.5rem;
  }

  .md\:-mt-88 {
    margin-top: -22rem;
  }

  .md\:-mt-94 {
    margin-top: -23.5rem;
  }

  .md\:-mt-96 {
    margin-top: -24rem;
  }

  .md\:-mt-98 {
    margin-top: -24.5rem;
  }

  .md\:-mt-104 {
    margin-top: -26rem;
  }

  .md\:-mt-108 {
    margin-top: -27rem;
  }

  .md\:-mt-110 {
    margin-top: -27.5rem;
  }

  .md\:-mt-112 {
    margin-top: -28rem;
  }

  .md\:-mt-120 {
    margin-top: -30rem;
  }

  .md\:-mt-128 {
    margin-top: -32rem;
  }

  .md\:-mt-132 {
    margin-top: -33rem;
  }

  .md\:-mt-134 {
    margin-top: -33.5rem;
  }

  .md\:-mt-135 {
    margin-top: -33.75rem;
  }

  .md\:-mt-136 {
    margin-top: -34rem;
  }

  .md\:-mt-144 {
    margin-top: -36rem;
  }

  .md\:-mt-152 {
    margin-top: -38rem;
  }

  .md\:-mt-160 {
    margin-top: -40rem;
  }

  .md\:-mt-164 {
    margin-top: -41rem;
  }

  .md\:-mt-172 {
    margin-top: -43rem;
  }

  .md\:-mt-179 {
    margin-top: -44.75rem;
  }

  .md\:-mt-184 {
    margin-top: -46rem;
  }

  .md\:-mt-192 {
    margin-top: -48rem;
  }

  .md\:-mt-224 {
    margin-top: -56rem;
  }

  .md\:-mt-240 {
    margin-top: -60rem;
  }

  .md\:-mt-256 {
    margin-top: -64rem;
  }

  .md\:-mt-265 {
    margin-top: -66.25rem;
  }

  .md\:-mt-288 {
    margin-top: -72rem;
  }

  .md\:-mt-384 {
    margin-top: -96rem;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .md\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .md\:-mt-0\.75 {
    margin-top: -0.1875rem;
  }

  .md\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .md\:-mt-7\.5 {
    margin-top: -1.875rem;
  }

  .md\:-mt-9\.5 {
    margin-top: -2.375rem;
  }

  .md\:-mt-9\.75 {
    margin-top: -2.4375rem;
  }

  .md\:-mt-12\.5 {
    margin-top: -3.125rem;
  }

  .md\:-mt-13\.5 {
    margin-top: -3.375rem;
  }

  .md\:-mt-292\.5 {
    margin-top: -73.125rem;
  }

  .md\:-mt-1\/24 {
    margin-top: -4.16667%;
  }

  .md\:-mt-2\/24 {
    margin-top: -8.33333%;
  }

  .md\:-mt-3\/24 {
    margin-top: -12.5%;
  }

  .md\:-mt-4\/24 {
    margin-top: -16.66667%;
  }

  .md\:-mt-5\/24 {
    margin-top: -20.83333%;
  }

  .md\:-mt-6\/24 {
    margin-top: -25%;
  }

  .md\:-mt-7\/24 {
    margin-top: -29.16667%;
  }

  .md\:-mt-8\/24 {
    margin-top: -33.33333%;
  }

  .md\:-mt-9\/24 {
    margin-top: -37.5%;
  }

  .md\:-mt-10\/24 {
    margin-top: -41.66667%;
  }

  .md\:-mt-11\/24 {
    margin-top: -45.83333%;
  }

  .md\:-mt-12\/24 {
    margin-top: -50%;
  }

  .md\:-mt-13\/24 {
    margin-top: -54.16667%;
  }

  .md\:-mt-14\/24 {
    margin-top: -58.33333%;
  }

  .md\:-mt-15\/24 {
    margin-top: -62.5%;
  }

  .md\:-mt-16\/24 {
    margin-top: -66.66667%;
  }

  .md\:-mt-17\/24 {
    margin-top: -70.83333%;
  }

  .md\:-mt-18\/24 {
    margin-top: -75%;
  }

  .md\:-mt-19\/24 {
    margin-top: -79.16667%;
  }

  .md\:-mt-20\/24 {
    margin-top: -83.33333%;
  }

  .md\:-mt-21\/24 {
    margin-top: -87.5%;
  }

  .md\:-mt-22\/24 {
    margin-top: -91.66667%;
  }

  .md\:-mt-23\/24 {
    margin-top: -95.83333%;
  }

  .md\:-mt-24\/24 {
    margin-top: -100%;
  }

  .md\:-mt-screen-header {
    margin-top: -41.55vw;
  }

  .md\:-mt-screen-60 {
    margin-top: -60vh;
  }

  .md\:-mt-screen-80 {
    margin-top: -80vh;
  }

  .md\:-mt-screen-85 {
    margin-top: -85vh;
  }

  .md\:-mt-screen-90 {
    margin-top: -90vh;
  }

  .md\:-mt-screen-95 {
    margin-top: -95vh;
  }

  .md\:-mt-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
  }

  .md\:-mt-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
  }

  .md\:-mt-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
  }

  .md\:-mt-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
  }

  .md\:-mt-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
  }

  .md\:-mt-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
  }

  .md\:-mt-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
  }

  .md\:-mt-full-4 {
    margin-top: calc(-100% - -16px);
  }

  .md\:-mt-account-body {
    margin-top: calc(-100vw - -304px);
  }

  .md\:-mt-menu-center {
    margin-top: calc(-50% - -288px);
  }

  .md\:-mt-tutorials-hidden {
    margin-top: calc(-100% - -56px);
  }

  .md\:-mt-popup-full-width {
    margin-top: calc(-100% + -32px);
  }

  .md\:-mt-popup-full-width-md {
    margin-top: calc(-100% + -64px);
  }

  .md\:-mt-popup-full-height {
    margin-top: calc(-100% + -68px);
  }

  .md\:-mt-max-content {
    margin-top: max-content;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mr-18 {
    margin-right: 4.5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-21 {
    margin-right: 5.25rem;
  }

  .md\:mr-22 {
    margin-right: 5.5rem;
  }

  .md\:mr-24 {
    margin-right: 6rem;
  }

  .md\:mr-26 {
    margin-right: 6.5rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mr-29 {
    margin-right: 7.25rem;
  }

  .md\:mr-32 {
    margin-right: 8rem;
  }

  .md\:mr-34 {
    margin-right: 8.5rem;
  }

  .md\:mr-36 {
    margin-right: 9rem;
  }

  .md\:mr-40 {
    margin-right: 10rem;
  }

  .md\:mr-42 {
    margin-right: 10.5rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:mr-48 {
    margin-right: 12rem;
  }

  .md\:mr-52 {
    margin-right: 13rem;
  }

  .md\:mr-56 {
    margin-right: 14rem;
  }

  .md\:mr-60 {
    margin-right: 15rem;
  }

  .md\:mr-64 {
    margin-right: 16rem;
  }

  .md\:mr-68 {
    margin-right: 17rem;
  }

  .md\:mr-72 {
    margin-right: 18rem;
  }

  .md\:mr-77 {
    margin-right: 19.25rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .md\:mr-82 {
    margin-right: 20.5rem;
  }

  .md\:mr-88 {
    margin-right: 22rem;
  }

  .md\:mr-94 {
    margin-right: 23.5rem;
  }

  .md\:mr-96 {
    margin-right: 24rem;
  }

  .md\:mr-98 {
    margin-right: 24.5rem;
  }

  .md\:mr-104 {
    margin-right: 26rem;
  }

  .md\:mr-108 {
    margin-right: 27rem;
  }

  .md\:mr-110 {
    margin-right: 27.5rem;
  }

  .md\:mr-112 {
    margin-right: 28rem;
  }

  .md\:mr-120 {
    margin-right: 30rem;
  }

  .md\:mr-128 {
    margin-right: 32rem;
  }

  .md\:mr-132 {
    margin-right: 33rem;
  }

  .md\:mr-134 {
    margin-right: 33.5rem;
  }

  .md\:mr-135 {
    margin-right: 33.75rem;
  }

  .md\:mr-136 {
    margin-right: 34rem;
  }

  .md\:mr-144 {
    margin-right: 36rem;
  }

  .md\:mr-152 {
    margin-right: 38rem;
  }

  .md\:mr-160 {
    margin-right: 40rem;
  }

  .md\:mr-164 {
    margin-right: 41rem;
  }

  .md\:mr-172 {
    margin-right: 43rem;
  }

  .md\:mr-179 {
    margin-right: 44.75rem;
  }

  .md\:mr-184 {
    margin-right: 46rem;
  }

  .md\:mr-192 {
    margin-right: 48rem;
  }

  .md\:mr-224 {
    margin-right: 56rem;
  }

  .md\:mr-240 {
    margin-right: 60rem;
  }

  .md\:mr-256 {
    margin-right: 64rem;
  }

  .md\:mr-265 {
    margin-right: 66.25rem;
  }

  .md\:mr-288 {
    margin-right: 72rem;
  }

  .md\:mr-384 {
    margin-right: 96rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mr-px {
    margin-right: 1px;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .md\:mr-0\.75 {
    margin-right: 0.1875rem;
  }

  .md\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .md\:mr-7\.5 {
    margin-right: 1.875rem;
  }

  .md\:mr-9\.5 {
    margin-right: 2.375rem;
  }

  .md\:mr-9\.75 {
    margin-right: 2.4375rem;
  }

  .md\:mr-12\.5 {
    margin-right: 3.125rem;
  }

  .md\:mr-13\.5 {
    margin-right: 3.375rem;
  }

  .md\:mr-292\.5 {
    margin-right: 73.125rem;
  }

  .md\:mr-1\/24 {
    margin-right: 4.166667%;
  }

  .md\:mr-2\/24 {
    margin-right: 8.333333%;
  }

  .md\:mr-3\/24 {
    margin-right: 12.5%;
  }

  .md\:mr-4\/24 {
    margin-right: 16.666667%;
  }

  .md\:mr-5\/24 {
    margin-right: 20.833333%;
  }

  .md\:mr-6\/24 {
    margin-right: 25%;
  }

  .md\:mr-7\/24 {
    margin-right: 29.166666%;
  }

  .md\:mr-8\/24 {
    margin-right: 33.333333%;
  }

  .md\:mr-9\/24 {
    margin-right: 37.5%;
  }

  .md\:mr-10\/24 {
    margin-right: 41.666666%;
  }

  .md\:mr-11\/24 {
    margin-right: 45.833333%;
  }

  .md\:mr-12\/24 {
    margin-right: 50%;
  }

  .md\:mr-13\/24 {
    margin-right: 54.166666%;
  }

  .md\:mr-14\/24 {
    margin-right: 58.333333%;
  }

  .md\:mr-15\/24 {
    margin-right: 62.5%;
  }

  .md\:mr-16\/24 {
    margin-right: 66.666667%;
  }

  .md\:mr-17\/24 {
    margin-right: 70.833333%;
  }

  .md\:mr-18\/24 {
    margin-right: 75%;
  }

  .md\:mr-19\/24 {
    margin-right: 79.166667%;
  }

  .md\:mr-20\/24 {
    margin-right: 83.333333%;
  }

  .md\:mr-21\/24 {
    margin-right: 87.5%;
  }

  .md\:mr-22\/24 {
    margin-right: 91.666667%;
  }

  .md\:mr-23\/24 {
    margin-right: 95.833333%;
  }

  .md\:mr-24\/24 {
    margin-right: 100%;
  }

  .md\:mr-screen-header {
    margin-right: 41.55vw;
  }

  .md\:mr-screen-60 {
    margin-right: 60vh;
  }

  .md\:mr-screen-80 {
    margin-right: 80vh;
  }

  .md\:mr-screen-85 {
    margin-right: 85vh;
  }

  .md\:mr-screen-90 {
    margin-right: 90vh;
  }

  .md\:mr-screen-95 {
    margin-right: 95vh;
  }

  .md\:mr-screen-minus-header {
    margin-right: calc(100vh - 5.25rem);
  }

  .md\:mr-screen-minus-35\.5 {
    margin-right: calc(100vh - 8.875rem);
  }

  .md\:mr-screen-minus-36 {
    margin-right: calc(100vh - 9rem);
  }

  .md\:mr-screen-minus-40 {
    margin-right: calc(100vh - 10rem);
  }

  .md\:mr-screen-minus-55 {
    margin-right: calc(100vh - 13.75rem);
  }

  .md\:mr-screen-minus-72 {
    margin-right: calc(100vh - 18rem);
  }

  .md\:mr-screen-minus-80 {
    margin-right: calc(100vh - 20rem);
  }

  .md\:mr-full-4 {
    margin-right: calc(100% - 16px);
  }

  .md\:mr-account-body {
    margin-right: calc(100vw - 304px);
  }

  .md\:mr-menu-center {
    margin-right: calc(50% - 288px);
  }

  .md\:mr-tutorials-hidden {
    margin-right: calc(100% - 56px);
  }

  .md\:mr-popup-full-width {
    margin-right: calc(100% + 32px);
  }

  .md\:mr-popup-full-width-md {
    margin-right: calc(100% + 64px);
  }

  .md\:mr-popup-full-height {
    margin-right: calc(100% + 68px);
  }

  .md\:mr-max-content {
    margin-right: max-content;
  }

  .md\:-mr-0 {
    margin-right: 0px;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mr-18 {
    margin-right: -4.5rem;
  }

  .md\:-mr-20 {
    margin-right: -5rem;
  }

  .md\:-mr-21 {
    margin-right: -5.25rem;
  }

  .md\:-mr-22 {
    margin-right: -5.5rem;
  }

  .md\:-mr-24 {
    margin-right: -6rem;
  }

  .md\:-mr-26 {
    margin-right: -6.5rem;
  }

  .md\:-mr-28 {
    margin-right: -7rem;
  }

  .md\:-mr-29 {
    margin-right: -7.25rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

  .md\:-mr-34 {
    margin-right: -8.5rem;
  }

  .md\:-mr-36 {
    margin-right: -9rem;
  }

  .md\:-mr-40 {
    margin-right: -10rem;
  }

  .md\:-mr-42 {
    margin-right: -10.5rem;
  }

  .md\:-mr-44 {
    margin-right: -11rem;
  }

  .md\:-mr-48 {
    margin-right: -12rem;
  }

  .md\:-mr-52 {
    margin-right: -13rem;
  }

  .md\:-mr-56 {
    margin-right: -14rem;
  }

  .md\:-mr-60 {
    margin-right: -15rem;
  }

  .md\:-mr-64 {
    margin-right: -16rem;
  }

  .md\:-mr-68 {
    margin-right: -17rem;
  }

  .md\:-mr-72 {
    margin-right: -18rem;
  }

  .md\:-mr-77 {
    margin-right: -19.25rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .md\:-mr-82 {
    margin-right: -20.5rem;
  }

  .md\:-mr-88 {
    margin-right: -22rem;
  }

  .md\:-mr-94 {
    margin-right: -23.5rem;
  }

  .md\:-mr-96 {
    margin-right: -24rem;
  }

  .md\:-mr-98 {
    margin-right: -24.5rem;
  }

  .md\:-mr-104 {
    margin-right: -26rem;
  }

  .md\:-mr-108 {
    margin-right: -27rem;
  }

  .md\:-mr-110 {
    margin-right: -27.5rem;
  }

  .md\:-mr-112 {
    margin-right: -28rem;
  }

  .md\:-mr-120 {
    margin-right: -30rem;
  }

  .md\:-mr-128 {
    margin-right: -32rem;
  }

  .md\:-mr-132 {
    margin-right: -33rem;
  }

  .md\:-mr-134 {
    margin-right: -33.5rem;
  }

  .md\:-mr-135 {
    margin-right: -33.75rem;
  }

  .md\:-mr-136 {
    margin-right: -34rem;
  }

  .md\:-mr-144 {
    margin-right: -36rem;
  }

  .md\:-mr-152 {
    margin-right: -38rem;
  }

  .md\:-mr-160 {
    margin-right: -40rem;
  }

  .md\:-mr-164 {
    margin-right: -41rem;
  }

  .md\:-mr-172 {
    margin-right: -43rem;
  }

  .md\:-mr-179 {
    margin-right: -44.75rem;
  }

  .md\:-mr-184 {
    margin-right: -46rem;
  }

  .md\:-mr-192 {
    margin-right: -48rem;
  }

  .md\:-mr-224 {
    margin-right: -56rem;
  }

  .md\:-mr-240 {
    margin-right: -60rem;
  }

  .md\:-mr-256 {
    margin-right: -64rem;
  }

  .md\:-mr-265 {
    margin-right: -66.25rem;
  }

  .md\:-mr-288 {
    margin-right: -72rem;
  }

  .md\:-mr-384 {
    margin-right: -96rem;
  }

  .md\:-mr-px {
    margin-right: -1px;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .md\:-mr-0\.75 {
    margin-right: -0.1875rem;
  }

  .md\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .md\:-mr-7\.5 {
    margin-right: -1.875rem;
  }

  .md\:-mr-9\.5 {
    margin-right: -2.375rem;
  }

  .md\:-mr-9\.75 {
    margin-right: -2.4375rem;
  }

  .md\:-mr-12\.5 {
    margin-right: -3.125rem;
  }

  .md\:-mr-13\.5 {
    margin-right: -3.375rem;
  }

  .md\:-mr-292\.5 {
    margin-right: -73.125rem;
  }

  .md\:-mr-1\/24 {
    margin-right: -4.16667%;
  }

  .md\:-mr-2\/24 {
    margin-right: -8.33333%;
  }

  .md\:-mr-3\/24 {
    margin-right: -12.5%;
  }

  .md\:-mr-4\/24 {
    margin-right: -16.66667%;
  }

  .md\:-mr-5\/24 {
    margin-right: -20.83333%;
  }

  .md\:-mr-6\/24 {
    margin-right: -25%;
  }

  .md\:-mr-7\/24 {
    margin-right: -29.16667%;
  }

  .md\:-mr-8\/24 {
    margin-right: -33.33333%;
  }

  .md\:-mr-9\/24 {
    margin-right: -37.5%;
  }

  .md\:-mr-10\/24 {
    margin-right: -41.66667%;
  }

  .md\:-mr-11\/24 {
    margin-right: -45.83333%;
  }

  .md\:-mr-12\/24 {
    margin-right: -50%;
  }

  .md\:-mr-13\/24 {
    margin-right: -54.16667%;
  }

  .md\:-mr-14\/24 {
    margin-right: -58.33333%;
  }

  .md\:-mr-15\/24 {
    margin-right: -62.5%;
  }

  .md\:-mr-16\/24 {
    margin-right: -66.66667%;
  }

  .md\:-mr-17\/24 {
    margin-right: -70.83333%;
  }

  .md\:-mr-18\/24 {
    margin-right: -75%;
  }

  .md\:-mr-19\/24 {
    margin-right: -79.16667%;
  }

  .md\:-mr-20\/24 {
    margin-right: -83.33333%;
  }

  .md\:-mr-21\/24 {
    margin-right: -87.5%;
  }

  .md\:-mr-22\/24 {
    margin-right: -91.66667%;
  }

  .md\:-mr-23\/24 {
    margin-right: -95.83333%;
  }

  .md\:-mr-24\/24 {
    margin-right: -100%;
  }

  .md\:-mr-screen-header {
    margin-right: -41.55vw;
  }

  .md\:-mr-screen-60 {
    margin-right: -60vh;
  }

  .md\:-mr-screen-80 {
    margin-right: -80vh;
  }

  .md\:-mr-screen-85 {
    margin-right: -85vh;
  }

  .md\:-mr-screen-90 {
    margin-right: -90vh;
  }

  .md\:-mr-screen-95 {
    margin-right: -95vh;
  }

  .md\:-mr-screen-minus-header {
    margin-right: calc(-100vh - -5.25rem);
  }

  .md\:-mr-screen-minus-35\.5 {
    margin-right: calc(-100vh - -8.875rem);
  }

  .md\:-mr-screen-minus-36 {
    margin-right: calc(-100vh - -9rem);
  }

  .md\:-mr-screen-minus-40 {
    margin-right: calc(-100vh - -10rem);
  }

  .md\:-mr-screen-minus-55 {
    margin-right: calc(-100vh - -13.75rem);
  }

  .md\:-mr-screen-minus-72 {
    margin-right: calc(-100vh - -18rem);
  }

  .md\:-mr-screen-minus-80 {
    margin-right: calc(-100vh - -20rem);
  }

  .md\:-mr-full-4 {
    margin-right: calc(-100% - -16px);
  }

  .md\:-mr-account-body {
    margin-right: calc(-100vw - -304px);
  }

  .md\:-mr-menu-center {
    margin-right: calc(-50% - -288px);
  }

  .md\:-mr-tutorials-hidden {
    margin-right: calc(-100% - -56px);
  }

  .md\:-mr-popup-full-width {
    margin-right: calc(-100% + -32px);
  }

  .md\:-mr-popup-full-width-md {
    margin-right: calc(-100% + -64px);
  }

  .md\:-mr-popup-full-height {
    margin-right: calc(-100% + -68px);
  }

  .md\:-mr-max-content {
    margin-right: max-content;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .md\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-29 {
    margin-bottom: 7.25rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:mb-60 {
    margin-bottom: 15rem;
  }

  .md\:mb-64 {
    margin-bottom: 16rem;
  }

  .md\:mb-68 {
    margin-bottom: 17rem;
  }

  .md\:mb-72 {
    margin-bottom: 18rem;
  }

  .md\:mb-77 {
    margin-bottom: 19.25rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .md\:mb-82 {
    margin-bottom: 20.5rem;
  }

  .md\:mb-88 {
    margin-bottom: 22rem;
  }

  .md\:mb-94 {
    margin-bottom: 23.5rem;
  }

  .md\:mb-96 {
    margin-bottom: 24rem;
  }

  .md\:mb-98 {
    margin-bottom: 24.5rem;
  }

  .md\:mb-104 {
    margin-bottom: 26rem;
  }

  .md\:mb-108 {
    margin-bottom: 27rem;
  }

  .md\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .md\:mb-112 {
    margin-bottom: 28rem;
  }

  .md\:mb-120 {
    margin-bottom: 30rem;
  }

  .md\:mb-128 {
    margin-bottom: 32rem;
  }

  .md\:mb-132 {
    margin-bottom: 33rem;
  }

  .md\:mb-134 {
    margin-bottom: 33.5rem;
  }

  .md\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .md\:mb-136 {
    margin-bottom: 34rem;
  }

  .md\:mb-144 {
    margin-bottom: 36rem;
  }

  .md\:mb-152 {
    margin-bottom: 38rem;
  }

  .md\:mb-160 {
    margin-bottom: 40rem;
  }

  .md\:mb-164 {
    margin-bottom: 41rem;
  }

  .md\:mb-172 {
    margin-bottom: 43rem;
  }

  .md\:mb-179 {
    margin-bottom: 44.75rem;
  }

  .md\:mb-184 {
    margin-bottom: 46rem;
  }

  .md\:mb-192 {
    margin-bottom: 48rem;
  }

  .md\:mb-224 {
    margin-bottom: 56rem;
  }

  .md\:mb-240 {
    margin-bottom: 60rem;
  }

  .md\:mb-256 {
    margin-bottom: 64rem;
  }

  .md\:mb-265 {
    margin-bottom: 66.25rem;
  }

  .md\:mb-288 {
    margin-bottom: 72rem;
  }

  .md\:mb-384 {
    margin-bottom: 96rem;
  }

  .md\:mb-auto {
    margin-bottom: auto;
  }

  .md\:mb-px {
    margin-bottom: 1px;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .md\:mb-0\.75 {
    margin-bottom: 0.1875rem;
  }

  .md\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .md\:mb-7\.5 {
    margin-bottom: 1.875rem;
  }

  .md\:mb-9\.5 {
    margin-bottom: 2.375rem;
  }

  .md\:mb-9\.75 {
    margin-bottom: 2.4375rem;
  }

  .md\:mb-12\.5 {
    margin-bottom: 3.125rem;
  }

  .md\:mb-13\.5 {
    margin-bottom: 3.375rem;
  }

  .md\:mb-292\.5 {
    margin-bottom: 73.125rem;
  }

  .md\:mb-1\/24 {
    margin-bottom: 4.166667%;
  }

  .md\:mb-2\/24 {
    margin-bottom: 8.333333%;
  }

  .md\:mb-3\/24 {
    margin-bottom: 12.5%;
  }

  .md\:mb-4\/24 {
    margin-bottom: 16.666667%;
  }

  .md\:mb-5\/24 {
    margin-bottom: 20.833333%;
  }

  .md\:mb-6\/24 {
    margin-bottom: 25%;
  }

  .md\:mb-7\/24 {
    margin-bottom: 29.166666%;
  }

  .md\:mb-8\/24 {
    margin-bottom: 33.333333%;
  }

  .md\:mb-9\/24 {
    margin-bottom: 37.5%;
  }

  .md\:mb-10\/24 {
    margin-bottom: 41.666666%;
  }

  .md\:mb-11\/24 {
    margin-bottom: 45.833333%;
  }

  .md\:mb-12\/24 {
    margin-bottom: 50%;
  }

  .md\:mb-13\/24 {
    margin-bottom: 54.166666%;
  }

  .md\:mb-14\/24 {
    margin-bottom: 58.333333%;
  }

  .md\:mb-15\/24 {
    margin-bottom: 62.5%;
  }

  .md\:mb-16\/24 {
    margin-bottom: 66.666667%;
  }

  .md\:mb-17\/24 {
    margin-bottom: 70.833333%;
  }

  .md\:mb-18\/24 {
    margin-bottom: 75%;
  }

  .md\:mb-19\/24 {
    margin-bottom: 79.166667%;
  }

  .md\:mb-20\/24 {
    margin-bottom: 83.333333%;
  }

  .md\:mb-21\/24 {
    margin-bottom: 87.5%;
  }

  .md\:mb-22\/24 {
    margin-bottom: 91.666667%;
  }

  .md\:mb-23\/24 {
    margin-bottom: 95.833333%;
  }

  .md\:mb-24\/24 {
    margin-bottom: 100%;
  }

  .md\:mb-screen-header {
    margin-bottom: 41.55vw;
  }

  .md\:mb-screen-60 {
    margin-bottom: 60vh;
  }

  .md\:mb-screen-80 {
    margin-bottom: 80vh;
  }

  .md\:mb-screen-85 {
    margin-bottom: 85vh;
  }

  .md\:mb-screen-90 {
    margin-bottom: 90vh;
  }

  .md\:mb-screen-95 {
    margin-bottom: 95vh;
  }

  .md\:mb-screen-minus-header {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .md\:mb-screen-minus-35\.5 {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .md\:mb-screen-minus-36 {
    margin-bottom: calc(100vh - 9rem);
  }

  .md\:mb-screen-minus-40 {
    margin-bottom: calc(100vh - 10rem);
  }

  .md\:mb-screen-minus-55 {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .md\:mb-screen-minus-72 {
    margin-bottom: calc(100vh - 18rem);
  }

  .md\:mb-screen-minus-80 {
    margin-bottom: calc(100vh - 20rem);
  }

  .md\:mb-full-4 {
    margin-bottom: calc(100% - 16px);
  }

  .md\:mb-account-body {
    margin-bottom: calc(100vw - 304px);
  }

  .md\:mb-menu-center {
    margin-bottom: calc(50% - 288px);
  }

  .md\:mb-tutorials-hidden {
    margin-bottom: calc(100% - 56px);
  }

  .md\:mb-popup-full-width {
    margin-bottom: calc(100% + 32px);
  }

  .md\:mb-popup-full-width-md {
    margin-bottom: calc(100% + 64px);
  }

  .md\:mb-popup-full-height {
    margin-bottom: calc(100% + 68px);
  }

  .md\:mb-max-content {
    margin-bottom: max-content;
  }

  .md\:-mb-0 {
    margin-bottom: 0px;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem;
  }

  .md\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .md\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem;
  }

  .md\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem;
  }

  .md\:-mb-29 {
    margin-bottom: -7.25rem;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem;
  }

  .md\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem;
  }

  .md\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem;
  }

  .md\:-mb-68 {
    margin-bottom: -17rem;
  }

  .md\:-mb-72 {
    margin-bottom: -18rem;
  }

  .md\:-mb-77 {
    margin-bottom: -19.25rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .md\:-mb-82 {
    margin-bottom: -20.5rem;
  }

  .md\:-mb-88 {
    margin-bottom: -22rem;
  }

  .md\:-mb-94 {
    margin-bottom: -23.5rem;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem;
  }

  .md\:-mb-98 {
    margin-bottom: -24.5rem;
  }

  .md\:-mb-104 {
    margin-bottom: -26rem;
  }

  .md\:-mb-108 {
    margin-bottom: -27rem;
  }

  .md\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .md\:-mb-112 {
    margin-bottom: -28rem;
  }

  .md\:-mb-120 {
    margin-bottom: -30rem;
  }

  .md\:-mb-128 {
    margin-bottom: -32rem;
  }

  .md\:-mb-132 {
    margin-bottom: -33rem;
  }

  .md\:-mb-134 {
    margin-bottom: -33.5rem;
  }

  .md\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .md\:-mb-136 {
    margin-bottom: -34rem;
  }

  .md\:-mb-144 {
    margin-bottom: -36rem;
  }

  .md\:-mb-152 {
    margin-bottom: -38rem;
  }

  .md\:-mb-160 {
    margin-bottom: -40rem;
  }

  .md\:-mb-164 {
    margin-bottom: -41rem;
  }

  .md\:-mb-172 {
    margin-bottom: -43rem;
  }

  .md\:-mb-179 {
    margin-bottom: -44.75rem;
  }

  .md\:-mb-184 {
    margin-bottom: -46rem;
  }

  .md\:-mb-192 {
    margin-bottom: -48rem;
  }

  .md\:-mb-224 {
    margin-bottom: -56rem;
  }

  .md\:-mb-240 {
    margin-bottom: -60rem;
  }

  .md\:-mb-256 {
    margin-bottom: -64rem;
  }

  .md\:-mb-265 {
    margin-bottom: -66.25rem;
  }

  .md\:-mb-288 {
    margin-bottom: -72rem;
  }

  .md\:-mb-384 {
    margin-bottom: -96rem;
  }

  .md\:-mb-px {
    margin-bottom: -1px;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .md\:-mb-0\.75 {
    margin-bottom: -0.1875rem;
  }

  .md\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .md\:-mb-7\.5 {
    margin-bottom: -1.875rem;
  }

  .md\:-mb-9\.5 {
    margin-bottom: -2.375rem;
  }

  .md\:-mb-9\.75 {
    margin-bottom: -2.4375rem;
  }

  .md\:-mb-12\.5 {
    margin-bottom: -3.125rem;
  }

  .md\:-mb-13\.5 {
    margin-bottom: -3.375rem;
  }

  .md\:-mb-292\.5 {
    margin-bottom: -73.125rem;
  }

  .md\:-mb-1\/24 {
    margin-bottom: -4.16667%;
  }

  .md\:-mb-2\/24 {
    margin-bottom: -8.33333%;
  }

  .md\:-mb-3\/24 {
    margin-bottom: -12.5%;
  }

  .md\:-mb-4\/24 {
    margin-bottom: -16.66667%;
  }

  .md\:-mb-5\/24 {
    margin-bottom: -20.83333%;
  }

  .md\:-mb-6\/24 {
    margin-bottom: -25%;
  }

  .md\:-mb-7\/24 {
    margin-bottom: -29.16667%;
  }

  .md\:-mb-8\/24 {
    margin-bottom: -33.33333%;
  }

  .md\:-mb-9\/24 {
    margin-bottom: -37.5%;
  }

  .md\:-mb-10\/24 {
    margin-bottom: -41.66667%;
  }

  .md\:-mb-11\/24 {
    margin-bottom: -45.83333%;
  }

  .md\:-mb-12\/24 {
    margin-bottom: -50%;
  }

  .md\:-mb-13\/24 {
    margin-bottom: -54.16667%;
  }

  .md\:-mb-14\/24 {
    margin-bottom: -58.33333%;
  }

  .md\:-mb-15\/24 {
    margin-bottom: -62.5%;
  }

  .md\:-mb-16\/24 {
    margin-bottom: -66.66667%;
  }

  .md\:-mb-17\/24 {
    margin-bottom: -70.83333%;
  }

  .md\:-mb-18\/24 {
    margin-bottom: -75%;
  }

  .md\:-mb-19\/24 {
    margin-bottom: -79.16667%;
  }

  .md\:-mb-20\/24 {
    margin-bottom: -83.33333%;
  }

  .md\:-mb-21\/24 {
    margin-bottom: -87.5%;
  }

  .md\:-mb-22\/24 {
    margin-bottom: -91.66667%;
  }

  .md\:-mb-23\/24 {
    margin-bottom: -95.83333%;
  }

  .md\:-mb-24\/24 {
    margin-bottom: -100%;
  }

  .md\:-mb-screen-header {
    margin-bottom: -41.55vw;
  }

  .md\:-mb-screen-60 {
    margin-bottom: -60vh;
  }

  .md\:-mb-screen-80 {
    margin-bottom: -80vh;
  }

  .md\:-mb-screen-85 {
    margin-bottom: -85vh;
  }

  .md\:-mb-screen-90 {
    margin-bottom: -90vh;
  }

  .md\:-mb-screen-95 {
    margin-bottom: -95vh;
  }

  .md\:-mb-screen-minus-header {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .md\:-mb-screen-minus-35\.5 {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .md\:-mb-screen-minus-36 {
    margin-bottom: calc(-100vh - -9rem);
  }

  .md\:-mb-screen-minus-40 {
    margin-bottom: calc(-100vh - -10rem);
  }

  .md\:-mb-screen-minus-55 {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .md\:-mb-screen-minus-72 {
    margin-bottom: calc(-100vh - -18rem);
  }

  .md\:-mb-screen-minus-80 {
    margin-bottom: calc(-100vh - -20rem);
  }

  .md\:-mb-full-4 {
    margin-bottom: calc(-100% - -16px);
  }

  .md\:-mb-account-body {
    margin-bottom: calc(-100vw - -304px);
  }

  .md\:-mb-menu-center {
    margin-bottom: calc(-50% - -288px);
  }

  .md\:-mb-tutorials-hidden {
    margin-bottom: calc(-100% - -56px);
  }

  .md\:-mb-popup-full-width {
    margin-bottom: calc(-100% + -32px);
  }

  .md\:-mb-popup-full-width-md {
    margin-bottom: calc(-100% + -64px);
  }

  .md\:-mb-popup-full-height {
    margin-bottom: calc(-100% + -68px);
  }

  .md\:-mb-max-content {
    margin-bottom: max-content;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-18 {
    margin-left: 4.5rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:ml-21 {
    margin-left: 5.25rem;
  }

  .md\:ml-22 {
    margin-left: 5.5rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-26 {
    margin-left: 6.5rem;
  }

  .md\:ml-28 {
    margin-left: 7rem;
  }

  .md\:ml-29 {
    margin-left: 7.25rem;
  }

  .md\:ml-32 {
    margin-left: 8rem;
  }

  .md\:ml-34 {
    margin-left: 8.5rem;
  }

  .md\:ml-36 {
    margin-left: 9rem;
  }

  .md\:ml-40 {
    margin-left: 10rem;
  }

  .md\:ml-42 {
    margin-left: 10.5rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:ml-48 {
    margin-left: 12rem;
  }

  .md\:ml-52 {
    margin-left: 13rem;
  }

  .md\:ml-56 {
    margin-left: 14rem;
  }

  .md\:ml-60 {
    margin-left: 15rem;
  }

  .md\:ml-64 {
    margin-left: 16rem;
  }

  .md\:ml-68 {
    margin-left: 17rem;
  }

  .md\:ml-72 {
    margin-left: 18rem;
  }

  .md\:ml-77 {
    margin-left: 19.25rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .md\:ml-82 {
    margin-left: 20.5rem;
  }

  .md\:ml-88 {
    margin-left: 22rem;
  }

  .md\:ml-94 {
    margin-left: 23.5rem;
  }

  .md\:ml-96 {
    margin-left: 24rem;
  }

  .md\:ml-98 {
    margin-left: 24.5rem;
  }

  .md\:ml-104 {
    margin-left: 26rem;
  }

  .md\:ml-108 {
    margin-left: 27rem;
  }

  .md\:ml-110 {
    margin-left: 27.5rem;
  }

  .md\:ml-112 {
    margin-left: 28rem;
  }

  .md\:ml-120 {
    margin-left: 30rem;
  }

  .md\:ml-128 {
    margin-left: 32rem;
  }

  .md\:ml-132 {
    margin-left: 33rem;
  }

  .md\:ml-134 {
    margin-left: 33.5rem;
  }

  .md\:ml-135 {
    margin-left: 33.75rem;
  }

  .md\:ml-136 {
    margin-left: 34rem;
  }

  .md\:ml-144 {
    margin-left: 36rem;
  }

  .md\:ml-152 {
    margin-left: 38rem;
  }

  .md\:ml-160 {
    margin-left: 40rem;
  }

  .md\:ml-164 {
    margin-left: 41rem;
  }

  .md\:ml-172 {
    margin-left: 43rem;
  }

  .md\:ml-179 {
    margin-left: 44.75rem;
  }

  .md\:ml-184 {
    margin-left: 46rem;
  }

  .md\:ml-192 {
    margin-left: 48rem;
  }

  .md\:ml-224 {
    margin-left: 56rem;
  }

  .md\:ml-240 {
    margin-left: 60rem;
  }

  .md\:ml-256 {
    margin-left: 64rem;
  }

  .md\:ml-265 {
    margin-left: 66.25rem;
  }

  .md\:ml-288 {
    margin-left: 72rem;
  }

  .md\:ml-384 {
    margin-left: 96rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:ml-px {
    margin-left: 1px;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .md\:ml-0\.75 {
    margin-left: 0.1875rem;
  }

  .md\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .md\:ml-7\.5 {
    margin-left: 1.875rem;
  }

  .md\:ml-9\.5 {
    margin-left: 2.375rem;
  }

  .md\:ml-9\.75 {
    margin-left: 2.4375rem;
  }

  .md\:ml-12\.5 {
    margin-left: 3.125rem;
  }

  .md\:ml-13\.5 {
    margin-left: 3.375rem;
  }

  .md\:ml-292\.5 {
    margin-left: 73.125rem;
  }

  .md\:ml-1\/24 {
    margin-left: 4.166667%;
  }

  .md\:ml-2\/24 {
    margin-left: 8.333333%;
  }

  .md\:ml-3\/24 {
    margin-left: 12.5%;
  }

  .md\:ml-4\/24 {
    margin-left: 16.666667%;
  }

  .md\:ml-5\/24 {
    margin-left: 20.833333%;
  }

  .md\:ml-6\/24 {
    margin-left: 25%;
  }

  .md\:ml-7\/24 {
    margin-left: 29.166666%;
  }

  .md\:ml-8\/24 {
    margin-left: 33.333333%;
  }

  .md\:ml-9\/24 {
    margin-left: 37.5%;
  }

  .md\:ml-10\/24 {
    margin-left: 41.666666%;
  }

  .md\:ml-11\/24 {
    margin-left: 45.833333%;
  }

  .md\:ml-12\/24 {
    margin-left: 50%;
  }

  .md\:ml-13\/24 {
    margin-left: 54.166666%;
  }

  .md\:ml-14\/24 {
    margin-left: 58.333333%;
  }

  .md\:ml-15\/24 {
    margin-left: 62.5%;
  }

  .md\:ml-16\/24 {
    margin-left: 66.666667%;
  }

  .md\:ml-17\/24 {
    margin-left: 70.833333%;
  }

  .md\:ml-18\/24 {
    margin-left: 75%;
  }

  .md\:ml-19\/24 {
    margin-left: 79.166667%;
  }

  .md\:ml-20\/24 {
    margin-left: 83.333333%;
  }

  .md\:ml-21\/24 {
    margin-left: 87.5%;
  }

  .md\:ml-22\/24 {
    margin-left: 91.666667%;
  }

  .md\:ml-23\/24 {
    margin-left: 95.833333%;
  }

  .md\:ml-24\/24 {
    margin-left: 100%;
  }

  .md\:ml-screen-header {
    margin-left: 41.55vw;
  }

  .md\:ml-screen-60 {
    margin-left: 60vh;
  }

  .md\:ml-screen-80 {
    margin-left: 80vh;
  }

  .md\:ml-screen-85 {
    margin-left: 85vh;
  }

  .md\:ml-screen-90 {
    margin-left: 90vh;
  }

  .md\:ml-screen-95 {
    margin-left: 95vh;
  }

  .md\:ml-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
  }

  .md\:ml-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
  }

  .md\:ml-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
  }

  .md\:ml-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
  }

  .md\:ml-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
  }

  .md\:ml-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
  }

  .md\:ml-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
  }

  .md\:ml-full-4 {
    margin-left: calc(100% - 16px);
  }

  .md\:ml-account-body {
    margin-left: calc(100vw - 304px);
  }

  .md\:ml-menu-center {
    margin-left: calc(50% - 288px);
  }

  .md\:ml-tutorials-hidden {
    margin-left: calc(100% - 56px);
  }

  .md\:ml-popup-full-width {
    margin-left: calc(100% + 32px);
  }

  .md\:ml-popup-full-width-md {
    margin-left: calc(100% + 64px);
  }

  .md\:ml-popup-full-height {
    margin-left: calc(100% + 68px);
  }

  .md\:ml-max-content {
    margin-left: max-content;
  }

  .md\:-ml-0 {
    margin-left: 0px;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-ml-18 {
    margin-left: -4.5rem;
  }

  .md\:-ml-20 {
    margin-left: -5rem;
  }

  .md\:-ml-21 {
    margin-left: -5.25rem;
  }

  .md\:-ml-22 {
    margin-left: -5.5rem;
  }

  .md\:-ml-24 {
    margin-left: -6rem;
  }

  .md\:-ml-26 {
    margin-left: -6.5rem;
  }

  .md\:-ml-28 {
    margin-left: -7rem;
  }

  .md\:-ml-29 {
    margin-left: -7.25rem;
  }

  .md\:-ml-32 {
    margin-left: -8rem;
  }

  .md\:-ml-34 {
    margin-left: -8.5rem;
  }

  .md\:-ml-36 {
    margin-left: -9rem;
  }

  .md\:-ml-40 {
    margin-left: -10rem;
  }

  .md\:-ml-42 {
    margin-left: -10.5rem;
  }

  .md\:-ml-44 {
    margin-left: -11rem;
  }

  .md\:-ml-48 {
    margin-left: -12rem;
  }

  .md\:-ml-52 {
    margin-left: -13rem;
  }

  .md\:-ml-56 {
    margin-left: -14rem;
  }

  .md\:-ml-60 {
    margin-left: -15rem;
  }

  .md\:-ml-64 {
    margin-left: -16rem;
  }

  .md\:-ml-68 {
    margin-left: -17rem;
  }

  .md\:-ml-72 {
    margin-left: -18rem;
  }

  .md\:-ml-77 {
    margin-left: -19.25rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-ml-82 {
    margin-left: -20.5rem;
  }

  .md\:-ml-88 {
    margin-left: -22rem;
  }

  .md\:-ml-94 {
    margin-left: -23.5rem;
  }

  .md\:-ml-96 {
    margin-left: -24rem;
  }

  .md\:-ml-98 {
    margin-left: -24.5rem;
  }

  .md\:-ml-104 {
    margin-left: -26rem;
  }

  .md\:-ml-108 {
    margin-left: -27rem;
  }

  .md\:-ml-110 {
    margin-left: -27.5rem;
  }

  .md\:-ml-112 {
    margin-left: -28rem;
  }

  .md\:-ml-120 {
    margin-left: -30rem;
  }

  .md\:-ml-128 {
    margin-left: -32rem;
  }

  .md\:-ml-132 {
    margin-left: -33rem;
  }

  .md\:-ml-134 {
    margin-left: -33.5rem;
  }

  .md\:-ml-135 {
    margin-left: -33.75rem;
  }

  .md\:-ml-136 {
    margin-left: -34rem;
  }

  .md\:-ml-144 {
    margin-left: -36rem;
  }

  .md\:-ml-152 {
    margin-left: -38rem;
  }

  .md\:-ml-160 {
    margin-left: -40rem;
  }

  .md\:-ml-164 {
    margin-left: -41rem;
  }

  .md\:-ml-172 {
    margin-left: -43rem;
  }

  .md\:-ml-179 {
    margin-left: -44.75rem;
  }

  .md\:-ml-184 {
    margin-left: -46rem;
  }

  .md\:-ml-192 {
    margin-left: -48rem;
  }

  .md\:-ml-224 {
    margin-left: -56rem;
  }

  .md\:-ml-240 {
    margin-left: -60rem;
  }

  .md\:-ml-256 {
    margin-left: -64rem;
  }

  .md\:-ml-265 {
    margin-left: -66.25rem;
  }

  .md\:-ml-288 {
    margin-left: -72rem;
  }

  .md\:-ml-384 {
    margin-left: -96rem;
  }

  .md\:-ml-px {
    margin-left: -1px;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .md\:-ml-0\.75 {
    margin-left: -0.1875rem;
  }

  .md\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .md\:-ml-7\.5 {
    margin-left: -1.875rem;
  }

  .md\:-ml-9\.5 {
    margin-left: -2.375rem;
  }

  .md\:-ml-9\.75 {
    margin-left: -2.4375rem;
  }

  .md\:-ml-12\.5 {
    margin-left: -3.125rem;
  }

  .md\:-ml-13\.5 {
    margin-left: -3.375rem;
  }

  .md\:-ml-292\.5 {
    margin-left: -73.125rem;
  }

  .md\:-ml-1\/24 {
    margin-left: -4.16667%;
  }

  .md\:-ml-2\/24 {
    margin-left: -8.33333%;
  }

  .md\:-ml-3\/24 {
    margin-left: -12.5%;
  }

  .md\:-ml-4\/24 {
    margin-left: -16.66667%;
  }

  .md\:-ml-5\/24 {
    margin-left: -20.83333%;
  }

  .md\:-ml-6\/24 {
    margin-left: -25%;
  }

  .md\:-ml-7\/24 {
    margin-left: -29.16667%;
  }

  .md\:-ml-8\/24 {
    margin-left: -33.33333%;
  }

  .md\:-ml-9\/24 {
    margin-left: -37.5%;
  }

  .md\:-ml-10\/24 {
    margin-left: -41.66667%;
  }

  .md\:-ml-11\/24 {
    margin-left: -45.83333%;
  }

  .md\:-ml-12\/24 {
    margin-left: -50%;
  }

  .md\:-ml-13\/24 {
    margin-left: -54.16667%;
  }

  .md\:-ml-14\/24 {
    margin-left: -58.33333%;
  }

  .md\:-ml-15\/24 {
    margin-left: -62.5%;
  }

  .md\:-ml-16\/24 {
    margin-left: -66.66667%;
  }

  .md\:-ml-17\/24 {
    margin-left: -70.83333%;
  }

  .md\:-ml-18\/24 {
    margin-left: -75%;
  }

  .md\:-ml-19\/24 {
    margin-left: -79.16667%;
  }

  .md\:-ml-20\/24 {
    margin-left: -83.33333%;
  }

  .md\:-ml-21\/24 {
    margin-left: -87.5%;
  }

  .md\:-ml-22\/24 {
    margin-left: -91.66667%;
  }

  .md\:-ml-23\/24 {
    margin-left: -95.83333%;
  }

  .md\:-ml-24\/24 {
    margin-left: -100%;
  }

  .md\:-ml-screen-header {
    margin-left: -41.55vw;
  }

  .md\:-ml-screen-60 {
    margin-left: -60vh;
  }

  .md\:-ml-screen-80 {
    margin-left: -80vh;
  }

  .md\:-ml-screen-85 {
    margin-left: -85vh;
  }

  .md\:-ml-screen-90 {
    margin-left: -90vh;
  }

  .md\:-ml-screen-95 {
    margin-left: -95vh;
  }

  .md\:-ml-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
  }

  .md\:-ml-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
  }

  .md\:-ml-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
  }

  .md\:-ml-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
  }

  .md\:-ml-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
  }

  .md\:-ml-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
  }

  .md\:-ml-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
  }

  .md\:-ml-full-4 {
    margin-left: calc(-100% - -16px);
  }

  .md\:-ml-account-body {
    margin-left: calc(-100vw - -304px);
  }

  .md\:-ml-menu-center {
    margin-left: calc(-50% - -288px);
  }

  .md\:-ml-tutorials-hidden {
    margin-left: calc(-100% - -56px);
  }

  .md\:-ml-popup-full-width {
    margin-left: calc(-100% + -32px);
  }

  .md\:-ml-popup-full-width-md {
    margin-left: calc(-100% + -64px);
  }

  .md\:-ml-popup-full-height {
    margin-left: calc(-100% + -68px);
  }

  .md\:-ml-max-content {
    margin-left: max-content;
  }

  .md\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .md\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .md\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .md\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .md\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .md\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .md\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .md\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .md\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .md\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .md\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .md\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .md\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .md\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .md\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .md\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .md\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .md\:hover\:mt-21:hover {
    margin-top: 5.25rem;
  }

  .md\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .md\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .md\:hover\:mt-26:hover {
    margin-top: 6.5rem;
  }

  .md\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .md\:hover\:mt-29:hover {
    margin-top: 7.25rem;
  }

  .md\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .md\:hover\:mt-34:hover {
    margin-top: 8.5rem;
  }

  .md\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .md\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .md\:hover\:mt-42:hover {
    margin-top: 10.5rem;
  }

  .md\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .md\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .md\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .md\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .md\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .md\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .md\:hover\:mt-68:hover {
    margin-top: 17rem;
  }

  .md\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .md\:hover\:mt-77:hover {
    margin-top: 19.25rem;
  }

  .md\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .md\:hover\:mt-82:hover {
    margin-top: 20.5rem;
  }

  .md\:hover\:mt-88:hover {
    margin-top: 22rem;
  }

  .md\:hover\:mt-94:hover {
    margin-top: 23.5rem;
  }

  .md\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .md\:hover\:mt-98:hover {
    margin-top: 24.5rem;
  }

  .md\:hover\:mt-104:hover {
    margin-top: 26rem;
  }

  .md\:hover\:mt-108:hover {
    margin-top: 27rem;
  }

  .md\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .md\:hover\:mt-112:hover {
    margin-top: 28rem;
  }

  .md\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .md\:hover\:mt-128:hover {
    margin-top: 32rem;
  }

  .md\:hover\:mt-132:hover {
    margin-top: 33rem;
  }

  .md\:hover\:mt-134:hover {
    margin-top: 33.5rem;
  }

  .md\:hover\:mt-135:hover {
    margin-top: 33.75rem;
  }

  .md\:hover\:mt-136:hover {
    margin-top: 34rem;
  }

  .md\:hover\:mt-144:hover {
    margin-top: 36rem;
  }

  .md\:hover\:mt-152:hover {
    margin-top: 38rem;
  }

  .md\:hover\:mt-160:hover {
    margin-top: 40rem;
  }

  .md\:hover\:mt-164:hover {
    margin-top: 41rem;
  }

  .md\:hover\:mt-172:hover {
    margin-top: 43rem;
  }

  .md\:hover\:mt-179:hover {
    margin-top: 44.75rem;
  }

  .md\:hover\:mt-184:hover {
    margin-top: 46rem;
  }

  .md\:hover\:mt-192:hover {
    margin-top: 48rem;
  }

  .md\:hover\:mt-224:hover {
    margin-top: 56rem;
  }

  .md\:hover\:mt-240:hover {
    margin-top: 60rem;
  }

  .md\:hover\:mt-256:hover {
    margin-top: 64rem;
  }

  .md\:hover\:mt-265:hover {
    margin-top: 66.25rem;
  }

  .md\:hover\:mt-288:hover {
    margin-top: 72rem;
  }

  .md\:hover\:mt-384:hover {
    margin-top: 96rem;
  }

  .md\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .md\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .md\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .md\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .md\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .md\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .md\:hover\:mt-0\.75:hover {
    margin-top: 0.1875rem;
  }

  .md\:hover\:mt-4\.5:hover {
    margin-top: 1.125rem;
  }

  .md\:hover\:mt-7\.5:hover {
    margin-top: 1.875rem;
  }

  .md\:hover\:mt-9\.5:hover {
    margin-top: 2.375rem;
  }

  .md\:hover\:mt-9\.75:hover {
    margin-top: 2.4375rem;
  }

  .md\:hover\:mt-12\.5:hover {
    margin-top: 3.125rem;
  }

  .md\:hover\:mt-13\.5:hover {
    margin-top: 3.375rem;
  }

  .md\:hover\:mt-292\.5:hover {
    margin-top: 73.125rem;
  }

  .md\:hover\:mt-1\/24:hover {
    margin-top: 4.166667%;
  }

  .md\:hover\:mt-2\/24:hover {
    margin-top: 8.333333%;
  }

  .md\:hover\:mt-3\/24:hover {
    margin-top: 12.5%;
  }

  .md\:hover\:mt-4\/24:hover {
    margin-top: 16.666667%;
  }

  .md\:hover\:mt-5\/24:hover {
    margin-top: 20.833333%;
  }

  .md\:hover\:mt-6\/24:hover {
    margin-top: 25%;
  }

  .md\:hover\:mt-7\/24:hover {
    margin-top: 29.166666%;
  }

  .md\:hover\:mt-8\/24:hover {
    margin-top: 33.333333%;
  }

  .md\:hover\:mt-9\/24:hover {
    margin-top: 37.5%;
  }

  .md\:hover\:mt-10\/24:hover {
    margin-top: 41.666666%;
  }

  .md\:hover\:mt-11\/24:hover {
    margin-top: 45.833333%;
  }

  .md\:hover\:mt-12\/24:hover {
    margin-top: 50%;
  }

  .md\:hover\:mt-13\/24:hover {
    margin-top: 54.166666%;
  }

  .md\:hover\:mt-14\/24:hover {
    margin-top: 58.333333%;
  }

  .md\:hover\:mt-15\/24:hover {
    margin-top: 62.5%;
  }

  .md\:hover\:mt-16\/24:hover {
    margin-top: 66.666667%;
  }

  .md\:hover\:mt-17\/24:hover {
    margin-top: 70.833333%;
  }

  .md\:hover\:mt-18\/24:hover {
    margin-top: 75%;
  }

  .md\:hover\:mt-19\/24:hover {
    margin-top: 79.166667%;
  }

  .md\:hover\:mt-20\/24:hover {
    margin-top: 83.333333%;
  }

  .md\:hover\:mt-21\/24:hover {
    margin-top: 87.5%;
  }

  .md\:hover\:mt-22\/24:hover {
    margin-top: 91.666667%;
  }

  .md\:hover\:mt-23\/24:hover {
    margin-top: 95.833333%;
  }

  .md\:hover\:mt-24\/24:hover {
    margin-top: 100%;
  }

  .md\:hover\:mt-screen-header:hover {
    margin-top: 41.55vw;
  }

  .md\:hover\:mt-screen-60:hover {
    margin-top: 60vh;
  }

  .md\:hover\:mt-screen-80:hover {
    margin-top: 80vh;
  }

  .md\:hover\:mt-screen-85:hover {
    margin-top: 85vh;
  }

  .md\:hover\:mt-screen-90:hover {
    margin-top: 90vh;
  }

  .md\:hover\:mt-screen-95:hover {
    margin-top: 95vh;
  }

  .md\:hover\:mt-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
  }

  .md\:hover\:mt-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
  }

  .md\:hover\:mt-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
  }

  .md\:hover\:mt-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
  }

  .md\:hover\:mt-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
  }

  .md\:hover\:mt-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
  }

  .md\:hover\:mt-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
  }

  .md\:hover\:mt-full-4:hover {
    margin-top: calc(100% - 16px);
  }

  .md\:hover\:mt-account-body:hover {
    margin-top: calc(100vw - 304px);
  }

  .md\:hover\:mt-menu-center:hover {
    margin-top: calc(50% - 288px);
  }

  .md\:hover\:mt-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
  }

  .md\:hover\:mt-popup-full-width:hover {
    margin-top: calc(100% + 32px);
  }

  .md\:hover\:mt-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
  }

  .md\:hover\:mt-popup-full-height:hover {
    margin-top: calc(100% + 68px);
  }

  .md\:hover\:mt-max-content:hover {
    margin-top: max-content;
  }

  .md\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .md\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .md\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .md\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .md\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .md\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .md\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .md\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .md\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .md\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .md\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .md\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .md\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .md\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .md\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .md\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .md\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .md\:hover\:-mt-21:hover {
    margin-top: -5.25rem;
  }

  .md\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .md\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .md\:hover\:-mt-26:hover {
    margin-top: -6.5rem;
  }

  .md\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .md\:hover\:-mt-29:hover {
    margin-top: -7.25rem;
  }

  .md\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .md\:hover\:-mt-34:hover {
    margin-top: -8.5rem;
  }

  .md\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .md\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .md\:hover\:-mt-42:hover {
    margin-top: -10.5rem;
  }

  .md\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .md\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .md\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .md\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .md\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .md\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .md\:hover\:-mt-68:hover {
    margin-top: -17rem;
  }

  .md\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .md\:hover\:-mt-77:hover {
    margin-top: -19.25rem;
  }

  .md\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .md\:hover\:-mt-82:hover {
    margin-top: -20.5rem;
  }

  .md\:hover\:-mt-88:hover {
    margin-top: -22rem;
  }

  .md\:hover\:-mt-94:hover {
    margin-top: -23.5rem;
  }

  .md\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .md\:hover\:-mt-98:hover {
    margin-top: -24.5rem;
  }

  .md\:hover\:-mt-104:hover {
    margin-top: -26rem;
  }

  .md\:hover\:-mt-108:hover {
    margin-top: -27rem;
  }

  .md\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .md\:hover\:-mt-112:hover {
    margin-top: -28rem;
  }

  .md\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .md\:hover\:-mt-128:hover {
    margin-top: -32rem;
  }

  .md\:hover\:-mt-132:hover {
    margin-top: -33rem;
  }

  .md\:hover\:-mt-134:hover {
    margin-top: -33.5rem;
  }

  .md\:hover\:-mt-135:hover {
    margin-top: -33.75rem;
  }

  .md\:hover\:-mt-136:hover {
    margin-top: -34rem;
  }

  .md\:hover\:-mt-144:hover {
    margin-top: -36rem;
  }

  .md\:hover\:-mt-152:hover {
    margin-top: -38rem;
  }

  .md\:hover\:-mt-160:hover {
    margin-top: -40rem;
  }

  .md\:hover\:-mt-164:hover {
    margin-top: -41rem;
  }

  .md\:hover\:-mt-172:hover {
    margin-top: -43rem;
  }

  .md\:hover\:-mt-179:hover {
    margin-top: -44.75rem;
  }

  .md\:hover\:-mt-184:hover {
    margin-top: -46rem;
  }

  .md\:hover\:-mt-192:hover {
    margin-top: -48rem;
  }

  .md\:hover\:-mt-224:hover {
    margin-top: -56rem;
  }

  .md\:hover\:-mt-240:hover {
    margin-top: -60rem;
  }

  .md\:hover\:-mt-256:hover {
    margin-top: -64rem;
  }

  .md\:hover\:-mt-265:hover {
    margin-top: -66.25rem;
  }

  .md\:hover\:-mt-288:hover {
    margin-top: -72rem;
  }

  .md\:hover\:-mt-384:hover {
    margin-top: -96rem;
  }

  .md\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .md\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .md\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .md\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .md\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .md\:hover\:-mt-0\.75:hover {
    margin-top: -0.1875rem;
  }

  .md\:hover\:-mt-4\.5:hover {
    margin-top: -1.125rem;
  }

  .md\:hover\:-mt-7\.5:hover {
    margin-top: -1.875rem;
  }

  .md\:hover\:-mt-9\.5:hover {
    margin-top: -2.375rem;
  }

  .md\:hover\:-mt-9\.75:hover {
    margin-top: -2.4375rem;
  }

  .md\:hover\:-mt-12\.5:hover {
    margin-top: -3.125rem;
  }

  .md\:hover\:-mt-13\.5:hover {
    margin-top: -3.375rem;
  }

  .md\:hover\:-mt-292\.5:hover {
    margin-top: -73.125rem;
  }

  .md\:hover\:-mt-1\/24:hover {
    margin-top: -4.16667%;
  }

  .md\:hover\:-mt-2\/24:hover {
    margin-top: -8.33333%;
  }

  .md\:hover\:-mt-3\/24:hover {
    margin-top: -12.5%;
  }

  .md\:hover\:-mt-4\/24:hover {
    margin-top: -16.66667%;
  }

  .md\:hover\:-mt-5\/24:hover {
    margin-top: -20.83333%;
  }

  .md\:hover\:-mt-6\/24:hover {
    margin-top: -25%;
  }

  .md\:hover\:-mt-7\/24:hover {
    margin-top: -29.16667%;
  }

  .md\:hover\:-mt-8\/24:hover {
    margin-top: -33.33333%;
  }

  .md\:hover\:-mt-9\/24:hover {
    margin-top: -37.5%;
  }

  .md\:hover\:-mt-10\/24:hover {
    margin-top: -41.66667%;
  }

  .md\:hover\:-mt-11\/24:hover {
    margin-top: -45.83333%;
  }

  .md\:hover\:-mt-12\/24:hover {
    margin-top: -50%;
  }

  .md\:hover\:-mt-13\/24:hover {
    margin-top: -54.16667%;
  }

  .md\:hover\:-mt-14\/24:hover {
    margin-top: -58.33333%;
  }

  .md\:hover\:-mt-15\/24:hover {
    margin-top: -62.5%;
  }

  .md\:hover\:-mt-16\/24:hover {
    margin-top: -66.66667%;
  }

  .md\:hover\:-mt-17\/24:hover {
    margin-top: -70.83333%;
  }

  .md\:hover\:-mt-18\/24:hover {
    margin-top: -75%;
  }

  .md\:hover\:-mt-19\/24:hover {
    margin-top: -79.16667%;
  }

  .md\:hover\:-mt-20\/24:hover {
    margin-top: -83.33333%;
  }

  .md\:hover\:-mt-21\/24:hover {
    margin-top: -87.5%;
  }

  .md\:hover\:-mt-22\/24:hover {
    margin-top: -91.66667%;
  }

  .md\:hover\:-mt-23\/24:hover {
    margin-top: -95.83333%;
  }

  .md\:hover\:-mt-24\/24:hover {
    margin-top: -100%;
  }

  .md\:hover\:-mt-screen-header:hover {
    margin-top: -41.55vw;
  }

  .md\:hover\:-mt-screen-60:hover {
    margin-top: -60vh;
  }

  .md\:hover\:-mt-screen-80:hover {
    margin-top: -80vh;
  }

  .md\:hover\:-mt-screen-85:hover {
    margin-top: -85vh;
  }

  .md\:hover\:-mt-screen-90:hover {
    margin-top: -90vh;
  }

  .md\:hover\:-mt-screen-95:hover {
    margin-top: -95vh;
  }

  .md\:hover\:-mt-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
  }

  .md\:hover\:-mt-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
  }

  .md\:hover\:-mt-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
  }

  .md\:hover\:-mt-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
  }

  .md\:hover\:-mt-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
  }

  .md\:hover\:-mt-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
  }

  .md\:hover\:-mt-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
  }

  .md\:hover\:-mt-full-4:hover {
    margin-top: calc(-100% - -16px);
  }

  .md\:hover\:-mt-account-body:hover {
    margin-top: calc(-100vw - -304px);
  }

  .md\:hover\:-mt-menu-center:hover {
    margin-top: calc(-50% - -288px);
  }

  .md\:hover\:-mt-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
  }

  .md\:hover\:-mt-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
  }

  .md\:hover\:-mt-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
  }

  .md\:hover\:-mt-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
  }

  .md\:hover\:-mt-max-content:hover {
    margin-top: max-content;
  }

  .md\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .md\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .md\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .md\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .md\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .md\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .md\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .md\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .md\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .md\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .md\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .md\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .md\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .md\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .md\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .md\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .md\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .md\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .md\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .md\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .md\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .md\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .md\:hover\:mr-29:hover {
    margin-right: 7.25rem;
  }

  .md\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .md\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .md\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .md\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .md\:hover\:mr-42:hover {
    margin-right: 10.5rem;
  }

  .md\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .md\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .md\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .md\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .md\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .md\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .md\:hover\:mr-68:hover {
    margin-right: 17rem;
  }

  .md\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .md\:hover\:mr-77:hover {
    margin-right: 19.25rem;
  }

  .md\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .md\:hover\:mr-82:hover {
    margin-right: 20.5rem;
  }

  .md\:hover\:mr-88:hover {
    margin-right: 22rem;
  }

  .md\:hover\:mr-94:hover {
    margin-right: 23.5rem;
  }

  .md\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .md\:hover\:mr-98:hover {
    margin-right: 24.5rem;
  }

  .md\:hover\:mr-104:hover {
    margin-right: 26rem;
  }

  .md\:hover\:mr-108:hover {
    margin-right: 27rem;
  }

  .md\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .md\:hover\:mr-112:hover {
    margin-right: 28rem;
  }

  .md\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .md\:hover\:mr-128:hover {
    margin-right: 32rem;
  }

  .md\:hover\:mr-132:hover {
    margin-right: 33rem;
  }

  .md\:hover\:mr-134:hover {
    margin-right: 33.5rem;
  }

  .md\:hover\:mr-135:hover {
    margin-right: 33.75rem;
  }

  .md\:hover\:mr-136:hover {
    margin-right: 34rem;
  }

  .md\:hover\:mr-144:hover {
    margin-right: 36rem;
  }

  .md\:hover\:mr-152:hover {
    margin-right: 38rem;
  }

  .md\:hover\:mr-160:hover {
    margin-right: 40rem;
  }

  .md\:hover\:mr-164:hover {
    margin-right: 41rem;
  }

  .md\:hover\:mr-172:hover {
    margin-right: 43rem;
  }

  .md\:hover\:mr-179:hover {
    margin-right: 44.75rem;
  }

  .md\:hover\:mr-184:hover {
    margin-right: 46rem;
  }

  .md\:hover\:mr-192:hover {
    margin-right: 48rem;
  }

  .md\:hover\:mr-224:hover {
    margin-right: 56rem;
  }

  .md\:hover\:mr-240:hover {
    margin-right: 60rem;
  }

  .md\:hover\:mr-256:hover {
    margin-right: 64rem;
  }

  .md\:hover\:mr-265:hover {
    margin-right: 66.25rem;
  }

  .md\:hover\:mr-288:hover {
    margin-right: 72rem;
  }

  .md\:hover\:mr-384:hover {
    margin-right: 96rem;
  }

  .md\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .md\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .md\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .md\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .md\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .md\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .md\:hover\:mr-0\.75:hover {
    margin-right: 0.1875rem;
  }

  .md\:hover\:mr-4\.5:hover {
    margin-right: 1.125rem;
  }

  .md\:hover\:mr-7\.5:hover {
    margin-right: 1.875rem;
  }

  .md\:hover\:mr-9\.5:hover {
    margin-right: 2.375rem;
  }

  .md\:hover\:mr-9\.75:hover {
    margin-right: 2.4375rem;
  }

  .md\:hover\:mr-12\.5:hover {
    margin-right: 3.125rem;
  }

  .md\:hover\:mr-13\.5:hover {
    margin-right: 3.375rem;
  }

  .md\:hover\:mr-292\.5:hover {
    margin-right: 73.125rem;
  }

  .md\:hover\:mr-1\/24:hover {
    margin-right: 4.166667%;
  }

  .md\:hover\:mr-2\/24:hover {
    margin-right: 8.333333%;
  }

  .md\:hover\:mr-3\/24:hover {
    margin-right: 12.5%;
  }

  .md\:hover\:mr-4\/24:hover {
    margin-right: 16.666667%;
  }

  .md\:hover\:mr-5\/24:hover {
    margin-right: 20.833333%;
  }

  .md\:hover\:mr-6\/24:hover {
    margin-right: 25%;
  }

  .md\:hover\:mr-7\/24:hover {
    margin-right: 29.166666%;
  }

  .md\:hover\:mr-8\/24:hover {
    margin-right: 33.333333%;
  }

  .md\:hover\:mr-9\/24:hover {
    margin-right: 37.5%;
  }

  .md\:hover\:mr-10\/24:hover {
    margin-right: 41.666666%;
  }

  .md\:hover\:mr-11\/24:hover {
    margin-right: 45.833333%;
  }

  .md\:hover\:mr-12\/24:hover {
    margin-right: 50%;
  }

  .md\:hover\:mr-13\/24:hover {
    margin-right: 54.166666%;
  }

  .md\:hover\:mr-14\/24:hover {
    margin-right: 58.333333%;
  }

  .md\:hover\:mr-15\/24:hover {
    margin-right: 62.5%;
  }

  .md\:hover\:mr-16\/24:hover {
    margin-right: 66.666667%;
  }

  .md\:hover\:mr-17\/24:hover {
    margin-right: 70.833333%;
  }

  .md\:hover\:mr-18\/24:hover {
    margin-right: 75%;
  }

  .md\:hover\:mr-19\/24:hover {
    margin-right: 79.166667%;
  }

  .md\:hover\:mr-20\/24:hover {
    margin-right: 83.333333%;
  }

  .md\:hover\:mr-21\/24:hover {
    margin-right: 87.5%;
  }

  .md\:hover\:mr-22\/24:hover {
    margin-right: 91.666667%;
  }

  .md\:hover\:mr-23\/24:hover {
    margin-right: 95.833333%;
  }

  .md\:hover\:mr-24\/24:hover {
    margin-right: 100%;
  }

  .md\:hover\:mr-screen-header:hover {
    margin-right: 41.55vw;
  }

  .md\:hover\:mr-screen-60:hover {
    margin-right: 60vh;
  }

  .md\:hover\:mr-screen-80:hover {
    margin-right: 80vh;
  }

  .md\:hover\:mr-screen-85:hover {
    margin-right: 85vh;
  }

  .md\:hover\:mr-screen-90:hover {
    margin-right: 90vh;
  }

  .md\:hover\:mr-screen-95:hover {
    margin-right: 95vh;
  }

  .md\:hover\:mr-screen-minus-header:hover {
    margin-right: calc(100vh - 5.25rem);
  }

  .md\:hover\:mr-screen-minus-35\.5:hover {
    margin-right: calc(100vh - 8.875rem);
  }

  .md\:hover\:mr-screen-minus-36:hover {
    margin-right: calc(100vh - 9rem);
  }

  .md\:hover\:mr-screen-minus-40:hover {
    margin-right: calc(100vh - 10rem);
  }

  .md\:hover\:mr-screen-minus-55:hover {
    margin-right: calc(100vh - 13.75rem);
  }

  .md\:hover\:mr-screen-minus-72:hover {
    margin-right: calc(100vh - 18rem);
  }

  .md\:hover\:mr-screen-minus-80:hover {
    margin-right: calc(100vh - 20rem);
  }

  .md\:hover\:mr-full-4:hover {
    margin-right: calc(100% - 16px);
  }

  .md\:hover\:mr-account-body:hover {
    margin-right: calc(100vw - 304px);
  }

  .md\:hover\:mr-menu-center:hover {
    margin-right: calc(50% - 288px);
  }

  .md\:hover\:mr-tutorials-hidden:hover {
    margin-right: calc(100% - 56px);
  }

  .md\:hover\:mr-popup-full-width:hover {
    margin-right: calc(100% + 32px);
  }

  .md\:hover\:mr-popup-full-width-md:hover {
    margin-right: calc(100% + 64px);
  }

  .md\:hover\:mr-popup-full-height:hover {
    margin-right: calc(100% + 68px);
  }

  .md\:hover\:mr-max-content:hover {
    margin-right: max-content;
  }

  .md\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .md\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .md\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .md\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .md\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .md\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .md\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .md\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .md\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .md\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .md\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .md\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .md\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .md\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .md\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .md\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .md\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .md\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .md\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .md\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .md\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .md\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .md\:hover\:-mr-29:hover {
    margin-right: -7.25rem;
  }

  .md\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .md\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .md\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .md\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .md\:hover\:-mr-42:hover {
    margin-right: -10.5rem;
  }

  .md\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .md\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .md\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .md\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .md\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .md\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .md\:hover\:-mr-68:hover {
    margin-right: -17rem;
  }

  .md\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .md\:hover\:-mr-77:hover {
    margin-right: -19.25rem;
  }

  .md\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .md\:hover\:-mr-82:hover {
    margin-right: -20.5rem;
  }

  .md\:hover\:-mr-88:hover {
    margin-right: -22rem;
  }

  .md\:hover\:-mr-94:hover {
    margin-right: -23.5rem;
  }

  .md\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .md\:hover\:-mr-98:hover {
    margin-right: -24.5rem;
  }

  .md\:hover\:-mr-104:hover {
    margin-right: -26rem;
  }

  .md\:hover\:-mr-108:hover {
    margin-right: -27rem;
  }

  .md\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .md\:hover\:-mr-112:hover {
    margin-right: -28rem;
  }

  .md\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .md\:hover\:-mr-128:hover {
    margin-right: -32rem;
  }

  .md\:hover\:-mr-132:hover {
    margin-right: -33rem;
  }

  .md\:hover\:-mr-134:hover {
    margin-right: -33.5rem;
  }

  .md\:hover\:-mr-135:hover {
    margin-right: -33.75rem;
  }

  .md\:hover\:-mr-136:hover {
    margin-right: -34rem;
  }

  .md\:hover\:-mr-144:hover {
    margin-right: -36rem;
  }

  .md\:hover\:-mr-152:hover {
    margin-right: -38rem;
  }

  .md\:hover\:-mr-160:hover {
    margin-right: -40rem;
  }

  .md\:hover\:-mr-164:hover {
    margin-right: -41rem;
  }

  .md\:hover\:-mr-172:hover {
    margin-right: -43rem;
  }

  .md\:hover\:-mr-179:hover {
    margin-right: -44.75rem;
  }

  .md\:hover\:-mr-184:hover {
    margin-right: -46rem;
  }

  .md\:hover\:-mr-192:hover {
    margin-right: -48rem;
  }

  .md\:hover\:-mr-224:hover {
    margin-right: -56rem;
  }

  .md\:hover\:-mr-240:hover {
    margin-right: -60rem;
  }

  .md\:hover\:-mr-256:hover {
    margin-right: -64rem;
  }

  .md\:hover\:-mr-265:hover {
    margin-right: -66.25rem;
  }

  .md\:hover\:-mr-288:hover {
    margin-right: -72rem;
  }

  .md\:hover\:-mr-384:hover {
    margin-right: -96rem;
  }

  .md\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .md\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .md\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .md\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .md\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .md\:hover\:-mr-0\.75:hover {
    margin-right: -0.1875rem;
  }

  .md\:hover\:-mr-4\.5:hover {
    margin-right: -1.125rem;
  }

  .md\:hover\:-mr-7\.5:hover {
    margin-right: -1.875rem;
  }

  .md\:hover\:-mr-9\.5:hover {
    margin-right: -2.375rem;
  }

  .md\:hover\:-mr-9\.75:hover {
    margin-right: -2.4375rem;
  }

  .md\:hover\:-mr-12\.5:hover {
    margin-right: -3.125rem;
  }

  .md\:hover\:-mr-13\.5:hover {
    margin-right: -3.375rem;
  }

  .md\:hover\:-mr-292\.5:hover {
    margin-right: -73.125rem;
  }

  .md\:hover\:-mr-1\/24:hover {
    margin-right: -4.16667%;
  }

  .md\:hover\:-mr-2\/24:hover {
    margin-right: -8.33333%;
  }

  .md\:hover\:-mr-3\/24:hover {
    margin-right: -12.5%;
  }

  .md\:hover\:-mr-4\/24:hover {
    margin-right: -16.66667%;
  }

  .md\:hover\:-mr-5\/24:hover {
    margin-right: -20.83333%;
  }

  .md\:hover\:-mr-6\/24:hover {
    margin-right: -25%;
  }

  .md\:hover\:-mr-7\/24:hover {
    margin-right: -29.16667%;
  }

  .md\:hover\:-mr-8\/24:hover {
    margin-right: -33.33333%;
  }

  .md\:hover\:-mr-9\/24:hover {
    margin-right: -37.5%;
  }

  .md\:hover\:-mr-10\/24:hover {
    margin-right: -41.66667%;
  }

  .md\:hover\:-mr-11\/24:hover {
    margin-right: -45.83333%;
  }

  .md\:hover\:-mr-12\/24:hover {
    margin-right: -50%;
  }

  .md\:hover\:-mr-13\/24:hover {
    margin-right: -54.16667%;
  }

  .md\:hover\:-mr-14\/24:hover {
    margin-right: -58.33333%;
  }

  .md\:hover\:-mr-15\/24:hover {
    margin-right: -62.5%;
  }

  .md\:hover\:-mr-16\/24:hover {
    margin-right: -66.66667%;
  }

  .md\:hover\:-mr-17\/24:hover {
    margin-right: -70.83333%;
  }

  .md\:hover\:-mr-18\/24:hover {
    margin-right: -75%;
  }

  .md\:hover\:-mr-19\/24:hover {
    margin-right: -79.16667%;
  }

  .md\:hover\:-mr-20\/24:hover {
    margin-right: -83.33333%;
  }

  .md\:hover\:-mr-21\/24:hover {
    margin-right: -87.5%;
  }

  .md\:hover\:-mr-22\/24:hover {
    margin-right: -91.66667%;
  }

  .md\:hover\:-mr-23\/24:hover {
    margin-right: -95.83333%;
  }

  .md\:hover\:-mr-24\/24:hover {
    margin-right: -100%;
  }

  .md\:hover\:-mr-screen-header:hover {
    margin-right: -41.55vw;
  }

  .md\:hover\:-mr-screen-60:hover {
    margin-right: -60vh;
  }

  .md\:hover\:-mr-screen-80:hover {
    margin-right: -80vh;
  }

  .md\:hover\:-mr-screen-85:hover {
    margin-right: -85vh;
  }

  .md\:hover\:-mr-screen-90:hover {
    margin-right: -90vh;
  }

  .md\:hover\:-mr-screen-95:hover {
    margin-right: -95vh;
  }

  .md\:hover\:-mr-screen-minus-header:hover {
    margin-right: calc(-100vh - -5.25rem);
  }

  .md\:hover\:-mr-screen-minus-35\.5:hover {
    margin-right: calc(-100vh - -8.875rem);
  }

  .md\:hover\:-mr-screen-minus-36:hover {
    margin-right: calc(-100vh - -9rem);
  }

  .md\:hover\:-mr-screen-minus-40:hover {
    margin-right: calc(-100vh - -10rem);
  }

  .md\:hover\:-mr-screen-minus-55:hover {
    margin-right: calc(-100vh - -13.75rem);
  }

  .md\:hover\:-mr-screen-minus-72:hover {
    margin-right: calc(-100vh - -18rem);
  }

  .md\:hover\:-mr-screen-minus-80:hover {
    margin-right: calc(-100vh - -20rem);
  }

  .md\:hover\:-mr-full-4:hover {
    margin-right: calc(-100% - -16px);
  }

  .md\:hover\:-mr-account-body:hover {
    margin-right: calc(-100vw - -304px);
  }

  .md\:hover\:-mr-menu-center:hover {
    margin-right: calc(-50% - -288px);
  }

  .md\:hover\:-mr-tutorials-hidden:hover {
    margin-right: calc(-100% - -56px);
  }

  .md\:hover\:-mr-popup-full-width:hover {
    margin-right: calc(-100% + -32px);
  }

  .md\:hover\:-mr-popup-full-width-md:hover {
    margin-right: calc(-100% + -64px);
  }

  .md\:hover\:-mr-popup-full-height:hover {
    margin-right: calc(-100% + -68px);
  }

  .md\:hover\:-mr-max-content:hover {
    margin-right: max-content;
  }

  .md\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .md\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .md\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .md\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .md\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .md\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .md\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .md\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .md\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .md\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .md\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .md\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .md\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .md\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .md\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .md\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .md\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .md\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .md\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .md\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .md\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .md\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .md\:hover\:mb-29:hover {
    margin-bottom: 7.25rem;
  }

  .md\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .md\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .md\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .md\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .md\:hover\:mb-42:hover {
    margin-bottom: 10.5rem;
  }

  .md\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .md\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .md\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .md\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .md\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .md\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .md\:hover\:mb-68:hover {
    margin-bottom: 17rem;
  }

  .md\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .md\:hover\:mb-77:hover {
    margin-bottom: 19.25rem;
  }

  .md\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .md\:hover\:mb-82:hover {
    margin-bottom: 20.5rem;
  }

  .md\:hover\:mb-88:hover {
    margin-bottom: 22rem;
  }

  .md\:hover\:mb-94:hover {
    margin-bottom: 23.5rem;
  }

  .md\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .md\:hover\:mb-98:hover {
    margin-bottom: 24.5rem;
  }

  .md\:hover\:mb-104:hover {
    margin-bottom: 26rem;
  }

  .md\:hover\:mb-108:hover {
    margin-bottom: 27rem;
  }

  .md\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .md\:hover\:mb-112:hover {
    margin-bottom: 28rem;
  }

  .md\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .md\:hover\:mb-128:hover {
    margin-bottom: 32rem;
  }

  .md\:hover\:mb-132:hover {
    margin-bottom: 33rem;
  }

  .md\:hover\:mb-134:hover {
    margin-bottom: 33.5rem;
  }

  .md\:hover\:mb-135:hover {
    margin-bottom: 33.75rem;
  }

  .md\:hover\:mb-136:hover {
    margin-bottom: 34rem;
  }

  .md\:hover\:mb-144:hover {
    margin-bottom: 36rem;
  }

  .md\:hover\:mb-152:hover {
    margin-bottom: 38rem;
  }

  .md\:hover\:mb-160:hover {
    margin-bottom: 40rem;
  }

  .md\:hover\:mb-164:hover {
    margin-bottom: 41rem;
  }

  .md\:hover\:mb-172:hover {
    margin-bottom: 43rem;
  }

  .md\:hover\:mb-179:hover {
    margin-bottom: 44.75rem;
  }

  .md\:hover\:mb-184:hover {
    margin-bottom: 46rem;
  }

  .md\:hover\:mb-192:hover {
    margin-bottom: 48rem;
  }

  .md\:hover\:mb-224:hover {
    margin-bottom: 56rem;
  }

  .md\:hover\:mb-240:hover {
    margin-bottom: 60rem;
  }

  .md\:hover\:mb-256:hover {
    margin-bottom: 64rem;
  }

  .md\:hover\:mb-265:hover {
    margin-bottom: 66.25rem;
  }

  .md\:hover\:mb-288:hover {
    margin-bottom: 72rem;
  }

  .md\:hover\:mb-384:hover {
    margin-bottom: 96rem;
  }

  .md\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .md\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .md\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .md\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .md\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .md\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .md\:hover\:mb-0\.75:hover {
    margin-bottom: 0.1875rem;
  }

  .md\:hover\:mb-4\.5:hover {
    margin-bottom: 1.125rem;
  }

  .md\:hover\:mb-7\.5:hover {
    margin-bottom: 1.875rem;
  }

  .md\:hover\:mb-9\.5:hover {
    margin-bottom: 2.375rem;
  }

  .md\:hover\:mb-9\.75:hover {
    margin-bottom: 2.4375rem;
  }

  .md\:hover\:mb-12\.5:hover {
    margin-bottom: 3.125rem;
  }

  .md\:hover\:mb-13\.5:hover {
    margin-bottom: 3.375rem;
  }

  .md\:hover\:mb-292\.5:hover {
    margin-bottom: 73.125rem;
  }

  .md\:hover\:mb-1\/24:hover {
    margin-bottom: 4.166667%;
  }

  .md\:hover\:mb-2\/24:hover {
    margin-bottom: 8.333333%;
  }

  .md\:hover\:mb-3\/24:hover {
    margin-bottom: 12.5%;
  }

  .md\:hover\:mb-4\/24:hover {
    margin-bottom: 16.666667%;
  }

  .md\:hover\:mb-5\/24:hover {
    margin-bottom: 20.833333%;
  }

  .md\:hover\:mb-6\/24:hover {
    margin-bottom: 25%;
  }

  .md\:hover\:mb-7\/24:hover {
    margin-bottom: 29.166666%;
  }

  .md\:hover\:mb-8\/24:hover {
    margin-bottom: 33.333333%;
  }

  .md\:hover\:mb-9\/24:hover {
    margin-bottom: 37.5%;
  }

  .md\:hover\:mb-10\/24:hover {
    margin-bottom: 41.666666%;
  }

  .md\:hover\:mb-11\/24:hover {
    margin-bottom: 45.833333%;
  }

  .md\:hover\:mb-12\/24:hover {
    margin-bottom: 50%;
  }

  .md\:hover\:mb-13\/24:hover {
    margin-bottom: 54.166666%;
  }

  .md\:hover\:mb-14\/24:hover {
    margin-bottom: 58.333333%;
  }

  .md\:hover\:mb-15\/24:hover {
    margin-bottom: 62.5%;
  }

  .md\:hover\:mb-16\/24:hover {
    margin-bottom: 66.666667%;
  }

  .md\:hover\:mb-17\/24:hover {
    margin-bottom: 70.833333%;
  }

  .md\:hover\:mb-18\/24:hover {
    margin-bottom: 75%;
  }

  .md\:hover\:mb-19\/24:hover {
    margin-bottom: 79.166667%;
  }

  .md\:hover\:mb-20\/24:hover {
    margin-bottom: 83.333333%;
  }

  .md\:hover\:mb-21\/24:hover {
    margin-bottom: 87.5%;
  }

  .md\:hover\:mb-22\/24:hover {
    margin-bottom: 91.666667%;
  }

  .md\:hover\:mb-23\/24:hover {
    margin-bottom: 95.833333%;
  }

  .md\:hover\:mb-24\/24:hover {
    margin-bottom: 100%;
  }

  .md\:hover\:mb-screen-header:hover {
    margin-bottom: 41.55vw;
  }

  .md\:hover\:mb-screen-60:hover {
    margin-bottom: 60vh;
  }

  .md\:hover\:mb-screen-80:hover {
    margin-bottom: 80vh;
  }

  .md\:hover\:mb-screen-85:hover {
    margin-bottom: 85vh;
  }

  .md\:hover\:mb-screen-90:hover {
    margin-bottom: 90vh;
  }

  .md\:hover\:mb-screen-95:hover {
    margin-bottom: 95vh;
  }

  .md\:hover\:mb-screen-minus-header:hover {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .md\:hover\:mb-screen-minus-35\.5:hover {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .md\:hover\:mb-screen-minus-36:hover {
    margin-bottom: calc(100vh - 9rem);
  }

  .md\:hover\:mb-screen-minus-40:hover {
    margin-bottom: calc(100vh - 10rem);
  }

  .md\:hover\:mb-screen-minus-55:hover {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .md\:hover\:mb-screen-minus-72:hover {
    margin-bottom: calc(100vh - 18rem);
  }

  .md\:hover\:mb-screen-minus-80:hover {
    margin-bottom: calc(100vh - 20rem);
  }

  .md\:hover\:mb-full-4:hover {
    margin-bottom: calc(100% - 16px);
  }

  .md\:hover\:mb-account-body:hover {
    margin-bottom: calc(100vw - 304px);
  }

  .md\:hover\:mb-menu-center:hover {
    margin-bottom: calc(50% - 288px);
  }

  .md\:hover\:mb-tutorials-hidden:hover {
    margin-bottom: calc(100% - 56px);
  }

  .md\:hover\:mb-popup-full-width:hover {
    margin-bottom: calc(100% + 32px);
  }

  .md\:hover\:mb-popup-full-width-md:hover {
    margin-bottom: calc(100% + 64px);
  }

  .md\:hover\:mb-popup-full-height:hover {
    margin-bottom: calc(100% + 68px);
  }

  .md\:hover\:mb-max-content:hover {
    margin-bottom: max-content;
  }

  .md\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .md\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .md\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .md\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .md\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .md\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .md\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .md\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .md\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .md\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .md\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .md\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .md\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .md\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .md\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .md\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .md\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .md\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .md\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .md\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .md\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .md\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .md\:hover\:-mb-29:hover {
    margin-bottom: -7.25rem;
  }

  .md\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .md\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .md\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .md\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .md\:hover\:-mb-42:hover {
    margin-bottom: -10.5rem;
  }

  .md\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .md\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .md\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .md\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .md\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .md\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .md\:hover\:-mb-68:hover {
    margin-bottom: -17rem;
  }

  .md\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .md\:hover\:-mb-77:hover {
    margin-bottom: -19.25rem;
  }

  .md\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .md\:hover\:-mb-82:hover {
    margin-bottom: -20.5rem;
  }

  .md\:hover\:-mb-88:hover {
    margin-bottom: -22rem;
  }

  .md\:hover\:-mb-94:hover {
    margin-bottom: -23.5rem;
  }

  .md\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .md\:hover\:-mb-98:hover {
    margin-bottom: -24.5rem;
  }

  .md\:hover\:-mb-104:hover {
    margin-bottom: -26rem;
  }

  .md\:hover\:-mb-108:hover {
    margin-bottom: -27rem;
  }

  .md\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .md\:hover\:-mb-112:hover {
    margin-bottom: -28rem;
  }

  .md\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .md\:hover\:-mb-128:hover {
    margin-bottom: -32rem;
  }

  .md\:hover\:-mb-132:hover {
    margin-bottom: -33rem;
  }

  .md\:hover\:-mb-134:hover {
    margin-bottom: -33.5rem;
  }

  .md\:hover\:-mb-135:hover {
    margin-bottom: -33.75rem;
  }

  .md\:hover\:-mb-136:hover {
    margin-bottom: -34rem;
  }

  .md\:hover\:-mb-144:hover {
    margin-bottom: -36rem;
  }

  .md\:hover\:-mb-152:hover {
    margin-bottom: -38rem;
  }

  .md\:hover\:-mb-160:hover {
    margin-bottom: -40rem;
  }

  .md\:hover\:-mb-164:hover {
    margin-bottom: -41rem;
  }

  .md\:hover\:-mb-172:hover {
    margin-bottom: -43rem;
  }

  .md\:hover\:-mb-179:hover {
    margin-bottom: -44.75rem;
  }

  .md\:hover\:-mb-184:hover {
    margin-bottom: -46rem;
  }

  .md\:hover\:-mb-192:hover {
    margin-bottom: -48rem;
  }

  .md\:hover\:-mb-224:hover {
    margin-bottom: -56rem;
  }

  .md\:hover\:-mb-240:hover {
    margin-bottom: -60rem;
  }

  .md\:hover\:-mb-256:hover {
    margin-bottom: -64rem;
  }

  .md\:hover\:-mb-265:hover {
    margin-bottom: -66.25rem;
  }

  .md\:hover\:-mb-288:hover {
    margin-bottom: -72rem;
  }

  .md\:hover\:-mb-384:hover {
    margin-bottom: -96rem;
  }

  .md\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .md\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .md\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .md\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .md\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .md\:hover\:-mb-0\.75:hover {
    margin-bottom: -0.1875rem;
  }

  .md\:hover\:-mb-4\.5:hover {
    margin-bottom: -1.125rem;
  }

  .md\:hover\:-mb-7\.5:hover {
    margin-bottom: -1.875rem;
  }

  .md\:hover\:-mb-9\.5:hover {
    margin-bottom: -2.375rem;
  }

  .md\:hover\:-mb-9\.75:hover {
    margin-bottom: -2.4375rem;
  }

  .md\:hover\:-mb-12\.5:hover {
    margin-bottom: -3.125rem;
  }

  .md\:hover\:-mb-13\.5:hover {
    margin-bottom: -3.375rem;
  }

  .md\:hover\:-mb-292\.5:hover {
    margin-bottom: -73.125rem;
  }

  .md\:hover\:-mb-1\/24:hover {
    margin-bottom: -4.16667%;
  }

  .md\:hover\:-mb-2\/24:hover {
    margin-bottom: -8.33333%;
  }

  .md\:hover\:-mb-3\/24:hover {
    margin-bottom: -12.5%;
  }

  .md\:hover\:-mb-4\/24:hover {
    margin-bottom: -16.66667%;
  }

  .md\:hover\:-mb-5\/24:hover {
    margin-bottom: -20.83333%;
  }

  .md\:hover\:-mb-6\/24:hover {
    margin-bottom: -25%;
  }

  .md\:hover\:-mb-7\/24:hover {
    margin-bottom: -29.16667%;
  }

  .md\:hover\:-mb-8\/24:hover {
    margin-bottom: -33.33333%;
  }

  .md\:hover\:-mb-9\/24:hover {
    margin-bottom: -37.5%;
  }

  .md\:hover\:-mb-10\/24:hover {
    margin-bottom: -41.66667%;
  }

  .md\:hover\:-mb-11\/24:hover {
    margin-bottom: -45.83333%;
  }

  .md\:hover\:-mb-12\/24:hover {
    margin-bottom: -50%;
  }

  .md\:hover\:-mb-13\/24:hover {
    margin-bottom: -54.16667%;
  }

  .md\:hover\:-mb-14\/24:hover {
    margin-bottom: -58.33333%;
  }

  .md\:hover\:-mb-15\/24:hover {
    margin-bottom: -62.5%;
  }

  .md\:hover\:-mb-16\/24:hover {
    margin-bottom: -66.66667%;
  }

  .md\:hover\:-mb-17\/24:hover {
    margin-bottom: -70.83333%;
  }

  .md\:hover\:-mb-18\/24:hover {
    margin-bottom: -75%;
  }

  .md\:hover\:-mb-19\/24:hover {
    margin-bottom: -79.16667%;
  }

  .md\:hover\:-mb-20\/24:hover {
    margin-bottom: -83.33333%;
  }

  .md\:hover\:-mb-21\/24:hover {
    margin-bottom: -87.5%;
  }

  .md\:hover\:-mb-22\/24:hover {
    margin-bottom: -91.66667%;
  }

  .md\:hover\:-mb-23\/24:hover {
    margin-bottom: -95.83333%;
  }

  .md\:hover\:-mb-24\/24:hover {
    margin-bottom: -100%;
  }

  .md\:hover\:-mb-screen-header:hover {
    margin-bottom: -41.55vw;
  }

  .md\:hover\:-mb-screen-60:hover {
    margin-bottom: -60vh;
  }

  .md\:hover\:-mb-screen-80:hover {
    margin-bottom: -80vh;
  }

  .md\:hover\:-mb-screen-85:hover {
    margin-bottom: -85vh;
  }

  .md\:hover\:-mb-screen-90:hover {
    margin-bottom: -90vh;
  }

  .md\:hover\:-mb-screen-95:hover {
    margin-bottom: -95vh;
  }

  .md\:hover\:-mb-screen-minus-header:hover {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .md\:hover\:-mb-screen-minus-35\.5:hover {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .md\:hover\:-mb-screen-minus-36:hover {
    margin-bottom: calc(-100vh - -9rem);
  }

  .md\:hover\:-mb-screen-minus-40:hover {
    margin-bottom: calc(-100vh - -10rem);
  }

  .md\:hover\:-mb-screen-minus-55:hover {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .md\:hover\:-mb-screen-minus-72:hover {
    margin-bottom: calc(-100vh - -18rem);
  }

  .md\:hover\:-mb-screen-minus-80:hover {
    margin-bottom: calc(-100vh - -20rem);
  }

  .md\:hover\:-mb-full-4:hover {
    margin-bottom: calc(-100% - -16px);
  }

  .md\:hover\:-mb-account-body:hover {
    margin-bottom: calc(-100vw - -304px);
  }

  .md\:hover\:-mb-menu-center:hover {
    margin-bottom: calc(-50% - -288px);
  }

  .md\:hover\:-mb-tutorials-hidden:hover {
    margin-bottom: calc(-100% - -56px);
  }

  .md\:hover\:-mb-popup-full-width:hover {
    margin-bottom: calc(-100% + -32px);
  }

  .md\:hover\:-mb-popup-full-width-md:hover {
    margin-bottom: calc(-100% + -64px);
  }

  .md\:hover\:-mb-popup-full-height:hover {
    margin-bottom: calc(-100% + -68px);
  }

  .md\:hover\:-mb-max-content:hover {
    margin-bottom: max-content;
  }

  .md\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .md\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .md\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .md\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .md\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .md\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .md\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .md\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .md\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .md\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .md\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .md\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .md\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .md\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .md\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .md\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .md\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .md\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .md\:hover\:ml-22:hover {
    margin-left: 5.5rem;
  }

  .md\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .md\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .md\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .md\:hover\:ml-29:hover {
    margin-left: 7.25rem;
  }

  .md\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .md\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .md\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .md\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .md\:hover\:ml-42:hover {
    margin-left: 10.5rem;
  }

  .md\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .md\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .md\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .md\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .md\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .md\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .md\:hover\:ml-68:hover {
    margin-left: 17rem;
  }

  .md\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .md\:hover\:ml-77:hover {
    margin-left: 19.25rem;
  }

  .md\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .md\:hover\:ml-82:hover {
    margin-left: 20.5rem;
  }

  .md\:hover\:ml-88:hover {
    margin-left: 22rem;
  }

  .md\:hover\:ml-94:hover {
    margin-left: 23.5rem;
  }

  .md\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .md\:hover\:ml-98:hover {
    margin-left: 24.5rem;
  }

  .md\:hover\:ml-104:hover {
    margin-left: 26rem;
  }

  .md\:hover\:ml-108:hover {
    margin-left: 27rem;
  }

  .md\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .md\:hover\:ml-112:hover {
    margin-left: 28rem;
  }

  .md\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .md\:hover\:ml-128:hover {
    margin-left: 32rem;
  }

  .md\:hover\:ml-132:hover {
    margin-left: 33rem;
  }

  .md\:hover\:ml-134:hover {
    margin-left: 33.5rem;
  }

  .md\:hover\:ml-135:hover {
    margin-left: 33.75rem;
  }

  .md\:hover\:ml-136:hover {
    margin-left: 34rem;
  }

  .md\:hover\:ml-144:hover {
    margin-left: 36rem;
  }

  .md\:hover\:ml-152:hover {
    margin-left: 38rem;
  }

  .md\:hover\:ml-160:hover {
    margin-left: 40rem;
  }

  .md\:hover\:ml-164:hover {
    margin-left: 41rem;
  }

  .md\:hover\:ml-172:hover {
    margin-left: 43rem;
  }

  .md\:hover\:ml-179:hover {
    margin-left: 44.75rem;
  }

  .md\:hover\:ml-184:hover {
    margin-left: 46rem;
  }

  .md\:hover\:ml-192:hover {
    margin-left: 48rem;
  }

  .md\:hover\:ml-224:hover {
    margin-left: 56rem;
  }

  .md\:hover\:ml-240:hover {
    margin-left: 60rem;
  }

  .md\:hover\:ml-256:hover {
    margin-left: 64rem;
  }

  .md\:hover\:ml-265:hover {
    margin-left: 66.25rem;
  }

  .md\:hover\:ml-288:hover {
    margin-left: 72rem;
  }

  .md\:hover\:ml-384:hover {
    margin-left: 96rem;
  }

  .md\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .md\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .md\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .md\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .md\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .md\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .md\:hover\:ml-0\.75:hover {
    margin-left: 0.1875rem;
  }

  .md\:hover\:ml-4\.5:hover {
    margin-left: 1.125rem;
  }

  .md\:hover\:ml-7\.5:hover {
    margin-left: 1.875rem;
  }

  .md\:hover\:ml-9\.5:hover {
    margin-left: 2.375rem;
  }

  .md\:hover\:ml-9\.75:hover {
    margin-left: 2.4375rem;
  }

  .md\:hover\:ml-12\.5:hover {
    margin-left: 3.125rem;
  }

  .md\:hover\:ml-13\.5:hover {
    margin-left: 3.375rem;
  }

  .md\:hover\:ml-292\.5:hover {
    margin-left: 73.125rem;
  }

  .md\:hover\:ml-1\/24:hover {
    margin-left: 4.166667%;
  }

  .md\:hover\:ml-2\/24:hover {
    margin-left: 8.333333%;
  }

  .md\:hover\:ml-3\/24:hover {
    margin-left: 12.5%;
  }

  .md\:hover\:ml-4\/24:hover {
    margin-left: 16.666667%;
  }

  .md\:hover\:ml-5\/24:hover {
    margin-left: 20.833333%;
  }

  .md\:hover\:ml-6\/24:hover {
    margin-left: 25%;
  }

  .md\:hover\:ml-7\/24:hover {
    margin-left: 29.166666%;
  }

  .md\:hover\:ml-8\/24:hover {
    margin-left: 33.333333%;
  }

  .md\:hover\:ml-9\/24:hover {
    margin-left: 37.5%;
  }

  .md\:hover\:ml-10\/24:hover {
    margin-left: 41.666666%;
  }

  .md\:hover\:ml-11\/24:hover {
    margin-left: 45.833333%;
  }

  .md\:hover\:ml-12\/24:hover {
    margin-left: 50%;
  }

  .md\:hover\:ml-13\/24:hover {
    margin-left: 54.166666%;
  }

  .md\:hover\:ml-14\/24:hover {
    margin-left: 58.333333%;
  }

  .md\:hover\:ml-15\/24:hover {
    margin-left: 62.5%;
  }

  .md\:hover\:ml-16\/24:hover {
    margin-left: 66.666667%;
  }

  .md\:hover\:ml-17\/24:hover {
    margin-left: 70.833333%;
  }

  .md\:hover\:ml-18\/24:hover {
    margin-left: 75%;
  }

  .md\:hover\:ml-19\/24:hover {
    margin-left: 79.166667%;
  }

  .md\:hover\:ml-20\/24:hover {
    margin-left: 83.333333%;
  }

  .md\:hover\:ml-21\/24:hover {
    margin-left: 87.5%;
  }

  .md\:hover\:ml-22\/24:hover {
    margin-left: 91.666667%;
  }

  .md\:hover\:ml-23\/24:hover {
    margin-left: 95.833333%;
  }

  .md\:hover\:ml-24\/24:hover {
    margin-left: 100%;
  }

  .md\:hover\:ml-screen-header:hover {
    margin-left: 41.55vw;
  }

  .md\:hover\:ml-screen-60:hover {
    margin-left: 60vh;
  }

  .md\:hover\:ml-screen-80:hover {
    margin-left: 80vh;
  }

  .md\:hover\:ml-screen-85:hover {
    margin-left: 85vh;
  }

  .md\:hover\:ml-screen-90:hover {
    margin-left: 90vh;
  }

  .md\:hover\:ml-screen-95:hover {
    margin-left: 95vh;
  }

  .md\:hover\:ml-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
  }

  .md\:hover\:ml-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
  }

  .md\:hover\:ml-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
  }

  .md\:hover\:ml-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
  }

  .md\:hover\:ml-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
  }

  .md\:hover\:ml-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
  }

  .md\:hover\:ml-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
  }

  .md\:hover\:ml-full-4:hover {
    margin-left: calc(100% - 16px);
  }

  .md\:hover\:ml-account-body:hover {
    margin-left: calc(100vw - 304px);
  }

  .md\:hover\:ml-menu-center:hover {
    margin-left: calc(50% - 288px);
  }

  .md\:hover\:ml-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
  }

  .md\:hover\:ml-popup-full-width:hover {
    margin-left: calc(100% + 32px);
  }

  .md\:hover\:ml-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
  }

  .md\:hover\:ml-popup-full-height:hover {
    margin-left: calc(100% + 68px);
  }

  .md\:hover\:ml-max-content:hover {
    margin-left: max-content;
  }

  .md\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .md\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .md\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .md\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .md\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .md\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .md\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .md\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .md\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .md\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .md\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .md\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .md\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .md\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .md\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .md\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .md\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .md\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .md\:hover\:-ml-22:hover {
    margin-left: -5.5rem;
  }

  .md\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .md\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .md\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .md\:hover\:-ml-29:hover {
    margin-left: -7.25rem;
  }

  .md\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .md\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .md\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .md\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .md\:hover\:-ml-42:hover {
    margin-left: -10.5rem;
  }

  .md\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .md\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .md\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .md\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .md\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .md\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .md\:hover\:-ml-68:hover {
    margin-left: -17rem;
  }

  .md\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .md\:hover\:-ml-77:hover {
    margin-left: -19.25rem;
  }

  .md\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .md\:hover\:-ml-82:hover {
    margin-left: -20.5rem;
  }

  .md\:hover\:-ml-88:hover {
    margin-left: -22rem;
  }

  .md\:hover\:-ml-94:hover {
    margin-left: -23.5rem;
  }

  .md\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .md\:hover\:-ml-98:hover {
    margin-left: -24.5rem;
  }

  .md\:hover\:-ml-104:hover {
    margin-left: -26rem;
  }

  .md\:hover\:-ml-108:hover {
    margin-left: -27rem;
  }

  .md\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .md\:hover\:-ml-112:hover {
    margin-left: -28rem;
  }

  .md\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .md\:hover\:-ml-128:hover {
    margin-left: -32rem;
  }

  .md\:hover\:-ml-132:hover {
    margin-left: -33rem;
  }

  .md\:hover\:-ml-134:hover {
    margin-left: -33.5rem;
  }

  .md\:hover\:-ml-135:hover {
    margin-left: -33.75rem;
  }

  .md\:hover\:-ml-136:hover {
    margin-left: -34rem;
  }

  .md\:hover\:-ml-144:hover {
    margin-left: -36rem;
  }

  .md\:hover\:-ml-152:hover {
    margin-left: -38rem;
  }

  .md\:hover\:-ml-160:hover {
    margin-left: -40rem;
  }

  .md\:hover\:-ml-164:hover {
    margin-left: -41rem;
  }

  .md\:hover\:-ml-172:hover {
    margin-left: -43rem;
  }

  .md\:hover\:-ml-179:hover {
    margin-left: -44.75rem;
  }

  .md\:hover\:-ml-184:hover {
    margin-left: -46rem;
  }

  .md\:hover\:-ml-192:hover {
    margin-left: -48rem;
  }

  .md\:hover\:-ml-224:hover {
    margin-left: -56rem;
  }

  .md\:hover\:-ml-240:hover {
    margin-left: -60rem;
  }

  .md\:hover\:-ml-256:hover {
    margin-left: -64rem;
  }

  .md\:hover\:-ml-265:hover {
    margin-left: -66.25rem;
  }

  .md\:hover\:-ml-288:hover {
    margin-left: -72rem;
  }

  .md\:hover\:-ml-384:hover {
    margin-left: -96rem;
  }

  .md\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .md\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .md\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .md\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .md\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .md\:hover\:-ml-0\.75:hover {
    margin-left: -0.1875rem;
  }

  .md\:hover\:-ml-4\.5:hover {
    margin-left: -1.125rem;
  }

  .md\:hover\:-ml-7\.5:hover {
    margin-left: -1.875rem;
  }

  .md\:hover\:-ml-9\.5:hover {
    margin-left: -2.375rem;
  }

  .md\:hover\:-ml-9\.75:hover {
    margin-left: -2.4375rem;
  }

  .md\:hover\:-ml-12\.5:hover {
    margin-left: -3.125rem;
  }

  .md\:hover\:-ml-13\.5:hover {
    margin-left: -3.375rem;
  }

  .md\:hover\:-ml-292\.5:hover {
    margin-left: -73.125rem;
  }

  .md\:hover\:-ml-1\/24:hover {
    margin-left: -4.16667%;
  }

  .md\:hover\:-ml-2\/24:hover {
    margin-left: -8.33333%;
  }

  .md\:hover\:-ml-3\/24:hover {
    margin-left: -12.5%;
  }

  .md\:hover\:-ml-4\/24:hover {
    margin-left: -16.66667%;
  }

  .md\:hover\:-ml-5\/24:hover {
    margin-left: -20.83333%;
  }

  .md\:hover\:-ml-6\/24:hover {
    margin-left: -25%;
  }

  .md\:hover\:-ml-7\/24:hover {
    margin-left: -29.16667%;
  }

  .md\:hover\:-ml-8\/24:hover {
    margin-left: -33.33333%;
  }

  .md\:hover\:-ml-9\/24:hover {
    margin-left: -37.5%;
  }

  .md\:hover\:-ml-10\/24:hover {
    margin-left: -41.66667%;
  }

  .md\:hover\:-ml-11\/24:hover {
    margin-left: -45.83333%;
  }

  .md\:hover\:-ml-12\/24:hover {
    margin-left: -50%;
  }

  .md\:hover\:-ml-13\/24:hover {
    margin-left: -54.16667%;
  }

  .md\:hover\:-ml-14\/24:hover {
    margin-left: -58.33333%;
  }

  .md\:hover\:-ml-15\/24:hover {
    margin-left: -62.5%;
  }

  .md\:hover\:-ml-16\/24:hover {
    margin-left: -66.66667%;
  }

  .md\:hover\:-ml-17\/24:hover {
    margin-left: -70.83333%;
  }

  .md\:hover\:-ml-18\/24:hover {
    margin-left: -75%;
  }

  .md\:hover\:-ml-19\/24:hover {
    margin-left: -79.16667%;
  }

  .md\:hover\:-ml-20\/24:hover {
    margin-left: -83.33333%;
  }

  .md\:hover\:-ml-21\/24:hover {
    margin-left: -87.5%;
  }

  .md\:hover\:-ml-22\/24:hover {
    margin-left: -91.66667%;
  }

  .md\:hover\:-ml-23\/24:hover {
    margin-left: -95.83333%;
  }

  .md\:hover\:-ml-24\/24:hover {
    margin-left: -100%;
  }

  .md\:hover\:-ml-screen-header:hover {
    margin-left: -41.55vw;
  }

  .md\:hover\:-ml-screen-60:hover {
    margin-left: -60vh;
  }

  .md\:hover\:-ml-screen-80:hover {
    margin-left: -80vh;
  }

  .md\:hover\:-ml-screen-85:hover {
    margin-left: -85vh;
  }

  .md\:hover\:-ml-screen-90:hover {
    margin-left: -90vh;
  }

  .md\:hover\:-ml-screen-95:hover {
    margin-left: -95vh;
  }

  .md\:hover\:-ml-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
  }

  .md\:hover\:-ml-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
  }

  .md\:hover\:-ml-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
  }

  .md\:hover\:-ml-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
  }

  .md\:hover\:-ml-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
  }

  .md\:hover\:-ml-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
  }

  .md\:hover\:-ml-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
  }

  .md\:hover\:-ml-full-4:hover {
    margin-left: calc(-100% - -16px);
  }

  .md\:hover\:-ml-account-body:hover {
    margin-left: calc(-100vw - -304px);
  }

  .md\:hover\:-ml-menu-center:hover {
    margin-left: calc(-50% - -288px);
  }

  .md\:hover\:-ml-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
  }

  .md\:hover\:-ml-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
  }

  .md\:hover\:-ml-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
  }

  .md\:hover\:-ml-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
  }

  .md\:hover\:-ml-max-content:hover {
    margin-left: max-content;
  }

  .md\:box-border {
    box-sizing: border-box;
  }

  .md\:box-content {
    box-sizing: content-box;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:table {
    display: table;
  }

  .md\:inline-table {
    display: inline-table;
  }

  .md\:table-caption {
    display: table-caption;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-column {
    display: table-column;
  }

  .md\:table-column-group {
    display: table-column-group;
  }

  .md\:table-footer-group {
    display: table-footer-group;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row-group {
    display: table-row-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:flow-root {
    display: flow-root;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:list-item {
    display: list-item;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-18 {
    height: 4.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-21 {
    height: 5.25rem;
  }

  .md\:h-22 {
    height: 5.5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-26 {
    height: 6.5rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-29 {
    height: 7.25rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-34 {
    height: 8.5rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-42 {
    height: 10.5rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-68 {
    height: 17rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-77 {
    height: 19.25rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-82 {
    height: 20.5rem;
  }

  .md\:h-88 {
    height: 22rem;
  }

  .md\:h-94 {
    height: 23.5rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-98 {
    height: 24.5rem;
  }

  .md\:h-104 {
    height: 26rem;
  }

  .md\:h-108 {
    height: 27rem;
  }

  .md\:h-110 {
    height: 27.5rem;
  }

  .md\:h-112 {
    height: 28rem;
  }

  .md\:h-120 {
    height: 30rem;
  }

  .md\:h-128 {
    height: 32rem;
  }

  .md\:h-132 {
    height: 33rem;
  }

  .md\:h-134 {
    height: 33.5rem;
  }

  .md\:h-135 {
    height: 33.75rem;
  }

  .md\:h-136 {
    height: 34rem;
  }

  .md\:h-144 {
    height: 36rem;
  }

  .md\:h-152 {
    height: 38rem;
  }

  .md\:h-160 {
    height: 40rem;
  }

  .md\:h-164 {
    height: 41rem;
  }

  .md\:h-172 {
    height: 43rem;
  }

  .md\:h-179 {
    height: 44.75rem;
  }

  .md\:h-184 {
    height: 46rem;
  }

  .md\:h-192 {
    height: 48rem;
  }

  .md\:h-224 {
    height: 56rem;
  }

  .md\:h-240 {
    height: 60rem;
  }

  .md\:h-256 {
    height: 64rem;
  }

  .md\:h-265 {
    height: 66.25rem;
  }

  .md\:h-288 {
    height: 72rem;
  }

  .md\:h-384 {
    height: 96rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-px {
    height: 1px;
  }

  .md\:h-0\.5 {
    height: 0.125rem;
  }

  .md\:h-1\.5 {
    height: 0.375rem;
  }

  .md\:h-2\.5 {
    height: 0.625rem;
  }

  .md\:h-3\.5 {
    height: 0.875rem;
  }

  .md\:h-0\.75 {
    height: 0.1875rem;
  }

  .md\:h-4\.5 {
    height: 1.125rem;
  }

  .md\:h-7\.5 {
    height: 1.875rem;
  }

  .md\:h-9\.5 {
    height: 2.375rem;
  }

  .md\:h-9\.75 {
    height: 2.4375rem;
  }

  .md\:h-12\.5 {
    height: 3.125rem;
  }

  .md\:h-13\.5 {
    height: 3.375rem;
  }

  .md\:h-292\.5 {
    height: 73.125rem;
  }

  .md\:h-1\/24 {
    height: 4.166667%;
  }

  .md\:h-2\/24 {
    height: 8.333333%;
  }

  .md\:h-3\/24 {
    height: 12.5%;
  }

  .md\:h-4\/24 {
    height: 16.666667%;
  }

  .md\:h-5\/24 {
    height: 20.833333%;
  }

  .md\:h-6\/24 {
    height: 25%;
  }

  .md\:h-7\/24 {
    height: 29.166666%;
  }

  .md\:h-8\/24 {
    height: 33.333333%;
  }

  .md\:h-9\/24 {
    height: 37.5%;
  }

  .md\:h-10\/24 {
    height: 41.666666%;
  }

  .md\:h-11\/24 {
    height: 45.833333%;
  }

  .md\:h-12\/24 {
    height: 50%;
  }

  .md\:h-13\/24 {
    height: 54.166666%;
  }

  .md\:h-14\/24 {
    height: 58.333333%;
  }

  .md\:h-15\/24 {
    height: 62.5%;
  }

  .md\:h-16\/24 {
    height: 66.666667%;
  }

  .md\:h-17\/24 {
    height: 70.833333%;
  }

  .md\:h-18\/24 {
    height: 75%;
  }

  .md\:h-19\/24 {
    height: 79.166667%;
  }

  .md\:h-20\/24 {
    height: 83.333333%;
  }

  .md\:h-21\/24 {
    height: 87.5%;
  }

  .md\:h-22\/24 {
    height: 91.666667%;
  }

  .md\:h-23\/24 {
    height: 95.833333%;
  }

  .md\:h-24\/24 {
    height: 100%;
  }

  .md\:h-screen-header {
    height: 41.55vw;
  }

  .md\:h-screen-60 {
    height: 60vh;
  }

  .md\:h-screen-80 {
    height: 80vh;
  }

  .md\:h-screen-85 {
    height: 85vh;
  }

  .md\:h-screen-90 {
    height: 90vh;
  }

  .md\:h-screen-95 {
    height: 95vh;
  }

  .md\:h-screen-minus-header {
    height: calc(100vh - 5.25rem);
  }

  .md\:h-screen-minus-35\.5 {
    height: calc(100vh - 8.875rem);
  }

  .md\:h-screen-minus-36 {
    height: calc(100vh - 9rem);
  }

  .md\:h-screen-minus-40 {
    height: calc(100vh - 10rem);
  }

  .md\:h-screen-minus-55 {
    height: calc(100vh - 13.75rem);
  }

  .md\:h-screen-minus-72 {
    height: calc(100vh - 18rem);
  }

  .md\:h-screen-minus-80 {
    height: calc(100vh - 20rem);
  }

  .md\:h-full-4 {
    height: calc(100% - 16px);
  }

  .md\:h-account-body {
    height: calc(100vw - 304px);
  }

  .md\:h-menu-center {
    height: calc(50% - 288px);
  }

  .md\:h-tutorials-hidden {
    height: calc(100% - 56px);
  }

  .md\:h-popup-full-width {
    height: calc(100% + 32px);
  }

  .md\:h-popup-full-width-md {
    height: calc(100% + 64px);
  }

  .md\:h-popup-full-height {
    height: calc(100% + 68px);
  }

  .md\:h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:max-h-0 {
    max-height: 0px;
  }

  .md\:max-h-1 {
    max-height: 0.25rem;
  }

  .md\:max-h-2 {
    max-height: 0.5rem;
  }

  .md\:max-h-3 {
    max-height: 0.75rem;
  }

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-5 {
    max-height: 1.25rem;
  }

  .md\:max-h-6 {
    max-height: 1.5rem;
  }

  .md\:max-h-7 {
    max-height: 1.75rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-9 {
    max-height: 2.25rem;
  }

  .md\:max-h-10 {
    max-height: 2.5rem;
  }

  .md\:max-h-11 {
    max-height: 2.75rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-14 {
    max-height: 3.5rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-18 {
    max-height: 4.5rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-21 {
    max-height: 5.25rem;
  }

  .md\:max-h-22 {
    max-height: 5.5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-26 {
    max-height: 6.5rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .md\:max-h-29 {
    max-height: 7.25rem;
  }

  .md\:max-h-32 {
    max-height: 8rem;
  }

  .md\:max-h-34 {
    max-height: 8.5rem;
  }

  .md\:max-h-36 {
    max-height: 9rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-42 {
    max-height: 10.5rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:max-h-52 {
    max-height: 13rem;
  }

  .md\:max-h-56 {
    max-height: 14rem;
  }

  .md\:max-h-60 {
    max-height: 15rem;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-68 {
    max-height: 17rem;
  }

  .md\:max-h-72 {
    max-height: 18rem;
  }

  .md\:max-h-77 {
    max-height: 19.25rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-82 {
    max-height: 20.5rem;
  }

  .md\:max-h-88 {
    max-height: 22rem;
  }

  .md\:max-h-94 {
    max-height: 23.5rem;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-98 {
    max-height: 24.5rem;
  }

  .md\:max-h-104 {
    max-height: 26rem;
  }

  .md\:max-h-108 {
    max-height: 27rem;
  }

  .md\:max-h-110 {
    max-height: 27.5rem;
  }

  .md\:max-h-112 {
    max-height: 28rem;
  }

  .md\:max-h-120 {
    max-height: 30rem;
  }

  .md\:max-h-128 {
    max-height: 32rem;
  }

  .md\:max-h-132 {
    max-height: 33rem;
  }

  .md\:max-h-134 {
    max-height: 33.5rem;
  }

  .md\:max-h-135 {
    max-height: 33.75rem;
  }

  .md\:max-h-136 {
    max-height: 34rem;
  }

  .md\:max-h-144 {
    max-height: 36rem;
  }

  .md\:max-h-152 {
    max-height: 38rem;
  }

  .md\:max-h-160 {
    max-height: 40rem;
  }

  .md\:max-h-164 {
    max-height: 41rem;
  }

  .md\:max-h-172 {
    max-height: 43rem;
  }

  .md\:max-h-179 {
    max-height: 44.75rem;
  }

  .md\:max-h-184 {
    max-height: 46rem;
  }

  .md\:max-h-192 {
    max-height: 48rem;
  }

  .md\:max-h-224 {
    max-height: 56rem;
  }

  .md\:max-h-240 {
    max-height: 60rem;
  }

  .md\:max-h-256 {
    max-height: 64rem;
  }

  .md\:max-h-265 {
    max-height: 66.25rem;
  }

  .md\:max-h-288 {
    max-height: 72rem;
  }

  .md\:max-h-384 {
    max-height: 96rem;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .md\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .md\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .md\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .md\:max-h-0\.75 {
    max-height: 0.1875rem;
  }

  .md\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .md\:max-h-7\.5 {
    max-height: 1.875rem;
  }

  .md\:max-h-9\.5 {
    max-height: 2.375rem;
  }

  .md\:max-h-9\.75 {
    max-height: 2.4375rem;
  }

  .md\:max-h-12\.5 {
    max-height: 3.125rem;
  }

  .md\:max-h-13\.5 {
    max-height: 3.375rem;
  }

  .md\:max-h-292\.5 {
    max-height: 73.125rem;
  }

  .md\:max-h-1\/24 {
    max-height: 4.166667%;
  }

  .md\:max-h-2\/24 {
    max-height: 8.333333%;
  }

  .md\:max-h-3\/24 {
    max-height: 12.5%;
  }

  .md\:max-h-4\/24 {
    max-height: 16.666667%;
  }

  .md\:max-h-5\/24 {
    max-height: 20.833333%;
  }

  .md\:max-h-6\/24 {
    max-height: 25%;
  }

  .md\:max-h-7\/24 {
    max-height: 29.166666%;
  }

  .md\:max-h-8\/24 {
    max-height: 33.333333%;
  }

  .md\:max-h-9\/24 {
    max-height: 37.5%;
  }

  .md\:max-h-10\/24 {
    max-height: 41.666666%;
  }

  .md\:max-h-11\/24 {
    max-height: 45.833333%;
  }

  .md\:max-h-12\/24 {
    max-height: 50%;
  }

  .md\:max-h-13\/24 {
    max-height: 54.166666%;
  }

  .md\:max-h-14\/24 {
    max-height: 58.333333%;
  }

  .md\:max-h-15\/24 {
    max-height: 62.5%;
  }

  .md\:max-h-16\/24 {
    max-height: 66.666667%;
  }

  .md\:max-h-17\/24 {
    max-height: 70.833333%;
  }

  .md\:max-h-18\/24 {
    max-height: 75%;
  }

  .md\:max-h-19\/24 {
    max-height: 79.166667%;
  }

  .md\:max-h-20\/24 {
    max-height: 83.333333%;
  }

  .md\:max-h-21\/24 {
    max-height: 87.5%;
  }

  .md\:max-h-22\/24 {
    max-height: 91.666667%;
  }

  .md\:max-h-23\/24 {
    max-height: 95.833333%;
  }

  .md\:max-h-24\/24 {
    max-height: 100%;
  }

  .md\:max-h-screen-header {
    max-height: 41.55vw;
  }

  .md\:max-h-screen-60 {
    max-height: 60vh;
  }

  .md\:max-h-screen-80 {
    max-height: 80vh;
  }

  .md\:max-h-screen-85 {
    max-height: 85vh;
  }

  .md\:max-h-screen-90 {
    max-height: 90vh;
  }

  .md\:max-h-screen-95 {
    max-height: 95vh;
  }

  .md\:max-h-screen-minus-header {
    max-height: calc(100vh - 5.25rem);
  }

  .md\:max-h-screen-minus-35\.5 {
    max-height: calc(100vh - 8.875rem);
  }

  .md\:max-h-screen-minus-36 {
    max-height: calc(100vh - 9rem);
  }

  .md\:max-h-screen-minus-40 {
    max-height: calc(100vh - 10rem);
  }

  .md\:max-h-screen-minus-55 {
    max-height: calc(100vh - 13.75rem);
  }

  .md\:max-h-screen-minus-72 {
    max-height: calc(100vh - 18rem);
  }

  .md\:max-h-screen-minus-80 {
    max-height: calc(100vh - 20rem);
  }

  .md\:max-h-full-4 {
    max-height: calc(100% - 16px);
  }

  .md\:max-h-account-body {
    max-height: calc(100vw - 304px);
  }

  .md\:max-h-menu-center {
    max-height: calc(50% - 288px);
  }

  .md\:max-h-tutorials-hidden {
    max-height: calc(100% - 56px);
  }

  .md\:max-h-popup-full-width {
    max-height: calc(100% + 32px);
  }

  .md\:max-h-popup-full-width-md {
    max-height: calc(100% + 64px);
  }

  .md\:max-h-popup-full-height {
    max-height: calc(100% + 68px);
  }

  .md\:max-h-max-content {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-16 {
    min-height: 4rem;
  }

  .md\:min-h-24 {
    min-height: 6rem;
  }

  .md\:min-h-32 {
    min-height: 8rem;
  }

  .md\:min-h-50 {
    min-height: 12.5rem;
  }

  .md\:min-h-63 {
    min-height: 15.75rem;
  }

  .md\:min-h-100 {
    min-height: 25rem;
  }

  .md\:min-h-116 {
    min-height: 29rem;
  }

  .md\:min-h-128 {
    min-height: 32rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-18 {
    width: 4.5rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-21 {
    width: 5.25rem;
  }

  .md\:w-22 {
    width: 5.5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-26 {
    width: 6.5rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-29 {
    width: 7.25rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-34 {
    width: 8.5rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-42 {
    width: 10.5rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-68 {
    width: 17rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-77 {
    width: 19.25rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-82 {
    width: 20.5rem;
  }

  .md\:w-88 {
    width: 22rem;
  }

  .md\:w-94 {
    width: 23.5rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-98 {
    width: 24.5rem;
  }

  .md\:w-104 {
    width: 26rem;
  }

  .md\:w-108 {
    width: 27rem;
  }

  .md\:w-110 {
    width: 27.5rem;
  }

  .md\:w-112 {
    width: 28rem;
  }

  .md\:w-120 {
    width: 30rem;
  }

  .md\:w-128 {
    width: 32rem;
  }

  .md\:w-132 {
    width: 33rem;
  }

  .md\:w-134 {
    width: 33.5rem;
  }

  .md\:w-135 {
    width: 33.75rem;
  }

  .md\:w-136 {
    width: 34rem;
  }

  .md\:w-144 {
    width: 36rem;
  }

  .md\:w-152 {
    width: 38rem;
  }

  .md\:w-160 {
    width: 40rem;
  }

  .md\:w-164 {
    width: 41rem;
  }

  .md\:w-172 {
    width: 43rem;
  }

  .md\:w-179 {
    width: 44.75rem;
  }

  .md\:w-184 {
    width: 46rem;
  }

  .md\:w-192 {
    width: 48rem;
  }

  .md\:w-224 {
    width: 56rem;
  }

  .md\:w-240 {
    width: 60rem;
  }

  .md\:w-256 {
    width: 64rem;
  }

  .md\:w-265 {
    width: 66.25rem;
  }

  .md\:w-288 {
    width: 72rem;
  }

  .md\:w-384 {
    width: 96rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-0\.5 {
    width: 0.125rem;
  }

  .md\:w-1\.5 {
    width: 0.375rem;
  }

  .md\:w-2\.5 {
    width: 0.625rem;
  }

  .md\:w-3\.5 {
    width: 0.875rem;
  }

  .md\:w-0\.75 {
    width: 0.1875rem;
  }

  .md\:w-4\.5 {
    width: 1.125rem;
  }

  .md\:w-7\.5 {
    width: 1.875rem;
  }

  .md\:w-9\.5 {
    width: 2.375rem;
  }

  .md\:w-9\.75 {
    width: 2.4375rem;
  }

  .md\:w-12\.5 {
    width: 3.125rem;
  }

  .md\:w-13\.5 {
    width: 3.375rem;
  }

  .md\:w-292\.5 {
    width: 73.125rem;
  }

  .md\:w-1\/24 {
    width: 4.166667%;
  }

  .md\:w-2\/24 {
    width: 8.333333%;
  }

  .md\:w-3\/24 {
    width: 12.5%;
  }

  .md\:w-4\/24 {
    width: 16.666667%;
  }

  .md\:w-5\/24 {
    width: 20.833333%;
  }

  .md\:w-6\/24 {
    width: 25%;
  }

  .md\:w-7\/24 {
    width: 29.166666%;
  }

  .md\:w-8\/24 {
    width: 33.333333%;
  }

  .md\:w-9\/24 {
    width: 37.5%;
  }

  .md\:w-10\/24 {
    width: 41.666666%;
  }

  .md\:w-11\/24 {
    width: 45.833333%;
  }

  .md\:w-12\/24 {
    width: 50%;
  }

  .md\:w-13\/24 {
    width: 54.166666%;
  }

  .md\:w-14\/24 {
    width: 58.333333%;
  }

  .md\:w-15\/24 {
    width: 62.5%;
  }

  .md\:w-16\/24 {
    width: 66.666667%;
  }

  .md\:w-17\/24 {
    width: 70.833333%;
  }

  .md\:w-18\/24 {
    width: 75%;
  }

  .md\:w-19\/24 {
    width: 79.166667%;
  }

  .md\:w-20\/24 {
    width: 83.333333%;
  }

  .md\:w-21\/24 {
    width: 87.5%;
  }

  .md\:w-22\/24 {
    width: 91.666667%;
  }

  .md\:w-23\/24 {
    width: 95.833333%;
  }

  .md\:w-24\/24 {
    width: 100%;
  }

  .md\:w-screen-header {
    width: 41.55vw;
  }

  .md\:w-screen-60 {
    width: 60vh;
  }

  .md\:w-screen-80 {
    width: 80vh;
  }

  .md\:w-screen-85 {
    width: 85vh;
  }

  .md\:w-screen-90 {
    width: 90vh;
  }

  .md\:w-screen-95 {
    width: 95vh;
  }

  .md\:w-screen-minus-header {
    width: calc(100vh - 5.25rem);
  }

  .md\:w-screen-minus-35\.5 {
    width: calc(100vh - 8.875rem);
  }

  .md\:w-screen-minus-36 {
    width: calc(100vh - 9rem);
  }

  .md\:w-screen-minus-40 {
    width: calc(100vh - 10rem);
  }

  .md\:w-screen-minus-55 {
    width: calc(100vh - 13.75rem);
  }

  .md\:w-screen-minus-72 {
    width: calc(100vh - 18rem);
  }

  .md\:w-screen-minus-80 {
    width: calc(100vh - 20rem);
  }

  .md\:w-full-4 {
    width: calc(100% - 16px);
  }

  .md\:w-account-body {
    width: calc(100vw - 304px);
  }

  .md\:w-menu-center {
    width: calc(50% - 288px);
  }

  .md\:w-tutorials-hidden {
    width: calc(100% - 56px);
  }

  .md\:w-popup-full-width {
    width: calc(100% + 32px);
  }

  .md\:w-popup-full-width-md {
    width: calc(100% + 64px);
  }

  .md\:w-popup-full-height {
    width: calc(100% + 68px);
  }

  .md\:w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-20 {
    min-width: 5rem;
  }

  .md\:min-w-32 {
    min-width: 8rem;
  }

  .md\:min-w-50 {
    min-width: 12.5rem;
  }

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .md\:min-w-72 {
    min-width: 18rem;
  }

  .md\:min-w-100 {
    min-width: 25rem;
  }

  .md\:min-w-105 {
    min-width: 26.25rem;
  }

  .md\:min-w-150 {
    min-width: 37.5rem;
  }

  .md\:min-w-168 {
    min-width: 42rem;
  }

  .md\:min-w-240 {
    min-width: 60rem;
  }

  .md\:min-w-304 {
    min-width: 76rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .md\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:max-w-0 {
    max-width: 0rem;
  }

  .md\:max-w-25 {
    max-width: 6.25rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-48 {
    max-width: 12rem;
  }

  .md\:max-w-62 {
    max-width: 15.5rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

  .md\:max-w-72 {
    max-width: 18rem;
  }

  .md\:max-w-74 {
    max-width: 18.5rem;
  }

  .md\:max-w-80 {
    max-width: 20rem;
  }

  .md\:max-w-88 {
    max-width: 22rem;
  }

  .md\:max-w-92 {
    max-width: 23rem;
  }

  .md\:max-w-112 {
    max-width: 28rem;
  }

  .md\:max-w-128 {
    max-width: 32rem;
  }

  .md\:max-w-144 {
    max-width: 36rem;
  }

  .md\:max-w-168 {
    max-width: 42rem;
  }

  .md\:max-w-172 {
    max-width: 43rem;
  }

  .md\:max-w-208 {
    max-width: 52rem;
  }

  .md\:max-w-232 {
    max-width: 58rem;
  }

  .md\:max-w-254 {
    max-width: 63.5rem;
  }

  .md\:max-w-280 {
    max-width: 70rem;
  }

  .md\:max-w-300 {
    max-width: 75rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .md\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .md\:max-w-prose {
    max-width: 65ch;
  }

  .md\:max-w-screen-xs {
    max-width: 425px;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .md\:max-w-explorer {
    max-width: calc(100% - 1rem);
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:table-auto {
    table-layout: auto;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:border-collapse {
    border-collapse: collapse;
  }

  .md\:border-separate {
    border-collapse: separate;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .md\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .md\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .md\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .md\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .md\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .md\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .md\:translate-x-29 {
    --tw-translate-x: 7.25rem;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .md\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .md\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .md\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .md\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .md\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .md\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .md\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .md\:translate-x-77 {
    --tw-translate-x: 19.25rem;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .md\:translate-x-82 {
    --tw-translate-x: 20.5rem;
  }

  .md\:translate-x-88 {
    --tw-translate-x: 22rem;
  }

  .md\:translate-x-94 {
    --tw-translate-x: 23.5rem;
  }

  .md\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .md\:translate-x-98 {
    --tw-translate-x: 24.5rem;
  }

  .md\:translate-x-104 {
    --tw-translate-x: 26rem;
  }

  .md\:translate-x-108 {
    --tw-translate-x: 27rem;
  }

  .md\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .md\:translate-x-112 {
    --tw-translate-x: 28rem;
  }

  .md\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .md\:translate-x-128 {
    --tw-translate-x: 32rem;
  }

  .md\:translate-x-132 {
    --tw-translate-x: 33rem;
  }

  .md\:translate-x-134 {
    --tw-translate-x: 33.5rem;
  }

  .md\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .md\:translate-x-136 {
    --tw-translate-x: 34rem;
  }

  .md\:translate-x-144 {
    --tw-translate-x: 36rem;
  }

  .md\:translate-x-152 {
    --tw-translate-x: 38rem;
  }

  .md\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .md\:translate-x-164 {
    --tw-translate-x: 41rem;
  }

  .md\:translate-x-172 {
    --tw-translate-x: 43rem;
  }

  .md\:translate-x-179 {
    --tw-translate-x: 44.75rem;
  }

  .md\:translate-x-184 {
    --tw-translate-x: 46rem;
  }

  .md\:translate-x-192 {
    --tw-translate-x: 48rem;
  }

  .md\:translate-x-224 {
    --tw-translate-x: 56rem;
  }

  .md\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .md\:translate-x-256 {
    --tw-translate-x: 64rem;
  }

  .md\:translate-x-265 {
    --tw-translate-x: 66.25rem;
  }

  .md\:translate-x-288 {
    --tw-translate-x: 72rem;
  }

  .md\:translate-x-384 {
    --tw-translate-x: 96rem;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .md\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .md\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .md\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .md\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .md\:translate-x-0\.75 {
    --tw-translate-x: 0.1875rem;
  }

  .md\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .md\:translate-x-7\.5 {
    --tw-translate-x: 1.875rem;
  }

  .md\:translate-x-9\.5 {
    --tw-translate-x: 2.375rem;
  }

  .md\:translate-x-9\.75 {
    --tw-translate-x: 2.4375rem;
  }

  .md\:translate-x-12\.5 {
    --tw-translate-x: 3.125rem;
  }

  .md\:translate-x-13\.5 {
    --tw-translate-x: 3.375rem;
  }

  .md\:translate-x-292\.5 {
    --tw-translate-x: 73.125rem;
  }

  .md\:translate-x-1\/24 {
    --tw-translate-x: 4.166667%;
  }

  .md\:translate-x-2\/24 {
    --tw-translate-x: 8.333333%;
  }

  .md\:translate-x-3\/24 {
    --tw-translate-x: 12.5%;
  }

  .md\:translate-x-4\/24 {
    --tw-translate-x: 16.666667%;
  }

  .md\:translate-x-5\/24 {
    --tw-translate-x: 20.833333%;
  }

  .md\:translate-x-6\/24 {
    --tw-translate-x: 25%;
  }

  .md\:translate-x-7\/24 {
    --tw-translate-x: 29.166666%;
  }

  .md\:translate-x-8\/24 {
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-9\/24 {
    --tw-translate-x: 37.5%;
  }

  .md\:translate-x-10\/24 {
    --tw-translate-x: 41.666666%;
  }

  .md\:translate-x-11\/24 {
    --tw-translate-x: 45.833333%;
  }

  .md\:translate-x-12\/24 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-13\/24 {
    --tw-translate-x: 54.166666%;
  }

  .md\:translate-x-14\/24 {
    --tw-translate-x: 58.333333%;
  }

  .md\:translate-x-15\/24 {
    --tw-translate-x: 62.5%;
  }

  .md\:translate-x-16\/24 {
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-17\/24 {
    --tw-translate-x: 70.833333%;
  }

  .md\:translate-x-18\/24 {
    --tw-translate-x: 75%;
  }

  .md\:translate-x-19\/24 {
    --tw-translate-x: 79.166667%;
  }

  .md\:translate-x-20\/24 {
    --tw-translate-x: 83.333333%;
  }

  .md\:translate-x-21\/24 {
    --tw-translate-x: 87.5%;
  }

  .md\:translate-x-22\/24 {
    --tw-translate-x: 91.666667%;
  }

  .md\:translate-x-23\/24 {
    --tw-translate-x: 95.833333%;
  }

  .md\:translate-x-24\/24 {
    --tw-translate-x: 100%;
  }

  .md\:translate-x-screen-header {
    --tw-translate-x: 41.55vw;
  }

  .md\:translate-x-screen-60 {
    --tw-translate-x: 60vh;
  }

  .md\:translate-x-screen-80 {
    --tw-translate-x: 80vh;
  }

  .md\:translate-x-screen-85 {
    --tw-translate-x: 85vh;
  }

  .md\:translate-x-screen-90 {
    --tw-translate-x: 90vh;
  }

  .md\:translate-x-screen-95 {
    --tw-translate-x: 95vh;
  }

  .md\:translate-x-screen-minus-header {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .md\:translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .md\:translate-x-screen-minus-36 {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .md\:translate-x-screen-minus-40 {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .md\:translate-x-screen-minus-55 {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .md\:translate-x-screen-minus-72 {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .md\:translate-x-screen-minus-80 {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .md\:translate-x-full-4 {
    --tw-translate-x: calc(100% - 16px);
  }

  .md\:translate-x-account-body {
    --tw-translate-x: calc(100vw - 304px);
  }

  .md\:translate-x-menu-center {
    --tw-translate-x: calc(50% - 288px);
  }

  .md\:translate-x-tutorials-hidden {
    --tw-translate-x: calc(100% - 56px);
  }

  .md\:translate-x-popup-full-width {
    --tw-translate-x: calc(100% + 32px);
  }

  .md\:translate-x-popup-full-width-md {
    --tw-translate-x: calc(100% + 64px);
  }

  .md\:translate-x-popup-full-height {
    --tw-translate-x: calc(100% + 68px);
  }

  .md\:translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .md\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .md\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .md\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .md\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .md\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .md\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .md\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .md\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .md\:-translate-x-29 {
    --tw-translate-x: -7.25rem;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .md\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .md\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .md\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .md\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .md\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .md\:-translate-x-77 {
    --tw-translate-x: -19.25rem;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .md\:-translate-x-82 {
    --tw-translate-x: -20.5rem;
  }

  .md\:-translate-x-88 {
    --tw-translate-x: -22rem;
  }

  .md\:-translate-x-94 {
    --tw-translate-x: -23.5rem;
  }

  .md\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .md\:-translate-x-98 {
    --tw-translate-x: -24.5rem;
  }

  .md\:-translate-x-104 {
    --tw-translate-x: -26rem;
  }

  .md\:-translate-x-108 {
    --tw-translate-x: -27rem;
  }

  .md\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .md\:-translate-x-112 {
    --tw-translate-x: -28rem;
  }

  .md\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .md\:-translate-x-128 {
    --tw-translate-x: -32rem;
  }

  .md\:-translate-x-132 {
    --tw-translate-x: -33rem;
  }

  .md\:-translate-x-134 {
    --tw-translate-x: -33.5rem;
  }

  .md\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .md\:-translate-x-136 {
    --tw-translate-x: -34rem;
  }

  .md\:-translate-x-144 {
    --tw-translate-x: -36rem;
  }

  .md\:-translate-x-152 {
    --tw-translate-x: -38rem;
  }

  .md\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .md\:-translate-x-164 {
    --tw-translate-x: -41rem;
  }

  .md\:-translate-x-172 {
    --tw-translate-x: -43rem;
  }

  .md\:-translate-x-179 {
    --tw-translate-x: -44.75rem;
  }

  .md\:-translate-x-184 {
    --tw-translate-x: -46rem;
  }

  .md\:-translate-x-192 {
    --tw-translate-x: -48rem;
  }

  .md\:-translate-x-224 {
    --tw-translate-x: -56rem;
  }

  .md\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .md\:-translate-x-256 {
    --tw-translate-x: -64rem;
  }

  .md\:-translate-x-265 {
    --tw-translate-x: -66.25rem;
  }

  .md\:-translate-x-288 {
    --tw-translate-x: -72rem;
  }

  .md\:-translate-x-384 {
    --tw-translate-x: -96rem;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .md\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .md\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .md\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .md\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .md\:-translate-x-0\.75 {
    --tw-translate-x: -0.1875rem;
  }

  .md\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .md\:-translate-x-7\.5 {
    --tw-translate-x: -1.875rem;
  }

  .md\:-translate-x-9\.5 {
    --tw-translate-x: -2.375rem;
  }

  .md\:-translate-x-9\.75 {
    --tw-translate-x: -2.4375rem;
  }

  .md\:-translate-x-12\.5 {
    --tw-translate-x: -3.125rem;
  }

  .md\:-translate-x-13\.5 {
    --tw-translate-x: -3.375rem;
  }

  .md\:-translate-x-292\.5 {
    --tw-translate-x: -73.125rem;
  }

  .md\:-translate-x-1\/24 {
    --tw-translate-x: -4.16667%;
  }

  .md\:-translate-x-2\/24 {
    --tw-translate-x: -8.33333%;
  }

  .md\:-translate-x-3\/24 {
    --tw-translate-x: -12.5%;
  }

  .md\:-translate-x-4\/24 {
    --tw-translate-x: -16.66667%;
  }

  .md\:-translate-x-5\/24 {
    --tw-translate-x: -20.83333%;
  }

  .md\:-translate-x-6\/24 {
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-7\/24 {
    --tw-translate-x: -29.16667%;
  }

  .md\:-translate-x-8\/24 {
    --tw-translate-x: -33.33333%;
  }

  .md\:-translate-x-9\/24 {
    --tw-translate-x: -37.5%;
  }

  .md\:-translate-x-10\/24 {
    --tw-translate-x: -41.66667%;
  }

  .md\:-translate-x-11\/24 {
    --tw-translate-x: -45.83333%;
  }

  .md\:-translate-x-12\/24 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-13\/24 {
    --tw-translate-x: -54.16667%;
  }

  .md\:-translate-x-14\/24 {
    --tw-translate-x: -58.33333%;
  }

  .md\:-translate-x-15\/24 {
    --tw-translate-x: -62.5%;
  }

  .md\:-translate-x-16\/24 {
    --tw-translate-x: -66.66667%;
  }

  .md\:-translate-x-17\/24 {
    --tw-translate-x: -70.83333%;
  }

  .md\:-translate-x-18\/24 {
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-19\/24 {
    --tw-translate-x: -79.16667%;
  }

  .md\:-translate-x-20\/24 {
    --tw-translate-x: -83.33333%;
  }

  .md\:-translate-x-21\/24 {
    --tw-translate-x: -87.5%;
  }

  .md\:-translate-x-22\/24 {
    --tw-translate-x: -91.66667%;
  }

  .md\:-translate-x-23\/24 {
    --tw-translate-x: -95.83333%;
  }

  .md\:-translate-x-24\/24 {
    --tw-translate-x: -100%;
  }

  .md\:-translate-x-screen-header {
    --tw-translate-x: -41.55vw;
  }

  .md\:-translate-x-screen-60 {
    --tw-translate-x: -60vh;
  }

  .md\:-translate-x-screen-80 {
    --tw-translate-x: -80vh;
  }

  .md\:-translate-x-screen-85 {
    --tw-translate-x: -85vh;
  }

  .md\:-translate-x-screen-90 {
    --tw-translate-x: -90vh;
  }

  .md\:-translate-x-screen-95 {
    --tw-translate-x: -95vh;
  }

  .md\:-translate-x-screen-minus-header {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .md\:-translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .md\:-translate-x-screen-minus-36 {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .md\:-translate-x-screen-minus-40 {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .md\:-translate-x-screen-minus-55 {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .md\:-translate-x-screen-minus-72 {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .md\:-translate-x-screen-minus-80 {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .md\:-translate-x-full-4 {
    --tw-translate-x: calc(-100% - -16px);
  }

  .md\:-translate-x-account-body {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .md\:-translate-x-menu-center {
    --tw-translate-x: calc(-50% - -288px);
  }

  .md\:-translate-x-tutorials-hidden {
    --tw-translate-x: calc(-100% - -56px);
  }

  .md\:-translate-x-popup-full-width {
    --tw-translate-x: calc(-100% + -32px);
  }

  .md\:-translate-x-popup-full-width-md {
    --tw-translate-x: calc(-100% + -64px);
  }

  .md\:-translate-x-popup-full-height {
    --tw-translate-x: calc(-100% + -68px);
  }

  .md\:-translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .md\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .md\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .md\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .md\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .md\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .md\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .md\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .md\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .md\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .md\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .md\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .md\:translate-y-29 {
    --tw-translate-y: 7.25rem;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .md\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .md\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .md\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .md\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .md\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .md\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .md\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .md\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .md\:translate-y-77 {
    --tw-translate-y: 19.25rem;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .md\:translate-y-82 {
    --tw-translate-y: 20.5rem;
  }

  .md\:translate-y-88 {
    --tw-translate-y: 22rem;
  }

  .md\:translate-y-94 {
    --tw-translate-y: 23.5rem;
  }

  .md\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .md\:translate-y-98 {
    --tw-translate-y: 24.5rem;
  }

  .md\:translate-y-104 {
    --tw-translate-y: 26rem;
  }

  .md\:translate-y-108 {
    --tw-translate-y: 27rem;
  }

  .md\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .md\:translate-y-112 {
    --tw-translate-y: 28rem;
  }

  .md\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .md\:translate-y-128 {
    --tw-translate-y: 32rem;
  }

  .md\:translate-y-132 {
    --tw-translate-y: 33rem;
  }

  .md\:translate-y-134 {
    --tw-translate-y: 33.5rem;
  }

  .md\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .md\:translate-y-136 {
    --tw-translate-y: 34rem;
  }

  .md\:translate-y-144 {
    --tw-translate-y: 36rem;
  }

  .md\:translate-y-152 {
    --tw-translate-y: 38rem;
  }

  .md\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .md\:translate-y-164 {
    --tw-translate-y: 41rem;
  }

  .md\:translate-y-172 {
    --tw-translate-y: 43rem;
  }

  .md\:translate-y-179 {
    --tw-translate-y: 44.75rem;
  }

  .md\:translate-y-184 {
    --tw-translate-y: 46rem;
  }

  .md\:translate-y-192 {
    --tw-translate-y: 48rem;
  }

  .md\:translate-y-224 {
    --tw-translate-y: 56rem;
  }

  .md\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .md\:translate-y-256 {
    --tw-translate-y: 64rem;
  }

  .md\:translate-y-265 {
    --tw-translate-y: 66.25rem;
  }

  .md\:translate-y-288 {
    --tw-translate-y: 72rem;
  }

  .md\:translate-y-384 {
    --tw-translate-y: 96rem;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .md\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .md\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .md\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .md\:translate-y-0\.75 {
    --tw-translate-y: 0.1875rem;
  }

  .md\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .md\:translate-y-7\.5 {
    --tw-translate-y: 1.875rem;
  }

  .md\:translate-y-9\.5 {
    --tw-translate-y: 2.375rem;
  }

  .md\:translate-y-9\.75 {
    --tw-translate-y: 2.4375rem;
  }

  .md\:translate-y-12\.5 {
    --tw-translate-y: 3.125rem;
  }

  .md\:translate-y-13\.5 {
    --tw-translate-y: 3.375rem;
  }

  .md\:translate-y-292\.5 {
    --tw-translate-y: 73.125rem;
  }

  .md\:translate-y-1\/24 {
    --tw-translate-y: 4.166667%;
  }

  .md\:translate-y-2\/24 {
    --tw-translate-y: 8.333333%;
  }

  .md\:translate-y-3\/24 {
    --tw-translate-y: 12.5%;
  }

  .md\:translate-y-4\/24 {
    --tw-translate-y: 16.666667%;
  }

  .md\:translate-y-5\/24 {
    --tw-translate-y: 20.833333%;
  }

  .md\:translate-y-6\/24 {
    --tw-translate-y: 25%;
  }

  .md\:translate-y-7\/24 {
    --tw-translate-y: 29.166666%;
  }

  .md\:translate-y-8\/24 {
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-9\/24 {
    --tw-translate-y: 37.5%;
  }

  .md\:translate-y-10\/24 {
    --tw-translate-y: 41.666666%;
  }

  .md\:translate-y-11\/24 {
    --tw-translate-y: 45.833333%;
  }

  .md\:translate-y-12\/24 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-13\/24 {
    --tw-translate-y: 54.166666%;
  }

  .md\:translate-y-14\/24 {
    --tw-translate-y: 58.333333%;
  }

  .md\:translate-y-15\/24 {
    --tw-translate-y: 62.5%;
  }

  .md\:translate-y-16\/24 {
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-17\/24 {
    --tw-translate-y: 70.833333%;
  }

  .md\:translate-y-18\/24 {
    --tw-translate-y: 75%;
  }

  .md\:translate-y-19\/24 {
    --tw-translate-y: 79.166667%;
  }

  .md\:translate-y-20\/24 {
    --tw-translate-y: 83.333333%;
  }

  .md\:translate-y-21\/24 {
    --tw-translate-y: 87.5%;
  }

  .md\:translate-y-22\/24 {
    --tw-translate-y: 91.666667%;
  }

  .md\:translate-y-23\/24 {
    --tw-translate-y: 95.833333%;
  }

  .md\:translate-y-24\/24 {
    --tw-translate-y: 100%;
  }

  .md\:translate-y-screen-header {
    --tw-translate-y: 41.55vw;
  }

  .md\:translate-y-screen-60 {
    --tw-translate-y: 60vh;
  }

  .md\:translate-y-screen-80 {
    --tw-translate-y: 80vh;
  }

  .md\:translate-y-screen-85 {
    --tw-translate-y: 85vh;
  }

  .md\:translate-y-screen-90 {
    --tw-translate-y: 90vh;
  }

  .md\:translate-y-screen-95 {
    --tw-translate-y: 95vh;
  }

  .md\:translate-y-screen-minus-header {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .md\:translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .md\:translate-y-screen-minus-36 {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .md\:translate-y-screen-minus-40 {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .md\:translate-y-screen-minus-55 {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .md\:translate-y-screen-minus-72 {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .md\:translate-y-screen-minus-80 {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .md\:translate-y-full-4 {
    --tw-translate-y: calc(100% - 16px);
  }

  .md\:translate-y-account-body {
    --tw-translate-y: calc(100vw - 304px);
  }

  .md\:translate-y-menu-center {
    --tw-translate-y: calc(50% - 288px);
  }

  .md\:translate-y-tutorials-hidden {
    --tw-translate-y: calc(100% - 56px);
  }

  .md\:translate-y-popup-full-width {
    --tw-translate-y: calc(100% + 32px);
  }

  .md\:translate-y-popup-full-width-md {
    --tw-translate-y: calc(100% + 64px);
  }

  .md\:translate-y-popup-full-height {
    --tw-translate-y: calc(100% + 68px);
  }

  .md\:translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .md\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .md\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .md\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .md\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .md\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .md\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .md\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .md\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .md\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .md\:-translate-y-29 {
    --tw-translate-y: -7.25rem;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .md\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .md\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .md\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .md\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .md\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .md\:-translate-y-77 {
    --tw-translate-y: -19.25rem;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .md\:-translate-y-82 {
    --tw-translate-y: -20.5rem;
  }

  .md\:-translate-y-88 {
    --tw-translate-y: -22rem;
  }

  .md\:-translate-y-94 {
    --tw-translate-y: -23.5rem;
  }

  .md\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .md\:-translate-y-98 {
    --tw-translate-y: -24.5rem;
  }

  .md\:-translate-y-104 {
    --tw-translate-y: -26rem;
  }

  .md\:-translate-y-108 {
    --tw-translate-y: -27rem;
  }

  .md\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .md\:-translate-y-112 {
    --tw-translate-y: -28rem;
  }

  .md\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .md\:-translate-y-128 {
    --tw-translate-y: -32rem;
  }

  .md\:-translate-y-132 {
    --tw-translate-y: -33rem;
  }

  .md\:-translate-y-134 {
    --tw-translate-y: -33.5rem;
  }

  .md\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .md\:-translate-y-136 {
    --tw-translate-y: -34rem;
  }

  .md\:-translate-y-144 {
    --tw-translate-y: -36rem;
  }

  .md\:-translate-y-152 {
    --tw-translate-y: -38rem;
  }

  .md\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .md\:-translate-y-164 {
    --tw-translate-y: -41rem;
  }

  .md\:-translate-y-172 {
    --tw-translate-y: -43rem;
  }

  .md\:-translate-y-179 {
    --tw-translate-y: -44.75rem;
  }

  .md\:-translate-y-184 {
    --tw-translate-y: -46rem;
  }

  .md\:-translate-y-192 {
    --tw-translate-y: -48rem;
  }

  .md\:-translate-y-224 {
    --tw-translate-y: -56rem;
  }

  .md\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .md\:-translate-y-256 {
    --tw-translate-y: -64rem;
  }

  .md\:-translate-y-265 {
    --tw-translate-y: -66.25rem;
  }

  .md\:-translate-y-288 {
    --tw-translate-y: -72rem;
  }

  .md\:-translate-y-384 {
    --tw-translate-y: -96rem;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .md\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .md\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .md\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .md\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .md\:-translate-y-0\.75 {
    --tw-translate-y: -0.1875rem;
  }

  .md\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .md\:-translate-y-7\.5 {
    --tw-translate-y: -1.875rem;
  }

  .md\:-translate-y-9\.5 {
    --tw-translate-y: -2.375rem;
  }

  .md\:-translate-y-9\.75 {
    --tw-translate-y: -2.4375rem;
  }

  .md\:-translate-y-12\.5 {
    --tw-translate-y: -3.125rem;
  }

  .md\:-translate-y-13\.5 {
    --tw-translate-y: -3.375rem;
  }

  .md\:-translate-y-292\.5 {
    --tw-translate-y: -73.125rem;
  }

  .md\:-translate-y-1\/24 {
    --tw-translate-y: -4.16667%;
  }

  .md\:-translate-y-2\/24 {
    --tw-translate-y: -8.33333%;
  }

  .md\:-translate-y-3\/24 {
    --tw-translate-y: -12.5%;
  }

  .md\:-translate-y-4\/24 {
    --tw-translate-y: -16.66667%;
  }

  .md\:-translate-y-5\/24 {
    --tw-translate-y: -20.83333%;
  }

  .md\:-translate-y-6\/24 {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-7\/24 {
    --tw-translate-y: -29.16667%;
  }

  .md\:-translate-y-8\/24 {
    --tw-translate-y: -33.33333%;
  }

  .md\:-translate-y-9\/24 {
    --tw-translate-y: -37.5%;
  }

  .md\:-translate-y-10\/24 {
    --tw-translate-y: -41.66667%;
  }

  .md\:-translate-y-11\/24 {
    --tw-translate-y: -45.83333%;
  }

  .md\:-translate-y-12\/24 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-13\/24 {
    --tw-translate-y: -54.16667%;
  }

  .md\:-translate-y-14\/24 {
    --tw-translate-y: -58.33333%;
  }

  .md\:-translate-y-15\/24 {
    --tw-translate-y: -62.5%;
  }

  .md\:-translate-y-16\/24 {
    --tw-translate-y: -66.66667%;
  }

  .md\:-translate-y-17\/24 {
    --tw-translate-y: -70.83333%;
  }

  .md\:-translate-y-18\/24 {
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-19\/24 {
    --tw-translate-y: -79.16667%;
  }

  .md\:-translate-y-20\/24 {
    --tw-translate-y: -83.33333%;
  }

  .md\:-translate-y-21\/24 {
    --tw-translate-y: -87.5%;
  }

  .md\:-translate-y-22\/24 {
    --tw-translate-y: -91.66667%;
  }

  .md\:-translate-y-23\/24 {
    --tw-translate-y: -95.83333%;
  }

  .md\:-translate-y-24\/24 {
    --tw-translate-y: -100%;
  }

  .md\:-translate-y-screen-header {
    --tw-translate-y: -41.55vw;
  }

  .md\:-translate-y-screen-60 {
    --tw-translate-y: -60vh;
  }

  .md\:-translate-y-screen-80 {
    --tw-translate-y: -80vh;
  }

  .md\:-translate-y-screen-85 {
    --tw-translate-y: -85vh;
  }

  .md\:-translate-y-screen-90 {
    --tw-translate-y: -90vh;
  }

  .md\:-translate-y-screen-95 {
    --tw-translate-y: -95vh;
  }

  .md\:-translate-y-screen-minus-header {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .md\:-translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .md\:-translate-y-screen-minus-36 {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .md\:-translate-y-screen-minus-40 {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .md\:-translate-y-screen-minus-55 {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .md\:-translate-y-screen-minus-72 {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .md\:-translate-y-screen-minus-80 {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .md\:-translate-y-full-4 {
    --tw-translate-y: calc(-100% - -16px);
  }

  .md\:-translate-y-account-body {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .md\:-translate-y-menu-center {
    --tw-translate-y: calc(-50% - -288px);
  }

  .md\:-translate-y-tutorials-hidden {
    --tw-translate-y: calc(-100% - -56px);
  }

  .md\:-translate-y-popup-full-width {
    --tw-translate-y: calc(-100% + -32px);
  }

  .md\:-translate-y-popup-full-width-md {
    --tw-translate-y: calc(-100% + -64px);
  }

  .md\:-translate-y-popup-full-height {
    --tw-translate-y: calc(-100% + -68px);
  }

  .md\:-translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .md\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .md\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .md\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .md\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .md\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .md\:hover\:translate-x-29:hover {
    --tw-translate-x: 7.25rem;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .md\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .md\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .md\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .md\:hover\:translate-x-77:hover {
    --tw-translate-x: 19.25rem;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .md\:hover\:translate-x-82:hover {
    --tw-translate-x: 20.5rem;
  }

  .md\:hover\:translate-x-88:hover {
    --tw-translate-x: 22rem;
  }

  .md\:hover\:translate-x-94:hover {
    --tw-translate-x: 23.5rem;
  }

  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .md\:hover\:translate-x-98:hover {
    --tw-translate-x: 24.5rem;
  }

  .md\:hover\:translate-x-104:hover {
    --tw-translate-x: 26rem;
  }

  .md\:hover\:translate-x-108:hover {
    --tw-translate-x: 27rem;
  }

  .md\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .md\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem;
  }

  .md\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .md\:hover\:translate-x-128:hover {
    --tw-translate-x: 32rem;
  }

  .md\:hover\:translate-x-132:hover {
    --tw-translate-x: 33rem;
  }

  .md\:hover\:translate-x-134:hover {
    --tw-translate-x: 33.5rem;
  }

  .md\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .md\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem;
  }

  .md\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem;
  }

  .md\:hover\:translate-x-152:hover {
    --tw-translate-x: 38rem;
  }

  .md\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .md\:hover\:translate-x-164:hover {
    --tw-translate-x: 41rem;
  }

  .md\:hover\:translate-x-172:hover {
    --tw-translate-x: 43rem;
  }

  .md\:hover\:translate-x-179:hover {
    --tw-translate-x: 44.75rem;
  }

  .md\:hover\:translate-x-184:hover {
    --tw-translate-x: 46rem;
  }

  .md\:hover\:translate-x-192:hover {
    --tw-translate-x: 48rem;
  }

  .md\:hover\:translate-x-224:hover {
    --tw-translate-x: 56rem;
  }

  .md\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .md\:hover\:translate-x-256:hover {
    --tw-translate-x: 64rem;
  }

  .md\:hover\:translate-x-265:hover {
    --tw-translate-x: 66.25rem;
  }

  .md\:hover\:translate-x-288:hover {
    --tw-translate-x: 72rem;
  }

  .md\:hover\:translate-x-384:hover {
    --tw-translate-x: 96rem;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .md\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.1875rem;
  }

  .md\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .md\:hover\:translate-x-7\.5:hover {
    --tw-translate-x: 1.875rem;
  }

  .md\:hover\:translate-x-9\.5:hover {
    --tw-translate-x: 2.375rem;
  }

  .md\:hover\:translate-x-9\.75:hover {
    --tw-translate-x: 2.4375rem;
  }

  .md\:hover\:translate-x-12\.5:hover {
    --tw-translate-x: 3.125rem;
  }

  .md\:hover\:translate-x-13\.5:hover {
    --tw-translate-x: 3.375rem;
  }

  .md\:hover\:translate-x-292\.5:hover {
    --tw-translate-x: 73.125rem;
  }

  .md\:hover\:translate-x-1\/24:hover {
    --tw-translate-x: 4.166667%;
  }

  .md\:hover\:translate-x-2\/24:hover {
    --tw-translate-x: 8.333333%;
  }

  .md\:hover\:translate-x-3\/24:hover {
    --tw-translate-x: 12.5%;
  }

  .md\:hover\:translate-x-4\/24:hover {
    --tw-translate-x: 16.666667%;
  }

  .md\:hover\:translate-x-5\/24:hover {
    --tw-translate-x: 20.833333%;
  }

  .md\:hover\:translate-x-6\/24:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-7\/24:hover {
    --tw-translate-x: 29.166666%;
  }

  .md\:hover\:translate-x-8\/24:hover {
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-9\/24:hover {
    --tw-translate-x: 37.5%;
  }

  .md\:hover\:translate-x-10\/24:hover {
    --tw-translate-x: 41.666666%;
  }

  .md\:hover\:translate-x-11\/24:hover {
    --tw-translate-x: 45.833333%;
  }

  .md\:hover\:translate-x-12\/24:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-13\/24:hover {
    --tw-translate-x: 54.166666%;
  }

  .md\:hover\:translate-x-14\/24:hover {
    --tw-translate-x: 58.333333%;
  }

  .md\:hover\:translate-x-15\/24:hover {
    --tw-translate-x: 62.5%;
  }

  .md\:hover\:translate-x-16\/24:hover {
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-17\/24:hover {
    --tw-translate-x: 70.833333%;
  }

  .md\:hover\:translate-x-18\/24:hover {
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-19\/24:hover {
    --tw-translate-x: 79.166667%;
  }

  .md\:hover\:translate-x-20\/24:hover {
    --tw-translate-x: 83.333333%;
  }

  .md\:hover\:translate-x-21\/24:hover {
    --tw-translate-x: 87.5%;
  }

  .md\:hover\:translate-x-22\/24:hover {
    --tw-translate-x: 91.666667%;
  }

  .md\:hover\:translate-x-23\/24:hover {
    --tw-translate-x: 95.833333%;
  }

  .md\:hover\:translate-x-24\/24:hover {
    --tw-translate-x: 100%;
  }

  .md\:hover\:translate-x-screen-header:hover {
    --tw-translate-x: 41.55vw;
  }

  .md\:hover\:translate-x-screen-60:hover {
    --tw-translate-x: 60vh;
  }

  .md\:hover\:translate-x-screen-80:hover {
    --tw-translate-x: 80vh;
  }

  .md\:hover\:translate-x-screen-85:hover {
    --tw-translate-x: 85vh;
  }

  .md\:hover\:translate-x-screen-90:hover {
    --tw-translate-x: 90vh;
  }

  .md\:hover\:translate-x-screen-95:hover {
    --tw-translate-x: 95vh;
  }

  .md\:hover\:translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .md\:hover\:translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .md\:hover\:translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .md\:hover\:translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .md\:hover\:translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .md\:hover\:translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .md\:hover\:translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .md\:hover\:translate-x-full-4:hover {
    --tw-translate-x: calc(100% - 16px);
  }

  .md\:hover\:translate-x-account-body:hover {
    --tw-translate-x: calc(100vw - 304px);
  }

  .md\:hover\:translate-x-menu-center:hover {
    --tw-translate-x: calc(50% - 288px);
  }

  .md\:hover\:translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(100% - 56px);
  }

  .md\:hover\:translate-x-popup-full-width:hover {
    --tw-translate-x: calc(100% + 32px);
  }

  .md\:hover\:translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(100% + 64px);
  }

  .md\:hover\:translate-x-popup-full-height:hover {
    --tw-translate-x: calc(100% + 68px);
  }

  .md\:hover\:translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .md\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .md\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .md\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .md\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .md\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .md\:hover\:-translate-x-29:hover {
    --tw-translate-x: -7.25rem;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .md\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .md\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .md\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .md\:hover\:-translate-x-77:hover {
    --tw-translate-x: -19.25rem;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .md\:hover\:-translate-x-82:hover {
    --tw-translate-x: -20.5rem;
  }

  .md\:hover\:-translate-x-88:hover {
    --tw-translate-x: -22rem;
  }

  .md\:hover\:-translate-x-94:hover {
    --tw-translate-x: -23.5rem;
  }

  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .md\:hover\:-translate-x-98:hover {
    --tw-translate-x: -24.5rem;
  }

  .md\:hover\:-translate-x-104:hover {
    --tw-translate-x: -26rem;
  }

  .md\:hover\:-translate-x-108:hover {
    --tw-translate-x: -27rem;
  }

  .md\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .md\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem;
  }

  .md\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .md\:hover\:-translate-x-128:hover {
    --tw-translate-x: -32rem;
  }

  .md\:hover\:-translate-x-132:hover {
    --tw-translate-x: -33rem;
  }

  .md\:hover\:-translate-x-134:hover {
    --tw-translate-x: -33.5rem;
  }

  .md\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .md\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem;
  }

  .md\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem;
  }

  .md\:hover\:-translate-x-152:hover {
    --tw-translate-x: -38rem;
  }

  .md\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .md\:hover\:-translate-x-164:hover {
    --tw-translate-x: -41rem;
  }

  .md\:hover\:-translate-x-172:hover {
    --tw-translate-x: -43rem;
  }

  .md\:hover\:-translate-x-179:hover {
    --tw-translate-x: -44.75rem;
  }

  .md\:hover\:-translate-x-184:hover {
    --tw-translate-x: -46rem;
  }

  .md\:hover\:-translate-x-192:hover {
    --tw-translate-x: -48rem;
  }

  .md\:hover\:-translate-x-224:hover {
    --tw-translate-x: -56rem;
  }

  .md\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .md\:hover\:-translate-x-256:hover {
    --tw-translate-x: -64rem;
  }

  .md\:hover\:-translate-x-265:hover {
    --tw-translate-x: -66.25rem;
  }

  .md\:hover\:-translate-x-288:hover {
    --tw-translate-x: -72rem;
  }

  .md\:hover\:-translate-x-384:hover {
    --tw-translate-x: -96rem;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .md\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.1875rem;
  }

  .md\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .md\:hover\:-translate-x-7\.5:hover {
    --tw-translate-x: -1.875rem;
  }

  .md\:hover\:-translate-x-9\.5:hover {
    --tw-translate-x: -2.375rem;
  }

  .md\:hover\:-translate-x-9\.75:hover {
    --tw-translate-x: -2.4375rem;
  }

  .md\:hover\:-translate-x-12\.5:hover {
    --tw-translate-x: -3.125rem;
  }

  .md\:hover\:-translate-x-13\.5:hover {
    --tw-translate-x: -3.375rem;
  }

  .md\:hover\:-translate-x-292\.5:hover {
    --tw-translate-x: -73.125rem;
  }

  .md\:hover\:-translate-x-1\/24:hover {
    --tw-translate-x: -4.16667%;
  }

  .md\:hover\:-translate-x-2\/24:hover {
    --tw-translate-x: -8.33333%;
  }

  .md\:hover\:-translate-x-3\/24:hover {
    --tw-translate-x: -12.5%;
  }

  .md\:hover\:-translate-x-4\/24:hover {
    --tw-translate-x: -16.66667%;
  }

  .md\:hover\:-translate-x-5\/24:hover {
    --tw-translate-x: -20.83333%;
  }

  .md\:hover\:-translate-x-6\/24:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-7\/24:hover {
    --tw-translate-x: -29.16667%;
  }

  .md\:hover\:-translate-x-8\/24:hover {
    --tw-translate-x: -33.33333%;
  }

  .md\:hover\:-translate-x-9\/24:hover {
    --tw-translate-x: -37.5%;
  }

  .md\:hover\:-translate-x-10\/24:hover {
    --tw-translate-x: -41.66667%;
  }

  .md\:hover\:-translate-x-11\/24:hover {
    --tw-translate-x: -45.83333%;
  }

  .md\:hover\:-translate-x-12\/24:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-13\/24:hover {
    --tw-translate-x: -54.16667%;
  }

  .md\:hover\:-translate-x-14\/24:hover {
    --tw-translate-x: -58.33333%;
  }

  .md\:hover\:-translate-x-15\/24:hover {
    --tw-translate-x: -62.5%;
  }

  .md\:hover\:-translate-x-16\/24:hover {
    --tw-translate-x: -66.66667%;
  }

  .md\:hover\:-translate-x-17\/24:hover {
    --tw-translate-x: -70.83333%;
  }

  .md\:hover\:-translate-x-18\/24:hover {
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-19\/24:hover {
    --tw-translate-x: -79.16667%;
  }

  .md\:hover\:-translate-x-20\/24:hover {
    --tw-translate-x: -83.33333%;
  }

  .md\:hover\:-translate-x-21\/24:hover {
    --tw-translate-x: -87.5%;
  }

  .md\:hover\:-translate-x-22\/24:hover {
    --tw-translate-x: -91.66667%;
  }

  .md\:hover\:-translate-x-23\/24:hover {
    --tw-translate-x: -95.83333%;
  }

  .md\:hover\:-translate-x-24\/24:hover {
    --tw-translate-x: -100%;
  }

  .md\:hover\:-translate-x-screen-header:hover {
    --tw-translate-x: -41.55vw;
  }

  .md\:hover\:-translate-x-screen-60:hover {
    --tw-translate-x: -60vh;
  }

  .md\:hover\:-translate-x-screen-80:hover {
    --tw-translate-x: -80vh;
  }

  .md\:hover\:-translate-x-screen-85:hover {
    --tw-translate-x: -85vh;
  }

  .md\:hover\:-translate-x-screen-90:hover {
    --tw-translate-x: -90vh;
  }

  .md\:hover\:-translate-x-screen-95:hover {
    --tw-translate-x: -95vh;
  }

  .md\:hover\:-translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .md\:hover\:-translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .md\:hover\:-translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .md\:hover\:-translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .md\:hover\:-translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .md\:hover\:-translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .md\:hover\:-translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .md\:hover\:-translate-x-full-4:hover {
    --tw-translate-x: calc(-100% - -16px);
  }

  .md\:hover\:-translate-x-account-body:hover {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .md\:hover\:-translate-x-menu-center:hover {
    --tw-translate-x: calc(-50% - -288px);
  }

  .md\:hover\:-translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(-100% - -56px);
  }

  .md\:hover\:-translate-x-popup-full-width:hover {
    --tw-translate-x: calc(-100% + -32px);
  }

  .md\:hover\:-translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(-100% + -64px);
  }

  .md\:hover\:-translate-x-popup-full-height:hover {
    --tw-translate-x: calc(-100% + -68px);
  }

  .md\:hover\:-translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .md\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .md\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .md\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .md\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .md\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .md\:hover\:translate-y-29:hover {
    --tw-translate-y: 7.25rem;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .md\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .md\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .md\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .md\:hover\:translate-y-77:hover {
    --tw-translate-y: 19.25rem;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .md\:hover\:translate-y-82:hover {
    --tw-translate-y: 20.5rem;
  }

  .md\:hover\:translate-y-88:hover {
    --tw-translate-y: 22rem;
  }

  .md\:hover\:translate-y-94:hover {
    --tw-translate-y: 23.5rem;
  }

  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .md\:hover\:translate-y-98:hover {
    --tw-translate-y: 24.5rem;
  }

  .md\:hover\:translate-y-104:hover {
    --tw-translate-y: 26rem;
  }

  .md\:hover\:translate-y-108:hover {
    --tw-translate-y: 27rem;
  }

  .md\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .md\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem;
  }

  .md\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .md\:hover\:translate-y-128:hover {
    --tw-translate-y: 32rem;
  }

  .md\:hover\:translate-y-132:hover {
    --tw-translate-y: 33rem;
  }

  .md\:hover\:translate-y-134:hover {
    --tw-translate-y: 33.5rem;
  }

  .md\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .md\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem;
  }

  .md\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem;
  }

  .md\:hover\:translate-y-152:hover {
    --tw-translate-y: 38rem;
  }

  .md\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .md\:hover\:translate-y-164:hover {
    --tw-translate-y: 41rem;
  }

  .md\:hover\:translate-y-172:hover {
    --tw-translate-y: 43rem;
  }

  .md\:hover\:translate-y-179:hover {
    --tw-translate-y: 44.75rem;
  }

  .md\:hover\:translate-y-184:hover {
    --tw-translate-y: 46rem;
  }

  .md\:hover\:translate-y-192:hover {
    --tw-translate-y: 48rem;
  }

  .md\:hover\:translate-y-224:hover {
    --tw-translate-y: 56rem;
  }

  .md\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .md\:hover\:translate-y-256:hover {
    --tw-translate-y: 64rem;
  }

  .md\:hover\:translate-y-265:hover {
    --tw-translate-y: 66.25rem;
  }

  .md\:hover\:translate-y-288:hover {
    --tw-translate-y: 72rem;
  }

  .md\:hover\:translate-y-384:hover {
    --tw-translate-y: 96rem;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .md\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.1875rem;
  }

  .md\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .md\:hover\:translate-y-7\.5:hover {
    --tw-translate-y: 1.875rem;
  }

  .md\:hover\:translate-y-9\.5:hover {
    --tw-translate-y: 2.375rem;
  }

  .md\:hover\:translate-y-9\.75:hover {
    --tw-translate-y: 2.4375rem;
  }

  .md\:hover\:translate-y-12\.5:hover {
    --tw-translate-y: 3.125rem;
  }

  .md\:hover\:translate-y-13\.5:hover {
    --tw-translate-y: 3.375rem;
  }

  .md\:hover\:translate-y-292\.5:hover {
    --tw-translate-y: 73.125rem;
  }

  .md\:hover\:translate-y-1\/24:hover {
    --tw-translate-y: 4.166667%;
  }

  .md\:hover\:translate-y-2\/24:hover {
    --tw-translate-y: 8.333333%;
  }

  .md\:hover\:translate-y-3\/24:hover {
    --tw-translate-y: 12.5%;
  }

  .md\:hover\:translate-y-4\/24:hover {
    --tw-translate-y: 16.666667%;
  }

  .md\:hover\:translate-y-5\/24:hover {
    --tw-translate-y: 20.833333%;
  }

  .md\:hover\:translate-y-6\/24:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-7\/24:hover {
    --tw-translate-y: 29.166666%;
  }

  .md\:hover\:translate-y-8\/24:hover {
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-9\/24:hover {
    --tw-translate-y: 37.5%;
  }

  .md\:hover\:translate-y-10\/24:hover {
    --tw-translate-y: 41.666666%;
  }

  .md\:hover\:translate-y-11\/24:hover {
    --tw-translate-y: 45.833333%;
  }

  .md\:hover\:translate-y-12\/24:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-13\/24:hover {
    --tw-translate-y: 54.166666%;
  }

  .md\:hover\:translate-y-14\/24:hover {
    --tw-translate-y: 58.333333%;
  }

  .md\:hover\:translate-y-15\/24:hover {
    --tw-translate-y: 62.5%;
  }

  .md\:hover\:translate-y-16\/24:hover {
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-17\/24:hover {
    --tw-translate-y: 70.833333%;
  }

  .md\:hover\:translate-y-18\/24:hover {
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-19\/24:hover {
    --tw-translate-y: 79.166667%;
  }

  .md\:hover\:translate-y-20\/24:hover {
    --tw-translate-y: 83.333333%;
  }

  .md\:hover\:translate-y-21\/24:hover {
    --tw-translate-y: 87.5%;
  }

  .md\:hover\:translate-y-22\/24:hover {
    --tw-translate-y: 91.666667%;
  }

  .md\:hover\:translate-y-23\/24:hover {
    --tw-translate-y: 95.833333%;
  }

  .md\:hover\:translate-y-24\/24:hover {
    --tw-translate-y: 100%;
  }

  .md\:hover\:translate-y-screen-header:hover {
    --tw-translate-y: 41.55vw;
  }

  .md\:hover\:translate-y-screen-60:hover {
    --tw-translate-y: 60vh;
  }

  .md\:hover\:translate-y-screen-80:hover {
    --tw-translate-y: 80vh;
  }

  .md\:hover\:translate-y-screen-85:hover {
    --tw-translate-y: 85vh;
  }

  .md\:hover\:translate-y-screen-90:hover {
    --tw-translate-y: 90vh;
  }

  .md\:hover\:translate-y-screen-95:hover {
    --tw-translate-y: 95vh;
  }

  .md\:hover\:translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .md\:hover\:translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .md\:hover\:translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .md\:hover\:translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .md\:hover\:translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .md\:hover\:translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .md\:hover\:translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .md\:hover\:translate-y-full-4:hover {
    --tw-translate-y: calc(100% - 16px);
  }

  .md\:hover\:translate-y-account-body:hover {
    --tw-translate-y: calc(100vw - 304px);
  }

  .md\:hover\:translate-y-menu-center:hover {
    --tw-translate-y: calc(50% - 288px);
  }

  .md\:hover\:translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(100% - 56px);
  }

  .md\:hover\:translate-y-popup-full-width:hover {
    --tw-translate-y: calc(100% + 32px);
  }

  .md\:hover\:translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(100% + 64px);
  }

  .md\:hover\:translate-y-popup-full-height:hover {
    --tw-translate-y: calc(100% + 68px);
  }

  .md\:hover\:translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .md\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .md\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .md\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .md\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .md\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .md\:hover\:-translate-y-29:hover {
    --tw-translate-y: -7.25rem;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .md\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .md\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .md\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .md\:hover\:-translate-y-77:hover {
    --tw-translate-y: -19.25rem;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .md\:hover\:-translate-y-82:hover {
    --tw-translate-y: -20.5rem;
  }

  .md\:hover\:-translate-y-88:hover {
    --tw-translate-y: -22rem;
  }

  .md\:hover\:-translate-y-94:hover {
    --tw-translate-y: -23.5rem;
  }

  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .md\:hover\:-translate-y-98:hover {
    --tw-translate-y: -24.5rem;
  }

  .md\:hover\:-translate-y-104:hover {
    --tw-translate-y: -26rem;
  }

  .md\:hover\:-translate-y-108:hover {
    --tw-translate-y: -27rem;
  }

  .md\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .md\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem;
  }

  .md\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .md\:hover\:-translate-y-128:hover {
    --tw-translate-y: -32rem;
  }

  .md\:hover\:-translate-y-132:hover {
    --tw-translate-y: -33rem;
  }

  .md\:hover\:-translate-y-134:hover {
    --tw-translate-y: -33.5rem;
  }

  .md\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .md\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem;
  }

  .md\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem;
  }

  .md\:hover\:-translate-y-152:hover {
    --tw-translate-y: -38rem;
  }

  .md\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .md\:hover\:-translate-y-164:hover {
    --tw-translate-y: -41rem;
  }

  .md\:hover\:-translate-y-172:hover {
    --tw-translate-y: -43rem;
  }

  .md\:hover\:-translate-y-179:hover {
    --tw-translate-y: -44.75rem;
  }

  .md\:hover\:-translate-y-184:hover {
    --tw-translate-y: -46rem;
  }

  .md\:hover\:-translate-y-192:hover {
    --tw-translate-y: -48rem;
  }

  .md\:hover\:-translate-y-224:hover {
    --tw-translate-y: -56rem;
  }

  .md\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .md\:hover\:-translate-y-256:hover {
    --tw-translate-y: -64rem;
  }

  .md\:hover\:-translate-y-265:hover {
    --tw-translate-y: -66.25rem;
  }

  .md\:hover\:-translate-y-288:hover {
    --tw-translate-y: -72rem;
  }

  .md\:hover\:-translate-y-384:hover {
    --tw-translate-y: -96rem;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .md\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.1875rem;
  }

  .md\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .md\:hover\:-translate-y-7\.5:hover {
    --tw-translate-y: -1.875rem;
  }

  .md\:hover\:-translate-y-9\.5:hover {
    --tw-translate-y: -2.375rem;
  }

  .md\:hover\:-translate-y-9\.75:hover {
    --tw-translate-y: -2.4375rem;
  }

  .md\:hover\:-translate-y-12\.5:hover {
    --tw-translate-y: -3.125rem;
  }

  .md\:hover\:-translate-y-13\.5:hover {
    --tw-translate-y: -3.375rem;
  }

  .md\:hover\:-translate-y-292\.5:hover {
    --tw-translate-y: -73.125rem;
  }

  .md\:hover\:-translate-y-1\/24:hover {
    --tw-translate-y: -4.16667%;
  }

  .md\:hover\:-translate-y-2\/24:hover {
    --tw-translate-y: -8.33333%;
  }

  .md\:hover\:-translate-y-3\/24:hover {
    --tw-translate-y: -12.5%;
  }

  .md\:hover\:-translate-y-4\/24:hover {
    --tw-translate-y: -16.66667%;
  }

  .md\:hover\:-translate-y-5\/24:hover {
    --tw-translate-y: -20.83333%;
  }

  .md\:hover\:-translate-y-6\/24:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-7\/24:hover {
    --tw-translate-y: -29.16667%;
  }

  .md\:hover\:-translate-y-8\/24:hover {
    --tw-translate-y: -33.33333%;
  }

  .md\:hover\:-translate-y-9\/24:hover {
    --tw-translate-y: -37.5%;
  }

  .md\:hover\:-translate-y-10\/24:hover {
    --tw-translate-y: -41.66667%;
  }

  .md\:hover\:-translate-y-11\/24:hover {
    --tw-translate-y: -45.83333%;
  }

  .md\:hover\:-translate-y-12\/24:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-13\/24:hover {
    --tw-translate-y: -54.16667%;
  }

  .md\:hover\:-translate-y-14\/24:hover {
    --tw-translate-y: -58.33333%;
  }

  .md\:hover\:-translate-y-15\/24:hover {
    --tw-translate-y: -62.5%;
  }

  .md\:hover\:-translate-y-16\/24:hover {
    --tw-translate-y: -66.66667%;
  }

  .md\:hover\:-translate-y-17\/24:hover {
    --tw-translate-y: -70.83333%;
  }

  .md\:hover\:-translate-y-18\/24:hover {
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-19\/24:hover {
    --tw-translate-y: -79.16667%;
  }

  .md\:hover\:-translate-y-20\/24:hover {
    --tw-translate-y: -83.33333%;
  }

  .md\:hover\:-translate-y-21\/24:hover {
    --tw-translate-y: -87.5%;
  }

  .md\:hover\:-translate-y-22\/24:hover {
    --tw-translate-y: -91.66667%;
  }

  .md\:hover\:-translate-y-23\/24:hover {
    --tw-translate-y: -95.83333%;
  }

  .md\:hover\:-translate-y-24\/24:hover {
    --tw-translate-y: -100%;
  }

  .md\:hover\:-translate-y-screen-header:hover {
    --tw-translate-y: -41.55vw;
  }

  .md\:hover\:-translate-y-screen-60:hover {
    --tw-translate-y: -60vh;
  }

  .md\:hover\:-translate-y-screen-80:hover {
    --tw-translate-y: -80vh;
  }

  .md\:hover\:-translate-y-screen-85:hover {
    --tw-translate-y: -85vh;
  }

  .md\:hover\:-translate-y-screen-90:hover {
    --tw-translate-y: -90vh;
  }

  .md\:hover\:-translate-y-screen-95:hover {
    --tw-translate-y: -95vh;
  }

  .md\:hover\:-translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .md\:hover\:-translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .md\:hover\:-translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .md\:hover\:-translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .md\:hover\:-translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .md\:hover\:-translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .md\:hover\:-translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .md\:hover\:-translate-y-full-4:hover {
    --tw-translate-y: calc(-100% - -16px);
  }

  .md\:hover\:-translate-y-account-body:hover {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .md\:hover\:-translate-y-menu-center:hover {
    --tw-translate-y: calc(-50% - -288px);
  }

  .md\:hover\:-translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(-100% - -56px);
  }

  .md\:hover\:-translate-y-popup-full-width:hover {
    --tw-translate-y: calc(-100% + -32px);
  }

  .md\:hover\:-translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(-100% + -64px);
  }

  .md\:hover\:-translate-y-popup-full-height:hover {
    --tw-translate-y: calc(-100% + -68px);
  }

  .md\:hover\:-translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .md\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .md\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .md\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .md\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .md\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .md\:focus\:translate-x-29:focus {
    --tw-translate-x: 7.25rem;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .md\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .md\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .md\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .md\:focus\:translate-x-77:focus {
    --tw-translate-x: 19.25rem;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .md\:focus\:translate-x-82:focus {
    --tw-translate-x: 20.5rem;
  }

  .md\:focus\:translate-x-88:focus {
    --tw-translate-x: 22rem;
  }

  .md\:focus\:translate-x-94:focus {
    --tw-translate-x: 23.5rem;
  }

  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .md\:focus\:translate-x-98:focus {
    --tw-translate-x: 24.5rem;
  }

  .md\:focus\:translate-x-104:focus {
    --tw-translate-x: 26rem;
  }

  .md\:focus\:translate-x-108:focus {
    --tw-translate-x: 27rem;
  }

  .md\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .md\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem;
  }

  .md\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .md\:focus\:translate-x-128:focus {
    --tw-translate-x: 32rem;
  }

  .md\:focus\:translate-x-132:focus {
    --tw-translate-x: 33rem;
  }

  .md\:focus\:translate-x-134:focus {
    --tw-translate-x: 33.5rem;
  }

  .md\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .md\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem;
  }

  .md\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem;
  }

  .md\:focus\:translate-x-152:focus {
    --tw-translate-x: 38rem;
  }

  .md\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .md\:focus\:translate-x-164:focus {
    --tw-translate-x: 41rem;
  }

  .md\:focus\:translate-x-172:focus {
    --tw-translate-x: 43rem;
  }

  .md\:focus\:translate-x-179:focus {
    --tw-translate-x: 44.75rem;
  }

  .md\:focus\:translate-x-184:focus {
    --tw-translate-x: 46rem;
  }

  .md\:focus\:translate-x-192:focus {
    --tw-translate-x: 48rem;
  }

  .md\:focus\:translate-x-224:focus {
    --tw-translate-x: 56rem;
  }

  .md\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .md\:focus\:translate-x-256:focus {
    --tw-translate-x: 64rem;
  }

  .md\:focus\:translate-x-265:focus {
    --tw-translate-x: 66.25rem;
  }

  .md\:focus\:translate-x-288:focus {
    --tw-translate-x: 72rem;
  }

  .md\:focus\:translate-x-384:focus {
    --tw-translate-x: 96rem;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .md\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.1875rem;
  }

  .md\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .md\:focus\:translate-x-7\.5:focus {
    --tw-translate-x: 1.875rem;
  }

  .md\:focus\:translate-x-9\.5:focus {
    --tw-translate-x: 2.375rem;
  }

  .md\:focus\:translate-x-9\.75:focus {
    --tw-translate-x: 2.4375rem;
  }

  .md\:focus\:translate-x-12\.5:focus {
    --tw-translate-x: 3.125rem;
  }

  .md\:focus\:translate-x-13\.5:focus {
    --tw-translate-x: 3.375rem;
  }

  .md\:focus\:translate-x-292\.5:focus {
    --tw-translate-x: 73.125rem;
  }

  .md\:focus\:translate-x-1\/24:focus {
    --tw-translate-x: 4.166667%;
  }

  .md\:focus\:translate-x-2\/24:focus {
    --tw-translate-x: 8.333333%;
  }

  .md\:focus\:translate-x-3\/24:focus {
    --tw-translate-x: 12.5%;
  }

  .md\:focus\:translate-x-4\/24:focus {
    --tw-translate-x: 16.666667%;
  }

  .md\:focus\:translate-x-5\/24:focus {
    --tw-translate-x: 20.833333%;
  }

  .md\:focus\:translate-x-6\/24:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-7\/24:focus {
    --tw-translate-x: 29.166666%;
  }

  .md\:focus\:translate-x-8\/24:focus {
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-9\/24:focus {
    --tw-translate-x: 37.5%;
  }

  .md\:focus\:translate-x-10\/24:focus {
    --tw-translate-x: 41.666666%;
  }

  .md\:focus\:translate-x-11\/24:focus {
    --tw-translate-x: 45.833333%;
  }

  .md\:focus\:translate-x-12\/24:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-13\/24:focus {
    --tw-translate-x: 54.166666%;
  }

  .md\:focus\:translate-x-14\/24:focus {
    --tw-translate-x: 58.333333%;
  }

  .md\:focus\:translate-x-15\/24:focus {
    --tw-translate-x: 62.5%;
  }

  .md\:focus\:translate-x-16\/24:focus {
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-17\/24:focus {
    --tw-translate-x: 70.833333%;
  }

  .md\:focus\:translate-x-18\/24:focus {
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-19\/24:focus {
    --tw-translate-x: 79.166667%;
  }

  .md\:focus\:translate-x-20\/24:focus {
    --tw-translate-x: 83.333333%;
  }

  .md\:focus\:translate-x-21\/24:focus {
    --tw-translate-x: 87.5%;
  }

  .md\:focus\:translate-x-22\/24:focus {
    --tw-translate-x: 91.666667%;
  }

  .md\:focus\:translate-x-23\/24:focus {
    --tw-translate-x: 95.833333%;
  }

  .md\:focus\:translate-x-24\/24:focus {
    --tw-translate-x: 100%;
  }

  .md\:focus\:translate-x-screen-header:focus {
    --tw-translate-x: 41.55vw;
  }

  .md\:focus\:translate-x-screen-60:focus {
    --tw-translate-x: 60vh;
  }

  .md\:focus\:translate-x-screen-80:focus {
    --tw-translate-x: 80vh;
  }

  .md\:focus\:translate-x-screen-85:focus {
    --tw-translate-x: 85vh;
  }

  .md\:focus\:translate-x-screen-90:focus {
    --tw-translate-x: 90vh;
  }

  .md\:focus\:translate-x-screen-95:focus {
    --tw-translate-x: 95vh;
  }

  .md\:focus\:translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .md\:focus\:translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .md\:focus\:translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .md\:focus\:translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .md\:focus\:translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .md\:focus\:translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .md\:focus\:translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .md\:focus\:translate-x-full-4:focus {
    --tw-translate-x: calc(100% - 16px);
  }

  .md\:focus\:translate-x-account-body:focus {
    --tw-translate-x: calc(100vw - 304px);
  }

  .md\:focus\:translate-x-menu-center:focus {
    --tw-translate-x: calc(50% - 288px);
  }

  .md\:focus\:translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(100% - 56px);
  }

  .md\:focus\:translate-x-popup-full-width:focus {
    --tw-translate-x: calc(100% + 32px);
  }

  .md\:focus\:translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(100% + 64px);
  }

  .md\:focus\:translate-x-popup-full-height:focus {
    --tw-translate-x: calc(100% + 68px);
  }

  .md\:focus\:translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .md\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .md\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .md\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .md\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .md\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .md\:focus\:-translate-x-29:focus {
    --tw-translate-x: -7.25rem;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .md\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .md\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .md\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .md\:focus\:-translate-x-77:focus {
    --tw-translate-x: -19.25rem;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .md\:focus\:-translate-x-82:focus {
    --tw-translate-x: -20.5rem;
  }

  .md\:focus\:-translate-x-88:focus {
    --tw-translate-x: -22rem;
  }

  .md\:focus\:-translate-x-94:focus {
    --tw-translate-x: -23.5rem;
  }

  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .md\:focus\:-translate-x-98:focus {
    --tw-translate-x: -24.5rem;
  }

  .md\:focus\:-translate-x-104:focus {
    --tw-translate-x: -26rem;
  }

  .md\:focus\:-translate-x-108:focus {
    --tw-translate-x: -27rem;
  }

  .md\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .md\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem;
  }

  .md\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .md\:focus\:-translate-x-128:focus {
    --tw-translate-x: -32rem;
  }

  .md\:focus\:-translate-x-132:focus {
    --tw-translate-x: -33rem;
  }

  .md\:focus\:-translate-x-134:focus {
    --tw-translate-x: -33.5rem;
  }

  .md\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .md\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem;
  }

  .md\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem;
  }

  .md\:focus\:-translate-x-152:focus {
    --tw-translate-x: -38rem;
  }

  .md\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .md\:focus\:-translate-x-164:focus {
    --tw-translate-x: -41rem;
  }

  .md\:focus\:-translate-x-172:focus {
    --tw-translate-x: -43rem;
  }

  .md\:focus\:-translate-x-179:focus {
    --tw-translate-x: -44.75rem;
  }

  .md\:focus\:-translate-x-184:focus {
    --tw-translate-x: -46rem;
  }

  .md\:focus\:-translate-x-192:focus {
    --tw-translate-x: -48rem;
  }

  .md\:focus\:-translate-x-224:focus {
    --tw-translate-x: -56rem;
  }

  .md\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .md\:focus\:-translate-x-256:focus {
    --tw-translate-x: -64rem;
  }

  .md\:focus\:-translate-x-265:focus {
    --tw-translate-x: -66.25rem;
  }

  .md\:focus\:-translate-x-288:focus {
    --tw-translate-x: -72rem;
  }

  .md\:focus\:-translate-x-384:focus {
    --tw-translate-x: -96rem;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .md\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.1875rem;
  }

  .md\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .md\:focus\:-translate-x-7\.5:focus {
    --tw-translate-x: -1.875rem;
  }

  .md\:focus\:-translate-x-9\.5:focus {
    --tw-translate-x: -2.375rem;
  }

  .md\:focus\:-translate-x-9\.75:focus {
    --tw-translate-x: -2.4375rem;
  }

  .md\:focus\:-translate-x-12\.5:focus {
    --tw-translate-x: -3.125rem;
  }

  .md\:focus\:-translate-x-13\.5:focus {
    --tw-translate-x: -3.375rem;
  }

  .md\:focus\:-translate-x-292\.5:focus {
    --tw-translate-x: -73.125rem;
  }

  .md\:focus\:-translate-x-1\/24:focus {
    --tw-translate-x: -4.16667%;
  }

  .md\:focus\:-translate-x-2\/24:focus {
    --tw-translate-x: -8.33333%;
  }

  .md\:focus\:-translate-x-3\/24:focus {
    --tw-translate-x: -12.5%;
  }

  .md\:focus\:-translate-x-4\/24:focus {
    --tw-translate-x: -16.66667%;
  }

  .md\:focus\:-translate-x-5\/24:focus {
    --tw-translate-x: -20.83333%;
  }

  .md\:focus\:-translate-x-6\/24:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-7\/24:focus {
    --tw-translate-x: -29.16667%;
  }

  .md\:focus\:-translate-x-8\/24:focus {
    --tw-translate-x: -33.33333%;
  }

  .md\:focus\:-translate-x-9\/24:focus {
    --tw-translate-x: -37.5%;
  }

  .md\:focus\:-translate-x-10\/24:focus {
    --tw-translate-x: -41.66667%;
  }

  .md\:focus\:-translate-x-11\/24:focus {
    --tw-translate-x: -45.83333%;
  }

  .md\:focus\:-translate-x-12\/24:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-13\/24:focus {
    --tw-translate-x: -54.16667%;
  }

  .md\:focus\:-translate-x-14\/24:focus {
    --tw-translate-x: -58.33333%;
  }

  .md\:focus\:-translate-x-15\/24:focus {
    --tw-translate-x: -62.5%;
  }

  .md\:focus\:-translate-x-16\/24:focus {
    --tw-translate-x: -66.66667%;
  }

  .md\:focus\:-translate-x-17\/24:focus {
    --tw-translate-x: -70.83333%;
  }

  .md\:focus\:-translate-x-18\/24:focus {
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-19\/24:focus {
    --tw-translate-x: -79.16667%;
  }

  .md\:focus\:-translate-x-20\/24:focus {
    --tw-translate-x: -83.33333%;
  }

  .md\:focus\:-translate-x-21\/24:focus {
    --tw-translate-x: -87.5%;
  }

  .md\:focus\:-translate-x-22\/24:focus {
    --tw-translate-x: -91.66667%;
  }

  .md\:focus\:-translate-x-23\/24:focus {
    --tw-translate-x: -95.83333%;
  }

  .md\:focus\:-translate-x-24\/24:focus {
    --tw-translate-x: -100%;
  }

  .md\:focus\:-translate-x-screen-header:focus {
    --tw-translate-x: -41.55vw;
  }

  .md\:focus\:-translate-x-screen-60:focus {
    --tw-translate-x: -60vh;
  }

  .md\:focus\:-translate-x-screen-80:focus {
    --tw-translate-x: -80vh;
  }

  .md\:focus\:-translate-x-screen-85:focus {
    --tw-translate-x: -85vh;
  }

  .md\:focus\:-translate-x-screen-90:focus {
    --tw-translate-x: -90vh;
  }

  .md\:focus\:-translate-x-screen-95:focus {
    --tw-translate-x: -95vh;
  }

  .md\:focus\:-translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .md\:focus\:-translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .md\:focus\:-translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .md\:focus\:-translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .md\:focus\:-translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .md\:focus\:-translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .md\:focus\:-translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .md\:focus\:-translate-x-full-4:focus {
    --tw-translate-x: calc(-100% - -16px);
  }

  .md\:focus\:-translate-x-account-body:focus {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .md\:focus\:-translate-x-menu-center:focus {
    --tw-translate-x: calc(-50% - -288px);
  }

  .md\:focus\:-translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(-100% - -56px);
  }

  .md\:focus\:-translate-x-popup-full-width:focus {
    --tw-translate-x: calc(-100% + -32px);
  }

  .md\:focus\:-translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(-100% + -64px);
  }

  .md\:focus\:-translate-x-popup-full-height:focus {
    --tw-translate-x: calc(-100% + -68px);
  }

  .md\:focus\:-translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .md\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .md\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .md\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .md\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .md\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .md\:focus\:translate-y-29:focus {
    --tw-translate-y: 7.25rem;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .md\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .md\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .md\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .md\:focus\:translate-y-77:focus {
    --tw-translate-y: 19.25rem;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .md\:focus\:translate-y-82:focus {
    --tw-translate-y: 20.5rem;
  }

  .md\:focus\:translate-y-88:focus {
    --tw-translate-y: 22rem;
  }

  .md\:focus\:translate-y-94:focus {
    --tw-translate-y: 23.5rem;
  }

  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .md\:focus\:translate-y-98:focus {
    --tw-translate-y: 24.5rem;
  }

  .md\:focus\:translate-y-104:focus {
    --tw-translate-y: 26rem;
  }

  .md\:focus\:translate-y-108:focus {
    --tw-translate-y: 27rem;
  }

  .md\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .md\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem;
  }

  .md\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .md\:focus\:translate-y-128:focus {
    --tw-translate-y: 32rem;
  }

  .md\:focus\:translate-y-132:focus {
    --tw-translate-y: 33rem;
  }

  .md\:focus\:translate-y-134:focus {
    --tw-translate-y: 33.5rem;
  }

  .md\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .md\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem;
  }

  .md\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem;
  }

  .md\:focus\:translate-y-152:focus {
    --tw-translate-y: 38rem;
  }

  .md\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .md\:focus\:translate-y-164:focus {
    --tw-translate-y: 41rem;
  }

  .md\:focus\:translate-y-172:focus {
    --tw-translate-y: 43rem;
  }

  .md\:focus\:translate-y-179:focus {
    --tw-translate-y: 44.75rem;
  }

  .md\:focus\:translate-y-184:focus {
    --tw-translate-y: 46rem;
  }

  .md\:focus\:translate-y-192:focus {
    --tw-translate-y: 48rem;
  }

  .md\:focus\:translate-y-224:focus {
    --tw-translate-y: 56rem;
  }

  .md\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .md\:focus\:translate-y-256:focus {
    --tw-translate-y: 64rem;
  }

  .md\:focus\:translate-y-265:focus {
    --tw-translate-y: 66.25rem;
  }

  .md\:focus\:translate-y-288:focus {
    --tw-translate-y: 72rem;
  }

  .md\:focus\:translate-y-384:focus {
    --tw-translate-y: 96rem;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .md\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.1875rem;
  }

  .md\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .md\:focus\:translate-y-7\.5:focus {
    --tw-translate-y: 1.875rem;
  }

  .md\:focus\:translate-y-9\.5:focus {
    --tw-translate-y: 2.375rem;
  }

  .md\:focus\:translate-y-9\.75:focus {
    --tw-translate-y: 2.4375rem;
  }

  .md\:focus\:translate-y-12\.5:focus {
    --tw-translate-y: 3.125rem;
  }

  .md\:focus\:translate-y-13\.5:focus {
    --tw-translate-y: 3.375rem;
  }

  .md\:focus\:translate-y-292\.5:focus {
    --tw-translate-y: 73.125rem;
  }

  .md\:focus\:translate-y-1\/24:focus {
    --tw-translate-y: 4.166667%;
  }

  .md\:focus\:translate-y-2\/24:focus {
    --tw-translate-y: 8.333333%;
  }

  .md\:focus\:translate-y-3\/24:focus {
    --tw-translate-y: 12.5%;
  }

  .md\:focus\:translate-y-4\/24:focus {
    --tw-translate-y: 16.666667%;
  }

  .md\:focus\:translate-y-5\/24:focus {
    --tw-translate-y: 20.833333%;
  }

  .md\:focus\:translate-y-6\/24:focus {
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-7\/24:focus {
    --tw-translate-y: 29.166666%;
  }

  .md\:focus\:translate-y-8\/24:focus {
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-9\/24:focus {
    --tw-translate-y: 37.5%;
  }

  .md\:focus\:translate-y-10\/24:focus {
    --tw-translate-y: 41.666666%;
  }

  .md\:focus\:translate-y-11\/24:focus {
    --tw-translate-y: 45.833333%;
  }

  .md\:focus\:translate-y-12\/24:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-13\/24:focus {
    --tw-translate-y: 54.166666%;
  }

  .md\:focus\:translate-y-14\/24:focus {
    --tw-translate-y: 58.333333%;
  }

  .md\:focus\:translate-y-15\/24:focus {
    --tw-translate-y: 62.5%;
  }

  .md\:focus\:translate-y-16\/24:focus {
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-17\/24:focus {
    --tw-translate-y: 70.833333%;
  }

  .md\:focus\:translate-y-18\/24:focus {
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-19\/24:focus {
    --tw-translate-y: 79.166667%;
  }

  .md\:focus\:translate-y-20\/24:focus {
    --tw-translate-y: 83.333333%;
  }

  .md\:focus\:translate-y-21\/24:focus {
    --tw-translate-y: 87.5%;
  }

  .md\:focus\:translate-y-22\/24:focus {
    --tw-translate-y: 91.666667%;
  }

  .md\:focus\:translate-y-23\/24:focus {
    --tw-translate-y: 95.833333%;
  }

  .md\:focus\:translate-y-24\/24:focus {
    --tw-translate-y: 100%;
  }

  .md\:focus\:translate-y-screen-header:focus {
    --tw-translate-y: 41.55vw;
  }

  .md\:focus\:translate-y-screen-60:focus {
    --tw-translate-y: 60vh;
  }

  .md\:focus\:translate-y-screen-80:focus {
    --tw-translate-y: 80vh;
  }

  .md\:focus\:translate-y-screen-85:focus {
    --tw-translate-y: 85vh;
  }

  .md\:focus\:translate-y-screen-90:focus {
    --tw-translate-y: 90vh;
  }

  .md\:focus\:translate-y-screen-95:focus {
    --tw-translate-y: 95vh;
  }

  .md\:focus\:translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .md\:focus\:translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .md\:focus\:translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .md\:focus\:translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .md\:focus\:translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .md\:focus\:translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .md\:focus\:translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .md\:focus\:translate-y-full-4:focus {
    --tw-translate-y: calc(100% - 16px);
  }

  .md\:focus\:translate-y-account-body:focus {
    --tw-translate-y: calc(100vw - 304px);
  }

  .md\:focus\:translate-y-menu-center:focus {
    --tw-translate-y: calc(50% - 288px);
  }

  .md\:focus\:translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(100% - 56px);
  }

  .md\:focus\:translate-y-popup-full-width:focus {
    --tw-translate-y: calc(100% + 32px);
  }

  .md\:focus\:translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(100% + 64px);
  }

  .md\:focus\:translate-y-popup-full-height:focus {
    --tw-translate-y: calc(100% + 68px);
  }

  .md\:focus\:translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .md\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .md\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .md\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .md\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .md\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .md\:focus\:-translate-y-29:focus {
    --tw-translate-y: -7.25rem;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .md\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .md\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .md\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .md\:focus\:-translate-y-77:focus {
    --tw-translate-y: -19.25rem;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .md\:focus\:-translate-y-82:focus {
    --tw-translate-y: -20.5rem;
  }

  .md\:focus\:-translate-y-88:focus {
    --tw-translate-y: -22rem;
  }

  .md\:focus\:-translate-y-94:focus {
    --tw-translate-y: -23.5rem;
  }

  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .md\:focus\:-translate-y-98:focus {
    --tw-translate-y: -24.5rem;
  }

  .md\:focus\:-translate-y-104:focus {
    --tw-translate-y: -26rem;
  }

  .md\:focus\:-translate-y-108:focus {
    --tw-translate-y: -27rem;
  }

  .md\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .md\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem;
  }

  .md\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .md\:focus\:-translate-y-128:focus {
    --tw-translate-y: -32rem;
  }

  .md\:focus\:-translate-y-132:focus {
    --tw-translate-y: -33rem;
  }

  .md\:focus\:-translate-y-134:focus {
    --tw-translate-y: -33.5rem;
  }

  .md\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .md\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem;
  }

  .md\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem;
  }

  .md\:focus\:-translate-y-152:focus {
    --tw-translate-y: -38rem;
  }

  .md\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .md\:focus\:-translate-y-164:focus {
    --tw-translate-y: -41rem;
  }

  .md\:focus\:-translate-y-172:focus {
    --tw-translate-y: -43rem;
  }

  .md\:focus\:-translate-y-179:focus {
    --tw-translate-y: -44.75rem;
  }

  .md\:focus\:-translate-y-184:focus {
    --tw-translate-y: -46rem;
  }

  .md\:focus\:-translate-y-192:focus {
    --tw-translate-y: -48rem;
  }

  .md\:focus\:-translate-y-224:focus {
    --tw-translate-y: -56rem;
  }

  .md\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .md\:focus\:-translate-y-256:focus {
    --tw-translate-y: -64rem;
  }

  .md\:focus\:-translate-y-265:focus {
    --tw-translate-y: -66.25rem;
  }

  .md\:focus\:-translate-y-288:focus {
    --tw-translate-y: -72rem;
  }

  .md\:focus\:-translate-y-384:focus {
    --tw-translate-y: -96rem;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .md\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.1875rem;
  }

  .md\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .md\:focus\:-translate-y-7\.5:focus {
    --tw-translate-y: -1.875rem;
  }

  .md\:focus\:-translate-y-9\.5:focus {
    --tw-translate-y: -2.375rem;
  }

  .md\:focus\:-translate-y-9\.75:focus {
    --tw-translate-y: -2.4375rem;
  }

  .md\:focus\:-translate-y-12\.5:focus {
    --tw-translate-y: -3.125rem;
  }

  .md\:focus\:-translate-y-13\.5:focus {
    --tw-translate-y: -3.375rem;
  }

  .md\:focus\:-translate-y-292\.5:focus {
    --tw-translate-y: -73.125rem;
  }

  .md\:focus\:-translate-y-1\/24:focus {
    --tw-translate-y: -4.16667%;
  }

  .md\:focus\:-translate-y-2\/24:focus {
    --tw-translate-y: -8.33333%;
  }

  .md\:focus\:-translate-y-3\/24:focus {
    --tw-translate-y: -12.5%;
  }

  .md\:focus\:-translate-y-4\/24:focus {
    --tw-translate-y: -16.66667%;
  }

  .md\:focus\:-translate-y-5\/24:focus {
    --tw-translate-y: -20.83333%;
  }

  .md\:focus\:-translate-y-6\/24:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-7\/24:focus {
    --tw-translate-y: -29.16667%;
  }

  .md\:focus\:-translate-y-8\/24:focus {
    --tw-translate-y: -33.33333%;
  }

  .md\:focus\:-translate-y-9\/24:focus {
    --tw-translate-y: -37.5%;
  }

  .md\:focus\:-translate-y-10\/24:focus {
    --tw-translate-y: -41.66667%;
  }

  .md\:focus\:-translate-y-11\/24:focus {
    --tw-translate-y: -45.83333%;
  }

  .md\:focus\:-translate-y-12\/24:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-13\/24:focus {
    --tw-translate-y: -54.16667%;
  }

  .md\:focus\:-translate-y-14\/24:focus {
    --tw-translate-y: -58.33333%;
  }

  .md\:focus\:-translate-y-15\/24:focus {
    --tw-translate-y: -62.5%;
  }

  .md\:focus\:-translate-y-16\/24:focus {
    --tw-translate-y: -66.66667%;
  }

  .md\:focus\:-translate-y-17\/24:focus {
    --tw-translate-y: -70.83333%;
  }

  .md\:focus\:-translate-y-18\/24:focus {
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-19\/24:focus {
    --tw-translate-y: -79.16667%;
  }

  .md\:focus\:-translate-y-20\/24:focus {
    --tw-translate-y: -83.33333%;
  }

  .md\:focus\:-translate-y-21\/24:focus {
    --tw-translate-y: -87.5%;
  }

  .md\:focus\:-translate-y-22\/24:focus {
    --tw-translate-y: -91.66667%;
  }

  .md\:focus\:-translate-y-23\/24:focus {
    --tw-translate-y: -95.83333%;
  }

  .md\:focus\:-translate-y-24\/24:focus {
    --tw-translate-y: -100%;
  }

  .md\:focus\:-translate-y-screen-header:focus {
    --tw-translate-y: -41.55vw;
  }

  .md\:focus\:-translate-y-screen-60:focus {
    --tw-translate-y: -60vh;
  }

  .md\:focus\:-translate-y-screen-80:focus {
    --tw-translate-y: -80vh;
  }

  .md\:focus\:-translate-y-screen-85:focus {
    --tw-translate-y: -85vh;
  }

  .md\:focus\:-translate-y-screen-90:focus {
    --tw-translate-y: -90vh;
  }

  .md\:focus\:-translate-y-screen-95:focus {
    --tw-translate-y: -95vh;
  }

  .md\:focus\:-translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .md\:focus\:-translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .md\:focus\:-translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .md\:focus\:-translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .md\:focus\:-translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .md\:focus\:-translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .md\:focus\:-translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .md\:focus\:-translate-y-full-4:focus {
    --tw-translate-y: calc(-100% - -16px);
  }

  .md\:focus\:-translate-y-account-body:focus {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .md\:focus\:-translate-y-menu-center:focus {
    --tw-translate-y: calc(-50% - -288px);
  }

  .md\:focus\:-translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(-100% - -56px);
  }

  .md\:focus\:-translate-y-popup-full-width:focus {
    --tw-translate-y: calc(-100% + -32px);
  }

  .md\:focus\:-translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(-100% + -64px);
  }

  .md\:focus\:-translate-y-popup-full-height:focus {
    --tw-translate-y: calc(-100% + -68px);
  }

  .md\:focus\:-translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .md\:animate-none {
    animation: none;
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .md\:animate-glow {
    animation: glow 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-help {
    cursor: help;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .md\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .md\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .md\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-y {
    resize: vertical;
  }

  .md\:resize-x {
    resize: horizontal;
  }

  .md\:resize {
    resize: both;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

  .md\:list-outside {
    list-style-position: outside;
  }

  .md\:list-none {
    list-style-type: none;
  }

  .md\:list-disc {
    list-style-type: disc;
  }

  .md\:list-decimal {
    list-style-type: decimal;
  }

  .md\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:content-center {
    align-content: center;
  }

  .md\:content-start {
    align-content: flex-start;
  }

  .md\:content-end {
    align-content: flex-end;
  }

  .md\:content-between {
    align-content: space-between;
  }

  .md\:content-around {
    align-content: space-around;
  }

  .md\:content-evenly {
    align-content: space-evenly;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-18 {
    gap: 4.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-21 {
    gap: 5.25rem;
  }

  .md\:gap-22 {
    gap: 5.5rem;
  }

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:gap-26 {
    gap: 6.5rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-29 {
    gap: 7.25rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-34 {
    gap: 8.5rem;
  }

  .md\:gap-36 {
    gap: 9rem;
  }

  .md\:gap-40 {
    gap: 10rem;
  }

  .md\:gap-42 {
    gap: 10.5rem;
  }

  .md\:gap-44 {
    gap: 11rem;
  }

  .md\:gap-48 {
    gap: 12rem;
  }

  .md\:gap-52 {
    gap: 13rem;
  }

  .md\:gap-56 {
    gap: 14rem;
  }

  .md\:gap-60 {
    gap: 15rem;
  }

  .md\:gap-64 {
    gap: 16rem;
  }

  .md\:gap-68 {
    gap: 17rem;
  }

  .md\:gap-72 {
    gap: 18rem;
  }

  .md\:gap-77 {
    gap: 19.25rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:gap-82 {
    gap: 20.5rem;
  }

  .md\:gap-88 {
    gap: 22rem;
  }

  .md\:gap-94 {
    gap: 23.5rem;
  }

  .md\:gap-96 {
    gap: 24rem;
  }

  .md\:gap-98 {
    gap: 24.5rem;
  }

  .md\:gap-104 {
    gap: 26rem;
  }

  .md\:gap-108 {
    gap: 27rem;
  }

  .md\:gap-110 {
    gap: 27.5rem;
  }

  .md\:gap-112 {
    gap: 28rem;
  }

  .md\:gap-120 {
    gap: 30rem;
  }

  .md\:gap-128 {
    gap: 32rem;
  }

  .md\:gap-132 {
    gap: 33rem;
  }

  .md\:gap-134 {
    gap: 33.5rem;
  }

  .md\:gap-135 {
    gap: 33.75rem;
  }

  .md\:gap-136 {
    gap: 34rem;
  }

  .md\:gap-144 {
    gap: 36rem;
  }

  .md\:gap-152 {
    gap: 38rem;
  }

  .md\:gap-160 {
    gap: 40rem;
  }

  .md\:gap-164 {
    gap: 41rem;
  }

  .md\:gap-172 {
    gap: 43rem;
  }

  .md\:gap-179 {
    gap: 44.75rem;
  }

  .md\:gap-184 {
    gap: 46rem;
  }

  .md\:gap-192 {
    gap: 48rem;
  }

  .md\:gap-224 {
    gap: 56rem;
  }

  .md\:gap-240 {
    gap: 60rem;
  }

  .md\:gap-256 {
    gap: 64rem;
  }

  .md\:gap-265 {
    gap: 66.25rem;
  }

  .md\:gap-288 {
    gap: 72rem;
  }

  .md\:gap-384 {
    gap: 96rem;
  }

  .md\:gap-px {
    gap: 1px;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem;
  }

  .md\:gap-0\.75 {
    gap: 0.1875rem;
  }

  .md\:gap-4\.5 {
    gap: 1.125rem;
  }

  .md\:gap-7\.5 {
    gap: 1.875rem;
  }

  .md\:gap-9\.5 {
    gap: 2.375rem;
  }

  .md\:gap-9\.75 {
    gap: 2.4375rem;
  }

  .md\:gap-12\.5 {
    gap: 3.125rem;
  }

  .md\:gap-13\.5 {
    gap: 3.375rem;
  }

  .md\:gap-292\.5 {
    gap: 73.125rem;
  }

  .md\:gap-1\/24 {
    gap: 4.166667%;
  }

  .md\:gap-2\/24 {
    gap: 8.333333%;
  }

  .md\:gap-3\/24 {
    gap: 12.5%;
  }

  .md\:gap-4\/24 {
    gap: 16.666667%;
  }

  .md\:gap-5\/24 {
    gap: 20.833333%;
  }

  .md\:gap-6\/24 {
    gap: 25%;
  }

  .md\:gap-7\/24 {
    gap: 29.166666%;
  }

  .md\:gap-8\/24 {
    gap: 33.333333%;
  }

  .md\:gap-9\/24 {
    gap: 37.5%;
  }

  .md\:gap-10\/24 {
    gap: 41.666666%;
  }

  .md\:gap-11\/24 {
    gap: 45.833333%;
  }

  .md\:gap-12\/24 {
    gap: 50%;
  }

  .md\:gap-13\/24 {
    gap: 54.166666%;
  }

  .md\:gap-14\/24 {
    gap: 58.333333%;
  }

  .md\:gap-15\/24 {
    gap: 62.5%;
  }

  .md\:gap-16\/24 {
    gap: 66.666667%;
  }

  .md\:gap-17\/24 {
    gap: 70.833333%;
  }

  .md\:gap-18\/24 {
    gap: 75%;
  }

  .md\:gap-19\/24 {
    gap: 79.166667%;
  }

  .md\:gap-20\/24 {
    gap: 83.333333%;
  }

  .md\:gap-21\/24 {
    gap: 87.5%;
  }

  .md\:gap-22\/24 {
    gap: 91.666667%;
  }

  .md\:gap-23\/24 {
    gap: 95.833333%;
  }

  .md\:gap-24\/24 {
    gap: 100%;
  }

  .md\:gap-screen-header {
    gap: 41.55vw;
  }

  .md\:gap-screen-60 {
    gap: 60vh;
  }

  .md\:gap-screen-80 {
    gap: 80vh;
  }

  .md\:gap-screen-85 {
    gap: 85vh;
  }

  .md\:gap-screen-90 {
    gap: 90vh;
  }

  .md\:gap-screen-95 {
    gap: 95vh;
  }

  .md\:gap-screen-minus-header {
    gap: calc(100vh - 5.25rem);
  }

  .md\:gap-screen-minus-35\.5 {
    gap: calc(100vh - 8.875rem);
  }

  .md\:gap-screen-minus-36 {
    gap: calc(100vh - 9rem);
  }

  .md\:gap-screen-minus-40 {
    gap: calc(100vh - 10rem);
  }

  .md\:gap-screen-minus-55 {
    gap: calc(100vh - 13.75rem);
  }

  .md\:gap-screen-minus-72 {
    gap: calc(100vh - 18rem);
  }

  .md\:gap-screen-minus-80 {
    gap: calc(100vh - 20rem);
  }

  .md\:gap-full-4 {
    gap: calc(100% - 16px);
  }

  .md\:gap-account-body {
    gap: calc(100vw - 304px);
  }

  .md\:gap-menu-center {
    gap: calc(50% - 288px);
  }

  .md\:gap-tutorials-hidden {
    gap: calc(100% - 56px);
  }

  .md\:gap-popup-full-width {
    gap: calc(100% + 32px);
  }

  .md\:gap-popup-full-width-md {
    gap: calc(100% + 64px);
  }

  .md\:gap-popup-full-height {
    gap: calc(100% + 68px);
  }

  .md\:gap-max-content {
    gap: max-content;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .md\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .md\:gap-x-29 {
    -moz-column-gap: 7.25rem;
         column-gap: 7.25rem;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .md\:gap-x-77 {
    -moz-column-gap: 19.25rem;
         column-gap: 19.25rem;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .md\:gap-x-82 {
    -moz-column-gap: 20.5rem;
         column-gap: 20.5rem;
  }

  .md\:gap-x-88 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .md\:gap-x-94 {
    -moz-column-gap: 23.5rem;
         column-gap: 23.5rem;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .md\:gap-x-98 {
    -moz-column-gap: 24.5rem;
         column-gap: 24.5rem;
  }

  .md\:gap-x-104 {
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .md\:gap-x-108 {
    -moz-column-gap: 27rem;
         column-gap: 27rem;
  }

  .md\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .md\:gap-x-112 {
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .md\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .md\:gap-x-128 {
    -moz-column-gap: 32rem;
         column-gap: 32rem;
  }

  .md\:gap-x-132 {
    -moz-column-gap: 33rem;
         column-gap: 33rem;
  }

  .md\:gap-x-134 {
    -moz-column-gap: 33.5rem;
         column-gap: 33.5rem;
  }

  .md\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .md\:gap-x-136 {
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .md\:gap-x-144 {
    -moz-column-gap: 36rem;
         column-gap: 36rem;
  }

  .md\:gap-x-152 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .md\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .md\:gap-x-164 {
    -moz-column-gap: 41rem;
         column-gap: 41rem;
  }

  .md\:gap-x-172 {
    -moz-column-gap: 43rem;
         column-gap: 43rem;
  }

  .md\:gap-x-179 {
    -moz-column-gap: 44.75rem;
         column-gap: 44.75rem;
  }

  .md\:gap-x-184 {
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .md\:gap-x-192 {
    -moz-column-gap: 48rem;
         column-gap: 48rem;
  }

  .md\:gap-x-224 {
    -moz-column-gap: 56rem;
         column-gap: 56rem;
  }

  .md\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .md\:gap-x-256 {
    -moz-column-gap: 64rem;
         column-gap: 64rem;
  }

  .md\:gap-x-265 {
    -moz-column-gap: 66.25rem;
         column-gap: 66.25rem;
  }

  .md\:gap-x-288 {
    -moz-column-gap: 72rem;
         column-gap: 72rem;
  }

  .md\:gap-x-384 {
    -moz-column-gap: 96rem;
         column-gap: 96rem;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .md\:gap-x-0\.75 {
    -moz-column-gap: 0.1875rem;
         column-gap: 0.1875rem;
  }

  .md\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .md\:gap-x-7\.5 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .md\:gap-x-9\.5 {
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .md\:gap-x-9\.75 {
    -moz-column-gap: 2.4375rem;
         column-gap: 2.4375rem;
  }

  .md\:gap-x-12\.5 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .md\:gap-x-13\.5 {
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .md\:gap-x-292\.5 {
    -moz-column-gap: 73.125rem;
         column-gap: 73.125rem;
  }

  .md\:gap-x-1\/24 {
    -moz-column-gap: 4.166667%;
         column-gap: 4.166667%;
  }

  .md\:gap-x-2\/24 {
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .md\:gap-x-3\/24 {
    -moz-column-gap: 12.5%;
         column-gap: 12.5%;
  }

  .md\:gap-x-4\/24 {
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .md\:gap-x-5\/24 {
    -moz-column-gap: 20.833333%;
         column-gap: 20.833333%;
  }

  .md\:gap-x-6\/24 {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .md\:gap-x-7\/24 {
    -moz-column-gap: 29.166666%;
         column-gap: 29.166666%;
  }

  .md\:gap-x-8\/24 {
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .md\:gap-x-9\/24 {
    -moz-column-gap: 37.5%;
         column-gap: 37.5%;
  }

  .md\:gap-x-10\/24 {
    -moz-column-gap: 41.666666%;
         column-gap: 41.666666%;
  }

  .md\:gap-x-11\/24 {
    -moz-column-gap: 45.833333%;
         column-gap: 45.833333%;
  }

  .md\:gap-x-12\/24 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .md\:gap-x-13\/24 {
    -moz-column-gap: 54.166666%;
         column-gap: 54.166666%;
  }

  .md\:gap-x-14\/24 {
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .md\:gap-x-15\/24 {
    -moz-column-gap: 62.5%;
         column-gap: 62.5%;
  }

  .md\:gap-x-16\/24 {
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .md\:gap-x-17\/24 {
    -moz-column-gap: 70.833333%;
         column-gap: 70.833333%;
  }

  .md\:gap-x-18\/24 {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .md\:gap-x-19\/24 {
    -moz-column-gap: 79.166667%;
         column-gap: 79.166667%;
  }

  .md\:gap-x-20\/24 {
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .md\:gap-x-21\/24 {
    -moz-column-gap: 87.5%;
         column-gap: 87.5%;
  }

  .md\:gap-x-22\/24 {
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .md\:gap-x-23\/24 {
    -moz-column-gap: 95.833333%;
         column-gap: 95.833333%;
  }

  .md\:gap-x-24\/24 {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .md\:gap-x-screen-header {
    -moz-column-gap: 41.55vw;
         column-gap: 41.55vw;
  }

  .md\:gap-x-screen-60 {
    -moz-column-gap: 60vh;
         column-gap: 60vh;
  }

  .md\:gap-x-screen-80 {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .md\:gap-x-screen-85 {
    -moz-column-gap: 85vh;
         column-gap: 85vh;
  }

  .md\:gap-x-screen-90 {
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .md\:gap-x-screen-95 {
    -moz-column-gap: 95vh;
         column-gap: 95vh;
  }

  .md\:gap-x-screen-minus-header {
    -moz-column-gap: calc(100vh - 5.25rem);
         column-gap: calc(100vh - 5.25rem);
  }

  .md\:gap-x-screen-minus-35\.5 {
    -moz-column-gap: calc(100vh - 8.875rem);
         column-gap: calc(100vh - 8.875rem);
  }

  .md\:gap-x-screen-minus-36 {
    -moz-column-gap: calc(100vh - 9rem);
         column-gap: calc(100vh - 9rem);
  }

  .md\:gap-x-screen-minus-40 {
    -moz-column-gap: calc(100vh - 10rem);
         column-gap: calc(100vh - 10rem);
  }

  .md\:gap-x-screen-minus-55 {
    -moz-column-gap: calc(100vh - 13.75rem);
         column-gap: calc(100vh - 13.75rem);
  }

  .md\:gap-x-screen-minus-72 {
    -moz-column-gap: calc(100vh - 18rem);
         column-gap: calc(100vh - 18rem);
  }

  .md\:gap-x-screen-minus-80 {
    -moz-column-gap: calc(100vh - 20rem);
         column-gap: calc(100vh - 20rem);
  }

  .md\:gap-x-full-4 {
    -moz-column-gap: calc(100% - 16px);
         column-gap: calc(100% - 16px);
  }

  .md\:gap-x-account-body {
    -moz-column-gap: calc(100vw - 304px);
         column-gap: calc(100vw - 304px);
  }

  .md\:gap-x-menu-center {
    -moz-column-gap: calc(50% - 288px);
         column-gap: calc(50% - 288px);
  }

  .md\:gap-x-tutorials-hidden {
    -moz-column-gap: calc(100% - 56px);
         column-gap: calc(100% - 56px);
  }

  .md\:gap-x-popup-full-width {
    -moz-column-gap: calc(100% + 32px);
         column-gap: calc(100% + 32px);
  }

  .md\:gap-x-popup-full-width-md {
    -moz-column-gap: calc(100% + 64px);
         column-gap: calc(100% + 64px);
  }

  .md\:gap-x-popup-full-height {
    -moz-column-gap: calc(100% + 68px);
         column-gap: calc(100% + 68px);
  }

  .md\:gap-x-max-content {
    -moz-column-gap: max-content;
         column-gap: max-content;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .md\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

  .md\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .md\:gap-y-28 {
    row-gap: 7rem;
  }

  .md\:gap-y-29 {
    row-gap: 7.25rem;
  }

  .md\:gap-y-32 {
    row-gap: 8rem;
  }

  .md\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .md\:gap-y-36 {
    row-gap: 9rem;
  }

  .md\:gap-y-40 {
    row-gap: 10rem;
  }

  .md\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .md\:gap-y-44 {
    row-gap: 11rem;
  }

  .md\:gap-y-48 {
    row-gap: 12rem;
  }

  .md\:gap-y-52 {
    row-gap: 13rem;
  }

  .md\:gap-y-56 {
    row-gap: 14rem;
  }

  .md\:gap-y-60 {
    row-gap: 15rem;
  }

  .md\:gap-y-64 {
    row-gap: 16rem;
  }

  .md\:gap-y-68 {
    row-gap: 17rem;
  }

  .md\:gap-y-72 {
    row-gap: 18rem;
  }

  .md\:gap-y-77 {
    row-gap: 19.25rem;
  }

  .md\:gap-y-80 {
    row-gap: 20rem;
  }

  .md\:gap-y-82 {
    row-gap: 20.5rem;
  }

  .md\:gap-y-88 {
    row-gap: 22rem;
  }

  .md\:gap-y-94 {
    row-gap: 23.5rem;
  }

  .md\:gap-y-96 {
    row-gap: 24rem;
  }

  .md\:gap-y-98 {
    row-gap: 24.5rem;
  }

  .md\:gap-y-104 {
    row-gap: 26rem;
  }

  .md\:gap-y-108 {
    row-gap: 27rem;
  }

  .md\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .md\:gap-y-112 {
    row-gap: 28rem;
  }

  .md\:gap-y-120 {
    row-gap: 30rem;
  }

  .md\:gap-y-128 {
    row-gap: 32rem;
  }

  .md\:gap-y-132 {
    row-gap: 33rem;
  }

  .md\:gap-y-134 {
    row-gap: 33.5rem;
  }

  .md\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .md\:gap-y-136 {
    row-gap: 34rem;
  }

  .md\:gap-y-144 {
    row-gap: 36rem;
  }

  .md\:gap-y-152 {
    row-gap: 38rem;
  }

  .md\:gap-y-160 {
    row-gap: 40rem;
  }

  .md\:gap-y-164 {
    row-gap: 41rem;
  }

  .md\:gap-y-172 {
    row-gap: 43rem;
  }

  .md\:gap-y-179 {
    row-gap: 44.75rem;
  }

  .md\:gap-y-184 {
    row-gap: 46rem;
  }

  .md\:gap-y-192 {
    row-gap: 48rem;
  }

  .md\:gap-y-224 {
    row-gap: 56rem;
  }

  .md\:gap-y-240 {
    row-gap: 60rem;
  }

  .md\:gap-y-256 {
    row-gap: 64rem;
  }

  .md\:gap-y-265 {
    row-gap: 66.25rem;
  }

  .md\:gap-y-288 {
    row-gap: 72rem;
  }

  .md\:gap-y-384 {
    row-gap: 96rem;
  }

  .md\:gap-y-px {
    row-gap: 1px;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .md\:gap-y-0\.75 {
    row-gap: 0.1875rem;
  }

  .md\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .md\:gap-y-7\.5 {
    row-gap: 1.875rem;
  }

  .md\:gap-y-9\.5 {
    row-gap: 2.375rem;
  }

  .md\:gap-y-9\.75 {
    row-gap: 2.4375rem;
  }

  .md\:gap-y-12\.5 {
    row-gap: 3.125rem;
  }

  .md\:gap-y-13\.5 {
    row-gap: 3.375rem;
  }

  .md\:gap-y-292\.5 {
    row-gap: 73.125rem;
  }

  .md\:gap-y-1\/24 {
    row-gap: 4.166667%;
  }

  .md\:gap-y-2\/24 {
    row-gap: 8.333333%;
  }

  .md\:gap-y-3\/24 {
    row-gap: 12.5%;
  }

  .md\:gap-y-4\/24 {
    row-gap: 16.666667%;
  }

  .md\:gap-y-5\/24 {
    row-gap: 20.833333%;
  }

  .md\:gap-y-6\/24 {
    row-gap: 25%;
  }

  .md\:gap-y-7\/24 {
    row-gap: 29.166666%;
  }

  .md\:gap-y-8\/24 {
    row-gap: 33.333333%;
  }

  .md\:gap-y-9\/24 {
    row-gap: 37.5%;
  }

  .md\:gap-y-10\/24 {
    row-gap: 41.666666%;
  }

  .md\:gap-y-11\/24 {
    row-gap: 45.833333%;
  }

  .md\:gap-y-12\/24 {
    row-gap: 50%;
  }

  .md\:gap-y-13\/24 {
    row-gap: 54.166666%;
  }

  .md\:gap-y-14\/24 {
    row-gap: 58.333333%;
  }

  .md\:gap-y-15\/24 {
    row-gap: 62.5%;
  }

  .md\:gap-y-16\/24 {
    row-gap: 66.666667%;
  }

  .md\:gap-y-17\/24 {
    row-gap: 70.833333%;
  }

  .md\:gap-y-18\/24 {
    row-gap: 75%;
  }

  .md\:gap-y-19\/24 {
    row-gap: 79.166667%;
  }

  .md\:gap-y-20\/24 {
    row-gap: 83.333333%;
  }

  .md\:gap-y-21\/24 {
    row-gap: 87.5%;
  }

  .md\:gap-y-22\/24 {
    row-gap: 91.666667%;
  }

  .md\:gap-y-23\/24 {
    row-gap: 95.833333%;
  }

  .md\:gap-y-24\/24 {
    row-gap: 100%;
  }

  .md\:gap-y-screen-header {
    row-gap: 41.55vw;
  }

  .md\:gap-y-screen-60 {
    row-gap: 60vh;
  }

  .md\:gap-y-screen-80 {
    row-gap: 80vh;
  }

  .md\:gap-y-screen-85 {
    row-gap: 85vh;
  }

  .md\:gap-y-screen-90 {
    row-gap: 90vh;
  }

  .md\:gap-y-screen-95 {
    row-gap: 95vh;
  }

  .md\:gap-y-screen-minus-header {
    row-gap: calc(100vh - 5.25rem);
  }

  .md\:gap-y-screen-minus-35\.5 {
    row-gap: calc(100vh - 8.875rem);
  }

  .md\:gap-y-screen-minus-36 {
    row-gap: calc(100vh - 9rem);
  }

  .md\:gap-y-screen-minus-40 {
    row-gap: calc(100vh - 10rem);
  }

  .md\:gap-y-screen-minus-55 {
    row-gap: calc(100vh - 13.75rem);
  }

  .md\:gap-y-screen-minus-72 {
    row-gap: calc(100vh - 18rem);
  }

  .md\:gap-y-screen-minus-80 {
    row-gap: calc(100vh - 20rem);
  }

  .md\:gap-y-full-4 {
    row-gap: calc(100% - 16px);
  }

  .md\:gap-y-account-body {
    row-gap: calc(100vw - 304px);
  }

  .md\:gap-y-menu-center {
    row-gap: calc(50% - 288px);
  }

  .md\:gap-y-tutorials-hidden {
    row-gap: calc(100% - 56px);
  }

  .md\:gap-y-popup-full-width {
    row-gap: calc(100% + 32px);
  }

  .md\:gap-y-popup-full-width-md {
    row-gap: calc(100% + 64px);
  }

  .md\:gap-y-popup-full-height {
    row-gap: calc(100% + 68px);
  }

  .md\:gap-y-max-content {
    row-gap: max-content;
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .md\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .md\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .md\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26rem * var(--tw-space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27rem * var(--tw-space-x-reverse));
    margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .md\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32rem * var(--tw-space-x-reverse));
    margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33rem * var(--tw-space-x-reverse));
    margin-left: calc(33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34rem * var(--tw-space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36rem * var(--tw-space-x-reverse));
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41rem * var(--tw-space-x-reverse));
    margin-left: calc(41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43rem * var(--tw-space-x-reverse));
    margin-left: calc(43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46rem * var(--tw-space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48rem * var(--tw-space-x-reverse));
    margin-left: calc(48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56rem * var(--tw-space-x-reverse));
    margin-left: calc(56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64rem * var(--tw-space-x-reverse));
    margin-left: calc(64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72rem * var(--tw-space-x-reverse));
    margin-left: calc(72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96rem * var(--tw-space-x-reverse));
    margin-left: calc(96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.166667% * var(--tw-space-x-reverse));
    margin-left: calc(4.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5% * var(--tw-space-x-reverse));
    margin-left: calc(12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--tw-space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.833333% * var(--tw-space-x-reverse));
    margin-left: calc(20.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29.166666% * var(--tw-space-x-reverse));
    margin-left: calc(29.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5% * var(--tw-space-x-reverse));
    margin-left: calc(37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.666666% * var(--tw-space-x-reverse));
    margin-left: calc(41.666666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45.833333% * var(--tw-space-x-reverse));
    margin-left: calc(45.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54.166666% * var(--tw-space-x-reverse));
    margin-left: calc(54.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--tw-space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62.5% * var(--tw-space-x-reverse));
    margin-left: calc(62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--tw-space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70.833333% * var(--tw-space-x-reverse));
    margin-left: calc(70.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79.166667% * var(--tw-space-x-reverse));
    margin-left: calc(79.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--tw-space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87.5% * var(--tw-space-x-reverse));
    margin-left: calc(87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--tw-space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95.833333% * var(--tw-space-x-reverse));
    margin-left: calc(95.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60vh * var(--tw-space-x-reverse));
    margin-left: calc(60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85vh * var(--tw-space-x-reverse));
    margin-left: calc(85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90vh * var(--tw-space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95vh * var(--tw-space-x-reverse));
    margin-left: calc(95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vw - 304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(50% - 288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(50% - 288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .md\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .md\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .md\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:-space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:-space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26rem * var(--tw-space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27rem * var(--tw-space-x-reverse));
    margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .md\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32rem * var(--tw-space-x-reverse));
    margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33rem * var(--tw-space-x-reverse));
    margin-left: calc(-33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34rem * var(--tw-space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36rem * var(--tw-space-x-reverse));
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:-space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41rem * var(--tw-space-x-reverse));
    margin-left: calc(-41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43rem * var(--tw-space-x-reverse));
    margin-left: calc(-43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46rem * var(--tw-space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48rem * var(--tw-space-x-reverse));
    margin-left: calc(-48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56rem * var(--tw-space-x-reverse));
    margin-left: calc(-56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64rem * var(--tw-space-x-reverse));
    margin-left: calc(-64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72rem * var(--tw-space-x-reverse));
    margin-left: calc(-72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96rem * var(--tw-space-x-reverse));
    margin-left: calc(-96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-4.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5% * var(--tw-space-x-reverse));
    margin-left: calc(-12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-20.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-29.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5% * var(--tw-space-x-reverse));
    margin-left: calc(-37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-45.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-54.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62.5% * var(--tw-space-x-reverse));
    margin-left: calc(-62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-70.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-79.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87.5% * var(--tw-space-x-reverse));
    margin-left: calc(-87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-95.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(-41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60vh * var(--tw-space-x-reverse));
    margin-left: calc(-60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85vh * var(--tw-space-x-reverse));
    margin-left: calc(-85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90vh * var(--tw-space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95vh * var(--tw-space-x-reverse));
    margin-left: calc(-95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vw - -304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-50% - -288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\: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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .md\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .md\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .md\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .md\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.4375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.125rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.166667% * var(--tw-space-y-reverse));
  }

  .md\:space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5% * var(--tw-space-y-reverse));
  }

  .md\:space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--tw-space-y-reverse));
  }

  .md\:space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.833333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .md\:space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29.166666% * var(--tw-space-y-reverse));
  }

  .md\:space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5% * var(--tw-space-y-reverse));
  }

  .md\:space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.666666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.666666% * var(--tw-space-y-reverse));
  }

  .md\:space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45.833333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .md\:space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54.166666% * var(--tw-space-y-reverse));
  }

  .md\:space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62.5% * var(--tw-space-y-reverse));
  }

  .md\:space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--tw-space-y-reverse));
  }

  .md\:space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70.833333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .md\:space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79.166667% * var(--tw-space-y-reverse));
  }

  .md\:space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87.5% * var(--tw-space-y-reverse));
  }

  .md\:space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--tw-space-y-reverse));
  }

  .md\:space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95.833333% * var(--tw-space-y-reverse));
  }

  .md\:space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.55vw * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60vh * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85vh * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90vh * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95vh * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 5.25rem) * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 8.875rem) * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 9rem) * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 10rem) * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 13.75rem) * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 18rem) * var(--tw-space-y-reverse));
  }

  .md\:space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 20rem) * var(--tw-space-y-reverse));
  }

  .md\:space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 16px) * var(--tw-space-y-reverse));
  }

  .md\:space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vw - 304px) * var(--tw-space-y-reverse));
  }

  .md\:space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(50% - 288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(50% - 288px) * var(--tw-space-y-reverse));
  }

  .md\:space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 56px) * var(--tw-space-y-reverse));
  }

  .md\:space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 32px) * var(--tw-space-y-reverse));
  }

  .md\:space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 64px) * var(--tw-space-y-reverse));
  }

  .md\:space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 68px) * var(--tw-space-y-reverse));
  }

  .md\:space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse));
  }

  .md\:-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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .md\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .md\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .md\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:-space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:-space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .md\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:-space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.4375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73.125rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.16667% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.83333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29.16667% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45.83333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54.16667% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62.5% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70.83333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79.16667% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87.5% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95.83333% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.55vw * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60vh * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85vh * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90vh * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95vh * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -5.25rem) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -8.875rem) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -9rem) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -10rem) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -13.75rem) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -18rem) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -20rem) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -16px) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vw - -304px) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-50% - -288px) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -56px) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -32px) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -64px) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -68px) * var(--tw-space-y-reverse));
  }

  .md\:-space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .md\:divide-x-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)));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-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)));
  }

  .md\:divide-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(7px * var(--tw-divide-x-reverse));
    border-left-width: calc(7px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-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));
  }

  .md\:divide-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(7px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(7px * var(--tw-divide-y-reverse));
  }

  .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));
  }

  .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));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .md\:divide-green-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-divide-opacity));
  }

  .md\:divide-green-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-divide-opacity));
  }

  .md\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-divide-opacity));
  }

  .md\:divide-green-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-divide-opacity));
  }

  .md\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .md\:divide-grey-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-divide-opacity));
  }

  .md\:divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-divide-opacity));
  }

  .md\:divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-divide-opacity));
  }

  .md\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-divide-opacity));
  }

  .md\:divide-grey-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .md\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  .md\:divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .md\:divide-grey-pale > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .md\:divide-grey-pale-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(234,234,234,0.6);
  }

  .md\:divide-grey-faint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
  }

  .md\:divide-grey-lightest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .md\:divide-grey-page > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(243,243,243,0.5);
  }

  .md\:divide-primary-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-blue-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .md\:divide-secondary-blue-light-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.2);
  }

  .md\:divide-secondary-blue-light-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.1);
  }

  .md\:divide-tertiary-orange > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .md\:divide-tertiary-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-divide-opacity));
  }

  .md\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .md\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .md\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-divide-opacity));
  }

  .md\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-black-neutral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-divide-opacity));
  }

  .md\:divide-toggle > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,0.3);
  }

  .md\:divide-toggle-active > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,1);
  }

  .md\:divide-tertiary-orange-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-divide-opacity));
  }

  .md\:divide-google-maps > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-divide-opacity));
  }

  .md\:divide-chart > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(218,240,225,0.2);
  }

  .md\:divide-energy-rating-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-divide-opacity));
  }

  .md\:divide-energy-rating-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-divide-opacity));
  }

  .md\:divide-energy-rating-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-divide-opacity));
  }

  .md\:divide-energy-rating-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .md\:divide-energy-rating-e > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-divide-opacity));
  }

  .md\:divide-energy-rating-f > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-divide-opacity));
  }

  .md\:divide-energy-rating-g > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-divide-opacity));
  }

  .md\:divide-flo-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-divide-opacity));
  }

  .md\:divide-green-dark-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-divide-opacity));
  }

  .md\:divide-tertiary-background > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-divide-opacity));
  }

  .md\:divide-tertiary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-divide-opacity));
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:self-stretch {
    align-self: stretch;
  }

  .md\:self-baseline {
    align-self: baseline;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .md\:overscroll-none {
    overscroll-behavior: none;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:overflow-clip {
    text-overflow: clip;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:whitespace-pre {
    white-space: pre;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words {
    overflow-wrap: break-word;
  }

  .md\:break-all {
    word-break: break-all;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-3 {
    border-width: 3px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-7 {
    border-width: 7px;
  }

  .md\:border-8 {
    border-width: 8px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-t-3 {
    border-top-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-t-7 {
    border-top-width: 7px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-r-7 {
    border-right-width: 7px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-b-7 {
    border-bottom-width: 7px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-l-0 {
    border-left-width: 0px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-l-7 {
    border-left-width: 7px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-dotted {
    border-style: dotted;
  }

  .md\:border-double {
    border-style: double;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .md\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .md\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .md\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .md\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .md\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .md\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .md\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .md\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .md\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .md\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .md\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .md\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .md\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .md\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .md\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .md\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .md\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .md\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .md\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .md\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .md\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .md\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .md\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .md\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .md\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .md\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .md\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .md\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .md\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .md\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .md\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .md\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .md\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .md\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .md\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .md\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .md\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .md\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .md\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .md\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .md\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .md\:group-hover\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .group:hover .md\:group-hover\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .group:hover .md\:group-hover\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .group:hover .md\:group-hover\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .group:hover .md\:group-hover\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .group:hover .md\:group-hover\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .group:hover .md\:group-hover\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .group:hover .md\:group-hover\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .group:hover .md\:group-hover\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .md\:focus-within\:border-green-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-pale:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-pale-60:focus-within {
    border-color: rgba(234,234,234,0.6);
  }

  .md\:focus-within\:border-grey-faint:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-lightest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-grey-page:focus-within {
    border-color: rgba(243,243,243,0.5);
  }

  .md\:focus-within\:border-primary-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-blue-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-secondary-blue-light-20:focus-within {
    border-color: rgba(46,174,178,0.2);
  }

  .md\:focus-within\:border-secondary-blue-light-10:focus-within {
    border-color: rgba(46,174,178,0.1);
  }

  .md\:focus-within\:border-tertiary-orange:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-tertiary-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-black-neutral:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-toggle:focus-within {
    border-color: rgba(8,198,145,0.3);
  }

  .md\:focus-within\:border-toggle-active:focus-within {
    border-color: rgba(8,198,145,1);
  }

  .md\:focus-within\:border-tertiary-orange-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-google-maps:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-chart:focus-within {
    border-color: rgba(218,240,225,0.2);
  }

  .md\:focus-within\:border-energy-rating-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-energy-rating-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-energy-rating-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-energy-rating-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-energy-rating-e:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-energy-rating-f:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-energy-rating-g:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-flo-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-green-dark-60:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-tertiary-background:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .md\:focus-within\:border-tertiary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-green-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-pale:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-pale-60:hover {
    border-color: rgba(234,234,234,0.6);
  }

  .md\:hover\:border-grey-faint:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-lightest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:hover\:border-grey-page:hover {
    border-color: rgba(243,243,243,0.5);
  }

  .md\:hover\:border-primary-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-blue-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .md\:hover\:border-secondary-blue-light-20:hover {
    border-color: rgba(46,174,178,0.2);
  }

  .md\:hover\:border-secondary-blue-light-10:hover {
    border-color: rgba(46,174,178,0.1);
  }

  .md\:hover\:border-tertiary-orange:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .md\:hover\:border-tertiary-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .md\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .md\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .md\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .md\:hover\:border-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-black-neutral:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .md\:hover\:border-toggle:hover {
    border-color: rgba(8,198,145,0.3);
  }

  .md\:hover\:border-toggle-active:hover {
    border-color: rgba(8,198,145,1);
  }

  .md\:hover\:border-tertiary-orange-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .md\:hover\:border-google-maps:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .md\:hover\:border-chart:hover {
    border-color: rgba(218,240,225,0.2);
  }

  .md\:hover\:border-energy-rating-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .md\:hover\:border-energy-rating-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .md\:hover\:border-energy-rating-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .md\:hover\:border-energy-rating-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-energy-rating-e:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .md\:hover\:border-energy-rating-f:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .md\:hover\:border-energy-rating-g:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .md\:hover\:border-flo-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .md\:hover\:border-green-dark-60:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .md\:hover\:border-tertiary-background:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .md\:hover\:border-tertiary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-green-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-pale:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-pale-60:focus {
    border-color: rgba(234,234,234,0.6);
  }

  .md\:focus\:border-grey-faint:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-lightest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .md\:focus\:border-grey-page:focus {
    border-color: rgba(243,243,243,0.5);
  }

  .md\:focus\:border-primary-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-blue-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .md\:focus\:border-secondary-blue-light-20:focus {
    border-color: rgba(46,174,178,0.2);
  }

  .md\:focus\:border-secondary-blue-light-10:focus {
    border-color: rgba(46,174,178,0.1);
  }

  .md\:focus\:border-tertiary-orange:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .md\:focus\:border-tertiary-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .md\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .md\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .md\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .md\:focus\:border-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-black-neutral:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .md\:focus\:border-toggle:focus {
    border-color: rgba(8,198,145,0.3);
  }

  .md\:focus\:border-toggle-active:focus {
    border-color: rgba(8,198,145,1);
  }

  .md\:focus\:border-tertiary-orange-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .md\:focus\:border-google-maps:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .md\:focus\:border-chart:focus {
    border-color: rgba(218,240,225,0.2);
  }

  .md\:focus\:border-energy-rating-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .md\:focus\:border-energy-rating-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .md\:focus\:border-energy-rating-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .md\:focus\:border-energy-rating-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-energy-rating-e:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .md\:focus\:border-energy-rating-f:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .md\:focus\:border-energy-rating-g:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .md\:focus\:border-flo-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .md\:focus\:border-green-dark-60:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .md\:focus\:border-tertiary-background:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .md\:focus\:border-tertiary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .md\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .md\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .md\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .md\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .md\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .md\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .md\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .md\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .md\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .md\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .md\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .md\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .md\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .md\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .md\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .md\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .md\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .md\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .md\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .md\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .md\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .md\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .md\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .md\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .md\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .md\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .md\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .md\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .md\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .md\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .md\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .md\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .md\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .md\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .md\:even\:bg-green-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-lighter:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-pale:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-pale-60:nth-child(even) {
    background-color: rgba(234,234,234,0.6);
  }

  .md\:even\:bg-grey-faint:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-lightest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:even\:bg-grey-page:nth-child(even) {
    background-color: rgba(243,243,243,0.5);
  }

  .md\:even\:bg-primary-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:even\:bg-secondary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .md\:even\:bg-secondary-blue-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .md\:even\:bg-secondary-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:even\:bg-secondary-blue-light-20:nth-child(even) {
    background-color: rgba(46,174,178,0.2);
  }

  .md\:even\:bg-secondary-blue-light-10:nth-child(even) {
    background-color: rgba(46,174,178,0.1);
  }

  .md\:even\:bg-tertiary-orange:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:even\:bg-tertiary-yellow:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .md\:even\:bg-success:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:even\:bg-warning:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:even\:bg-error:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .md\:even\:bg-info:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:even\:bg-black-neutral:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .md\:even\:bg-toggle:nth-child(even) {
    background-color: rgba(8,198,145,0.3);
  }

  .md\:even\:bg-toggle-active:nth-child(even) {
    background-color: rgba(8,198,145,1);
  }

  .md\:even\:bg-tertiary-orange-hover:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .md\:even\:bg-google-maps:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .md\:even\:bg-chart:nth-child(even) {
    background-color: rgba(218,240,225,0.2);
  }

  .md\:even\:bg-energy-rating-a:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .md\:even\:bg-energy-rating-b:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .md\:even\:bg-energy-rating-c:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .md\:even\:bg-energy-rating-d:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .md\:even\:bg-energy-rating-e:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .md\:even\:bg-energy-rating-f:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .md\:even\:bg-energy-rating-g:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .md\:even\:bg-flo-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .md\:even\:bg-green-dark-60:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .md\:even\:bg-tertiary-background:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .md\:even\:bg-tertiary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .md\:group-hover\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .group:hover .md\:group-hover\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .group:hover .md\:group-hover\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .group:hover .md\:group-hover\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .group:hover .md\:group-hover\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .group:hover .md\:group-hover\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .group:hover .md\:group-hover\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .group:hover .md\:group-hover\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .md\:focus-within\:bg-green-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-pale:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-pale-60:focus-within {
    background-color: rgba(234,234,234,0.6);
  }

  .md\:focus-within\:bg-grey-faint:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-lightest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-grey-page:focus-within {
    background-color: rgba(243,243,243,0.5);
  }

  .md\:focus-within\:bg-primary-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-blue-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-secondary-blue-light-20:focus-within {
    background-color: rgba(46,174,178,0.2);
  }

  .md\:focus-within\:bg-secondary-blue-light-10:focus-within {
    background-color: rgba(46,174,178,0.1);
  }

  .md\:focus-within\:bg-tertiary-orange:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-tertiary-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-black-neutral:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-toggle:focus-within {
    background-color: rgba(8,198,145,0.3);
  }

  .md\:focus-within\:bg-toggle-active:focus-within {
    background-color: rgba(8,198,145,1);
  }

  .md\:focus-within\:bg-tertiary-orange-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-google-maps:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-chart:focus-within {
    background-color: rgba(218,240,225,0.2);
  }

  .md\:focus-within\:bg-energy-rating-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-energy-rating-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-energy-rating-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-energy-rating-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-energy-rating-e:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-energy-rating-f:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-energy-rating-g:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-flo-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-green-dark-60:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-tertiary-background:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .md\:focus-within\:bg-tertiary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .md\:hover\:bg-green-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-pale:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-pale-60:hover {
    background-color: rgba(234,234,234,0.6);
  }

  .md\:hover\:bg-grey-faint:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-lightest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-grey-page:hover {
    background-color: rgba(243,243,243,0.5);
  }

  .md\:hover\:bg-primary-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-secondary-blue-light-20:hover {
    background-color: rgba(46,174,178,0.2);
  }

  .md\:hover\:bg-secondary-blue-light-10:hover {
    background-color: rgba(46,174,178,0.1);
  }

  .md\:hover\:bg-tertiary-orange:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-tertiary-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-black-neutral:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-toggle:hover {
    background-color: rgba(8,198,145,0.3);
  }

  .md\:hover\:bg-toggle-active:hover {
    background-color: rgba(8,198,145,1);
  }

  .md\:hover\:bg-tertiary-orange-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-google-maps:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-chart:hover {
    background-color: rgba(218,240,225,0.2);
  }

  .md\:hover\:bg-energy-rating-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-energy-rating-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-energy-rating-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-energy-rating-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-energy-rating-e:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-energy-rating-f:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-energy-rating-g:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-flo-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-green-dark-60:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-tertiary-background:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-tertiary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-green-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-pale:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-pale-60:focus {
    background-color: rgba(234,234,234,0.6);
  }

  .md\:focus\:bg-grey-faint:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-lightest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-grey-page:focus {
    background-color: rgba(243,243,243,0.5);
  }

  .md\:focus\:bg-primary-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-blue-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-secondary-blue-light-20:focus {
    background-color: rgba(46,174,178,0.2);
  }

  .md\:focus\:bg-secondary-blue-light-10:focus {
    background-color: rgba(46,174,178,0.1);
  }

  .md\:focus\:bg-tertiary-orange:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-tertiary-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-black-neutral:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-toggle:focus {
    background-color: rgba(8,198,145,0.3);
  }

  .md\:focus\:bg-toggle-active:focus {
    background-color: rgba(8,198,145,1);
  }

  .md\:focus\:bg-tertiary-orange-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-google-maps:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-chart:focus {
    background-color: rgba(218,240,225,0.2);
  }

  .md\:focus\:bg-energy-rating-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-energy-rating-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-energy-rating-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-energy-rating-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-energy-rating-e:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-energy-rating-f:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-energy-rating-g:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-flo-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-green-dark-60:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-tertiary-background:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-tertiary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .md\:bg-search {
    background-image: url('/images/v2/icons/search.svg');
  }

  .md\:bg-search-dark {
    background-image: url('/images/v2/icons/search-dark.svg');
  }

  .md\:bg-select {
    background-image: url('/images/v2/icons/select.svg');
  }

  .md\:bg-select-light {
    background-image: url('/images/v2/icons/select-light.svg');
  }

  .md\:bg-list-check {
    background-image: url('/images/v2/icons/list-check.svg');
  }

  .md\:bg-list-times {
    background-image: url('/images/v2/icons/list-times.svg');
  }

  .md\:bg-chevrons {
    background-image: url('/images/v2/illustrations/chevron-wide.svg');
  }

  .md\:bg-chevron {
    background-image: url('/images/v2/illustrations/chevron-small.svg');
  }

  .md\:bg-chevron-repeat {
    background-image: url('/images/v2/illustrations/chevron-wide-space.svg');
  }

  .md\:bg-chevron-reverse {
    background-image: url('/images/v2/illustrations/chevron-reverse.svg');
  }

  .md\:bg-chevron-offset {
    background-image: url('/images/v2/illustrations/chevron-wide-offset.svg');
  }

  .md\:bg-chevron-offset-translucent {
    background-image: url('/images/v2/illustrations/chevron-wide-offset-translucent.svg');
  }

  .md\:bg-triangles-sm {
    background-image: url('/images/v2/illustrations/small-triangles.svg');
  }

  .md\:bg-triangles-sm-bl {
    background-image: url('/images/v2/illustrations/small-triangles-bl.svg');
  }

  .md\:bg-triangles-sm-bl-min {
    background-image: url('/images/v2/illustrations/small-triangles-bl-min.svg');
  }

  .md\:bg-triangles-sm-tr {
    background-image: url('/images/v2/illustrations/small-triangles-tr.svg');
  }

  .md\:bg-triangles-sm-br {
    background-image: url('/images/v2/illustrations/small-triangles-br.svg');
  }

  .md\:bg-triangles-sm-br-min {
    background-image: url('/images/v2/illustrations/small-triangles-br-min.svg');
  }

  .md\:bg-triangles-sm-br-ten {
    background-image: url('/images/v2/illustrations/small-triangles-br-ten.svg');
  }

  .md\:bg-triangles-sm-full {
    background-image: url('/images/v2/illustrations/small-triangles-full.svg');
  }

  .md\:bg-triangles-sm-reverse {
    background-image: url('/images/v2/illustrations/small-triangles-reverse.svg');
  }

  .md\:bg-triangles-sm-square {
    background-image: url('/images/v2/illustrations/small-triangles-square.svg');
  }

  .md\:bg-triangles-sm-rotate {
    background-image: url('/images/v2/illustrations/small-triangles-rotate.svg');
  }

  .md\:bg-triangles-lg {
    background-image: url('/images/v2/illustrations/big-triangles.svg');
  }

  .md\:bg-triangles-lg-square {
    background-image: url('/images/v2/illustrations/big-triangles-square.svg');
  }

  .md\:bg-hero-house {
    background-image: url('/images/v2/illustrations/hero-house-shadow.svg');
  }

  .md\:bg-persona-hero-house {
    background-image: url('/images/v2/illustrations/persona-hero-house.svg');
  }

  .md\:bg-house-min {
    background-image: url('/images/v2/illustrations/house-min.svg');
  }

  .md\:bg-home-hero-auth {
    background-image: url('/images/v2/illustrations/home-hero-auth.svg');
  }

  .md\:bg-home-hero {
    background-image: url('/images/home/background.jpg');
  }

  .md\:bg-horizontal-house {
    background-image: url('/images/v2/illustrations/horizontal-house-repeat.svg');
  }

  .md\:bg-map {
    background-image: url('/images/v2/illustrations/map.svg');
  }

  .md\:bg-map-alt {
    background-image: url('/images/v2/illustrations/map-alt.svg');
  }

  .md\:bg-map-alt-2 {
    background-image: url('/images/v2/illustrations/map-alt-2.svg');
  }

  .md\:bg-map-alt-3 {
    background-image: url('/images/v2/illustrations/map-alt-3.svg');
  }

  .md\:bg-b2bfinance {
    background-image: url(/images/finance-finder/b2bfinance-tick.png);
  }

  .md\:bg-frame {
    background-image: url(/images/about/frame.png);
  }

  .md\:bg-dot-wave {
    background-image: url(/images/dot-wave.png);
  }

  .md\:bg-line-wave {
    background-image: url(/images/line-wave.svg);
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-green-darkest {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .md\:from-green-darker {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .md\:from-green-dark {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .md\:from-green-medium {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .md\:from-green-light {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:from-grey-darkest {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .md\:from-grey-darker {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .md\:from-grey-dark {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .md\:from-grey {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .md\:from-grey-medium {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:from-grey-light {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .md\:from-grey-lighter {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:from-grey-pale {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:from-grey-pale-60 {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:from-grey-faint {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:from-grey-lightest {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:from-grey-page {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:from-primary-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-secondary-green {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .md\:from-secondary-blue-dark {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .md\:from-secondary-blue-light {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:from-secondary-blue-light-20 {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:from-secondary-blue-light-10 {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:from-tertiary-orange {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:from-tertiary-yellow {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .md\:from-success {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:from-warning {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:from-error {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .md\:from-info {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:from-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-black-neutral {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .md\:from-toggle {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:from-toggle-active {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:from-tertiary-orange-hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .md\:from-google-maps {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .md\:from-chart {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .md\:from-energy-rating-a {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .md\:from-energy-rating-b {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .md\:from-energy-rating-c {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .md\:from-energy-rating-d {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:from-energy-rating-e {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .md\:from-energy-rating-f {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .md\:from-energy-rating-g {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .md\:from-flo-blue-light {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .md\:from-green-dark-60 {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .md\:from-tertiary-background {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .md\:from-tertiary-green {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-green-darkest:hover {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .md\:hover\:from-green-darker:hover {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .md\:hover\:from-green-dark:hover {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .md\:hover\:from-green-medium:hover {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .md\:hover\:from-green-light:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:hover\:from-grey-darkest:hover {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .md\:hover\:from-grey-darker:hover {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .md\:hover\:from-grey-dark:hover {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .md\:hover\:from-grey:hover {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .md\:hover\:from-grey-medium:hover {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:hover\:from-grey-light:hover {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .md\:hover\:from-grey-lighter:hover {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:hover\:from-grey-pale:hover {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:hover\:from-grey-pale-60:hover {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:hover\:from-grey-faint:hover {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:hover\:from-grey-lightest:hover {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:hover\:from-grey-page:hover {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:hover\:from-primary-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-secondary-green:hover {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .md\:hover\:from-secondary-blue-dark:hover {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .md\:hover\:from-secondary-blue-light:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:hover\:from-secondary-blue-light-20:hover {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:hover\:from-secondary-blue-light-10:hover {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:hover\:from-tertiary-orange:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:hover\:from-tertiary-yellow:hover {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .md\:hover\:from-success:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:hover\:from-warning:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:hover\:from-error:hover {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .md\:hover\:from-info:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black-neutral:hover {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .md\:hover\:from-toggle:hover {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:hover\:from-toggle-active:hover {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:hover\:from-tertiary-orange-hover:hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .md\:hover\:from-google-maps:hover {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .md\:hover\:from-chart:hover {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .md\:hover\:from-energy-rating-a:hover {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .md\:hover\:from-energy-rating-b:hover {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .md\:hover\:from-energy-rating-c:hover {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .md\:hover\:from-energy-rating-d:hover {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:hover\:from-energy-rating-e:hover {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .md\:hover\:from-energy-rating-f:hover {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .md\:hover\:from-energy-rating-g:hover {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .md\:hover\:from-flo-blue-light:hover {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .md\:hover\:from-green-dark-60:hover {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .md\:hover\:from-tertiary-background:hover {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .md\:hover\:from-tertiary-green:hover {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-green-darkest:focus {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .md\:focus\:from-green-darker:focus {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .md\:focus\:from-green-dark:focus {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .md\:focus\:from-green-medium:focus {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .md\:focus\:from-green-light:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:focus\:from-grey-darkest:focus {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .md\:focus\:from-grey-darker:focus {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .md\:focus\:from-grey-dark:focus {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .md\:focus\:from-grey:focus {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .md\:focus\:from-grey-medium:focus {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:focus\:from-grey-light:focus {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .md\:focus\:from-grey-lighter:focus {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:focus\:from-grey-pale:focus {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:focus\:from-grey-pale-60:focus {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:focus\:from-grey-faint:focus {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:focus\:from-grey-lightest:focus {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:focus\:from-grey-page:focus {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:focus\:from-primary-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-secondary-green:focus {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .md\:focus\:from-secondary-blue-dark:focus {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .md\:focus\:from-secondary-blue-light:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:focus\:from-secondary-blue-light-20:focus {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:focus\:from-secondary-blue-light-10:focus {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:focus\:from-tertiary-orange:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:focus\:from-tertiary-yellow:focus {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .md\:focus\:from-success:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:focus\:from-warning:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:focus\:from-error:focus {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .md\:focus\:from-info:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black-neutral:focus {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .md\:focus\:from-toggle:focus {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:focus\:from-toggle-active:focus {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:focus\:from-tertiary-orange-hover:focus {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .md\:focus\:from-google-maps:focus {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .md\:focus\:from-chart:focus {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .md\:focus\:from-energy-rating-a:focus {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .md\:focus\:from-energy-rating-b:focus {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .md\:focus\:from-energy-rating-c:focus {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .md\:focus\:from-energy-rating-d:focus {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:focus\:from-energy-rating-e:focus {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .md\:focus\:from-energy-rating-f:focus {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .md\:focus\:from-energy-rating-g:focus {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .md\:focus\:from-flo-blue-light:focus {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .md\:focus\:from-green-dark-60:focus {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .md\:focus\:from-tertiary-background:focus {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .md\:focus\:from-tertiary-green:focus {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-green-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .md\:via-green-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .md\:via-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .md\:via-green-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .md\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:via-grey-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .md\:via-grey-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .md\:via-grey-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .md\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .md\:via-grey-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .md\:via-grey-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:via-grey-pale {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:via-grey-pale-60 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:via-grey-faint {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:via-grey-lightest {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:via-grey-page {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:via-primary-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-secondary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .md\:via-secondary-blue-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .md\:via-secondary-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:via-secondary-blue-light-20 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:via-secondary-blue-light-10 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:via-tertiary-orange {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:via-tertiary-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .md\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .md\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black-neutral {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .md\:via-toggle {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:via-toggle-active {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:via-tertiary-orange-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .md\:via-google-maps {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .md\:via-chart {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .md\:via-energy-rating-a {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .md\:via-energy-rating-b {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .md\:via-energy-rating-c {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .md\:via-energy-rating-d {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:via-energy-rating-e {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .md\:via-energy-rating-f {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .md\:via-energy-rating-g {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .md\:via-flo-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .md\:via-green-dark-60 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .md\:via-tertiary-background {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .md\:via-tertiary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-green-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .md\:hover\:via-green-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .md\:hover\:via-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .md\:hover\:via-green-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .md\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:hover\:via-grey-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .md\:hover\:via-grey-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .md\:hover\:via-grey-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .md\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .md\:hover\:via-grey-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .md\:hover\:via-grey-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:hover\:via-grey-pale:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:hover\:via-grey-pale-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:hover\:via-grey-faint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:hover\:via-grey-lightest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:hover\:via-grey-page:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:hover\:via-primary-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-secondary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .md\:hover\:via-secondary-blue-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .md\:hover\:via-secondary-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:hover\:via-secondary-blue-light-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:hover\:via-secondary-blue-light-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:hover\:via-tertiary-orange:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:hover\:via-tertiary-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .md\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .md\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black-neutral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .md\:hover\:via-toggle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:hover\:via-toggle-active:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:hover\:via-tertiary-orange-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .md\:hover\:via-google-maps:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .md\:hover\:via-chart:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .md\:hover\:via-energy-rating-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .md\:hover\:via-energy-rating-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .md\:hover\:via-energy-rating-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .md\:hover\:via-energy-rating-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:hover\:via-energy-rating-e:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .md\:hover\:via-energy-rating-f:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .md\:hover\:via-energy-rating-g:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .md\:hover\:via-flo-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .md\:hover\:via-green-dark-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .md\:hover\:via-tertiary-background:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .md\:hover\:via-tertiary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-green-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .md\:focus\:via-green-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .md\:focus\:via-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .md\:focus\:via-green-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .md\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:focus\:via-grey-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .md\:focus\:via-grey-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .md\:focus\:via-grey-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .md\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .md\:focus\:via-grey-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .md\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .md\:focus\:via-grey-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .md\:focus\:via-grey-pale:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:focus\:via-grey-pale-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .md\:focus\:via-grey-faint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:focus\:via-grey-lightest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .md\:focus\:via-grey-page:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .md\:focus\:via-primary-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-secondary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .md\:focus\:via-secondary-blue-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .md\:focus\:via-secondary-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:focus\:via-secondary-blue-light-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:focus\:via-secondary-blue-light-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:focus\:via-tertiary-orange:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:focus\:via-tertiary-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .md\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .md\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .md\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .md\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black-neutral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .md\:focus\:via-toggle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:focus\:via-toggle-active:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:focus\:via-tertiary-orange-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .md\:focus\:via-google-maps:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .md\:focus\:via-chart:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .md\:focus\:via-energy-rating-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .md\:focus\:via-energy-rating-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .md\:focus\:via-energy-rating-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .md\:focus\:via-energy-rating-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .md\:focus\:via-energy-rating-e:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .md\:focus\:via-energy-rating-f:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .md\:focus\:via-energy-rating-g:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .md\:focus\:via-flo-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .md\:focus\:via-green-dark-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .md\:focus\:via-tertiary-background:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .md\:focus\:via-tertiary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .md\:to-green-darkest {
    --tw-gradient-to: #032b26;
  }

  .md\:to-green-darker {
    --tw-gradient-to: #063932;
  }

  .md\:to-green-dark {
    --tw-gradient-to: #0b4d44;
  }

  .md\:to-green-medium {
    --tw-gradient-to: #199365;
  }

  .md\:to-green-light {
    --tw-gradient-to: #47b669;
  }

  .md\:to-grey-darkest {
    --tw-gradient-to: #303030;
  }

  .md\:to-grey-darker {
    --tw-gradient-to: #4a4a4a;
  }

  .md\:to-grey-dark {
    --tw-gradient-to: #6c7476;
  }

  .md\:to-grey {
    --tw-gradient-to: #888888;
  }

  .md\:to-grey-medium {
    --tw-gradient-to: #aaaaaa;
  }

  .md\:to-grey-light {
    --tw-gradient-to: #bbbbbb;
  }

  .md\:to-grey-lighter {
    --tw-gradient-to: #dadada;
  }

  .md\:to-grey-pale {
    --tw-gradient-to: #eaeaea;
  }

  .md\:to-grey-pale-60 {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .md\:to-grey-faint {
    --tw-gradient-to: #f3f3f3;
  }

  .md\:to-grey-lightest {
    --tw-gradient-to: #f9f9f9;
  }

  .md\:to-grey-page {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .md\:to-primary-white {
    --tw-gradient-to: #ffffff;
  }

  .md\:to-secondary-green {
    --tw-gradient-to: #0cc393;
  }

  .md\:to-secondary-blue-dark {
    --tw-gradient-to: #175564;
  }

  .md\:to-secondary-blue-light {
    --tw-gradient-to: #2eaeb2;
  }

  .md\:to-secondary-blue-light-20 {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .md\:to-secondary-blue-light-10 {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .md\:to-tertiary-orange {
    --tw-gradient-to: #f46036;
  }

  .md\:to-tertiary-yellow {
    --tw-gradient-to: #f9c846;
  }

  .md\:to-success {
    --tw-gradient-to: #47b669;
  }

  .md\:to-warning {
    --tw-gradient-to: #f46036;
  }

  .md\:to-error {
    --tw-gradient-to: #e63147;
  }

  .md\:to-info {
    --tw-gradient-to: #2eaeb2;
  }

  .md\:to-black {
    --tw-gradient-to: #000000;
  }

  .md\:to-black-neutral {
    --tw-gradient-to: #373f41;
  }

  .md\:to-toggle {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .md\:to-toggle-active {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .md\:to-tertiary-orange-hover {
    --tw-gradient-to: #f78161;
  }

  .md\:to-google-maps {
    --tw-gradient-to: #e5e3df;
  }

  .md\:to-chart {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .md\:to-energy-rating-a {
    --tw-gradient-to: #008459;
  }

  .md\:to-energy-rating-b {
    --tw-gradient-to: #19b059;
  }

  .md\:to-energy-rating-c {
    --tw-gradient-to: #8dc641;
  }

  .md\:to-energy-rating-d {
    --tw-gradient-to: #ffcc00;
  }

  .md\:to-energy-rating-e {
    --tw-gradient-to: #f7ac64;
  }

  .md\:to-energy-rating-f {
    --tw-gradient-to: #f78521;
  }

  .md\:to-energy-rating-g {
    --tw-gradient-to: #ef1c39;
  }

  .md\:to-flo-blue-light {
    --tw-gradient-to: #0072b4;
  }

  .md\:to-green-dark-60 {
    --tw-gradient-to: #a3b7b4;
  }

  .md\:to-tertiary-background {
    --tw-gradient-to: #ebfaf6;
  }

  .md\:to-tertiary-green {
    --tw-gradient-to: #08c691;
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-green-darkest:hover {
    --tw-gradient-to: #032b26;
  }

  .md\:hover\:to-green-darker:hover {
    --tw-gradient-to: #063932;
  }

  .md\:hover\:to-green-dark:hover {
    --tw-gradient-to: #0b4d44;
  }

  .md\:hover\:to-green-medium:hover {
    --tw-gradient-to: #199365;
  }

  .md\:hover\:to-green-light:hover {
    --tw-gradient-to: #47b669;
  }

  .md\:hover\:to-grey-darkest:hover {
    --tw-gradient-to: #303030;
  }

  .md\:hover\:to-grey-darker:hover {
    --tw-gradient-to: #4a4a4a;
  }

  .md\:hover\:to-grey-dark:hover {
    --tw-gradient-to: #6c7476;
  }

  .md\:hover\:to-grey:hover {
    --tw-gradient-to: #888888;
  }

  .md\:hover\:to-grey-medium:hover {
    --tw-gradient-to: #aaaaaa;
  }

  .md\:hover\:to-grey-light:hover {
    --tw-gradient-to: #bbbbbb;
  }

  .md\:hover\:to-grey-lighter:hover {
    --tw-gradient-to: #dadada;
  }

  .md\:hover\:to-grey-pale:hover {
    --tw-gradient-to: #eaeaea;
  }

  .md\:hover\:to-grey-pale-60:hover {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .md\:hover\:to-grey-faint:hover {
    --tw-gradient-to: #f3f3f3;
  }

  .md\:hover\:to-grey-lightest:hover {
    --tw-gradient-to: #f9f9f9;
  }

  .md\:hover\:to-grey-page:hover {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .md\:hover\:to-primary-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .md\:hover\:to-secondary-green:hover {
    --tw-gradient-to: #0cc393;
  }

  .md\:hover\:to-secondary-blue-dark:hover {
    --tw-gradient-to: #175564;
  }

  .md\:hover\:to-secondary-blue-light:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .md\:hover\:to-secondary-blue-light-20:hover {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .md\:hover\:to-secondary-blue-light-10:hover {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .md\:hover\:to-tertiary-orange:hover {
    --tw-gradient-to: #f46036;
  }

  .md\:hover\:to-tertiary-yellow:hover {
    --tw-gradient-to: #f9c846;
  }

  .md\:hover\:to-success:hover {
    --tw-gradient-to: #47b669;
  }

  .md\:hover\:to-warning:hover {
    --tw-gradient-to: #f46036;
  }

  .md\:hover\:to-error:hover {
    --tw-gradient-to: #e63147;
  }

  .md\:hover\:to-info:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000000;
  }

  .md\:hover\:to-black-neutral:hover {
    --tw-gradient-to: #373f41;
  }

  .md\:hover\:to-toggle:hover {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .md\:hover\:to-toggle-active:hover {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .md\:hover\:to-tertiary-orange-hover:hover {
    --tw-gradient-to: #f78161;
  }

  .md\:hover\:to-google-maps:hover {
    --tw-gradient-to: #e5e3df;
  }

  .md\:hover\:to-chart:hover {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .md\:hover\:to-energy-rating-a:hover {
    --tw-gradient-to: #008459;
  }

  .md\:hover\:to-energy-rating-b:hover {
    --tw-gradient-to: #19b059;
  }

  .md\:hover\:to-energy-rating-c:hover {
    --tw-gradient-to: #8dc641;
  }

  .md\:hover\:to-energy-rating-d:hover {
    --tw-gradient-to: #ffcc00;
  }

  .md\:hover\:to-energy-rating-e:hover {
    --tw-gradient-to: #f7ac64;
  }

  .md\:hover\:to-energy-rating-f:hover {
    --tw-gradient-to: #f78521;
  }

  .md\:hover\:to-energy-rating-g:hover {
    --tw-gradient-to: #ef1c39;
  }

  .md\:hover\:to-flo-blue-light:hover {
    --tw-gradient-to: #0072b4;
  }

  .md\:hover\:to-green-dark-60:hover {
    --tw-gradient-to: #a3b7b4;
  }

  .md\:hover\:to-tertiary-background:hover {
    --tw-gradient-to: #ebfaf6;
  }

  .md\:hover\:to-tertiary-green:hover {
    --tw-gradient-to: #08c691;
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-green-darkest:focus {
    --tw-gradient-to: #032b26;
  }

  .md\:focus\:to-green-darker:focus {
    --tw-gradient-to: #063932;
  }

  .md\:focus\:to-green-dark:focus {
    --tw-gradient-to: #0b4d44;
  }

  .md\:focus\:to-green-medium:focus {
    --tw-gradient-to: #199365;
  }

  .md\:focus\:to-green-light:focus {
    --tw-gradient-to: #47b669;
  }

  .md\:focus\:to-grey-darkest:focus {
    --tw-gradient-to: #303030;
  }

  .md\:focus\:to-grey-darker:focus {
    --tw-gradient-to: #4a4a4a;
  }

  .md\:focus\:to-grey-dark:focus {
    --tw-gradient-to: #6c7476;
  }

  .md\:focus\:to-grey:focus {
    --tw-gradient-to: #888888;
  }

  .md\:focus\:to-grey-medium:focus {
    --tw-gradient-to: #aaaaaa;
  }

  .md\:focus\:to-grey-light:focus {
    --tw-gradient-to: #bbbbbb;
  }

  .md\:focus\:to-grey-lighter:focus {
    --tw-gradient-to: #dadada;
  }

  .md\:focus\:to-grey-pale:focus {
    --tw-gradient-to: #eaeaea;
  }

  .md\:focus\:to-grey-pale-60:focus {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .md\:focus\:to-grey-faint:focus {
    --tw-gradient-to: #f3f3f3;
  }

  .md\:focus\:to-grey-lightest:focus {
    --tw-gradient-to: #f9f9f9;
  }

  .md\:focus\:to-grey-page:focus {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .md\:focus\:to-primary-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .md\:focus\:to-secondary-green:focus {
    --tw-gradient-to: #0cc393;
  }

  .md\:focus\:to-secondary-blue-dark:focus {
    --tw-gradient-to: #175564;
  }

  .md\:focus\:to-secondary-blue-light:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .md\:focus\:to-secondary-blue-light-20:focus {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .md\:focus\:to-secondary-blue-light-10:focus {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .md\:focus\:to-tertiary-orange:focus {
    --tw-gradient-to: #f46036;
  }

  .md\:focus\:to-tertiary-yellow:focus {
    --tw-gradient-to: #f9c846;
  }

  .md\:focus\:to-success:focus {
    --tw-gradient-to: #47b669;
  }

  .md\:focus\:to-warning:focus {
    --tw-gradient-to: #f46036;
  }

  .md\:focus\:to-error:focus {
    --tw-gradient-to: #e63147;
  }

  .md\:focus\:to-info:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000000;
  }

  .md\:focus\:to-black-neutral:focus {
    --tw-gradient-to: #373f41;
  }

  .md\:focus\:to-toggle:focus {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .md\:focus\:to-toggle-active:focus {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .md\:focus\:to-tertiary-orange-hover:focus {
    --tw-gradient-to: #f78161;
  }

  .md\:focus\:to-google-maps:focus {
    --tw-gradient-to: #e5e3df;
  }

  .md\:focus\:to-chart:focus {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .md\:focus\:to-energy-rating-a:focus {
    --tw-gradient-to: #008459;
  }

  .md\:focus\:to-energy-rating-b:focus {
    --tw-gradient-to: #19b059;
  }

  .md\:focus\:to-energy-rating-c:focus {
    --tw-gradient-to: #8dc641;
  }

  .md\:focus\:to-energy-rating-d:focus {
    --tw-gradient-to: #ffcc00;
  }

  .md\:focus\:to-energy-rating-e:focus {
    --tw-gradient-to: #f7ac64;
  }

  .md\:focus\:to-energy-rating-f:focus {
    --tw-gradient-to: #f78521;
  }

  .md\:focus\:to-energy-rating-g:focus {
    --tw-gradient-to: #ef1c39;
  }

  .md\:focus\:to-flo-blue-light:focus {
    --tw-gradient-to: #0072b4;
  }

  .md\:focus\:to-green-dark-60:focus {
    --tw-gradient-to: #a3b7b4;
  }

  .md\:focus\:to-tertiary-background:focus {
    --tw-gradient-to: #ebfaf6;
  }

  .md\:focus\:to-tertiary-green:focus {
    --tw-gradient-to: #08c691;
  }

  .md\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:bg-5 {
    background-size: 1.25rem;
  }

  .md\:bg-20 {
    background-size: 5rem;
  }

  .md\:bg-45 {
    background-size: 11.25rem;
  }

  .md\:bg-48 {
    background-size: 12rem;
  }

  .md\:bg-80 {
    background-size: 20rem;
  }

  .md\:bg-100 {
    background-size: 25rem;
  }

  .md\:bg-112 {
    background-size: 28rem;
  }

  .md\:bg-120 {
    background-size: 30rem;
  }

  .md\:bg-128 {
    background-size: 32rem;
  }

  .md\:bg-132 {
    background-size: 33rem;
  }

  .md\:bg-140 {
    background-size: 35rem;
  }

  .md\:bg-152 {
    background-size: 38rem;
  }

  .md\:bg-164 {
    background-size: 41rem;
  }

  .md\:bg-184 {
    background-size: 46rem;
  }

  .md\:bg-200 {
    background-size: 50rem;
  }

  .md\:bg-288 {
    background-size: 72rem;
  }

  .md\:bg-540 {
    background-size: 135rem;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-4\/5 {
    background-size: 80%;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-local {
    background-attachment: local;
  }

  .md\:bg-scroll {
    background-attachment: scroll;
  }

  .md\:bg-clip-border {
    background-clip: border-box;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box;
  }

  .md\:bg-clip-content {
    background-clip: content-box;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:bg-top-0\.75 {
    background-position: 0 0.1875rem;
  }

  .md\:bg-left-2 {
    background-position: left 0.5rem center;
  }

  .md\:bg-right-2 {
    background-position: right 0.5rem center;
  }

  .md\:bg-left-top-3 {
    background-position: 0.75rem 0.75rem;
  }

  .md\:bg-left-top-5 {
    background-position: 1.25rem 1.25rem;
  }

  .md\:bg-right-top-5 {
    background-position: right 1.25rem top 1.25rem;
  }

  .md\:bg-right-top-2 {
    background-position: right 0.5rem top 0.5rem;
  }

  .md\:bg-left-bottom-5 {
    background-position: left 1.25rem bottom 1.25rem;
  }

  .md\:bg-right-bottom-5 {
    background-position: right 1.25rem bottom 1.25rem;
  }

  .md\:-bg-right-top-36 {
    background-position: right 0 top -9rem;
  }

  .md\:-bg-right-bottom-px {
    background-position: right 0 bottom -1px;
  }

  .md\:-bg-right-bottom-16 {
    background-position: right -0.125rem bottom -4rem;
  }

  .md\:-bg-bottom-1 {
    background-position: bottom -4rem center;
  }

  .md\:-bg-bottom-1-left {
    background-position: bottom -4rem left;
  }

  .md\:bg-repeat {
    background-repeat: repeat;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round {
    background-repeat: round;
  }

  .md\:bg-repeat-space {
    background-repeat: space;
  }

  .md\:bg-origin-border {
    background-origin: border-box;
  }

  .md\:bg-origin-padding {
    background-origin: padding-box;
  }

  .md\:bg-origin-content {
    background-origin: content-box;
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:fill-none {
    fill: none;
  }

  .md\:fill-green-light {
    fill: #47b669;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-green-medium {
    stroke: #199365;
  }

  .md\:stroke-tertiary-orange {
    stroke: #f46036;
  }

  .md\:stroke-grey-pale {
    stroke: #eaeaea;
  }

  .md\:stroke-0 {
    stroke-width: 0;
  }

  .md\:stroke-1 {
    stroke-width: 1;
  }

  .md\:stroke-2 {
    stroke-width: 2;
  }

  .md\:stroke-12 {
    stroke-width: 12;
  }

  .md\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-18 {
    padding: 4.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-21 {
    padding: 5.25rem;
  }

  .md\:p-22 {
    padding: 5.5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-26 {
    padding: 6.5rem;
  }

  .md\:p-28 {
    padding: 7rem;
  }

  .md\:p-29 {
    padding: 7.25rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-34 {
    padding: 8.5rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-42 {
    padding: 10.5rem;
  }

  .md\:p-44 {
    padding: 11rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-52 {
    padding: 13rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-60 {
    padding: 15rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-68 {
    padding: 17rem;
  }

  .md\:p-72 {
    padding: 18rem;
  }

  .md\:p-77 {
    padding: 19.25rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .md\:p-82 {
    padding: 20.5rem;
  }

  .md\:p-88 {
    padding: 22rem;
  }

  .md\:p-94 {
    padding: 23.5rem;
  }

  .md\:p-96 {
    padding: 24rem;
  }

  .md\:p-98 {
    padding: 24.5rem;
  }

  .md\:p-104 {
    padding: 26rem;
  }

  .md\:p-108 {
    padding: 27rem;
  }

  .md\:p-110 {
    padding: 27.5rem;
  }

  .md\:p-112 {
    padding: 28rem;
  }

  .md\:p-120 {
    padding: 30rem;
  }

  .md\:p-128 {
    padding: 32rem;
  }

  .md\:p-132 {
    padding: 33rem;
  }

  .md\:p-134 {
    padding: 33.5rem;
  }

  .md\:p-135 {
    padding: 33.75rem;
  }

  .md\:p-136 {
    padding: 34rem;
  }

  .md\:p-144 {
    padding: 36rem;
  }

  .md\:p-152 {
    padding: 38rem;
  }

  .md\:p-160 {
    padding: 40rem;
  }

  .md\:p-164 {
    padding: 41rem;
  }

  .md\:p-172 {
    padding: 43rem;
  }

  .md\:p-179 {
    padding: 44.75rem;
  }

  .md\:p-184 {
    padding: 46rem;
  }

  .md\:p-192 {
    padding: 48rem;
  }

  .md\:p-224 {
    padding: 56rem;
  }

  .md\:p-240 {
    padding: 60rem;
  }

  .md\:p-256 {
    padding: 64rem;
  }

  .md\:p-265 {
    padding: 66.25rem;
  }

  .md\:p-288 {
    padding: 72rem;
  }

  .md\:p-384 {
    padding: 96rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:p-0\.5 {
    padding: 0.125rem;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-0\.75 {
    padding: 0.1875rem;
  }

  .md\:p-4\.5 {
    padding: 1.125rem;
  }

  .md\:p-7\.5 {
    padding: 1.875rem;
  }

  .md\:p-9\.5 {
    padding: 2.375rem;
  }

  .md\:p-9\.75 {
    padding: 2.4375rem;
  }

  .md\:p-12\.5 {
    padding: 3.125rem;
  }

  .md\:p-13\.5 {
    padding: 3.375rem;
  }

  .md\:p-292\.5 {
    padding: 73.125rem;
  }

  .md\:p-1\/24 {
    padding: 4.166667%;
  }

  .md\:p-2\/24 {
    padding: 8.333333%;
  }

  .md\:p-3\/24 {
    padding: 12.5%;
  }

  .md\:p-4\/24 {
    padding: 16.666667%;
  }

  .md\:p-5\/24 {
    padding: 20.833333%;
  }

  .md\:p-6\/24 {
    padding: 25%;
  }

  .md\:p-7\/24 {
    padding: 29.166666%;
  }

  .md\:p-8\/24 {
    padding: 33.333333%;
  }

  .md\:p-9\/24 {
    padding: 37.5%;
  }

  .md\:p-10\/24 {
    padding: 41.666666%;
  }

  .md\:p-11\/24 {
    padding: 45.833333%;
  }

  .md\:p-12\/24 {
    padding: 50%;
  }

  .md\:p-13\/24 {
    padding: 54.166666%;
  }

  .md\:p-14\/24 {
    padding: 58.333333%;
  }

  .md\:p-15\/24 {
    padding: 62.5%;
  }

  .md\:p-16\/24 {
    padding: 66.666667%;
  }

  .md\:p-17\/24 {
    padding: 70.833333%;
  }

  .md\:p-18\/24 {
    padding: 75%;
  }

  .md\:p-19\/24 {
    padding: 79.166667%;
  }

  .md\:p-20\/24 {
    padding: 83.333333%;
  }

  .md\:p-21\/24 {
    padding: 87.5%;
  }

  .md\:p-22\/24 {
    padding: 91.666667%;
  }

  .md\:p-23\/24 {
    padding: 95.833333%;
  }

  .md\:p-24\/24 {
    padding: 100%;
  }

  .md\:p-screen-header {
    padding: 41.55vw;
  }

  .md\:p-screen-60 {
    padding: 60vh;
  }

  .md\:p-screen-80 {
    padding: 80vh;
  }

  .md\:p-screen-85 {
    padding: 85vh;
  }

  .md\:p-screen-90 {
    padding: 90vh;
  }

  .md\:p-screen-95 {
    padding: 95vh;
  }

  .md\:p-screen-minus-header {
    padding: calc(100vh - 5.25rem);
  }

  .md\:p-screen-minus-35\.5 {
    padding: calc(100vh - 8.875rem);
  }

  .md\:p-screen-minus-36 {
    padding: calc(100vh - 9rem);
  }

  .md\:p-screen-minus-40 {
    padding: calc(100vh - 10rem);
  }

  .md\:p-screen-minus-55 {
    padding: calc(100vh - 13.75rem);
  }

  .md\:p-screen-minus-72 {
    padding: calc(100vh - 18rem);
  }

  .md\:p-screen-minus-80 {
    padding: calc(100vh - 20rem);
  }

  .md\:p-full-4 {
    padding: calc(100% - 16px);
  }

  .md\:p-account-body {
    padding: calc(100vw - 304px);
  }

  .md\:p-menu-center {
    padding: calc(50% - 288px);
  }

  .md\:p-tutorials-hidden {
    padding: calc(100% - 56px);
  }

  .md\:p-popup-full-width {
    padding: calc(100% + 32px);
  }

  .md\:p-popup-full-width-md {
    padding: calc(100% + 64px);
  }

  .md\:p-popup-full-height {
    padding: calc(100% + 68px);
  }

  .md\:p-max-content {
    padding: max-content;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .md\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .md\:px-29 {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .md\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .md\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .md\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .md\:px-77 {
    padding-left: 19.25rem;
    padding-right: 19.25rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .md\:px-82 {
    padding-left: 20.5rem;
    padding-right: 20.5rem;
  }

  .md\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .md\:px-94 {
    padding-left: 23.5rem;
    padding-right: 23.5rem;
  }

  .md\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .md\:px-98 {
    padding-left: 24.5rem;
    padding-right: 24.5rem;
  }

  .md\:px-104 {
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .md\:px-108 {
    padding-left: 27rem;
    padding-right: 27rem;
  }

  .md\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .md\:px-112 {
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .md\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .md\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .md\:px-132 {
    padding-left: 33rem;
    padding-right: 33rem;
  }

  .md\:px-134 {
    padding-left: 33.5rem;
    padding-right: 33.5rem;
  }

  .md\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .md\:px-136 {
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .md\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .md\:px-152 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .md\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .md\:px-164 {
    padding-left: 41rem;
    padding-right: 41rem;
  }

  .md\:px-172 {
    padding-left: 43rem;
    padding-right: 43rem;
  }

  .md\:px-179 {
    padding-left: 44.75rem;
    padding-right: 44.75rem;
  }

  .md\:px-184 {
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .md\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .md\:px-224 {
    padding-left: 56rem;
    padding-right: 56rem;
  }

  .md\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .md\:px-256 {
    padding-left: 64rem;
    padding-right: 64rem;
  }

  .md\:px-265 {
    padding-left: 66.25rem;
    padding-right: 66.25rem;
  }

  .md\:px-288 {
    padding-left: 72rem;
    padding-right: 72rem;
  }

  .md\:px-384 {
    padding-left: 96rem;
    padding-right: 96rem;
  }

  .md\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-0\.75 {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .md\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .md\:px-7\.5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .md\:px-9\.5 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .md\:px-9\.75 {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
  }

  .md\:px-12\.5 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:px-13\.5 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .md\:px-292\.5 {
    padding-left: 73.125rem;
    padding-right: 73.125rem;
  }

  .md\:px-1\/24 {
    padding-left: 4.166667%;
    padding-right: 4.166667%;
  }

  .md\:px-2\/24 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .md\:px-3\/24 {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .md\:px-4\/24 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:px-5\/24 {
    padding-left: 20.833333%;
    padding-right: 20.833333%;
  }

  .md\:px-6\/24 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:px-7\/24 {
    padding-left: 29.166666%;
    padding-right: 29.166666%;
  }

  .md\:px-8\/24 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:px-9\/24 {
    padding-left: 37.5%;
    padding-right: 37.5%;
  }

  .md\:px-10\/24 {
    padding-left: 41.666666%;
    padding-right: 41.666666%;
  }

  .md\:px-11\/24 {
    padding-left: 45.833333%;
    padding-right: 45.833333%;
  }

  .md\:px-12\/24 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:px-13\/24 {
    padding-left: 54.166666%;
    padding-right: 54.166666%;
  }

  .md\:px-14\/24 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .md\:px-15\/24 {
    padding-left: 62.5%;
    padding-right: 62.5%;
  }

  .md\:px-16\/24 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:px-17\/24 {
    padding-left: 70.833333%;
    padding-right: 70.833333%;
  }

  .md\:px-18\/24 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:px-19\/24 {
    padding-left: 79.166667%;
    padding-right: 79.166667%;
  }

  .md\:px-20\/24 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .md\:px-21\/24 {
    padding-left: 87.5%;
    padding-right: 87.5%;
  }

  .md\:px-22\/24 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .md\:px-23\/24 {
    padding-left: 95.833333%;
    padding-right: 95.833333%;
  }

  .md\:px-24\/24 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:px-screen-header {
    padding-left: 41.55vw;
    padding-right: 41.55vw;
  }

  .md\:px-screen-60 {
    padding-left: 60vh;
    padding-right: 60vh;
  }

  .md\:px-screen-80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .md\:px-screen-85 {
    padding-left: 85vh;
    padding-right: 85vh;
  }

  .md\:px-screen-90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .md\:px-screen-95 {
    padding-left: 95vh;
    padding-right: 95vh;
  }

  .md\:px-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
    padding-right: calc(100vh - 5.25rem);
  }

  .md\:px-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
    padding-right: calc(100vh - 8.875rem);
  }

  .md\:px-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
    padding-right: calc(100vh - 9rem);
  }

  .md\:px-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
    padding-right: calc(100vh - 10rem);
  }

  .md\:px-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
    padding-right: calc(100vh - 13.75rem);
  }

  .md\:px-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
    padding-right: calc(100vh - 18rem);
  }

  .md\:px-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
    padding-right: calc(100vh - 20rem);
  }

  .md\:px-full-4 {
    padding-left: calc(100% - 16px);
    padding-right: calc(100% - 16px);
  }

  .md\:px-account-body {
    padding-left: calc(100vw - 304px);
    padding-right: calc(100vw - 304px);
  }

  .md\:px-menu-center {
    padding-left: calc(50% - 288px);
    padding-right: calc(50% - 288px);
  }

  .md\:px-tutorials-hidden {
    padding-left: calc(100% - 56px);
    padding-right: calc(100% - 56px);
  }

  .md\:px-popup-full-width {
    padding-left: calc(100% + 32px);
    padding-right: calc(100% + 32px);
  }

  .md\:px-popup-full-width-md {
    padding-left: calc(100% + 64px);
    padding-right: calc(100% + 64px);
  }

  .md\:px-popup-full-height {
    padding-left: calc(100% + 68px);
    padding-right: calc(100% + 68px);
  }

  .md\:px-max-content {
    padding-left: max-content;
    padding-right: max-content;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .md\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-29 {
    padding-top: 7.25rem;
    padding-bottom: 7.25rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .md\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .md\:py-77 {
    padding-top: 19.25rem;
    padding-bottom: 19.25rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .md\:py-82 {
    padding-top: 20.5rem;
    padding-bottom: 20.5rem;
  }

  .md\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .md\:py-94 {
    padding-top: 23.5rem;
    padding-bottom: 23.5rem;
  }

  .md\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .md\:py-98 {
    padding-top: 24.5rem;
    padding-bottom: 24.5rem;
  }

  .md\:py-104 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .md\:py-108 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }

  .md\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .md\:py-112 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .md\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .md\:py-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .md\:py-132 {
    padding-top: 33rem;
    padding-bottom: 33rem;
  }

  .md\:py-134 {
    padding-top: 33.5rem;
    padding-bottom: 33.5rem;
  }

  .md\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .md\:py-136 {
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .md\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .md\:py-152 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .md\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .md\:py-164 {
    padding-top: 41rem;
    padding-bottom: 41rem;
  }

  .md\:py-172 {
    padding-top: 43rem;
    padding-bottom: 43rem;
  }

  .md\:py-179 {
    padding-top: 44.75rem;
    padding-bottom: 44.75rem;
  }

  .md\:py-184 {
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .md\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .md\:py-224 {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }

  .md\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .md\:py-256 {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }

  .md\:py-265 {
    padding-top: 66.25rem;
    padding-bottom: 66.25rem;
  }

  .md\:py-288 {
    padding-top: 72rem;
    padding-bottom: 72rem;
  }

  .md\:py-384 {
    padding-top: 96rem;
    padding-bottom: 96rem;
  }

  .md\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-0\.75 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .md\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .md\:py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:py-9\.5 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .md\:py-9\.75 {
    padding-top: 2.4375rem;
    padding-bottom: 2.4375rem;
  }

  .md\:py-12\.5 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .md\:py-13\.5 {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .md\:py-292\.5 {
    padding-top: 73.125rem;
    padding-bottom: 73.125rem;
  }

  .md\:py-1\/24 {
    padding-top: 4.166667%;
    padding-bottom: 4.166667%;
  }

  .md\:py-2\/24 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .md\:py-3\/24 {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }

  .md\:py-4\/24 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:py-5\/24 {
    padding-top: 20.833333%;
    padding-bottom: 20.833333%;
  }

  .md\:py-6\/24 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:py-7\/24 {
    padding-top: 29.166666%;
    padding-bottom: 29.166666%;
  }

  .md\:py-8\/24 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:py-9\/24 {
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .md\:py-10\/24 {
    padding-top: 41.666666%;
    padding-bottom: 41.666666%;
  }

  .md\:py-11\/24 {
    padding-top: 45.833333%;
    padding-bottom: 45.833333%;
  }

  .md\:py-12\/24 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:py-13\/24 {
    padding-top: 54.166666%;
    padding-bottom: 54.166666%;
  }

  .md\:py-14\/24 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .md\:py-15\/24 {
    padding-top: 62.5%;
    padding-bottom: 62.5%;
  }

  .md\:py-16\/24 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:py-17\/24 {
    padding-top: 70.833333%;
    padding-bottom: 70.833333%;
  }

  .md\:py-18\/24 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:py-19\/24 {
    padding-top: 79.166667%;
    padding-bottom: 79.166667%;
  }

  .md\:py-20\/24 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .md\:py-21\/24 {
    padding-top: 87.5%;
    padding-bottom: 87.5%;
  }

  .md\:py-22\/24 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .md\:py-23\/24 {
    padding-top: 95.833333%;
    padding-bottom: 95.833333%;
  }

  .md\:py-24\/24 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:py-screen-header {
    padding-top: 41.55vw;
    padding-bottom: 41.55vw;
  }

  .md\:py-screen-60 {
    padding-top: 60vh;
    padding-bottom: 60vh;
  }

  .md\:py-screen-80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .md\:py-screen-85 {
    padding-top: 85vh;
    padding-bottom: 85vh;
  }

  .md\:py-screen-90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .md\:py-screen-95 {
    padding-top: 95vh;
    padding-bottom: 95vh;
  }

  .md\:py-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
    padding-bottom: calc(100vh - 5.25rem);
  }

  .md\:py-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
    padding-bottom: calc(100vh - 8.875rem);
  }

  .md\:py-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
    padding-bottom: calc(100vh - 9rem);
  }

  .md\:py-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
    padding-bottom: calc(100vh - 10rem);
  }

  .md\:py-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
    padding-bottom: calc(100vh - 13.75rem);
  }

  .md\:py-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
    padding-bottom: calc(100vh - 18rem);
  }

  .md\:py-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
    padding-bottom: calc(100vh - 20rem);
  }

  .md\:py-full-4 {
    padding-top: calc(100% - 16px);
    padding-bottom: calc(100% - 16px);
  }

  .md\:py-account-body {
    padding-top: calc(100vw - 304px);
    padding-bottom: calc(100vw - 304px);
  }

  .md\:py-menu-center {
    padding-top: calc(50% - 288px);
    padding-bottom: calc(50% - 288px);
  }

  .md\:py-tutorials-hidden {
    padding-top: calc(100% - 56px);
    padding-bottom: calc(100% - 56px);
  }

  .md\:py-popup-full-width {
    padding-top: calc(100% + 32px);
    padding-bottom: calc(100% + 32px);
  }

  .md\:py-popup-full-width-md {
    padding-top: calc(100% + 64px);
    padding-bottom: calc(100% + 64px);
  }

  .md\:py-popup-full-height {
    padding-top: calc(100% + 68px);
    padding-bottom: calc(100% + 68px);
  }

  .md\:py-max-content {
    padding-top: max-content;
    padding-bottom: max-content;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-18 {
    padding-top: 4.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-21 {
    padding-top: 5.25rem;
  }

  .md\:pt-22 {
    padding-top: 5.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-26 {
    padding-top: 6.5rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-29 {
    padding-top: 7.25rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-34 {
    padding-top: 8.5rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-42 {
    padding-top: 10.5rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pt-68 {
    padding-top: 17rem;
  }

  .md\:pt-72 {
    padding-top: 18rem;
  }

  .md\:pt-77 {
    padding-top: 19.25rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:pt-82 {
    padding-top: 20.5rem;
  }

  .md\:pt-88 {
    padding-top: 22rem;
  }

  .md\:pt-94 {
    padding-top: 23.5rem;
  }

  .md\:pt-96 {
    padding-top: 24rem;
  }

  .md\:pt-98 {
    padding-top: 24.5rem;
  }

  .md\:pt-104 {
    padding-top: 26rem;
  }

  .md\:pt-108 {
    padding-top: 27rem;
  }

  .md\:pt-110 {
    padding-top: 27.5rem;
  }

  .md\:pt-112 {
    padding-top: 28rem;
  }

  .md\:pt-120 {
    padding-top: 30rem;
  }

  .md\:pt-128 {
    padding-top: 32rem;
  }

  .md\:pt-132 {
    padding-top: 33rem;
  }

  .md\:pt-134 {
    padding-top: 33.5rem;
  }

  .md\:pt-135 {
    padding-top: 33.75rem;
  }

  .md\:pt-136 {
    padding-top: 34rem;
  }

  .md\:pt-144 {
    padding-top: 36rem;
  }

  .md\:pt-152 {
    padding-top: 38rem;
  }

  .md\:pt-160 {
    padding-top: 40rem;
  }

  .md\:pt-164 {
    padding-top: 41rem;
  }

  .md\:pt-172 {
    padding-top: 43rem;
  }

  .md\:pt-179 {
    padding-top: 44.75rem;
  }

  .md\:pt-184 {
    padding-top: 46rem;
  }

  .md\:pt-192 {
    padding-top: 48rem;
  }

  .md\:pt-224 {
    padding-top: 56rem;
  }

  .md\:pt-240 {
    padding-top: 60rem;
  }

  .md\:pt-256 {
    padding-top: 64rem;
  }

  .md\:pt-265 {
    padding-top: 66.25rem;
  }

  .md\:pt-288 {
    padding-top: 72rem;
  }

  .md\:pt-384 {
    padding-top: 96rem;
  }

  .md\:pt-px {
    padding-top: 1px;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .md\:pt-0\.75 {
    padding-top: 0.1875rem;
  }

  .md\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .md\:pt-7\.5 {
    padding-top: 1.875rem;
  }

  .md\:pt-9\.5 {
    padding-top: 2.375rem;
  }

  .md\:pt-9\.75 {
    padding-top: 2.4375rem;
  }

  .md\:pt-12\.5 {
    padding-top: 3.125rem;
  }

  .md\:pt-13\.5 {
    padding-top: 3.375rem;
  }

  .md\:pt-292\.5 {
    padding-top: 73.125rem;
  }

  .md\:pt-1\/24 {
    padding-top: 4.166667%;
  }

  .md\:pt-2\/24 {
    padding-top: 8.333333%;
  }

  .md\:pt-3\/24 {
    padding-top: 12.5%;
  }

  .md\:pt-4\/24 {
    padding-top: 16.666667%;
  }

  .md\:pt-5\/24 {
    padding-top: 20.833333%;
  }

  .md\:pt-6\/24 {
    padding-top: 25%;
  }

  .md\:pt-7\/24 {
    padding-top: 29.166666%;
  }

  .md\:pt-8\/24 {
    padding-top: 33.333333%;
  }

  .md\:pt-9\/24 {
    padding-top: 37.5%;
  }

  .md\:pt-10\/24 {
    padding-top: 41.666666%;
  }

  .md\:pt-11\/24 {
    padding-top: 45.833333%;
  }

  .md\:pt-12\/24 {
    padding-top: 50%;
  }

  .md\:pt-13\/24 {
    padding-top: 54.166666%;
  }

  .md\:pt-14\/24 {
    padding-top: 58.333333%;
  }

  .md\:pt-15\/24 {
    padding-top: 62.5%;
  }

  .md\:pt-16\/24 {
    padding-top: 66.666667%;
  }

  .md\:pt-17\/24 {
    padding-top: 70.833333%;
  }

  .md\:pt-18\/24 {
    padding-top: 75%;
  }

  .md\:pt-19\/24 {
    padding-top: 79.166667%;
  }

  .md\:pt-20\/24 {
    padding-top: 83.333333%;
  }

  .md\:pt-21\/24 {
    padding-top: 87.5%;
  }

  .md\:pt-22\/24 {
    padding-top: 91.666667%;
  }

  .md\:pt-23\/24 {
    padding-top: 95.833333%;
  }

  .md\:pt-24\/24 {
    padding-top: 100%;
  }

  .md\:pt-screen-header {
    padding-top: 41.55vw;
  }

  .md\:pt-screen-60 {
    padding-top: 60vh;
  }

  .md\:pt-screen-80 {
    padding-top: 80vh;
  }

  .md\:pt-screen-85 {
    padding-top: 85vh;
  }

  .md\:pt-screen-90 {
    padding-top: 90vh;
  }

  .md\:pt-screen-95 {
    padding-top: 95vh;
  }

  .md\:pt-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
  }

  .md\:pt-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
  }

  .md\:pt-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
  }

  .md\:pt-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
  }

  .md\:pt-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
  }

  .md\:pt-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
  }

  .md\:pt-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
  }

  .md\:pt-full-4 {
    padding-top: calc(100% - 16px);
  }

  .md\:pt-account-body {
    padding-top: calc(100vw - 304px);
  }

  .md\:pt-menu-center {
    padding-top: calc(50% - 288px);
  }

  .md\:pt-tutorials-hidden {
    padding-top: calc(100% - 56px);
  }

  .md\:pt-popup-full-width {
    padding-top: calc(100% + 32px);
  }

  .md\:pt-popup-full-width-md {
    padding-top: calc(100% + 64px);
  }

  .md\:pt-popup-full-height {
    padding-top: calc(100% + 68px);
  }

  .md\:pt-max-content {
    padding-top: max-content;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-18 {
    padding-right: 4.5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-21 {
    padding-right: 5.25rem;
  }

  .md\:pr-22 {
    padding-right: 5.5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-26 {
    padding-right: 6.5rem;
  }

  .md\:pr-28 {
    padding-right: 7rem;
  }

  .md\:pr-29 {
    padding-right: 7.25rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-34 {
    padding-right: 8.5rem;
  }

  .md\:pr-36 {
    padding-right: 9rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-42 {
    padding-right: 10.5rem;
  }

  .md\:pr-44 {
    padding-right: 11rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pr-52 {
    padding-right: 13rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pr-68 {
    padding-right: 17rem;
  }

  .md\:pr-72 {
    padding-right: 18rem;
  }

  .md\:pr-77 {
    padding-right: 19.25rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .md\:pr-82 {
    padding-right: 20.5rem;
  }

  .md\:pr-88 {
    padding-right: 22rem;
  }

  .md\:pr-94 {
    padding-right: 23.5rem;
  }

  .md\:pr-96 {
    padding-right: 24rem;
  }

  .md\:pr-98 {
    padding-right: 24.5rem;
  }

  .md\:pr-104 {
    padding-right: 26rem;
  }

  .md\:pr-108 {
    padding-right: 27rem;
  }

  .md\:pr-110 {
    padding-right: 27.5rem;
  }

  .md\:pr-112 {
    padding-right: 28rem;
  }

  .md\:pr-120 {
    padding-right: 30rem;
  }

  .md\:pr-128 {
    padding-right: 32rem;
  }

  .md\:pr-132 {
    padding-right: 33rem;
  }

  .md\:pr-134 {
    padding-right: 33.5rem;
  }

  .md\:pr-135 {
    padding-right: 33.75rem;
  }

  .md\:pr-136 {
    padding-right: 34rem;
  }

  .md\:pr-144 {
    padding-right: 36rem;
  }

  .md\:pr-152 {
    padding-right: 38rem;
  }

  .md\:pr-160 {
    padding-right: 40rem;
  }

  .md\:pr-164 {
    padding-right: 41rem;
  }

  .md\:pr-172 {
    padding-right: 43rem;
  }

  .md\:pr-179 {
    padding-right: 44.75rem;
  }

  .md\:pr-184 {
    padding-right: 46rem;
  }

  .md\:pr-192 {
    padding-right: 48rem;
  }

  .md\:pr-224 {
    padding-right: 56rem;
  }

  .md\:pr-240 {
    padding-right: 60rem;
  }

  .md\:pr-256 {
    padding-right: 64rem;
  }

  .md\:pr-265 {
    padding-right: 66.25rem;
  }

  .md\:pr-288 {
    padding-right: 72rem;
  }

  .md\:pr-384 {
    padding-right: 96rem;
  }

  .md\:pr-px {
    padding-right: 1px;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:pr-0\.75 {
    padding-right: 0.1875rem;
  }

  .md\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .md\:pr-7\.5 {
    padding-right: 1.875rem;
  }

  .md\:pr-9\.5 {
    padding-right: 2.375rem;
  }

  .md\:pr-9\.75 {
    padding-right: 2.4375rem;
  }

  .md\:pr-12\.5 {
    padding-right: 3.125rem;
  }

  .md\:pr-13\.5 {
    padding-right: 3.375rem;
  }

  .md\:pr-292\.5 {
    padding-right: 73.125rem;
  }

  .md\:pr-1\/24 {
    padding-right: 4.166667%;
  }

  .md\:pr-2\/24 {
    padding-right: 8.333333%;
  }

  .md\:pr-3\/24 {
    padding-right: 12.5%;
  }

  .md\:pr-4\/24 {
    padding-right: 16.666667%;
  }

  .md\:pr-5\/24 {
    padding-right: 20.833333%;
  }

  .md\:pr-6\/24 {
    padding-right: 25%;
  }

  .md\:pr-7\/24 {
    padding-right: 29.166666%;
  }

  .md\:pr-8\/24 {
    padding-right: 33.333333%;
  }

  .md\:pr-9\/24 {
    padding-right: 37.5%;
  }

  .md\:pr-10\/24 {
    padding-right: 41.666666%;
  }

  .md\:pr-11\/24 {
    padding-right: 45.833333%;
  }

  .md\:pr-12\/24 {
    padding-right: 50%;
  }

  .md\:pr-13\/24 {
    padding-right: 54.166666%;
  }

  .md\:pr-14\/24 {
    padding-right: 58.333333%;
  }

  .md\:pr-15\/24 {
    padding-right: 62.5%;
  }

  .md\:pr-16\/24 {
    padding-right: 66.666667%;
  }

  .md\:pr-17\/24 {
    padding-right: 70.833333%;
  }

  .md\:pr-18\/24 {
    padding-right: 75%;
  }

  .md\:pr-19\/24 {
    padding-right: 79.166667%;
  }

  .md\:pr-20\/24 {
    padding-right: 83.333333%;
  }

  .md\:pr-21\/24 {
    padding-right: 87.5%;
  }

  .md\:pr-22\/24 {
    padding-right: 91.666667%;
  }

  .md\:pr-23\/24 {
    padding-right: 95.833333%;
  }

  .md\:pr-24\/24 {
    padding-right: 100%;
  }

  .md\:pr-screen-header {
    padding-right: 41.55vw;
  }

  .md\:pr-screen-60 {
    padding-right: 60vh;
  }

  .md\:pr-screen-80 {
    padding-right: 80vh;
  }

  .md\:pr-screen-85 {
    padding-right: 85vh;
  }

  .md\:pr-screen-90 {
    padding-right: 90vh;
  }

  .md\:pr-screen-95 {
    padding-right: 95vh;
  }

  .md\:pr-screen-minus-header {
    padding-right: calc(100vh - 5.25rem);
  }

  .md\:pr-screen-minus-35\.5 {
    padding-right: calc(100vh - 8.875rem);
  }

  .md\:pr-screen-minus-36 {
    padding-right: calc(100vh - 9rem);
  }

  .md\:pr-screen-minus-40 {
    padding-right: calc(100vh - 10rem);
  }

  .md\:pr-screen-minus-55 {
    padding-right: calc(100vh - 13.75rem);
  }

  .md\:pr-screen-minus-72 {
    padding-right: calc(100vh - 18rem);
  }

  .md\:pr-screen-minus-80 {
    padding-right: calc(100vh - 20rem);
  }

  .md\:pr-full-4 {
    padding-right: calc(100% - 16px);
  }

  .md\:pr-account-body {
    padding-right: calc(100vw - 304px);
  }

  .md\:pr-menu-center {
    padding-right: calc(50% - 288px);
  }

  .md\:pr-tutorials-hidden {
    padding-right: calc(100% - 56px);
  }

  .md\:pr-popup-full-width {
    padding-right: calc(100% + 32px);
  }

  .md\:pr-popup-full-width-md {
    padding-right: calc(100% + 64px);
  }

  .md\:pr-popup-full-height {
    padding-right: calc(100% + 68px);
  }

  .md\:pr-max-content {
    padding-right: max-content;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .md\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-29 {
    padding-bottom: 7.25rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-52 {
    padding-bottom: 13rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-60 {
    padding-bottom: 15rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pb-68 {
    padding-bottom: 17rem;
  }

  .md\:pb-72 {
    padding-bottom: 18rem;
  }

  .md\:pb-77 {
    padding-bottom: 19.25rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .md\:pb-82 {
    padding-bottom: 20.5rem;
  }

  .md\:pb-88 {
    padding-bottom: 22rem;
  }

  .md\:pb-94 {
    padding-bottom: 23.5rem;
  }

  .md\:pb-96 {
    padding-bottom: 24rem;
  }

  .md\:pb-98 {
    padding-bottom: 24.5rem;
  }

  .md\:pb-104 {
    padding-bottom: 26rem;
  }

  .md\:pb-108 {
    padding-bottom: 27rem;
  }

  .md\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .md\:pb-112 {
    padding-bottom: 28rem;
  }

  .md\:pb-120 {
    padding-bottom: 30rem;
  }

  .md\:pb-128 {
    padding-bottom: 32rem;
  }

  .md\:pb-132 {
    padding-bottom: 33rem;
  }

  .md\:pb-134 {
    padding-bottom: 33.5rem;
  }

  .md\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .md\:pb-136 {
    padding-bottom: 34rem;
  }

  .md\:pb-144 {
    padding-bottom: 36rem;
  }

  .md\:pb-152 {
    padding-bottom: 38rem;
  }

  .md\:pb-160 {
    padding-bottom: 40rem;
  }

  .md\:pb-164 {
    padding-bottom: 41rem;
  }

  .md\:pb-172 {
    padding-bottom: 43rem;
  }

  .md\:pb-179 {
    padding-bottom: 44.75rem;
  }

  .md\:pb-184 {
    padding-bottom: 46rem;
  }

  .md\:pb-192 {
    padding-bottom: 48rem;
  }

  .md\:pb-224 {
    padding-bottom: 56rem;
  }

  .md\:pb-240 {
    padding-bottom: 60rem;
  }

  .md\:pb-256 {
    padding-bottom: 64rem;
  }

  .md\:pb-265 {
    padding-bottom: 66.25rem;
  }

  .md\:pb-288 {
    padding-bottom: 72rem;
  }

  .md\:pb-384 {
    padding-bottom: 96rem;
  }

  .md\:pb-px {
    padding-bottom: 1px;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .md\:pb-0\.75 {
    padding-bottom: 0.1875rem;
  }

  .md\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .md\:pb-7\.5 {
    padding-bottom: 1.875rem;
  }

  .md\:pb-9\.5 {
    padding-bottom: 2.375rem;
  }

  .md\:pb-9\.75 {
    padding-bottom: 2.4375rem;
  }

  .md\:pb-12\.5 {
    padding-bottom: 3.125rem;
  }

  .md\:pb-13\.5 {
    padding-bottom: 3.375rem;
  }

  .md\:pb-292\.5 {
    padding-bottom: 73.125rem;
  }

  .md\:pb-1\/24 {
    padding-bottom: 4.166667%;
  }

  .md\:pb-2\/24 {
    padding-bottom: 8.333333%;
  }

  .md\:pb-3\/24 {
    padding-bottom: 12.5%;
  }

  .md\:pb-4\/24 {
    padding-bottom: 16.666667%;
  }

  .md\:pb-5\/24 {
    padding-bottom: 20.833333%;
  }

  .md\:pb-6\/24 {
    padding-bottom: 25%;
  }

  .md\:pb-7\/24 {
    padding-bottom: 29.166666%;
  }

  .md\:pb-8\/24 {
    padding-bottom: 33.333333%;
  }

  .md\:pb-9\/24 {
    padding-bottom: 37.5%;
  }

  .md\:pb-10\/24 {
    padding-bottom: 41.666666%;
  }

  .md\:pb-11\/24 {
    padding-bottom: 45.833333%;
  }

  .md\:pb-12\/24 {
    padding-bottom: 50%;
  }

  .md\:pb-13\/24 {
    padding-bottom: 54.166666%;
  }

  .md\:pb-14\/24 {
    padding-bottom: 58.333333%;
  }

  .md\:pb-15\/24 {
    padding-bottom: 62.5%;
  }

  .md\:pb-16\/24 {
    padding-bottom: 66.666667%;
  }

  .md\:pb-17\/24 {
    padding-bottom: 70.833333%;
  }

  .md\:pb-18\/24 {
    padding-bottom: 75%;
  }

  .md\:pb-19\/24 {
    padding-bottom: 79.166667%;
  }

  .md\:pb-20\/24 {
    padding-bottom: 83.333333%;
  }

  .md\:pb-21\/24 {
    padding-bottom: 87.5%;
  }

  .md\:pb-22\/24 {
    padding-bottom: 91.666667%;
  }

  .md\:pb-23\/24 {
    padding-bottom: 95.833333%;
  }

  .md\:pb-24\/24 {
    padding-bottom: 100%;
  }

  .md\:pb-screen-header {
    padding-bottom: 41.55vw;
  }

  .md\:pb-screen-60 {
    padding-bottom: 60vh;
  }

  .md\:pb-screen-80 {
    padding-bottom: 80vh;
  }

  .md\:pb-screen-85 {
    padding-bottom: 85vh;
  }

  .md\:pb-screen-90 {
    padding-bottom: 90vh;
  }

  .md\:pb-screen-95 {
    padding-bottom: 95vh;
  }

  .md\:pb-screen-minus-header {
    padding-bottom: calc(100vh - 5.25rem);
  }

  .md\:pb-screen-minus-35\.5 {
    padding-bottom: calc(100vh - 8.875rem);
  }

  .md\:pb-screen-minus-36 {
    padding-bottom: calc(100vh - 9rem);
  }

  .md\:pb-screen-minus-40 {
    padding-bottom: calc(100vh - 10rem);
  }

  .md\:pb-screen-minus-55 {
    padding-bottom: calc(100vh - 13.75rem);
  }

  .md\:pb-screen-minus-72 {
    padding-bottom: calc(100vh - 18rem);
  }

  .md\:pb-screen-minus-80 {
    padding-bottom: calc(100vh - 20rem);
  }

  .md\:pb-full-4 {
    padding-bottom: calc(100% - 16px);
  }

  .md\:pb-account-body {
    padding-bottom: calc(100vw - 304px);
  }

  .md\:pb-menu-center {
    padding-bottom: calc(50% - 288px);
  }

  .md\:pb-tutorials-hidden {
    padding-bottom: calc(100% - 56px);
  }

  .md\:pb-popup-full-width {
    padding-bottom: calc(100% + 32px);
  }

  .md\:pb-popup-full-width-md {
    padding-bottom: calc(100% + 64px);
  }

  .md\:pb-popup-full-height {
    padding-bottom: calc(100% + 68px);
  }

  .md\:pb-max-content {
    padding-bottom: max-content;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-18 {
    padding-left: 4.5rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-21 {
    padding-left: 5.25rem;
  }

  .md\:pl-22 {
    padding-left: 5.5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-26 {
    padding-left: 6.5rem;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pl-29 {
    padding-left: 7.25rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-34 {
    padding-left: 8.5rem;
  }

  .md\:pl-36 {
    padding-left: 9rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-42 {
    padding-left: 10.5rem;
  }

  .md\:pl-44 {
    padding-left: 11rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-52 {
    padding-left: 13rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pl-60 {
    padding-left: 15rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pl-68 {
    padding-left: 17rem;
  }

  .md\:pl-72 {
    padding-left: 18rem;
  }

  .md\:pl-77 {
    padding-left: 19.25rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .md\:pl-82 {
    padding-left: 20.5rem;
  }

  .md\:pl-88 {
    padding-left: 22rem;
  }

  .md\:pl-94 {
    padding-left: 23.5rem;
  }

  .md\:pl-96 {
    padding-left: 24rem;
  }

  .md\:pl-98 {
    padding-left: 24.5rem;
  }

  .md\:pl-104 {
    padding-left: 26rem;
  }

  .md\:pl-108 {
    padding-left: 27rem;
  }

  .md\:pl-110 {
    padding-left: 27.5rem;
  }

  .md\:pl-112 {
    padding-left: 28rem;
  }

  .md\:pl-120 {
    padding-left: 30rem;
  }

  .md\:pl-128 {
    padding-left: 32rem;
  }

  .md\:pl-132 {
    padding-left: 33rem;
  }

  .md\:pl-134 {
    padding-left: 33.5rem;
  }

  .md\:pl-135 {
    padding-left: 33.75rem;
  }

  .md\:pl-136 {
    padding-left: 34rem;
  }

  .md\:pl-144 {
    padding-left: 36rem;
  }

  .md\:pl-152 {
    padding-left: 38rem;
  }

  .md\:pl-160 {
    padding-left: 40rem;
  }

  .md\:pl-164 {
    padding-left: 41rem;
  }

  .md\:pl-172 {
    padding-left: 43rem;
  }

  .md\:pl-179 {
    padding-left: 44.75rem;
  }

  .md\:pl-184 {
    padding-left: 46rem;
  }

  .md\:pl-192 {
    padding-left: 48rem;
  }

  .md\:pl-224 {
    padding-left: 56rem;
  }

  .md\:pl-240 {
    padding-left: 60rem;
  }

  .md\:pl-256 {
    padding-left: 64rem;
  }

  .md\:pl-265 {
    padding-left: 66.25rem;
  }

  .md\:pl-288 {
    padding-left: 72rem;
  }

  .md\:pl-384 {
    padding-left: 96rem;
  }

  .md\:pl-px {
    padding-left: 1px;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .md\:pl-0\.75 {
    padding-left: 0.1875rem;
  }

  .md\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .md\:pl-7\.5 {
    padding-left: 1.875rem;
  }

  .md\:pl-9\.5 {
    padding-left: 2.375rem;
  }

  .md\:pl-9\.75 {
    padding-left: 2.4375rem;
  }

  .md\:pl-12\.5 {
    padding-left: 3.125rem;
  }

  .md\:pl-13\.5 {
    padding-left: 3.375rem;
  }

  .md\:pl-292\.5 {
    padding-left: 73.125rem;
  }

  .md\:pl-1\/24 {
    padding-left: 4.166667%;
  }

  .md\:pl-2\/24 {
    padding-left: 8.333333%;
  }

  .md\:pl-3\/24 {
    padding-left: 12.5%;
  }

  .md\:pl-4\/24 {
    padding-left: 16.666667%;
  }

  .md\:pl-5\/24 {
    padding-left: 20.833333%;
  }

  .md\:pl-6\/24 {
    padding-left: 25%;
  }

  .md\:pl-7\/24 {
    padding-left: 29.166666%;
  }

  .md\:pl-8\/24 {
    padding-left: 33.333333%;
  }

  .md\:pl-9\/24 {
    padding-left: 37.5%;
  }

  .md\:pl-10\/24 {
    padding-left: 41.666666%;
  }

  .md\:pl-11\/24 {
    padding-left: 45.833333%;
  }

  .md\:pl-12\/24 {
    padding-left: 50%;
  }

  .md\:pl-13\/24 {
    padding-left: 54.166666%;
  }

  .md\:pl-14\/24 {
    padding-left: 58.333333%;
  }

  .md\:pl-15\/24 {
    padding-left: 62.5%;
  }

  .md\:pl-16\/24 {
    padding-left: 66.666667%;
  }

  .md\:pl-17\/24 {
    padding-left: 70.833333%;
  }

  .md\:pl-18\/24 {
    padding-left: 75%;
  }

  .md\:pl-19\/24 {
    padding-left: 79.166667%;
  }

  .md\:pl-20\/24 {
    padding-left: 83.333333%;
  }

  .md\:pl-21\/24 {
    padding-left: 87.5%;
  }

  .md\:pl-22\/24 {
    padding-left: 91.666667%;
  }

  .md\:pl-23\/24 {
    padding-left: 95.833333%;
  }

  .md\:pl-24\/24 {
    padding-left: 100%;
  }

  .md\:pl-screen-header {
    padding-left: 41.55vw;
  }

  .md\:pl-screen-60 {
    padding-left: 60vh;
  }

  .md\:pl-screen-80 {
    padding-left: 80vh;
  }

  .md\:pl-screen-85 {
    padding-left: 85vh;
  }

  .md\:pl-screen-90 {
    padding-left: 90vh;
  }

  .md\:pl-screen-95 {
    padding-left: 95vh;
  }

  .md\:pl-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
  }

  .md\:pl-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
  }

  .md\:pl-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
  }

  .md\:pl-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
  }

  .md\:pl-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
  }

  .md\:pl-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
  }

  .md\:pl-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
  }

  .md\:pl-full-4 {
    padding-left: calc(100% - 16px);
  }

  .md\:pl-account-body {
    padding-left: calc(100vw - 304px);
  }

  .md\:pl-menu-center {
    padding-left: calc(50% - 288px);
  }

  .md\:pl-tutorials-hidden {
    padding-left: calc(100% - 56px);
  }

  .md\:pl-popup-full-width {
    padding-left: calc(100% + 32px);
  }

  .md\:pl-popup-full-width-md {
    padding-left: calc(100% + 64px);
  }

  .md\:pl-popup-full-height {
    padding-left: calc(100% + 68px);
  }

  .md\:pl-max-content {
    padding-left: max-content;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-justify {
    text-align: justify;
  }

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:font-sans {
    font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-sans-alt {
    font-family: "Sen", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-sans-table {
    font-family: "Mulish", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:font-mono {
    font-family: courier new, Courier, monospace;
  }

  .md\:text-3xs {
    font-size: 0.625rem;
  }

  .md\:text-2xs {
    font-size: 0.6875rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-md {
    font-size: 1.125rem;
  }

  .md\:text-lg {
    font-size: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.5rem;
  }

  .md\:text-2xl {
    font-size: 1.75rem;
  }

  .md\:text-feature {
    font-size: 2rem;
  }

  .md\:text-2\.5xl {
    font-size: 1.875rem;
  }

  .md\:text-highlight {
    font-size: 2.25rem;
  }

  .md\:text-3xl {
    font-size: 2.625rem;
  }

  .md\:text-hero {
    font-size: 2.875rem;
  }

  .md\:text-4xl {
    font-size: 3.125rem;
  }

  .md\:text-highlight-lg {
    font-size: 3.75rem;
  }

  .md\:text-5xl {
    font-size: 4rem;
  }

  .md\:text-footer {
    font-size: 0.8125rem;
  }

  .md\:font-thin {
    font-weight: 100;
  }

  .md\:font-extralight {
    font-weight: 200;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-extrabold {
    font-weight: 800;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:normal-case {
    text-transform: none;
  }

  .md\:italic {
    font-style: italic;
  }

  .md\:not-italic {
    font-style: normal;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:normal-nums {
    font-variant-numeric: normal;
  }

  .md\:ordinal {
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:leading-10 {
    line-height: 2.5rem;
  }

  .md\:leading-13 {
    line-height: 3.25rem;
  }

  .md\:leading-14 {
    line-height: 3.5rem;
  }

  .md\:leading-16 {
    line-height: 4rem;
  }

  .md\:leading-base {
    line-height: 1rem;
  }

  .md\:leading-lg {
    line-height: 1.375rem;
  }

  .md\:leading-xl {
    line-height: 2.375rem;
  }

  .md\:leading-2xl {
    line-height: 3.0625rem;
  }

  .md\:leading-3xl {
    line-height: 3.75rem;
  }

  .md\:leading-4xl {
    line-height: 4.4375rem;
  }

  .md\:leading-5xl {
    line-height: 5.125rem;
  }

  .md\:leading-4\.5 {
    line-height: 1.125rem;
  }

  .md\:leading-11\.5 {
    line-height: 2.875rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:leading-inherit {
    line-height: inherit;
  }

  .md\:leading-14\/10 {
    line-height: 140%;
  }

  .md\:tracking-tight {
    letter-spacing: -0.0625rem;
  }

  .md\:tracking-wide {
    letter-spacing: 0.0625rem;
  }

  .md\:tracking-table {
    letter-spacing: 0.2px;
  }

  .md\:tracking-loose {
    letter-spacing: 0.1px;
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .md\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .md\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .md\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .md\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .md\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .md\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .md\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .md\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .md\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .md\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .md\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .md\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .md\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .md\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .md\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .md\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .md\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .md\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .md\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .md\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .md\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .md\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .md\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .md\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .md\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .md\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .md\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .md\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .md\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .md\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .md\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .md\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .md\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .md\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .md\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .md\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .md\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .md\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .md\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .md\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .md\:group-hover\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .group:hover .md\:group-hover\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .group:hover .md\:group-hover\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .group:hover .md\:group-hover\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .group:hover .md\:group-hover\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .group:hover .md\:group-hover\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .group:hover .md\:group-hover\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .group:hover .md\:group-hover\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .group:hover .md\:group-hover\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .md\:focus-within\:text-green-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-pale:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-pale-60:focus-within {
    color: rgba(234,234,234,0.6);
  }

  .md\:focus-within\:text-grey-faint:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-lightest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-grey-page:focus-within {
    color: rgba(243,243,243,0.5);
  }

  .md\:focus-within\:text-primary-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-blue-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-secondary-blue-light-20:focus-within {
    color: rgba(46,174,178,0.2);
  }

  .md\:focus-within\:text-secondary-blue-light-10:focus-within {
    color: rgba(46,174,178,0.1);
  }

  .md\:focus-within\:text-tertiary-orange:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-tertiary-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-black-neutral:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-toggle:focus-within {
    color: rgba(8,198,145,0.3);
  }

  .md\:focus-within\:text-toggle-active:focus-within {
    color: rgba(8,198,145,1);
  }

  .md\:focus-within\:text-tertiary-orange-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-google-maps:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-chart:focus-within {
    color: rgba(218,240,225,0.2);
  }

  .md\:focus-within\:text-energy-rating-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-energy-rating-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-energy-rating-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-energy-rating-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-energy-rating-e:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-energy-rating-f:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-energy-rating-g:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-flo-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-green-dark-60:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-tertiary-background:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .md\:focus-within\:text-tertiary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-green-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-pale:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-pale-60:hover {
    color: rgba(234,234,234,0.6);
  }

  .md\:hover\:text-grey-faint:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-lightest:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:hover\:text-grey-page:hover {
    color: rgba(243,243,243,0.5);
  }

  .md\:hover\:text-primary-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-blue-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .md\:hover\:text-secondary-blue-light-20:hover {
    color: rgba(46,174,178,0.2);
  }

  .md\:hover\:text-secondary-blue-light-10:hover {
    color: rgba(46,174,178,0.1);
  }

  .md\:hover\:text-tertiary-orange:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .md\:hover\:text-tertiary-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .md\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .md\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .md\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .md\:hover\:text-info:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-black-neutral:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .md\:hover\:text-toggle:hover {
    color: rgba(8,198,145,0.3);
  }

  .md\:hover\:text-toggle-active:hover {
    color: rgba(8,198,145,1);
  }

  .md\:hover\:text-tertiary-orange-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .md\:hover\:text-google-maps:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .md\:hover\:text-chart:hover {
    color: rgba(218,240,225,0.2);
  }

  .md\:hover\:text-energy-rating-a:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .md\:hover\:text-energy-rating-b:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .md\:hover\:text-energy-rating-c:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .md\:hover\:text-energy-rating-d:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-energy-rating-e:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .md\:hover\:text-energy-rating-f:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .md\:hover\:text-energy-rating-g:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .md\:hover\:text-flo-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .md\:hover\:text-green-dark-60:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .md\:hover\:text-tertiary-background:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .md\:hover\:text-tertiary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-green-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-pale:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-pale-60:focus {
    color: rgba(234,234,234,0.6);
  }

  .md\:focus\:text-grey-faint:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-lightest:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .md\:focus\:text-grey-page:focus {
    color: rgba(243,243,243,0.5);
  }

  .md\:focus\:text-primary-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-blue-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .md\:focus\:text-secondary-blue-light-20:focus {
    color: rgba(46,174,178,0.2);
  }

  .md\:focus\:text-secondary-blue-light-10:focus {
    color: rgba(46,174,178,0.1);
  }

  .md\:focus\:text-tertiary-orange:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .md\:focus\:text-tertiary-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .md\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .md\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .md\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .md\:focus\:text-info:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-black-neutral:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .md\:focus\:text-toggle:focus {
    color: rgba(8,198,145,0.3);
  }

  .md\:focus\:text-toggle-active:focus {
    color: rgba(8,198,145,1);
  }

  .md\:focus\:text-tertiary-orange-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .md\:focus\:text-google-maps:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .md\:focus\:text-chart:focus {
    color: rgba(218,240,225,0.2);
  }

  .md\:focus\:text-energy-rating-a:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .md\:focus\:text-energy-rating-b:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .md\:focus\:text-energy-rating-c:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .md\:focus\:text-energy-rating-d:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-energy-rating-e:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .md\:focus\:text-energy-rating-f:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .md\:focus\:text-energy-rating-g:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .md\:focus\:text-flo-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .md\:focus\:text-green-dark-60:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .md\:focus\:text-tertiary-background:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .md\:focus\:text-tertiary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .md\:underline {
    text-decoration: underline;
  }

  .md\:line-through {
    text-decoration: line-through;
  }

  .md\:no-underline {
    text-decoration: none;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-green-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-pale::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-pale::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-pale-60::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .md\:placeholder-grey-pale-60::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .md\:placeholder-grey-faint::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-faint::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-lightest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-lightest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-grey-page::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .md\:placeholder-grey-page::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .md\:placeholder-primary-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-primary-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-blue-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-blue-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-secondary-blue-light-20::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .md\:placeholder-secondary-blue-light-20::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .md\:placeholder-secondary-blue-light-10::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .md\:placeholder-secondary-blue-light-10::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .md\:placeholder-tertiary-orange::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tertiary-orange::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tertiary-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tertiary-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-neutral::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black-neutral::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-toggle::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .md\:placeholder-toggle::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .md\:placeholder-toggle-active::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .md\:placeholder-toggle-active::placeholder {
    color: rgba(8,198,145,1);
  }

  .md\:placeholder-tertiary-orange-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tertiary-orange-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-google-maps::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-google-maps::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-chart::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .md\:placeholder-chart::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .md\:placeholder-energy-rating-a::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-b::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-c::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-d::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-e::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-e::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-f::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-f::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-g::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-energy-rating-g::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-flo-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-flo-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-dark-60::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-green-dark-60::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tertiary-background::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tertiary-background::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tertiary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-tertiary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .md\:focus\:placeholder-green-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-pale:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-pale:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-pale-60:focus::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .md\:focus\:placeholder-grey-pale-60:focus::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .md\:focus\:placeholder-grey-faint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-faint:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-lightest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-grey-page:focus::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .md\:focus\:placeholder-grey-page:focus::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .md\:focus\:placeholder-primary-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-primary-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-blue-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-blue-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-secondary-blue-light-20:focus::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .md\:focus\:placeholder-secondary-blue-light-20:focus::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .md\:focus\:placeholder-secondary-blue-light-10:focus::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .md\:focus\:placeholder-secondary-blue-light-10:focus::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .md\:focus\:placeholder-tertiary-orange:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tertiary-orange:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tertiary-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tertiary-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-neutral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black-neutral:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-toggle:focus::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .md\:focus\:placeholder-toggle:focus::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .md\:focus\:placeholder-toggle-active:focus::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .md\:focus\:placeholder-toggle-active:focus::placeholder {
    color: rgba(8,198,145,1);
  }

  .md\:focus\:placeholder-tertiary-orange-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tertiary-orange-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-google-maps:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-google-maps:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-chart:focus::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .md\:focus\:placeholder-chart:focus::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .md\:focus\:placeholder-energy-rating-a:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-b:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-c:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-d:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-e:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-e:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-f:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-f:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-g:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-energy-rating-g:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-flo-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-flo-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-dark-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-green-dark-60:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tertiary-background:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tertiary-background:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tertiary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-tertiary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-5 {
    opacity: 0.05;
  }

  .md\:opacity-10 {
    opacity: 0.1;
  }

  .md\:opacity-20 {
    opacity: 0.2;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-30 {
    opacity: 0.3;
  }

  .md\:opacity-40 {
    opacity: 0.4;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-60 {
    opacity: 0.6;
  }

  .md\:opacity-70 {
    opacity: 0.7;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-80 {
    opacity: 0.8;
  }

  .md\:opacity-90 {
    opacity: 0.9;
  }

  .md\:opacity-95 {
    opacity: 0.95;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .md\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .md\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .md\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .md\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .md\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .md\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .md\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .md\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .md\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .md\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color {
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-color {
    mix-blend-mode: color;
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .md\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\: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);
  }

  .group:hover .md\:group-hover\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .md\:group-hover\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .md\:focus-within\:shadow-md:focus-within {
    --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);
  }

  .md\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-2xl:focus-within {
    --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);
  }

  .md\:focus-within\:shadow-inner:focus-within {
    --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);
  }

  .md\:focus-within\:shadow-none:focus-within {
    --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);
  }

  .md\:focus-within\:shadow-above:focus-within {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-header:focus-within {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-menu:focus-within {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-side-menu:focus-within {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-around:focus-within {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus-within\:shadow-glow:focus-within {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .md\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .md\:hover\:shadow-above:hover {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-header:hover {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-menu:hover {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-side-menu:hover {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-around:hover {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-glow:hover {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .md\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .md\:focus\:shadow-above:focus {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-header:focus {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-menu:focus {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-side-menu:focus {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-around:focus {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:focus\:shadow-glow:focus {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-inset {
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .md\:ring-green-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .md\:ring-green-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .md\:ring-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .md\:ring-green-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .md\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .md\:ring-grey-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .md\:ring-grey-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .md\:ring-grey-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .md\:ring-grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .md\:ring-grey-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .md\:ring-grey-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .md\:ring-grey-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .md\:ring-grey-pale {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .md\:ring-grey-pale-60 {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .md\:ring-grey-faint {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .md\:ring-grey-lightest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:ring-grey-page {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .md\:ring-primary-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-blue-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .md\:ring-secondary-blue-light-20 {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .md\:ring-secondary-blue-light-10 {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .md\:ring-tertiary-orange {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .md\:ring-tertiary-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .md\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .md\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .md\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .md\:ring-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .md\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-black-neutral {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .md\:ring-toggle {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .md\:ring-toggle-active {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .md\:ring-tertiary-orange-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .md\:ring-google-maps {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .md\:ring-chart {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .md\:ring-energy-rating-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .md\:ring-energy-rating-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .md\:ring-energy-rating-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .md\:ring-energy-rating-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .md\:ring-energy-rating-e {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .md\:ring-energy-rating-f {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .md\:ring-energy-rating-g {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .md\:ring-flo-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .md\:ring-green-dark-60 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .md\:ring-tertiary-background {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .md\:ring-tertiary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-green-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-pale:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-pale-60:focus-within {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .md\:focus-within\:ring-grey-faint:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-lightest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-grey-page:focus-within {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .md\:focus-within\:ring-primary-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-blue-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-secondary-blue-light-20:focus-within {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .md\:focus-within\:ring-secondary-blue-light-10:focus-within {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .md\:focus-within\:ring-tertiary-orange:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-tertiary-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-black-neutral:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-toggle:focus-within {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .md\:focus-within\:ring-toggle-active:focus-within {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .md\:focus-within\:ring-tertiary-orange-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-google-maps:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-chart:focus-within {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .md\:focus-within\:ring-energy-rating-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-energy-rating-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-energy-rating-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-energy-rating-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-energy-rating-e:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-energy-rating-f:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-energy-rating-g:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-flo-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-green-dark-60:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-tertiary-background:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-tertiary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-green-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-pale:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-pale-60:focus {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .md\:focus\:ring-grey-faint:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-lightest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-grey-page:focus {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .md\:focus\:ring-primary-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-blue-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-secondary-blue-light-20:focus {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .md\:focus\:ring-secondary-blue-light-10:focus {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .md\:focus\:ring-tertiary-orange:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-tertiary-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-black-neutral:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-toggle:focus {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .md\:focus\:ring-toggle-active:focus {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .md\:focus\:ring-tertiary-orange-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-google-maps:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-chart:focus {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .md\:focus\:ring-energy-rating-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-energy-rating-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-energy-rating-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-energy-rating-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-energy-rating-e:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-energy-rating-f:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-energy-rating-g:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-flo-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-green-dark-60:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-tertiary-background:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-tertiary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-green-darkest {
    --tw-ring-offset-color: #032b26;
  }

  .md\:ring-offset-green-darker {
    --tw-ring-offset-color: #063932;
  }

  .md\:ring-offset-green-dark {
    --tw-ring-offset-color: #0b4d44;
  }

  .md\:ring-offset-green-medium {
    --tw-ring-offset-color: #199365;
  }

  .md\:ring-offset-green-light {
    --tw-ring-offset-color: #47b669;
  }

  .md\:ring-offset-grey-darkest {
    --tw-ring-offset-color: #303030;
  }

  .md\:ring-offset-grey-darker {
    --tw-ring-offset-color: #4a4a4a;
  }

  .md\:ring-offset-grey-dark {
    --tw-ring-offset-color: #6c7476;
  }

  .md\:ring-offset-grey {
    --tw-ring-offset-color: #888888;
  }

  .md\:ring-offset-grey-medium {
    --tw-ring-offset-color: #aaaaaa;
  }

  .md\:ring-offset-grey-light {
    --tw-ring-offset-color: #bbbbbb;
  }

  .md\:ring-offset-grey-lighter {
    --tw-ring-offset-color: #dadada;
  }

  .md\:ring-offset-grey-pale {
    --tw-ring-offset-color: #eaeaea;
  }

  .md\:ring-offset-grey-pale-60 {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .md\:ring-offset-grey-faint {
    --tw-ring-offset-color: #f3f3f3;
  }

  .md\:ring-offset-grey-lightest {
    --tw-ring-offset-color: #f9f9f9;
  }

  .md\:ring-offset-grey-page {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .md\:ring-offset-primary-white {
    --tw-ring-offset-color: #ffffff;
  }

  .md\:ring-offset-secondary-green {
    --tw-ring-offset-color: #0cc393;
  }

  .md\:ring-offset-secondary-blue-dark {
    --tw-ring-offset-color: #175564;
  }

  .md\:ring-offset-secondary-blue-light {
    --tw-ring-offset-color: #2eaeb2;
  }

  .md\:ring-offset-secondary-blue-light-20 {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .md\:ring-offset-secondary-blue-light-10 {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .md\:ring-offset-tertiary-orange {
    --tw-ring-offset-color: #f46036;
  }

  .md\:ring-offset-tertiary-yellow {
    --tw-ring-offset-color: #f9c846;
  }

  .md\:ring-offset-success {
    --tw-ring-offset-color: #47b669;
  }

  .md\:ring-offset-warning {
    --tw-ring-offset-color: #f46036;
  }

  .md\:ring-offset-error {
    --tw-ring-offset-color: #e63147;
  }

  .md\:ring-offset-info {
    --tw-ring-offset-color: #2eaeb2;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000000;
  }

  .md\:ring-offset-black-neutral {
    --tw-ring-offset-color: #373f41;
  }

  .md\:ring-offset-toggle {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .md\:ring-offset-toggle-active {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .md\:ring-offset-tertiary-orange-hover {
    --tw-ring-offset-color: #f78161;
  }

  .md\:ring-offset-google-maps {
    --tw-ring-offset-color: #e5e3df;
  }

  .md\:ring-offset-chart {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .md\:ring-offset-energy-rating-a {
    --tw-ring-offset-color: #008459;
  }

  .md\:ring-offset-energy-rating-b {
    --tw-ring-offset-color: #19b059;
  }

  .md\:ring-offset-energy-rating-c {
    --tw-ring-offset-color: #8dc641;
  }

  .md\:ring-offset-energy-rating-d {
    --tw-ring-offset-color: #ffcc00;
  }

  .md\:ring-offset-energy-rating-e {
    --tw-ring-offset-color: #f7ac64;
  }

  .md\:ring-offset-energy-rating-f {
    --tw-ring-offset-color: #f78521;
  }

  .md\:ring-offset-energy-rating-g {
    --tw-ring-offset-color: #ef1c39;
  }

  .md\:ring-offset-flo-blue-light {
    --tw-ring-offset-color: #0072b4;
  }

  .md\:ring-offset-green-dark-60 {
    --tw-ring-offset-color: #a3b7b4;
  }

  .md\:ring-offset-tertiary-background {
    --tw-ring-offset-color: #ebfaf6;
  }

  .md\:ring-offset-tertiary-green {
    --tw-ring-offset-color: #08c691;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-green-darkest:focus-within {
    --tw-ring-offset-color: #032b26;
  }

  .md\:focus-within\:ring-offset-green-darker:focus-within {
    --tw-ring-offset-color: #063932;
  }

  .md\:focus-within\:ring-offset-green-dark:focus-within {
    --tw-ring-offset-color: #0b4d44;
  }

  .md\:focus-within\:ring-offset-green-medium:focus-within {
    --tw-ring-offset-color: #199365;
  }

  .md\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .md\:focus-within\:ring-offset-grey-darkest:focus-within {
    --tw-ring-offset-color: #303030;
  }

  .md\:focus-within\:ring-offset-grey-darker:focus-within {
    --tw-ring-offset-color: #4a4a4a;
  }

  .md\:focus-within\:ring-offset-grey-dark:focus-within {
    --tw-ring-offset-color: #6c7476;
  }

  .md\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #888888;
  }

  .md\:focus-within\:ring-offset-grey-medium:focus-within {
    --tw-ring-offset-color: #aaaaaa;
  }

  .md\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #bbbbbb;
  }

  .md\:focus-within\:ring-offset-grey-lighter:focus-within {
    --tw-ring-offset-color: #dadada;
  }

  .md\:focus-within\:ring-offset-grey-pale:focus-within {
    --tw-ring-offset-color: #eaeaea;
  }

  .md\:focus-within\:ring-offset-grey-pale-60:focus-within {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .md\:focus-within\:ring-offset-grey-faint:focus-within {
    --tw-ring-offset-color: #f3f3f3;
  }

  .md\:focus-within\:ring-offset-grey-lightest:focus-within {
    --tw-ring-offset-color: #f9f9f9;
  }

  .md\:focus-within\:ring-offset-grey-page:focus-within {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .md\:focus-within\:ring-offset-primary-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .md\:focus-within\:ring-offset-secondary-green:focus-within {
    --tw-ring-offset-color: #0cc393;
  }

  .md\:focus-within\:ring-offset-secondary-blue-dark:focus-within {
    --tw-ring-offset-color: #175564;
  }

  .md\:focus-within\:ring-offset-secondary-blue-light:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .md\:focus-within\:ring-offset-secondary-blue-light-20:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .md\:focus-within\:ring-offset-secondary-blue-light-10:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .md\:focus-within\:ring-offset-tertiary-orange:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .md\:focus-within\:ring-offset-tertiary-yellow:focus-within {
    --tw-ring-offset-color: #f9c846;
  }

  .md\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .md\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .md\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #e63147;
  }

  .md\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .md\:focus-within\:ring-offset-black-neutral:focus-within {
    --tw-ring-offset-color: #373f41;
  }

  .md\:focus-within\:ring-offset-toggle:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .md\:focus-within\:ring-offset-toggle-active:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .md\:focus-within\:ring-offset-tertiary-orange-hover:focus-within {
    --tw-ring-offset-color: #f78161;
  }

  .md\:focus-within\:ring-offset-google-maps:focus-within {
    --tw-ring-offset-color: #e5e3df;
  }

  .md\:focus-within\:ring-offset-chart:focus-within {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .md\:focus-within\:ring-offset-energy-rating-a:focus-within {
    --tw-ring-offset-color: #008459;
  }

  .md\:focus-within\:ring-offset-energy-rating-b:focus-within {
    --tw-ring-offset-color: #19b059;
  }

  .md\:focus-within\:ring-offset-energy-rating-c:focus-within {
    --tw-ring-offset-color: #8dc641;
  }

  .md\:focus-within\:ring-offset-energy-rating-d:focus-within {
    --tw-ring-offset-color: #ffcc00;
  }

  .md\:focus-within\:ring-offset-energy-rating-e:focus-within {
    --tw-ring-offset-color: #f7ac64;
  }

  .md\:focus-within\:ring-offset-energy-rating-f:focus-within {
    --tw-ring-offset-color: #f78521;
  }

  .md\:focus-within\:ring-offset-energy-rating-g:focus-within {
    --tw-ring-offset-color: #ef1c39;
  }

  .md\:focus-within\:ring-offset-flo-blue-light:focus-within {
    --tw-ring-offset-color: #0072b4;
  }

  .md\:focus-within\:ring-offset-green-dark-60:focus-within {
    --tw-ring-offset-color: #a3b7b4;
  }

  .md\:focus-within\:ring-offset-tertiary-background:focus-within {
    --tw-ring-offset-color: #ebfaf6;
  }

  .md\:focus-within\:ring-offset-tertiary-green:focus-within {
    --tw-ring-offset-color: #08c691;
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-green-darkest:focus {
    --tw-ring-offset-color: #032b26;
  }

  .md\:focus\:ring-offset-green-darker:focus {
    --tw-ring-offset-color: #063932;
  }

  .md\:focus\:ring-offset-green-dark:focus {
    --tw-ring-offset-color: #0b4d44;
  }

  .md\:focus\:ring-offset-green-medium:focus {
    --tw-ring-offset-color: #199365;
  }

  .md\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #47b669;
  }

  .md\:focus\:ring-offset-grey-darkest:focus {
    --tw-ring-offset-color: #303030;
  }

  .md\:focus\:ring-offset-grey-darker:focus {
    --tw-ring-offset-color: #4a4a4a;
  }

  .md\:focus\:ring-offset-grey-dark:focus {
    --tw-ring-offset-color: #6c7476;
  }

  .md\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #888888;
  }

  .md\:focus\:ring-offset-grey-medium:focus {
    --tw-ring-offset-color: #aaaaaa;
  }

  .md\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #bbbbbb;
  }

  .md\:focus\:ring-offset-grey-lighter:focus {
    --tw-ring-offset-color: #dadada;
  }

  .md\:focus\:ring-offset-grey-pale:focus {
    --tw-ring-offset-color: #eaeaea;
  }

  .md\:focus\:ring-offset-grey-pale-60:focus {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .md\:focus\:ring-offset-grey-faint:focus {
    --tw-ring-offset-color: #f3f3f3;
  }

  .md\:focus\:ring-offset-grey-lightest:focus {
    --tw-ring-offset-color: #f9f9f9;
  }

  .md\:focus\:ring-offset-grey-page:focus {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .md\:focus\:ring-offset-primary-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .md\:focus\:ring-offset-secondary-green:focus {
    --tw-ring-offset-color: #0cc393;
  }

  .md\:focus\:ring-offset-secondary-blue-dark:focus {
    --tw-ring-offset-color: #175564;
  }

  .md\:focus\:ring-offset-secondary-blue-light:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .md\:focus\:ring-offset-secondary-blue-light-20:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .md\:focus\:ring-offset-secondary-blue-light-10:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .md\:focus\:ring-offset-tertiary-orange:focus {
    --tw-ring-offset-color: #f46036;
  }

  .md\:focus\:ring-offset-tertiary-yellow:focus {
    --tw-ring-offset-color: #f9c846;
  }

  .md\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #47b669;
  }

  .md\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #f46036;
  }

  .md\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #e63147;
  }

  .md\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .md\:focus\:ring-offset-black-neutral:focus {
    --tw-ring-offset-color: #373f41;
  }

  .md\:focus\:ring-offset-toggle:focus {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .md\:focus\:ring-offset-toggle-active:focus {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .md\:focus\:ring-offset-tertiary-orange-hover:focus {
    --tw-ring-offset-color: #f78161;
  }

  .md\:focus\:ring-offset-google-maps:focus {
    --tw-ring-offset-color: #e5e3df;
  }

  .md\:focus\:ring-offset-chart:focus {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .md\:focus\:ring-offset-energy-rating-a:focus {
    --tw-ring-offset-color: #008459;
  }

  .md\:focus\:ring-offset-energy-rating-b:focus {
    --tw-ring-offset-color: #19b059;
  }

  .md\:focus\:ring-offset-energy-rating-c:focus {
    --tw-ring-offset-color: #8dc641;
  }

  .md\:focus\:ring-offset-energy-rating-d:focus {
    --tw-ring-offset-color: #ffcc00;
  }

  .md\:focus\:ring-offset-energy-rating-e:focus {
    --tw-ring-offset-color: #f7ac64;
  }

  .md\:focus\:ring-offset-energy-rating-f:focus {
    --tw-ring-offset-color: #f78521;
  }

  .md\:focus\:ring-offset-energy-rating-g:focus {
    --tw-ring-offset-color: #ef1c39;
  }

  .md\:focus\:ring-offset-flo-blue-light:focus {
    --tw-ring-offset-color: #0072b4;
  }

  .md\:focus\:ring-offset-green-dark-60:focus {
    --tw-ring-offset-color: #a3b7b4;
  }

  .md\:focus\:ring-offset-tertiary-background:focus {
    --tw-ring-offset-color: #ebfaf6;
  }

  .md\:focus\:ring-offset-tertiary-green:focus {
    --tw-ring-offset-color: #08c691;
  }

  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:filter-none {
    filter: none;
  }

  .md\:blur-0 {
    --tw-blur: blur(0);
  }

  .md\:blur-none {
    --tw-blur: blur(0);
  }

  .md\:blur-sm {
    --tw-blur: blur(4px);
  }

  .md\:blur {
    --tw-blur: blur(8px);
  }

  .md\:blur-md {
    --tw-blur: blur(12px);
  }

  .md\:blur-lg {
    --tw-blur: blur(16px);
  }

  .md\:blur-xl {
    --tw-blur: blur(24px);
  }

  .md\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .md\:blur-xs {
    --tw-blur: blur(3px);
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .md\:invert-0 {
    --tw-invert: invert(0);
  }

  .md\:invert {
    --tw-invert: invert(100%);
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .md\:sepia {
    --tw-sepia: sepia(100%);
  }

  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .md\:backdrop-blur-xs {
    --tw-backdrop-blur: blur(3px);
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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;
  }

  .md\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:transition-header {
    transition-property: transform opacity top bottom left right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-250 {
    transition-delay: 250ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 425px) {
    .lg\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .lg\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .lg\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .lg\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .lg\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .lg\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .lg\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .lg\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .lg\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .lg\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .lg\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .lg\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .lg\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .lg\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .lg\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .lg\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .lg\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .lg\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .lg\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .lg\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .lg\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .lg\:inset-29 {
    top: 7.25rem;
    right: 7.25rem;
    bottom: 7.25rem;
    left: 7.25rem;
  }

  .lg\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .lg\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .lg\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .lg\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .lg\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .lg\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .lg\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .lg\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .lg\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .lg\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .lg\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .lg\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .lg\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .lg\:inset-77 {
    top: 19.25rem;
    right: 19.25rem;
    bottom: 19.25rem;
    left: 19.25rem;
  }

  .lg\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .lg\:inset-82 {
    top: 20.5rem;
    right: 20.5rem;
    bottom: 20.5rem;
    left: 20.5rem;
  }

  .lg\:inset-88 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .lg\:inset-94 {
    top: 23.5rem;
    right: 23.5rem;
    bottom: 23.5rem;
    left: 23.5rem;
  }

  .lg\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .lg\:inset-98 {
    top: 24.5rem;
    right: 24.5rem;
    bottom: 24.5rem;
    left: 24.5rem;
  }

  .lg\:inset-104 {
    top: 26rem;
    right: 26rem;
    bottom: 26rem;
    left: 26rem;
  }

  .lg\:inset-108 {
    top: 27rem;
    right: 27rem;
    bottom: 27rem;
    left: 27rem;
  }

  .lg\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .lg\:inset-112 {
    top: 28rem;
    right: 28rem;
    bottom: 28rem;
    left: 28rem;
  }

  .lg\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .lg\:inset-128 {
    top: 32rem;
    right: 32rem;
    bottom: 32rem;
    left: 32rem;
  }

  .lg\:inset-132 {
    top: 33rem;
    right: 33rem;
    bottom: 33rem;
    left: 33rem;
  }

  .lg\:inset-134 {
    top: 33.5rem;
    right: 33.5rem;
    bottom: 33.5rem;
    left: 33.5rem;
  }

  .lg\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .lg\:inset-136 {
    top: 34rem;
    right: 34rem;
    bottom: 34rem;
    left: 34rem;
  }

  .lg\:inset-144 {
    top: 36rem;
    right: 36rem;
    bottom: 36rem;
    left: 36rem;
  }

  .lg\:inset-152 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .lg\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .lg\:inset-164 {
    top: 41rem;
    right: 41rem;
    bottom: 41rem;
    left: 41rem;
  }

  .lg\:inset-172 {
    top: 43rem;
    right: 43rem;
    bottom: 43rem;
    left: 43rem;
  }

  .lg\:inset-179 {
    top: 44.75rem;
    right: 44.75rem;
    bottom: 44.75rem;
    left: 44.75rem;
  }

  .lg\:inset-184 {
    top: 46rem;
    right: 46rem;
    bottom: 46rem;
    left: 46rem;
  }

  .lg\:inset-192 {
    top: 48rem;
    right: 48rem;
    bottom: 48rem;
    left: 48rem;
  }

  .lg\:inset-224 {
    top: 56rem;
    right: 56rem;
    bottom: 56rem;
    left: 56rem;
  }

  .lg\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .lg\:inset-256 {
    top: 64rem;
    right: 64rem;
    bottom: 64rem;
    left: 64rem;
  }

  .lg\:inset-265 {
    top: 66.25rem;
    right: 66.25rem;
    bottom: 66.25rem;
    left: 66.25rem;
  }

  .lg\:inset-288 {
    top: 72rem;
    right: 72rem;
    bottom: 72rem;
    left: 72rem;
  }

  .lg\:inset-384 {
    top: 96rem;
    right: 96rem;
    bottom: 96rem;
    left: 96rem;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .lg\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .lg\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .lg\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .lg\:inset-0\.75 {
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .lg\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .lg\:inset-7\.5 {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .lg\:inset-9\.5 {
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .lg\:inset-9\.75 {
    top: 2.4375rem;
    right: 2.4375rem;
    bottom: 2.4375rem;
    left: 2.4375rem;
  }

  .lg\:inset-12\.5 {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .lg\:inset-13\.5 {
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .lg\:inset-292\.5 {
    top: 73.125rem;
    right: 73.125rem;
    bottom: 73.125rem;
    left: 73.125rem;
  }

  .lg\:inset-1\/24 {
    top: 4.166667%;
    right: 4.166667%;
    bottom: 4.166667%;
    left: 4.166667%;
  }

  .lg\:inset-2\/24 {
    top: 8.333333%;
    right: 8.333333%;
    bottom: 8.333333%;
    left: 8.333333%;
  }

  .lg\:inset-3\/24 {
    top: 12.5%;
    right: 12.5%;
    bottom: 12.5%;
    left: 12.5%;
  }

  .lg\:inset-4\/24 {
    top: 16.666667%;
    right: 16.666667%;
    bottom: 16.666667%;
    left: 16.666667%;
  }

  .lg\:inset-5\/24 {
    top: 20.833333%;
    right: 20.833333%;
    bottom: 20.833333%;
    left: 20.833333%;
  }

  .lg\:inset-6\/24 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-7\/24 {
    top: 29.166666%;
    right: 29.166666%;
    bottom: 29.166666%;
    left: 29.166666%;
  }

  .lg\:inset-8\/24 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-9\/24 {
    top: 37.5%;
    right: 37.5%;
    bottom: 37.5%;
    left: 37.5%;
  }

  .lg\:inset-10\/24 {
    top: 41.666666%;
    right: 41.666666%;
    bottom: 41.666666%;
    left: 41.666666%;
  }

  .lg\:inset-11\/24 {
    top: 45.833333%;
    right: 45.833333%;
    bottom: 45.833333%;
    left: 45.833333%;
  }

  .lg\:inset-12\/24 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-13\/24 {
    top: 54.166666%;
    right: 54.166666%;
    bottom: 54.166666%;
    left: 54.166666%;
  }

  .lg\:inset-14\/24 {
    top: 58.333333%;
    right: 58.333333%;
    bottom: 58.333333%;
    left: 58.333333%;
  }

  .lg\:inset-15\/24 {
    top: 62.5%;
    right: 62.5%;
    bottom: 62.5%;
    left: 62.5%;
  }

  .lg\:inset-16\/24 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-17\/24 {
    top: 70.833333%;
    right: 70.833333%;
    bottom: 70.833333%;
    left: 70.833333%;
  }

  .lg\:inset-18\/24 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-19\/24 {
    top: 79.166667%;
    right: 79.166667%;
    bottom: 79.166667%;
    left: 79.166667%;
  }

  .lg\:inset-20\/24 {
    top: 83.333333%;
    right: 83.333333%;
    bottom: 83.333333%;
    left: 83.333333%;
  }

  .lg\:inset-21\/24 {
    top: 87.5%;
    right: 87.5%;
    bottom: 87.5%;
    left: 87.5%;
  }

  .lg\:inset-22\/24 {
    top: 91.666667%;
    right: 91.666667%;
    bottom: 91.666667%;
    left: 91.666667%;
  }

  .lg\:inset-23\/24 {
    top: 95.833333%;
    right: 95.833333%;
    bottom: 95.833333%;
    left: 95.833333%;
  }

  .lg\:inset-24\/24 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:inset-screen-header {
    top: 41.55vw;
    right: 41.55vw;
    bottom: 41.55vw;
    left: 41.55vw;
  }

  .lg\:inset-screen-60 {
    top: 60vh;
    right: 60vh;
    bottom: 60vh;
    left: 60vh;
  }

  .lg\:inset-screen-80 {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .lg\:inset-screen-85 {
    top: 85vh;
    right: 85vh;
    bottom: 85vh;
    left: 85vh;
  }

  .lg\:inset-screen-90 {
    top: 90vh;
    right: 90vh;
    bottom: 90vh;
    left: 90vh;
  }

  .lg\:inset-screen-95 {
    top: 95vh;
    right: 95vh;
    bottom: 95vh;
    left: 95vh;
  }

  .lg\:inset-screen-minus-header {
    top: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
    left: calc(100vh - 5.25rem);
  }

  .lg\:inset-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
    left: calc(100vh - 8.875rem);
  }

  .lg\:inset-screen-minus-36 {
    top: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
    left: calc(100vh - 9rem);
  }

  .lg\:inset-screen-minus-40 {
    top: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
    left: calc(100vh - 10rem);
  }

  .lg\:inset-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
    left: calc(100vh - 13.75rem);
  }

  .lg\:inset-screen-minus-72 {
    top: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
    left: calc(100vh - 18rem);
  }

  .lg\:inset-screen-minus-80 {
    top: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
    left: calc(100vh - 20rem);
  }

  .lg\:inset-full-4 {
    top: calc(100% - 16px);
    right: calc(100% - 16px);
    bottom: calc(100% - 16px);
    left: calc(100% - 16px);
  }

  .lg\:inset-account-body {
    top: calc(100vw - 304px);
    right: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
    left: calc(100vw - 304px);
  }

  .lg\:inset-menu-center {
    top: calc(50% - 288px);
    right: calc(50% - 288px);
    bottom: calc(50% - 288px);
    left: calc(50% - 288px);
  }

  .lg\:inset-tutorials-hidden {
    top: calc(100% - 56px);
    right: calc(100% - 56px);
    bottom: calc(100% - 56px);
    left: calc(100% - 56px);
  }

  .lg\:inset-popup-full-width {
    top: calc(100% + 32px);
    right: calc(100% + 32px);
    bottom: calc(100% + 32px);
    left: calc(100% + 32px);
  }

  .lg\:inset-popup-full-width-md {
    top: calc(100% + 64px);
    right: calc(100% + 64px);
    bottom: calc(100% + 64px);
    left: calc(100% + 64px);
  }

  .lg\:inset-popup-full-height {
    top: calc(100% + 68px);
    right: calc(100% + 68px);
    bottom: calc(100% + 68px);
    left: calc(100% + 68px);
  }

  .lg\:inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .lg\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .lg\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .lg\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .lg\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .lg\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .lg\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .lg\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .lg\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .lg\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .lg\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .lg\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .lg\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .lg\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .lg\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:-inset-18 {
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .lg\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .lg\:-inset-21 {
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .lg\:-inset-22 {
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .lg\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .lg\:-inset-26 {
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .lg\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .lg\:-inset-29 {
    top: -7.25rem;
    right: -7.25rem;
    bottom: -7.25rem;
    left: -7.25rem;
  }

  .lg\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .lg\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .lg\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .lg\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .lg\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .lg\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .lg\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .lg\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .lg\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .lg\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .lg\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .lg\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .lg\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .lg\:-inset-77 {
    top: -19.25rem;
    right: -19.25rem;
    bottom: -19.25rem;
    left: -19.25rem;
  }

  .lg\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .lg\:-inset-82 {
    top: -20.5rem;
    right: -20.5rem;
    bottom: -20.5rem;
    left: -20.5rem;
  }

  .lg\:-inset-88 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .lg\:-inset-94 {
    top: -23.5rem;
    right: -23.5rem;
    bottom: -23.5rem;
    left: -23.5rem;
  }

  .lg\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .lg\:-inset-98 {
    top: -24.5rem;
    right: -24.5rem;
    bottom: -24.5rem;
    left: -24.5rem;
  }

  .lg\:-inset-104 {
    top: -26rem;
    right: -26rem;
    bottom: -26rem;
    left: -26rem;
  }

  .lg\:-inset-108 {
    top: -27rem;
    right: -27rem;
    bottom: -27rem;
    left: -27rem;
  }

  .lg\:-inset-110 {
    top: -27.5rem;
    right: -27.5rem;
    bottom: -27.5rem;
    left: -27.5rem;
  }

  .lg\:-inset-112 {
    top: -28rem;
    right: -28rem;
    bottom: -28rem;
    left: -28rem;
  }

  .lg\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .lg\:-inset-128 {
    top: -32rem;
    right: -32rem;
    bottom: -32rem;
    left: -32rem;
  }

  .lg\:-inset-132 {
    top: -33rem;
    right: -33rem;
    bottom: -33rem;
    left: -33rem;
  }

  .lg\:-inset-134 {
    top: -33.5rem;
    right: -33.5rem;
    bottom: -33.5rem;
    left: -33.5rem;
  }

  .lg\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .lg\:-inset-136 {
    top: -34rem;
    right: -34rem;
    bottom: -34rem;
    left: -34rem;
  }

  .lg\:-inset-144 {
    top: -36rem;
    right: -36rem;
    bottom: -36rem;
    left: -36rem;
  }

  .lg\:-inset-152 {
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .lg\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .lg\:-inset-164 {
    top: -41rem;
    right: -41rem;
    bottom: -41rem;
    left: -41rem;
  }

  .lg\:-inset-172 {
    top: -43rem;
    right: -43rem;
    bottom: -43rem;
    left: -43rem;
  }

  .lg\:-inset-179 {
    top: -44.75rem;
    right: -44.75rem;
    bottom: -44.75rem;
    left: -44.75rem;
  }

  .lg\:-inset-184 {
    top: -46rem;
    right: -46rem;
    bottom: -46rem;
    left: -46rem;
  }

  .lg\:-inset-192 {
    top: -48rem;
    right: -48rem;
    bottom: -48rem;
    left: -48rem;
  }

  .lg\:-inset-224 {
    top: -56rem;
    right: -56rem;
    bottom: -56rem;
    left: -56rem;
  }

  .lg\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .lg\:-inset-256 {
    top: -64rem;
    right: -64rem;
    bottom: -64rem;
    left: -64rem;
  }

  .lg\:-inset-265 {
    top: -66.25rem;
    right: -66.25rem;
    bottom: -66.25rem;
    left: -66.25rem;
  }

  .lg\:-inset-288 {
    top: -72rem;
    right: -72rem;
    bottom: -72rem;
    left: -72rem;
  }

  .lg\:-inset-384 {
    top: -96rem;
    right: -96rem;
    bottom: -96rem;
    left: -96rem;
  }

  .lg\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .lg\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .lg\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .lg\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .lg\:-inset-0\.75 {
    top: -0.1875rem;
    right: -0.1875rem;
    bottom: -0.1875rem;
    left: -0.1875rem;
  }

  .lg\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .lg\:-inset-7\.5 {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .lg\:-inset-9\.5 {
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .lg\:-inset-9\.75 {
    top: -2.4375rem;
    right: -2.4375rem;
    bottom: -2.4375rem;
    left: -2.4375rem;
  }

  .lg\:-inset-12\.5 {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .lg\:-inset-13\.5 {
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .lg\:-inset-292\.5 {
    top: -73.125rem;
    right: -73.125rem;
    bottom: -73.125rem;
    left: -73.125rem;
  }

  .lg\:-inset-1\/24 {
    top: -4.16667%;
    right: -4.16667%;
    bottom: -4.16667%;
    left: -4.16667%;
  }

  .lg\:-inset-2\/24 {
    top: -8.33333%;
    right: -8.33333%;
    bottom: -8.33333%;
    left: -8.33333%;
  }

  .lg\:-inset-3\/24 {
    top: -12.5%;
    right: -12.5%;
    bottom: -12.5%;
    left: -12.5%;
  }

  .lg\:-inset-4\/24 {
    top: -16.66667%;
    right: -16.66667%;
    bottom: -16.66667%;
    left: -16.66667%;
  }

  .lg\:-inset-5\/24 {
    top: -20.83333%;
    right: -20.83333%;
    bottom: -20.83333%;
    left: -20.83333%;
  }

  .lg\:-inset-6\/24 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-7\/24 {
    top: -29.16667%;
    right: -29.16667%;
    bottom: -29.16667%;
    left: -29.16667%;
  }

  .lg\:-inset-8\/24 {
    top: -33.33333%;
    right: -33.33333%;
    bottom: -33.33333%;
    left: -33.33333%;
  }

  .lg\:-inset-9\/24 {
    top: -37.5%;
    right: -37.5%;
    bottom: -37.5%;
    left: -37.5%;
  }

  .lg\:-inset-10\/24 {
    top: -41.66667%;
    right: -41.66667%;
    bottom: -41.66667%;
    left: -41.66667%;
  }

  .lg\:-inset-11\/24 {
    top: -45.83333%;
    right: -45.83333%;
    bottom: -45.83333%;
    left: -45.83333%;
  }

  .lg\:-inset-12\/24 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-13\/24 {
    top: -54.16667%;
    right: -54.16667%;
    bottom: -54.16667%;
    left: -54.16667%;
  }

  .lg\:-inset-14\/24 {
    top: -58.33333%;
    right: -58.33333%;
    bottom: -58.33333%;
    left: -58.33333%;
  }

  .lg\:-inset-15\/24 {
    top: -62.5%;
    right: -62.5%;
    bottom: -62.5%;
    left: -62.5%;
  }

  .lg\:-inset-16\/24 {
    top: -66.66667%;
    right: -66.66667%;
    bottom: -66.66667%;
    left: -66.66667%;
  }

  .lg\:-inset-17\/24 {
    top: -70.83333%;
    right: -70.83333%;
    bottom: -70.83333%;
    left: -70.83333%;
  }

  .lg\:-inset-18\/24 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-19\/24 {
    top: -79.16667%;
    right: -79.16667%;
    bottom: -79.16667%;
    left: -79.16667%;
  }

  .lg\:-inset-20\/24 {
    top: -83.33333%;
    right: -83.33333%;
    bottom: -83.33333%;
    left: -83.33333%;
  }

  .lg\:-inset-21\/24 {
    top: -87.5%;
    right: -87.5%;
    bottom: -87.5%;
    left: -87.5%;
  }

  .lg\:-inset-22\/24 {
    top: -91.66667%;
    right: -91.66667%;
    bottom: -91.66667%;
    left: -91.66667%;
  }

  .lg\:-inset-23\/24 {
    top: -95.83333%;
    right: -95.83333%;
    bottom: -95.83333%;
    left: -95.83333%;
  }

  .lg\:-inset-24\/24 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:-inset-screen-header {
    top: -41.55vw;
    right: -41.55vw;
    bottom: -41.55vw;
    left: -41.55vw;
  }

  .lg\:-inset-screen-60 {
    top: -60vh;
    right: -60vh;
    bottom: -60vh;
    left: -60vh;
  }

  .lg\:-inset-screen-80 {
    top: -80vh;
    right: -80vh;
    bottom: -80vh;
    left: -80vh;
  }

  .lg\:-inset-screen-85 {
    top: -85vh;
    right: -85vh;
    bottom: -85vh;
    left: -85vh;
  }

  .lg\:-inset-screen-90 {
    top: -90vh;
    right: -90vh;
    bottom: -90vh;
    left: -90vh;
  }

  .lg\:-inset-screen-95 {
    top: -95vh;
    right: -95vh;
    bottom: -95vh;
    left: -95vh;
  }

  .lg\:-inset-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
    left: calc(-100vh - -5.25rem);
  }

  .lg\:-inset-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
    left: calc(-100vh - -8.875rem);
  }

  .lg\:-inset-screen-minus-36 {
    top: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
    left: calc(-100vh - -9rem);
  }

  .lg\:-inset-screen-minus-40 {
    top: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
    left: calc(-100vh - -10rem);
  }

  .lg\:-inset-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
    left: calc(-100vh - -13.75rem);
  }

  .lg\:-inset-screen-minus-72 {
    top: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
    left: calc(-100vh - -18rem);
  }

  .lg\:-inset-screen-minus-80 {
    top: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
    left: calc(-100vh - -20rem);
  }

  .lg\:-inset-full-4 {
    top: calc(-100% - -16px);
    right: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
    left: calc(-100% - -16px);
  }

  .lg\:-inset-account-body {
    top: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
    left: calc(-100vw - -304px);
  }

  .lg\:-inset-menu-center {
    top: calc(-50% - -288px);
    right: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
    left: calc(-50% - -288px);
  }

  .lg\:-inset-tutorials-hidden {
    top: calc(-100% - -56px);
    right: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
    left: calc(-100% - -56px);
  }

  .lg\:-inset-popup-full-width {
    top: calc(-100% + -32px);
    right: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
    left: calc(-100% + -32px);
  }

  .lg\:-inset-popup-full-width-md {
    top: calc(-100% + -64px);
    right: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
    left: calc(-100% + -64px);
  }

  .lg\:-inset-popup-full-height {
    top: calc(-100% + -68px);
    right: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
    left: calc(-100% + -68px);
  }

  .lg\:-inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .lg\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .lg\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .lg\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .lg\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .lg\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .lg\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .lg\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .lg\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .lg\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .lg\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .lg\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .lg\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .lg\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .lg\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .lg\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .lg\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .lg\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .lg\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .lg\:inset-x-18 {
    left: 4.5rem;
    right: 4.5rem;
  }

  .lg\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .lg\:inset-x-21 {
    left: 5.25rem;
    right: 5.25rem;
  }

  .lg\:inset-x-22 {
    left: 5.5rem;
    right: 5.5rem;
  }

  .lg\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .lg\:inset-x-26 {
    left: 6.5rem;
    right: 6.5rem;
  }

  .lg\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .lg\:inset-x-29 {
    left: 7.25rem;
    right: 7.25rem;
  }

  .lg\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .lg\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .lg\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .lg\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .lg\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .lg\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .lg\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .lg\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .lg\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .lg\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .lg\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .lg\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .lg\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .lg\:inset-x-77 {
    left: 19.25rem;
    right: 19.25rem;
  }

  .lg\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .lg\:inset-x-82 {
    left: 20.5rem;
    right: 20.5rem;
  }

  .lg\:inset-x-88 {
    left: 22rem;
    right: 22rem;
  }

  .lg\:inset-x-94 {
    left: 23.5rem;
    right: 23.5rem;
  }

  .lg\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .lg\:inset-x-98 {
    left: 24.5rem;
    right: 24.5rem;
  }

  .lg\:inset-x-104 {
    left: 26rem;
    right: 26rem;
  }

  .lg\:inset-x-108 {
    left: 27rem;
    right: 27rem;
  }

  .lg\:inset-x-110 {
    left: 27.5rem;
    right: 27.5rem;
  }

  .lg\:inset-x-112 {
    left: 28rem;
    right: 28rem;
  }

  .lg\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .lg\:inset-x-128 {
    left: 32rem;
    right: 32rem;
  }

  .lg\:inset-x-132 {
    left: 33rem;
    right: 33rem;
  }

  .lg\:inset-x-134 {
    left: 33.5rem;
    right: 33.5rem;
  }

  .lg\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .lg\:inset-x-136 {
    left: 34rem;
    right: 34rem;
  }

  .lg\:inset-x-144 {
    left: 36rem;
    right: 36rem;
  }

  .lg\:inset-x-152 {
    left: 38rem;
    right: 38rem;
  }

  .lg\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .lg\:inset-x-164 {
    left: 41rem;
    right: 41rem;
  }

  .lg\:inset-x-172 {
    left: 43rem;
    right: 43rem;
  }

  .lg\:inset-x-179 {
    left: 44.75rem;
    right: 44.75rem;
  }

  .lg\:inset-x-184 {
    left: 46rem;
    right: 46rem;
  }

  .lg\:inset-x-192 {
    left: 48rem;
    right: 48rem;
  }

  .lg\:inset-x-224 {
    left: 56rem;
    right: 56rem;
  }

  .lg\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .lg\:inset-x-256 {
    left: 64rem;
    right: 64rem;
  }

  .lg\:inset-x-265 {
    left: 66.25rem;
    right: 66.25rem;
  }

  .lg\:inset-x-288 {
    left: 72rem;
    right: 72rem;
  }

  .lg\:inset-x-384 {
    left: 96rem;
    right: 96rem;
  }

  .lg\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .lg\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .lg\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .lg\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .lg\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .lg\:inset-x-0\.75 {
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .lg\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .lg\:inset-x-7\.5 {
    left: 1.875rem;
    right: 1.875rem;
  }

  .lg\:inset-x-9\.5 {
    left: 2.375rem;
    right: 2.375rem;
  }

  .lg\:inset-x-9\.75 {
    left: 2.4375rem;
    right: 2.4375rem;
  }

  .lg\:inset-x-12\.5 {
    left: 3.125rem;
    right: 3.125rem;
  }

  .lg\:inset-x-13\.5 {
    left: 3.375rem;
    right: 3.375rem;
  }

  .lg\:inset-x-292\.5 {
    left: 73.125rem;
    right: 73.125rem;
  }

  .lg\:inset-x-1\/24 {
    left: 4.166667%;
    right: 4.166667%;
  }

  .lg\:inset-x-2\/24 {
    left: 8.333333%;
    right: 8.333333%;
  }

  .lg\:inset-x-3\/24 {
    left: 12.5%;
    right: 12.5%;
  }

  .lg\:inset-x-4\/24 {
    left: 16.666667%;
    right: 16.666667%;
  }

  .lg\:inset-x-5\/24 {
    left: 20.833333%;
    right: 20.833333%;
  }

  .lg\:inset-x-6\/24 {
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-7\/24 {
    left: 29.166666%;
    right: 29.166666%;
  }

  .lg\:inset-x-8\/24 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-9\/24 {
    left: 37.5%;
    right: 37.5%;
  }

  .lg\:inset-x-10\/24 {
    left: 41.666666%;
    right: 41.666666%;
  }

  .lg\:inset-x-11\/24 {
    left: 45.833333%;
    right: 45.833333%;
  }

  .lg\:inset-x-12\/24 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-13\/24 {
    left: 54.166666%;
    right: 54.166666%;
  }

  .lg\:inset-x-14\/24 {
    left: 58.333333%;
    right: 58.333333%;
  }

  .lg\:inset-x-15\/24 {
    left: 62.5%;
    right: 62.5%;
  }

  .lg\:inset-x-16\/24 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-17\/24 {
    left: 70.833333%;
    right: 70.833333%;
  }

  .lg\:inset-x-18\/24 {
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-19\/24 {
    left: 79.166667%;
    right: 79.166667%;
  }

  .lg\:inset-x-20\/24 {
    left: 83.333333%;
    right: 83.333333%;
  }

  .lg\:inset-x-21\/24 {
    left: 87.5%;
    right: 87.5%;
  }

  .lg\:inset-x-22\/24 {
    left: 91.666667%;
    right: 91.666667%;
  }

  .lg\:inset-x-23\/24 {
    left: 95.833333%;
    right: 95.833333%;
  }

  .lg\:inset-x-24\/24 {
    left: 100%;
    right: 100%;
  }

  .lg\:inset-x-screen-header {
    left: 41.55vw;
    right: 41.55vw;
  }

  .lg\:inset-x-screen-60 {
    left: 60vh;
    right: 60vh;
  }

  .lg\:inset-x-screen-80 {
    left: 80vh;
    right: 80vh;
  }

  .lg\:inset-x-screen-85 {
    left: 85vh;
    right: 85vh;
  }

  .lg\:inset-x-screen-90 {
    left: 90vh;
    right: 90vh;
  }

  .lg\:inset-x-screen-95 {
    left: 95vh;
    right: 95vh;
  }

  .lg\:inset-x-screen-minus-header {
    left: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
  }

  .lg\:inset-x-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
  }

  .lg\:inset-x-screen-minus-36 {
    left: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
  }

  .lg\:inset-x-screen-minus-40 {
    left: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
  }

  .lg\:inset-x-screen-minus-55 {
    left: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
  }

  .lg\:inset-x-screen-minus-72 {
    left: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
  }

  .lg\:inset-x-screen-minus-80 {
    left: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
  }

  .lg\:inset-x-full-4 {
    left: calc(100% - 16px);
    right: calc(100% - 16px);
  }

  .lg\:inset-x-account-body {
    left: calc(100vw - 304px);
    right: calc(100vw - 304px);
  }

  .lg\:inset-x-menu-center {
    left: calc(50% - 288px);
    right: calc(50% - 288px);
  }

  .lg\:inset-x-tutorials-hidden {
    left: calc(100% - 56px);
    right: calc(100% - 56px);
  }

  .lg\:inset-x-popup-full-width {
    left: calc(100% + 32px);
    right: calc(100% + 32px);
  }

  .lg\:inset-x-popup-full-width-md {
    left: calc(100% + 64px);
    right: calc(100% + 64px);
  }

  .lg\:inset-x-popup-full-height {
    left: calc(100% + 68px);
    right: calc(100% + 68px);
  }

  .lg\:inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .lg\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .lg\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .lg\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .lg\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .lg\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .lg\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .lg\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .lg\:-inset-x-18 {
    left: -4.5rem;
    right: -4.5rem;
  }

  .lg\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .lg\:-inset-x-21 {
    left: -5.25rem;
    right: -5.25rem;
  }

  .lg\:-inset-x-22 {
    left: -5.5rem;
    right: -5.5rem;
  }

  .lg\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .lg\:-inset-x-26 {
    left: -6.5rem;
    right: -6.5rem;
  }

  .lg\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .lg\:-inset-x-29 {
    left: -7.25rem;
    right: -7.25rem;
  }

  .lg\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .lg\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .lg\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .lg\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .lg\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .lg\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .lg\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .lg\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .lg\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .lg\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .lg\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .lg\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .lg\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .lg\:-inset-x-77 {
    left: -19.25rem;
    right: -19.25rem;
  }

  .lg\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .lg\:-inset-x-82 {
    left: -20.5rem;
    right: -20.5rem;
  }

  .lg\:-inset-x-88 {
    left: -22rem;
    right: -22rem;
  }

  .lg\:-inset-x-94 {
    left: -23.5rem;
    right: -23.5rem;
  }

  .lg\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .lg\:-inset-x-98 {
    left: -24.5rem;
    right: -24.5rem;
  }

  .lg\:-inset-x-104 {
    left: -26rem;
    right: -26rem;
  }

  .lg\:-inset-x-108 {
    left: -27rem;
    right: -27rem;
  }

  .lg\:-inset-x-110 {
    left: -27.5rem;
    right: -27.5rem;
  }

  .lg\:-inset-x-112 {
    left: -28rem;
    right: -28rem;
  }

  .lg\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .lg\:-inset-x-128 {
    left: -32rem;
    right: -32rem;
  }

  .lg\:-inset-x-132 {
    left: -33rem;
    right: -33rem;
  }

  .lg\:-inset-x-134 {
    left: -33.5rem;
    right: -33.5rem;
  }

  .lg\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .lg\:-inset-x-136 {
    left: -34rem;
    right: -34rem;
  }

  .lg\:-inset-x-144 {
    left: -36rem;
    right: -36rem;
  }

  .lg\:-inset-x-152 {
    left: -38rem;
    right: -38rem;
  }

  .lg\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .lg\:-inset-x-164 {
    left: -41rem;
    right: -41rem;
  }

  .lg\:-inset-x-172 {
    left: -43rem;
    right: -43rem;
  }

  .lg\:-inset-x-179 {
    left: -44.75rem;
    right: -44.75rem;
  }

  .lg\:-inset-x-184 {
    left: -46rem;
    right: -46rem;
  }

  .lg\:-inset-x-192 {
    left: -48rem;
    right: -48rem;
  }

  .lg\:-inset-x-224 {
    left: -56rem;
    right: -56rem;
  }

  .lg\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .lg\:-inset-x-256 {
    left: -64rem;
    right: -64rem;
  }

  .lg\:-inset-x-265 {
    left: -66.25rem;
    right: -66.25rem;
  }

  .lg\:-inset-x-288 {
    left: -72rem;
    right: -72rem;
  }

  .lg\:-inset-x-384 {
    left: -96rem;
    right: -96rem;
  }

  .lg\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .lg\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .lg\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .lg\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .lg\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .lg\:-inset-x-0\.75 {
    left: -0.1875rem;
    right: -0.1875rem;
  }

  .lg\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .lg\:-inset-x-7\.5 {
    left: -1.875rem;
    right: -1.875rem;
  }

  .lg\:-inset-x-9\.5 {
    left: -2.375rem;
    right: -2.375rem;
  }

  .lg\:-inset-x-9\.75 {
    left: -2.4375rem;
    right: -2.4375rem;
  }

  .lg\:-inset-x-12\.5 {
    left: -3.125rem;
    right: -3.125rem;
  }

  .lg\:-inset-x-13\.5 {
    left: -3.375rem;
    right: -3.375rem;
  }

  .lg\:-inset-x-292\.5 {
    left: -73.125rem;
    right: -73.125rem;
  }

  .lg\:-inset-x-1\/24 {
    left: -4.16667%;
    right: -4.16667%;
  }

  .lg\:-inset-x-2\/24 {
    left: -8.33333%;
    right: -8.33333%;
  }

  .lg\:-inset-x-3\/24 {
    left: -12.5%;
    right: -12.5%;
  }

  .lg\:-inset-x-4\/24 {
    left: -16.66667%;
    right: -16.66667%;
  }

  .lg\:-inset-x-5\/24 {
    left: -20.83333%;
    right: -20.83333%;
  }

  .lg\:-inset-x-6\/24 {
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-7\/24 {
    left: -29.16667%;
    right: -29.16667%;
  }

  .lg\:-inset-x-8\/24 {
    left: -33.33333%;
    right: -33.33333%;
  }

  .lg\:-inset-x-9\/24 {
    left: -37.5%;
    right: -37.5%;
  }

  .lg\:-inset-x-10\/24 {
    left: -41.66667%;
    right: -41.66667%;
  }

  .lg\:-inset-x-11\/24 {
    left: -45.83333%;
    right: -45.83333%;
  }

  .lg\:-inset-x-12\/24 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-13\/24 {
    left: -54.16667%;
    right: -54.16667%;
  }

  .lg\:-inset-x-14\/24 {
    left: -58.33333%;
    right: -58.33333%;
  }

  .lg\:-inset-x-15\/24 {
    left: -62.5%;
    right: -62.5%;
  }

  .lg\:-inset-x-16\/24 {
    left: -66.66667%;
    right: -66.66667%;
  }

  .lg\:-inset-x-17\/24 {
    left: -70.83333%;
    right: -70.83333%;
  }

  .lg\:-inset-x-18\/24 {
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-19\/24 {
    left: -79.16667%;
    right: -79.16667%;
  }

  .lg\:-inset-x-20\/24 {
    left: -83.33333%;
    right: -83.33333%;
  }

  .lg\:-inset-x-21\/24 {
    left: -87.5%;
    right: -87.5%;
  }

  .lg\:-inset-x-22\/24 {
    left: -91.66667%;
    right: -91.66667%;
  }

  .lg\:-inset-x-23\/24 {
    left: -95.83333%;
    right: -95.83333%;
  }

  .lg\:-inset-x-24\/24 {
    left: -100%;
    right: -100%;
  }

  .lg\:-inset-x-screen-header {
    left: -41.55vw;
    right: -41.55vw;
  }

  .lg\:-inset-x-screen-60 {
    left: -60vh;
    right: -60vh;
  }

  .lg\:-inset-x-screen-80 {
    left: -80vh;
    right: -80vh;
  }

  .lg\:-inset-x-screen-85 {
    left: -85vh;
    right: -85vh;
  }

  .lg\:-inset-x-screen-90 {
    left: -90vh;
    right: -90vh;
  }

  .lg\:-inset-x-screen-95 {
    left: -95vh;
    right: -95vh;
  }

  .lg\:-inset-x-screen-minus-header {
    left: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
  }

  .lg\:-inset-x-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
  }

  .lg\:-inset-x-screen-minus-36 {
    left: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
  }

  .lg\:-inset-x-screen-minus-40 {
    left: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
  }

  .lg\:-inset-x-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
  }

  .lg\:-inset-x-screen-minus-72 {
    left: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
  }

  .lg\:-inset-x-screen-minus-80 {
    left: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
  }

  .lg\:-inset-x-full-4 {
    left: calc(-100% - -16px);
    right: calc(-100% - -16px);
  }

  .lg\:-inset-x-account-body {
    left: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
  }

  .lg\:-inset-x-menu-center {
    left: calc(-50% - -288px);
    right: calc(-50% - -288px);
  }

  .lg\:-inset-x-tutorials-hidden {
    left: calc(-100% - -56px);
    right: calc(-100% - -56px);
  }

  .lg\:-inset-x-popup-full-width {
    left: calc(-100% + -32px);
    right: calc(-100% + -32px);
  }

  .lg\:-inset-x-popup-full-width-md {
    left: calc(-100% + -64px);
    right: calc(-100% + -64px);
  }

  .lg\:-inset-x-popup-full-height {
    left: calc(-100% + -68px);
    right: calc(-100% + -68px);
  }

  .lg\:-inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .lg\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lg\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .lg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .lg\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .lg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-y-29 {
    top: 7.25rem;
    bottom: 7.25rem;
  }

  .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .lg\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .lg\:inset-y-77 {
    top: 19.25rem;
    bottom: 19.25rem;
  }

  .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-y-82 {
    top: 20.5rem;
    bottom: 20.5rem;
  }

  .lg\:inset-y-88 {
    top: 22rem;
    bottom: 22rem;
  }

  .lg\:inset-y-94 {
    top: 23.5rem;
    bottom: 23.5rem;
  }

  .lg\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .lg\:inset-y-98 {
    top: 24.5rem;
    bottom: 24.5rem;
  }

  .lg\:inset-y-104 {
    top: 26rem;
    bottom: 26rem;
  }

  .lg\:inset-y-108 {
    top: 27rem;
    bottom: 27rem;
  }

  .lg\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .lg\:inset-y-112 {
    top: 28rem;
    bottom: 28rem;
  }

  .lg\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .lg\:inset-y-128 {
    top: 32rem;
    bottom: 32rem;
  }

  .lg\:inset-y-132 {
    top: 33rem;
    bottom: 33rem;
  }

  .lg\:inset-y-134 {
    top: 33.5rem;
    bottom: 33.5rem;
  }

  .lg\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .lg\:inset-y-136 {
    top: 34rem;
    bottom: 34rem;
  }

  .lg\:inset-y-144 {
    top: 36rem;
    bottom: 36rem;
  }

  .lg\:inset-y-152 {
    top: 38rem;
    bottom: 38rem;
  }

  .lg\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .lg\:inset-y-164 {
    top: 41rem;
    bottom: 41rem;
  }

  .lg\:inset-y-172 {
    top: 43rem;
    bottom: 43rem;
  }

  .lg\:inset-y-179 {
    top: 44.75rem;
    bottom: 44.75rem;
  }

  .lg\:inset-y-184 {
    top: 46rem;
    bottom: 46rem;
  }

  .lg\:inset-y-192 {
    top: 48rem;
    bottom: 48rem;
  }

  .lg\:inset-y-224 {
    top: 56rem;
    bottom: 56rem;
  }

  .lg\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .lg\:inset-y-256 {
    top: 64rem;
    bottom: 64rem;
  }

  .lg\:inset-y-265 {
    top: 66.25rem;
    bottom: 66.25rem;
  }

  .lg\:inset-y-288 {
    top: 72rem;
    bottom: 72rem;
  }

  .lg\:inset-y-384 {
    top: 96rem;
    bottom: 96rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:inset-y-0\.75 {
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .lg\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .lg\:inset-y-7\.5 {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .lg\:inset-y-9\.5 {
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .lg\:inset-y-9\.75 {
    top: 2.4375rem;
    bottom: 2.4375rem;
  }

  .lg\:inset-y-12\.5 {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .lg\:inset-y-13\.5 {
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .lg\:inset-y-292\.5 {
    top: 73.125rem;
    bottom: 73.125rem;
  }

  .lg\:inset-y-1\/24 {
    top: 4.166667%;
    bottom: 4.166667%;
  }

  .lg\:inset-y-2\/24 {
    top: 8.333333%;
    bottom: 8.333333%;
  }

  .lg\:inset-y-3\/24 {
    top: 12.5%;
    bottom: 12.5%;
  }

  .lg\:inset-y-4\/24 {
    top: 16.666667%;
    bottom: 16.666667%;
  }

  .lg\:inset-y-5\/24 {
    top: 20.833333%;
    bottom: 20.833333%;
  }

  .lg\:inset-y-6\/24 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-7\/24 {
    top: 29.166666%;
    bottom: 29.166666%;
  }

  .lg\:inset-y-8\/24 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-9\/24 {
    top: 37.5%;
    bottom: 37.5%;
  }

  .lg\:inset-y-10\/24 {
    top: 41.666666%;
    bottom: 41.666666%;
  }

  .lg\:inset-y-11\/24 {
    top: 45.833333%;
    bottom: 45.833333%;
  }

  .lg\:inset-y-12\/24 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-13\/24 {
    top: 54.166666%;
    bottom: 54.166666%;
  }

  .lg\:inset-y-14\/24 {
    top: 58.333333%;
    bottom: 58.333333%;
  }

  .lg\:inset-y-15\/24 {
    top: 62.5%;
    bottom: 62.5%;
  }

  .lg\:inset-y-16\/24 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-17\/24 {
    top: 70.833333%;
    bottom: 70.833333%;
  }

  .lg\:inset-y-18\/24 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-19\/24 {
    top: 79.166667%;
    bottom: 79.166667%;
  }

  .lg\:inset-y-20\/24 {
    top: 83.333333%;
    bottom: 83.333333%;
  }

  .lg\:inset-y-21\/24 {
    top: 87.5%;
    bottom: 87.5%;
  }

  .lg\:inset-y-22\/24 {
    top: 91.666667%;
    bottom: 91.666667%;
  }

  .lg\:inset-y-23\/24 {
    top: 95.833333%;
    bottom: 95.833333%;
  }

  .lg\:inset-y-24\/24 {
    top: 100%;
    bottom: 100%;
  }

  .lg\:inset-y-screen-header {
    top: 41.55vw;
    bottom: 41.55vw;
  }

  .lg\:inset-y-screen-60 {
    top: 60vh;
    bottom: 60vh;
  }

  .lg\:inset-y-screen-80 {
    top: 80vh;
    bottom: 80vh;
  }

  .lg\:inset-y-screen-85 {
    top: 85vh;
    bottom: 85vh;
  }

  .lg\:inset-y-screen-90 {
    top: 90vh;
    bottom: 90vh;
  }

  .lg\:inset-y-screen-95 {
    top: 95vh;
    bottom: 95vh;
  }

  .lg\:inset-y-screen-minus-header {
    top: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
  }

  .lg\:inset-y-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
  }

  .lg\:inset-y-screen-minus-36 {
    top: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
  }

  .lg\:inset-y-screen-minus-40 {
    top: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
  }

  .lg\:inset-y-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
  }

  .lg\:inset-y-screen-minus-72 {
    top: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
  }

  .lg\:inset-y-screen-minus-80 {
    top: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
  }

  .lg\:inset-y-full-4 {
    top: calc(100% - 16px);
    bottom: calc(100% - 16px);
  }

  .lg\:inset-y-account-body {
    top: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
  }

  .lg\:inset-y-menu-center {
    top: calc(50% - 288px);
    bottom: calc(50% - 288px);
  }

  .lg\:inset-y-tutorials-hidden {
    top: calc(100% - 56px);
    bottom: calc(100% - 56px);
  }

  .lg\:inset-y-popup-full-width {
    top: calc(100% + 32px);
    bottom: calc(100% + 32px);
  }

  .lg\:inset-y-popup-full-width-md {
    top: calc(100% + 64px);
    bottom: calc(100% + 64px);
  }

  .lg\:inset-y-popup-full-height {
    top: calc(100% + 68px);
    bottom: calc(100% + 68px);
  }

  .lg\:inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .lg\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .lg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .lg\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-y-18 {
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .lg\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-y-21 {
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .lg\:-inset-y-22 {
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .lg\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-y-26 {
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .lg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-y-29 {
    top: -7.25rem;
    bottom: -7.25rem;
  }

  .lg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .lg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .lg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .lg\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .lg\:-inset-y-77 {
    top: -19.25rem;
    bottom: -19.25rem;
  }

  .lg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-y-82 {
    top: -20.5rem;
    bottom: -20.5rem;
  }

  .lg\:-inset-y-88 {
    top: -22rem;
    bottom: -22rem;
  }

  .lg\:-inset-y-94 {
    top: -23.5rem;
    bottom: -23.5rem;
  }

  .lg\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .lg\:-inset-y-98 {
    top: -24.5rem;
    bottom: -24.5rem;
  }

  .lg\:-inset-y-104 {
    top: -26rem;
    bottom: -26rem;
  }

  .lg\:-inset-y-108 {
    top: -27rem;
    bottom: -27rem;
  }

  .lg\:-inset-y-110 {
    top: -27.5rem;
    bottom: -27.5rem;
  }

  .lg\:-inset-y-112 {
    top: -28rem;
    bottom: -28rem;
  }

  .lg\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .lg\:-inset-y-128 {
    top: -32rem;
    bottom: -32rem;
  }

  .lg\:-inset-y-132 {
    top: -33rem;
    bottom: -33rem;
  }

  .lg\:-inset-y-134 {
    top: -33.5rem;
    bottom: -33.5rem;
  }

  .lg\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .lg\:-inset-y-136 {
    top: -34rem;
    bottom: -34rem;
  }

  .lg\:-inset-y-144 {
    top: -36rem;
    bottom: -36rem;
  }

  .lg\:-inset-y-152 {
    top: -38rem;
    bottom: -38rem;
  }

  .lg\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .lg\:-inset-y-164 {
    top: -41rem;
    bottom: -41rem;
  }

  .lg\:-inset-y-172 {
    top: -43rem;
    bottom: -43rem;
  }

  .lg\:-inset-y-179 {
    top: -44.75rem;
    bottom: -44.75rem;
  }

  .lg\:-inset-y-184 {
    top: -46rem;
    bottom: -46rem;
  }

  .lg\:-inset-y-192 {
    top: -48rem;
    bottom: -48rem;
  }

  .lg\:-inset-y-224 {
    top: -56rem;
    bottom: -56rem;
  }

  .lg\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .lg\:-inset-y-256 {
    top: -64rem;
    bottom: -64rem;
  }

  .lg\:-inset-y-265 {
    top: -66.25rem;
    bottom: -66.25rem;
  }

  .lg\:-inset-y-288 {
    top: -72rem;
    bottom: -72rem;
  }

  .lg\:-inset-y-384 {
    top: -96rem;
    bottom: -96rem;
  }

  .lg\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .lg\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:-inset-y-0\.75 {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }

  .lg\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .lg\:-inset-y-7\.5 {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .lg\:-inset-y-9\.5 {
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .lg\:-inset-y-9\.75 {
    top: -2.4375rem;
    bottom: -2.4375rem;
  }

  .lg\:-inset-y-12\.5 {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .lg\:-inset-y-13\.5 {
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .lg\:-inset-y-292\.5 {
    top: -73.125rem;
    bottom: -73.125rem;
  }

  .lg\:-inset-y-1\/24 {
    top: -4.16667%;
    bottom: -4.16667%;
  }

  .lg\:-inset-y-2\/24 {
    top: -8.33333%;
    bottom: -8.33333%;
  }

  .lg\:-inset-y-3\/24 {
    top: -12.5%;
    bottom: -12.5%;
  }

  .lg\:-inset-y-4\/24 {
    top: -16.66667%;
    bottom: -16.66667%;
  }

  .lg\:-inset-y-5\/24 {
    top: -20.83333%;
    bottom: -20.83333%;
  }

  .lg\:-inset-y-6\/24 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-7\/24 {
    top: -29.16667%;
    bottom: -29.16667%;
  }

  .lg\:-inset-y-8\/24 {
    top: -33.33333%;
    bottom: -33.33333%;
  }

  .lg\:-inset-y-9\/24 {
    top: -37.5%;
    bottom: -37.5%;
  }

  .lg\:-inset-y-10\/24 {
    top: -41.66667%;
    bottom: -41.66667%;
  }

  .lg\:-inset-y-11\/24 {
    top: -45.83333%;
    bottom: -45.83333%;
  }

  .lg\:-inset-y-12\/24 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-13\/24 {
    top: -54.16667%;
    bottom: -54.16667%;
  }

  .lg\:-inset-y-14\/24 {
    top: -58.33333%;
    bottom: -58.33333%;
  }

  .lg\:-inset-y-15\/24 {
    top: -62.5%;
    bottom: -62.5%;
  }

  .lg\:-inset-y-16\/24 {
    top: -66.66667%;
    bottom: -66.66667%;
  }

  .lg\:-inset-y-17\/24 {
    top: -70.83333%;
    bottom: -70.83333%;
  }

  .lg\:-inset-y-18\/24 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-19\/24 {
    top: -79.16667%;
    bottom: -79.16667%;
  }

  .lg\:-inset-y-20\/24 {
    top: -83.33333%;
    bottom: -83.33333%;
  }

  .lg\:-inset-y-21\/24 {
    top: -87.5%;
    bottom: -87.5%;
  }

  .lg\:-inset-y-22\/24 {
    top: -91.66667%;
    bottom: -91.66667%;
  }

  .lg\:-inset-y-23\/24 {
    top: -95.83333%;
    bottom: -95.83333%;
  }

  .lg\:-inset-y-24\/24 {
    top: -100%;
    bottom: -100%;
  }

  .lg\:-inset-y-screen-header {
    top: -41.55vw;
    bottom: -41.55vw;
  }

  .lg\:-inset-y-screen-60 {
    top: -60vh;
    bottom: -60vh;
  }

  .lg\:-inset-y-screen-80 {
    top: -80vh;
    bottom: -80vh;
  }

  .lg\:-inset-y-screen-85 {
    top: -85vh;
    bottom: -85vh;
  }

  .lg\:-inset-y-screen-90 {
    top: -90vh;
    bottom: -90vh;
  }

  .lg\:-inset-y-screen-95 {
    top: -95vh;
    bottom: -95vh;
  }

  .lg\:-inset-y-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
  }

  .lg\:-inset-y-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
  }

  .lg\:-inset-y-screen-minus-36 {
    top: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
  }

  .lg\:-inset-y-screen-minus-40 {
    top: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
  }

  .lg\:-inset-y-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
  }

  .lg\:-inset-y-screen-minus-72 {
    top: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
  }

  .lg\:-inset-y-screen-minus-80 {
    top: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
  }

  .lg\:-inset-y-full-4 {
    top: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
  }

  .lg\:-inset-y-account-body {
    top: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
  }

  .lg\:-inset-y-menu-center {
    top: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
  }

  .lg\:-inset-y-tutorials-hidden {
    top: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
  }

  .lg\:-inset-y-popup-full-width {
    top: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
  }

  .lg\:-inset-y-popup-full-width-md {
    top: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
  }

  .lg\:-inset-y-popup-full-height {
    top: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
  }

  .lg\:-inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-11 {
    top: 2.75rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:top-18 {
    top: 4.5rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-21 {
    top: 5.25rem;
  }

  .lg\:top-22 {
    top: 5.5rem;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:top-26 {
    top: 6.5rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-29 {
    top: 7.25rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

  .lg\:top-34 {
    top: 8.5rem;
  }

  .lg\:top-36 {
    top: 9rem;
  }

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:top-42 {
    top: 10.5rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

  .lg\:top-48 {
    top: 12rem;
  }

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:top-56 {
    top: 14rem;
  }

  .lg\:top-60 {
    top: 15rem;
  }

  .lg\:top-64 {
    top: 16rem;
  }

  .lg\:top-68 {
    top: 17rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:top-77 {
    top: 19.25rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:top-82 {
    top: 20.5rem;
  }

  .lg\:top-88 {
    top: 22rem;
  }

  .lg\:top-94 {
    top: 23.5rem;
  }

  .lg\:top-96 {
    top: 24rem;
  }

  .lg\:top-98 {
    top: 24.5rem;
  }

  .lg\:top-104 {
    top: 26rem;
  }

  .lg\:top-108 {
    top: 27rem;
  }

  .lg\:top-110 {
    top: 27.5rem;
  }

  .lg\:top-112 {
    top: 28rem;
  }

  .lg\:top-120 {
    top: 30rem;
  }

  .lg\:top-128 {
    top: 32rem;
  }

  .lg\:top-132 {
    top: 33rem;
  }

  .lg\:top-134 {
    top: 33.5rem;
  }

  .lg\:top-135 {
    top: 33.75rem;
  }

  .lg\:top-136 {
    top: 34rem;
  }

  .lg\:top-144 {
    top: 36rem;
  }

  .lg\:top-152 {
    top: 38rem;
  }

  .lg\:top-160 {
    top: 40rem;
  }

  .lg\:top-164 {
    top: 41rem;
  }

  .lg\:top-172 {
    top: 43rem;
  }

  .lg\:top-179 {
    top: 44.75rem;
  }

  .lg\:top-184 {
    top: 46rem;
  }

  .lg\:top-192 {
    top: 48rem;
  }

  .lg\:top-224 {
    top: 56rem;
  }

  .lg\:top-240 {
    top: 60rem;
  }

  .lg\:top-256 {
    top: 64rem;
  }

  .lg\:top-265 {
    top: 66.25rem;
  }

  .lg\:top-288 {
    top: 72rem;
  }

  .lg\:top-384 {
    top: 96rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:top-px {
    top: 1px;
  }

  .lg\:top-0\.5 {
    top: 0.125rem;
  }

  .lg\:top-1\.5 {
    top: 0.375rem;
  }

  .lg\:top-2\.5 {
    top: 0.625rem;
  }

  .lg\:top-3\.5 {
    top: 0.875rem;
  }

  .lg\:top-0\.75 {
    top: 0.1875rem;
  }

  .lg\:top-4\.5 {
    top: 1.125rem;
  }

  .lg\:top-7\.5 {
    top: 1.875rem;
  }

  .lg\:top-9\.5 {
    top: 2.375rem;
  }

  .lg\:top-9\.75 {
    top: 2.4375rem;
  }

  .lg\:top-12\.5 {
    top: 3.125rem;
  }

  .lg\:top-13\.5 {
    top: 3.375rem;
  }

  .lg\:top-292\.5 {
    top: 73.125rem;
  }

  .lg\:top-1\/24 {
    top: 4.166667%;
  }

  .lg\:top-2\/24 {
    top: 8.333333%;
  }

  .lg\:top-3\/24 {
    top: 12.5%;
  }

  .lg\:top-4\/24 {
    top: 16.666667%;
  }

  .lg\:top-5\/24 {
    top: 20.833333%;
  }

  .lg\:top-6\/24 {
    top: 25%;
  }

  .lg\:top-7\/24 {
    top: 29.166666%;
  }

  .lg\:top-8\/24 {
    top: 33.333333%;
  }

  .lg\:top-9\/24 {
    top: 37.5%;
  }

  .lg\:top-10\/24 {
    top: 41.666666%;
  }

  .lg\:top-11\/24 {
    top: 45.833333%;
  }

  .lg\:top-12\/24 {
    top: 50%;
  }

  .lg\:top-13\/24 {
    top: 54.166666%;
  }

  .lg\:top-14\/24 {
    top: 58.333333%;
  }

  .lg\:top-15\/24 {
    top: 62.5%;
  }

  .lg\:top-16\/24 {
    top: 66.666667%;
  }

  .lg\:top-17\/24 {
    top: 70.833333%;
  }

  .lg\:top-18\/24 {
    top: 75%;
  }

  .lg\:top-19\/24 {
    top: 79.166667%;
  }

  .lg\:top-20\/24 {
    top: 83.333333%;
  }

  .lg\:top-21\/24 {
    top: 87.5%;
  }

  .lg\:top-22\/24 {
    top: 91.666667%;
  }

  .lg\:top-23\/24 {
    top: 95.833333%;
  }

  .lg\:top-24\/24 {
    top: 100%;
  }

  .lg\:top-screen-header {
    top: 41.55vw;
  }

  .lg\:top-screen-60 {
    top: 60vh;
  }

  .lg\:top-screen-80 {
    top: 80vh;
  }

  .lg\:top-screen-85 {
    top: 85vh;
  }

  .lg\:top-screen-90 {
    top: 90vh;
  }

  .lg\:top-screen-95 {
    top: 95vh;
  }

  .lg\:top-screen-minus-header {
    top: calc(100vh - 5.25rem);
  }

  .lg\:top-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
  }

  .lg\:top-screen-minus-36 {
    top: calc(100vh - 9rem);
  }

  .lg\:top-screen-minus-40 {
    top: calc(100vh - 10rem);
  }

  .lg\:top-screen-minus-55 {
    top: calc(100vh - 13.75rem);
  }

  .lg\:top-screen-minus-72 {
    top: calc(100vh - 18rem);
  }

  .lg\:top-screen-minus-80 {
    top: calc(100vh - 20rem);
  }

  .lg\:top-full-4 {
    top: calc(100% - 16px);
  }

  .lg\:top-account-body {
    top: calc(100vw - 304px);
  }

  .lg\:top-menu-center {
    top: calc(50% - 288px);
  }

  .lg\:top-tutorials-hidden {
    top: calc(100% - 56px);
  }

  .lg\:top-popup-full-width {
    top: calc(100% + 32px);
  }

  .lg\:top-popup-full-width-md {
    top: calc(100% + 64px);
  }

  .lg\:top-popup-full-height {
    top: calc(100% + 68px);
  }

  .lg\:top-max-content {
    top: max-content;
  }

  .lg\:-top-0 {
    top: 0px;
  }

  .lg\:-top-1 {
    top: -0.25rem;
  }

  .lg\:-top-2 {
    top: -0.5rem;
  }

  .lg\:-top-3 {
    top: -0.75rem;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:-top-5 {
    top: -1.25rem;
  }

  .lg\:-top-6 {
    top: -1.5rem;
  }

  .lg\:-top-7 {
    top: -1.75rem;
  }

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-top-9 {
    top: -2.25rem;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:-top-11 {
    top: -2.75rem;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-top-14 {
    top: -3.5rem;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-top-18 {
    top: -4.5rem;
  }

  .lg\:-top-20 {
    top: -5rem;
  }

  .lg\:-top-21 {
    top: -5.25rem;
  }

  .lg\:-top-22 {
    top: -5.5rem;
  }

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:-top-26 {
    top: -6.5rem;
  }

  .lg\:-top-28 {
    top: -7rem;
  }

  .lg\:-top-29 {
    top: -7.25rem;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:-top-34 {
    top: -8.5rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

  .lg\:-top-40 {
    top: -10rem;
  }

  .lg\:-top-42 {
    top: -10.5rem;
  }

  .lg\:-top-44 {
    top: -11rem;
  }

  .lg\:-top-48 {
    top: -12rem;
  }

  .lg\:-top-52 {
    top: -13rem;
  }

  .lg\:-top-56 {
    top: -14rem;
  }

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:-top-64 {
    top: -16rem;
  }

  .lg\:-top-68 {
    top: -17rem;
  }

  .lg\:-top-72 {
    top: -18rem;
  }

  .lg\:-top-77 {
    top: -19.25rem;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-top-82 {
    top: -20.5rem;
  }

  .lg\:-top-88 {
    top: -22rem;
  }

  .lg\:-top-94 {
    top: -23.5rem;
  }

  .lg\:-top-96 {
    top: -24rem;
  }

  .lg\:-top-98 {
    top: -24.5rem;
  }

  .lg\:-top-104 {
    top: -26rem;
  }

  .lg\:-top-108 {
    top: -27rem;
  }

  .lg\:-top-110 {
    top: -27.5rem;
  }

  .lg\:-top-112 {
    top: -28rem;
  }

  .lg\:-top-120 {
    top: -30rem;
  }

  .lg\:-top-128 {
    top: -32rem;
  }

  .lg\:-top-132 {
    top: -33rem;
  }

  .lg\:-top-134 {
    top: -33.5rem;
  }

  .lg\:-top-135 {
    top: -33.75rem;
  }

  .lg\:-top-136 {
    top: -34rem;
  }

  .lg\:-top-144 {
    top: -36rem;
  }

  .lg\:-top-152 {
    top: -38rem;
  }

  .lg\:-top-160 {
    top: -40rem;
  }

  .lg\:-top-164 {
    top: -41rem;
  }

  .lg\:-top-172 {
    top: -43rem;
  }

  .lg\:-top-179 {
    top: -44.75rem;
  }

  .lg\:-top-184 {
    top: -46rem;
  }

  .lg\:-top-192 {
    top: -48rem;
  }

  .lg\:-top-224 {
    top: -56rem;
  }

  .lg\:-top-240 {
    top: -60rem;
  }

  .lg\:-top-256 {
    top: -64rem;
  }

  .lg\:-top-265 {
    top: -66.25rem;
  }

  .lg\:-top-288 {
    top: -72rem;
  }

  .lg\:-top-384 {
    top: -96rem;
  }

  .lg\:-top-px {
    top: -1px;
  }

  .lg\:-top-0\.5 {
    top: -0.125rem;
  }

  .lg\:-top-1\.5 {
    top: -0.375rem;
  }

  .lg\:-top-2\.5 {
    top: -0.625rem;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem;
  }

  .lg\:-top-0\.75 {
    top: -0.1875rem;
  }

  .lg\:-top-4\.5 {
    top: -1.125rem;
  }

  .lg\:-top-7\.5 {
    top: -1.875rem;
  }

  .lg\:-top-9\.5 {
    top: -2.375rem;
  }

  .lg\:-top-9\.75 {
    top: -2.4375rem;
  }

  .lg\:-top-12\.5 {
    top: -3.125rem;
  }

  .lg\:-top-13\.5 {
    top: -3.375rem;
  }

  .lg\:-top-292\.5 {
    top: -73.125rem;
  }

  .lg\:-top-1\/24 {
    top: -4.16667%;
  }

  .lg\:-top-2\/24 {
    top: -8.33333%;
  }

  .lg\:-top-3\/24 {
    top: -12.5%;
  }

  .lg\:-top-4\/24 {
    top: -16.66667%;
  }

  .lg\:-top-5\/24 {
    top: -20.83333%;
  }

  .lg\:-top-6\/24 {
    top: -25%;
  }

  .lg\:-top-7\/24 {
    top: -29.16667%;
  }

  .lg\:-top-8\/24 {
    top: -33.33333%;
  }

  .lg\:-top-9\/24 {
    top: -37.5%;
  }

  .lg\:-top-10\/24 {
    top: -41.66667%;
  }

  .lg\:-top-11\/24 {
    top: -45.83333%;
  }

  .lg\:-top-12\/24 {
    top: -50%;
  }

  .lg\:-top-13\/24 {
    top: -54.16667%;
  }

  .lg\:-top-14\/24 {
    top: -58.33333%;
  }

  .lg\:-top-15\/24 {
    top: -62.5%;
  }

  .lg\:-top-16\/24 {
    top: -66.66667%;
  }

  .lg\:-top-17\/24 {
    top: -70.83333%;
  }

  .lg\:-top-18\/24 {
    top: -75%;
  }

  .lg\:-top-19\/24 {
    top: -79.16667%;
  }

  .lg\:-top-20\/24 {
    top: -83.33333%;
  }

  .lg\:-top-21\/24 {
    top: -87.5%;
  }

  .lg\:-top-22\/24 {
    top: -91.66667%;
  }

  .lg\:-top-23\/24 {
    top: -95.83333%;
  }

  .lg\:-top-24\/24 {
    top: -100%;
  }

  .lg\:-top-screen-header {
    top: -41.55vw;
  }

  .lg\:-top-screen-60 {
    top: -60vh;
  }

  .lg\:-top-screen-80 {
    top: -80vh;
  }

  .lg\:-top-screen-85 {
    top: -85vh;
  }

  .lg\:-top-screen-90 {
    top: -90vh;
  }

  .lg\:-top-screen-95 {
    top: -95vh;
  }

  .lg\:-top-screen-minus-header {
    top: calc(-100vh - -5.25rem);
  }

  .lg\:-top-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
  }

  .lg\:-top-screen-minus-36 {
    top: calc(-100vh - -9rem);
  }

  .lg\:-top-screen-minus-40 {
    top: calc(-100vh - -10rem);
  }

  .lg\:-top-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
  }

  .lg\:-top-screen-minus-72 {
    top: calc(-100vh - -18rem);
  }

  .lg\:-top-screen-minus-80 {
    top: calc(-100vh - -20rem);
  }

  .lg\:-top-full-4 {
    top: calc(-100% - -16px);
  }

  .lg\:-top-account-body {
    top: calc(-100vw - -304px);
  }

  .lg\:-top-menu-center {
    top: calc(-50% - -288px);
  }

  .lg\:-top-tutorials-hidden {
    top: calc(-100% - -56px);
  }

  .lg\:-top-popup-full-width {
    top: calc(-100% + -32px);
  }

  .lg\:-top-popup-full-width-md {
    top: calc(-100% + -64px);
  }

  .lg\:-top-popup-full-height {
    top: calc(-100% + -68px);
  }

  .lg\:-top-max-content {
    top: max-content;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:top-2\/3 {
    top: 66.666667%;
  }

  .lg\:top-1\/4 {
    top: 25%;
  }

  .lg\:top-2\/4 {
    top: 50%;
  }

  .lg\:top-3\/4 {
    top: 75%;
  }

  .lg\:top-full {
    top: 100%;
  }

  .lg\:-top-1\/2 {
    top: -50%;
  }

  .lg\:-top-1\/3 {
    top: -33.333333%;
  }

  .lg\:-top-2\/3 {
    top: -66.666667%;
  }

  .lg\:-top-1\/4 {
    top: -25%;
  }

  .lg\:-top-2\/4 {
    top: -50%;
  }

  .lg\:-top-3\/4 {
    top: -75%;
  }

  .lg\:-top-full {
    top: -100%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:right-11 {
    right: 2.75rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:right-18 {
    right: 4.5rem;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:right-21 {
    right: 5.25rem;
  }

  .lg\:right-22 {
    right: 5.5rem;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:right-26 {
    right: 6.5rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:right-29 {
    right: 7.25rem;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:right-34 {
    right: 8.5rem;
  }

  .lg\:right-36 {
    right: 9rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:right-42 {
    right: 10.5rem;
  }

  .lg\:right-44 {
    right: 11rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:right-56 {
    right: 14rem;
  }

  .lg\:right-60 {
    right: 15rem;
  }

  .lg\:right-64 {
    right: 16rem;
  }

  .lg\:right-68 {
    right: 17rem;
  }

  .lg\:right-72 {
    right: 18rem;
  }

  .lg\:right-77 {
    right: 19.25rem;
  }

  .lg\:right-80 {
    right: 20rem;
  }

  .lg\:right-82 {
    right: 20.5rem;
  }

  .lg\:right-88 {
    right: 22rem;
  }

  .lg\:right-94 {
    right: 23.5rem;
  }

  .lg\:right-96 {
    right: 24rem;
  }

  .lg\:right-98 {
    right: 24.5rem;
  }

  .lg\:right-104 {
    right: 26rem;
  }

  .lg\:right-108 {
    right: 27rem;
  }

  .lg\:right-110 {
    right: 27.5rem;
  }

  .lg\:right-112 {
    right: 28rem;
  }

  .lg\:right-120 {
    right: 30rem;
  }

  .lg\:right-128 {
    right: 32rem;
  }

  .lg\:right-132 {
    right: 33rem;
  }

  .lg\:right-134 {
    right: 33.5rem;
  }

  .lg\:right-135 {
    right: 33.75rem;
  }

  .lg\:right-136 {
    right: 34rem;
  }

  .lg\:right-144 {
    right: 36rem;
  }

  .lg\:right-152 {
    right: 38rem;
  }

  .lg\:right-160 {
    right: 40rem;
  }

  .lg\:right-164 {
    right: 41rem;
  }

  .lg\:right-172 {
    right: 43rem;
  }

  .lg\:right-179 {
    right: 44.75rem;
  }

  .lg\:right-184 {
    right: 46rem;
  }

  .lg\:right-192 {
    right: 48rem;
  }

  .lg\:right-224 {
    right: 56rem;
  }

  .lg\:right-240 {
    right: 60rem;
  }

  .lg\:right-256 {
    right: 64rem;
  }

  .lg\:right-265 {
    right: 66.25rem;
  }

  .lg\:right-288 {
    right: 72rem;
  }

  .lg\:right-384 {
    right: 96rem;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:right-px {
    right: 1px;
  }

  .lg\:right-0\.5 {
    right: 0.125rem;
  }

  .lg\:right-1\.5 {
    right: 0.375rem;
  }

  .lg\:right-2\.5 {
    right: 0.625rem;
  }

  .lg\:right-3\.5 {
    right: 0.875rem;
  }

  .lg\:right-0\.75 {
    right: 0.1875rem;
  }

  .lg\:right-4\.5 {
    right: 1.125rem;
  }

  .lg\:right-7\.5 {
    right: 1.875rem;
  }

  .lg\:right-9\.5 {
    right: 2.375rem;
  }

  .lg\:right-9\.75 {
    right: 2.4375rem;
  }

  .lg\:right-12\.5 {
    right: 3.125rem;
  }

  .lg\:right-13\.5 {
    right: 3.375rem;
  }

  .lg\:right-292\.5 {
    right: 73.125rem;
  }

  .lg\:right-1\/24 {
    right: 4.166667%;
  }

  .lg\:right-2\/24 {
    right: 8.333333%;
  }

  .lg\:right-3\/24 {
    right: 12.5%;
  }

  .lg\:right-4\/24 {
    right: 16.666667%;
  }

  .lg\:right-5\/24 {
    right: 20.833333%;
  }

  .lg\:right-6\/24 {
    right: 25%;
  }

  .lg\:right-7\/24 {
    right: 29.166666%;
  }

  .lg\:right-8\/24 {
    right: 33.333333%;
  }

  .lg\:right-9\/24 {
    right: 37.5%;
  }

  .lg\:right-10\/24 {
    right: 41.666666%;
  }

  .lg\:right-11\/24 {
    right: 45.833333%;
  }

  .lg\:right-12\/24 {
    right: 50%;
  }

  .lg\:right-13\/24 {
    right: 54.166666%;
  }

  .lg\:right-14\/24 {
    right: 58.333333%;
  }

  .lg\:right-15\/24 {
    right: 62.5%;
  }

  .lg\:right-16\/24 {
    right: 66.666667%;
  }

  .lg\:right-17\/24 {
    right: 70.833333%;
  }

  .lg\:right-18\/24 {
    right: 75%;
  }

  .lg\:right-19\/24 {
    right: 79.166667%;
  }

  .lg\:right-20\/24 {
    right: 83.333333%;
  }

  .lg\:right-21\/24 {
    right: 87.5%;
  }

  .lg\:right-22\/24 {
    right: 91.666667%;
  }

  .lg\:right-23\/24 {
    right: 95.833333%;
  }

  .lg\:right-24\/24 {
    right: 100%;
  }

  .lg\:right-screen-header {
    right: 41.55vw;
  }

  .lg\:right-screen-60 {
    right: 60vh;
  }

  .lg\:right-screen-80 {
    right: 80vh;
  }

  .lg\:right-screen-85 {
    right: 85vh;
  }

  .lg\:right-screen-90 {
    right: 90vh;
  }

  .lg\:right-screen-95 {
    right: 95vh;
  }

  .lg\:right-screen-minus-header {
    right: calc(100vh - 5.25rem);
  }

  .lg\:right-screen-minus-35\.5 {
    right: calc(100vh - 8.875rem);
  }

  .lg\:right-screen-minus-36 {
    right: calc(100vh - 9rem);
  }

  .lg\:right-screen-minus-40 {
    right: calc(100vh - 10rem);
  }

  .lg\:right-screen-minus-55 {
    right: calc(100vh - 13.75rem);
  }

  .lg\:right-screen-minus-72 {
    right: calc(100vh - 18rem);
  }

  .lg\:right-screen-minus-80 {
    right: calc(100vh - 20rem);
  }

  .lg\:right-full-4 {
    right: calc(100% - 16px);
  }

  .lg\:right-account-body {
    right: calc(100vw - 304px);
  }

  .lg\:right-menu-center {
    right: calc(50% - 288px);
  }

  .lg\:right-tutorials-hidden {
    right: calc(100% - 56px);
  }

  .lg\:right-popup-full-width {
    right: calc(100% + 32px);
  }

  .lg\:right-popup-full-width-md {
    right: calc(100% + 64px);
  }

  .lg\:right-popup-full-height {
    right: calc(100% + 68px);
  }

  .lg\:right-max-content {
    right: max-content;
  }

  .lg\:-right-0 {
    right: 0px;
  }

  .lg\:-right-1 {
    right: -0.25rem;
  }

  .lg\:-right-2 {
    right: -0.5rem;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

  .lg\:-right-5 {
    right: -1.25rem;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-right-7 {
    right: -1.75rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-right-9 {
    right: -2.25rem;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:-right-11 {
    right: -2.75rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

  .lg\:-right-16 {
    right: -4rem;
  }

  .lg\:-right-18 {
    right: -4.5rem;
  }

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:-right-21 {
    right: -5.25rem;
  }

  .lg\:-right-22 {
    right: -5.5rem;
  }

  .lg\:-right-24 {
    right: -6rem;
  }

  .lg\:-right-26 {
    right: -6.5rem;
  }

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:-right-29 {
    right: -7.25rem;
  }

  .lg\:-right-32 {
    right: -8rem;
  }

  .lg\:-right-34 {
    right: -8.5rem;
  }

  .lg\:-right-36 {
    right: -9rem;
  }

  .lg\:-right-40 {
    right: -10rem;
  }

  .lg\:-right-42 {
    right: -10.5rem;
  }

  .lg\:-right-44 {
    right: -11rem;
  }

  .lg\:-right-48 {
    right: -12rem;
  }

  .lg\:-right-52 {
    right: -13rem;
  }

  .lg\:-right-56 {
    right: -14rem;
  }

  .lg\:-right-60 {
    right: -15rem;
  }

  .lg\:-right-64 {
    right: -16rem;
  }

  .lg\:-right-68 {
    right: -17rem;
  }

  .lg\:-right-72 {
    right: -18rem;
  }

  .lg\:-right-77 {
    right: -19.25rem;
  }

  .lg\:-right-80 {
    right: -20rem;
  }

  .lg\:-right-82 {
    right: -20.5rem;
  }

  .lg\:-right-88 {
    right: -22rem;
  }

  .lg\:-right-94 {
    right: -23.5rem;
  }

  .lg\:-right-96 {
    right: -24rem;
  }

  .lg\:-right-98 {
    right: -24.5rem;
  }

  .lg\:-right-104 {
    right: -26rem;
  }

  .lg\:-right-108 {
    right: -27rem;
  }

  .lg\:-right-110 {
    right: -27.5rem;
  }

  .lg\:-right-112 {
    right: -28rem;
  }

  .lg\:-right-120 {
    right: -30rem;
  }

  .lg\:-right-128 {
    right: -32rem;
  }

  .lg\:-right-132 {
    right: -33rem;
  }

  .lg\:-right-134 {
    right: -33.5rem;
  }

  .lg\:-right-135 {
    right: -33.75rem;
  }

  .lg\:-right-136 {
    right: -34rem;
  }

  .lg\:-right-144 {
    right: -36rem;
  }

  .lg\:-right-152 {
    right: -38rem;
  }

  .lg\:-right-160 {
    right: -40rem;
  }

  .lg\:-right-164 {
    right: -41rem;
  }

  .lg\:-right-172 {
    right: -43rem;
  }

  .lg\:-right-179 {
    right: -44.75rem;
  }

  .lg\:-right-184 {
    right: -46rem;
  }

  .lg\:-right-192 {
    right: -48rem;
  }

  .lg\:-right-224 {
    right: -56rem;
  }

  .lg\:-right-240 {
    right: -60rem;
  }

  .lg\:-right-256 {
    right: -64rem;
  }

  .lg\:-right-265 {
    right: -66.25rem;
  }

  .lg\:-right-288 {
    right: -72rem;
  }

  .lg\:-right-384 {
    right: -96rem;
  }

  .lg\:-right-px {
    right: -1px;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg\:-right-1\.5 {
    right: -0.375rem;
  }

  .lg\:-right-2\.5 {
    right: -0.625rem;
  }

  .lg\:-right-3\.5 {
    right: -0.875rem;
  }

  .lg\:-right-0\.75 {
    right: -0.1875rem;
  }

  .lg\:-right-4\.5 {
    right: -1.125rem;
  }

  .lg\:-right-7\.5 {
    right: -1.875rem;
  }

  .lg\:-right-9\.5 {
    right: -2.375rem;
  }

  .lg\:-right-9\.75 {
    right: -2.4375rem;
  }

  .lg\:-right-12\.5 {
    right: -3.125rem;
  }

  .lg\:-right-13\.5 {
    right: -3.375rem;
  }

  .lg\:-right-292\.5 {
    right: -73.125rem;
  }

  .lg\:-right-1\/24 {
    right: -4.16667%;
  }

  .lg\:-right-2\/24 {
    right: -8.33333%;
  }

  .lg\:-right-3\/24 {
    right: -12.5%;
  }

  .lg\:-right-4\/24 {
    right: -16.66667%;
  }

  .lg\:-right-5\/24 {
    right: -20.83333%;
  }

  .lg\:-right-6\/24 {
    right: -25%;
  }

  .lg\:-right-7\/24 {
    right: -29.16667%;
  }

  .lg\:-right-8\/24 {
    right: -33.33333%;
  }

  .lg\:-right-9\/24 {
    right: -37.5%;
  }

  .lg\:-right-10\/24 {
    right: -41.66667%;
  }

  .lg\:-right-11\/24 {
    right: -45.83333%;
  }

  .lg\:-right-12\/24 {
    right: -50%;
  }

  .lg\:-right-13\/24 {
    right: -54.16667%;
  }

  .lg\:-right-14\/24 {
    right: -58.33333%;
  }

  .lg\:-right-15\/24 {
    right: -62.5%;
  }

  .lg\:-right-16\/24 {
    right: -66.66667%;
  }

  .lg\:-right-17\/24 {
    right: -70.83333%;
  }

  .lg\:-right-18\/24 {
    right: -75%;
  }

  .lg\:-right-19\/24 {
    right: -79.16667%;
  }

  .lg\:-right-20\/24 {
    right: -83.33333%;
  }

  .lg\:-right-21\/24 {
    right: -87.5%;
  }

  .lg\:-right-22\/24 {
    right: -91.66667%;
  }

  .lg\:-right-23\/24 {
    right: -95.83333%;
  }

  .lg\:-right-24\/24 {
    right: -100%;
  }

  .lg\:-right-screen-header {
    right: -41.55vw;
  }

  .lg\:-right-screen-60 {
    right: -60vh;
  }

  .lg\:-right-screen-80 {
    right: -80vh;
  }

  .lg\:-right-screen-85 {
    right: -85vh;
  }

  .lg\:-right-screen-90 {
    right: -90vh;
  }

  .lg\:-right-screen-95 {
    right: -95vh;
  }

  .lg\:-right-screen-minus-header {
    right: calc(-100vh - -5.25rem);
  }

  .lg\:-right-screen-minus-35\.5 {
    right: calc(-100vh - -8.875rem);
  }

  .lg\:-right-screen-minus-36 {
    right: calc(-100vh - -9rem);
  }

  .lg\:-right-screen-minus-40 {
    right: calc(-100vh - -10rem);
  }

  .lg\:-right-screen-minus-55 {
    right: calc(-100vh - -13.75rem);
  }

  .lg\:-right-screen-minus-72 {
    right: calc(-100vh - -18rem);
  }

  .lg\:-right-screen-minus-80 {
    right: calc(-100vh - -20rem);
  }

  .lg\:-right-full-4 {
    right: calc(-100% - -16px);
  }

  .lg\:-right-account-body {
    right: calc(-100vw - -304px);
  }

  .lg\:-right-menu-center {
    right: calc(-50% - -288px);
  }

  .lg\:-right-tutorials-hidden {
    right: calc(-100% - -56px);
  }

  .lg\:-right-popup-full-width {
    right: calc(-100% + -32px);
  }

  .lg\:-right-popup-full-width-md {
    right: calc(-100% + -64px);
  }

  .lg\:-right-popup-full-height {
    right: calc(-100% + -68px);
  }

  .lg\:-right-max-content {
    right: max-content;
  }

  .lg\:right-1\/2 {
    right: 50%;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

  .lg\:right-2\/3 {
    right: 66.666667%;
  }

  .lg\:right-1\/4 {
    right: 25%;
  }

  .lg\:right-2\/4 {
    right: 50%;
  }

  .lg\:right-3\/4 {
    right: 75%;
  }

  .lg\:right-full {
    right: 100%;
  }

  .lg\:-right-1\/2 {
    right: -50%;
  }

  .lg\:-right-1\/3 {
    right: -33.333333%;
  }

  .lg\:-right-2\/3 {
    right: -66.666667%;
  }

  .lg\:-right-1\/4 {
    right: -25%;
  }

  .lg\:-right-2\/4 {
    right: -50%;
  }

  .lg\:-right-3\/4 {
    right: -75%;
  }

  .lg\:-right-full {
    right: -100%;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem;
  }

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:bottom-18 {
    bottom: 4.5rem;
  }

  .lg\:bottom-20 {
    bottom: 5rem;
  }

  .lg\:bottom-21 {
    bottom: 5.25rem;
  }

  .lg\:bottom-22 {
    bottom: 5.5rem;
  }

  .lg\:bottom-24 {
    bottom: 6rem;
  }

  .lg\:bottom-26 {
    bottom: 6.5rem;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:bottom-29 {
    bottom: 7.25rem;
  }

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:bottom-34 {
    bottom: 8.5rem;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:bottom-40 {
    bottom: 10rem;
  }

  .lg\:bottom-42 {
    bottom: 10.5rem;
  }

  .lg\:bottom-44 {
    bottom: 11rem;
  }

  .lg\:bottom-48 {
    bottom: 12rem;
  }

  .lg\:bottom-52 {
    bottom: 13rem;
  }

  .lg\:bottom-56 {
    bottom: 14rem;
  }

  .lg\:bottom-60 {
    bottom: 15rem;
  }

  .lg\:bottom-64 {
    bottom: 16rem;
  }

  .lg\:bottom-68 {
    bottom: 17rem;
  }

  .lg\:bottom-72 {
    bottom: 18rem;
  }

  .lg\:bottom-77 {
    bottom: 19.25rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:bottom-82 {
    bottom: 20.5rem;
  }

  .lg\:bottom-88 {
    bottom: 22rem;
  }

  .lg\:bottom-94 {
    bottom: 23.5rem;
  }

  .lg\:bottom-96 {
    bottom: 24rem;
  }

  .lg\:bottom-98 {
    bottom: 24.5rem;
  }

  .lg\:bottom-104 {
    bottom: 26rem;
  }

  .lg\:bottom-108 {
    bottom: 27rem;
  }

  .lg\:bottom-110 {
    bottom: 27.5rem;
  }

  .lg\:bottom-112 {
    bottom: 28rem;
  }

  .lg\:bottom-120 {
    bottom: 30rem;
  }

  .lg\:bottom-128 {
    bottom: 32rem;
  }

  .lg\:bottom-132 {
    bottom: 33rem;
  }

  .lg\:bottom-134 {
    bottom: 33.5rem;
  }

  .lg\:bottom-135 {
    bottom: 33.75rem;
  }

  .lg\:bottom-136 {
    bottom: 34rem;
  }

  .lg\:bottom-144 {
    bottom: 36rem;
  }

  .lg\:bottom-152 {
    bottom: 38rem;
  }

  .lg\:bottom-160 {
    bottom: 40rem;
  }

  .lg\:bottom-164 {
    bottom: 41rem;
  }

  .lg\:bottom-172 {
    bottom: 43rem;
  }

  .lg\:bottom-179 {
    bottom: 44.75rem;
  }

  .lg\:bottom-184 {
    bottom: 46rem;
  }

  .lg\:bottom-192 {
    bottom: 48rem;
  }

  .lg\:bottom-224 {
    bottom: 56rem;
  }

  .lg\:bottom-240 {
    bottom: 60rem;
  }

  .lg\:bottom-256 {
    bottom: 64rem;
  }

  .lg\:bottom-265 {
    bottom: 66.25rem;
  }

  .lg\:bottom-288 {
    bottom: 72rem;
  }

  .lg\:bottom-384 {
    bottom: 96rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:bottom-px {
    bottom: 1px;
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .lg\:bottom-0\.75 {
    bottom: 0.1875rem;
  }

  .lg\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .lg\:bottom-7\.5 {
    bottom: 1.875rem;
  }

  .lg\:bottom-9\.5 {
    bottom: 2.375rem;
  }

  .lg\:bottom-9\.75 {
    bottom: 2.4375rem;
  }

  .lg\:bottom-12\.5 {
    bottom: 3.125rem;
  }

  .lg\:bottom-13\.5 {
    bottom: 3.375rem;
  }

  .lg\:bottom-292\.5 {
    bottom: 73.125rem;
  }

  .lg\:bottom-1\/24 {
    bottom: 4.166667%;
  }

  .lg\:bottom-2\/24 {
    bottom: 8.333333%;
  }

  .lg\:bottom-3\/24 {
    bottom: 12.5%;
  }

  .lg\:bottom-4\/24 {
    bottom: 16.666667%;
  }

  .lg\:bottom-5\/24 {
    bottom: 20.833333%;
  }

  .lg\:bottom-6\/24 {
    bottom: 25%;
  }

  .lg\:bottom-7\/24 {
    bottom: 29.166666%;
  }

  .lg\:bottom-8\/24 {
    bottom: 33.333333%;
  }

  .lg\:bottom-9\/24 {
    bottom: 37.5%;
  }

  .lg\:bottom-10\/24 {
    bottom: 41.666666%;
  }

  .lg\:bottom-11\/24 {
    bottom: 45.833333%;
  }

  .lg\:bottom-12\/24 {
    bottom: 50%;
  }

  .lg\:bottom-13\/24 {
    bottom: 54.166666%;
  }

  .lg\:bottom-14\/24 {
    bottom: 58.333333%;
  }

  .lg\:bottom-15\/24 {
    bottom: 62.5%;
  }

  .lg\:bottom-16\/24 {
    bottom: 66.666667%;
  }

  .lg\:bottom-17\/24 {
    bottom: 70.833333%;
  }

  .lg\:bottom-18\/24 {
    bottom: 75%;
  }

  .lg\:bottom-19\/24 {
    bottom: 79.166667%;
  }

  .lg\:bottom-20\/24 {
    bottom: 83.333333%;
  }

  .lg\:bottom-21\/24 {
    bottom: 87.5%;
  }

  .lg\:bottom-22\/24 {
    bottom: 91.666667%;
  }

  .lg\:bottom-23\/24 {
    bottom: 95.833333%;
  }

  .lg\:bottom-24\/24 {
    bottom: 100%;
  }

  .lg\:bottom-screen-header {
    bottom: 41.55vw;
  }

  .lg\:bottom-screen-60 {
    bottom: 60vh;
  }

  .lg\:bottom-screen-80 {
    bottom: 80vh;
  }

  .lg\:bottom-screen-85 {
    bottom: 85vh;
  }

  .lg\:bottom-screen-90 {
    bottom: 90vh;
  }

  .lg\:bottom-screen-95 {
    bottom: 95vh;
  }

  .lg\:bottom-screen-minus-header {
    bottom: calc(100vh - 5.25rem);
  }

  .lg\:bottom-screen-minus-35\.5 {
    bottom: calc(100vh - 8.875rem);
  }

  .lg\:bottom-screen-minus-36 {
    bottom: calc(100vh - 9rem);
  }

  .lg\:bottom-screen-minus-40 {
    bottom: calc(100vh - 10rem);
  }

  .lg\:bottom-screen-minus-55 {
    bottom: calc(100vh - 13.75rem);
  }

  .lg\:bottom-screen-minus-72 {
    bottom: calc(100vh - 18rem);
  }

  .lg\:bottom-screen-minus-80 {
    bottom: calc(100vh - 20rem);
  }

  .lg\:bottom-full-4 {
    bottom: calc(100% - 16px);
  }

  .lg\:bottom-account-body {
    bottom: calc(100vw - 304px);
  }

  .lg\:bottom-menu-center {
    bottom: calc(50% - 288px);
  }

  .lg\:bottom-tutorials-hidden {
    bottom: calc(100% - 56px);
  }

  .lg\:bottom-popup-full-width {
    bottom: calc(100% + 32px);
  }

  .lg\:bottom-popup-full-width-md {
    bottom: calc(100% + 64px);
  }

  .lg\:bottom-popup-full-height {
    bottom: calc(100% + 68px);
  }

  .lg\:bottom-max-content {
    bottom: max-content;
  }

  .lg\:-bottom-0 {
    bottom: 0px;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

  .lg\:-bottom-4 {
    bottom: -1rem;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem;
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem;
  }

  .lg\:-bottom-8 {
    bottom: -2rem;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg\:-bottom-12 {
    bottom: -3rem;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-bottom-18 {
    bottom: -4.5rem;
  }

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-bottom-21 {
    bottom: -5.25rem;
  }

  .lg\:-bottom-22 {
    bottom: -5.5rem;
  }

  .lg\:-bottom-24 {
    bottom: -6rem;
  }

  .lg\:-bottom-26 {
    bottom: -6.5rem;
  }

  .lg\:-bottom-28 {
    bottom: -7rem;
  }

  .lg\:-bottom-29 {
    bottom: -7.25rem;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:-bottom-34 {
    bottom: -8.5rem;
  }

  .lg\:-bottom-36 {
    bottom: -9rem;
  }

  .lg\:-bottom-40 {
    bottom: -10rem;
  }

  .lg\:-bottom-42 {
    bottom: -10.5rem;
  }

  .lg\:-bottom-44 {
    bottom: -11rem;
  }

  .lg\:-bottom-48 {
    bottom: -12rem;
  }

  .lg\:-bottom-52 {
    bottom: -13rem;
  }

  .lg\:-bottom-56 {
    bottom: -14rem;
  }

  .lg\:-bottom-60 {
    bottom: -15rem;
  }

  .lg\:-bottom-64 {
    bottom: -16rem;
  }

  .lg\:-bottom-68 {
    bottom: -17rem;
  }

  .lg\:-bottom-72 {
    bottom: -18rem;
  }

  .lg\:-bottom-77 {
    bottom: -19.25rem;
  }

  .lg\:-bottom-80 {
    bottom: -20rem;
  }

  .lg\:-bottom-82 {
    bottom: -20.5rem;
  }

  .lg\:-bottom-88 {
    bottom: -22rem;
  }

  .lg\:-bottom-94 {
    bottom: -23.5rem;
  }

  .lg\:-bottom-96 {
    bottom: -24rem;
  }

  .lg\:-bottom-98 {
    bottom: -24.5rem;
  }

  .lg\:-bottom-104 {
    bottom: -26rem;
  }

  .lg\:-bottom-108 {
    bottom: -27rem;
  }

  .lg\:-bottom-110 {
    bottom: -27.5rem;
  }

  .lg\:-bottom-112 {
    bottom: -28rem;
  }

  .lg\:-bottom-120 {
    bottom: -30rem;
  }

  .lg\:-bottom-128 {
    bottom: -32rem;
  }

  .lg\:-bottom-132 {
    bottom: -33rem;
  }

  .lg\:-bottom-134 {
    bottom: -33.5rem;
  }

  .lg\:-bottom-135 {
    bottom: -33.75rem;
  }

  .lg\:-bottom-136 {
    bottom: -34rem;
  }

  .lg\:-bottom-144 {
    bottom: -36rem;
  }

  .lg\:-bottom-152 {
    bottom: -38rem;
  }

  .lg\:-bottom-160 {
    bottom: -40rem;
  }

  .lg\:-bottom-164 {
    bottom: -41rem;
  }

  .lg\:-bottom-172 {
    bottom: -43rem;
  }

  .lg\:-bottom-179 {
    bottom: -44.75rem;
  }

  .lg\:-bottom-184 {
    bottom: -46rem;
  }

  .lg\:-bottom-192 {
    bottom: -48rem;
  }

  .lg\:-bottom-224 {
    bottom: -56rem;
  }

  .lg\:-bottom-240 {
    bottom: -60rem;
  }

  .lg\:-bottom-256 {
    bottom: -64rem;
  }

  .lg\:-bottom-265 {
    bottom: -66.25rem;
  }

  .lg\:-bottom-288 {
    bottom: -72rem;
  }

  .lg\:-bottom-384 {
    bottom: -96rem;
  }

  .lg\:-bottom-px {
    bottom: -1px;
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .lg\:-bottom-0\.75 {
    bottom: -0.1875rem;
  }

  .lg\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .lg\:-bottom-7\.5 {
    bottom: -1.875rem;
  }

  .lg\:-bottom-9\.5 {
    bottom: -2.375rem;
  }

  .lg\:-bottom-9\.75 {
    bottom: -2.4375rem;
  }

  .lg\:-bottom-12\.5 {
    bottom: -3.125rem;
  }

  .lg\:-bottom-13\.5 {
    bottom: -3.375rem;
  }

  .lg\:-bottom-292\.5 {
    bottom: -73.125rem;
  }

  .lg\:-bottom-1\/24 {
    bottom: -4.16667%;
  }

  .lg\:-bottom-2\/24 {
    bottom: -8.33333%;
  }

  .lg\:-bottom-3\/24 {
    bottom: -12.5%;
  }

  .lg\:-bottom-4\/24 {
    bottom: -16.66667%;
  }

  .lg\:-bottom-5\/24 {
    bottom: -20.83333%;
  }

  .lg\:-bottom-6\/24 {
    bottom: -25%;
  }

  .lg\:-bottom-7\/24 {
    bottom: -29.16667%;
  }

  .lg\:-bottom-8\/24 {
    bottom: -33.33333%;
  }

  .lg\:-bottom-9\/24 {
    bottom: -37.5%;
  }

  .lg\:-bottom-10\/24 {
    bottom: -41.66667%;
  }

  .lg\:-bottom-11\/24 {
    bottom: -45.83333%;
  }

  .lg\:-bottom-12\/24 {
    bottom: -50%;
  }

  .lg\:-bottom-13\/24 {
    bottom: -54.16667%;
  }

  .lg\:-bottom-14\/24 {
    bottom: -58.33333%;
  }

  .lg\:-bottom-15\/24 {
    bottom: -62.5%;
  }

  .lg\:-bottom-16\/24 {
    bottom: -66.66667%;
  }

  .lg\:-bottom-17\/24 {
    bottom: -70.83333%;
  }

  .lg\:-bottom-18\/24 {
    bottom: -75%;
  }

  .lg\:-bottom-19\/24 {
    bottom: -79.16667%;
  }

  .lg\:-bottom-20\/24 {
    bottom: -83.33333%;
  }

  .lg\:-bottom-21\/24 {
    bottom: -87.5%;
  }

  .lg\:-bottom-22\/24 {
    bottom: -91.66667%;
  }

  .lg\:-bottom-23\/24 {
    bottom: -95.83333%;
  }

  .lg\:-bottom-24\/24 {
    bottom: -100%;
  }

  .lg\:-bottom-screen-header {
    bottom: -41.55vw;
  }

  .lg\:-bottom-screen-60 {
    bottom: -60vh;
  }

  .lg\:-bottom-screen-80 {
    bottom: -80vh;
  }

  .lg\:-bottom-screen-85 {
    bottom: -85vh;
  }

  .lg\:-bottom-screen-90 {
    bottom: -90vh;
  }

  .lg\:-bottom-screen-95 {
    bottom: -95vh;
  }

  .lg\:-bottom-screen-minus-header {
    bottom: calc(-100vh - -5.25rem);
  }

  .lg\:-bottom-screen-minus-35\.5 {
    bottom: calc(-100vh - -8.875rem);
  }

  .lg\:-bottom-screen-minus-36 {
    bottom: calc(-100vh - -9rem);
  }

  .lg\:-bottom-screen-minus-40 {
    bottom: calc(-100vh - -10rem);
  }

  .lg\:-bottom-screen-minus-55 {
    bottom: calc(-100vh - -13.75rem);
  }

  .lg\:-bottom-screen-minus-72 {
    bottom: calc(-100vh - -18rem);
  }

  .lg\:-bottom-screen-minus-80 {
    bottom: calc(-100vh - -20rem);
  }

  .lg\:-bottom-full-4 {
    bottom: calc(-100% - -16px);
  }

  .lg\:-bottom-account-body {
    bottom: calc(-100vw - -304px);
  }

  .lg\:-bottom-menu-center {
    bottom: calc(-50% - -288px);
  }

  .lg\:-bottom-tutorials-hidden {
    bottom: calc(-100% - -56px);
  }

  .lg\:-bottom-popup-full-width {
    bottom: calc(-100% + -32px);
  }

  .lg\:-bottom-popup-full-width-md {
    bottom: calc(-100% + -64px);
  }

  .lg\:-bottom-popup-full-height {
    bottom: calc(-100% + -68px);
  }

  .lg\:-bottom-max-content {
    bottom: max-content;
  }

  .lg\:bottom-1\/2 {
    bottom: 50%;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .lg\:bottom-1\/4 {
    bottom: 25%;
  }

  .lg\:bottom-2\/4 {
    bottom: 50%;
  }

  .lg\:bottom-3\/4 {
    bottom: 75%;
  }

  .lg\:bottom-full {
    bottom: 100%;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50%;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25%;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50%;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75%;
  }

  .lg\:-bottom-full {
    bottom: -100%;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-7 {
    left: 1.75rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-9 {
    left: 2.25rem;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:left-11 {
    left: 2.75rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:left-18 {
    left: 4.5rem;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:left-21 {
    left: 5.25rem;
  }

  .lg\:left-22 {
    left: 5.5rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:left-26 {
    left: 6.5rem;
  }

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:left-29 {
    left: 7.25rem;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:left-34 {
    left: 8.5rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:left-42 {
    left: 10.5rem;
  }

  .lg\:left-44 {
    left: 11rem;
  }

  .lg\:left-48 {
    left: 12rem;
  }

  .lg\:left-52 {
    left: 13rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:left-60 {
    left: 15rem;
  }

  .lg\:left-64 {
    left: 16rem;
  }

  .lg\:left-68 {
    left: 17rem;
  }

  .lg\:left-72 {
    left: 18rem;
  }

  .lg\:left-77 {
    left: 19.25rem;
  }

  .lg\:left-80 {
    left: 20rem;
  }

  .lg\:left-82 {
    left: 20.5rem;
  }

  .lg\:left-88 {
    left: 22rem;
  }

  .lg\:left-94 {
    left: 23.5rem;
  }

  .lg\:left-96 {
    left: 24rem;
  }

  .lg\:left-98 {
    left: 24.5rem;
  }

  .lg\:left-104 {
    left: 26rem;
  }

  .lg\:left-108 {
    left: 27rem;
  }

  .lg\:left-110 {
    left: 27.5rem;
  }

  .lg\:left-112 {
    left: 28rem;
  }

  .lg\:left-120 {
    left: 30rem;
  }

  .lg\:left-128 {
    left: 32rem;
  }

  .lg\:left-132 {
    left: 33rem;
  }

  .lg\:left-134 {
    left: 33.5rem;
  }

  .lg\:left-135 {
    left: 33.75rem;
  }

  .lg\:left-136 {
    left: 34rem;
  }

  .lg\:left-144 {
    left: 36rem;
  }

  .lg\:left-152 {
    left: 38rem;
  }

  .lg\:left-160 {
    left: 40rem;
  }

  .lg\:left-164 {
    left: 41rem;
  }

  .lg\:left-172 {
    left: 43rem;
  }

  .lg\:left-179 {
    left: 44.75rem;
  }

  .lg\:left-184 {
    left: 46rem;
  }

  .lg\:left-192 {
    left: 48rem;
  }

  .lg\:left-224 {
    left: 56rem;
  }

  .lg\:left-240 {
    left: 60rem;
  }

  .lg\:left-256 {
    left: 64rem;
  }

  .lg\:left-265 {
    left: 66.25rem;
  }

  .lg\:left-288 {
    left: 72rem;
  }

  .lg\:left-384 {
    left: 96rem;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:left-px {
    left: 1px;
  }

  .lg\:left-0\.5 {
    left: 0.125rem;
  }

  .lg\:left-1\.5 {
    left: 0.375rem;
  }

  .lg\:left-2\.5 {
    left: 0.625rem;
  }

  .lg\:left-3\.5 {
    left: 0.875rem;
  }

  .lg\:left-0\.75 {
    left: 0.1875rem;
  }

  .lg\:left-4\.5 {
    left: 1.125rem;
  }

  .lg\:left-7\.5 {
    left: 1.875rem;
  }

  .lg\:left-9\.5 {
    left: 2.375rem;
  }

  .lg\:left-9\.75 {
    left: 2.4375rem;
  }

  .lg\:left-12\.5 {
    left: 3.125rem;
  }

  .lg\:left-13\.5 {
    left: 3.375rem;
  }

  .lg\:left-292\.5 {
    left: 73.125rem;
  }

  .lg\:left-1\/24 {
    left: 4.166667%;
  }

  .lg\:left-2\/24 {
    left: 8.333333%;
  }

  .lg\:left-3\/24 {
    left: 12.5%;
  }

  .lg\:left-4\/24 {
    left: 16.666667%;
  }

  .lg\:left-5\/24 {
    left: 20.833333%;
  }

  .lg\:left-6\/24 {
    left: 25%;
  }

  .lg\:left-7\/24 {
    left: 29.166666%;
  }

  .lg\:left-8\/24 {
    left: 33.333333%;
  }

  .lg\:left-9\/24 {
    left: 37.5%;
  }

  .lg\:left-10\/24 {
    left: 41.666666%;
  }

  .lg\:left-11\/24 {
    left: 45.833333%;
  }

  .lg\:left-12\/24 {
    left: 50%;
  }

  .lg\:left-13\/24 {
    left: 54.166666%;
  }

  .lg\:left-14\/24 {
    left: 58.333333%;
  }

  .lg\:left-15\/24 {
    left: 62.5%;
  }

  .lg\:left-16\/24 {
    left: 66.666667%;
  }

  .lg\:left-17\/24 {
    left: 70.833333%;
  }

  .lg\:left-18\/24 {
    left: 75%;
  }

  .lg\:left-19\/24 {
    left: 79.166667%;
  }

  .lg\:left-20\/24 {
    left: 83.333333%;
  }

  .lg\:left-21\/24 {
    left: 87.5%;
  }

  .lg\:left-22\/24 {
    left: 91.666667%;
  }

  .lg\:left-23\/24 {
    left: 95.833333%;
  }

  .lg\:left-24\/24 {
    left: 100%;
  }

  .lg\:left-screen-header {
    left: 41.55vw;
  }

  .lg\:left-screen-60 {
    left: 60vh;
  }

  .lg\:left-screen-80 {
    left: 80vh;
  }

  .lg\:left-screen-85 {
    left: 85vh;
  }

  .lg\:left-screen-90 {
    left: 90vh;
  }

  .lg\:left-screen-95 {
    left: 95vh;
  }

  .lg\:left-screen-minus-header {
    left: calc(100vh - 5.25rem);
  }

  .lg\:left-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
  }

  .lg\:left-screen-minus-36 {
    left: calc(100vh - 9rem);
  }

  .lg\:left-screen-minus-40 {
    left: calc(100vh - 10rem);
  }

  .lg\:left-screen-minus-55 {
    left: calc(100vh - 13.75rem);
  }

  .lg\:left-screen-minus-72 {
    left: calc(100vh - 18rem);
  }

  .lg\:left-screen-minus-80 {
    left: calc(100vh - 20rem);
  }

  .lg\:left-full-4 {
    left: calc(100% - 16px);
  }

  .lg\:left-account-body {
    left: calc(100vw - 304px);
  }

  .lg\:left-menu-center {
    left: calc(50% - 288px);
  }

  .lg\:left-tutorials-hidden {
    left: calc(100% - 56px);
  }

  .lg\:left-popup-full-width {
    left: calc(100% + 32px);
  }

  .lg\:left-popup-full-width-md {
    left: calc(100% + 64px);
  }

  .lg\:left-popup-full-height {
    left: calc(100% + 68px);
  }

  .lg\:left-max-content {
    left: max-content;
  }

  .lg\:-left-0 {
    left: 0px;
  }

  .lg\:-left-1 {
    left: -0.25rem;
  }

  .lg\:-left-2 {
    left: -0.5rem;
  }

  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:-left-5 {
    left: -1.25rem;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:-left-7 {
    left: -1.75rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-left-9 {
    left: -2.25rem;
  }

  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-left-11 {
    left: -2.75rem;
  }

  .lg\:-left-12 {
    left: -3rem;
  }

  .lg\:-left-14 {
    left: -3.5rem;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:-left-18 {
    left: -4.5rem;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-left-21 {
    left: -5.25rem;
  }

  .lg\:-left-22 {
    left: -5.5rem;
  }

  .lg\:-left-24 {
    left: -6rem;
  }

  .lg\:-left-26 {
    left: -6.5rem;
  }

  .lg\:-left-28 {
    left: -7rem;
  }

  .lg\:-left-29 {
    left: -7.25rem;
  }

  .lg\:-left-32 {
    left: -8rem;
  }

  .lg\:-left-34 {
    left: -8.5rem;
  }

  .lg\:-left-36 {
    left: -9rem;
  }

  .lg\:-left-40 {
    left: -10rem;
  }

  .lg\:-left-42 {
    left: -10.5rem;
  }

  .lg\:-left-44 {
    left: -11rem;
  }

  .lg\:-left-48 {
    left: -12rem;
  }

  .lg\:-left-52 {
    left: -13rem;
  }

  .lg\:-left-56 {
    left: -14rem;
  }

  .lg\:-left-60 {
    left: -15rem;
  }

  .lg\:-left-64 {
    left: -16rem;
  }

  .lg\:-left-68 {
    left: -17rem;
  }

  .lg\:-left-72 {
    left: -18rem;
  }

  .lg\:-left-77 {
    left: -19.25rem;
  }

  .lg\:-left-80 {
    left: -20rem;
  }

  .lg\:-left-82 {
    left: -20.5rem;
  }

  .lg\:-left-88 {
    left: -22rem;
  }

  .lg\:-left-94 {
    left: -23.5rem;
  }

  .lg\:-left-96 {
    left: -24rem;
  }

  .lg\:-left-98 {
    left: -24.5rem;
  }

  .lg\:-left-104 {
    left: -26rem;
  }

  .lg\:-left-108 {
    left: -27rem;
  }

  .lg\:-left-110 {
    left: -27.5rem;
  }

  .lg\:-left-112 {
    left: -28rem;
  }

  .lg\:-left-120 {
    left: -30rem;
  }

  .lg\:-left-128 {
    left: -32rem;
  }

  .lg\:-left-132 {
    left: -33rem;
  }

  .lg\:-left-134 {
    left: -33.5rem;
  }

  .lg\:-left-135 {
    left: -33.75rem;
  }

  .lg\:-left-136 {
    left: -34rem;
  }

  .lg\:-left-144 {
    left: -36rem;
  }

  .lg\:-left-152 {
    left: -38rem;
  }

  .lg\:-left-160 {
    left: -40rem;
  }

  .lg\:-left-164 {
    left: -41rem;
  }

  .lg\:-left-172 {
    left: -43rem;
  }

  .lg\:-left-179 {
    left: -44.75rem;
  }

  .lg\:-left-184 {
    left: -46rem;
  }

  .lg\:-left-192 {
    left: -48rem;
  }

  .lg\:-left-224 {
    left: -56rem;
  }

  .lg\:-left-240 {
    left: -60rem;
  }

  .lg\:-left-256 {
    left: -64rem;
  }

  .lg\:-left-265 {
    left: -66.25rem;
  }

  .lg\:-left-288 {
    left: -72rem;
  }

  .lg\:-left-384 {
    left: -96rem;
  }

  .lg\:-left-px {
    left: -1px;
  }

  .lg\:-left-0\.5 {
    left: -0.125rem;
  }

  .lg\:-left-1\.5 {
    left: -0.375rem;
  }

  .lg\:-left-2\.5 {
    left: -0.625rem;
  }

  .lg\:-left-3\.5 {
    left: -0.875rem;
  }

  .lg\:-left-0\.75 {
    left: -0.1875rem;
  }

  .lg\:-left-4\.5 {
    left: -1.125rem;
  }

  .lg\:-left-7\.5 {
    left: -1.875rem;
  }

  .lg\:-left-9\.5 {
    left: -2.375rem;
  }

  .lg\:-left-9\.75 {
    left: -2.4375rem;
  }

  .lg\:-left-12\.5 {
    left: -3.125rem;
  }

  .lg\:-left-13\.5 {
    left: -3.375rem;
  }

  .lg\:-left-292\.5 {
    left: -73.125rem;
  }

  .lg\:-left-1\/24 {
    left: -4.16667%;
  }

  .lg\:-left-2\/24 {
    left: -8.33333%;
  }

  .lg\:-left-3\/24 {
    left: -12.5%;
  }

  .lg\:-left-4\/24 {
    left: -16.66667%;
  }

  .lg\:-left-5\/24 {
    left: -20.83333%;
  }

  .lg\:-left-6\/24 {
    left: -25%;
  }

  .lg\:-left-7\/24 {
    left: -29.16667%;
  }

  .lg\:-left-8\/24 {
    left: -33.33333%;
  }

  .lg\:-left-9\/24 {
    left: -37.5%;
  }

  .lg\:-left-10\/24 {
    left: -41.66667%;
  }

  .lg\:-left-11\/24 {
    left: -45.83333%;
  }

  .lg\:-left-12\/24 {
    left: -50%;
  }

  .lg\:-left-13\/24 {
    left: -54.16667%;
  }

  .lg\:-left-14\/24 {
    left: -58.33333%;
  }

  .lg\:-left-15\/24 {
    left: -62.5%;
  }

  .lg\:-left-16\/24 {
    left: -66.66667%;
  }

  .lg\:-left-17\/24 {
    left: -70.83333%;
  }

  .lg\:-left-18\/24 {
    left: -75%;
  }

  .lg\:-left-19\/24 {
    left: -79.16667%;
  }

  .lg\:-left-20\/24 {
    left: -83.33333%;
  }

  .lg\:-left-21\/24 {
    left: -87.5%;
  }

  .lg\:-left-22\/24 {
    left: -91.66667%;
  }

  .lg\:-left-23\/24 {
    left: -95.83333%;
  }

  .lg\:-left-24\/24 {
    left: -100%;
  }

  .lg\:-left-screen-header {
    left: -41.55vw;
  }

  .lg\:-left-screen-60 {
    left: -60vh;
  }

  .lg\:-left-screen-80 {
    left: -80vh;
  }

  .lg\:-left-screen-85 {
    left: -85vh;
  }

  .lg\:-left-screen-90 {
    left: -90vh;
  }

  .lg\:-left-screen-95 {
    left: -95vh;
  }

  .lg\:-left-screen-minus-header {
    left: calc(-100vh - -5.25rem);
  }

  .lg\:-left-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
  }

  .lg\:-left-screen-minus-36 {
    left: calc(-100vh - -9rem);
  }

  .lg\:-left-screen-minus-40 {
    left: calc(-100vh - -10rem);
  }

  .lg\:-left-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
  }

  .lg\:-left-screen-minus-72 {
    left: calc(-100vh - -18rem);
  }

  .lg\:-left-screen-minus-80 {
    left: calc(-100vh - -20rem);
  }

  .lg\:-left-full-4 {
    left: calc(-100% - -16px);
  }

  .lg\:-left-account-body {
    left: calc(-100vw - -304px);
  }

  .lg\:-left-menu-center {
    left: calc(-50% - -288px);
  }

  .lg\:-left-tutorials-hidden {
    left: calc(-100% - -56px);
  }

  .lg\:-left-popup-full-width {
    left: calc(-100% + -32px);
  }

  .lg\:-left-popup-full-width-md {
    left: calc(-100% + -64px);
  }

  .lg\:-left-popup-full-height {
    left: calc(-100% + -68px);
  }

  .lg\:-left-max-content {
    left: max-content;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-1\/3 {
    left: 33.333333%;
  }

  .lg\:left-2\/3 {
    left: 66.666667%;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

  .lg\:left-2\/4 {
    left: 50%;
  }

  .lg\:left-3\/4 {
    left: 75%;
  }

  .lg\:left-full {
    left: 100%;
  }

  .lg\:-left-1\/2 {
    left: -50%;
  }

  .lg\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg\:-left-2\/3 {
    left: -66.666667%;
  }

  .lg\:-left-1\/4 {
    left: -25%;
  }

  .lg\:-left-2\/4 {
    left: -50%;
  }

  .lg\:-left-3\/4 {
    left: -75%;
  }

  .lg\:-left-full {
    left: -100%;
  }

  .lg\:isolate {
    isolation: isolate;
  }

  .lg\:isolation-auto {
    isolation: auto;
  }

  .lg\:z-0 {
    z-index: 0;
  }

  .lg\:z-1 {
    z-index: 1;
  }

  .lg\:z-2 {
    z-index: 2;
  }

  .lg\:z-3 {
    z-index: 3;
  }

  .lg\:z-4 {
    z-index: 4;
  }

  .lg\:z-5 {
    z-index: 5;
  }

  .lg\:z-6 {
    z-index: 6;
  }

  .lg\:z-7 {
    z-index: 7;
  }

  .lg\:z-8 {
    z-index: 8;
  }

  .lg\:z-9 {
    z-index: 9;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-11 {
    z-index: 11;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .lg\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .lg\:focus-within\:z-2:focus-within {
    z-index: 2;
  }

  .lg\:focus-within\:z-3:focus-within {
    z-index: 3;
  }

  .lg\:focus-within\:z-4:focus-within {
    z-index: 4;
  }

  .lg\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .lg\:focus-within\:z-6:focus-within {
    z-index: 6;
  }

  .lg\:focus-within\:z-7:focus-within {
    z-index: 7;
  }

  .lg\:focus-within\:z-8:focus-within {
    z-index: 8;
  }

  .lg\:focus-within\:z-9:focus-within {
    z-index: 9;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .lg\:focus-within\:z-11:focus-within {
    z-index: 11;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0;
  }

  .lg\:focus\:z-1:focus {
    z-index: 1;
  }

  .lg\:focus\:z-2:focus {
    z-index: 2;
  }

  .lg\:focus\:z-3:focus {
    z-index: 3;
  }

  .lg\:focus\:z-4:focus {
    z-index: 4;
  }

  .lg\:focus\:z-5:focus {
    z-index: 5;
  }

  .lg\:focus\:z-6:focus {
    z-index: 6;
  }

  .lg\:focus\:z-7:focus {
    z-index: 7;
  }

  .lg\:focus\:z-8:focus {
    z-index: 8;
  }

  .lg\:focus\:z-9:focus {
    z-index: 9;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10;
  }

  .lg\:focus\:z-11:focus {
    z-index: 11;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:order-11 {
    order: 11;
  }

  .lg\:order-12 {
    order: 12;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-auto {
    grid-column: auto;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-12 {
    grid-column-start: 12;
  }

  .lg\:col-start-13 {
    grid-column-start: 13;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-1 {
    grid-column-end: 1;
  }

  .lg\:col-end-2 {
    grid-column-end: 2;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-4 {
    grid-column-end: 4;
  }

  .lg\:col-end-5 {
    grid-column-end: 5;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:col-end-9 {
    grid-column-end: 9;
  }

  .lg\:col-end-10 {
    grid-column-end: 10;
  }

  .lg\:col-end-11 {
    grid-column-end: 11;
  }

  .lg\:col-end-12 {
    grid-column-end: 12;
  }

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

  .lg\:col-end-auto {
    grid-column-end: auto;
  }

  .lg\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-start-4 {
    grid-row-start: 4;
  }

  .lg\:row-start-5 {
    grid-row-start: 5;
  }

  .lg\:row-start-6 {
    grid-row-start: 6;
  }

  .lg\:row-start-7 {
    grid-row-start: 7;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

  .lg\:row-end-1 {
    grid-row-end: 1;
  }

  .lg\:row-end-2 {
    grid-row-end: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:row-end-5 {
    grid-row-end: 5;
  }

  .lg\:row-end-6 {
    grid-row-end: 6;
  }

  .lg\:row-end-7 {
    grid-row-end: 7;
  }

  .lg\:row-end-auto {
    grid-row-end: auto;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-18 {
    margin: 4.5rem;
  }

  .lg\:m-20 {
    margin: 5rem;
  }

  .lg\:m-21 {
    margin: 5.25rem;
  }

  .lg\:m-22 {
    margin: 5.5rem;
  }

  .lg\:m-24 {
    margin: 6rem;
  }

  .lg\:m-26 {
    margin: 6.5rem;
  }

  .lg\:m-28 {
    margin: 7rem;
  }

  .lg\:m-29 {
    margin: 7.25rem;
  }

  .lg\:m-32 {
    margin: 8rem;
  }

  .lg\:m-34 {
    margin: 8.5rem;
  }

  .lg\:m-36 {
    margin: 9rem;
  }

  .lg\:m-40 {
    margin: 10rem;
  }

  .lg\:m-42 {
    margin: 10.5rem;
  }

  .lg\:m-44 {
    margin: 11rem;
  }

  .lg\:m-48 {
    margin: 12rem;
  }

  .lg\:m-52 {
    margin: 13rem;
  }

  .lg\:m-56 {
    margin: 14rem;
  }

  .lg\:m-60 {
    margin: 15rem;
  }

  .lg\:m-64 {
    margin: 16rem;
  }

  .lg\:m-68 {
    margin: 17rem;
  }

  .lg\:m-72 {
    margin: 18rem;
  }

  .lg\:m-77 {
    margin: 19.25rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .lg\:m-82 {
    margin: 20.5rem;
  }

  .lg\:m-88 {
    margin: 22rem;
  }

  .lg\:m-94 {
    margin: 23.5rem;
  }

  .lg\:m-96 {
    margin: 24rem;
  }

  .lg\:m-98 {
    margin: 24.5rem;
  }

  .lg\:m-104 {
    margin: 26rem;
  }

  .lg\:m-108 {
    margin: 27rem;
  }

  .lg\:m-110 {
    margin: 27.5rem;
  }

  .lg\:m-112 {
    margin: 28rem;
  }

  .lg\:m-120 {
    margin: 30rem;
  }

  .lg\:m-128 {
    margin: 32rem;
  }

  .lg\:m-132 {
    margin: 33rem;
  }

  .lg\:m-134 {
    margin: 33.5rem;
  }

  .lg\:m-135 {
    margin: 33.75rem;
  }

  .lg\:m-136 {
    margin: 34rem;
  }

  .lg\:m-144 {
    margin: 36rem;
  }

  .lg\:m-152 {
    margin: 38rem;
  }

  .lg\:m-160 {
    margin: 40rem;
  }

  .lg\:m-164 {
    margin: 41rem;
  }

  .lg\:m-172 {
    margin: 43rem;
  }

  .lg\:m-179 {
    margin: 44.75rem;
  }

  .lg\:m-184 {
    margin: 46rem;
  }

  .lg\:m-192 {
    margin: 48rem;
  }

  .lg\:m-224 {
    margin: 56rem;
  }

  .lg\:m-240 {
    margin: 60rem;
  }

  .lg\:m-256 {
    margin: 64rem;
  }

  .lg\:m-265 {
    margin: 66.25rem;
  }

  .lg\:m-288 {
    margin: 72rem;
  }

  .lg\:m-384 {
    margin: 96rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:m-px {
    margin: 1px;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem;
  }

  .lg\:m-0\.75 {
    margin: 0.1875rem;
  }

  .lg\:m-4\.5 {
    margin: 1.125rem;
  }

  .lg\:m-7\.5 {
    margin: 1.875rem;
  }

  .lg\:m-9\.5 {
    margin: 2.375rem;
  }

  .lg\:m-9\.75 {
    margin: 2.4375rem;
  }

  .lg\:m-12\.5 {
    margin: 3.125rem;
  }

  .lg\:m-13\.5 {
    margin: 3.375rem;
  }

  .lg\:m-292\.5 {
    margin: 73.125rem;
  }

  .lg\:m-1\/24 {
    margin: 4.166667%;
  }

  .lg\:m-2\/24 {
    margin: 8.333333%;
  }

  .lg\:m-3\/24 {
    margin: 12.5%;
  }

  .lg\:m-4\/24 {
    margin: 16.666667%;
  }

  .lg\:m-5\/24 {
    margin: 20.833333%;
  }

  .lg\:m-6\/24 {
    margin: 25%;
  }

  .lg\:m-7\/24 {
    margin: 29.166666%;
  }

  .lg\:m-8\/24 {
    margin: 33.333333%;
  }

  .lg\:m-9\/24 {
    margin: 37.5%;
  }

  .lg\:m-10\/24 {
    margin: 41.666666%;
  }

  .lg\:m-11\/24 {
    margin: 45.833333%;
  }

  .lg\:m-12\/24 {
    margin: 50%;
  }

  .lg\:m-13\/24 {
    margin: 54.166666%;
  }

  .lg\:m-14\/24 {
    margin: 58.333333%;
  }

  .lg\:m-15\/24 {
    margin: 62.5%;
  }

  .lg\:m-16\/24 {
    margin: 66.666667%;
  }

  .lg\:m-17\/24 {
    margin: 70.833333%;
  }

  .lg\:m-18\/24 {
    margin: 75%;
  }

  .lg\:m-19\/24 {
    margin: 79.166667%;
  }

  .lg\:m-20\/24 {
    margin: 83.333333%;
  }

  .lg\:m-21\/24 {
    margin: 87.5%;
  }

  .lg\:m-22\/24 {
    margin: 91.666667%;
  }

  .lg\:m-23\/24 {
    margin: 95.833333%;
  }

  .lg\:m-24\/24 {
    margin: 100%;
  }

  .lg\:m-screen-header {
    margin: 41.55vw;
  }

  .lg\:m-screen-60 {
    margin: 60vh;
  }

  .lg\:m-screen-80 {
    margin: 80vh;
  }

  .lg\:m-screen-85 {
    margin: 85vh;
  }

  .lg\:m-screen-90 {
    margin: 90vh;
  }

  .lg\:m-screen-95 {
    margin: 95vh;
  }

  .lg\:m-screen-minus-header {
    margin: calc(100vh - 5.25rem);
  }

  .lg\:m-screen-minus-35\.5 {
    margin: calc(100vh - 8.875rem);
  }

  .lg\:m-screen-minus-36 {
    margin: calc(100vh - 9rem);
  }

  .lg\:m-screen-minus-40 {
    margin: calc(100vh - 10rem);
  }

  .lg\:m-screen-minus-55 {
    margin: calc(100vh - 13.75rem);
  }

  .lg\:m-screen-minus-72 {
    margin: calc(100vh - 18rem);
  }

  .lg\:m-screen-minus-80 {
    margin: calc(100vh - 20rem);
  }

  .lg\:m-full-4 {
    margin: calc(100% - 16px);
  }

  .lg\:m-account-body {
    margin: calc(100vw - 304px);
  }

  .lg\:m-menu-center {
    margin: calc(50% - 288px);
  }

  .lg\:m-tutorials-hidden {
    margin: calc(100% - 56px);
  }

  .lg\:m-popup-full-width {
    margin: calc(100% + 32px);
  }

  .lg\:m-popup-full-width-md {
    margin: calc(100% + 64px);
  }

  .lg\:m-popup-full-height {
    margin: calc(100% + 68px);
  }

  .lg\:m-max-content {
    margin: max-content;
  }

  .lg\:-m-0 {
    margin: 0px;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-11 {
    margin: -2.75rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-18 {
    margin: -4.5rem;
  }

  .lg\:-m-20 {
    margin: -5rem;
  }

  .lg\:-m-21 {
    margin: -5.25rem;
  }

  .lg\:-m-22 {
    margin: -5.5rem;
  }

  .lg\:-m-24 {
    margin: -6rem;
  }

  .lg\:-m-26 {
    margin: -6.5rem;
  }

  .lg\:-m-28 {
    margin: -7rem;
  }

  .lg\:-m-29 {
    margin: -7.25rem;
  }

  .lg\:-m-32 {
    margin: -8rem;
  }

  .lg\:-m-34 {
    margin: -8.5rem;
  }

  .lg\:-m-36 {
    margin: -9rem;
  }

  .lg\:-m-40 {
    margin: -10rem;
  }

  .lg\:-m-42 {
    margin: -10.5rem;
  }

  .lg\:-m-44 {
    margin: -11rem;
  }

  .lg\:-m-48 {
    margin: -12rem;
  }

  .lg\:-m-52 {
    margin: -13rem;
  }

  .lg\:-m-56 {
    margin: -14rem;
  }

  .lg\:-m-60 {
    margin: -15rem;
  }

  .lg\:-m-64 {
    margin: -16rem;
  }

  .lg\:-m-68 {
    margin: -17rem;
  }

  .lg\:-m-72 {
    margin: -18rem;
  }

  .lg\:-m-77 {
    margin: -19.25rem;
  }

  .lg\:-m-80 {
    margin: -20rem;
  }

  .lg\:-m-82 {
    margin: -20.5rem;
  }

  .lg\:-m-88 {
    margin: -22rem;
  }

  .lg\:-m-94 {
    margin: -23.5rem;
  }

  .lg\:-m-96 {
    margin: -24rem;
  }

  .lg\:-m-98 {
    margin: -24.5rem;
  }

  .lg\:-m-104 {
    margin: -26rem;
  }

  .lg\:-m-108 {
    margin: -27rem;
  }

  .lg\:-m-110 {
    margin: -27.5rem;
  }

  .lg\:-m-112 {
    margin: -28rem;
  }

  .lg\:-m-120 {
    margin: -30rem;
  }

  .lg\:-m-128 {
    margin: -32rem;
  }

  .lg\:-m-132 {
    margin: -33rem;
  }

  .lg\:-m-134 {
    margin: -33.5rem;
  }

  .lg\:-m-135 {
    margin: -33.75rem;
  }

  .lg\:-m-136 {
    margin: -34rem;
  }

  .lg\:-m-144 {
    margin: -36rem;
  }

  .lg\:-m-152 {
    margin: -38rem;
  }

  .lg\:-m-160 {
    margin: -40rem;
  }

  .lg\:-m-164 {
    margin: -41rem;
  }

  .lg\:-m-172 {
    margin: -43rem;
  }

  .lg\:-m-179 {
    margin: -44.75rem;
  }

  .lg\:-m-184 {
    margin: -46rem;
  }

  .lg\:-m-192 {
    margin: -48rem;
  }

  .lg\:-m-224 {
    margin: -56rem;
  }

  .lg\:-m-240 {
    margin: -60rem;
  }

  .lg\:-m-256 {
    margin: -64rem;
  }

  .lg\:-m-265 {
    margin: -66.25rem;
  }

  .lg\:-m-288 {
    margin: -72rem;
  }

  .lg\:-m-384 {
    margin: -96rem;
  }

  .lg\:-m-px {
    margin: -1px;
  }

  .lg\:-m-0\.5 {
    margin: -0.125rem;
  }

  .lg\:-m-1\.5 {
    margin: -0.375rem;
  }

  .lg\:-m-2\.5 {
    margin: -0.625rem;
  }

  .lg\:-m-3\.5 {
    margin: -0.875rem;
  }

  .lg\:-m-0\.75 {
    margin: -0.1875rem;
  }

  .lg\:-m-4\.5 {
    margin: -1.125rem;
  }

  .lg\:-m-7\.5 {
    margin: -1.875rem;
  }

  .lg\:-m-9\.5 {
    margin: -2.375rem;
  }

  .lg\:-m-9\.75 {
    margin: -2.4375rem;
  }

  .lg\:-m-12\.5 {
    margin: -3.125rem;
  }

  .lg\:-m-13\.5 {
    margin: -3.375rem;
  }

  .lg\:-m-292\.5 {
    margin: -73.125rem;
  }

  .lg\:-m-1\/24 {
    margin: -4.16667%;
  }

  .lg\:-m-2\/24 {
    margin: -8.33333%;
  }

  .lg\:-m-3\/24 {
    margin: -12.5%;
  }

  .lg\:-m-4\/24 {
    margin: -16.66667%;
  }

  .lg\:-m-5\/24 {
    margin: -20.83333%;
  }

  .lg\:-m-6\/24 {
    margin: -25%;
  }

  .lg\:-m-7\/24 {
    margin: -29.16667%;
  }

  .lg\:-m-8\/24 {
    margin: -33.33333%;
  }

  .lg\:-m-9\/24 {
    margin: -37.5%;
  }

  .lg\:-m-10\/24 {
    margin: -41.66667%;
  }

  .lg\:-m-11\/24 {
    margin: -45.83333%;
  }

  .lg\:-m-12\/24 {
    margin: -50%;
  }

  .lg\:-m-13\/24 {
    margin: -54.16667%;
  }

  .lg\:-m-14\/24 {
    margin: -58.33333%;
  }

  .lg\:-m-15\/24 {
    margin: -62.5%;
  }

  .lg\:-m-16\/24 {
    margin: -66.66667%;
  }

  .lg\:-m-17\/24 {
    margin: -70.83333%;
  }

  .lg\:-m-18\/24 {
    margin: -75%;
  }

  .lg\:-m-19\/24 {
    margin: -79.16667%;
  }

  .lg\:-m-20\/24 {
    margin: -83.33333%;
  }

  .lg\:-m-21\/24 {
    margin: -87.5%;
  }

  .lg\:-m-22\/24 {
    margin: -91.66667%;
  }

  .lg\:-m-23\/24 {
    margin: -95.83333%;
  }

  .lg\:-m-24\/24 {
    margin: -100%;
  }

  .lg\:-m-screen-header {
    margin: -41.55vw;
  }

  .lg\:-m-screen-60 {
    margin: -60vh;
  }

  .lg\:-m-screen-80 {
    margin: -80vh;
  }

  .lg\:-m-screen-85 {
    margin: -85vh;
  }

  .lg\:-m-screen-90 {
    margin: -90vh;
  }

  .lg\:-m-screen-95 {
    margin: -95vh;
  }

  .lg\:-m-screen-minus-header {
    margin: calc(-100vh - -5.25rem);
  }

  .lg\:-m-screen-minus-35\.5 {
    margin: calc(-100vh - -8.875rem);
  }

  .lg\:-m-screen-minus-36 {
    margin: calc(-100vh - -9rem);
  }

  .lg\:-m-screen-minus-40 {
    margin: calc(-100vh - -10rem);
  }

  .lg\:-m-screen-minus-55 {
    margin: calc(-100vh - -13.75rem);
  }

  .lg\:-m-screen-minus-72 {
    margin: calc(-100vh - -18rem);
  }

  .lg\:-m-screen-minus-80 {
    margin: calc(-100vh - -20rem);
  }

  .lg\:-m-full-4 {
    margin: calc(-100% - -16px);
  }

  .lg\:-m-account-body {
    margin: calc(-100vw - -304px);
  }

  .lg\:-m-menu-center {
    margin: calc(-50% - -288px);
  }

  .lg\:-m-tutorials-hidden {
    margin: calc(-100% - -56px);
  }

  .lg\:-m-popup-full-width {
    margin: calc(-100% + -32px);
  }

  .lg\:-m-popup-full-width-md {
    margin: calc(-100% + -64px);
  }

  .lg\:-m-popup-full-height {
    margin: calc(-100% + -68px);
  }

  .lg\:-m-max-content {
    margin: max-content;
  }

  .lg\:hover\:m-0:hover {
    margin: 0px;
  }

  .lg\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .lg\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .lg\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .lg\:hover\:m-4:hover {
    margin: 1rem;
  }

  .lg\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .lg\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .lg\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .lg\:hover\:m-8:hover {
    margin: 2rem;
  }

  .lg\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .lg\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .lg\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .lg\:hover\:m-12:hover {
    margin: 3rem;
  }

  .lg\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .lg\:hover\:m-16:hover {
    margin: 4rem;
  }

  .lg\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .lg\:hover\:m-20:hover {
    margin: 5rem;
  }

  .lg\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .lg\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .lg\:hover\:m-24:hover {
    margin: 6rem;
  }

  .lg\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .lg\:hover\:m-28:hover {
    margin: 7rem;
  }

  .lg\:hover\:m-29:hover {
    margin: 7.25rem;
  }

  .lg\:hover\:m-32:hover {
    margin: 8rem;
  }

  .lg\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .lg\:hover\:m-36:hover {
    margin: 9rem;
  }

  .lg\:hover\:m-40:hover {
    margin: 10rem;
  }

  .lg\:hover\:m-42:hover {
    margin: 10.5rem;
  }

  .lg\:hover\:m-44:hover {
    margin: 11rem;
  }

  .lg\:hover\:m-48:hover {
    margin: 12rem;
  }

  .lg\:hover\:m-52:hover {
    margin: 13rem;
  }

  .lg\:hover\:m-56:hover {
    margin: 14rem;
  }

  .lg\:hover\:m-60:hover {
    margin: 15rem;
  }

  .lg\:hover\:m-64:hover {
    margin: 16rem;
  }

  .lg\:hover\:m-68:hover {
    margin: 17rem;
  }

  .lg\:hover\:m-72:hover {
    margin: 18rem;
  }

  .lg\:hover\:m-77:hover {
    margin: 19.25rem;
  }

  .lg\:hover\:m-80:hover {
    margin: 20rem;
  }

  .lg\:hover\:m-82:hover {
    margin: 20.5rem;
  }

  .lg\:hover\:m-88:hover {
    margin: 22rem;
  }

  .lg\:hover\:m-94:hover {
    margin: 23.5rem;
  }

  .lg\:hover\:m-96:hover {
    margin: 24rem;
  }

  .lg\:hover\:m-98:hover {
    margin: 24.5rem;
  }

  .lg\:hover\:m-104:hover {
    margin: 26rem;
  }

  .lg\:hover\:m-108:hover {
    margin: 27rem;
  }

  .lg\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .lg\:hover\:m-112:hover {
    margin: 28rem;
  }

  .lg\:hover\:m-120:hover {
    margin: 30rem;
  }

  .lg\:hover\:m-128:hover {
    margin: 32rem;
  }

  .lg\:hover\:m-132:hover {
    margin: 33rem;
  }

  .lg\:hover\:m-134:hover {
    margin: 33.5rem;
  }

  .lg\:hover\:m-135:hover {
    margin: 33.75rem;
  }

  .lg\:hover\:m-136:hover {
    margin: 34rem;
  }

  .lg\:hover\:m-144:hover {
    margin: 36rem;
  }

  .lg\:hover\:m-152:hover {
    margin: 38rem;
  }

  .lg\:hover\:m-160:hover {
    margin: 40rem;
  }

  .lg\:hover\:m-164:hover {
    margin: 41rem;
  }

  .lg\:hover\:m-172:hover {
    margin: 43rem;
  }

  .lg\:hover\:m-179:hover {
    margin: 44.75rem;
  }

  .lg\:hover\:m-184:hover {
    margin: 46rem;
  }

  .lg\:hover\:m-192:hover {
    margin: 48rem;
  }

  .lg\:hover\:m-224:hover {
    margin: 56rem;
  }

  .lg\:hover\:m-240:hover {
    margin: 60rem;
  }

  .lg\:hover\:m-256:hover {
    margin: 64rem;
  }

  .lg\:hover\:m-265:hover {
    margin: 66.25rem;
  }

  .lg\:hover\:m-288:hover {
    margin: 72rem;
  }

  .lg\:hover\:m-384:hover {
    margin: 96rem;
  }

  .lg\:hover\:m-auto:hover {
    margin: auto;
  }

  .lg\:hover\:m-px:hover {
    margin: 1px;
  }

  .lg\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .lg\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .lg\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .lg\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .lg\:hover\:m-0\.75:hover {
    margin: 0.1875rem;
  }

  .lg\:hover\:m-4\.5:hover {
    margin: 1.125rem;
  }

  .lg\:hover\:m-7\.5:hover {
    margin: 1.875rem;
  }

  .lg\:hover\:m-9\.5:hover {
    margin: 2.375rem;
  }

  .lg\:hover\:m-9\.75:hover {
    margin: 2.4375rem;
  }

  .lg\:hover\:m-12\.5:hover {
    margin: 3.125rem;
  }

  .lg\:hover\:m-13\.5:hover {
    margin: 3.375rem;
  }

  .lg\:hover\:m-292\.5:hover {
    margin: 73.125rem;
  }

  .lg\:hover\:m-1\/24:hover {
    margin: 4.166667%;
  }

  .lg\:hover\:m-2\/24:hover {
    margin: 8.333333%;
  }

  .lg\:hover\:m-3\/24:hover {
    margin: 12.5%;
  }

  .lg\:hover\:m-4\/24:hover {
    margin: 16.666667%;
  }

  .lg\:hover\:m-5\/24:hover {
    margin: 20.833333%;
  }

  .lg\:hover\:m-6\/24:hover {
    margin: 25%;
  }

  .lg\:hover\:m-7\/24:hover {
    margin: 29.166666%;
  }

  .lg\:hover\:m-8\/24:hover {
    margin: 33.333333%;
  }

  .lg\:hover\:m-9\/24:hover {
    margin: 37.5%;
  }

  .lg\:hover\:m-10\/24:hover {
    margin: 41.666666%;
  }

  .lg\:hover\:m-11\/24:hover {
    margin: 45.833333%;
  }

  .lg\:hover\:m-12\/24:hover {
    margin: 50%;
  }

  .lg\:hover\:m-13\/24:hover {
    margin: 54.166666%;
  }

  .lg\:hover\:m-14\/24:hover {
    margin: 58.333333%;
  }

  .lg\:hover\:m-15\/24:hover {
    margin: 62.5%;
  }

  .lg\:hover\:m-16\/24:hover {
    margin: 66.666667%;
  }

  .lg\:hover\:m-17\/24:hover {
    margin: 70.833333%;
  }

  .lg\:hover\:m-18\/24:hover {
    margin: 75%;
  }

  .lg\:hover\:m-19\/24:hover {
    margin: 79.166667%;
  }

  .lg\:hover\:m-20\/24:hover {
    margin: 83.333333%;
  }

  .lg\:hover\:m-21\/24:hover {
    margin: 87.5%;
  }

  .lg\:hover\:m-22\/24:hover {
    margin: 91.666667%;
  }

  .lg\:hover\:m-23\/24:hover {
    margin: 95.833333%;
  }

  .lg\:hover\:m-24\/24:hover {
    margin: 100%;
  }

  .lg\:hover\:m-screen-header:hover {
    margin: 41.55vw;
  }

  .lg\:hover\:m-screen-60:hover {
    margin: 60vh;
  }

  .lg\:hover\:m-screen-80:hover {
    margin: 80vh;
  }

  .lg\:hover\:m-screen-85:hover {
    margin: 85vh;
  }

  .lg\:hover\:m-screen-90:hover {
    margin: 90vh;
  }

  .lg\:hover\:m-screen-95:hover {
    margin: 95vh;
  }

  .lg\:hover\:m-screen-minus-header:hover {
    margin: calc(100vh - 5.25rem);
  }

  .lg\:hover\:m-screen-minus-35\.5:hover {
    margin: calc(100vh - 8.875rem);
  }

  .lg\:hover\:m-screen-minus-36:hover {
    margin: calc(100vh - 9rem);
  }

  .lg\:hover\:m-screen-minus-40:hover {
    margin: calc(100vh - 10rem);
  }

  .lg\:hover\:m-screen-minus-55:hover {
    margin: calc(100vh - 13.75rem);
  }

  .lg\:hover\:m-screen-minus-72:hover {
    margin: calc(100vh - 18rem);
  }

  .lg\:hover\:m-screen-minus-80:hover {
    margin: calc(100vh - 20rem);
  }

  .lg\:hover\:m-full-4:hover {
    margin: calc(100% - 16px);
  }

  .lg\:hover\:m-account-body:hover {
    margin: calc(100vw - 304px);
  }

  .lg\:hover\:m-menu-center:hover {
    margin: calc(50% - 288px);
  }

  .lg\:hover\:m-tutorials-hidden:hover {
    margin: calc(100% - 56px);
  }

  .lg\:hover\:m-popup-full-width:hover {
    margin: calc(100% + 32px);
  }

  .lg\:hover\:m-popup-full-width-md:hover {
    margin: calc(100% + 64px);
  }

  .lg\:hover\:m-popup-full-height:hover {
    margin: calc(100% + 68px);
  }

  .lg\:hover\:m-max-content:hover {
    margin: max-content;
  }

  .lg\:hover\:-m-0:hover {
    margin: 0px;
  }

  .lg\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .lg\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .lg\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .lg\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .lg\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .lg\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .lg\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .lg\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .lg\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .lg\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .lg\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .lg\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .lg\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .lg\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .lg\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .lg\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .lg\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .lg\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .lg\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .lg\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .lg\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .lg\:hover\:-m-29:hover {
    margin: -7.25rem;
  }

  .lg\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .lg\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .lg\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .lg\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .lg\:hover\:-m-42:hover {
    margin: -10.5rem;
  }

  .lg\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .lg\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .lg\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .lg\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .lg\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .lg\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .lg\:hover\:-m-68:hover {
    margin: -17rem;
  }

  .lg\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .lg\:hover\:-m-77:hover {
    margin: -19.25rem;
  }

  .lg\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .lg\:hover\:-m-82:hover {
    margin: -20.5rem;
  }

  .lg\:hover\:-m-88:hover {
    margin: -22rem;
  }

  .lg\:hover\:-m-94:hover {
    margin: -23.5rem;
  }

  .lg\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .lg\:hover\:-m-98:hover {
    margin: -24.5rem;
  }

  .lg\:hover\:-m-104:hover {
    margin: -26rem;
  }

  .lg\:hover\:-m-108:hover {
    margin: -27rem;
  }

  .lg\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .lg\:hover\:-m-112:hover {
    margin: -28rem;
  }

  .lg\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .lg\:hover\:-m-128:hover {
    margin: -32rem;
  }

  .lg\:hover\:-m-132:hover {
    margin: -33rem;
  }

  .lg\:hover\:-m-134:hover {
    margin: -33.5rem;
  }

  .lg\:hover\:-m-135:hover {
    margin: -33.75rem;
  }

  .lg\:hover\:-m-136:hover {
    margin: -34rem;
  }

  .lg\:hover\:-m-144:hover {
    margin: -36rem;
  }

  .lg\:hover\:-m-152:hover {
    margin: -38rem;
  }

  .lg\:hover\:-m-160:hover {
    margin: -40rem;
  }

  .lg\:hover\:-m-164:hover {
    margin: -41rem;
  }

  .lg\:hover\:-m-172:hover {
    margin: -43rem;
  }

  .lg\:hover\:-m-179:hover {
    margin: -44.75rem;
  }

  .lg\:hover\:-m-184:hover {
    margin: -46rem;
  }

  .lg\:hover\:-m-192:hover {
    margin: -48rem;
  }

  .lg\:hover\:-m-224:hover {
    margin: -56rem;
  }

  .lg\:hover\:-m-240:hover {
    margin: -60rem;
  }

  .lg\:hover\:-m-256:hover {
    margin: -64rem;
  }

  .lg\:hover\:-m-265:hover {
    margin: -66.25rem;
  }

  .lg\:hover\:-m-288:hover {
    margin: -72rem;
  }

  .lg\:hover\:-m-384:hover {
    margin: -96rem;
  }

  .lg\:hover\:-m-px:hover {
    margin: -1px;
  }

  .lg\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .lg\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .lg\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .lg\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .lg\:hover\:-m-0\.75:hover {
    margin: -0.1875rem;
  }

  .lg\:hover\:-m-4\.5:hover {
    margin: -1.125rem;
  }

  .lg\:hover\:-m-7\.5:hover {
    margin: -1.875rem;
  }

  .lg\:hover\:-m-9\.5:hover {
    margin: -2.375rem;
  }

  .lg\:hover\:-m-9\.75:hover {
    margin: -2.4375rem;
  }

  .lg\:hover\:-m-12\.5:hover {
    margin: -3.125rem;
  }

  .lg\:hover\:-m-13\.5:hover {
    margin: -3.375rem;
  }

  .lg\:hover\:-m-292\.5:hover {
    margin: -73.125rem;
  }

  .lg\:hover\:-m-1\/24:hover {
    margin: -4.16667%;
  }

  .lg\:hover\:-m-2\/24:hover {
    margin: -8.33333%;
  }

  .lg\:hover\:-m-3\/24:hover {
    margin: -12.5%;
  }

  .lg\:hover\:-m-4\/24:hover {
    margin: -16.66667%;
  }

  .lg\:hover\:-m-5\/24:hover {
    margin: -20.83333%;
  }

  .lg\:hover\:-m-6\/24:hover {
    margin: -25%;
  }

  .lg\:hover\:-m-7\/24:hover {
    margin: -29.16667%;
  }

  .lg\:hover\:-m-8\/24:hover {
    margin: -33.33333%;
  }

  .lg\:hover\:-m-9\/24:hover {
    margin: -37.5%;
  }

  .lg\:hover\:-m-10\/24:hover {
    margin: -41.66667%;
  }

  .lg\:hover\:-m-11\/24:hover {
    margin: -45.83333%;
  }

  .lg\:hover\:-m-12\/24:hover {
    margin: -50%;
  }

  .lg\:hover\:-m-13\/24:hover {
    margin: -54.16667%;
  }

  .lg\:hover\:-m-14\/24:hover {
    margin: -58.33333%;
  }

  .lg\:hover\:-m-15\/24:hover {
    margin: -62.5%;
  }

  .lg\:hover\:-m-16\/24:hover {
    margin: -66.66667%;
  }

  .lg\:hover\:-m-17\/24:hover {
    margin: -70.83333%;
  }

  .lg\:hover\:-m-18\/24:hover {
    margin: -75%;
  }

  .lg\:hover\:-m-19\/24:hover {
    margin: -79.16667%;
  }

  .lg\:hover\:-m-20\/24:hover {
    margin: -83.33333%;
  }

  .lg\:hover\:-m-21\/24:hover {
    margin: -87.5%;
  }

  .lg\:hover\:-m-22\/24:hover {
    margin: -91.66667%;
  }

  .lg\:hover\:-m-23\/24:hover {
    margin: -95.83333%;
  }

  .lg\:hover\:-m-24\/24:hover {
    margin: -100%;
  }

  .lg\:hover\:-m-screen-header:hover {
    margin: -41.55vw;
  }

  .lg\:hover\:-m-screen-60:hover {
    margin: -60vh;
  }

  .lg\:hover\:-m-screen-80:hover {
    margin: -80vh;
  }

  .lg\:hover\:-m-screen-85:hover {
    margin: -85vh;
  }

  .lg\:hover\:-m-screen-90:hover {
    margin: -90vh;
  }

  .lg\:hover\:-m-screen-95:hover {
    margin: -95vh;
  }

  .lg\:hover\:-m-screen-minus-header:hover {
    margin: calc(-100vh - -5.25rem);
  }

  .lg\:hover\:-m-screen-minus-35\.5:hover {
    margin: calc(-100vh - -8.875rem);
  }

  .lg\:hover\:-m-screen-minus-36:hover {
    margin: calc(-100vh - -9rem);
  }

  .lg\:hover\:-m-screen-minus-40:hover {
    margin: calc(-100vh - -10rem);
  }

  .lg\:hover\:-m-screen-minus-55:hover {
    margin: calc(-100vh - -13.75rem);
  }

  .lg\:hover\:-m-screen-minus-72:hover {
    margin: calc(-100vh - -18rem);
  }

  .lg\:hover\:-m-screen-minus-80:hover {
    margin: calc(-100vh - -20rem);
  }

  .lg\:hover\:-m-full-4:hover {
    margin: calc(-100% - -16px);
  }

  .lg\:hover\:-m-account-body:hover {
    margin: calc(-100vw - -304px);
  }

  .lg\:hover\:-m-menu-center:hover {
    margin: calc(-50% - -288px);
  }

  .lg\:hover\:-m-tutorials-hidden:hover {
    margin: calc(-100% - -56px);
  }

  .lg\:hover\:-m-popup-full-width:hover {
    margin: calc(-100% + -32px);
  }

  .lg\:hover\:-m-popup-full-width-md:hover {
    margin: calc(-100% + -64px);
  }

  .lg\:hover\:-m-popup-full-height:hover {
    margin: calc(-100% + -68px);
  }

  .lg\:hover\:-m-max-content:hover {
    margin: max-content;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .lg\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:mx-29 {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .lg\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .lg\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:mx-77 {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:mx-82 {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .lg\:mx-88 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .lg\:mx-94 {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .lg\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:mx-98 {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .lg\:mx-104 {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .lg\:mx-108 {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .lg\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .lg\:mx-112 {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .lg\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .lg\:mx-132 {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .lg\:mx-134 {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .lg\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .lg\:mx-136 {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .lg\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .lg\:mx-152 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .lg\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .lg\:mx-164 {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .lg\:mx-172 {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .lg\:mx-179 {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .lg\:mx-184 {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .lg\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .lg\:mx-224 {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .lg\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .lg\:mx-256 {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .lg\:mx-265 {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .lg\:mx-288 {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .lg\:mx-384 {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:mx-0\.75 {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .lg\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .lg\:mx-7\.5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:mx-9\.5 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .lg\:mx-9\.75 {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .lg\:mx-12\.5 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:mx-13\.5 {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .lg\:mx-292\.5 {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .lg\:mx-1\/24 {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .lg\:mx-2\/24 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .lg\:mx-3\/24 {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .lg\:mx-4\/24 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:mx-5\/24 {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .lg\:mx-6\/24 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:mx-7\/24 {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .lg\:mx-8\/24 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:mx-9\/24 {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .lg\:mx-10\/24 {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .lg\:mx-11\/24 {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .lg\:mx-12\/24 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:mx-13\/24 {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .lg\:mx-14\/24 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .lg\:mx-15\/24 {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .lg\:mx-16\/24 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:mx-17\/24 {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .lg\:mx-18\/24 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:mx-19\/24 {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .lg\:mx-20\/24 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:mx-21\/24 {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .lg\:mx-22\/24 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .lg\:mx-23\/24 {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .lg\:mx-24\/24 {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:mx-screen-header {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .lg\:mx-screen-60 {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .lg\:mx-screen-80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:mx-screen-85 {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .lg\:mx-screen-90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .lg\:mx-screen-95 {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .lg\:mx-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .lg\:mx-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .lg\:mx-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .lg\:mx-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .lg\:mx-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .lg\:mx-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .lg\:mx-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .lg\:mx-full-4 {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .lg\:mx-account-body {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .lg\:mx-menu-center {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .lg\:mx-tutorials-hidden {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .lg\:mx-popup-full-width {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .lg\:mx-popup-full-width-md {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .lg\:mx-popup-full-height {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .lg\:mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .lg\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .lg\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .lg\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:-mx-29 {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .lg\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .lg\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:-mx-77 {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:-mx-82 {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .lg\:-mx-88 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .lg\:-mx-94 {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .lg\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:-mx-98 {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .lg\:-mx-104 {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .lg\:-mx-108 {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .lg\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .lg\:-mx-112 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .lg\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .lg\:-mx-132 {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .lg\:-mx-134 {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .lg\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .lg\:-mx-136 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .lg\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .lg\:-mx-152 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .lg\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .lg\:-mx-164 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .lg\:-mx-172 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .lg\:-mx-179 {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .lg\:-mx-184 {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .lg\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .lg\:-mx-224 {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .lg\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .lg\:-mx-256 {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .lg\:-mx-265 {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .lg\:-mx-288 {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .lg\:-mx-384 {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .lg\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:-mx-0\.75 {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .lg\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .lg\:-mx-7\.5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:-mx-9\.5 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .lg\:-mx-9\.75 {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .lg\:-mx-12\.5 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:-mx-13\.5 {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .lg\:-mx-292\.5 {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .lg\:-mx-1\/24 {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .lg\:-mx-2\/24 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .lg\:-mx-3\/24 {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .lg\:-mx-4\/24 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:-mx-5\/24 {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .lg\:-mx-6\/24 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:-mx-7\/24 {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .lg\:-mx-8\/24 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:-mx-9\/24 {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .lg\:-mx-10\/24 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .lg\:-mx-11\/24 {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .lg\:-mx-12\/24 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-mx-13\/24 {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .lg\:-mx-14\/24 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .lg\:-mx-15\/24 {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .lg\:-mx-16\/24 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:-mx-17\/24 {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .lg\:-mx-18\/24 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:-mx-19\/24 {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .lg\:-mx-20\/24 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:-mx-21\/24 {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .lg\:-mx-22\/24 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .lg\:-mx-23\/24 {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .lg\:-mx-24\/24 {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:-mx-screen-header {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .lg\:-mx-screen-60 {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .lg\:-mx-screen-80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:-mx-screen-85 {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .lg\:-mx-screen-90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .lg\:-mx-screen-95 {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .lg\:-mx-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .lg\:-mx-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .lg\:-mx-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .lg\:-mx-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .lg\:-mx-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .lg\:-mx-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .lg\:-mx-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .lg\:-mx-full-4 {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .lg\:-mx-account-body {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .lg\:-mx-menu-center {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .lg\:-mx-tutorials-hidden {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .lg\:-mx-popup-full-width {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .lg\:-mx-popup-full-width-md {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .lg\:-mx-popup-full-height {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .lg\:-mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .lg\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-29 {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .lg\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .lg\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:my-77 {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:my-82 {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .lg\:my-88 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .lg\:my-94 {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .lg\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:my-98 {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .lg\:my-104 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .lg\:my-108 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .lg\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .lg\:my-112 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .lg\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg\:my-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .lg\:my-132 {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .lg\:my-134 {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .lg\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .lg\:my-136 {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .lg\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .lg\:my-152 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .lg\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .lg\:my-164 {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .lg\:my-172 {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .lg\:my-179 {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .lg\:my-184 {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .lg\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .lg\:my-224 {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .lg\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .lg\:my-256 {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .lg\:my-265 {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .lg\:my-288 {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .lg\:my-384 {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:my-0\.75 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .lg\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .lg\:my-7\.5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:my-9\.5 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .lg\:my-9\.75 {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .lg\:my-12\.5 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:my-13\.5 {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .lg\:my-292\.5 {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .lg\:my-1\/24 {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .lg\:my-2\/24 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .lg\:my-3\/24 {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .lg\:my-4\/24 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:my-5\/24 {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .lg\:my-6\/24 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:my-7\/24 {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .lg\:my-8\/24 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:my-9\/24 {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .lg\:my-10\/24 {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .lg\:my-11\/24 {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .lg\:my-12\/24 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:my-13\/24 {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .lg\:my-14\/24 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .lg\:my-15\/24 {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .lg\:my-16\/24 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:my-17\/24 {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .lg\:my-18\/24 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:my-19\/24 {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .lg\:my-20\/24 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:my-21\/24 {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .lg\:my-22\/24 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .lg\:my-23\/24 {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .lg\:my-24\/24 {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:my-screen-header {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .lg\:my-screen-60 {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .lg\:my-screen-80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:my-screen-85 {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .lg\:my-screen-90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .lg\:my-screen-95 {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .lg\:my-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .lg\:my-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .lg\:my-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .lg\:my-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .lg\:my-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .lg\:my-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .lg\:my-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .lg\:my-full-4 {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .lg\:my-account-body {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .lg\:my-menu-center {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .lg\:my-tutorials-hidden {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .lg\:my-popup-full-width {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .lg\:my-popup-full-width-md {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .lg\:my-popup-full-height {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .lg\:my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .lg\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .lg\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .lg\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:-my-29 {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .lg\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .lg\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .lg\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:-my-77 {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:-my-82 {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .lg\:-my-88 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .lg\:-my-94 {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .lg\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:-my-98 {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .lg\:-my-104 {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .lg\:-my-108 {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .lg\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .lg\:-my-112 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .lg\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg\:-my-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .lg\:-my-132 {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .lg\:-my-134 {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .lg\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .lg\:-my-136 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .lg\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .lg\:-my-152 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .lg\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .lg\:-my-164 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .lg\:-my-172 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .lg\:-my-179 {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .lg\:-my-184 {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .lg\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .lg\:-my-224 {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .lg\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .lg\:-my-256 {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .lg\:-my-265 {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .lg\:-my-288 {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .lg\:-my-384 {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .lg\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:-my-0\.75 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .lg\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .lg\:-my-7\.5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:-my-9\.5 {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .lg\:-my-9\.75 {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .lg\:-my-12\.5 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:-my-13\.5 {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .lg\:-my-292\.5 {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .lg\:-my-1\/24 {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .lg\:-my-2\/24 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .lg\:-my-3\/24 {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .lg\:-my-4\/24 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:-my-5\/24 {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .lg\:-my-6\/24 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-my-7\/24 {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .lg\:-my-8\/24 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:-my-9\/24 {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .lg\:-my-10\/24 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .lg\:-my-11\/24 {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .lg\:-my-12\/24 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-my-13\/24 {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .lg\:-my-14\/24 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .lg\:-my-15\/24 {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .lg\:-my-16\/24 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:-my-17\/24 {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .lg\:-my-18\/24 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:-my-19\/24 {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .lg\:-my-20\/24 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:-my-21\/24 {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .lg\:-my-22\/24 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .lg\:-my-23\/24 {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .lg\:-my-24\/24 {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:-my-screen-header {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .lg\:-my-screen-60 {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .lg\:-my-screen-80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:-my-screen-85 {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .lg\:-my-screen-90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .lg\:-my-screen-95 {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .lg\:-my-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .lg\:-my-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .lg\:-my-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .lg\:-my-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .lg\:-my-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .lg\:-my-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .lg\:-my-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .lg\:-my-full-4 {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .lg\:-my-account-body {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .lg\:-my-menu-center {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .lg\:-my-tutorials-hidden {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .lg\:-my-popup-full-width {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .lg\:-my-popup-full-width-md {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .lg\:-my-popup-full-height {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .lg\:-my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .lg\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .lg\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .lg\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .lg\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .lg\:hover\:mx-29:hover {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .lg\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .lg\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:hover\:mx-42:hover {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .lg\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .lg\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .lg\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .lg\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:hover\:mx-68:hover {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .lg\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .lg\:hover\:mx-77:hover {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .lg\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .lg\:hover\:mx-82:hover {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .lg\:hover\:mx-88:hover {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .lg\:hover\:mx-94:hover {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .lg\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .lg\:hover\:mx-98:hover {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .lg\:hover\:mx-104:hover {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .lg\:hover\:mx-108:hover {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .lg\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .lg\:hover\:mx-112:hover {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .lg\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .lg\:hover\:mx-128:hover {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .lg\:hover\:mx-132:hover {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .lg\:hover\:mx-134:hover {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .lg\:hover\:mx-135:hover {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .lg\:hover\:mx-136:hover {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .lg\:hover\:mx-144:hover {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .lg\:hover\:mx-152:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .lg\:hover\:mx-160:hover {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .lg\:hover\:mx-164:hover {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .lg\:hover\:mx-172:hover {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .lg\:hover\:mx-179:hover {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .lg\:hover\:mx-184:hover {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .lg\:hover\:mx-192:hover {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .lg\:hover\:mx-224:hover {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .lg\:hover\:mx-240:hover {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .lg\:hover\:mx-256:hover {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .lg\:hover\:mx-265:hover {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .lg\:hover\:mx-288:hover {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .lg\:hover\:mx-384:hover {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .lg\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .lg\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .lg\:hover\:mx-0\.75:hover {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .lg\:hover\:mx-4\.5:hover {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .lg\:hover\:mx-7\.5:hover {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .lg\:hover\:mx-9\.5:hover {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .lg\:hover\:mx-9\.75:hover {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .lg\:hover\:mx-12\.5:hover {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .lg\:hover\:mx-13\.5:hover {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .lg\:hover\:mx-292\.5:hover {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .lg\:hover\:mx-1\/24:hover {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .lg\:hover\:mx-2\/24:hover {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .lg\:hover\:mx-3\/24:hover {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .lg\:hover\:mx-4\/24:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:hover\:mx-5\/24:hover {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .lg\:hover\:mx-6\/24:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:hover\:mx-7\/24:hover {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .lg\:hover\:mx-8\/24:hover {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:hover\:mx-9\/24:hover {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .lg\:hover\:mx-10\/24:hover {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .lg\:hover\:mx-11\/24:hover {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .lg\:hover\:mx-12\/24:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:hover\:mx-13\/24:hover {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .lg\:hover\:mx-14\/24:hover {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .lg\:hover\:mx-15\/24:hover {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .lg\:hover\:mx-16\/24:hover {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:hover\:mx-17\/24:hover {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .lg\:hover\:mx-18\/24:hover {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:hover\:mx-19\/24:hover {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .lg\:hover\:mx-20\/24:hover {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:hover\:mx-21\/24:hover {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .lg\:hover\:mx-22\/24:hover {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .lg\:hover\:mx-23\/24:hover {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .lg\:hover\:mx-24\/24:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:hover\:mx-screen-header:hover {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .lg\:hover\:mx-screen-60:hover {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .lg\:hover\:mx-screen-80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .lg\:hover\:mx-screen-85:hover {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .lg\:hover\:mx-screen-90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .lg\:hover\:mx-screen-95:hover {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .lg\:hover\:mx-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .lg\:hover\:mx-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .lg\:hover\:mx-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .lg\:hover\:mx-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .lg\:hover\:mx-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .lg\:hover\:mx-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .lg\:hover\:mx-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .lg\:hover\:mx-full-4:hover {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .lg\:hover\:mx-account-body:hover {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .lg\:hover\:mx-menu-center:hover {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .lg\:hover\:mx-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .lg\:hover\:mx-popup-full-width:hover {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .lg\:hover\:mx-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .lg\:hover\:mx-popup-full-height:hover {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .lg\:hover\:mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .lg\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .lg\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .lg\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .lg\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .lg\:hover\:-mx-29:hover {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .lg\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .lg\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .lg\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:hover\:-mx-42:hover {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .lg\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .lg\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .lg\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .lg\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:hover\:-mx-68:hover {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .lg\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .lg\:hover\:-mx-77:hover {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .lg\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .lg\:hover\:-mx-82:hover {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .lg\:hover\:-mx-88:hover {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .lg\:hover\:-mx-94:hover {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .lg\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .lg\:hover\:-mx-98:hover {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .lg\:hover\:-mx-104:hover {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .lg\:hover\:-mx-108:hover {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .lg\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .lg\:hover\:-mx-112:hover {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .lg\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .lg\:hover\:-mx-128:hover {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .lg\:hover\:-mx-132:hover {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .lg\:hover\:-mx-134:hover {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .lg\:hover\:-mx-135:hover {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .lg\:hover\:-mx-136:hover {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .lg\:hover\:-mx-144:hover {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .lg\:hover\:-mx-152:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .lg\:hover\:-mx-160:hover {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .lg\:hover\:-mx-164:hover {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .lg\:hover\:-mx-172:hover {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .lg\:hover\:-mx-179:hover {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .lg\:hover\:-mx-184:hover {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .lg\:hover\:-mx-192:hover {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .lg\:hover\:-mx-224:hover {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .lg\:hover\:-mx-240:hover {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .lg\:hover\:-mx-256:hover {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .lg\:hover\:-mx-265:hover {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .lg\:hover\:-mx-288:hover {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .lg\:hover\:-mx-384:hover {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .lg\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .lg\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .lg\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .lg\:hover\:-mx-0\.75:hover {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .lg\:hover\:-mx-4\.5:hover {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .lg\:hover\:-mx-7\.5:hover {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .lg\:hover\:-mx-9\.5:hover {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .lg\:hover\:-mx-9\.75:hover {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .lg\:hover\:-mx-12\.5:hover {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .lg\:hover\:-mx-13\.5:hover {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .lg\:hover\:-mx-292\.5:hover {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .lg\:hover\:-mx-1\/24:hover {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .lg\:hover\:-mx-2\/24:hover {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .lg\:hover\:-mx-3\/24:hover {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .lg\:hover\:-mx-4\/24:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:hover\:-mx-5\/24:hover {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .lg\:hover\:-mx-6\/24:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:hover\:-mx-7\/24:hover {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .lg\:hover\:-mx-8\/24:hover {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:hover\:-mx-9\/24:hover {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .lg\:hover\:-mx-10\/24:hover {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .lg\:hover\:-mx-11\/24:hover {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .lg\:hover\:-mx-12\/24:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:hover\:-mx-13\/24:hover {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .lg\:hover\:-mx-14\/24:hover {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .lg\:hover\:-mx-15\/24:hover {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .lg\:hover\:-mx-16\/24:hover {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:hover\:-mx-17\/24:hover {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .lg\:hover\:-mx-18\/24:hover {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:hover\:-mx-19\/24:hover {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .lg\:hover\:-mx-20\/24:hover {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:hover\:-mx-21\/24:hover {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .lg\:hover\:-mx-22\/24:hover {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .lg\:hover\:-mx-23\/24:hover {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .lg\:hover\:-mx-24\/24:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:hover\:-mx-screen-header:hover {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .lg\:hover\:-mx-screen-60:hover {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .lg\:hover\:-mx-screen-80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .lg\:hover\:-mx-screen-85:hover {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .lg\:hover\:-mx-screen-90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .lg\:hover\:-mx-screen-95:hover {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .lg\:hover\:-mx-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .lg\:hover\:-mx-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .lg\:hover\:-mx-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .lg\:hover\:-mx-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .lg\:hover\:-mx-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .lg\:hover\:-mx-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .lg\:hover\:-mx-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .lg\:hover\:-mx-full-4:hover {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .lg\:hover\:-mx-account-body:hover {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .lg\:hover\:-mx-menu-center:hover {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .lg\:hover\:-mx-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .lg\:hover\:-mx-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .lg\:hover\:-mx-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .lg\:hover\:-mx-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .lg\:hover\:-mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .lg\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:hover\:my-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .lg\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .lg\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:hover\:my-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .lg\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:hover\:my-29:hover {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .lg\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:hover\:my-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .lg\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:hover\:my-42:hover {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .lg\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .lg\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .lg\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .lg\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:hover\:my-68:hover {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .lg\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .lg\:hover\:my-77:hover {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .lg\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .lg\:hover\:my-82:hover {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .lg\:hover\:my-88:hover {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .lg\:hover\:my-94:hover {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .lg\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .lg\:hover\:my-98:hover {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .lg\:hover\:my-104:hover {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .lg\:hover\:my-108:hover {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .lg\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .lg\:hover\:my-112:hover {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .lg\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .lg\:hover\:my-128:hover {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .lg\:hover\:my-132:hover {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .lg\:hover\:my-134:hover {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .lg\:hover\:my-135:hover {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .lg\:hover\:my-136:hover {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .lg\:hover\:my-144:hover {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .lg\:hover\:my-152:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .lg\:hover\:my-160:hover {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .lg\:hover\:my-164:hover {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .lg\:hover\:my-172:hover {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .lg\:hover\:my-179:hover {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .lg\:hover\:my-184:hover {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .lg\:hover\:my-192:hover {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .lg\:hover\:my-224:hover {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .lg\:hover\:my-240:hover {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .lg\:hover\:my-256:hover {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .lg\:hover\:my-265:hover {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .lg\:hover\:my-288:hover {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .lg\:hover\:my-384:hover {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .lg\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .lg\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .lg\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .lg\:hover\:my-0\.75:hover {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .lg\:hover\:my-4\.5:hover {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .lg\:hover\:my-7\.5:hover {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .lg\:hover\:my-9\.5:hover {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .lg\:hover\:my-9\.75:hover {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .lg\:hover\:my-12\.5:hover {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .lg\:hover\:my-13\.5:hover {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .lg\:hover\:my-292\.5:hover {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .lg\:hover\:my-1\/24:hover {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .lg\:hover\:my-2\/24:hover {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .lg\:hover\:my-3\/24:hover {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .lg\:hover\:my-4\/24:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:hover\:my-5\/24:hover {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .lg\:hover\:my-6\/24:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:hover\:my-7\/24:hover {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .lg\:hover\:my-8\/24:hover {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:hover\:my-9\/24:hover {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .lg\:hover\:my-10\/24:hover {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .lg\:hover\:my-11\/24:hover {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .lg\:hover\:my-12\/24:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:hover\:my-13\/24:hover {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .lg\:hover\:my-14\/24:hover {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .lg\:hover\:my-15\/24:hover {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .lg\:hover\:my-16\/24:hover {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:hover\:my-17\/24:hover {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .lg\:hover\:my-18\/24:hover {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:hover\:my-19\/24:hover {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .lg\:hover\:my-20\/24:hover {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:hover\:my-21\/24:hover {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .lg\:hover\:my-22\/24:hover {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .lg\:hover\:my-23\/24:hover {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .lg\:hover\:my-24\/24:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:hover\:my-screen-header:hover {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .lg\:hover\:my-screen-60:hover {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .lg\:hover\:my-screen-80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .lg\:hover\:my-screen-85:hover {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .lg\:hover\:my-screen-90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .lg\:hover\:my-screen-95:hover {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .lg\:hover\:my-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .lg\:hover\:my-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .lg\:hover\:my-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .lg\:hover\:my-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .lg\:hover\:my-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .lg\:hover\:my-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .lg\:hover\:my-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .lg\:hover\:my-full-4:hover {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .lg\:hover\:my-account-body:hover {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .lg\:hover\:my-menu-center:hover {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .lg\:hover\:my-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .lg\:hover\:my-popup-full-width:hover {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .lg\:hover\:my-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .lg\:hover\:my-popup-full-height:hover {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .lg\:hover\:my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .lg\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:hover\:-my-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .lg\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .lg\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:hover\:-my-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .lg\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .lg\:hover\:-my-29:hover {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .lg\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:hover\:-my-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .lg\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .lg\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:hover\:-my-42:hover {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .lg\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .lg\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .lg\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .lg\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:hover\:-my-68:hover {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .lg\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .lg\:hover\:-my-77:hover {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .lg\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .lg\:hover\:-my-82:hover {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .lg\:hover\:-my-88:hover {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .lg\:hover\:-my-94:hover {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .lg\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .lg\:hover\:-my-98:hover {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .lg\:hover\:-my-104:hover {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .lg\:hover\:-my-108:hover {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .lg\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .lg\:hover\:-my-112:hover {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .lg\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .lg\:hover\:-my-128:hover {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .lg\:hover\:-my-132:hover {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .lg\:hover\:-my-134:hover {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .lg\:hover\:-my-135:hover {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .lg\:hover\:-my-136:hover {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .lg\:hover\:-my-144:hover {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .lg\:hover\:-my-152:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .lg\:hover\:-my-160:hover {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .lg\:hover\:-my-164:hover {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .lg\:hover\:-my-172:hover {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .lg\:hover\:-my-179:hover {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .lg\:hover\:-my-184:hover {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .lg\:hover\:-my-192:hover {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .lg\:hover\:-my-224:hover {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .lg\:hover\:-my-240:hover {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .lg\:hover\:-my-256:hover {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .lg\:hover\:-my-265:hover {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .lg\:hover\:-my-288:hover {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .lg\:hover\:-my-384:hover {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .lg\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .lg\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .lg\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .lg\:hover\:-my-0\.75:hover {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .lg\:hover\:-my-4\.5:hover {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .lg\:hover\:-my-7\.5:hover {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .lg\:hover\:-my-9\.5:hover {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .lg\:hover\:-my-9\.75:hover {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .lg\:hover\:-my-12\.5:hover {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .lg\:hover\:-my-13\.5:hover {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .lg\:hover\:-my-292\.5:hover {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .lg\:hover\:-my-1\/24:hover {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .lg\:hover\:-my-2\/24:hover {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .lg\:hover\:-my-3\/24:hover {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .lg\:hover\:-my-4\/24:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:hover\:-my-5\/24:hover {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .lg\:hover\:-my-6\/24:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:hover\:-my-7\/24:hover {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .lg\:hover\:-my-8\/24:hover {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:hover\:-my-9\/24:hover {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .lg\:hover\:-my-10\/24:hover {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .lg\:hover\:-my-11\/24:hover {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .lg\:hover\:-my-12\/24:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:hover\:-my-13\/24:hover {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .lg\:hover\:-my-14\/24:hover {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .lg\:hover\:-my-15\/24:hover {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .lg\:hover\:-my-16\/24:hover {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:hover\:-my-17\/24:hover {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .lg\:hover\:-my-18\/24:hover {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:hover\:-my-19\/24:hover {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .lg\:hover\:-my-20\/24:hover {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:hover\:-my-21\/24:hover {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .lg\:hover\:-my-22\/24:hover {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .lg\:hover\:-my-23\/24:hover {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .lg\:hover\:-my-24\/24:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:hover\:-my-screen-header:hover {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .lg\:hover\:-my-screen-60:hover {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .lg\:hover\:-my-screen-80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .lg\:hover\:-my-screen-85:hover {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .lg\:hover\:-my-screen-90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .lg\:hover\:-my-screen-95:hover {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .lg\:hover\:-my-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .lg\:hover\:-my-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .lg\:hover\:-my-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .lg\:hover\:-my-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .lg\:hover\:-my-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .lg\:hover\:-my-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .lg\:hover\:-my-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .lg\:hover\:-my-full-4:hover {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .lg\:hover\:-my-account-body:hover {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .lg\:hover\:-my-menu-center:hover {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .lg\:hover\:-my-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .lg\:hover\:-my-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .lg\:hover\:-my-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .lg\:hover\:-my-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .lg\:hover\:-my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-21 {
    margin-top: 5.25rem;
  }

  .lg\:mt-22 {
    margin-top: 5.5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-26 {
    margin-top: 6.5rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-29 {
    margin-top: 7.25rem;
  }

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:mt-34 {
    margin-top: 8.5rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mt-40 {
    margin-top: 10rem;
  }

  .lg\:mt-42 {
    margin-top: 10.5rem;
  }

  .lg\:mt-44 {
    margin-top: 11rem;
  }

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:mt-60 {
    margin-top: 15rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

  .lg\:mt-68 {
    margin-top: 17rem;
  }

  .lg\:mt-72 {
    margin-top: 18rem;
  }

  .lg\:mt-77 {
    margin-top: 19.25rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .lg\:mt-82 {
    margin-top: 20.5rem;
  }

  .lg\:mt-88 {
    margin-top: 22rem;
  }

  .lg\:mt-94 {
    margin-top: 23.5rem;
  }

  .lg\:mt-96 {
    margin-top: 24rem;
  }

  .lg\:mt-98 {
    margin-top: 24.5rem;
  }

  .lg\:mt-104 {
    margin-top: 26rem;
  }

  .lg\:mt-108 {
    margin-top: 27rem;
  }

  .lg\:mt-110 {
    margin-top: 27.5rem;
  }

  .lg\:mt-112 {
    margin-top: 28rem;
  }

  .lg\:mt-120 {
    margin-top: 30rem;
  }

  .lg\:mt-128 {
    margin-top: 32rem;
  }

  .lg\:mt-132 {
    margin-top: 33rem;
  }

  .lg\:mt-134 {
    margin-top: 33.5rem;
  }

  .lg\:mt-135 {
    margin-top: 33.75rem;
  }

  .lg\:mt-136 {
    margin-top: 34rem;
  }

  .lg\:mt-144 {
    margin-top: 36rem;
  }

  .lg\:mt-152 {
    margin-top: 38rem;
  }

  .lg\:mt-160 {
    margin-top: 40rem;
  }

  .lg\:mt-164 {
    margin-top: 41rem;
  }

  .lg\:mt-172 {
    margin-top: 43rem;
  }

  .lg\:mt-179 {
    margin-top: 44.75rem;
  }

  .lg\:mt-184 {
    margin-top: 46rem;
  }

  .lg\:mt-192 {
    margin-top: 48rem;
  }

  .lg\:mt-224 {
    margin-top: 56rem;
  }

  .lg\:mt-240 {
    margin-top: 60rem;
  }

  .lg\:mt-256 {
    margin-top: 64rem;
  }

  .lg\:mt-265 {
    margin-top: 66.25rem;
  }

  .lg\:mt-288 {
    margin-top: 72rem;
  }

  .lg\:mt-384 {
    margin-top: 96rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mt-px {
    margin-top: 1px;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .lg\:mt-0\.75 {
    margin-top: 0.1875rem;
  }

  .lg\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .lg\:mt-7\.5 {
    margin-top: 1.875rem;
  }

  .lg\:mt-9\.5 {
    margin-top: 2.375rem;
  }

  .lg\:mt-9\.75 {
    margin-top: 2.4375rem;
  }

  .lg\:mt-12\.5 {
    margin-top: 3.125rem;
  }

  .lg\:mt-13\.5 {
    margin-top: 3.375rem;
  }

  .lg\:mt-292\.5 {
    margin-top: 73.125rem;
  }

  .lg\:mt-1\/24 {
    margin-top: 4.166667%;
  }

  .lg\:mt-2\/24 {
    margin-top: 8.333333%;
  }

  .lg\:mt-3\/24 {
    margin-top: 12.5%;
  }

  .lg\:mt-4\/24 {
    margin-top: 16.666667%;
  }

  .lg\:mt-5\/24 {
    margin-top: 20.833333%;
  }

  .lg\:mt-6\/24 {
    margin-top: 25%;
  }

  .lg\:mt-7\/24 {
    margin-top: 29.166666%;
  }

  .lg\:mt-8\/24 {
    margin-top: 33.333333%;
  }

  .lg\:mt-9\/24 {
    margin-top: 37.5%;
  }

  .lg\:mt-10\/24 {
    margin-top: 41.666666%;
  }

  .lg\:mt-11\/24 {
    margin-top: 45.833333%;
  }

  .lg\:mt-12\/24 {
    margin-top: 50%;
  }

  .lg\:mt-13\/24 {
    margin-top: 54.166666%;
  }

  .lg\:mt-14\/24 {
    margin-top: 58.333333%;
  }

  .lg\:mt-15\/24 {
    margin-top: 62.5%;
  }

  .lg\:mt-16\/24 {
    margin-top: 66.666667%;
  }

  .lg\:mt-17\/24 {
    margin-top: 70.833333%;
  }

  .lg\:mt-18\/24 {
    margin-top: 75%;
  }

  .lg\:mt-19\/24 {
    margin-top: 79.166667%;
  }

  .lg\:mt-20\/24 {
    margin-top: 83.333333%;
  }

  .lg\:mt-21\/24 {
    margin-top: 87.5%;
  }

  .lg\:mt-22\/24 {
    margin-top: 91.666667%;
  }

  .lg\:mt-23\/24 {
    margin-top: 95.833333%;
  }

  .lg\:mt-24\/24 {
    margin-top: 100%;
  }

  .lg\:mt-screen-header {
    margin-top: 41.55vw;
  }

  .lg\:mt-screen-60 {
    margin-top: 60vh;
  }

  .lg\:mt-screen-80 {
    margin-top: 80vh;
  }

  .lg\:mt-screen-85 {
    margin-top: 85vh;
  }

  .lg\:mt-screen-90 {
    margin-top: 90vh;
  }

  .lg\:mt-screen-95 {
    margin-top: 95vh;
  }

  .lg\:mt-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
  }

  .lg\:mt-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
  }

  .lg\:mt-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
  }

  .lg\:mt-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
  }

  .lg\:mt-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
  }

  .lg\:mt-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
  }

  .lg\:mt-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
  }

  .lg\:mt-full-4 {
    margin-top: calc(100% - 16px);
  }

  .lg\:mt-account-body {
    margin-top: calc(100vw - 304px);
  }

  .lg\:mt-menu-center {
    margin-top: calc(50% - 288px);
  }

  .lg\:mt-tutorials-hidden {
    margin-top: calc(100% - 56px);
  }

  .lg\:mt-popup-full-width {
    margin-top: calc(100% + 32px);
  }

  .lg\:mt-popup-full-width-md {
    margin-top: calc(100% + 64px);
  }

  .lg\:mt-popup-full-height {
    margin-top: calc(100% + 68px);
  }

  .lg\:mt-max-content {
    margin-top: max-content;
  }

  .lg\:-mt-0 {
    margin-top: 0px;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mt-18 {
    margin-top: -4.5rem;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mt-21 {
    margin-top: -5.25rem;
  }

  .lg\:-mt-22 {
    margin-top: -5.5rem;
  }

  .lg\:-mt-24 {
    margin-top: -6rem;
  }

  .lg\:-mt-26 {
    margin-top: -6.5rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:-mt-29 {
    margin-top: -7.25rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:-mt-34 {
    margin-top: -8.5rem;
  }

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mt-42 {
    margin-top: -10.5rem;
  }

  .lg\:-mt-44 {
    margin-top: -11rem;
  }

  .lg\:-mt-48 {
    margin-top: -12rem;
  }

  .lg\:-mt-52 {
    margin-top: -13rem;
  }

  .lg\:-mt-56 {
    margin-top: -14rem;
  }

  .lg\:-mt-60 {
    margin-top: -15rem;
  }

  .lg\:-mt-64 {
    margin-top: -16rem;
  }

  .lg\:-mt-68 {
    margin-top: -17rem;
  }

  .lg\:-mt-72 {
    margin-top: -18rem;
  }

  .lg\:-mt-77 {
    margin-top: -19.25rem;
  }

  .lg\:-mt-80 {
    margin-top: -20rem;
  }

  .lg\:-mt-82 {
    margin-top: -20.5rem;
  }

  .lg\:-mt-88 {
    margin-top: -22rem;
  }

  .lg\:-mt-94 {
    margin-top: -23.5rem;
  }

  .lg\:-mt-96 {
    margin-top: -24rem;
  }

  .lg\:-mt-98 {
    margin-top: -24.5rem;
  }

  .lg\:-mt-104 {
    margin-top: -26rem;
  }

  .lg\:-mt-108 {
    margin-top: -27rem;
  }

  .lg\:-mt-110 {
    margin-top: -27.5rem;
  }

  .lg\:-mt-112 {
    margin-top: -28rem;
  }

  .lg\:-mt-120 {
    margin-top: -30rem;
  }

  .lg\:-mt-128 {
    margin-top: -32rem;
  }

  .lg\:-mt-132 {
    margin-top: -33rem;
  }

  .lg\:-mt-134 {
    margin-top: -33.5rem;
  }

  .lg\:-mt-135 {
    margin-top: -33.75rem;
  }

  .lg\:-mt-136 {
    margin-top: -34rem;
  }

  .lg\:-mt-144 {
    margin-top: -36rem;
  }

  .lg\:-mt-152 {
    margin-top: -38rem;
  }

  .lg\:-mt-160 {
    margin-top: -40rem;
  }

  .lg\:-mt-164 {
    margin-top: -41rem;
  }

  .lg\:-mt-172 {
    margin-top: -43rem;
  }

  .lg\:-mt-179 {
    margin-top: -44.75rem;
  }

  .lg\:-mt-184 {
    margin-top: -46rem;
  }

  .lg\:-mt-192 {
    margin-top: -48rem;
  }

  .lg\:-mt-224 {
    margin-top: -56rem;
  }

  .lg\:-mt-240 {
    margin-top: -60rem;
  }

  .lg\:-mt-256 {
    margin-top: -64rem;
  }

  .lg\:-mt-265 {
    margin-top: -66.25rem;
  }

  .lg\:-mt-288 {
    margin-top: -72rem;
  }

  .lg\:-mt-384 {
    margin-top: -96rem;
  }

  .lg\:-mt-px {
    margin-top: -1px;
  }

  .lg\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .lg\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .lg\:-mt-0\.75 {
    margin-top: -0.1875rem;
  }

  .lg\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .lg\:-mt-7\.5 {
    margin-top: -1.875rem;
  }

  .lg\:-mt-9\.5 {
    margin-top: -2.375rem;
  }

  .lg\:-mt-9\.75 {
    margin-top: -2.4375rem;
  }

  .lg\:-mt-12\.5 {
    margin-top: -3.125rem;
  }

  .lg\:-mt-13\.5 {
    margin-top: -3.375rem;
  }

  .lg\:-mt-292\.5 {
    margin-top: -73.125rem;
  }

  .lg\:-mt-1\/24 {
    margin-top: -4.16667%;
  }

  .lg\:-mt-2\/24 {
    margin-top: -8.33333%;
  }

  .lg\:-mt-3\/24 {
    margin-top: -12.5%;
  }

  .lg\:-mt-4\/24 {
    margin-top: -16.66667%;
  }

  .lg\:-mt-5\/24 {
    margin-top: -20.83333%;
  }

  .lg\:-mt-6\/24 {
    margin-top: -25%;
  }

  .lg\:-mt-7\/24 {
    margin-top: -29.16667%;
  }

  .lg\:-mt-8\/24 {
    margin-top: -33.33333%;
  }

  .lg\:-mt-9\/24 {
    margin-top: -37.5%;
  }

  .lg\:-mt-10\/24 {
    margin-top: -41.66667%;
  }

  .lg\:-mt-11\/24 {
    margin-top: -45.83333%;
  }

  .lg\:-mt-12\/24 {
    margin-top: -50%;
  }

  .lg\:-mt-13\/24 {
    margin-top: -54.16667%;
  }

  .lg\:-mt-14\/24 {
    margin-top: -58.33333%;
  }

  .lg\:-mt-15\/24 {
    margin-top: -62.5%;
  }

  .lg\:-mt-16\/24 {
    margin-top: -66.66667%;
  }

  .lg\:-mt-17\/24 {
    margin-top: -70.83333%;
  }

  .lg\:-mt-18\/24 {
    margin-top: -75%;
  }

  .lg\:-mt-19\/24 {
    margin-top: -79.16667%;
  }

  .lg\:-mt-20\/24 {
    margin-top: -83.33333%;
  }

  .lg\:-mt-21\/24 {
    margin-top: -87.5%;
  }

  .lg\:-mt-22\/24 {
    margin-top: -91.66667%;
  }

  .lg\:-mt-23\/24 {
    margin-top: -95.83333%;
  }

  .lg\:-mt-24\/24 {
    margin-top: -100%;
  }

  .lg\:-mt-screen-header {
    margin-top: -41.55vw;
  }

  .lg\:-mt-screen-60 {
    margin-top: -60vh;
  }

  .lg\:-mt-screen-80 {
    margin-top: -80vh;
  }

  .lg\:-mt-screen-85 {
    margin-top: -85vh;
  }

  .lg\:-mt-screen-90 {
    margin-top: -90vh;
  }

  .lg\:-mt-screen-95 {
    margin-top: -95vh;
  }

  .lg\:-mt-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
  }

  .lg\:-mt-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
  }

  .lg\:-mt-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
  }

  .lg\:-mt-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
  }

  .lg\:-mt-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
  }

  .lg\:-mt-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
  }

  .lg\:-mt-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
  }

  .lg\:-mt-full-4 {
    margin-top: calc(-100% - -16px);
  }

  .lg\:-mt-account-body {
    margin-top: calc(-100vw - -304px);
  }

  .lg\:-mt-menu-center {
    margin-top: calc(-50% - -288px);
  }

  .lg\:-mt-tutorials-hidden {
    margin-top: calc(-100% - -56px);
  }

  .lg\:-mt-popup-full-width {
    margin-top: calc(-100% + -32px);
  }

  .lg\:-mt-popup-full-width-md {
    margin-top: calc(-100% + -64px);
  }

  .lg\:-mt-popup-full-height {
    margin-top: calc(-100% + -68px);
  }

  .lg\:-mt-max-content {
    margin-top: max-content;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-18 {
    margin-right: 4.5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mr-21 {
    margin-right: 5.25rem;
  }

  .lg\:mr-22 {
    margin-right: 5.5rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mr-26 {
    margin-right: 6.5rem;
  }

  .lg\:mr-28 {
    margin-right: 7rem;
  }

  .lg\:mr-29 {
    margin-right: 7.25rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-34 {
    margin-right: 8.5rem;
  }

  .lg\:mr-36 {
    margin-right: 9rem;
  }

  .lg\:mr-40 {
    margin-right: 10rem;
  }

  .lg\:mr-42 {
    margin-right: 10.5rem;
  }

  .lg\:mr-44 {
    margin-right: 11rem;
  }

  .lg\:mr-48 {
    margin-right: 12rem;
  }

  .lg\:mr-52 {
    margin-right: 13rem;
  }

  .lg\:mr-56 {
    margin-right: 14rem;
  }

  .lg\:mr-60 {
    margin-right: 15rem;
  }

  .lg\:mr-64 {
    margin-right: 16rem;
  }

  .lg\:mr-68 {
    margin-right: 17rem;
  }

  .lg\:mr-72 {
    margin-right: 18rem;
  }

  .lg\:mr-77 {
    margin-right: 19.25rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .lg\:mr-82 {
    margin-right: 20.5rem;
  }

  .lg\:mr-88 {
    margin-right: 22rem;
  }

  .lg\:mr-94 {
    margin-right: 23.5rem;
  }

  .lg\:mr-96 {
    margin-right: 24rem;
  }

  .lg\:mr-98 {
    margin-right: 24.5rem;
  }

  .lg\:mr-104 {
    margin-right: 26rem;
  }

  .lg\:mr-108 {
    margin-right: 27rem;
  }

  .lg\:mr-110 {
    margin-right: 27.5rem;
  }

  .lg\:mr-112 {
    margin-right: 28rem;
  }

  .lg\:mr-120 {
    margin-right: 30rem;
  }

  .lg\:mr-128 {
    margin-right: 32rem;
  }

  .lg\:mr-132 {
    margin-right: 33rem;
  }

  .lg\:mr-134 {
    margin-right: 33.5rem;
  }

  .lg\:mr-135 {
    margin-right: 33.75rem;
  }

  .lg\:mr-136 {
    margin-right: 34rem;
  }

  .lg\:mr-144 {
    margin-right: 36rem;
  }

  .lg\:mr-152 {
    margin-right: 38rem;
  }

  .lg\:mr-160 {
    margin-right: 40rem;
  }

  .lg\:mr-164 {
    margin-right: 41rem;
  }

  .lg\:mr-172 {
    margin-right: 43rem;
  }

  .lg\:mr-179 {
    margin-right: 44.75rem;
  }

  .lg\:mr-184 {
    margin-right: 46rem;
  }

  .lg\:mr-192 {
    margin-right: 48rem;
  }

  .lg\:mr-224 {
    margin-right: 56rem;
  }

  .lg\:mr-240 {
    margin-right: 60rem;
  }

  .lg\:mr-256 {
    margin-right: 64rem;
  }

  .lg\:mr-265 {
    margin-right: 66.25rem;
  }

  .lg\:mr-288 {
    margin-right: 72rem;
  }

  .lg\:mr-384 {
    margin-right: 96rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mr-px {
    margin-right: 1px;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .lg\:mr-0\.75 {
    margin-right: 0.1875rem;
  }

  .lg\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .lg\:mr-7\.5 {
    margin-right: 1.875rem;
  }

  .lg\:mr-9\.5 {
    margin-right: 2.375rem;
  }

  .lg\:mr-9\.75 {
    margin-right: 2.4375rem;
  }

  .lg\:mr-12\.5 {
    margin-right: 3.125rem;
  }

  .lg\:mr-13\.5 {
    margin-right: 3.375rem;
  }

  .lg\:mr-292\.5 {
    margin-right: 73.125rem;
  }

  .lg\:mr-1\/24 {
    margin-right: 4.166667%;
  }

  .lg\:mr-2\/24 {
    margin-right: 8.333333%;
  }

  .lg\:mr-3\/24 {
    margin-right: 12.5%;
  }

  .lg\:mr-4\/24 {
    margin-right: 16.666667%;
  }

  .lg\:mr-5\/24 {
    margin-right: 20.833333%;
  }

  .lg\:mr-6\/24 {
    margin-right: 25%;
  }

  .lg\:mr-7\/24 {
    margin-right: 29.166666%;
  }

  .lg\:mr-8\/24 {
    margin-right: 33.333333%;
  }

  .lg\:mr-9\/24 {
    margin-right: 37.5%;
  }

  .lg\:mr-10\/24 {
    margin-right: 41.666666%;
  }

  .lg\:mr-11\/24 {
    margin-right: 45.833333%;
  }

  .lg\:mr-12\/24 {
    margin-right: 50%;
  }

  .lg\:mr-13\/24 {
    margin-right: 54.166666%;
  }

  .lg\:mr-14\/24 {
    margin-right: 58.333333%;
  }

  .lg\:mr-15\/24 {
    margin-right: 62.5%;
  }

  .lg\:mr-16\/24 {
    margin-right: 66.666667%;
  }

  .lg\:mr-17\/24 {
    margin-right: 70.833333%;
  }

  .lg\:mr-18\/24 {
    margin-right: 75%;
  }

  .lg\:mr-19\/24 {
    margin-right: 79.166667%;
  }

  .lg\:mr-20\/24 {
    margin-right: 83.333333%;
  }

  .lg\:mr-21\/24 {
    margin-right: 87.5%;
  }

  .lg\:mr-22\/24 {
    margin-right: 91.666667%;
  }

  .lg\:mr-23\/24 {
    margin-right: 95.833333%;
  }

  .lg\:mr-24\/24 {
    margin-right: 100%;
  }

  .lg\:mr-screen-header {
    margin-right: 41.55vw;
  }

  .lg\:mr-screen-60 {
    margin-right: 60vh;
  }

  .lg\:mr-screen-80 {
    margin-right: 80vh;
  }

  .lg\:mr-screen-85 {
    margin-right: 85vh;
  }

  .lg\:mr-screen-90 {
    margin-right: 90vh;
  }

  .lg\:mr-screen-95 {
    margin-right: 95vh;
  }

  .lg\:mr-screen-minus-header {
    margin-right: calc(100vh - 5.25rem);
  }

  .lg\:mr-screen-minus-35\.5 {
    margin-right: calc(100vh - 8.875rem);
  }

  .lg\:mr-screen-minus-36 {
    margin-right: calc(100vh - 9rem);
  }

  .lg\:mr-screen-minus-40 {
    margin-right: calc(100vh - 10rem);
  }

  .lg\:mr-screen-minus-55 {
    margin-right: calc(100vh - 13.75rem);
  }

  .lg\:mr-screen-minus-72 {
    margin-right: calc(100vh - 18rem);
  }

  .lg\:mr-screen-minus-80 {
    margin-right: calc(100vh - 20rem);
  }

  .lg\:mr-full-4 {
    margin-right: calc(100% - 16px);
  }

  .lg\:mr-account-body {
    margin-right: calc(100vw - 304px);
  }

  .lg\:mr-menu-center {
    margin-right: calc(50% - 288px);
  }

  .lg\:mr-tutorials-hidden {
    margin-right: calc(100% - 56px);
  }

  .lg\:mr-popup-full-width {
    margin-right: calc(100% + 32px);
  }

  .lg\:mr-popup-full-width-md {
    margin-right: calc(100% + 64px);
  }

  .lg\:mr-popup-full-height {
    margin-right: calc(100% + 68px);
  }

  .lg\:mr-max-content {
    margin-right: max-content;
  }

  .lg\:-mr-0 {
    margin-right: 0px;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mr-18 {
    margin-right: -4.5rem;
  }

  .lg\:-mr-20 {
    margin-right: -5rem;
  }

  .lg\:-mr-21 {
    margin-right: -5.25rem;
  }

  .lg\:-mr-22 {
    margin-right: -5.5rem;
  }

  .lg\:-mr-24 {
    margin-right: -6rem;
  }

  .lg\:-mr-26 {
    margin-right: -6.5rem;
  }

  .lg\:-mr-28 {
    margin-right: -7rem;
  }

  .lg\:-mr-29 {
    margin-right: -7.25rem;
  }

  .lg\:-mr-32 {
    margin-right: -8rem;
  }

  .lg\:-mr-34 {
    margin-right: -8.5rem;
  }

  .lg\:-mr-36 {
    margin-right: -9rem;
  }

  .lg\:-mr-40 {
    margin-right: -10rem;
  }

  .lg\:-mr-42 {
    margin-right: -10.5rem;
  }

  .lg\:-mr-44 {
    margin-right: -11rem;
  }

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

  .lg\:-mr-52 {
    margin-right: -13rem;
  }

  .lg\:-mr-56 {
    margin-right: -14rem;
  }

  .lg\:-mr-60 {
    margin-right: -15rem;
  }

  .lg\:-mr-64 {
    margin-right: -16rem;
  }

  .lg\:-mr-68 {
    margin-right: -17rem;
  }

  .lg\:-mr-72 {
    margin-right: -18rem;
  }

  .lg\:-mr-77 {
    margin-right: -19.25rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .lg\:-mr-82 {
    margin-right: -20.5rem;
  }

  .lg\:-mr-88 {
    margin-right: -22rem;
  }

  .lg\:-mr-94 {
    margin-right: -23.5rem;
  }

  .lg\:-mr-96 {
    margin-right: -24rem;
  }

  .lg\:-mr-98 {
    margin-right: -24.5rem;
  }

  .lg\:-mr-104 {
    margin-right: -26rem;
  }

  .lg\:-mr-108 {
    margin-right: -27rem;
  }

  .lg\:-mr-110 {
    margin-right: -27.5rem;
  }

  .lg\:-mr-112 {
    margin-right: -28rem;
  }

  .lg\:-mr-120 {
    margin-right: -30rem;
  }

  .lg\:-mr-128 {
    margin-right: -32rem;
  }

  .lg\:-mr-132 {
    margin-right: -33rem;
  }

  .lg\:-mr-134 {
    margin-right: -33.5rem;
  }

  .lg\:-mr-135 {
    margin-right: -33.75rem;
  }

  .lg\:-mr-136 {
    margin-right: -34rem;
  }

  .lg\:-mr-144 {
    margin-right: -36rem;
  }

  .lg\:-mr-152 {
    margin-right: -38rem;
  }

  .lg\:-mr-160 {
    margin-right: -40rem;
  }

  .lg\:-mr-164 {
    margin-right: -41rem;
  }

  .lg\:-mr-172 {
    margin-right: -43rem;
  }

  .lg\:-mr-179 {
    margin-right: -44.75rem;
  }

  .lg\:-mr-184 {
    margin-right: -46rem;
  }

  .lg\:-mr-192 {
    margin-right: -48rem;
  }

  .lg\:-mr-224 {
    margin-right: -56rem;
  }

  .lg\:-mr-240 {
    margin-right: -60rem;
  }

  .lg\:-mr-256 {
    margin-right: -64rem;
  }

  .lg\:-mr-265 {
    margin-right: -66.25rem;
  }

  .lg\:-mr-288 {
    margin-right: -72rem;
  }

  .lg\:-mr-384 {
    margin-right: -96rem;
  }

  .lg\:-mr-px {
    margin-right: -1px;
  }

  .lg\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .lg\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .lg\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .lg\:-mr-0\.75 {
    margin-right: -0.1875rem;
  }

  .lg\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .lg\:-mr-7\.5 {
    margin-right: -1.875rem;
  }

  .lg\:-mr-9\.5 {
    margin-right: -2.375rem;
  }

  .lg\:-mr-9\.75 {
    margin-right: -2.4375rem;
  }

  .lg\:-mr-12\.5 {
    margin-right: -3.125rem;
  }

  .lg\:-mr-13\.5 {
    margin-right: -3.375rem;
  }

  .lg\:-mr-292\.5 {
    margin-right: -73.125rem;
  }

  .lg\:-mr-1\/24 {
    margin-right: -4.16667%;
  }

  .lg\:-mr-2\/24 {
    margin-right: -8.33333%;
  }

  .lg\:-mr-3\/24 {
    margin-right: -12.5%;
  }

  .lg\:-mr-4\/24 {
    margin-right: -16.66667%;
  }

  .lg\:-mr-5\/24 {
    margin-right: -20.83333%;
  }

  .lg\:-mr-6\/24 {
    margin-right: -25%;
  }

  .lg\:-mr-7\/24 {
    margin-right: -29.16667%;
  }

  .lg\:-mr-8\/24 {
    margin-right: -33.33333%;
  }

  .lg\:-mr-9\/24 {
    margin-right: -37.5%;
  }

  .lg\:-mr-10\/24 {
    margin-right: -41.66667%;
  }

  .lg\:-mr-11\/24 {
    margin-right: -45.83333%;
  }

  .lg\:-mr-12\/24 {
    margin-right: -50%;
  }

  .lg\:-mr-13\/24 {
    margin-right: -54.16667%;
  }

  .lg\:-mr-14\/24 {
    margin-right: -58.33333%;
  }

  .lg\:-mr-15\/24 {
    margin-right: -62.5%;
  }

  .lg\:-mr-16\/24 {
    margin-right: -66.66667%;
  }

  .lg\:-mr-17\/24 {
    margin-right: -70.83333%;
  }

  .lg\:-mr-18\/24 {
    margin-right: -75%;
  }

  .lg\:-mr-19\/24 {
    margin-right: -79.16667%;
  }

  .lg\:-mr-20\/24 {
    margin-right: -83.33333%;
  }

  .lg\:-mr-21\/24 {
    margin-right: -87.5%;
  }

  .lg\:-mr-22\/24 {
    margin-right: -91.66667%;
  }

  .lg\:-mr-23\/24 {
    margin-right: -95.83333%;
  }

  .lg\:-mr-24\/24 {
    margin-right: -100%;
  }

  .lg\:-mr-screen-header {
    margin-right: -41.55vw;
  }

  .lg\:-mr-screen-60 {
    margin-right: -60vh;
  }

  .lg\:-mr-screen-80 {
    margin-right: -80vh;
  }

  .lg\:-mr-screen-85 {
    margin-right: -85vh;
  }

  .lg\:-mr-screen-90 {
    margin-right: -90vh;
  }

  .lg\:-mr-screen-95 {
    margin-right: -95vh;
  }

  .lg\:-mr-screen-minus-header {
    margin-right: calc(-100vh - -5.25rem);
  }

  .lg\:-mr-screen-minus-35\.5 {
    margin-right: calc(-100vh - -8.875rem);
  }

  .lg\:-mr-screen-minus-36 {
    margin-right: calc(-100vh - -9rem);
  }

  .lg\:-mr-screen-minus-40 {
    margin-right: calc(-100vh - -10rem);
  }

  .lg\:-mr-screen-minus-55 {
    margin-right: calc(-100vh - -13.75rem);
  }

  .lg\:-mr-screen-minus-72 {
    margin-right: calc(-100vh - -18rem);
  }

  .lg\:-mr-screen-minus-80 {
    margin-right: calc(-100vh - -20rem);
  }

  .lg\:-mr-full-4 {
    margin-right: calc(-100% - -16px);
  }

  .lg\:-mr-account-body {
    margin-right: calc(-100vw - -304px);
  }

  .lg\:-mr-menu-center {
    margin-right: calc(-50% - -288px);
  }

  .lg\:-mr-tutorials-hidden {
    margin-right: calc(-100% - -56px);
  }

  .lg\:-mr-popup-full-width {
    margin-right: calc(-100% + -32px);
  }

  .lg\:-mr-popup-full-width-md {
    margin-right: calc(-100% + -64px);
  }

  .lg\:-mr-popup-full-height {
    margin-right: calc(-100% + -68px);
  }

  .lg\:-mr-max-content {
    margin-right: max-content;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .lg\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-29 {
    margin-bottom: 7.25rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

  .lg\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:mb-68 {
    margin-bottom: 17rem;
  }

  .lg\:mb-72 {
    margin-bottom: 18rem;
  }

  .lg\:mb-77 {
    margin-bottom: 19.25rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .lg\:mb-82 {
    margin-bottom: 20.5rem;
  }

  .lg\:mb-88 {
    margin-bottom: 22rem;
  }

  .lg\:mb-94 {
    margin-bottom: 23.5rem;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem;
  }

  .lg\:mb-98 {
    margin-bottom: 24.5rem;
  }

  .lg\:mb-104 {
    margin-bottom: 26rem;
  }

  .lg\:mb-108 {
    margin-bottom: 27rem;
  }

  .lg\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .lg\:mb-112 {
    margin-bottom: 28rem;
  }

  .lg\:mb-120 {
    margin-bottom: 30rem;
  }

  .lg\:mb-128 {
    margin-bottom: 32rem;
  }

  .lg\:mb-132 {
    margin-bottom: 33rem;
  }

  .lg\:mb-134 {
    margin-bottom: 33.5rem;
  }

  .lg\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .lg\:mb-136 {
    margin-bottom: 34rem;
  }

  .lg\:mb-144 {
    margin-bottom: 36rem;
  }

  .lg\:mb-152 {
    margin-bottom: 38rem;
  }

  .lg\:mb-160 {
    margin-bottom: 40rem;
  }

  .lg\:mb-164 {
    margin-bottom: 41rem;
  }

  .lg\:mb-172 {
    margin-bottom: 43rem;
  }

  .lg\:mb-179 {
    margin-bottom: 44.75rem;
  }

  .lg\:mb-184 {
    margin-bottom: 46rem;
  }

  .lg\:mb-192 {
    margin-bottom: 48rem;
  }

  .lg\:mb-224 {
    margin-bottom: 56rem;
  }

  .lg\:mb-240 {
    margin-bottom: 60rem;
  }

  .lg\:mb-256 {
    margin-bottom: 64rem;
  }

  .lg\:mb-265 {
    margin-bottom: 66.25rem;
  }

  .lg\:mb-288 {
    margin-bottom: 72rem;
  }

  .lg\:mb-384 {
    margin-bottom: 96rem;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:mb-px {
    margin-bottom: 1px;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .lg\:mb-0\.75 {
    margin-bottom: 0.1875rem;
  }

  .lg\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .lg\:mb-7\.5 {
    margin-bottom: 1.875rem;
  }

  .lg\:mb-9\.5 {
    margin-bottom: 2.375rem;
  }

  .lg\:mb-9\.75 {
    margin-bottom: 2.4375rem;
  }

  .lg\:mb-12\.5 {
    margin-bottom: 3.125rem;
  }

  .lg\:mb-13\.5 {
    margin-bottom: 3.375rem;
  }

  .lg\:mb-292\.5 {
    margin-bottom: 73.125rem;
  }

  .lg\:mb-1\/24 {
    margin-bottom: 4.166667%;
  }

  .lg\:mb-2\/24 {
    margin-bottom: 8.333333%;
  }

  .lg\:mb-3\/24 {
    margin-bottom: 12.5%;
  }

  .lg\:mb-4\/24 {
    margin-bottom: 16.666667%;
  }

  .lg\:mb-5\/24 {
    margin-bottom: 20.833333%;
  }

  .lg\:mb-6\/24 {
    margin-bottom: 25%;
  }

  .lg\:mb-7\/24 {
    margin-bottom: 29.166666%;
  }

  .lg\:mb-8\/24 {
    margin-bottom: 33.333333%;
  }

  .lg\:mb-9\/24 {
    margin-bottom: 37.5%;
  }

  .lg\:mb-10\/24 {
    margin-bottom: 41.666666%;
  }

  .lg\:mb-11\/24 {
    margin-bottom: 45.833333%;
  }

  .lg\:mb-12\/24 {
    margin-bottom: 50%;
  }

  .lg\:mb-13\/24 {
    margin-bottom: 54.166666%;
  }

  .lg\:mb-14\/24 {
    margin-bottom: 58.333333%;
  }

  .lg\:mb-15\/24 {
    margin-bottom: 62.5%;
  }

  .lg\:mb-16\/24 {
    margin-bottom: 66.666667%;
  }

  .lg\:mb-17\/24 {
    margin-bottom: 70.833333%;
  }

  .lg\:mb-18\/24 {
    margin-bottom: 75%;
  }

  .lg\:mb-19\/24 {
    margin-bottom: 79.166667%;
  }

  .lg\:mb-20\/24 {
    margin-bottom: 83.333333%;
  }

  .lg\:mb-21\/24 {
    margin-bottom: 87.5%;
  }

  .lg\:mb-22\/24 {
    margin-bottom: 91.666667%;
  }

  .lg\:mb-23\/24 {
    margin-bottom: 95.833333%;
  }

  .lg\:mb-24\/24 {
    margin-bottom: 100%;
  }

  .lg\:mb-screen-header {
    margin-bottom: 41.55vw;
  }

  .lg\:mb-screen-60 {
    margin-bottom: 60vh;
  }

  .lg\:mb-screen-80 {
    margin-bottom: 80vh;
  }

  .lg\:mb-screen-85 {
    margin-bottom: 85vh;
  }

  .lg\:mb-screen-90 {
    margin-bottom: 90vh;
  }

  .lg\:mb-screen-95 {
    margin-bottom: 95vh;
  }

  .lg\:mb-screen-minus-header {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .lg\:mb-screen-minus-35\.5 {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .lg\:mb-screen-minus-36 {
    margin-bottom: calc(100vh - 9rem);
  }

  .lg\:mb-screen-minus-40 {
    margin-bottom: calc(100vh - 10rem);
  }

  .lg\:mb-screen-minus-55 {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .lg\:mb-screen-minus-72 {
    margin-bottom: calc(100vh - 18rem);
  }

  .lg\:mb-screen-minus-80 {
    margin-bottom: calc(100vh - 20rem);
  }

  .lg\:mb-full-4 {
    margin-bottom: calc(100% - 16px);
  }

  .lg\:mb-account-body {
    margin-bottom: calc(100vw - 304px);
  }

  .lg\:mb-menu-center {
    margin-bottom: calc(50% - 288px);
  }

  .lg\:mb-tutorials-hidden {
    margin-bottom: calc(100% - 56px);
  }

  .lg\:mb-popup-full-width {
    margin-bottom: calc(100% + 32px);
  }

  .lg\:mb-popup-full-width-md {
    margin-bottom: calc(100% + 64px);
  }

  .lg\:mb-popup-full-height {
    margin-bottom: calc(100% + 68px);
  }

  .lg\:mb-max-content {
    margin-bottom: max-content;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }

  .lg\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .lg\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

  .lg\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem;
  }

  .lg\:-mb-29 {
    margin-bottom: -7.25rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

  .lg\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem;
  }

  .lg\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem;
  }

  .lg\:-mb-60 {
    margin-bottom: -15rem;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem;
  }

  .lg\:-mb-68 {
    margin-bottom: -17rem;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-mb-77 {
    margin-bottom: -19.25rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .lg\:-mb-82 {
    margin-bottom: -20.5rem;
  }

  .lg\:-mb-88 {
    margin-bottom: -22rem;
  }

  .lg\:-mb-94 {
    margin-bottom: -23.5rem;
  }

  .lg\:-mb-96 {
    margin-bottom: -24rem;
  }

  .lg\:-mb-98 {
    margin-bottom: -24.5rem;
  }

  .lg\:-mb-104 {
    margin-bottom: -26rem;
  }

  .lg\:-mb-108 {
    margin-bottom: -27rem;
  }

  .lg\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .lg\:-mb-112 {
    margin-bottom: -28rem;
  }

  .lg\:-mb-120 {
    margin-bottom: -30rem;
  }

  .lg\:-mb-128 {
    margin-bottom: -32rem;
  }

  .lg\:-mb-132 {
    margin-bottom: -33rem;
  }

  .lg\:-mb-134 {
    margin-bottom: -33.5rem;
  }

  .lg\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .lg\:-mb-136 {
    margin-bottom: -34rem;
  }

  .lg\:-mb-144 {
    margin-bottom: -36rem;
  }

  .lg\:-mb-152 {
    margin-bottom: -38rem;
  }

  .lg\:-mb-160 {
    margin-bottom: -40rem;
  }

  .lg\:-mb-164 {
    margin-bottom: -41rem;
  }

  .lg\:-mb-172 {
    margin-bottom: -43rem;
  }

  .lg\:-mb-179 {
    margin-bottom: -44.75rem;
  }

  .lg\:-mb-184 {
    margin-bottom: -46rem;
  }

  .lg\:-mb-192 {
    margin-bottom: -48rem;
  }

  .lg\:-mb-224 {
    margin-bottom: -56rem;
  }

  .lg\:-mb-240 {
    margin-bottom: -60rem;
  }

  .lg\:-mb-256 {
    margin-bottom: -64rem;
  }

  .lg\:-mb-265 {
    margin-bottom: -66.25rem;
  }

  .lg\:-mb-288 {
    margin-bottom: -72rem;
  }

  .lg\:-mb-384 {
    margin-bottom: -96rem;
  }

  .lg\:-mb-px {
    margin-bottom: -1px;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .lg\:-mb-0\.75 {
    margin-bottom: -0.1875rem;
  }

  .lg\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .lg\:-mb-7\.5 {
    margin-bottom: -1.875rem;
  }

  .lg\:-mb-9\.5 {
    margin-bottom: -2.375rem;
  }

  .lg\:-mb-9\.75 {
    margin-bottom: -2.4375rem;
  }

  .lg\:-mb-12\.5 {
    margin-bottom: -3.125rem;
  }

  .lg\:-mb-13\.5 {
    margin-bottom: -3.375rem;
  }

  .lg\:-mb-292\.5 {
    margin-bottom: -73.125rem;
  }

  .lg\:-mb-1\/24 {
    margin-bottom: -4.16667%;
  }

  .lg\:-mb-2\/24 {
    margin-bottom: -8.33333%;
  }

  .lg\:-mb-3\/24 {
    margin-bottom: -12.5%;
  }

  .lg\:-mb-4\/24 {
    margin-bottom: -16.66667%;
  }

  .lg\:-mb-5\/24 {
    margin-bottom: -20.83333%;
  }

  .lg\:-mb-6\/24 {
    margin-bottom: -25%;
  }

  .lg\:-mb-7\/24 {
    margin-bottom: -29.16667%;
  }

  .lg\:-mb-8\/24 {
    margin-bottom: -33.33333%;
  }

  .lg\:-mb-9\/24 {
    margin-bottom: -37.5%;
  }

  .lg\:-mb-10\/24 {
    margin-bottom: -41.66667%;
  }

  .lg\:-mb-11\/24 {
    margin-bottom: -45.83333%;
  }

  .lg\:-mb-12\/24 {
    margin-bottom: -50%;
  }

  .lg\:-mb-13\/24 {
    margin-bottom: -54.16667%;
  }

  .lg\:-mb-14\/24 {
    margin-bottom: -58.33333%;
  }

  .lg\:-mb-15\/24 {
    margin-bottom: -62.5%;
  }

  .lg\:-mb-16\/24 {
    margin-bottom: -66.66667%;
  }

  .lg\:-mb-17\/24 {
    margin-bottom: -70.83333%;
  }

  .lg\:-mb-18\/24 {
    margin-bottom: -75%;
  }

  .lg\:-mb-19\/24 {
    margin-bottom: -79.16667%;
  }

  .lg\:-mb-20\/24 {
    margin-bottom: -83.33333%;
  }

  .lg\:-mb-21\/24 {
    margin-bottom: -87.5%;
  }

  .lg\:-mb-22\/24 {
    margin-bottom: -91.66667%;
  }

  .lg\:-mb-23\/24 {
    margin-bottom: -95.83333%;
  }

  .lg\:-mb-24\/24 {
    margin-bottom: -100%;
  }

  .lg\:-mb-screen-header {
    margin-bottom: -41.55vw;
  }

  .lg\:-mb-screen-60 {
    margin-bottom: -60vh;
  }

  .lg\:-mb-screen-80 {
    margin-bottom: -80vh;
  }

  .lg\:-mb-screen-85 {
    margin-bottom: -85vh;
  }

  .lg\:-mb-screen-90 {
    margin-bottom: -90vh;
  }

  .lg\:-mb-screen-95 {
    margin-bottom: -95vh;
  }

  .lg\:-mb-screen-minus-header {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .lg\:-mb-screen-minus-35\.5 {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .lg\:-mb-screen-minus-36 {
    margin-bottom: calc(-100vh - -9rem);
  }

  .lg\:-mb-screen-minus-40 {
    margin-bottom: calc(-100vh - -10rem);
  }

  .lg\:-mb-screen-minus-55 {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .lg\:-mb-screen-minus-72 {
    margin-bottom: calc(-100vh - -18rem);
  }

  .lg\:-mb-screen-minus-80 {
    margin-bottom: calc(-100vh - -20rem);
  }

  .lg\:-mb-full-4 {
    margin-bottom: calc(-100% - -16px);
  }

  .lg\:-mb-account-body {
    margin-bottom: calc(-100vw - -304px);
  }

  .lg\:-mb-menu-center {
    margin-bottom: calc(-50% - -288px);
  }

  .lg\:-mb-tutorials-hidden {
    margin-bottom: calc(-100% - -56px);
  }

  .lg\:-mb-popup-full-width {
    margin-bottom: calc(-100% + -32px);
  }

  .lg\:-mb-popup-full-width-md {
    margin-bottom: calc(-100% + -64px);
  }

  .lg\:-mb-popup-full-height {
    margin-bottom: calc(-100% + -68px);
  }

  .lg\:-mb-max-content {
    margin-bottom: max-content;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-18 {
    margin-left: 4.5rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-21 {
    margin-left: 5.25rem;
  }

  .lg\:ml-22 {
    margin-left: 5.5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:ml-26 {
    margin-left: 6.5rem;
  }

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:ml-29 {
    margin-left: 7.25rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-34 {
    margin-left: 8.5rem;
  }

  .lg\:ml-36 {
    margin-left: 9rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:ml-42 {
    margin-left: 10.5rem;
  }

  .lg\:ml-44 {
    margin-left: 11rem;
  }

  .lg\:ml-48 {
    margin-left: 12rem;
  }

  .lg\:ml-52 {
    margin-left: 13rem;
  }

  .lg\:ml-56 {
    margin-left: 14rem;
  }

  .lg\:ml-60 {
    margin-left: 15rem;
  }

  .lg\:ml-64 {
    margin-left: 16rem;
  }

  .lg\:ml-68 {
    margin-left: 17rem;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:ml-77 {
    margin-left: 19.25rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:ml-82 {
    margin-left: 20.5rem;
  }

  .lg\:ml-88 {
    margin-left: 22rem;
  }

  .lg\:ml-94 {
    margin-left: 23.5rem;
  }

  .lg\:ml-96 {
    margin-left: 24rem;
  }

  .lg\:ml-98 {
    margin-left: 24.5rem;
  }

  .lg\:ml-104 {
    margin-left: 26rem;
  }

  .lg\:ml-108 {
    margin-left: 27rem;
  }

  .lg\:ml-110 {
    margin-left: 27.5rem;
  }

  .lg\:ml-112 {
    margin-left: 28rem;
  }

  .lg\:ml-120 {
    margin-left: 30rem;
  }

  .lg\:ml-128 {
    margin-left: 32rem;
  }

  .lg\:ml-132 {
    margin-left: 33rem;
  }

  .lg\:ml-134 {
    margin-left: 33.5rem;
  }

  .lg\:ml-135 {
    margin-left: 33.75rem;
  }

  .lg\:ml-136 {
    margin-left: 34rem;
  }

  .lg\:ml-144 {
    margin-left: 36rem;
  }

  .lg\:ml-152 {
    margin-left: 38rem;
  }

  .lg\:ml-160 {
    margin-left: 40rem;
  }

  .lg\:ml-164 {
    margin-left: 41rem;
  }

  .lg\:ml-172 {
    margin-left: 43rem;
  }

  .lg\:ml-179 {
    margin-left: 44.75rem;
  }

  .lg\:ml-184 {
    margin-left: 46rem;
  }

  .lg\:ml-192 {
    margin-left: 48rem;
  }

  .lg\:ml-224 {
    margin-left: 56rem;
  }

  .lg\:ml-240 {
    margin-left: 60rem;
  }

  .lg\:ml-256 {
    margin-left: 64rem;
  }

  .lg\:ml-265 {
    margin-left: 66.25rem;
  }

  .lg\:ml-288 {
    margin-left: 72rem;
  }

  .lg\:ml-384 {
    margin-left: 96rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:ml-px {
    margin-left: 1px;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .lg\:ml-0\.75 {
    margin-left: 0.1875rem;
  }

  .lg\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .lg\:ml-7\.5 {
    margin-left: 1.875rem;
  }

  .lg\:ml-9\.5 {
    margin-left: 2.375rem;
  }

  .lg\:ml-9\.75 {
    margin-left: 2.4375rem;
  }

  .lg\:ml-12\.5 {
    margin-left: 3.125rem;
  }

  .lg\:ml-13\.5 {
    margin-left: 3.375rem;
  }

  .lg\:ml-292\.5 {
    margin-left: 73.125rem;
  }

  .lg\:ml-1\/24 {
    margin-left: 4.166667%;
  }

  .lg\:ml-2\/24 {
    margin-left: 8.333333%;
  }

  .lg\:ml-3\/24 {
    margin-left: 12.5%;
  }

  .lg\:ml-4\/24 {
    margin-left: 16.666667%;
  }

  .lg\:ml-5\/24 {
    margin-left: 20.833333%;
  }

  .lg\:ml-6\/24 {
    margin-left: 25%;
  }

  .lg\:ml-7\/24 {
    margin-left: 29.166666%;
  }

  .lg\:ml-8\/24 {
    margin-left: 33.333333%;
  }

  .lg\:ml-9\/24 {
    margin-left: 37.5%;
  }

  .lg\:ml-10\/24 {
    margin-left: 41.666666%;
  }

  .lg\:ml-11\/24 {
    margin-left: 45.833333%;
  }

  .lg\:ml-12\/24 {
    margin-left: 50%;
  }

  .lg\:ml-13\/24 {
    margin-left: 54.166666%;
  }

  .lg\:ml-14\/24 {
    margin-left: 58.333333%;
  }

  .lg\:ml-15\/24 {
    margin-left: 62.5%;
  }

  .lg\:ml-16\/24 {
    margin-left: 66.666667%;
  }

  .lg\:ml-17\/24 {
    margin-left: 70.833333%;
  }

  .lg\:ml-18\/24 {
    margin-left: 75%;
  }

  .lg\:ml-19\/24 {
    margin-left: 79.166667%;
  }

  .lg\:ml-20\/24 {
    margin-left: 83.333333%;
  }

  .lg\:ml-21\/24 {
    margin-left: 87.5%;
  }

  .lg\:ml-22\/24 {
    margin-left: 91.666667%;
  }

  .lg\:ml-23\/24 {
    margin-left: 95.833333%;
  }

  .lg\:ml-24\/24 {
    margin-left: 100%;
  }

  .lg\:ml-screen-header {
    margin-left: 41.55vw;
  }

  .lg\:ml-screen-60 {
    margin-left: 60vh;
  }

  .lg\:ml-screen-80 {
    margin-left: 80vh;
  }

  .lg\:ml-screen-85 {
    margin-left: 85vh;
  }

  .lg\:ml-screen-90 {
    margin-left: 90vh;
  }

  .lg\:ml-screen-95 {
    margin-left: 95vh;
  }

  .lg\:ml-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
  }

  .lg\:ml-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
  }

  .lg\:ml-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
  }

  .lg\:ml-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
  }

  .lg\:ml-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
  }

  .lg\:ml-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
  }

  .lg\:ml-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
  }

  .lg\:ml-full-4 {
    margin-left: calc(100% - 16px);
  }

  .lg\:ml-account-body {
    margin-left: calc(100vw - 304px);
  }

  .lg\:ml-menu-center {
    margin-left: calc(50% - 288px);
  }

  .lg\:ml-tutorials-hidden {
    margin-left: calc(100% - 56px);
  }

  .lg\:ml-popup-full-width {
    margin-left: calc(100% + 32px);
  }

  .lg\:ml-popup-full-width-md {
    margin-left: calc(100% + 64px);
  }

  .lg\:ml-popup-full-height {
    margin-left: calc(100% + 68px);
  }

  .lg\:ml-max-content {
    margin-left: max-content;
  }

  .lg\:-ml-0 {
    margin-left: 0px;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-ml-18 {
    margin-left: -4.5rem;
  }

  .lg\:-ml-20 {
    margin-left: -5rem;
  }

  .lg\:-ml-21 {
    margin-left: -5.25rem;
  }

  .lg\:-ml-22 {
    margin-left: -5.5rem;
  }

  .lg\:-ml-24 {
    margin-left: -6rem;
  }

  .lg\:-ml-26 {
    margin-left: -6.5rem;
  }

  .lg\:-ml-28 {
    margin-left: -7rem;
  }

  .lg\:-ml-29 {
    margin-left: -7.25rem;
  }

  .lg\:-ml-32 {
    margin-left: -8rem;
  }

  .lg\:-ml-34 {
    margin-left: -8.5rem;
  }

  .lg\:-ml-36 {
    margin-left: -9rem;
  }

  .lg\:-ml-40 {
    margin-left: -10rem;
  }

  .lg\:-ml-42 {
    margin-left: -10.5rem;
  }

  .lg\:-ml-44 {
    margin-left: -11rem;
  }

  .lg\:-ml-48 {
    margin-left: -12rem;
  }

  .lg\:-ml-52 {
    margin-left: -13rem;
  }

  .lg\:-ml-56 {
    margin-left: -14rem;
  }

  .lg\:-ml-60 {
    margin-left: -15rem;
  }

  .lg\:-ml-64 {
    margin-left: -16rem;
  }

  .lg\:-ml-68 {
    margin-left: -17rem;
  }

  .lg\:-ml-72 {
    margin-left: -18rem;
  }

  .lg\:-ml-77 {
    margin-left: -19.25rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .lg\:-ml-82 {
    margin-left: -20.5rem;
  }

  .lg\:-ml-88 {
    margin-left: -22rem;
  }

  .lg\:-ml-94 {
    margin-left: -23.5rem;
  }

  .lg\:-ml-96 {
    margin-left: -24rem;
  }

  .lg\:-ml-98 {
    margin-left: -24.5rem;
  }

  .lg\:-ml-104 {
    margin-left: -26rem;
  }

  .lg\:-ml-108 {
    margin-left: -27rem;
  }

  .lg\:-ml-110 {
    margin-left: -27.5rem;
  }

  .lg\:-ml-112 {
    margin-left: -28rem;
  }

  .lg\:-ml-120 {
    margin-left: -30rem;
  }

  .lg\:-ml-128 {
    margin-left: -32rem;
  }

  .lg\:-ml-132 {
    margin-left: -33rem;
  }

  .lg\:-ml-134 {
    margin-left: -33.5rem;
  }

  .lg\:-ml-135 {
    margin-left: -33.75rem;
  }

  .lg\:-ml-136 {
    margin-left: -34rem;
  }

  .lg\:-ml-144 {
    margin-left: -36rem;
  }

  .lg\:-ml-152 {
    margin-left: -38rem;
  }

  .lg\:-ml-160 {
    margin-left: -40rem;
  }

  .lg\:-ml-164 {
    margin-left: -41rem;
  }

  .lg\:-ml-172 {
    margin-left: -43rem;
  }

  .lg\:-ml-179 {
    margin-left: -44.75rem;
  }

  .lg\:-ml-184 {
    margin-left: -46rem;
  }

  .lg\:-ml-192 {
    margin-left: -48rem;
  }

  .lg\:-ml-224 {
    margin-left: -56rem;
  }

  .lg\:-ml-240 {
    margin-left: -60rem;
  }

  .lg\:-ml-256 {
    margin-left: -64rem;
  }

  .lg\:-ml-265 {
    margin-left: -66.25rem;
  }

  .lg\:-ml-288 {
    margin-left: -72rem;
  }

  .lg\:-ml-384 {
    margin-left: -96rem;
  }

  .lg\:-ml-px {
    margin-left: -1px;
  }

  .lg\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .lg\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .lg\:-ml-0\.75 {
    margin-left: -0.1875rem;
  }

  .lg\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .lg\:-ml-7\.5 {
    margin-left: -1.875rem;
  }

  .lg\:-ml-9\.5 {
    margin-left: -2.375rem;
  }

  .lg\:-ml-9\.75 {
    margin-left: -2.4375rem;
  }

  .lg\:-ml-12\.5 {
    margin-left: -3.125rem;
  }

  .lg\:-ml-13\.5 {
    margin-left: -3.375rem;
  }

  .lg\:-ml-292\.5 {
    margin-left: -73.125rem;
  }

  .lg\:-ml-1\/24 {
    margin-left: -4.16667%;
  }

  .lg\:-ml-2\/24 {
    margin-left: -8.33333%;
  }

  .lg\:-ml-3\/24 {
    margin-left: -12.5%;
  }

  .lg\:-ml-4\/24 {
    margin-left: -16.66667%;
  }

  .lg\:-ml-5\/24 {
    margin-left: -20.83333%;
  }

  .lg\:-ml-6\/24 {
    margin-left: -25%;
  }

  .lg\:-ml-7\/24 {
    margin-left: -29.16667%;
  }

  .lg\:-ml-8\/24 {
    margin-left: -33.33333%;
  }

  .lg\:-ml-9\/24 {
    margin-left: -37.5%;
  }

  .lg\:-ml-10\/24 {
    margin-left: -41.66667%;
  }

  .lg\:-ml-11\/24 {
    margin-left: -45.83333%;
  }

  .lg\:-ml-12\/24 {
    margin-left: -50%;
  }

  .lg\:-ml-13\/24 {
    margin-left: -54.16667%;
  }

  .lg\:-ml-14\/24 {
    margin-left: -58.33333%;
  }

  .lg\:-ml-15\/24 {
    margin-left: -62.5%;
  }

  .lg\:-ml-16\/24 {
    margin-left: -66.66667%;
  }

  .lg\:-ml-17\/24 {
    margin-left: -70.83333%;
  }

  .lg\:-ml-18\/24 {
    margin-left: -75%;
  }

  .lg\:-ml-19\/24 {
    margin-left: -79.16667%;
  }

  .lg\:-ml-20\/24 {
    margin-left: -83.33333%;
  }

  .lg\:-ml-21\/24 {
    margin-left: -87.5%;
  }

  .lg\:-ml-22\/24 {
    margin-left: -91.66667%;
  }

  .lg\:-ml-23\/24 {
    margin-left: -95.83333%;
  }

  .lg\:-ml-24\/24 {
    margin-left: -100%;
  }

  .lg\:-ml-screen-header {
    margin-left: -41.55vw;
  }

  .lg\:-ml-screen-60 {
    margin-left: -60vh;
  }

  .lg\:-ml-screen-80 {
    margin-left: -80vh;
  }

  .lg\:-ml-screen-85 {
    margin-left: -85vh;
  }

  .lg\:-ml-screen-90 {
    margin-left: -90vh;
  }

  .lg\:-ml-screen-95 {
    margin-left: -95vh;
  }

  .lg\:-ml-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
  }

  .lg\:-ml-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
  }

  .lg\:-ml-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
  }

  .lg\:-ml-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
  }

  .lg\:-ml-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
  }

  .lg\:-ml-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
  }

  .lg\:-ml-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
  }

  .lg\:-ml-full-4 {
    margin-left: calc(-100% - -16px);
  }

  .lg\:-ml-account-body {
    margin-left: calc(-100vw - -304px);
  }

  .lg\:-ml-menu-center {
    margin-left: calc(-50% - -288px);
  }

  .lg\:-ml-tutorials-hidden {
    margin-left: calc(-100% - -56px);
  }

  .lg\:-ml-popup-full-width {
    margin-left: calc(-100% + -32px);
  }

  .lg\:-ml-popup-full-width-md {
    margin-left: calc(-100% + -64px);
  }

  .lg\:-ml-popup-full-height {
    margin-left: calc(-100% + -68px);
  }

  .lg\:-ml-max-content {
    margin-left: max-content;
  }

  .lg\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .lg\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .lg\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .lg\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .lg\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .lg\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .lg\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .lg\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .lg\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .lg\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .lg\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .lg\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .lg\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .lg\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .lg\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .lg\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .lg\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .lg\:hover\:mt-21:hover {
    margin-top: 5.25rem;
  }

  .lg\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .lg\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .lg\:hover\:mt-26:hover {
    margin-top: 6.5rem;
  }

  .lg\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .lg\:hover\:mt-29:hover {
    margin-top: 7.25rem;
  }

  .lg\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .lg\:hover\:mt-34:hover {
    margin-top: 8.5rem;
  }

  .lg\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .lg\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .lg\:hover\:mt-42:hover {
    margin-top: 10.5rem;
  }

  .lg\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .lg\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .lg\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .lg\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .lg\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .lg\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .lg\:hover\:mt-68:hover {
    margin-top: 17rem;
  }

  .lg\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .lg\:hover\:mt-77:hover {
    margin-top: 19.25rem;
  }

  .lg\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .lg\:hover\:mt-82:hover {
    margin-top: 20.5rem;
  }

  .lg\:hover\:mt-88:hover {
    margin-top: 22rem;
  }

  .lg\:hover\:mt-94:hover {
    margin-top: 23.5rem;
  }

  .lg\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .lg\:hover\:mt-98:hover {
    margin-top: 24.5rem;
  }

  .lg\:hover\:mt-104:hover {
    margin-top: 26rem;
  }

  .lg\:hover\:mt-108:hover {
    margin-top: 27rem;
  }

  .lg\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .lg\:hover\:mt-112:hover {
    margin-top: 28rem;
  }

  .lg\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .lg\:hover\:mt-128:hover {
    margin-top: 32rem;
  }

  .lg\:hover\:mt-132:hover {
    margin-top: 33rem;
  }

  .lg\:hover\:mt-134:hover {
    margin-top: 33.5rem;
  }

  .lg\:hover\:mt-135:hover {
    margin-top: 33.75rem;
  }

  .lg\:hover\:mt-136:hover {
    margin-top: 34rem;
  }

  .lg\:hover\:mt-144:hover {
    margin-top: 36rem;
  }

  .lg\:hover\:mt-152:hover {
    margin-top: 38rem;
  }

  .lg\:hover\:mt-160:hover {
    margin-top: 40rem;
  }

  .lg\:hover\:mt-164:hover {
    margin-top: 41rem;
  }

  .lg\:hover\:mt-172:hover {
    margin-top: 43rem;
  }

  .lg\:hover\:mt-179:hover {
    margin-top: 44.75rem;
  }

  .lg\:hover\:mt-184:hover {
    margin-top: 46rem;
  }

  .lg\:hover\:mt-192:hover {
    margin-top: 48rem;
  }

  .lg\:hover\:mt-224:hover {
    margin-top: 56rem;
  }

  .lg\:hover\:mt-240:hover {
    margin-top: 60rem;
  }

  .lg\:hover\:mt-256:hover {
    margin-top: 64rem;
  }

  .lg\:hover\:mt-265:hover {
    margin-top: 66.25rem;
  }

  .lg\:hover\:mt-288:hover {
    margin-top: 72rem;
  }

  .lg\:hover\:mt-384:hover {
    margin-top: 96rem;
  }

  .lg\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .lg\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .lg\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .lg\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .lg\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .lg\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .lg\:hover\:mt-0\.75:hover {
    margin-top: 0.1875rem;
  }

  .lg\:hover\:mt-4\.5:hover {
    margin-top: 1.125rem;
  }

  .lg\:hover\:mt-7\.5:hover {
    margin-top: 1.875rem;
  }

  .lg\:hover\:mt-9\.5:hover {
    margin-top: 2.375rem;
  }

  .lg\:hover\:mt-9\.75:hover {
    margin-top: 2.4375rem;
  }

  .lg\:hover\:mt-12\.5:hover {
    margin-top: 3.125rem;
  }

  .lg\:hover\:mt-13\.5:hover {
    margin-top: 3.375rem;
  }

  .lg\:hover\:mt-292\.5:hover {
    margin-top: 73.125rem;
  }

  .lg\:hover\:mt-1\/24:hover {
    margin-top: 4.166667%;
  }

  .lg\:hover\:mt-2\/24:hover {
    margin-top: 8.333333%;
  }

  .lg\:hover\:mt-3\/24:hover {
    margin-top: 12.5%;
  }

  .lg\:hover\:mt-4\/24:hover {
    margin-top: 16.666667%;
  }

  .lg\:hover\:mt-5\/24:hover {
    margin-top: 20.833333%;
  }

  .lg\:hover\:mt-6\/24:hover {
    margin-top: 25%;
  }

  .lg\:hover\:mt-7\/24:hover {
    margin-top: 29.166666%;
  }

  .lg\:hover\:mt-8\/24:hover {
    margin-top: 33.333333%;
  }

  .lg\:hover\:mt-9\/24:hover {
    margin-top: 37.5%;
  }

  .lg\:hover\:mt-10\/24:hover {
    margin-top: 41.666666%;
  }

  .lg\:hover\:mt-11\/24:hover {
    margin-top: 45.833333%;
  }

  .lg\:hover\:mt-12\/24:hover {
    margin-top: 50%;
  }

  .lg\:hover\:mt-13\/24:hover {
    margin-top: 54.166666%;
  }

  .lg\:hover\:mt-14\/24:hover {
    margin-top: 58.333333%;
  }

  .lg\:hover\:mt-15\/24:hover {
    margin-top: 62.5%;
  }

  .lg\:hover\:mt-16\/24:hover {
    margin-top: 66.666667%;
  }

  .lg\:hover\:mt-17\/24:hover {
    margin-top: 70.833333%;
  }

  .lg\:hover\:mt-18\/24:hover {
    margin-top: 75%;
  }

  .lg\:hover\:mt-19\/24:hover {
    margin-top: 79.166667%;
  }

  .lg\:hover\:mt-20\/24:hover {
    margin-top: 83.333333%;
  }

  .lg\:hover\:mt-21\/24:hover {
    margin-top: 87.5%;
  }

  .lg\:hover\:mt-22\/24:hover {
    margin-top: 91.666667%;
  }

  .lg\:hover\:mt-23\/24:hover {
    margin-top: 95.833333%;
  }

  .lg\:hover\:mt-24\/24:hover {
    margin-top: 100%;
  }

  .lg\:hover\:mt-screen-header:hover {
    margin-top: 41.55vw;
  }

  .lg\:hover\:mt-screen-60:hover {
    margin-top: 60vh;
  }

  .lg\:hover\:mt-screen-80:hover {
    margin-top: 80vh;
  }

  .lg\:hover\:mt-screen-85:hover {
    margin-top: 85vh;
  }

  .lg\:hover\:mt-screen-90:hover {
    margin-top: 90vh;
  }

  .lg\:hover\:mt-screen-95:hover {
    margin-top: 95vh;
  }

  .lg\:hover\:mt-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
  }

  .lg\:hover\:mt-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
  }

  .lg\:hover\:mt-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
  }

  .lg\:hover\:mt-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
  }

  .lg\:hover\:mt-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
  }

  .lg\:hover\:mt-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
  }

  .lg\:hover\:mt-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
  }

  .lg\:hover\:mt-full-4:hover {
    margin-top: calc(100% - 16px);
  }

  .lg\:hover\:mt-account-body:hover {
    margin-top: calc(100vw - 304px);
  }

  .lg\:hover\:mt-menu-center:hover {
    margin-top: calc(50% - 288px);
  }

  .lg\:hover\:mt-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
  }

  .lg\:hover\:mt-popup-full-width:hover {
    margin-top: calc(100% + 32px);
  }

  .lg\:hover\:mt-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
  }

  .lg\:hover\:mt-popup-full-height:hover {
    margin-top: calc(100% + 68px);
  }

  .lg\:hover\:mt-max-content:hover {
    margin-top: max-content;
  }

  .lg\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .lg\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .lg\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .lg\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .lg\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .lg\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .lg\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .lg\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .lg\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .lg\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .lg\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .lg\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .lg\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .lg\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .lg\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .lg\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .lg\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .lg\:hover\:-mt-21:hover {
    margin-top: -5.25rem;
  }

  .lg\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .lg\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .lg\:hover\:-mt-26:hover {
    margin-top: -6.5rem;
  }

  .lg\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .lg\:hover\:-mt-29:hover {
    margin-top: -7.25rem;
  }

  .lg\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .lg\:hover\:-mt-34:hover {
    margin-top: -8.5rem;
  }

  .lg\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .lg\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .lg\:hover\:-mt-42:hover {
    margin-top: -10.5rem;
  }

  .lg\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .lg\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .lg\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .lg\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .lg\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .lg\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .lg\:hover\:-mt-68:hover {
    margin-top: -17rem;
  }

  .lg\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .lg\:hover\:-mt-77:hover {
    margin-top: -19.25rem;
  }

  .lg\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .lg\:hover\:-mt-82:hover {
    margin-top: -20.5rem;
  }

  .lg\:hover\:-mt-88:hover {
    margin-top: -22rem;
  }

  .lg\:hover\:-mt-94:hover {
    margin-top: -23.5rem;
  }

  .lg\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .lg\:hover\:-mt-98:hover {
    margin-top: -24.5rem;
  }

  .lg\:hover\:-mt-104:hover {
    margin-top: -26rem;
  }

  .lg\:hover\:-mt-108:hover {
    margin-top: -27rem;
  }

  .lg\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .lg\:hover\:-mt-112:hover {
    margin-top: -28rem;
  }

  .lg\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .lg\:hover\:-mt-128:hover {
    margin-top: -32rem;
  }

  .lg\:hover\:-mt-132:hover {
    margin-top: -33rem;
  }

  .lg\:hover\:-mt-134:hover {
    margin-top: -33.5rem;
  }

  .lg\:hover\:-mt-135:hover {
    margin-top: -33.75rem;
  }

  .lg\:hover\:-mt-136:hover {
    margin-top: -34rem;
  }

  .lg\:hover\:-mt-144:hover {
    margin-top: -36rem;
  }

  .lg\:hover\:-mt-152:hover {
    margin-top: -38rem;
  }

  .lg\:hover\:-mt-160:hover {
    margin-top: -40rem;
  }

  .lg\:hover\:-mt-164:hover {
    margin-top: -41rem;
  }

  .lg\:hover\:-mt-172:hover {
    margin-top: -43rem;
  }

  .lg\:hover\:-mt-179:hover {
    margin-top: -44.75rem;
  }

  .lg\:hover\:-mt-184:hover {
    margin-top: -46rem;
  }

  .lg\:hover\:-mt-192:hover {
    margin-top: -48rem;
  }

  .lg\:hover\:-mt-224:hover {
    margin-top: -56rem;
  }

  .lg\:hover\:-mt-240:hover {
    margin-top: -60rem;
  }

  .lg\:hover\:-mt-256:hover {
    margin-top: -64rem;
  }

  .lg\:hover\:-mt-265:hover {
    margin-top: -66.25rem;
  }

  .lg\:hover\:-mt-288:hover {
    margin-top: -72rem;
  }

  .lg\:hover\:-mt-384:hover {
    margin-top: -96rem;
  }

  .lg\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .lg\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .lg\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .lg\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .lg\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .lg\:hover\:-mt-0\.75:hover {
    margin-top: -0.1875rem;
  }

  .lg\:hover\:-mt-4\.5:hover {
    margin-top: -1.125rem;
  }

  .lg\:hover\:-mt-7\.5:hover {
    margin-top: -1.875rem;
  }

  .lg\:hover\:-mt-9\.5:hover {
    margin-top: -2.375rem;
  }

  .lg\:hover\:-mt-9\.75:hover {
    margin-top: -2.4375rem;
  }

  .lg\:hover\:-mt-12\.5:hover {
    margin-top: -3.125rem;
  }

  .lg\:hover\:-mt-13\.5:hover {
    margin-top: -3.375rem;
  }

  .lg\:hover\:-mt-292\.5:hover {
    margin-top: -73.125rem;
  }

  .lg\:hover\:-mt-1\/24:hover {
    margin-top: -4.16667%;
  }

  .lg\:hover\:-mt-2\/24:hover {
    margin-top: -8.33333%;
  }

  .lg\:hover\:-mt-3\/24:hover {
    margin-top: -12.5%;
  }

  .lg\:hover\:-mt-4\/24:hover {
    margin-top: -16.66667%;
  }

  .lg\:hover\:-mt-5\/24:hover {
    margin-top: -20.83333%;
  }

  .lg\:hover\:-mt-6\/24:hover {
    margin-top: -25%;
  }

  .lg\:hover\:-mt-7\/24:hover {
    margin-top: -29.16667%;
  }

  .lg\:hover\:-mt-8\/24:hover {
    margin-top: -33.33333%;
  }

  .lg\:hover\:-mt-9\/24:hover {
    margin-top: -37.5%;
  }

  .lg\:hover\:-mt-10\/24:hover {
    margin-top: -41.66667%;
  }

  .lg\:hover\:-mt-11\/24:hover {
    margin-top: -45.83333%;
  }

  .lg\:hover\:-mt-12\/24:hover {
    margin-top: -50%;
  }

  .lg\:hover\:-mt-13\/24:hover {
    margin-top: -54.16667%;
  }

  .lg\:hover\:-mt-14\/24:hover {
    margin-top: -58.33333%;
  }

  .lg\:hover\:-mt-15\/24:hover {
    margin-top: -62.5%;
  }

  .lg\:hover\:-mt-16\/24:hover {
    margin-top: -66.66667%;
  }

  .lg\:hover\:-mt-17\/24:hover {
    margin-top: -70.83333%;
  }

  .lg\:hover\:-mt-18\/24:hover {
    margin-top: -75%;
  }

  .lg\:hover\:-mt-19\/24:hover {
    margin-top: -79.16667%;
  }

  .lg\:hover\:-mt-20\/24:hover {
    margin-top: -83.33333%;
  }

  .lg\:hover\:-mt-21\/24:hover {
    margin-top: -87.5%;
  }

  .lg\:hover\:-mt-22\/24:hover {
    margin-top: -91.66667%;
  }

  .lg\:hover\:-mt-23\/24:hover {
    margin-top: -95.83333%;
  }

  .lg\:hover\:-mt-24\/24:hover {
    margin-top: -100%;
  }

  .lg\:hover\:-mt-screen-header:hover {
    margin-top: -41.55vw;
  }

  .lg\:hover\:-mt-screen-60:hover {
    margin-top: -60vh;
  }

  .lg\:hover\:-mt-screen-80:hover {
    margin-top: -80vh;
  }

  .lg\:hover\:-mt-screen-85:hover {
    margin-top: -85vh;
  }

  .lg\:hover\:-mt-screen-90:hover {
    margin-top: -90vh;
  }

  .lg\:hover\:-mt-screen-95:hover {
    margin-top: -95vh;
  }

  .lg\:hover\:-mt-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
  }

  .lg\:hover\:-mt-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
  }

  .lg\:hover\:-mt-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
  }

  .lg\:hover\:-mt-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
  }

  .lg\:hover\:-mt-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
  }

  .lg\:hover\:-mt-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
  }

  .lg\:hover\:-mt-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
  }

  .lg\:hover\:-mt-full-4:hover {
    margin-top: calc(-100% - -16px);
  }

  .lg\:hover\:-mt-account-body:hover {
    margin-top: calc(-100vw - -304px);
  }

  .lg\:hover\:-mt-menu-center:hover {
    margin-top: calc(-50% - -288px);
  }

  .lg\:hover\:-mt-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
  }

  .lg\:hover\:-mt-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
  }

  .lg\:hover\:-mt-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
  }

  .lg\:hover\:-mt-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
  }

  .lg\:hover\:-mt-max-content:hover {
    margin-top: max-content;
  }

  .lg\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .lg\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .lg\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .lg\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .lg\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .lg\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .lg\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .lg\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .lg\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .lg\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .lg\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .lg\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .lg\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .lg\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .lg\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .lg\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .lg\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .lg\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .lg\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .lg\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .lg\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .lg\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .lg\:hover\:mr-29:hover {
    margin-right: 7.25rem;
  }

  .lg\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .lg\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .lg\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .lg\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .lg\:hover\:mr-42:hover {
    margin-right: 10.5rem;
  }

  .lg\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .lg\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .lg\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .lg\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .lg\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .lg\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .lg\:hover\:mr-68:hover {
    margin-right: 17rem;
  }

  .lg\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .lg\:hover\:mr-77:hover {
    margin-right: 19.25rem;
  }

  .lg\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .lg\:hover\:mr-82:hover {
    margin-right: 20.5rem;
  }

  .lg\:hover\:mr-88:hover {
    margin-right: 22rem;
  }

  .lg\:hover\:mr-94:hover {
    margin-right: 23.5rem;
  }

  .lg\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .lg\:hover\:mr-98:hover {
    margin-right: 24.5rem;
  }

  .lg\:hover\:mr-104:hover {
    margin-right: 26rem;
  }

  .lg\:hover\:mr-108:hover {
    margin-right: 27rem;
  }

  .lg\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .lg\:hover\:mr-112:hover {
    margin-right: 28rem;
  }

  .lg\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .lg\:hover\:mr-128:hover {
    margin-right: 32rem;
  }

  .lg\:hover\:mr-132:hover {
    margin-right: 33rem;
  }

  .lg\:hover\:mr-134:hover {
    margin-right: 33.5rem;
  }

  .lg\:hover\:mr-135:hover {
    margin-right: 33.75rem;
  }

  .lg\:hover\:mr-136:hover {
    margin-right: 34rem;
  }

  .lg\:hover\:mr-144:hover {
    margin-right: 36rem;
  }

  .lg\:hover\:mr-152:hover {
    margin-right: 38rem;
  }

  .lg\:hover\:mr-160:hover {
    margin-right: 40rem;
  }

  .lg\:hover\:mr-164:hover {
    margin-right: 41rem;
  }

  .lg\:hover\:mr-172:hover {
    margin-right: 43rem;
  }

  .lg\:hover\:mr-179:hover {
    margin-right: 44.75rem;
  }

  .lg\:hover\:mr-184:hover {
    margin-right: 46rem;
  }

  .lg\:hover\:mr-192:hover {
    margin-right: 48rem;
  }

  .lg\:hover\:mr-224:hover {
    margin-right: 56rem;
  }

  .lg\:hover\:mr-240:hover {
    margin-right: 60rem;
  }

  .lg\:hover\:mr-256:hover {
    margin-right: 64rem;
  }

  .lg\:hover\:mr-265:hover {
    margin-right: 66.25rem;
  }

  .lg\:hover\:mr-288:hover {
    margin-right: 72rem;
  }

  .lg\:hover\:mr-384:hover {
    margin-right: 96rem;
  }

  .lg\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .lg\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .lg\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .lg\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .lg\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .lg\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .lg\:hover\:mr-0\.75:hover {
    margin-right: 0.1875rem;
  }

  .lg\:hover\:mr-4\.5:hover {
    margin-right: 1.125rem;
  }

  .lg\:hover\:mr-7\.5:hover {
    margin-right: 1.875rem;
  }

  .lg\:hover\:mr-9\.5:hover {
    margin-right: 2.375rem;
  }

  .lg\:hover\:mr-9\.75:hover {
    margin-right: 2.4375rem;
  }

  .lg\:hover\:mr-12\.5:hover {
    margin-right: 3.125rem;
  }

  .lg\:hover\:mr-13\.5:hover {
    margin-right: 3.375rem;
  }

  .lg\:hover\:mr-292\.5:hover {
    margin-right: 73.125rem;
  }

  .lg\:hover\:mr-1\/24:hover {
    margin-right: 4.166667%;
  }

  .lg\:hover\:mr-2\/24:hover {
    margin-right: 8.333333%;
  }

  .lg\:hover\:mr-3\/24:hover {
    margin-right: 12.5%;
  }

  .lg\:hover\:mr-4\/24:hover {
    margin-right: 16.666667%;
  }

  .lg\:hover\:mr-5\/24:hover {
    margin-right: 20.833333%;
  }

  .lg\:hover\:mr-6\/24:hover {
    margin-right: 25%;
  }

  .lg\:hover\:mr-7\/24:hover {
    margin-right: 29.166666%;
  }

  .lg\:hover\:mr-8\/24:hover {
    margin-right: 33.333333%;
  }

  .lg\:hover\:mr-9\/24:hover {
    margin-right: 37.5%;
  }

  .lg\:hover\:mr-10\/24:hover {
    margin-right: 41.666666%;
  }

  .lg\:hover\:mr-11\/24:hover {
    margin-right: 45.833333%;
  }

  .lg\:hover\:mr-12\/24:hover {
    margin-right: 50%;
  }

  .lg\:hover\:mr-13\/24:hover {
    margin-right: 54.166666%;
  }

  .lg\:hover\:mr-14\/24:hover {
    margin-right: 58.333333%;
  }

  .lg\:hover\:mr-15\/24:hover {
    margin-right: 62.5%;
  }

  .lg\:hover\:mr-16\/24:hover {
    margin-right: 66.666667%;
  }

  .lg\:hover\:mr-17\/24:hover {
    margin-right: 70.833333%;
  }

  .lg\:hover\:mr-18\/24:hover {
    margin-right: 75%;
  }

  .lg\:hover\:mr-19\/24:hover {
    margin-right: 79.166667%;
  }

  .lg\:hover\:mr-20\/24:hover {
    margin-right: 83.333333%;
  }

  .lg\:hover\:mr-21\/24:hover {
    margin-right: 87.5%;
  }

  .lg\:hover\:mr-22\/24:hover {
    margin-right: 91.666667%;
  }

  .lg\:hover\:mr-23\/24:hover {
    margin-right: 95.833333%;
  }

  .lg\:hover\:mr-24\/24:hover {
    margin-right: 100%;
  }

  .lg\:hover\:mr-screen-header:hover {
    margin-right: 41.55vw;
  }

  .lg\:hover\:mr-screen-60:hover {
    margin-right: 60vh;
  }

  .lg\:hover\:mr-screen-80:hover {
    margin-right: 80vh;
  }

  .lg\:hover\:mr-screen-85:hover {
    margin-right: 85vh;
  }

  .lg\:hover\:mr-screen-90:hover {
    margin-right: 90vh;
  }

  .lg\:hover\:mr-screen-95:hover {
    margin-right: 95vh;
  }

  .lg\:hover\:mr-screen-minus-header:hover {
    margin-right: calc(100vh - 5.25rem);
  }

  .lg\:hover\:mr-screen-minus-35\.5:hover {
    margin-right: calc(100vh - 8.875rem);
  }

  .lg\:hover\:mr-screen-minus-36:hover {
    margin-right: calc(100vh - 9rem);
  }

  .lg\:hover\:mr-screen-minus-40:hover {
    margin-right: calc(100vh - 10rem);
  }

  .lg\:hover\:mr-screen-minus-55:hover {
    margin-right: calc(100vh - 13.75rem);
  }

  .lg\:hover\:mr-screen-minus-72:hover {
    margin-right: calc(100vh - 18rem);
  }

  .lg\:hover\:mr-screen-minus-80:hover {
    margin-right: calc(100vh - 20rem);
  }

  .lg\:hover\:mr-full-4:hover {
    margin-right: calc(100% - 16px);
  }

  .lg\:hover\:mr-account-body:hover {
    margin-right: calc(100vw - 304px);
  }

  .lg\:hover\:mr-menu-center:hover {
    margin-right: calc(50% - 288px);
  }

  .lg\:hover\:mr-tutorials-hidden:hover {
    margin-right: calc(100% - 56px);
  }

  .lg\:hover\:mr-popup-full-width:hover {
    margin-right: calc(100% + 32px);
  }

  .lg\:hover\:mr-popup-full-width-md:hover {
    margin-right: calc(100% + 64px);
  }

  .lg\:hover\:mr-popup-full-height:hover {
    margin-right: calc(100% + 68px);
  }

  .lg\:hover\:mr-max-content:hover {
    margin-right: max-content;
  }

  .lg\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .lg\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .lg\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .lg\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .lg\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .lg\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .lg\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .lg\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .lg\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .lg\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .lg\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .lg\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .lg\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .lg\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .lg\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .lg\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .lg\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .lg\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .lg\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .lg\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .lg\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .lg\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .lg\:hover\:-mr-29:hover {
    margin-right: -7.25rem;
  }

  .lg\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .lg\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .lg\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .lg\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .lg\:hover\:-mr-42:hover {
    margin-right: -10.5rem;
  }

  .lg\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .lg\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .lg\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .lg\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .lg\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .lg\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .lg\:hover\:-mr-68:hover {
    margin-right: -17rem;
  }

  .lg\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .lg\:hover\:-mr-77:hover {
    margin-right: -19.25rem;
  }

  .lg\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .lg\:hover\:-mr-82:hover {
    margin-right: -20.5rem;
  }

  .lg\:hover\:-mr-88:hover {
    margin-right: -22rem;
  }

  .lg\:hover\:-mr-94:hover {
    margin-right: -23.5rem;
  }

  .lg\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .lg\:hover\:-mr-98:hover {
    margin-right: -24.5rem;
  }

  .lg\:hover\:-mr-104:hover {
    margin-right: -26rem;
  }

  .lg\:hover\:-mr-108:hover {
    margin-right: -27rem;
  }

  .lg\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .lg\:hover\:-mr-112:hover {
    margin-right: -28rem;
  }

  .lg\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .lg\:hover\:-mr-128:hover {
    margin-right: -32rem;
  }

  .lg\:hover\:-mr-132:hover {
    margin-right: -33rem;
  }

  .lg\:hover\:-mr-134:hover {
    margin-right: -33.5rem;
  }

  .lg\:hover\:-mr-135:hover {
    margin-right: -33.75rem;
  }

  .lg\:hover\:-mr-136:hover {
    margin-right: -34rem;
  }

  .lg\:hover\:-mr-144:hover {
    margin-right: -36rem;
  }

  .lg\:hover\:-mr-152:hover {
    margin-right: -38rem;
  }

  .lg\:hover\:-mr-160:hover {
    margin-right: -40rem;
  }

  .lg\:hover\:-mr-164:hover {
    margin-right: -41rem;
  }

  .lg\:hover\:-mr-172:hover {
    margin-right: -43rem;
  }

  .lg\:hover\:-mr-179:hover {
    margin-right: -44.75rem;
  }

  .lg\:hover\:-mr-184:hover {
    margin-right: -46rem;
  }

  .lg\:hover\:-mr-192:hover {
    margin-right: -48rem;
  }

  .lg\:hover\:-mr-224:hover {
    margin-right: -56rem;
  }

  .lg\:hover\:-mr-240:hover {
    margin-right: -60rem;
  }

  .lg\:hover\:-mr-256:hover {
    margin-right: -64rem;
  }

  .lg\:hover\:-mr-265:hover {
    margin-right: -66.25rem;
  }

  .lg\:hover\:-mr-288:hover {
    margin-right: -72rem;
  }

  .lg\:hover\:-mr-384:hover {
    margin-right: -96rem;
  }

  .lg\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .lg\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .lg\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .lg\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .lg\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .lg\:hover\:-mr-0\.75:hover {
    margin-right: -0.1875rem;
  }

  .lg\:hover\:-mr-4\.5:hover {
    margin-right: -1.125rem;
  }

  .lg\:hover\:-mr-7\.5:hover {
    margin-right: -1.875rem;
  }

  .lg\:hover\:-mr-9\.5:hover {
    margin-right: -2.375rem;
  }

  .lg\:hover\:-mr-9\.75:hover {
    margin-right: -2.4375rem;
  }

  .lg\:hover\:-mr-12\.5:hover {
    margin-right: -3.125rem;
  }

  .lg\:hover\:-mr-13\.5:hover {
    margin-right: -3.375rem;
  }

  .lg\:hover\:-mr-292\.5:hover {
    margin-right: -73.125rem;
  }

  .lg\:hover\:-mr-1\/24:hover {
    margin-right: -4.16667%;
  }

  .lg\:hover\:-mr-2\/24:hover {
    margin-right: -8.33333%;
  }

  .lg\:hover\:-mr-3\/24:hover {
    margin-right: -12.5%;
  }

  .lg\:hover\:-mr-4\/24:hover {
    margin-right: -16.66667%;
  }

  .lg\:hover\:-mr-5\/24:hover {
    margin-right: -20.83333%;
  }

  .lg\:hover\:-mr-6\/24:hover {
    margin-right: -25%;
  }

  .lg\:hover\:-mr-7\/24:hover {
    margin-right: -29.16667%;
  }

  .lg\:hover\:-mr-8\/24:hover {
    margin-right: -33.33333%;
  }

  .lg\:hover\:-mr-9\/24:hover {
    margin-right: -37.5%;
  }

  .lg\:hover\:-mr-10\/24:hover {
    margin-right: -41.66667%;
  }

  .lg\:hover\:-mr-11\/24:hover {
    margin-right: -45.83333%;
  }

  .lg\:hover\:-mr-12\/24:hover {
    margin-right: -50%;
  }

  .lg\:hover\:-mr-13\/24:hover {
    margin-right: -54.16667%;
  }

  .lg\:hover\:-mr-14\/24:hover {
    margin-right: -58.33333%;
  }

  .lg\:hover\:-mr-15\/24:hover {
    margin-right: -62.5%;
  }

  .lg\:hover\:-mr-16\/24:hover {
    margin-right: -66.66667%;
  }

  .lg\:hover\:-mr-17\/24:hover {
    margin-right: -70.83333%;
  }

  .lg\:hover\:-mr-18\/24:hover {
    margin-right: -75%;
  }

  .lg\:hover\:-mr-19\/24:hover {
    margin-right: -79.16667%;
  }

  .lg\:hover\:-mr-20\/24:hover {
    margin-right: -83.33333%;
  }

  .lg\:hover\:-mr-21\/24:hover {
    margin-right: -87.5%;
  }

  .lg\:hover\:-mr-22\/24:hover {
    margin-right: -91.66667%;
  }

  .lg\:hover\:-mr-23\/24:hover {
    margin-right: -95.83333%;
  }

  .lg\:hover\:-mr-24\/24:hover {
    margin-right: -100%;
  }

  .lg\:hover\:-mr-screen-header:hover {
    margin-right: -41.55vw;
  }

  .lg\:hover\:-mr-screen-60:hover {
    margin-right: -60vh;
  }

  .lg\:hover\:-mr-screen-80:hover {
    margin-right: -80vh;
  }

  .lg\:hover\:-mr-screen-85:hover {
    margin-right: -85vh;
  }

  .lg\:hover\:-mr-screen-90:hover {
    margin-right: -90vh;
  }

  .lg\:hover\:-mr-screen-95:hover {
    margin-right: -95vh;
  }

  .lg\:hover\:-mr-screen-minus-header:hover {
    margin-right: calc(-100vh - -5.25rem);
  }

  .lg\:hover\:-mr-screen-minus-35\.5:hover {
    margin-right: calc(-100vh - -8.875rem);
  }

  .lg\:hover\:-mr-screen-minus-36:hover {
    margin-right: calc(-100vh - -9rem);
  }

  .lg\:hover\:-mr-screen-minus-40:hover {
    margin-right: calc(-100vh - -10rem);
  }

  .lg\:hover\:-mr-screen-minus-55:hover {
    margin-right: calc(-100vh - -13.75rem);
  }

  .lg\:hover\:-mr-screen-minus-72:hover {
    margin-right: calc(-100vh - -18rem);
  }

  .lg\:hover\:-mr-screen-minus-80:hover {
    margin-right: calc(-100vh - -20rem);
  }

  .lg\:hover\:-mr-full-4:hover {
    margin-right: calc(-100% - -16px);
  }

  .lg\:hover\:-mr-account-body:hover {
    margin-right: calc(-100vw - -304px);
  }

  .lg\:hover\:-mr-menu-center:hover {
    margin-right: calc(-50% - -288px);
  }

  .lg\:hover\:-mr-tutorials-hidden:hover {
    margin-right: calc(-100% - -56px);
  }

  .lg\:hover\:-mr-popup-full-width:hover {
    margin-right: calc(-100% + -32px);
  }

  .lg\:hover\:-mr-popup-full-width-md:hover {
    margin-right: calc(-100% + -64px);
  }

  .lg\:hover\:-mr-popup-full-height:hover {
    margin-right: calc(-100% + -68px);
  }

  .lg\:hover\:-mr-max-content:hover {
    margin-right: max-content;
  }

  .lg\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .lg\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .lg\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .lg\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .lg\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .lg\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .lg\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .lg\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .lg\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .lg\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .lg\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .lg\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .lg\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .lg\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .lg\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .lg\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .lg\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .lg\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .lg\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .lg\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .lg\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .lg\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .lg\:hover\:mb-29:hover {
    margin-bottom: 7.25rem;
  }

  .lg\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .lg\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .lg\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .lg\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .lg\:hover\:mb-42:hover {
    margin-bottom: 10.5rem;
  }

  .lg\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .lg\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .lg\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .lg\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .lg\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .lg\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .lg\:hover\:mb-68:hover {
    margin-bottom: 17rem;
  }

  .lg\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .lg\:hover\:mb-77:hover {
    margin-bottom: 19.25rem;
  }

  .lg\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .lg\:hover\:mb-82:hover {
    margin-bottom: 20.5rem;
  }

  .lg\:hover\:mb-88:hover {
    margin-bottom: 22rem;
  }

  .lg\:hover\:mb-94:hover {
    margin-bottom: 23.5rem;
  }

  .lg\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .lg\:hover\:mb-98:hover {
    margin-bottom: 24.5rem;
  }

  .lg\:hover\:mb-104:hover {
    margin-bottom: 26rem;
  }

  .lg\:hover\:mb-108:hover {
    margin-bottom: 27rem;
  }

  .lg\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .lg\:hover\:mb-112:hover {
    margin-bottom: 28rem;
  }

  .lg\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .lg\:hover\:mb-128:hover {
    margin-bottom: 32rem;
  }

  .lg\:hover\:mb-132:hover {
    margin-bottom: 33rem;
  }

  .lg\:hover\:mb-134:hover {
    margin-bottom: 33.5rem;
  }

  .lg\:hover\:mb-135:hover {
    margin-bottom: 33.75rem;
  }

  .lg\:hover\:mb-136:hover {
    margin-bottom: 34rem;
  }

  .lg\:hover\:mb-144:hover {
    margin-bottom: 36rem;
  }

  .lg\:hover\:mb-152:hover {
    margin-bottom: 38rem;
  }

  .lg\:hover\:mb-160:hover {
    margin-bottom: 40rem;
  }

  .lg\:hover\:mb-164:hover {
    margin-bottom: 41rem;
  }

  .lg\:hover\:mb-172:hover {
    margin-bottom: 43rem;
  }

  .lg\:hover\:mb-179:hover {
    margin-bottom: 44.75rem;
  }

  .lg\:hover\:mb-184:hover {
    margin-bottom: 46rem;
  }

  .lg\:hover\:mb-192:hover {
    margin-bottom: 48rem;
  }

  .lg\:hover\:mb-224:hover {
    margin-bottom: 56rem;
  }

  .lg\:hover\:mb-240:hover {
    margin-bottom: 60rem;
  }

  .lg\:hover\:mb-256:hover {
    margin-bottom: 64rem;
  }

  .lg\:hover\:mb-265:hover {
    margin-bottom: 66.25rem;
  }

  .lg\:hover\:mb-288:hover {
    margin-bottom: 72rem;
  }

  .lg\:hover\:mb-384:hover {
    margin-bottom: 96rem;
  }

  .lg\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .lg\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .lg\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .lg\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .lg\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .lg\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .lg\:hover\:mb-0\.75:hover {
    margin-bottom: 0.1875rem;
  }

  .lg\:hover\:mb-4\.5:hover {
    margin-bottom: 1.125rem;
  }

  .lg\:hover\:mb-7\.5:hover {
    margin-bottom: 1.875rem;
  }

  .lg\:hover\:mb-9\.5:hover {
    margin-bottom: 2.375rem;
  }

  .lg\:hover\:mb-9\.75:hover {
    margin-bottom: 2.4375rem;
  }

  .lg\:hover\:mb-12\.5:hover {
    margin-bottom: 3.125rem;
  }

  .lg\:hover\:mb-13\.5:hover {
    margin-bottom: 3.375rem;
  }

  .lg\:hover\:mb-292\.5:hover {
    margin-bottom: 73.125rem;
  }

  .lg\:hover\:mb-1\/24:hover {
    margin-bottom: 4.166667%;
  }

  .lg\:hover\:mb-2\/24:hover {
    margin-bottom: 8.333333%;
  }

  .lg\:hover\:mb-3\/24:hover {
    margin-bottom: 12.5%;
  }

  .lg\:hover\:mb-4\/24:hover {
    margin-bottom: 16.666667%;
  }

  .lg\:hover\:mb-5\/24:hover {
    margin-bottom: 20.833333%;
  }

  .lg\:hover\:mb-6\/24:hover {
    margin-bottom: 25%;
  }

  .lg\:hover\:mb-7\/24:hover {
    margin-bottom: 29.166666%;
  }

  .lg\:hover\:mb-8\/24:hover {
    margin-bottom: 33.333333%;
  }

  .lg\:hover\:mb-9\/24:hover {
    margin-bottom: 37.5%;
  }

  .lg\:hover\:mb-10\/24:hover {
    margin-bottom: 41.666666%;
  }

  .lg\:hover\:mb-11\/24:hover {
    margin-bottom: 45.833333%;
  }

  .lg\:hover\:mb-12\/24:hover {
    margin-bottom: 50%;
  }

  .lg\:hover\:mb-13\/24:hover {
    margin-bottom: 54.166666%;
  }

  .lg\:hover\:mb-14\/24:hover {
    margin-bottom: 58.333333%;
  }

  .lg\:hover\:mb-15\/24:hover {
    margin-bottom: 62.5%;
  }

  .lg\:hover\:mb-16\/24:hover {
    margin-bottom: 66.666667%;
  }

  .lg\:hover\:mb-17\/24:hover {
    margin-bottom: 70.833333%;
  }

  .lg\:hover\:mb-18\/24:hover {
    margin-bottom: 75%;
  }

  .lg\:hover\:mb-19\/24:hover {
    margin-bottom: 79.166667%;
  }

  .lg\:hover\:mb-20\/24:hover {
    margin-bottom: 83.333333%;
  }

  .lg\:hover\:mb-21\/24:hover {
    margin-bottom: 87.5%;
  }

  .lg\:hover\:mb-22\/24:hover {
    margin-bottom: 91.666667%;
  }

  .lg\:hover\:mb-23\/24:hover {
    margin-bottom: 95.833333%;
  }

  .lg\:hover\:mb-24\/24:hover {
    margin-bottom: 100%;
  }

  .lg\:hover\:mb-screen-header:hover {
    margin-bottom: 41.55vw;
  }

  .lg\:hover\:mb-screen-60:hover {
    margin-bottom: 60vh;
  }

  .lg\:hover\:mb-screen-80:hover {
    margin-bottom: 80vh;
  }

  .lg\:hover\:mb-screen-85:hover {
    margin-bottom: 85vh;
  }

  .lg\:hover\:mb-screen-90:hover {
    margin-bottom: 90vh;
  }

  .lg\:hover\:mb-screen-95:hover {
    margin-bottom: 95vh;
  }

  .lg\:hover\:mb-screen-minus-header:hover {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .lg\:hover\:mb-screen-minus-35\.5:hover {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .lg\:hover\:mb-screen-minus-36:hover {
    margin-bottom: calc(100vh - 9rem);
  }

  .lg\:hover\:mb-screen-minus-40:hover {
    margin-bottom: calc(100vh - 10rem);
  }

  .lg\:hover\:mb-screen-minus-55:hover {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .lg\:hover\:mb-screen-minus-72:hover {
    margin-bottom: calc(100vh - 18rem);
  }

  .lg\:hover\:mb-screen-minus-80:hover {
    margin-bottom: calc(100vh - 20rem);
  }

  .lg\:hover\:mb-full-4:hover {
    margin-bottom: calc(100% - 16px);
  }

  .lg\:hover\:mb-account-body:hover {
    margin-bottom: calc(100vw - 304px);
  }

  .lg\:hover\:mb-menu-center:hover {
    margin-bottom: calc(50% - 288px);
  }

  .lg\:hover\:mb-tutorials-hidden:hover {
    margin-bottom: calc(100% - 56px);
  }

  .lg\:hover\:mb-popup-full-width:hover {
    margin-bottom: calc(100% + 32px);
  }

  .lg\:hover\:mb-popup-full-width-md:hover {
    margin-bottom: calc(100% + 64px);
  }

  .lg\:hover\:mb-popup-full-height:hover {
    margin-bottom: calc(100% + 68px);
  }

  .lg\:hover\:mb-max-content:hover {
    margin-bottom: max-content;
  }

  .lg\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .lg\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .lg\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .lg\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .lg\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .lg\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .lg\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .lg\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .lg\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .lg\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .lg\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .lg\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .lg\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .lg\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .lg\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .lg\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .lg\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .lg\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .lg\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .lg\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .lg\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .lg\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .lg\:hover\:-mb-29:hover {
    margin-bottom: -7.25rem;
  }

  .lg\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .lg\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .lg\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .lg\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .lg\:hover\:-mb-42:hover {
    margin-bottom: -10.5rem;
  }

  .lg\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .lg\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .lg\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .lg\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .lg\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .lg\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .lg\:hover\:-mb-68:hover {
    margin-bottom: -17rem;
  }

  .lg\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .lg\:hover\:-mb-77:hover {
    margin-bottom: -19.25rem;
  }

  .lg\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .lg\:hover\:-mb-82:hover {
    margin-bottom: -20.5rem;
  }

  .lg\:hover\:-mb-88:hover {
    margin-bottom: -22rem;
  }

  .lg\:hover\:-mb-94:hover {
    margin-bottom: -23.5rem;
  }

  .lg\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .lg\:hover\:-mb-98:hover {
    margin-bottom: -24.5rem;
  }

  .lg\:hover\:-mb-104:hover {
    margin-bottom: -26rem;
  }

  .lg\:hover\:-mb-108:hover {
    margin-bottom: -27rem;
  }

  .lg\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .lg\:hover\:-mb-112:hover {
    margin-bottom: -28rem;
  }

  .lg\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .lg\:hover\:-mb-128:hover {
    margin-bottom: -32rem;
  }

  .lg\:hover\:-mb-132:hover {
    margin-bottom: -33rem;
  }

  .lg\:hover\:-mb-134:hover {
    margin-bottom: -33.5rem;
  }

  .lg\:hover\:-mb-135:hover {
    margin-bottom: -33.75rem;
  }

  .lg\:hover\:-mb-136:hover {
    margin-bottom: -34rem;
  }

  .lg\:hover\:-mb-144:hover {
    margin-bottom: -36rem;
  }

  .lg\:hover\:-mb-152:hover {
    margin-bottom: -38rem;
  }

  .lg\:hover\:-mb-160:hover {
    margin-bottom: -40rem;
  }

  .lg\:hover\:-mb-164:hover {
    margin-bottom: -41rem;
  }

  .lg\:hover\:-mb-172:hover {
    margin-bottom: -43rem;
  }

  .lg\:hover\:-mb-179:hover {
    margin-bottom: -44.75rem;
  }

  .lg\:hover\:-mb-184:hover {
    margin-bottom: -46rem;
  }

  .lg\:hover\:-mb-192:hover {
    margin-bottom: -48rem;
  }

  .lg\:hover\:-mb-224:hover {
    margin-bottom: -56rem;
  }

  .lg\:hover\:-mb-240:hover {
    margin-bottom: -60rem;
  }

  .lg\:hover\:-mb-256:hover {
    margin-bottom: -64rem;
  }

  .lg\:hover\:-mb-265:hover {
    margin-bottom: -66.25rem;
  }

  .lg\:hover\:-mb-288:hover {
    margin-bottom: -72rem;
  }

  .lg\:hover\:-mb-384:hover {
    margin-bottom: -96rem;
  }

  .lg\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .lg\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .lg\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .lg\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .lg\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .lg\:hover\:-mb-0\.75:hover {
    margin-bottom: -0.1875rem;
  }

  .lg\:hover\:-mb-4\.5:hover {
    margin-bottom: -1.125rem;
  }

  .lg\:hover\:-mb-7\.5:hover {
    margin-bottom: -1.875rem;
  }

  .lg\:hover\:-mb-9\.5:hover {
    margin-bottom: -2.375rem;
  }

  .lg\:hover\:-mb-9\.75:hover {
    margin-bottom: -2.4375rem;
  }

  .lg\:hover\:-mb-12\.5:hover {
    margin-bottom: -3.125rem;
  }

  .lg\:hover\:-mb-13\.5:hover {
    margin-bottom: -3.375rem;
  }

  .lg\:hover\:-mb-292\.5:hover {
    margin-bottom: -73.125rem;
  }

  .lg\:hover\:-mb-1\/24:hover {
    margin-bottom: -4.16667%;
  }

  .lg\:hover\:-mb-2\/24:hover {
    margin-bottom: -8.33333%;
  }

  .lg\:hover\:-mb-3\/24:hover {
    margin-bottom: -12.5%;
  }

  .lg\:hover\:-mb-4\/24:hover {
    margin-bottom: -16.66667%;
  }

  .lg\:hover\:-mb-5\/24:hover {
    margin-bottom: -20.83333%;
  }

  .lg\:hover\:-mb-6\/24:hover {
    margin-bottom: -25%;
  }

  .lg\:hover\:-mb-7\/24:hover {
    margin-bottom: -29.16667%;
  }

  .lg\:hover\:-mb-8\/24:hover {
    margin-bottom: -33.33333%;
  }

  .lg\:hover\:-mb-9\/24:hover {
    margin-bottom: -37.5%;
  }

  .lg\:hover\:-mb-10\/24:hover {
    margin-bottom: -41.66667%;
  }

  .lg\:hover\:-mb-11\/24:hover {
    margin-bottom: -45.83333%;
  }

  .lg\:hover\:-mb-12\/24:hover {
    margin-bottom: -50%;
  }

  .lg\:hover\:-mb-13\/24:hover {
    margin-bottom: -54.16667%;
  }

  .lg\:hover\:-mb-14\/24:hover {
    margin-bottom: -58.33333%;
  }

  .lg\:hover\:-mb-15\/24:hover {
    margin-bottom: -62.5%;
  }

  .lg\:hover\:-mb-16\/24:hover {
    margin-bottom: -66.66667%;
  }

  .lg\:hover\:-mb-17\/24:hover {
    margin-bottom: -70.83333%;
  }

  .lg\:hover\:-mb-18\/24:hover {
    margin-bottom: -75%;
  }

  .lg\:hover\:-mb-19\/24:hover {
    margin-bottom: -79.16667%;
  }

  .lg\:hover\:-mb-20\/24:hover {
    margin-bottom: -83.33333%;
  }

  .lg\:hover\:-mb-21\/24:hover {
    margin-bottom: -87.5%;
  }

  .lg\:hover\:-mb-22\/24:hover {
    margin-bottom: -91.66667%;
  }

  .lg\:hover\:-mb-23\/24:hover {
    margin-bottom: -95.83333%;
  }

  .lg\:hover\:-mb-24\/24:hover {
    margin-bottom: -100%;
  }

  .lg\:hover\:-mb-screen-header:hover {
    margin-bottom: -41.55vw;
  }

  .lg\:hover\:-mb-screen-60:hover {
    margin-bottom: -60vh;
  }

  .lg\:hover\:-mb-screen-80:hover {
    margin-bottom: -80vh;
  }

  .lg\:hover\:-mb-screen-85:hover {
    margin-bottom: -85vh;
  }

  .lg\:hover\:-mb-screen-90:hover {
    margin-bottom: -90vh;
  }

  .lg\:hover\:-mb-screen-95:hover {
    margin-bottom: -95vh;
  }

  .lg\:hover\:-mb-screen-minus-header:hover {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .lg\:hover\:-mb-screen-minus-35\.5:hover {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .lg\:hover\:-mb-screen-minus-36:hover {
    margin-bottom: calc(-100vh - -9rem);
  }

  .lg\:hover\:-mb-screen-minus-40:hover {
    margin-bottom: calc(-100vh - -10rem);
  }

  .lg\:hover\:-mb-screen-minus-55:hover {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .lg\:hover\:-mb-screen-minus-72:hover {
    margin-bottom: calc(-100vh - -18rem);
  }

  .lg\:hover\:-mb-screen-minus-80:hover {
    margin-bottom: calc(-100vh - -20rem);
  }

  .lg\:hover\:-mb-full-4:hover {
    margin-bottom: calc(-100% - -16px);
  }

  .lg\:hover\:-mb-account-body:hover {
    margin-bottom: calc(-100vw - -304px);
  }

  .lg\:hover\:-mb-menu-center:hover {
    margin-bottom: calc(-50% - -288px);
  }

  .lg\:hover\:-mb-tutorials-hidden:hover {
    margin-bottom: calc(-100% - -56px);
  }

  .lg\:hover\:-mb-popup-full-width:hover {
    margin-bottom: calc(-100% + -32px);
  }

  .lg\:hover\:-mb-popup-full-width-md:hover {
    margin-bottom: calc(-100% + -64px);
  }

  .lg\:hover\:-mb-popup-full-height:hover {
    margin-bottom: calc(-100% + -68px);
  }

  .lg\:hover\:-mb-max-content:hover {
    margin-bottom: max-content;
  }

  .lg\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .lg\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .lg\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .lg\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .lg\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .lg\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .lg\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .lg\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .lg\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .lg\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .lg\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .lg\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .lg\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .lg\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .lg\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .lg\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .lg\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .lg\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .lg\:hover\:ml-22:hover {
    margin-left: 5.5rem;
  }

  .lg\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .lg\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .lg\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .lg\:hover\:ml-29:hover {
    margin-left: 7.25rem;
  }

  .lg\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .lg\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .lg\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .lg\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .lg\:hover\:ml-42:hover {
    margin-left: 10.5rem;
  }

  .lg\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .lg\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .lg\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .lg\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .lg\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .lg\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .lg\:hover\:ml-68:hover {
    margin-left: 17rem;
  }

  .lg\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .lg\:hover\:ml-77:hover {
    margin-left: 19.25rem;
  }

  .lg\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .lg\:hover\:ml-82:hover {
    margin-left: 20.5rem;
  }

  .lg\:hover\:ml-88:hover {
    margin-left: 22rem;
  }

  .lg\:hover\:ml-94:hover {
    margin-left: 23.5rem;
  }

  .lg\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .lg\:hover\:ml-98:hover {
    margin-left: 24.5rem;
  }

  .lg\:hover\:ml-104:hover {
    margin-left: 26rem;
  }

  .lg\:hover\:ml-108:hover {
    margin-left: 27rem;
  }

  .lg\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .lg\:hover\:ml-112:hover {
    margin-left: 28rem;
  }

  .lg\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .lg\:hover\:ml-128:hover {
    margin-left: 32rem;
  }

  .lg\:hover\:ml-132:hover {
    margin-left: 33rem;
  }

  .lg\:hover\:ml-134:hover {
    margin-left: 33.5rem;
  }

  .lg\:hover\:ml-135:hover {
    margin-left: 33.75rem;
  }

  .lg\:hover\:ml-136:hover {
    margin-left: 34rem;
  }

  .lg\:hover\:ml-144:hover {
    margin-left: 36rem;
  }

  .lg\:hover\:ml-152:hover {
    margin-left: 38rem;
  }

  .lg\:hover\:ml-160:hover {
    margin-left: 40rem;
  }

  .lg\:hover\:ml-164:hover {
    margin-left: 41rem;
  }

  .lg\:hover\:ml-172:hover {
    margin-left: 43rem;
  }

  .lg\:hover\:ml-179:hover {
    margin-left: 44.75rem;
  }

  .lg\:hover\:ml-184:hover {
    margin-left: 46rem;
  }

  .lg\:hover\:ml-192:hover {
    margin-left: 48rem;
  }

  .lg\:hover\:ml-224:hover {
    margin-left: 56rem;
  }

  .lg\:hover\:ml-240:hover {
    margin-left: 60rem;
  }

  .lg\:hover\:ml-256:hover {
    margin-left: 64rem;
  }

  .lg\:hover\:ml-265:hover {
    margin-left: 66.25rem;
  }

  .lg\:hover\:ml-288:hover {
    margin-left: 72rem;
  }

  .lg\:hover\:ml-384:hover {
    margin-left: 96rem;
  }

  .lg\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .lg\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .lg\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .lg\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .lg\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .lg\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .lg\:hover\:ml-0\.75:hover {
    margin-left: 0.1875rem;
  }

  .lg\:hover\:ml-4\.5:hover {
    margin-left: 1.125rem;
  }

  .lg\:hover\:ml-7\.5:hover {
    margin-left: 1.875rem;
  }

  .lg\:hover\:ml-9\.5:hover {
    margin-left: 2.375rem;
  }

  .lg\:hover\:ml-9\.75:hover {
    margin-left: 2.4375rem;
  }

  .lg\:hover\:ml-12\.5:hover {
    margin-left: 3.125rem;
  }

  .lg\:hover\:ml-13\.5:hover {
    margin-left: 3.375rem;
  }

  .lg\:hover\:ml-292\.5:hover {
    margin-left: 73.125rem;
  }

  .lg\:hover\:ml-1\/24:hover {
    margin-left: 4.166667%;
  }

  .lg\:hover\:ml-2\/24:hover {
    margin-left: 8.333333%;
  }

  .lg\:hover\:ml-3\/24:hover {
    margin-left: 12.5%;
  }

  .lg\:hover\:ml-4\/24:hover {
    margin-left: 16.666667%;
  }

  .lg\:hover\:ml-5\/24:hover {
    margin-left: 20.833333%;
  }

  .lg\:hover\:ml-6\/24:hover {
    margin-left: 25%;
  }

  .lg\:hover\:ml-7\/24:hover {
    margin-left: 29.166666%;
  }

  .lg\:hover\:ml-8\/24:hover {
    margin-left: 33.333333%;
  }

  .lg\:hover\:ml-9\/24:hover {
    margin-left: 37.5%;
  }

  .lg\:hover\:ml-10\/24:hover {
    margin-left: 41.666666%;
  }

  .lg\:hover\:ml-11\/24:hover {
    margin-left: 45.833333%;
  }

  .lg\:hover\:ml-12\/24:hover {
    margin-left: 50%;
  }

  .lg\:hover\:ml-13\/24:hover {
    margin-left: 54.166666%;
  }

  .lg\:hover\:ml-14\/24:hover {
    margin-left: 58.333333%;
  }

  .lg\:hover\:ml-15\/24:hover {
    margin-left: 62.5%;
  }

  .lg\:hover\:ml-16\/24:hover {
    margin-left: 66.666667%;
  }

  .lg\:hover\:ml-17\/24:hover {
    margin-left: 70.833333%;
  }

  .lg\:hover\:ml-18\/24:hover {
    margin-left: 75%;
  }

  .lg\:hover\:ml-19\/24:hover {
    margin-left: 79.166667%;
  }

  .lg\:hover\:ml-20\/24:hover {
    margin-left: 83.333333%;
  }

  .lg\:hover\:ml-21\/24:hover {
    margin-left: 87.5%;
  }

  .lg\:hover\:ml-22\/24:hover {
    margin-left: 91.666667%;
  }

  .lg\:hover\:ml-23\/24:hover {
    margin-left: 95.833333%;
  }

  .lg\:hover\:ml-24\/24:hover {
    margin-left: 100%;
  }

  .lg\:hover\:ml-screen-header:hover {
    margin-left: 41.55vw;
  }

  .lg\:hover\:ml-screen-60:hover {
    margin-left: 60vh;
  }

  .lg\:hover\:ml-screen-80:hover {
    margin-left: 80vh;
  }

  .lg\:hover\:ml-screen-85:hover {
    margin-left: 85vh;
  }

  .lg\:hover\:ml-screen-90:hover {
    margin-left: 90vh;
  }

  .lg\:hover\:ml-screen-95:hover {
    margin-left: 95vh;
  }

  .lg\:hover\:ml-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
  }

  .lg\:hover\:ml-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
  }

  .lg\:hover\:ml-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
  }

  .lg\:hover\:ml-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
  }

  .lg\:hover\:ml-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
  }

  .lg\:hover\:ml-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
  }

  .lg\:hover\:ml-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
  }

  .lg\:hover\:ml-full-4:hover {
    margin-left: calc(100% - 16px);
  }

  .lg\:hover\:ml-account-body:hover {
    margin-left: calc(100vw - 304px);
  }

  .lg\:hover\:ml-menu-center:hover {
    margin-left: calc(50% - 288px);
  }

  .lg\:hover\:ml-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
  }

  .lg\:hover\:ml-popup-full-width:hover {
    margin-left: calc(100% + 32px);
  }

  .lg\:hover\:ml-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
  }

  .lg\:hover\:ml-popup-full-height:hover {
    margin-left: calc(100% + 68px);
  }

  .lg\:hover\:ml-max-content:hover {
    margin-left: max-content;
  }

  .lg\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .lg\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .lg\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .lg\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .lg\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .lg\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .lg\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .lg\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .lg\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .lg\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .lg\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .lg\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .lg\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .lg\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .lg\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .lg\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .lg\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .lg\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .lg\:hover\:-ml-22:hover {
    margin-left: -5.5rem;
  }

  .lg\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .lg\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .lg\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .lg\:hover\:-ml-29:hover {
    margin-left: -7.25rem;
  }

  .lg\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .lg\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .lg\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .lg\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .lg\:hover\:-ml-42:hover {
    margin-left: -10.5rem;
  }

  .lg\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .lg\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .lg\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .lg\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .lg\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .lg\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .lg\:hover\:-ml-68:hover {
    margin-left: -17rem;
  }

  .lg\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .lg\:hover\:-ml-77:hover {
    margin-left: -19.25rem;
  }

  .lg\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .lg\:hover\:-ml-82:hover {
    margin-left: -20.5rem;
  }

  .lg\:hover\:-ml-88:hover {
    margin-left: -22rem;
  }

  .lg\:hover\:-ml-94:hover {
    margin-left: -23.5rem;
  }

  .lg\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .lg\:hover\:-ml-98:hover {
    margin-left: -24.5rem;
  }

  .lg\:hover\:-ml-104:hover {
    margin-left: -26rem;
  }

  .lg\:hover\:-ml-108:hover {
    margin-left: -27rem;
  }

  .lg\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .lg\:hover\:-ml-112:hover {
    margin-left: -28rem;
  }

  .lg\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .lg\:hover\:-ml-128:hover {
    margin-left: -32rem;
  }

  .lg\:hover\:-ml-132:hover {
    margin-left: -33rem;
  }

  .lg\:hover\:-ml-134:hover {
    margin-left: -33.5rem;
  }

  .lg\:hover\:-ml-135:hover {
    margin-left: -33.75rem;
  }

  .lg\:hover\:-ml-136:hover {
    margin-left: -34rem;
  }

  .lg\:hover\:-ml-144:hover {
    margin-left: -36rem;
  }

  .lg\:hover\:-ml-152:hover {
    margin-left: -38rem;
  }

  .lg\:hover\:-ml-160:hover {
    margin-left: -40rem;
  }

  .lg\:hover\:-ml-164:hover {
    margin-left: -41rem;
  }

  .lg\:hover\:-ml-172:hover {
    margin-left: -43rem;
  }

  .lg\:hover\:-ml-179:hover {
    margin-left: -44.75rem;
  }

  .lg\:hover\:-ml-184:hover {
    margin-left: -46rem;
  }

  .lg\:hover\:-ml-192:hover {
    margin-left: -48rem;
  }

  .lg\:hover\:-ml-224:hover {
    margin-left: -56rem;
  }

  .lg\:hover\:-ml-240:hover {
    margin-left: -60rem;
  }

  .lg\:hover\:-ml-256:hover {
    margin-left: -64rem;
  }

  .lg\:hover\:-ml-265:hover {
    margin-left: -66.25rem;
  }

  .lg\:hover\:-ml-288:hover {
    margin-left: -72rem;
  }

  .lg\:hover\:-ml-384:hover {
    margin-left: -96rem;
  }

  .lg\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .lg\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .lg\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .lg\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .lg\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .lg\:hover\:-ml-0\.75:hover {
    margin-left: -0.1875rem;
  }

  .lg\:hover\:-ml-4\.5:hover {
    margin-left: -1.125rem;
  }

  .lg\:hover\:-ml-7\.5:hover {
    margin-left: -1.875rem;
  }

  .lg\:hover\:-ml-9\.5:hover {
    margin-left: -2.375rem;
  }

  .lg\:hover\:-ml-9\.75:hover {
    margin-left: -2.4375rem;
  }

  .lg\:hover\:-ml-12\.5:hover {
    margin-left: -3.125rem;
  }

  .lg\:hover\:-ml-13\.5:hover {
    margin-left: -3.375rem;
  }

  .lg\:hover\:-ml-292\.5:hover {
    margin-left: -73.125rem;
  }

  .lg\:hover\:-ml-1\/24:hover {
    margin-left: -4.16667%;
  }

  .lg\:hover\:-ml-2\/24:hover {
    margin-left: -8.33333%;
  }

  .lg\:hover\:-ml-3\/24:hover {
    margin-left: -12.5%;
  }

  .lg\:hover\:-ml-4\/24:hover {
    margin-left: -16.66667%;
  }

  .lg\:hover\:-ml-5\/24:hover {
    margin-left: -20.83333%;
  }

  .lg\:hover\:-ml-6\/24:hover {
    margin-left: -25%;
  }

  .lg\:hover\:-ml-7\/24:hover {
    margin-left: -29.16667%;
  }

  .lg\:hover\:-ml-8\/24:hover {
    margin-left: -33.33333%;
  }

  .lg\:hover\:-ml-9\/24:hover {
    margin-left: -37.5%;
  }

  .lg\:hover\:-ml-10\/24:hover {
    margin-left: -41.66667%;
  }

  .lg\:hover\:-ml-11\/24:hover {
    margin-left: -45.83333%;
  }

  .lg\:hover\:-ml-12\/24:hover {
    margin-left: -50%;
  }

  .lg\:hover\:-ml-13\/24:hover {
    margin-left: -54.16667%;
  }

  .lg\:hover\:-ml-14\/24:hover {
    margin-left: -58.33333%;
  }

  .lg\:hover\:-ml-15\/24:hover {
    margin-left: -62.5%;
  }

  .lg\:hover\:-ml-16\/24:hover {
    margin-left: -66.66667%;
  }

  .lg\:hover\:-ml-17\/24:hover {
    margin-left: -70.83333%;
  }

  .lg\:hover\:-ml-18\/24:hover {
    margin-left: -75%;
  }

  .lg\:hover\:-ml-19\/24:hover {
    margin-left: -79.16667%;
  }

  .lg\:hover\:-ml-20\/24:hover {
    margin-left: -83.33333%;
  }

  .lg\:hover\:-ml-21\/24:hover {
    margin-left: -87.5%;
  }

  .lg\:hover\:-ml-22\/24:hover {
    margin-left: -91.66667%;
  }

  .lg\:hover\:-ml-23\/24:hover {
    margin-left: -95.83333%;
  }

  .lg\:hover\:-ml-24\/24:hover {
    margin-left: -100%;
  }

  .lg\:hover\:-ml-screen-header:hover {
    margin-left: -41.55vw;
  }

  .lg\:hover\:-ml-screen-60:hover {
    margin-left: -60vh;
  }

  .lg\:hover\:-ml-screen-80:hover {
    margin-left: -80vh;
  }

  .lg\:hover\:-ml-screen-85:hover {
    margin-left: -85vh;
  }

  .lg\:hover\:-ml-screen-90:hover {
    margin-left: -90vh;
  }

  .lg\:hover\:-ml-screen-95:hover {
    margin-left: -95vh;
  }

  .lg\:hover\:-ml-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
  }

  .lg\:hover\:-ml-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
  }

  .lg\:hover\:-ml-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
  }

  .lg\:hover\:-ml-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
  }

  .lg\:hover\:-ml-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
  }

  .lg\:hover\:-ml-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
  }

  .lg\:hover\:-ml-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
  }

  .lg\:hover\:-ml-full-4:hover {
    margin-left: calc(-100% - -16px);
  }

  .lg\:hover\:-ml-account-body:hover {
    margin-left: calc(-100vw - -304px);
  }

  .lg\:hover\:-ml-menu-center:hover {
    margin-left: calc(-50% - -288px);
  }

  .lg\:hover\:-ml-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
  }

  .lg\:hover\:-ml-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
  }

  .lg\:hover\:-ml-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
  }

  .lg\:hover\:-ml-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
  }

  .lg\:hover\:-ml-max-content:hover {
    margin-left: max-content;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:box-content {
    box-sizing: content-box;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:table {
    display: table;
  }

  .lg\:inline-table {
    display: inline-table;
  }

  .lg\:table-caption {
    display: table-caption;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-column {
    display: table-column;
  }

  .lg\:table-column-group {
    display: table-column-group;
  }

  .lg\:table-footer-group {
    display: table-footer-group;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row-group {
    display: table-row-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:flow-root {
    display: flow-root;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:list-item {
    display: list-item;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-18 {
    height: 4.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-21 {
    height: 5.25rem;
  }

  .lg\:h-22 {
    height: 5.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-26 {
    height: 6.5rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-29 {
    height: 7.25rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-34 {
    height: 8.5rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-42 {
    height: 10.5rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-68 {
    height: 17rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-77 {
    height: 19.25rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-82 {
    height: 20.5rem;
  }

  .lg\:h-88 {
    height: 22rem;
  }

  .lg\:h-94 {
    height: 23.5rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-98 {
    height: 24.5rem;
  }

  .lg\:h-104 {
    height: 26rem;
  }

  .lg\:h-108 {
    height: 27rem;
  }

  .lg\:h-110 {
    height: 27.5rem;
  }

  .lg\:h-112 {
    height: 28rem;
  }

  .lg\:h-120 {
    height: 30rem;
  }

  .lg\:h-128 {
    height: 32rem;
  }

  .lg\:h-132 {
    height: 33rem;
  }

  .lg\:h-134 {
    height: 33.5rem;
  }

  .lg\:h-135 {
    height: 33.75rem;
  }

  .lg\:h-136 {
    height: 34rem;
  }

  .lg\:h-144 {
    height: 36rem;
  }

  .lg\:h-152 {
    height: 38rem;
  }

  .lg\:h-160 {
    height: 40rem;
  }

  .lg\:h-164 {
    height: 41rem;
  }

  .lg\:h-172 {
    height: 43rem;
  }

  .lg\:h-179 {
    height: 44.75rem;
  }

  .lg\:h-184 {
    height: 46rem;
  }

  .lg\:h-192 {
    height: 48rem;
  }

  .lg\:h-224 {
    height: 56rem;
  }

  .lg\:h-240 {
    height: 60rem;
  }

  .lg\:h-256 {
    height: 64rem;
  }

  .lg\:h-265 {
    height: 66.25rem;
  }

  .lg\:h-288 {
    height: 72rem;
  }

  .lg\:h-384 {
    height: 96rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-0\.5 {
    height: 0.125rem;
  }

  .lg\:h-1\.5 {
    height: 0.375rem;
  }

  .lg\:h-2\.5 {
    height: 0.625rem;
  }

  .lg\:h-3\.5 {
    height: 0.875rem;
  }

  .lg\:h-0\.75 {
    height: 0.1875rem;
  }

  .lg\:h-4\.5 {
    height: 1.125rem;
  }

  .lg\:h-7\.5 {
    height: 1.875rem;
  }

  .lg\:h-9\.5 {
    height: 2.375rem;
  }

  .lg\:h-9\.75 {
    height: 2.4375rem;
  }

  .lg\:h-12\.5 {
    height: 3.125rem;
  }

  .lg\:h-13\.5 {
    height: 3.375rem;
  }

  .lg\:h-292\.5 {
    height: 73.125rem;
  }

  .lg\:h-1\/24 {
    height: 4.166667%;
  }

  .lg\:h-2\/24 {
    height: 8.333333%;
  }

  .lg\:h-3\/24 {
    height: 12.5%;
  }

  .lg\:h-4\/24 {
    height: 16.666667%;
  }

  .lg\:h-5\/24 {
    height: 20.833333%;
  }

  .lg\:h-6\/24 {
    height: 25%;
  }

  .lg\:h-7\/24 {
    height: 29.166666%;
  }

  .lg\:h-8\/24 {
    height: 33.333333%;
  }

  .lg\:h-9\/24 {
    height: 37.5%;
  }

  .lg\:h-10\/24 {
    height: 41.666666%;
  }

  .lg\:h-11\/24 {
    height: 45.833333%;
  }

  .lg\:h-12\/24 {
    height: 50%;
  }

  .lg\:h-13\/24 {
    height: 54.166666%;
  }

  .lg\:h-14\/24 {
    height: 58.333333%;
  }

  .lg\:h-15\/24 {
    height: 62.5%;
  }

  .lg\:h-16\/24 {
    height: 66.666667%;
  }

  .lg\:h-17\/24 {
    height: 70.833333%;
  }

  .lg\:h-18\/24 {
    height: 75%;
  }

  .lg\:h-19\/24 {
    height: 79.166667%;
  }

  .lg\:h-20\/24 {
    height: 83.333333%;
  }

  .lg\:h-21\/24 {
    height: 87.5%;
  }

  .lg\:h-22\/24 {
    height: 91.666667%;
  }

  .lg\:h-23\/24 {
    height: 95.833333%;
  }

  .lg\:h-24\/24 {
    height: 100%;
  }

  .lg\:h-screen-header {
    height: 41.55vw;
  }

  .lg\:h-screen-60 {
    height: 60vh;
  }

  .lg\:h-screen-80 {
    height: 80vh;
  }

  .lg\:h-screen-85 {
    height: 85vh;
  }

  .lg\:h-screen-90 {
    height: 90vh;
  }

  .lg\:h-screen-95 {
    height: 95vh;
  }

  .lg\:h-screen-minus-header {
    height: calc(100vh - 5.25rem);
  }

  .lg\:h-screen-minus-35\.5 {
    height: calc(100vh - 8.875rem);
  }

  .lg\:h-screen-minus-36 {
    height: calc(100vh - 9rem);
  }

  .lg\:h-screen-minus-40 {
    height: calc(100vh - 10rem);
  }

  .lg\:h-screen-minus-55 {
    height: calc(100vh - 13.75rem);
  }

  .lg\:h-screen-minus-72 {
    height: calc(100vh - 18rem);
  }

  .lg\:h-screen-minus-80 {
    height: calc(100vh - 20rem);
  }

  .lg\:h-full-4 {
    height: calc(100% - 16px);
  }

  .lg\:h-account-body {
    height: calc(100vw - 304px);
  }

  .lg\:h-menu-center {
    height: calc(50% - 288px);
  }

  .lg\:h-tutorials-hidden {
    height: calc(100% - 56px);
  }

  .lg\:h-popup-full-width {
    height: calc(100% + 32px);
  }

  .lg\:h-popup-full-width-md {
    height: calc(100% + 64px);
  }

  .lg\:h-popup-full-height {
    height: calc(100% + 68px);
  }

  .lg\:h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem;
  }

  .lg\:max-h-4 {
    max-height: 1rem;
  }

  .lg\:max-h-5 {
    max-height: 1.25rem;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem;
  }

  .lg\:max-h-8 {
    max-height: 2rem;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem;
  }

  .lg\:max-h-12 {
    max-height: 3rem;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem;
  }

  .lg\:max-h-16 {
    max-height: 4rem;
  }

  .lg\:max-h-18 {
    max-height: 4.5rem;
  }

  .lg\:max-h-20 {
    max-height: 5rem;
  }

  .lg\:max-h-21 {
    max-height: 5.25rem;
  }

  .lg\:max-h-22 {
    max-height: 5.5rem;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:max-h-26 {
    max-height: 6.5rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-29 {
    max-height: 7.25rem;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

  .lg\:max-h-34 {
    max-height: 8.5rem;
  }

  .lg\:max-h-36 {
    max-height: 9rem;
  }

  .lg\:max-h-40 {
    max-height: 10rem;
  }

  .lg\:max-h-42 {
    max-height: 10.5rem;
  }

  .lg\:max-h-44 {
    max-height: 11rem;
  }

  .lg\:max-h-48 {
    max-height: 12rem;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-56 {
    max-height: 14rem;
  }

  .lg\:max-h-60 {
    max-height: 15rem;
  }

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-68 {
    max-height: 17rem;
  }

  .lg\:max-h-72 {
    max-height: 18rem;
  }

  .lg\:max-h-77 {
    max-height: 19.25rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-82 {
    max-height: 20.5rem;
  }

  .lg\:max-h-88 {
    max-height: 22rem;
  }

  .lg\:max-h-94 {
    max-height: 23.5rem;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:max-h-98 {
    max-height: 24.5rem;
  }

  .lg\:max-h-104 {
    max-height: 26rem;
  }

  .lg\:max-h-108 {
    max-height: 27rem;
  }

  .lg\:max-h-110 {
    max-height: 27.5rem;
  }

  .lg\:max-h-112 {
    max-height: 28rem;
  }

  .lg\:max-h-120 {
    max-height: 30rem;
  }

  .lg\:max-h-128 {
    max-height: 32rem;
  }

  .lg\:max-h-132 {
    max-height: 33rem;
  }

  .lg\:max-h-134 {
    max-height: 33.5rem;
  }

  .lg\:max-h-135 {
    max-height: 33.75rem;
  }

  .lg\:max-h-136 {
    max-height: 34rem;
  }

  .lg\:max-h-144 {
    max-height: 36rem;
  }

  .lg\:max-h-152 {
    max-height: 38rem;
  }

  .lg\:max-h-160 {
    max-height: 40rem;
  }

  .lg\:max-h-164 {
    max-height: 41rem;
  }

  .lg\:max-h-172 {
    max-height: 43rem;
  }

  .lg\:max-h-179 {
    max-height: 44.75rem;
  }

  .lg\:max-h-184 {
    max-height: 46rem;
  }

  .lg\:max-h-192 {
    max-height: 48rem;
  }

  .lg\:max-h-224 {
    max-height: 56rem;
  }

  .lg\:max-h-240 {
    max-height: 60rem;
  }

  .lg\:max-h-256 {
    max-height: 64rem;
  }

  .lg\:max-h-265 {
    max-height: 66.25rem;
  }

  .lg\:max-h-288 {
    max-height: 72rem;
  }

  .lg\:max-h-384 {
    max-height: 96rem;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .lg\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .lg\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .lg\:max-h-0\.75 {
    max-height: 0.1875rem;
  }

  .lg\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .lg\:max-h-7\.5 {
    max-height: 1.875rem;
  }

  .lg\:max-h-9\.5 {
    max-height: 2.375rem;
  }

  .lg\:max-h-9\.75 {
    max-height: 2.4375rem;
  }

  .lg\:max-h-12\.5 {
    max-height: 3.125rem;
  }

  .lg\:max-h-13\.5 {
    max-height: 3.375rem;
  }

  .lg\:max-h-292\.5 {
    max-height: 73.125rem;
  }

  .lg\:max-h-1\/24 {
    max-height: 4.166667%;
  }

  .lg\:max-h-2\/24 {
    max-height: 8.333333%;
  }

  .lg\:max-h-3\/24 {
    max-height: 12.5%;
  }

  .lg\:max-h-4\/24 {
    max-height: 16.666667%;
  }

  .lg\:max-h-5\/24 {
    max-height: 20.833333%;
  }

  .lg\:max-h-6\/24 {
    max-height: 25%;
  }

  .lg\:max-h-7\/24 {
    max-height: 29.166666%;
  }

  .lg\:max-h-8\/24 {
    max-height: 33.333333%;
  }

  .lg\:max-h-9\/24 {
    max-height: 37.5%;
  }

  .lg\:max-h-10\/24 {
    max-height: 41.666666%;
  }

  .lg\:max-h-11\/24 {
    max-height: 45.833333%;
  }

  .lg\:max-h-12\/24 {
    max-height: 50%;
  }

  .lg\:max-h-13\/24 {
    max-height: 54.166666%;
  }

  .lg\:max-h-14\/24 {
    max-height: 58.333333%;
  }

  .lg\:max-h-15\/24 {
    max-height: 62.5%;
  }

  .lg\:max-h-16\/24 {
    max-height: 66.666667%;
  }

  .lg\:max-h-17\/24 {
    max-height: 70.833333%;
  }

  .lg\:max-h-18\/24 {
    max-height: 75%;
  }

  .lg\:max-h-19\/24 {
    max-height: 79.166667%;
  }

  .lg\:max-h-20\/24 {
    max-height: 83.333333%;
  }

  .lg\:max-h-21\/24 {
    max-height: 87.5%;
  }

  .lg\:max-h-22\/24 {
    max-height: 91.666667%;
  }

  .lg\:max-h-23\/24 {
    max-height: 95.833333%;
  }

  .lg\:max-h-24\/24 {
    max-height: 100%;
  }

  .lg\:max-h-screen-header {
    max-height: 41.55vw;
  }

  .lg\:max-h-screen-60 {
    max-height: 60vh;
  }

  .lg\:max-h-screen-80 {
    max-height: 80vh;
  }

  .lg\:max-h-screen-85 {
    max-height: 85vh;
  }

  .lg\:max-h-screen-90 {
    max-height: 90vh;
  }

  .lg\:max-h-screen-95 {
    max-height: 95vh;
  }

  .lg\:max-h-screen-minus-header {
    max-height: calc(100vh - 5.25rem);
  }

  .lg\:max-h-screen-minus-35\.5 {
    max-height: calc(100vh - 8.875rem);
  }

  .lg\:max-h-screen-minus-36 {
    max-height: calc(100vh - 9rem);
  }

  .lg\:max-h-screen-minus-40 {
    max-height: calc(100vh - 10rem);
  }

  .lg\:max-h-screen-minus-55 {
    max-height: calc(100vh - 13.75rem);
  }

  .lg\:max-h-screen-minus-72 {
    max-height: calc(100vh - 18rem);
  }

  .lg\:max-h-screen-minus-80 {
    max-height: calc(100vh - 20rem);
  }

  .lg\:max-h-full-4 {
    max-height: calc(100% - 16px);
  }

  .lg\:max-h-account-body {
    max-height: calc(100vw - 304px);
  }

  .lg\:max-h-menu-center {
    max-height: calc(50% - 288px);
  }

  .lg\:max-h-tutorials-hidden {
    max-height: calc(100% - 56px);
  }

  .lg\:max-h-popup-full-width {
    max-height: calc(100% + 32px);
  }

  .lg\:max-h-popup-full-width-md {
    max-height: calc(100% + 64px);
  }

  .lg\:max-h-popup-full-height {
    max-height: calc(100% + 68px);
  }

  .lg\:max-h-max-content {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-16 {
    min-height: 4rem;
  }

  .lg\:min-h-24 {
    min-height: 6rem;
  }

  .lg\:min-h-32 {
    min-height: 8rem;
  }

  .lg\:min-h-50 {
    min-height: 12.5rem;
  }

  .lg\:min-h-63 {
    min-height: 15.75rem;
  }

  .lg\:min-h-100 {
    min-height: 25rem;
  }

  .lg\:min-h-116 {
    min-height: 29rem;
  }

  .lg\:min-h-128 {
    min-height: 32rem;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-18 {
    width: 4.5rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-21 {
    width: 5.25rem;
  }

  .lg\:w-22 {
    width: 5.5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-26 {
    width: 6.5rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-29 {
    width: 7.25rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-34 {
    width: 8.5rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-42 {
    width: 10.5rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-68 {
    width: 17rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-77 {
    width: 19.25rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-82 {
    width: 20.5rem;
  }

  .lg\:w-88 {
    width: 22rem;
  }

  .lg\:w-94 {
    width: 23.5rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-98 {
    width: 24.5rem;
  }

  .lg\:w-104 {
    width: 26rem;
  }

  .lg\:w-108 {
    width: 27rem;
  }

  .lg\:w-110 {
    width: 27.5rem;
  }

  .lg\:w-112 {
    width: 28rem;
  }

  .lg\:w-120 {
    width: 30rem;
  }

  .lg\:w-128 {
    width: 32rem;
  }

  .lg\:w-132 {
    width: 33rem;
  }

  .lg\:w-134 {
    width: 33.5rem;
  }

  .lg\:w-135 {
    width: 33.75rem;
  }

  .lg\:w-136 {
    width: 34rem;
  }

  .lg\:w-144 {
    width: 36rem;
  }

  .lg\:w-152 {
    width: 38rem;
  }

  .lg\:w-160 {
    width: 40rem;
  }

  .lg\:w-164 {
    width: 41rem;
  }

  .lg\:w-172 {
    width: 43rem;
  }

  .lg\:w-179 {
    width: 44.75rem;
  }

  .lg\:w-184 {
    width: 46rem;
  }

  .lg\:w-192 {
    width: 48rem;
  }

  .lg\:w-224 {
    width: 56rem;
  }

  .lg\:w-240 {
    width: 60rem;
  }

  .lg\:w-256 {
    width: 64rem;
  }

  .lg\:w-265 {
    width: 66.25rem;
  }

  .lg\:w-288 {
    width: 72rem;
  }

  .lg\:w-384 {
    width: 96rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-0\.5 {
    width: 0.125rem;
  }

  .lg\:w-1\.5 {
    width: 0.375rem;
  }

  .lg\:w-2\.5 {
    width: 0.625rem;
  }

  .lg\:w-3\.5 {
    width: 0.875rem;
  }

  .lg\:w-0\.75 {
    width: 0.1875rem;
  }

  .lg\:w-4\.5 {
    width: 1.125rem;
  }

  .lg\:w-7\.5 {
    width: 1.875rem;
  }

  .lg\:w-9\.5 {
    width: 2.375rem;
  }

  .lg\:w-9\.75 {
    width: 2.4375rem;
  }

  .lg\:w-12\.5 {
    width: 3.125rem;
  }

  .lg\:w-13\.5 {
    width: 3.375rem;
  }

  .lg\:w-292\.5 {
    width: 73.125rem;
  }

  .lg\:w-1\/24 {
    width: 4.166667%;
  }

  .lg\:w-2\/24 {
    width: 8.333333%;
  }

  .lg\:w-3\/24 {
    width: 12.5%;
  }

  .lg\:w-4\/24 {
    width: 16.666667%;
  }

  .lg\:w-5\/24 {
    width: 20.833333%;
  }

  .lg\:w-6\/24 {
    width: 25%;
  }

  .lg\:w-7\/24 {
    width: 29.166666%;
  }

  .lg\:w-8\/24 {
    width: 33.333333%;
  }

  .lg\:w-9\/24 {
    width: 37.5%;
  }

  .lg\:w-10\/24 {
    width: 41.666666%;
  }

  .lg\:w-11\/24 {
    width: 45.833333%;
  }

  .lg\:w-12\/24 {
    width: 50%;
  }

  .lg\:w-13\/24 {
    width: 54.166666%;
  }

  .lg\:w-14\/24 {
    width: 58.333333%;
  }

  .lg\:w-15\/24 {
    width: 62.5%;
  }

  .lg\:w-16\/24 {
    width: 66.666667%;
  }

  .lg\:w-17\/24 {
    width: 70.833333%;
  }

  .lg\:w-18\/24 {
    width: 75%;
  }

  .lg\:w-19\/24 {
    width: 79.166667%;
  }

  .lg\:w-20\/24 {
    width: 83.333333%;
  }

  .lg\:w-21\/24 {
    width: 87.5%;
  }

  .lg\:w-22\/24 {
    width: 91.666667%;
  }

  .lg\:w-23\/24 {
    width: 95.833333%;
  }

  .lg\:w-24\/24 {
    width: 100%;
  }

  .lg\:w-screen-header {
    width: 41.55vw;
  }

  .lg\:w-screen-60 {
    width: 60vh;
  }

  .lg\:w-screen-80 {
    width: 80vh;
  }

  .lg\:w-screen-85 {
    width: 85vh;
  }

  .lg\:w-screen-90 {
    width: 90vh;
  }

  .lg\:w-screen-95 {
    width: 95vh;
  }

  .lg\:w-screen-minus-header {
    width: calc(100vh - 5.25rem);
  }

  .lg\:w-screen-minus-35\.5 {
    width: calc(100vh - 8.875rem);
  }

  .lg\:w-screen-minus-36 {
    width: calc(100vh - 9rem);
  }

  .lg\:w-screen-minus-40 {
    width: calc(100vh - 10rem);
  }

  .lg\:w-screen-minus-55 {
    width: calc(100vh - 13.75rem);
  }

  .lg\:w-screen-minus-72 {
    width: calc(100vh - 18rem);
  }

  .lg\:w-screen-minus-80 {
    width: calc(100vh - 20rem);
  }

  .lg\:w-full-4 {
    width: calc(100% - 16px);
  }

  .lg\:w-account-body {
    width: calc(100vw - 304px);
  }

  .lg\:w-menu-center {
    width: calc(50% - 288px);
  }

  .lg\:w-tutorials-hidden {
    width: calc(100% - 56px);
  }

  .lg\:w-popup-full-width {
    width: calc(100% + 32px);
  }

  .lg\:w-popup-full-width-md {
    width: calc(100% + 64px);
  }

  .lg\:w-popup-full-height {
    width: calc(100% + 68px);
  }

  .lg\:w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-20 {
    min-width: 5rem;
  }

  .lg\:min-w-32 {
    min-width: 8rem;
  }

  .lg\:min-w-50 {
    min-width: 12.5rem;
  }

  .lg\:min-w-64 {
    min-width: 16rem;
  }

  .lg\:min-w-72 {
    min-width: 18rem;
  }

  .lg\:min-w-100 {
    min-width: 25rem;
  }

  .lg\:min-w-105 {
    min-width: 26.25rem;
  }

  .lg\:min-w-150 {
    min-width: 37.5rem;
  }

  .lg\:min-w-168 {
    min-width: 42rem;
  }

  .lg\:min-w-240 {
    min-width: 60rem;
  }

  .lg\:min-w-304 {
    min-width: 76rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:max-w-0 {
    max-width: 0rem;
  }

  .lg\:max-w-25 {
    max-width: 6.25rem;
  }

  .lg\:max-w-32 {
    max-width: 8rem;
  }

  .lg\:max-w-48 {
    max-width: 12rem;
  }

  .lg\:max-w-62 {
    max-width: 15.5rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

  .lg\:max-w-72 {
    max-width: 18rem;
  }

  .lg\:max-w-74 {
    max-width: 18.5rem;
  }

  .lg\:max-w-80 {
    max-width: 20rem;
  }

  .lg\:max-w-88 {
    max-width: 22rem;
  }

  .lg\:max-w-92 {
    max-width: 23rem;
  }

  .lg\:max-w-112 {
    max-width: 28rem;
  }

  .lg\:max-w-128 {
    max-width: 32rem;
  }

  .lg\:max-w-144 {
    max-width: 36rem;
  }

  .lg\:max-w-168 {
    max-width: 42rem;
  }

  .lg\:max-w-172 {
    max-width: 43rem;
  }

  .lg\:max-w-208 {
    max-width: 52rem;
  }

  .lg\:max-w-232 {
    max-width: 58rem;
  }

  .lg\:max-w-254 {
    max-width: 63.5rem;
  }

  .lg\:max-w-280 {
    max-width: 70rem;
  }

  .lg\:max-w-300 {
    max-width: 75rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .lg\:max-w-prose {
    max-width: 65ch;
  }

  .lg\:max-w-screen-xs {
    max-width: 425px;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .lg\:max-w-explorer {
    max-width: calc(100% - 1rem);
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:border-collapse {
    border-collapse: collapse;
  }

  .lg\:border-separate {
    border-collapse: separate;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .lg\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .lg\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .lg\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .lg\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .lg\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .lg\:translate-x-29 {
    --tw-translate-x: 7.25rem;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .lg\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .lg\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .lg\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .lg\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .lg\:translate-x-77 {
    --tw-translate-x: 19.25rem;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .lg\:translate-x-82 {
    --tw-translate-x: 20.5rem;
  }

  .lg\:translate-x-88 {
    --tw-translate-x: 22rem;
  }

  .lg\:translate-x-94 {
    --tw-translate-x: 23.5rem;
  }

  .lg\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .lg\:translate-x-98 {
    --tw-translate-x: 24.5rem;
  }

  .lg\:translate-x-104 {
    --tw-translate-x: 26rem;
  }

  .lg\:translate-x-108 {
    --tw-translate-x: 27rem;
  }

  .lg\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .lg\:translate-x-112 {
    --tw-translate-x: 28rem;
  }

  .lg\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .lg\:translate-x-128 {
    --tw-translate-x: 32rem;
  }

  .lg\:translate-x-132 {
    --tw-translate-x: 33rem;
  }

  .lg\:translate-x-134 {
    --tw-translate-x: 33.5rem;
  }

  .lg\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .lg\:translate-x-136 {
    --tw-translate-x: 34rem;
  }

  .lg\:translate-x-144 {
    --tw-translate-x: 36rem;
  }

  .lg\:translate-x-152 {
    --tw-translate-x: 38rem;
  }

  .lg\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .lg\:translate-x-164 {
    --tw-translate-x: 41rem;
  }

  .lg\:translate-x-172 {
    --tw-translate-x: 43rem;
  }

  .lg\:translate-x-179 {
    --tw-translate-x: 44.75rem;
  }

  .lg\:translate-x-184 {
    --tw-translate-x: 46rem;
  }

  .lg\:translate-x-192 {
    --tw-translate-x: 48rem;
  }

  .lg\:translate-x-224 {
    --tw-translate-x: 56rem;
  }

  .lg\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .lg\:translate-x-256 {
    --tw-translate-x: 64rem;
  }

  .lg\:translate-x-265 {
    --tw-translate-x: 66.25rem;
  }

  .lg\:translate-x-288 {
    --tw-translate-x: 72rem;
  }

  .lg\:translate-x-384 {
    --tw-translate-x: 96rem;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .lg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .lg\:translate-x-0\.75 {
    --tw-translate-x: 0.1875rem;
  }

  .lg\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .lg\:translate-x-7\.5 {
    --tw-translate-x: 1.875rem;
  }

  .lg\:translate-x-9\.5 {
    --tw-translate-x: 2.375rem;
  }

  .lg\:translate-x-9\.75 {
    --tw-translate-x: 2.4375rem;
  }

  .lg\:translate-x-12\.5 {
    --tw-translate-x: 3.125rem;
  }

  .lg\:translate-x-13\.5 {
    --tw-translate-x: 3.375rem;
  }

  .lg\:translate-x-292\.5 {
    --tw-translate-x: 73.125rem;
  }

  .lg\:translate-x-1\/24 {
    --tw-translate-x: 4.166667%;
  }

  .lg\:translate-x-2\/24 {
    --tw-translate-x: 8.333333%;
  }

  .lg\:translate-x-3\/24 {
    --tw-translate-x: 12.5%;
  }

  .lg\:translate-x-4\/24 {
    --tw-translate-x: 16.666667%;
  }

  .lg\:translate-x-5\/24 {
    --tw-translate-x: 20.833333%;
  }

  .lg\:translate-x-6\/24 {
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-7\/24 {
    --tw-translate-x: 29.166666%;
  }

  .lg\:translate-x-8\/24 {
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-9\/24 {
    --tw-translate-x: 37.5%;
  }

  .lg\:translate-x-10\/24 {
    --tw-translate-x: 41.666666%;
  }

  .lg\:translate-x-11\/24 {
    --tw-translate-x: 45.833333%;
  }

  .lg\:translate-x-12\/24 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-13\/24 {
    --tw-translate-x: 54.166666%;
  }

  .lg\:translate-x-14\/24 {
    --tw-translate-x: 58.333333%;
  }

  .lg\:translate-x-15\/24 {
    --tw-translate-x: 62.5%;
  }

  .lg\:translate-x-16\/24 {
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-17\/24 {
    --tw-translate-x: 70.833333%;
  }

  .lg\:translate-x-18\/24 {
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-19\/24 {
    --tw-translate-x: 79.166667%;
  }

  .lg\:translate-x-20\/24 {
    --tw-translate-x: 83.333333%;
  }

  .lg\:translate-x-21\/24 {
    --tw-translate-x: 87.5%;
  }

  .lg\:translate-x-22\/24 {
    --tw-translate-x: 91.666667%;
  }

  .lg\:translate-x-23\/24 {
    --tw-translate-x: 95.833333%;
  }

  .lg\:translate-x-24\/24 {
    --tw-translate-x: 100%;
  }

  .lg\:translate-x-screen-header {
    --tw-translate-x: 41.55vw;
  }

  .lg\:translate-x-screen-60 {
    --tw-translate-x: 60vh;
  }

  .lg\:translate-x-screen-80 {
    --tw-translate-x: 80vh;
  }

  .lg\:translate-x-screen-85 {
    --tw-translate-x: 85vh;
  }

  .lg\:translate-x-screen-90 {
    --tw-translate-x: 90vh;
  }

  .lg\:translate-x-screen-95 {
    --tw-translate-x: 95vh;
  }

  .lg\:translate-x-screen-minus-header {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .lg\:translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .lg\:translate-x-screen-minus-36 {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .lg\:translate-x-screen-minus-40 {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .lg\:translate-x-screen-minus-55 {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .lg\:translate-x-screen-minus-72 {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .lg\:translate-x-screen-minus-80 {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .lg\:translate-x-full-4 {
    --tw-translate-x: calc(100% - 16px);
  }

  .lg\:translate-x-account-body {
    --tw-translate-x: calc(100vw - 304px);
  }

  .lg\:translate-x-menu-center {
    --tw-translate-x: calc(50% - 288px);
  }

  .lg\:translate-x-tutorials-hidden {
    --tw-translate-x: calc(100% - 56px);
  }

  .lg\:translate-x-popup-full-width {
    --tw-translate-x: calc(100% + 32px);
  }

  .lg\:translate-x-popup-full-width-md {
    --tw-translate-x: calc(100% + 64px);
  }

  .lg\:translate-x-popup-full-height {
    --tw-translate-x: calc(100% + 68px);
  }

  .lg\:translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .lg\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .lg\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .lg\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .lg\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .lg\:-translate-x-29 {
    --tw-translate-x: -7.25rem;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .lg\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .lg\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .lg\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .lg\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .lg\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .lg\:-translate-x-77 {
    --tw-translate-x: -19.25rem;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .lg\:-translate-x-82 {
    --tw-translate-x: -20.5rem;
  }

  .lg\:-translate-x-88 {
    --tw-translate-x: -22rem;
  }

  .lg\:-translate-x-94 {
    --tw-translate-x: -23.5rem;
  }

  .lg\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .lg\:-translate-x-98 {
    --tw-translate-x: -24.5rem;
  }

  .lg\:-translate-x-104 {
    --tw-translate-x: -26rem;
  }

  .lg\:-translate-x-108 {
    --tw-translate-x: -27rem;
  }

  .lg\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .lg\:-translate-x-112 {
    --tw-translate-x: -28rem;
  }

  .lg\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .lg\:-translate-x-128 {
    --tw-translate-x: -32rem;
  }

  .lg\:-translate-x-132 {
    --tw-translate-x: -33rem;
  }

  .lg\:-translate-x-134 {
    --tw-translate-x: -33.5rem;
  }

  .lg\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .lg\:-translate-x-136 {
    --tw-translate-x: -34rem;
  }

  .lg\:-translate-x-144 {
    --tw-translate-x: -36rem;
  }

  .lg\:-translate-x-152 {
    --tw-translate-x: -38rem;
  }

  .lg\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .lg\:-translate-x-164 {
    --tw-translate-x: -41rem;
  }

  .lg\:-translate-x-172 {
    --tw-translate-x: -43rem;
  }

  .lg\:-translate-x-179 {
    --tw-translate-x: -44.75rem;
  }

  .lg\:-translate-x-184 {
    --tw-translate-x: -46rem;
  }

  .lg\:-translate-x-192 {
    --tw-translate-x: -48rem;
  }

  .lg\:-translate-x-224 {
    --tw-translate-x: -56rem;
  }

  .lg\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .lg\:-translate-x-256 {
    --tw-translate-x: -64rem;
  }

  .lg\:-translate-x-265 {
    --tw-translate-x: -66.25rem;
  }

  .lg\:-translate-x-288 {
    --tw-translate-x: -72rem;
  }

  .lg\:-translate-x-384 {
    --tw-translate-x: -96rem;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .lg\:-translate-x-0\.75 {
    --tw-translate-x: -0.1875rem;
  }

  .lg\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .lg\:-translate-x-7\.5 {
    --tw-translate-x: -1.875rem;
  }

  .lg\:-translate-x-9\.5 {
    --tw-translate-x: -2.375rem;
  }

  .lg\:-translate-x-9\.75 {
    --tw-translate-x: -2.4375rem;
  }

  .lg\:-translate-x-12\.5 {
    --tw-translate-x: -3.125rem;
  }

  .lg\:-translate-x-13\.5 {
    --tw-translate-x: -3.375rem;
  }

  .lg\:-translate-x-292\.5 {
    --tw-translate-x: -73.125rem;
  }

  .lg\:-translate-x-1\/24 {
    --tw-translate-x: -4.16667%;
  }

  .lg\:-translate-x-2\/24 {
    --tw-translate-x: -8.33333%;
  }

  .lg\:-translate-x-3\/24 {
    --tw-translate-x: -12.5%;
  }

  .lg\:-translate-x-4\/24 {
    --tw-translate-x: -16.66667%;
  }

  .lg\:-translate-x-5\/24 {
    --tw-translate-x: -20.83333%;
  }

  .lg\:-translate-x-6\/24 {
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-7\/24 {
    --tw-translate-x: -29.16667%;
  }

  .lg\:-translate-x-8\/24 {
    --tw-translate-x: -33.33333%;
  }

  .lg\:-translate-x-9\/24 {
    --tw-translate-x: -37.5%;
  }

  .lg\:-translate-x-10\/24 {
    --tw-translate-x: -41.66667%;
  }

  .lg\:-translate-x-11\/24 {
    --tw-translate-x: -45.83333%;
  }

  .lg\:-translate-x-12\/24 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-13\/24 {
    --tw-translate-x: -54.16667%;
  }

  .lg\:-translate-x-14\/24 {
    --tw-translate-x: -58.33333%;
  }

  .lg\:-translate-x-15\/24 {
    --tw-translate-x: -62.5%;
  }

  .lg\:-translate-x-16\/24 {
    --tw-translate-x: -66.66667%;
  }

  .lg\:-translate-x-17\/24 {
    --tw-translate-x: -70.83333%;
  }

  .lg\:-translate-x-18\/24 {
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-19\/24 {
    --tw-translate-x: -79.16667%;
  }

  .lg\:-translate-x-20\/24 {
    --tw-translate-x: -83.33333%;
  }

  .lg\:-translate-x-21\/24 {
    --tw-translate-x: -87.5%;
  }

  .lg\:-translate-x-22\/24 {
    --tw-translate-x: -91.66667%;
  }

  .lg\:-translate-x-23\/24 {
    --tw-translate-x: -95.83333%;
  }

  .lg\:-translate-x-24\/24 {
    --tw-translate-x: -100%;
  }

  .lg\:-translate-x-screen-header {
    --tw-translate-x: -41.55vw;
  }

  .lg\:-translate-x-screen-60 {
    --tw-translate-x: -60vh;
  }

  .lg\:-translate-x-screen-80 {
    --tw-translate-x: -80vh;
  }

  .lg\:-translate-x-screen-85 {
    --tw-translate-x: -85vh;
  }

  .lg\:-translate-x-screen-90 {
    --tw-translate-x: -90vh;
  }

  .lg\:-translate-x-screen-95 {
    --tw-translate-x: -95vh;
  }

  .lg\:-translate-x-screen-minus-header {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .lg\:-translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .lg\:-translate-x-screen-minus-36 {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .lg\:-translate-x-screen-minus-40 {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .lg\:-translate-x-screen-minus-55 {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .lg\:-translate-x-screen-minus-72 {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .lg\:-translate-x-screen-minus-80 {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .lg\:-translate-x-full-4 {
    --tw-translate-x: calc(-100% - -16px);
  }

  .lg\:-translate-x-account-body {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .lg\:-translate-x-menu-center {
    --tw-translate-x: calc(-50% - -288px);
  }

  .lg\:-translate-x-tutorials-hidden {
    --tw-translate-x: calc(-100% - -56px);
  }

  .lg\:-translate-x-popup-full-width {
    --tw-translate-x: calc(-100% + -32px);
  }

  .lg\:-translate-x-popup-full-width-md {
    --tw-translate-x: calc(-100% + -64px);
  }

  .lg\:-translate-x-popup-full-height {
    --tw-translate-x: calc(-100% + -68px);
  }

  .lg\:-translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .lg\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .lg\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .lg\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .lg\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .lg\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .lg\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .lg\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .lg\:translate-y-29 {
    --tw-translate-y: 7.25rem;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .lg\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .lg\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .lg\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .lg\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .lg\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .lg\:translate-y-77 {
    --tw-translate-y: 19.25rem;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .lg\:translate-y-82 {
    --tw-translate-y: 20.5rem;
  }

  .lg\:translate-y-88 {
    --tw-translate-y: 22rem;
  }

  .lg\:translate-y-94 {
    --tw-translate-y: 23.5rem;
  }

  .lg\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .lg\:translate-y-98 {
    --tw-translate-y: 24.5rem;
  }

  .lg\:translate-y-104 {
    --tw-translate-y: 26rem;
  }

  .lg\:translate-y-108 {
    --tw-translate-y: 27rem;
  }

  .lg\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .lg\:translate-y-112 {
    --tw-translate-y: 28rem;
  }

  .lg\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .lg\:translate-y-128 {
    --tw-translate-y: 32rem;
  }

  .lg\:translate-y-132 {
    --tw-translate-y: 33rem;
  }

  .lg\:translate-y-134 {
    --tw-translate-y: 33.5rem;
  }

  .lg\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .lg\:translate-y-136 {
    --tw-translate-y: 34rem;
  }

  .lg\:translate-y-144 {
    --tw-translate-y: 36rem;
  }

  .lg\:translate-y-152 {
    --tw-translate-y: 38rem;
  }

  .lg\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .lg\:translate-y-164 {
    --tw-translate-y: 41rem;
  }

  .lg\:translate-y-172 {
    --tw-translate-y: 43rem;
  }

  .lg\:translate-y-179 {
    --tw-translate-y: 44.75rem;
  }

  .lg\:translate-y-184 {
    --tw-translate-y: 46rem;
  }

  .lg\:translate-y-192 {
    --tw-translate-y: 48rem;
  }

  .lg\:translate-y-224 {
    --tw-translate-y: 56rem;
  }

  .lg\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .lg\:translate-y-256 {
    --tw-translate-y: 64rem;
  }

  .lg\:translate-y-265 {
    --tw-translate-y: 66.25rem;
  }

  .lg\:translate-y-288 {
    --tw-translate-y: 72rem;
  }

  .lg\:translate-y-384 {
    --tw-translate-y: 96rem;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .lg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .lg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .lg\:translate-y-0\.75 {
    --tw-translate-y: 0.1875rem;
  }

  .lg\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .lg\:translate-y-7\.5 {
    --tw-translate-y: 1.875rem;
  }

  .lg\:translate-y-9\.5 {
    --tw-translate-y: 2.375rem;
  }

  .lg\:translate-y-9\.75 {
    --tw-translate-y: 2.4375rem;
  }

  .lg\:translate-y-12\.5 {
    --tw-translate-y: 3.125rem;
  }

  .lg\:translate-y-13\.5 {
    --tw-translate-y: 3.375rem;
  }

  .lg\:translate-y-292\.5 {
    --tw-translate-y: 73.125rem;
  }

  .lg\:translate-y-1\/24 {
    --tw-translate-y: 4.166667%;
  }

  .lg\:translate-y-2\/24 {
    --tw-translate-y: 8.333333%;
  }

  .lg\:translate-y-3\/24 {
    --tw-translate-y: 12.5%;
  }

  .lg\:translate-y-4\/24 {
    --tw-translate-y: 16.666667%;
  }

  .lg\:translate-y-5\/24 {
    --tw-translate-y: 20.833333%;
  }

  .lg\:translate-y-6\/24 {
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-7\/24 {
    --tw-translate-y: 29.166666%;
  }

  .lg\:translate-y-8\/24 {
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-9\/24 {
    --tw-translate-y: 37.5%;
  }

  .lg\:translate-y-10\/24 {
    --tw-translate-y: 41.666666%;
  }

  .lg\:translate-y-11\/24 {
    --tw-translate-y: 45.833333%;
  }

  .lg\:translate-y-12\/24 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-13\/24 {
    --tw-translate-y: 54.166666%;
  }

  .lg\:translate-y-14\/24 {
    --tw-translate-y: 58.333333%;
  }

  .lg\:translate-y-15\/24 {
    --tw-translate-y: 62.5%;
  }

  .lg\:translate-y-16\/24 {
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-17\/24 {
    --tw-translate-y: 70.833333%;
  }

  .lg\:translate-y-18\/24 {
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-19\/24 {
    --tw-translate-y: 79.166667%;
  }

  .lg\:translate-y-20\/24 {
    --tw-translate-y: 83.333333%;
  }

  .lg\:translate-y-21\/24 {
    --tw-translate-y: 87.5%;
  }

  .lg\:translate-y-22\/24 {
    --tw-translate-y: 91.666667%;
  }

  .lg\:translate-y-23\/24 {
    --tw-translate-y: 95.833333%;
  }

  .lg\:translate-y-24\/24 {
    --tw-translate-y: 100%;
  }

  .lg\:translate-y-screen-header {
    --tw-translate-y: 41.55vw;
  }

  .lg\:translate-y-screen-60 {
    --tw-translate-y: 60vh;
  }

  .lg\:translate-y-screen-80 {
    --tw-translate-y: 80vh;
  }

  .lg\:translate-y-screen-85 {
    --tw-translate-y: 85vh;
  }

  .lg\:translate-y-screen-90 {
    --tw-translate-y: 90vh;
  }

  .lg\:translate-y-screen-95 {
    --tw-translate-y: 95vh;
  }

  .lg\:translate-y-screen-minus-header {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .lg\:translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .lg\:translate-y-screen-minus-36 {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .lg\:translate-y-screen-minus-40 {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .lg\:translate-y-screen-minus-55 {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .lg\:translate-y-screen-minus-72 {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .lg\:translate-y-screen-minus-80 {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .lg\:translate-y-full-4 {
    --tw-translate-y: calc(100% - 16px);
  }

  .lg\:translate-y-account-body {
    --tw-translate-y: calc(100vw - 304px);
  }

  .lg\:translate-y-menu-center {
    --tw-translate-y: calc(50% - 288px);
  }

  .lg\:translate-y-tutorials-hidden {
    --tw-translate-y: calc(100% - 56px);
  }

  .lg\:translate-y-popup-full-width {
    --tw-translate-y: calc(100% + 32px);
  }

  .lg\:translate-y-popup-full-width-md {
    --tw-translate-y: calc(100% + 64px);
  }

  .lg\:translate-y-popup-full-height {
    --tw-translate-y: calc(100% + 68px);
  }

  .lg\:translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .lg\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .lg\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .lg\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .lg\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .lg\:-translate-y-29 {
    --tw-translate-y: -7.25rem;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .lg\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .lg\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .lg\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .lg\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .lg\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .lg\:-translate-y-77 {
    --tw-translate-y: -19.25rem;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .lg\:-translate-y-82 {
    --tw-translate-y: -20.5rem;
  }

  .lg\:-translate-y-88 {
    --tw-translate-y: -22rem;
  }

  .lg\:-translate-y-94 {
    --tw-translate-y: -23.5rem;
  }

  .lg\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .lg\:-translate-y-98 {
    --tw-translate-y: -24.5rem;
  }

  .lg\:-translate-y-104 {
    --tw-translate-y: -26rem;
  }

  .lg\:-translate-y-108 {
    --tw-translate-y: -27rem;
  }

  .lg\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .lg\:-translate-y-112 {
    --tw-translate-y: -28rem;
  }

  .lg\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .lg\:-translate-y-128 {
    --tw-translate-y: -32rem;
  }

  .lg\:-translate-y-132 {
    --tw-translate-y: -33rem;
  }

  .lg\:-translate-y-134 {
    --tw-translate-y: -33.5rem;
  }

  .lg\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .lg\:-translate-y-136 {
    --tw-translate-y: -34rem;
  }

  .lg\:-translate-y-144 {
    --tw-translate-y: -36rem;
  }

  .lg\:-translate-y-152 {
    --tw-translate-y: -38rem;
  }

  .lg\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .lg\:-translate-y-164 {
    --tw-translate-y: -41rem;
  }

  .lg\:-translate-y-172 {
    --tw-translate-y: -43rem;
  }

  .lg\:-translate-y-179 {
    --tw-translate-y: -44.75rem;
  }

  .lg\:-translate-y-184 {
    --tw-translate-y: -46rem;
  }

  .lg\:-translate-y-192 {
    --tw-translate-y: -48rem;
  }

  .lg\:-translate-y-224 {
    --tw-translate-y: -56rem;
  }

  .lg\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .lg\:-translate-y-256 {
    --tw-translate-y: -64rem;
  }

  .lg\:-translate-y-265 {
    --tw-translate-y: -66.25rem;
  }

  .lg\:-translate-y-288 {
    --tw-translate-y: -72rem;
  }

  .lg\:-translate-y-384 {
    --tw-translate-y: -96rem;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .lg\:-translate-y-0\.75 {
    --tw-translate-y: -0.1875rem;
  }

  .lg\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .lg\:-translate-y-7\.5 {
    --tw-translate-y: -1.875rem;
  }

  .lg\:-translate-y-9\.5 {
    --tw-translate-y: -2.375rem;
  }

  .lg\:-translate-y-9\.75 {
    --tw-translate-y: -2.4375rem;
  }

  .lg\:-translate-y-12\.5 {
    --tw-translate-y: -3.125rem;
  }

  .lg\:-translate-y-13\.5 {
    --tw-translate-y: -3.375rem;
  }

  .lg\:-translate-y-292\.5 {
    --tw-translate-y: -73.125rem;
  }

  .lg\:-translate-y-1\/24 {
    --tw-translate-y: -4.16667%;
  }

  .lg\:-translate-y-2\/24 {
    --tw-translate-y: -8.33333%;
  }

  .lg\:-translate-y-3\/24 {
    --tw-translate-y: -12.5%;
  }

  .lg\:-translate-y-4\/24 {
    --tw-translate-y: -16.66667%;
  }

  .lg\:-translate-y-5\/24 {
    --tw-translate-y: -20.83333%;
  }

  .lg\:-translate-y-6\/24 {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-7\/24 {
    --tw-translate-y: -29.16667%;
  }

  .lg\:-translate-y-8\/24 {
    --tw-translate-y: -33.33333%;
  }

  .lg\:-translate-y-9\/24 {
    --tw-translate-y: -37.5%;
  }

  .lg\:-translate-y-10\/24 {
    --tw-translate-y: -41.66667%;
  }

  .lg\:-translate-y-11\/24 {
    --tw-translate-y: -45.83333%;
  }

  .lg\:-translate-y-12\/24 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-13\/24 {
    --tw-translate-y: -54.16667%;
  }

  .lg\:-translate-y-14\/24 {
    --tw-translate-y: -58.33333%;
  }

  .lg\:-translate-y-15\/24 {
    --tw-translate-y: -62.5%;
  }

  .lg\:-translate-y-16\/24 {
    --tw-translate-y: -66.66667%;
  }

  .lg\:-translate-y-17\/24 {
    --tw-translate-y: -70.83333%;
  }

  .lg\:-translate-y-18\/24 {
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-19\/24 {
    --tw-translate-y: -79.16667%;
  }

  .lg\:-translate-y-20\/24 {
    --tw-translate-y: -83.33333%;
  }

  .lg\:-translate-y-21\/24 {
    --tw-translate-y: -87.5%;
  }

  .lg\:-translate-y-22\/24 {
    --tw-translate-y: -91.66667%;
  }

  .lg\:-translate-y-23\/24 {
    --tw-translate-y: -95.83333%;
  }

  .lg\:-translate-y-24\/24 {
    --tw-translate-y: -100%;
  }

  .lg\:-translate-y-screen-header {
    --tw-translate-y: -41.55vw;
  }

  .lg\:-translate-y-screen-60 {
    --tw-translate-y: -60vh;
  }

  .lg\:-translate-y-screen-80 {
    --tw-translate-y: -80vh;
  }

  .lg\:-translate-y-screen-85 {
    --tw-translate-y: -85vh;
  }

  .lg\:-translate-y-screen-90 {
    --tw-translate-y: -90vh;
  }

  .lg\:-translate-y-screen-95 {
    --tw-translate-y: -95vh;
  }

  .lg\:-translate-y-screen-minus-header {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .lg\:-translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .lg\:-translate-y-screen-minus-36 {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .lg\:-translate-y-screen-minus-40 {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .lg\:-translate-y-screen-minus-55 {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .lg\:-translate-y-screen-minus-72 {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .lg\:-translate-y-screen-minus-80 {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .lg\:-translate-y-full-4 {
    --tw-translate-y: calc(-100% - -16px);
  }

  .lg\:-translate-y-account-body {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .lg\:-translate-y-menu-center {
    --tw-translate-y: calc(-50% - -288px);
  }

  .lg\:-translate-y-tutorials-hidden {
    --tw-translate-y: calc(-100% - -56px);
  }

  .lg\:-translate-y-popup-full-width {
    --tw-translate-y: calc(-100% + -32px);
  }

  .lg\:-translate-y-popup-full-width-md {
    --tw-translate-y: calc(-100% + -64px);
  }

  .lg\:-translate-y-popup-full-height {
    --tw-translate-y: calc(-100% + -68px);
  }

  .lg\:-translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .lg\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .lg\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .lg\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .lg\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .lg\:hover\:translate-x-29:hover {
    --tw-translate-x: 7.25rem;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .lg\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .lg\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .lg\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .lg\:hover\:translate-x-77:hover {
    --tw-translate-x: 19.25rem;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .lg\:hover\:translate-x-82:hover {
    --tw-translate-x: 20.5rem;
  }

  .lg\:hover\:translate-x-88:hover {
    --tw-translate-x: 22rem;
  }

  .lg\:hover\:translate-x-94:hover {
    --tw-translate-x: 23.5rem;
  }

  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .lg\:hover\:translate-x-98:hover {
    --tw-translate-x: 24.5rem;
  }

  .lg\:hover\:translate-x-104:hover {
    --tw-translate-x: 26rem;
  }

  .lg\:hover\:translate-x-108:hover {
    --tw-translate-x: 27rem;
  }

  .lg\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .lg\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem;
  }

  .lg\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .lg\:hover\:translate-x-128:hover {
    --tw-translate-x: 32rem;
  }

  .lg\:hover\:translate-x-132:hover {
    --tw-translate-x: 33rem;
  }

  .lg\:hover\:translate-x-134:hover {
    --tw-translate-x: 33.5rem;
  }

  .lg\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .lg\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem;
  }

  .lg\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem;
  }

  .lg\:hover\:translate-x-152:hover {
    --tw-translate-x: 38rem;
  }

  .lg\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .lg\:hover\:translate-x-164:hover {
    --tw-translate-x: 41rem;
  }

  .lg\:hover\:translate-x-172:hover {
    --tw-translate-x: 43rem;
  }

  .lg\:hover\:translate-x-179:hover {
    --tw-translate-x: 44.75rem;
  }

  .lg\:hover\:translate-x-184:hover {
    --tw-translate-x: 46rem;
  }

  .lg\:hover\:translate-x-192:hover {
    --tw-translate-x: 48rem;
  }

  .lg\:hover\:translate-x-224:hover {
    --tw-translate-x: 56rem;
  }

  .lg\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .lg\:hover\:translate-x-256:hover {
    --tw-translate-x: 64rem;
  }

  .lg\:hover\:translate-x-265:hover {
    --tw-translate-x: 66.25rem;
  }

  .lg\:hover\:translate-x-288:hover {
    --tw-translate-x: 72rem;
  }

  .lg\:hover\:translate-x-384:hover {
    --tw-translate-x: 96rem;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .lg\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.1875rem;
  }

  .lg\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .lg\:hover\:translate-x-7\.5:hover {
    --tw-translate-x: 1.875rem;
  }

  .lg\:hover\:translate-x-9\.5:hover {
    --tw-translate-x: 2.375rem;
  }

  .lg\:hover\:translate-x-9\.75:hover {
    --tw-translate-x: 2.4375rem;
  }

  .lg\:hover\:translate-x-12\.5:hover {
    --tw-translate-x: 3.125rem;
  }

  .lg\:hover\:translate-x-13\.5:hover {
    --tw-translate-x: 3.375rem;
  }

  .lg\:hover\:translate-x-292\.5:hover {
    --tw-translate-x: 73.125rem;
  }

  .lg\:hover\:translate-x-1\/24:hover {
    --tw-translate-x: 4.166667%;
  }

  .lg\:hover\:translate-x-2\/24:hover {
    --tw-translate-x: 8.333333%;
  }

  .lg\:hover\:translate-x-3\/24:hover {
    --tw-translate-x: 12.5%;
  }

  .lg\:hover\:translate-x-4\/24:hover {
    --tw-translate-x: 16.666667%;
  }

  .lg\:hover\:translate-x-5\/24:hover {
    --tw-translate-x: 20.833333%;
  }

  .lg\:hover\:translate-x-6\/24:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-7\/24:hover {
    --tw-translate-x: 29.166666%;
  }

  .lg\:hover\:translate-x-8\/24:hover {
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-9\/24:hover {
    --tw-translate-x: 37.5%;
  }

  .lg\:hover\:translate-x-10\/24:hover {
    --tw-translate-x: 41.666666%;
  }

  .lg\:hover\:translate-x-11\/24:hover {
    --tw-translate-x: 45.833333%;
  }

  .lg\:hover\:translate-x-12\/24:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-13\/24:hover {
    --tw-translate-x: 54.166666%;
  }

  .lg\:hover\:translate-x-14\/24:hover {
    --tw-translate-x: 58.333333%;
  }

  .lg\:hover\:translate-x-15\/24:hover {
    --tw-translate-x: 62.5%;
  }

  .lg\:hover\:translate-x-16\/24:hover {
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-17\/24:hover {
    --tw-translate-x: 70.833333%;
  }

  .lg\:hover\:translate-x-18\/24:hover {
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-19\/24:hover {
    --tw-translate-x: 79.166667%;
  }

  .lg\:hover\:translate-x-20\/24:hover {
    --tw-translate-x: 83.333333%;
  }

  .lg\:hover\:translate-x-21\/24:hover {
    --tw-translate-x: 87.5%;
  }

  .lg\:hover\:translate-x-22\/24:hover {
    --tw-translate-x: 91.666667%;
  }

  .lg\:hover\:translate-x-23\/24:hover {
    --tw-translate-x: 95.833333%;
  }

  .lg\:hover\:translate-x-24\/24:hover {
    --tw-translate-x: 100%;
  }

  .lg\:hover\:translate-x-screen-header:hover {
    --tw-translate-x: 41.55vw;
  }

  .lg\:hover\:translate-x-screen-60:hover {
    --tw-translate-x: 60vh;
  }

  .lg\:hover\:translate-x-screen-80:hover {
    --tw-translate-x: 80vh;
  }

  .lg\:hover\:translate-x-screen-85:hover {
    --tw-translate-x: 85vh;
  }

  .lg\:hover\:translate-x-screen-90:hover {
    --tw-translate-x: 90vh;
  }

  .lg\:hover\:translate-x-screen-95:hover {
    --tw-translate-x: 95vh;
  }

  .lg\:hover\:translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .lg\:hover\:translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .lg\:hover\:translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .lg\:hover\:translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .lg\:hover\:translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .lg\:hover\:translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .lg\:hover\:translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .lg\:hover\:translate-x-full-4:hover {
    --tw-translate-x: calc(100% - 16px);
  }

  .lg\:hover\:translate-x-account-body:hover {
    --tw-translate-x: calc(100vw - 304px);
  }

  .lg\:hover\:translate-x-menu-center:hover {
    --tw-translate-x: calc(50% - 288px);
  }

  .lg\:hover\:translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(100% - 56px);
  }

  .lg\:hover\:translate-x-popup-full-width:hover {
    --tw-translate-x: calc(100% + 32px);
  }

  .lg\:hover\:translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(100% + 64px);
  }

  .lg\:hover\:translate-x-popup-full-height:hover {
    --tw-translate-x: calc(100% + 68px);
  }

  .lg\:hover\:translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .lg\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .lg\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .lg\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .lg\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .lg\:hover\:-translate-x-29:hover {
    --tw-translate-x: -7.25rem;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .lg\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .lg\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .lg\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .lg\:hover\:-translate-x-77:hover {
    --tw-translate-x: -19.25rem;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .lg\:hover\:-translate-x-82:hover {
    --tw-translate-x: -20.5rem;
  }

  .lg\:hover\:-translate-x-88:hover {
    --tw-translate-x: -22rem;
  }

  .lg\:hover\:-translate-x-94:hover {
    --tw-translate-x: -23.5rem;
  }

  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .lg\:hover\:-translate-x-98:hover {
    --tw-translate-x: -24.5rem;
  }

  .lg\:hover\:-translate-x-104:hover {
    --tw-translate-x: -26rem;
  }

  .lg\:hover\:-translate-x-108:hover {
    --tw-translate-x: -27rem;
  }

  .lg\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .lg\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem;
  }

  .lg\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .lg\:hover\:-translate-x-128:hover {
    --tw-translate-x: -32rem;
  }

  .lg\:hover\:-translate-x-132:hover {
    --tw-translate-x: -33rem;
  }

  .lg\:hover\:-translate-x-134:hover {
    --tw-translate-x: -33.5rem;
  }

  .lg\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .lg\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem;
  }

  .lg\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem;
  }

  .lg\:hover\:-translate-x-152:hover {
    --tw-translate-x: -38rem;
  }

  .lg\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .lg\:hover\:-translate-x-164:hover {
    --tw-translate-x: -41rem;
  }

  .lg\:hover\:-translate-x-172:hover {
    --tw-translate-x: -43rem;
  }

  .lg\:hover\:-translate-x-179:hover {
    --tw-translate-x: -44.75rem;
  }

  .lg\:hover\:-translate-x-184:hover {
    --tw-translate-x: -46rem;
  }

  .lg\:hover\:-translate-x-192:hover {
    --tw-translate-x: -48rem;
  }

  .lg\:hover\:-translate-x-224:hover {
    --tw-translate-x: -56rem;
  }

  .lg\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .lg\:hover\:-translate-x-256:hover {
    --tw-translate-x: -64rem;
  }

  .lg\:hover\:-translate-x-265:hover {
    --tw-translate-x: -66.25rem;
  }

  .lg\:hover\:-translate-x-288:hover {
    --tw-translate-x: -72rem;
  }

  .lg\:hover\:-translate-x-384:hover {
    --tw-translate-x: -96rem;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .lg\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.1875rem;
  }

  .lg\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .lg\:hover\:-translate-x-7\.5:hover {
    --tw-translate-x: -1.875rem;
  }

  .lg\:hover\:-translate-x-9\.5:hover {
    --tw-translate-x: -2.375rem;
  }

  .lg\:hover\:-translate-x-9\.75:hover {
    --tw-translate-x: -2.4375rem;
  }

  .lg\:hover\:-translate-x-12\.5:hover {
    --tw-translate-x: -3.125rem;
  }

  .lg\:hover\:-translate-x-13\.5:hover {
    --tw-translate-x: -3.375rem;
  }

  .lg\:hover\:-translate-x-292\.5:hover {
    --tw-translate-x: -73.125rem;
  }

  .lg\:hover\:-translate-x-1\/24:hover {
    --tw-translate-x: -4.16667%;
  }

  .lg\:hover\:-translate-x-2\/24:hover {
    --tw-translate-x: -8.33333%;
  }

  .lg\:hover\:-translate-x-3\/24:hover {
    --tw-translate-x: -12.5%;
  }

  .lg\:hover\:-translate-x-4\/24:hover {
    --tw-translate-x: -16.66667%;
  }

  .lg\:hover\:-translate-x-5\/24:hover {
    --tw-translate-x: -20.83333%;
  }

  .lg\:hover\:-translate-x-6\/24:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-7\/24:hover {
    --tw-translate-x: -29.16667%;
  }

  .lg\:hover\:-translate-x-8\/24:hover {
    --tw-translate-x: -33.33333%;
  }

  .lg\:hover\:-translate-x-9\/24:hover {
    --tw-translate-x: -37.5%;
  }

  .lg\:hover\:-translate-x-10\/24:hover {
    --tw-translate-x: -41.66667%;
  }

  .lg\:hover\:-translate-x-11\/24:hover {
    --tw-translate-x: -45.83333%;
  }

  .lg\:hover\:-translate-x-12\/24:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-13\/24:hover {
    --tw-translate-x: -54.16667%;
  }

  .lg\:hover\:-translate-x-14\/24:hover {
    --tw-translate-x: -58.33333%;
  }

  .lg\:hover\:-translate-x-15\/24:hover {
    --tw-translate-x: -62.5%;
  }

  .lg\:hover\:-translate-x-16\/24:hover {
    --tw-translate-x: -66.66667%;
  }

  .lg\:hover\:-translate-x-17\/24:hover {
    --tw-translate-x: -70.83333%;
  }

  .lg\:hover\:-translate-x-18\/24:hover {
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-19\/24:hover {
    --tw-translate-x: -79.16667%;
  }

  .lg\:hover\:-translate-x-20\/24:hover {
    --tw-translate-x: -83.33333%;
  }

  .lg\:hover\:-translate-x-21\/24:hover {
    --tw-translate-x: -87.5%;
  }

  .lg\:hover\:-translate-x-22\/24:hover {
    --tw-translate-x: -91.66667%;
  }

  .lg\:hover\:-translate-x-23\/24:hover {
    --tw-translate-x: -95.83333%;
  }

  .lg\:hover\:-translate-x-24\/24:hover {
    --tw-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-screen-header:hover {
    --tw-translate-x: -41.55vw;
  }

  .lg\:hover\:-translate-x-screen-60:hover {
    --tw-translate-x: -60vh;
  }

  .lg\:hover\:-translate-x-screen-80:hover {
    --tw-translate-x: -80vh;
  }

  .lg\:hover\:-translate-x-screen-85:hover {
    --tw-translate-x: -85vh;
  }

  .lg\:hover\:-translate-x-screen-90:hover {
    --tw-translate-x: -90vh;
  }

  .lg\:hover\:-translate-x-screen-95:hover {
    --tw-translate-x: -95vh;
  }

  .lg\:hover\:-translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .lg\:hover\:-translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .lg\:hover\:-translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .lg\:hover\:-translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .lg\:hover\:-translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .lg\:hover\:-translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .lg\:hover\:-translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .lg\:hover\:-translate-x-full-4:hover {
    --tw-translate-x: calc(-100% - -16px);
  }

  .lg\:hover\:-translate-x-account-body:hover {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .lg\:hover\:-translate-x-menu-center:hover {
    --tw-translate-x: calc(-50% - -288px);
  }

  .lg\:hover\:-translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(-100% - -56px);
  }

  .lg\:hover\:-translate-x-popup-full-width:hover {
    --tw-translate-x: calc(-100% + -32px);
  }

  .lg\:hover\:-translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(-100% + -64px);
  }

  .lg\:hover\:-translate-x-popup-full-height:hover {
    --tw-translate-x: calc(-100% + -68px);
  }

  .lg\:hover\:-translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .lg\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .lg\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .lg\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .lg\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .lg\:hover\:translate-y-29:hover {
    --tw-translate-y: 7.25rem;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .lg\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .lg\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .lg\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .lg\:hover\:translate-y-77:hover {
    --tw-translate-y: 19.25rem;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .lg\:hover\:translate-y-82:hover {
    --tw-translate-y: 20.5rem;
  }

  .lg\:hover\:translate-y-88:hover {
    --tw-translate-y: 22rem;
  }

  .lg\:hover\:translate-y-94:hover {
    --tw-translate-y: 23.5rem;
  }

  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .lg\:hover\:translate-y-98:hover {
    --tw-translate-y: 24.5rem;
  }

  .lg\:hover\:translate-y-104:hover {
    --tw-translate-y: 26rem;
  }

  .lg\:hover\:translate-y-108:hover {
    --tw-translate-y: 27rem;
  }

  .lg\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .lg\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem;
  }

  .lg\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .lg\:hover\:translate-y-128:hover {
    --tw-translate-y: 32rem;
  }

  .lg\:hover\:translate-y-132:hover {
    --tw-translate-y: 33rem;
  }

  .lg\:hover\:translate-y-134:hover {
    --tw-translate-y: 33.5rem;
  }

  .lg\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .lg\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem;
  }

  .lg\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem;
  }

  .lg\:hover\:translate-y-152:hover {
    --tw-translate-y: 38rem;
  }

  .lg\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .lg\:hover\:translate-y-164:hover {
    --tw-translate-y: 41rem;
  }

  .lg\:hover\:translate-y-172:hover {
    --tw-translate-y: 43rem;
  }

  .lg\:hover\:translate-y-179:hover {
    --tw-translate-y: 44.75rem;
  }

  .lg\:hover\:translate-y-184:hover {
    --tw-translate-y: 46rem;
  }

  .lg\:hover\:translate-y-192:hover {
    --tw-translate-y: 48rem;
  }

  .lg\:hover\:translate-y-224:hover {
    --tw-translate-y: 56rem;
  }

  .lg\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .lg\:hover\:translate-y-256:hover {
    --tw-translate-y: 64rem;
  }

  .lg\:hover\:translate-y-265:hover {
    --tw-translate-y: 66.25rem;
  }

  .lg\:hover\:translate-y-288:hover {
    --tw-translate-y: 72rem;
  }

  .lg\:hover\:translate-y-384:hover {
    --tw-translate-y: 96rem;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .lg\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.1875rem;
  }

  .lg\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .lg\:hover\:translate-y-7\.5:hover {
    --tw-translate-y: 1.875rem;
  }

  .lg\:hover\:translate-y-9\.5:hover {
    --tw-translate-y: 2.375rem;
  }

  .lg\:hover\:translate-y-9\.75:hover {
    --tw-translate-y: 2.4375rem;
  }

  .lg\:hover\:translate-y-12\.5:hover {
    --tw-translate-y: 3.125rem;
  }

  .lg\:hover\:translate-y-13\.5:hover {
    --tw-translate-y: 3.375rem;
  }

  .lg\:hover\:translate-y-292\.5:hover {
    --tw-translate-y: 73.125rem;
  }

  .lg\:hover\:translate-y-1\/24:hover {
    --tw-translate-y: 4.166667%;
  }

  .lg\:hover\:translate-y-2\/24:hover {
    --tw-translate-y: 8.333333%;
  }

  .lg\:hover\:translate-y-3\/24:hover {
    --tw-translate-y: 12.5%;
  }

  .lg\:hover\:translate-y-4\/24:hover {
    --tw-translate-y: 16.666667%;
  }

  .lg\:hover\:translate-y-5\/24:hover {
    --tw-translate-y: 20.833333%;
  }

  .lg\:hover\:translate-y-6\/24:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-7\/24:hover {
    --tw-translate-y: 29.166666%;
  }

  .lg\:hover\:translate-y-8\/24:hover {
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-9\/24:hover {
    --tw-translate-y: 37.5%;
  }

  .lg\:hover\:translate-y-10\/24:hover {
    --tw-translate-y: 41.666666%;
  }

  .lg\:hover\:translate-y-11\/24:hover {
    --tw-translate-y: 45.833333%;
  }

  .lg\:hover\:translate-y-12\/24:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-13\/24:hover {
    --tw-translate-y: 54.166666%;
  }

  .lg\:hover\:translate-y-14\/24:hover {
    --tw-translate-y: 58.333333%;
  }

  .lg\:hover\:translate-y-15\/24:hover {
    --tw-translate-y: 62.5%;
  }

  .lg\:hover\:translate-y-16\/24:hover {
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-17\/24:hover {
    --tw-translate-y: 70.833333%;
  }

  .lg\:hover\:translate-y-18\/24:hover {
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-19\/24:hover {
    --tw-translate-y: 79.166667%;
  }

  .lg\:hover\:translate-y-20\/24:hover {
    --tw-translate-y: 83.333333%;
  }

  .lg\:hover\:translate-y-21\/24:hover {
    --tw-translate-y: 87.5%;
  }

  .lg\:hover\:translate-y-22\/24:hover {
    --tw-translate-y: 91.666667%;
  }

  .lg\:hover\:translate-y-23\/24:hover {
    --tw-translate-y: 95.833333%;
  }

  .lg\:hover\:translate-y-24\/24:hover {
    --tw-translate-y: 100%;
  }

  .lg\:hover\:translate-y-screen-header:hover {
    --tw-translate-y: 41.55vw;
  }

  .lg\:hover\:translate-y-screen-60:hover {
    --tw-translate-y: 60vh;
  }

  .lg\:hover\:translate-y-screen-80:hover {
    --tw-translate-y: 80vh;
  }

  .lg\:hover\:translate-y-screen-85:hover {
    --tw-translate-y: 85vh;
  }

  .lg\:hover\:translate-y-screen-90:hover {
    --tw-translate-y: 90vh;
  }

  .lg\:hover\:translate-y-screen-95:hover {
    --tw-translate-y: 95vh;
  }

  .lg\:hover\:translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .lg\:hover\:translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .lg\:hover\:translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .lg\:hover\:translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .lg\:hover\:translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .lg\:hover\:translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .lg\:hover\:translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .lg\:hover\:translate-y-full-4:hover {
    --tw-translate-y: calc(100% - 16px);
  }

  .lg\:hover\:translate-y-account-body:hover {
    --tw-translate-y: calc(100vw - 304px);
  }

  .lg\:hover\:translate-y-menu-center:hover {
    --tw-translate-y: calc(50% - 288px);
  }

  .lg\:hover\:translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(100% - 56px);
  }

  .lg\:hover\:translate-y-popup-full-width:hover {
    --tw-translate-y: calc(100% + 32px);
  }

  .lg\:hover\:translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(100% + 64px);
  }

  .lg\:hover\:translate-y-popup-full-height:hover {
    --tw-translate-y: calc(100% + 68px);
  }

  .lg\:hover\:translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .lg\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .lg\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .lg\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .lg\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .lg\:hover\:-translate-y-29:hover {
    --tw-translate-y: -7.25rem;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .lg\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .lg\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .lg\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .lg\:hover\:-translate-y-77:hover {
    --tw-translate-y: -19.25rem;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .lg\:hover\:-translate-y-82:hover {
    --tw-translate-y: -20.5rem;
  }

  .lg\:hover\:-translate-y-88:hover {
    --tw-translate-y: -22rem;
  }

  .lg\:hover\:-translate-y-94:hover {
    --tw-translate-y: -23.5rem;
  }

  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .lg\:hover\:-translate-y-98:hover {
    --tw-translate-y: -24.5rem;
  }

  .lg\:hover\:-translate-y-104:hover {
    --tw-translate-y: -26rem;
  }

  .lg\:hover\:-translate-y-108:hover {
    --tw-translate-y: -27rem;
  }

  .lg\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .lg\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem;
  }

  .lg\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .lg\:hover\:-translate-y-128:hover {
    --tw-translate-y: -32rem;
  }

  .lg\:hover\:-translate-y-132:hover {
    --tw-translate-y: -33rem;
  }

  .lg\:hover\:-translate-y-134:hover {
    --tw-translate-y: -33.5rem;
  }

  .lg\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .lg\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem;
  }

  .lg\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem;
  }

  .lg\:hover\:-translate-y-152:hover {
    --tw-translate-y: -38rem;
  }

  .lg\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .lg\:hover\:-translate-y-164:hover {
    --tw-translate-y: -41rem;
  }

  .lg\:hover\:-translate-y-172:hover {
    --tw-translate-y: -43rem;
  }

  .lg\:hover\:-translate-y-179:hover {
    --tw-translate-y: -44.75rem;
  }

  .lg\:hover\:-translate-y-184:hover {
    --tw-translate-y: -46rem;
  }

  .lg\:hover\:-translate-y-192:hover {
    --tw-translate-y: -48rem;
  }

  .lg\:hover\:-translate-y-224:hover {
    --tw-translate-y: -56rem;
  }

  .lg\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .lg\:hover\:-translate-y-256:hover {
    --tw-translate-y: -64rem;
  }

  .lg\:hover\:-translate-y-265:hover {
    --tw-translate-y: -66.25rem;
  }

  .lg\:hover\:-translate-y-288:hover {
    --tw-translate-y: -72rem;
  }

  .lg\:hover\:-translate-y-384:hover {
    --tw-translate-y: -96rem;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .lg\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.1875rem;
  }

  .lg\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .lg\:hover\:-translate-y-7\.5:hover {
    --tw-translate-y: -1.875rem;
  }

  .lg\:hover\:-translate-y-9\.5:hover {
    --tw-translate-y: -2.375rem;
  }

  .lg\:hover\:-translate-y-9\.75:hover {
    --tw-translate-y: -2.4375rem;
  }

  .lg\:hover\:-translate-y-12\.5:hover {
    --tw-translate-y: -3.125rem;
  }

  .lg\:hover\:-translate-y-13\.5:hover {
    --tw-translate-y: -3.375rem;
  }

  .lg\:hover\:-translate-y-292\.5:hover {
    --tw-translate-y: -73.125rem;
  }

  .lg\:hover\:-translate-y-1\/24:hover {
    --tw-translate-y: -4.16667%;
  }

  .lg\:hover\:-translate-y-2\/24:hover {
    --tw-translate-y: -8.33333%;
  }

  .lg\:hover\:-translate-y-3\/24:hover {
    --tw-translate-y: -12.5%;
  }

  .lg\:hover\:-translate-y-4\/24:hover {
    --tw-translate-y: -16.66667%;
  }

  .lg\:hover\:-translate-y-5\/24:hover {
    --tw-translate-y: -20.83333%;
  }

  .lg\:hover\:-translate-y-6\/24:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-7\/24:hover {
    --tw-translate-y: -29.16667%;
  }

  .lg\:hover\:-translate-y-8\/24:hover {
    --tw-translate-y: -33.33333%;
  }

  .lg\:hover\:-translate-y-9\/24:hover {
    --tw-translate-y: -37.5%;
  }

  .lg\:hover\:-translate-y-10\/24:hover {
    --tw-translate-y: -41.66667%;
  }

  .lg\:hover\:-translate-y-11\/24:hover {
    --tw-translate-y: -45.83333%;
  }

  .lg\:hover\:-translate-y-12\/24:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-13\/24:hover {
    --tw-translate-y: -54.16667%;
  }

  .lg\:hover\:-translate-y-14\/24:hover {
    --tw-translate-y: -58.33333%;
  }

  .lg\:hover\:-translate-y-15\/24:hover {
    --tw-translate-y: -62.5%;
  }

  .lg\:hover\:-translate-y-16\/24:hover {
    --tw-translate-y: -66.66667%;
  }

  .lg\:hover\:-translate-y-17\/24:hover {
    --tw-translate-y: -70.83333%;
  }

  .lg\:hover\:-translate-y-18\/24:hover {
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-19\/24:hover {
    --tw-translate-y: -79.16667%;
  }

  .lg\:hover\:-translate-y-20\/24:hover {
    --tw-translate-y: -83.33333%;
  }

  .lg\:hover\:-translate-y-21\/24:hover {
    --tw-translate-y: -87.5%;
  }

  .lg\:hover\:-translate-y-22\/24:hover {
    --tw-translate-y: -91.66667%;
  }

  .lg\:hover\:-translate-y-23\/24:hover {
    --tw-translate-y: -95.83333%;
  }

  .lg\:hover\:-translate-y-24\/24:hover {
    --tw-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-screen-header:hover {
    --tw-translate-y: -41.55vw;
  }

  .lg\:hover\:-translate-y-screen-60:hover {
    --tw-translate-y: -60vh;
  }

  .lg\:hover\:-translate-y-screen-80:hover {
    --tw-translate-y: -80vh;
  }

  .lg\:hover\:-translate-y-screen-85:hover {
    --tw-translate-y: -85vh;
  }

  .lg\:hover\:-translate-y-screen-90:hover {
    --tw-translate-y: -90vh;
  }

  .lg\:hover\:-translate-y-screen-95:hover {
    --tw-translate-y: -95vh;
  }

  .lg\:hover\:-translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .lg\:hover\:-translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .lg\:hover\:-translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .lg\:hover\:-translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .lg\:hover\:-translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .lg\:hover\:-translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .lg\:hover\:-translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .lg\:hover\:-translate-y-full-4:hover {
    --tw-translate-y: calc(-100% - -16px);
  }

  .lg\:hover\:-translate-y-account-body:hover {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .lg\:hover\:-translate-y-menu-center:hover {
    --tw-translate-y: calc(-50% - -288px);
  }

  .lg\:hover\:-translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(-100% - -56px);
  }

  .lg\:hover\:-translate-y-popup-full-width:hover {
    --tw-translate-y: calc(-100% + -32px);
  }

  .lg\:hover\:-translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(-100% + -64px);
  }

  .lg\:hover\:-translate-y-popup-full-height:hover {
    --tw-translate-y: calc(-100% + -68px);
  }

  .lg\:hover\:-translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .lg\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .lg\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .lg\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .lg\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .lg\:focus\:translate-x-29:focus {
    --tw-translate-x: 7.25rem;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .lg\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .lg\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .lg\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .lg\:focus\:translate-x-77:focus {
    --tw-translate-x: 19.25rem;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .lg\:focus\:translate-x-82:focus {
    --tw-translate-x: 20.5rem;
  }

  .lg\:focus\:translate-x-88:focus {
    --tw-translate-x: 22rem;
  }

  .lg\:focus\:translate-x-94:focus {
    --tw-translate-x: 23.5rem;
  }

  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .lg\:focus\:translate-x-98:focus {
    --tw-translate-x: 24.5rem;
  }

  .lg\:focus\:translate-x-104:focus {
    --tw-translate-x: 26rem;
  }

  .lg\:focus\:translate-x-108:focus {
    --tw-translate-x: 27rem;
  }

  .lg\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .lg\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem;
  }

  .lg\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .lg\:focus\:translate-x-128:focus {
    --tw-translate-x: 32rem;
  }

  .lg\:focus\:translate-x-132:focus {
    --tw-translate-x: 33rem;
  }

  .lg\:focus\:translate-x-134:focus {
    --tw-translate-x: 33.5rem;
  }

  .lg\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .lg\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem;
  }

  .lg\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem;
  }

  .lg\:focus\:translate-x-152:focus {
    --tw-translate-x: 38rem;
  }

  .lg\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .lg\:focus\:translate-x-164:focus {
    --tw-translate-x: 41rem;
  }

  .lg\:focus\:translate-x-172:focus {
    --tw-translate-x: 43rem;
  }

  .lg\:focus\:translate-x-179:focus {
    --tw-translate-x: 44.75rem;
  }

  .lg\:focus\:translate-x-184:focus {
    --tw-translate-x: 46rem;
  }

  .lg\:focus\:translate-x-192:focus {
    --tw-translate-x: 48rem;
  }

  .lg\:focus\:translate-x-224:focus {
    --tw-translate-x: 56rem;
  }

  .lg\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .lg\:focus\:translate-x-256:focus {
    --tw-translate-x: 64rem;
  }

  .lg\:focus\:translate-x-265:focus {
    --tw-translate-x: 66.25rem;
  }

  .lg\:focus\:translate-x-288:focus {
    --tw-translate-x: 72rem;
  }

  .lg\:focus\:translate-x-384:focus {
    --tw-translate-x: 96rem;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .lg\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.1875rem;
  }

  .lg\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .lg\:focus\:translate-x-7\.5:focus {
    --tw-translate-x: 1.875rem;
  }

  .lg\:focus\:translate-x-9\.5:focus {
    --tw-translate-x: 2.375rem;
  }

  .lg\:focus\:translate-x-9\.75:focus {
    --tw-translate-x: 2.4375rem;
  }

  .lg\:focus\:translate-x-12\.5:focus {
    --tw-translate-x: 3.125rem;
  }

  .lg\:focus\:translate-x-13\.5:focus {
    --tw-translate-x: 3.375rem;
  }

  .lg\:focus\:translate-x-292\.5:focus {
    --tw-translate-x: 73.125rem;
  }

  .lg\:focus\:translate-x-1\/24:focus {
    --tw-translate-x: 4.166667%;
  }

  .lg\:focus\:translate-x-2\/24:focus {
    --tw-translate-x: 8.333333%;
  }

  .lg\:focus\:translate-x-3\/24:focus {
    --tw-translate-x: 12.5%;
  }

  .lg\:focus\:translate-x-4\/24:focus {
    --tw-translate-x: 16.666667%;
  }

  .lg\:focus\:translate-x-5\/24:focus {
    --tw-translate-x: 20.833333%;
  }

  .lg\:focus\:translate-x-6\/24:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-7\/24:focus {
    --tw-translate-x: 29.166666%;
  }

  .lg\:focus\:translate-x-8\/24:focus {
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-9\/24:focus {
    --tw-translate-x: 37.5%;
  }

  .lg\:focus\:translate-x-10\/24:focus {
    --tw-translate-x: 41.666666%;
  }

  .lg\:focus\:translate-x-11\/24:focus {
    --tw-translate-x: 45.833333%;
  }

  .lg\:focus\:translate-x-12\/24:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-13\/24:focus {
    --tw-translate-x: 54.166666%;
  }

  .lg\:focus\:translate-x-14\/24:focus {
    --tw-translate-x: 58.333333%;
  }

  .lg\:focus\:translate-x-15\/24:focus {
    --tw-translate-x: 62.5%;
  }

  .lg\:focus\:translate-x-16\/24:focus {
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-17\/24:focus {
    --tw-translate-x: 70.833333%;
  }

  .lg\:focus\:translate-x-18\/24:focus {
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-19\/24:focus {
    --tw-translate-x: 79.166667%;
  }

  .lg\:focus\:translate-x-20\/24:focus {
    --tw-translate-x: 83.333333%;
  }

  .lg\:focus\:translate-x-21\/24:focus {
    --tw-translate-x: 87.5%;
  }

  .lg\:focus\:translate-x-22\/24:focus {
    --tw-translate-x: 91.666667%;
  }

  .lg\:focus\:translate-x-23\/24:focus {
    --tw-translate-x: 95.833333%;
  }

  .lg\:focus\:translate-x-24\/24:focus {
    --tw-translate-x: 100%;
  }

  .lg\:focus\:translate-x-screen-header:focus {
    --tw-translate-x: 41.55vw;
  }

  .lg\:focus\:translate-x-screen-60:focus {
    --tw-translate-x: 60vh;
  }

  .lg\:focus\:translate-x-screen-80:focus {
    --tw-translate-x: 80vh;
  }

  .lg\:focus\:translate-x-screen-85:focus {
    --tw-translate-x: 85vh;
  }

  .lg\:focus\:translate-x-screen-90:focus {
    --tw-translate-x: 90vh;
  }

  .lg\:focus\:translate-x-screen-95:focus {
    --tw-translate-x: 95vh;
  }

  .lg\:focus\:translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .lg\:focus\:translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .lg\:focus\:translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .lg\:focus\:translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .lg\:focus\:translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .lg\:focus\:translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .lg\:focus\:translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .lg\:focus\:translate-x-full-4:focus {
    --tw-translate-x: calc(100% - 16px);
  }

  .lg\:focus\:translate-x-account-body:focus {
    --tw-translate-x: calc(100vw - 304px);
  }

  .lg\:focus\:translate-x-menu-center:focus {
    --tw-translate-x: calc(50% - 288px);
  }

  .lg\:focus\:translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(100% - 56px);
  }

  .lg\:focus\:translate-x-popup-full-width:focus {
    --tw-translate-x: calc(100% + 32px);
  }

  .lg\:focus\:translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(100% + 64px);
  }

  .lg\:focus\:translate-x-popup-full-height:focus {
    --tw-translate-x: calc(100% + 68px);
  }

  .lg\:focus\:translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .lg\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .lg\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .lg\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .lg\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .lg\:focus\:-translate-x-29:focus {
    --tw-translate-x: -7.25rem;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .lg\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .lg\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .lg\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .lg\:focus\:-translate-x-77:focus {
    --tw-translate-x: -19.25rem;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .lg\:focus\:-translate-x-82:focus {
    --tw-translate-x: -20.5rem;
  }

  .lg\:focus\:-translate-x-88:focus {
    --tw-translate-x: -22rem;
  }

  .lg\:focus\:-translate-x-94:focus {
    --tw-translate-x: -23.5rem;
  }

  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .lg\:focus\:-translate-x-98:focus {
    --tw-translate-x: -24.5rem;
  }

  .lg\:focus\:-translate-x-104:focus {
    --tw-translate-x: -26rem;
  }

  .lg\:focus\:-translate-x-108:focus {
    --tw-translate-x: -27rem;
  }

  .lg\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .lg\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem;
  }

  .lg\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .lg\:focus\:-translate-x-128:focus {
    --tw-translate-x: -32rem;
  }

  .lg\:focus\:-translate-x-132:focus {
    --tw-translate-x: -33rem;
  }

  .lg\:focus\:-translate-x-134:focus {
    --tw-translate-x: -33.5rem;
  }

  .lg\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .lg\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem;
  }

  .lg\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem;
  }

  .lg\:focus\:-translate-x-152:focus {
    --tw-translate-x: -38rem;
  }

  .lg\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .lg\:focus\:-translate-x-164:focus {
    --tw-translate-x: -41rem;
  }

  .lg\:focus\:-translate-x-172:focus {
    --tw-translate-x: -43rem;
  }

  .lg\:focus\:-translate-x-179:focus {
    --tw-translate-x: -44.75rem;
  }

  .lg\:focus\:-translate-x-184:focus {
    --tw-translate-x: -46rem;
  }

  .lg\:focus\:-translate-x-192:focus {
    --tw-translate-x: -48rem;
  }

  .lg\:focus\:-translate-x-224:focus {
    --tw-translate-x: -56rem;
  }

  .lg\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .lg\:focus\:-translate-x-256:focus {
    --tw-translate-x: -64rem;
  }

  .lg\:focus\:-translate-x-265:focus {
    --tw-translate-x: -66.25rem;
  }

  .lg\:focus\:-translate-x-288:focus {
    --tw-translate-x: -72rem;
  }

  .lg\:focus\:-translate-x-384:focus {
    --tw-translate-x: -96rem;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .lg\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.1875rem;
  }

  .lg\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .lg\:focus\:-translate-x-7\.5:focus {
    --tw-translate-x: -1.875rem;
  }

  .lg\:focus\:-translate-x-9\.5:focus {
    --tw-translate-x: -2.375rem;
  }

  .lg\:focus\:-translate-x-9\.75:focus {
    --tw-translate-x: -2.4375rem;
  }

  .lg\:focus\:-translate-x-12\.5:focus {
    --tw-translate-x: -3.125rem;
  }

  .lg\:focus\:-translate-x-13\.5:focus {
    --tw-translate-x: -3.375rem;
  }

  .lg\:focus\:-translate-x-292\.5:focus {
    --tw-translate-x: -73.125rem;
  }

  .lg\:focus\:-translate-x-1\/24:focus {
    --tw-translate-x: -4.16667%;
  }

  .lg\:focus\:-translate-x-2\/24:focus {
    --tw-translate-x: -8.33333%;
  }

  .lg\:focus\:-translate-x-3\/24:focus {
    --tw-translate-x: -12.5%;
  }

  .lg\:focus\:-translate-x-4\/24:focus {
    --tw-translate-x: -16.66667%;
  }

  .lg\:focus\:-translate-x-5\/24:focus {
    --tw-translate-x: -20.83333%;
  }

  .lg\:focus\:-translate-x-6\/24:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-7\/24:focus {
    --tw-translate-x: -29.16667%;
  }

  .lg\:focus\:-translate-x-8\/24:focus {
    --tw-translate-x: -33.33333%;
  }

  .lg\:focus\:-translate-x-9\/24:focus {
    --tw-translate-x: -37.5%;
  }

  .lg\:focus\:-translate-x-10\/24:focus {
    --tw-translate-x: -41.66667%;
  }

  .lg\:focus\:-translate-x-11\/24:focus {
    --tw-translate-x: -45.83333%;
  }

  .lg\:focus\:-translate-x-12\/24:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-13\/24:focus {
    --tw-translate-x: -54.16667%;
  }

  .lg\:focus\:-translate-x-14\/24:focus {
    --tw-translate-x: -58.33333%;
  }

  .lg\:focus\:-translate-x-15\/24:focus {
    --tw-translate-x: -62.5%;
  }

  .lg\:focus\:-translate-x-16\/24:focus {
    --tw-translate-x: -66.66667%;
  }

  .lg\:focus\:-translate-x-17\/24:focus {
    --tw-translate-x: -70.83333%;
  }

  .lg\:focus\:-translate-x-18\/24:focus {
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-19\/24:focus {
    --tw-translate-x: -79.16667%;
  }

  .lg\:focus\:-translate-x-20\/24:focus {
    --tw-translate-x: -83.33333%;
  }

  .lg\:focus\:-translate-x-21\/24:focus {
    --tw-translate-x: -87.5%;
  }

  .lg\:focus\:-translate-x-22\/24:focus {
    --tw-translate-x: -91.66667%;
  }

  .lg\:focus\:-translate-x-23\/24:focus {
    --tw-translate-x: -95.83333%;
  }

  .lg\:focus\:-translate-x-24\/24:focus {
    --tw-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-screen-header:focus {
    --tw-translate-x: -41.55vw;
  }

  .lg\:focus\:-translate-x-screen-60:focus {
    --tw-translate-x: -60vh;
  }

  .lg\:focus\:-translate-x-screen-80:focus {
    --tw-translate-x: -80vh;
  }

  .lg\:focus\:-translate-x-screen-85:focus {
    --tw-translate-x: -85vh;
  }

  .lg\:focus\:-translate-x-screen-90:focus {
    --tw-translate-x: -90vh;
  }

  .lg\:focus\:-translate-x-screen-95:focus {
    --tw-translate-x: -95vh;
  }

  .lg\:focus\:-translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .lg\:focus\:-translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .lg\:focus\:-translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .lg\:focus\:-translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .lg\:focus\:-translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .lg\:focus\:-translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .lg\:focus\:-translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .lg\:focus\:-translate-x-full-4:focus {
    --tw-translate-x: calc(-100% - -16px);
  }

  .lg\:focus\:-translate-x-account-body:focus {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .lg\:focus\:-translate-x-menu-center:focus {
    --tw-translate-x: calc(-50% - -288px);
  }

  .lg\:focus\:-translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(-100% - -56px);
  }

  .lg\:focus\:-translate-x-popup-full-width:focus {
    --tw-translate-x: calc(-100% + -32px);
  }

  .lg\:focus\:-translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(-100% + -64px);
  }

  .lg\:focus\:-translate-x-popup-full-height:focus {
    --tw-translate-x: calc(-100% + -68px);
  }

  .lg\:focus\:-translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .lg\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .lg\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .lg\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .lg\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .lg\:focus\:translate-y-29:focus {
    --tw-translate-y: 7.25rem;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .lg\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .lg\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .lg\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .lg\:focus\:translate-y-77:focus {
    --tw-translate-y: 19.25rem;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .lg\:focus\:translate-y-82:focus {
    --tw-translate-y: 20.5rem;
  }

  .lg\:focus\:translate-y-88:focus {
    --tw-translate-y: 22rem;
  }

  .lg\:focus\:translate-y-94:focus {
    --tw-translate-y: 23.5rem;
  }

  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .lg\:focus\:translate-y-98:focus {
    --tw-translate-y: 24.5rem;
  }

  .lg\:focus\:translate-y-104:focus {
    --tw-translate-y: 26rem;
  }

  .lg\:focus\:translate-y-108:focus {
    --tw-translate-y: 27rem;
  }

  .lg\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .lg\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem;
  }

  .lg\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .lg\:focus\:translate-y-128:focus {
    --tw-translate-y: 32rem;
  }

  .lg\:focus\:translate-y-132:focus {
    --tw-translate-y: 33rem;
  }

  .lg\:focus\:translate-y-134:focus {
    --tw-translate-y: 33.5rem;
  }

  .lg\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .lg\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem;
  }

  .lg\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem;
  }

  .lg\:focus\:translate-y-152:focus {
    --tw-translate-y: 38rem;
  }

  .lg\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .lg\:focus\:translate-y-164:focus {
    --tw-translate-y: 41rem;
  }

  .lg\:focus\:translate-y-172:focus {
    --tw-translate-y: 43rem;
  }

  .lg\:focus\:translate-y-179:focus {
    --tw-translate-y: 44.75rem;
  }

  .lg\:focus\:translate-y-184:focus {
    --tw-translate-y: 46rem;
  }

  .lg\:focus\:translate-y-192:focus {
    --tw-translate-y: 48rem;
  }

  .lg\:focus\:translate-y-224:focus {
    --tw-translate-y: 56rem;
  }

  .lg\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .lg\:focus\:translate-y-256:focus {
    --tw-translate-y: 64rem;
  }

  .lg\:focus\:translate-y-265:focus {
    --tw-translate-y: 66.25rem;
  }

  .lg\:focus\:translate-y-288:focus {
    --tw-translate-y: 72rem;
  }

  .lg\:focus\:translate-y-384:focus {
    --tw-translate-y: 96rem;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .lg\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.1875rem;
  }

  .lg\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .lg\:focus\:translate-y-7\.5:focus {
    --tw-translate-y: 1.875rem;
  }

  .lg\:focus\:translate-y-9\.5:focus {
    --tw-translate-y: 2.375rem;
  }

  .lg\:focus\:translate-y-9\.75:focus {
    --tw-translate-y: 2.4375rem;
  }

  .lg\:focus\:translate-y-12\.5:focus {
    --tw-translate-y: 3.125rem;
  }

  .lg\:focus\:translate-y-13\.5:focus {
    --tw-translate-y: 3.375rem;
  }

  .lg\:focus\:translate-y-292\.5:focus {
    --tw-translate-y: 73.125rem;
  }

  .lg\:focus\:translate-y-1\/24:focus {
    --tw-translate-y: 4.166667%;
  }

  .lg\:focus\:translate-y-2\/24:focus {
    --tw-translate-y: 8.333333%;
  }

  .lg\:focus\:translate-y-3\/24:focus {
    --tw-translate-y: 12.5%;
  }

  .lg\:focus\:translate-y-4\/24:focus {
    --tw-translate-y: 16.666667%;
  }

  .lg\:focus\:translate-y-5\/24:focus {
    --tw-translate-y: 20.833333%;
  }

  .lg\:focus\:translate-y-6\/24:focus {
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-7\/24:focus {
    --tw-translate-y: 29.166666%;
  }

  .lg\:focus\:translate-y-8\/24:focus {
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-9\/24:focus {
    --tw-translate-y: 37.5%;
  }

  .lg\:focus\:translate-y-10\/24:focus {
    --tw-translate-y: 41.666666%;
  }

  .lg\:focus\:translate-y-11\/24:focus {
    --tw-translate-y: 45.833333%;
  }

  .lg\:focus\:translate-y-12\/24:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-13\/24:focus {
    --tw-translate-y: 54.166666%;
  }

  .lg\:focus\:translate-y-14\/24:focus {
    --tw-translate-y: 58.333333%;
  }

  .lg\:focus\:translate-y-15\/24:focus {
    --tw-translate-y: 62.5%;
  }

  .lg\:focus\:translate-y-16\/24:focus {
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-17\/24:focus {
    --tw-translate-y: 70.833333%;
  }

  .lg\:focus\:translate-y-18\/24:focus {
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-19\/24:focus {
    --tw-translate-y: 79.166667%;
  }

  .lg\:focus\:translate-y-20\/24:focus {
    --tw-translate-y: 83.333333%;
  }

  .lg\:focus\:translate-y-21\/24:focus {
    --tw-translate-y: 87.5%;
  }

  .lg\:focus\:translate-y-22\/24:focus {
    --tw-translate-y: 91.666667%;
  }

  .lg\:focus\:translate-y-23\/24:focus {
    --tw-translate-y: 95.833333%;
  }

  .lg\:focus\:translate-y-24\/24:focus {
    --tw-translate-y: 100%;
  }

  .lg\:focus\:translate-y-screen-header:focus {
    --tw-translate-y: 41.55vw;
  }

  .lg\:focus\:translate-y-screen-60:focus {
    --tw-translate-y: 60vh;
  }

  .lg\:focus\:translate-y-screen-80:focus {
    --tw-translate-y: 80vh;
  }

  .lg\:focus\:translate-y-screen-85:focus {
    --tw-translate-y: 85vh;
  }

  .lg\:focus\:translate-y-screen-90:focus {
    --tw-translate-y: 90vh;
  }

  .lg\:focus\:translate-y-screen-95:focus {
    --tw-translate-y: 95vh;
  }

  .lg\:focus\:translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .lg\:focus\:translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .lg\:focus\:translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .lg\:focus\:translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .lg\:focus\:translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .lg\:focus\:translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .lg\:focus\:translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .lg\:focus\:translate-y-full-4:focus {
    --tw-translate-y: calc(100% - 16px);
  }

  .lg\:focus\:translate-y-account-body:focus {
    --tw-translate-y: calc(100vw - 304px);
  }

  .lg\:focus\:translate-y-menu-center:focus {
    --tw-translate-y: calc(50% - 288px);
  }

  .lg\:focus\:translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(100% - 56px);
  }

  .lg\:focus\:translate-y-popup-full-width:focus {
    --tw-translate-y: calc(100% + 32px);
  }

  .lg\:focus\:translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(100% + 64px);
  }

  .lg\:focus\:translate-y-popup-full-height:focus {
    --tw-translate-y: calc(100% + 68px);
  }

  .lg\:focus\:translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .lg\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .lg\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .lg\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .lg\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .lg\:focus\:-translate-y-29:focus {
    --tw-translate-y: -7.25rem;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .lg\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .lg\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .lg\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .lg\:focus\:-translate-y-77:focus {
    --tw-translate-y: -19.25rem;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .lg\:focus\:-translate-y-82:focus {
    --tw-translate-y: -20.5rem;
  }

  .lg\:focus\:-translate-y-88:focus {
    --tw-translate-y: -22rem;
  }

  .lg\:focus\:-translate-y-94:focus {
    --tw-translate-y: -23.5rem;
  }

  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .lg\:focus\:-translate-y-98:focus {
    --tw-translate-y: -24.5rem;
  }

  .lg\:focus\:-translate-y-104:focus {
    --tw-translate-y: -26rem;
  }

  .lg\:focus\:-translate-y-108:focus {
    --tw-translate-y: -27rem;
  }

  .lg\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .lg\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem;
  }

  .lg\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .lg\:focus\:-translate-y-128:focus {
    --tw-translate-y: -32rem;
  }

  .lg\:focus\:-translate-y-132:focus {
    --tw-translate-y: -33rem;
  }

  .lg\:focus\:-translate-y-134:focus {
    --tw-translate-y: -33.5rem;
  }

  .lg\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .lg\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem;
  }

  .lg\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem;
  }

  .lg\:focus\:-translate-y-152:focus {
    --tw-translate-y: -38rem;
  }

  .lg\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .lg\:focus\:-translate-y-164:focus {
    --tw-translate-y: -41rem;
  }

  .lg\:focus\:-translate-y-172:focus {
    --tw-translate-y: -43rem;
  }

  .lg\:focus\:-translate-y-179:focus {
    --tw-translate-y: -44.75rem;
  }

  .lg\:focus\:-translate-y-184:focus {
    --tw-translate-y: -46rem;
  }

  .lg\:focus\:-translate-y-192:focus {
    --tw-translate-y: -48rem;
  }

  .lg\:focus\:-translate-y-224:focus {
    --tw-translate-y: -56rem;
  }

  .lg\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .lg\:focus\:-translate-y-256:focus {
    --tw-translate-y: -64rem;
  }

  .lg\:focus\:-translate-y-265:focus {
    --tw-translate-y: -66.25rem;
  }

  .lg\:focus\:-translate-y-288:focus {
    --tw-translate-y: -72rem;
  }

  .lg\:focus\:-translate-y-384:focus {
    --tw-translate-y: -96rem;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .lg\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.1875rem;
  }

  .lg\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .lg\:focus\:-translate-y-7\.5:focus {
    --tw-translate-y: -1.875rem;
  }

  .lg\:focus\:-translate-y-9\.5:focus {
    --tw-translate-y: -2.375rem;
  }

  .lg\:focus\:-translate-y-9\.75:focus {
    --tw-translate-y: -2.4375rem;
  }

  .lg\:focus\:-translate-y-12\.5:focus {
    --tw-translate-y: -3.125rem;
  }

  .lg\:focus\:-translate-y-13\.5:focus {
    --tw-translate-y: -3.375rem;
  }

  .lg\:focus\:-translate-y-292\.5:focus {
    --tw-translate-y: -73.125rem;
  }

  .lg\:focus\:-translate-y-1\/24:focus {
    --tw-translate-y: -4.16667%;
  }

  .lg\:focus\:-translate-y-2\/24:focus {
    --tw-translate-y: -8.33333%;
  }

  .lg\:focus\:-translate-y-3\/24:focus {
    --tw-translate-y: -12.5%;
  }

  .lg\:focus\:-translate-y-4\/24:focus {
    --tw-translate-y: -16.66667%;
  }

  .lg\:focus\:-translate-y-5\/24:focus {
    --tw-translate-y: -20.83333%;
  }

  .lg\:focus\:-translate-y-6\/24:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-7\/24:focus {
    --tw-translate-y: -29.16667%;
  }

  .lg\:focus\:-translate-y-8\/24:focus {
    --tw-translate-y: -33.33333%;
  }

  .lg\:focus\:-translate-y-9\/24:focus {
    --tw-translate-y: -37.5%;
  }

  .lg\:focus\:-translate-y-10\/24:focus {
    --tw-translate-y: -41.66667%;
  }

  .lg\:focus\:-translate-y-11\/24:focus {
    --tw-translate-y: -45.83333%;
  }

  .lg\:focus\:-translate-y-12\/24:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-13\/24:focus {
    --tw-translate-y: -54.16667%;
  }

  .lg\:focus\:-translate-y-14\/24:focus {
    --tw-translate-y: -58.33333%;
  }

  .lg\:focus\:-translate-y-15\/24:focus {
    --tw-translate-y: -62.5%;
  }

  .lg\:focus\:-translate-y-16\/24:focus {
    --tw-translate-y: -66.66667%;
  }

  .lg\:focus\:-translate-y-17\/24:focus {
    --tw-translate-y: -70.83333%;
  }

  .lg\:focus\:-translate-y-18\/24:focus {
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-19\/24:focus {
    --tw-translate-y: -79.16667%;
  }

  .lg\:focus\:-translate-y-20\/24:focus {
    --tw-translate-y: -83.33333%;
  }

  .lg\:focus\:-translate-y-21\/24:focus {
    --tw-translate-y: -87.5%;
  }

  .lg\:focus\:-translate-y-22\/24:focus {
    --tw-translate-y: -91.66667%;
  }

  .lg\:focus\:-translate-y-23\/24:focus {
    --tw-translate-y: -95.83333%;
  }

  .lg\:focus\:-translate-y-24\/24:focus {
    --tw-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-screen-header:focus {
    --tw-translate-y: -41.55vw;
  }

  .lg\:focus\:-translate-y-screen-60:focus {
    --tw-translate-y: -60vh;
  }

  .lg\:focus\:-translate-y-screen-80:focus {
    --tw-translate-y: -80vh;
  }

  .lg\:focus\:-translate-y-screen-85:focus {
    --tw-translate-y: -85vh;
  }

  .lg\:focus\:-translate-y-screen-90:focus {
    --tw-translate-y: -90vh;
  }

  .lg\:focus\:-translate-y-screen-95:focus {
    --tw-translate-y: -95vh;
  }

  .lg\:focus\:-translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .lg\:focus\:-translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .lg\:focus\:-translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .lg\:focus\:-translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .lg\:focus\:-translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .lg\:focus\:-translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .lg\:focus\:-translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .lg\:focus\:-translate-y-full-4:focus {
    --tw-translate-y: calc(-100% - -16px);
  }

  .lg\:focus\:-translate-y-account-body:focus {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .lg\:focus\:-translate-y-menu-center:focus {
    --tw-translate-y: calc(-50% - -288px);
  }

  .lg\:focus\:-translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(-100% - -56px);
  }

  .lg\:focus\:-translate-y-popup-full-width:focus {
    --tw-translate-y: calc(-100% + -32px);
  }

  .lg\:focus\:-translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(-100% + -64px);
  }

  .lg\:focus\:-translate-y-popup-full-height:focus {
    --tw-translate-y: calc(-100% + -68px);
  }

  .lg\:focus\:-translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .lg\:animate-none {
    animation: none;
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .lg\:animate-glow {
    animation: glow 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-help {
    cursor: help;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .lg\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .lg\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .lg\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-y {
    resize: vertical;
  }

  .lg\:resize-x {
    resize: horizontal;
  }

  .lg\:resize {
    resize: both;
  }

  .lg\:list-inside {
    list-style-position: inside;
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

  .lg\:list-none {
    list-style-type: none;
  }

  .lg\:list-disc {
    list-style-type: disc;
  }

  .lg\:list-decimal {
    list-style-type: decimal;
  }

  .lg\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:content-center {
    align-content: center;
  }

  .lg\:content-start {
    align-content: flex-start;
  }

  .lg\:content-end {
    align-content: flex-end;
  }

  .lg\:content-between {
    align-content: space-between;
  }

  .lg\:content-around {
    align-content: space-around;
  }

  .lg\:content-evenly {
    align-content: space-evenly;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-18 {
    gap: 4.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-21 {
    gap: 5.25rem;
  }

  .lg\:gap-22 {
    gap: 5.5rem;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-26 {
    gap: 6.5rem;
  }

  .lg\:gap-28 {
    gap: 7rem;
  }

  .lg\:gap-29 {
    gap: 7.25rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:gap-34 {
    gap: 8.5rem;
  }

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-42 {
    gap: 10.5rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-48 {
    gap: 12rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-56 {
    gap: 14rem;
  }

  .lg\:gap-60 {
    gap: 15rem;
  }

  .lg\:gap-64 {
    gap: 16rem;
  }

  .lg\:gap-68 {
    gap: 17rem;
  }

  .lg\:gap-72 {
    gap: 18rem;
  }

  .lg\:gap-77 {
    gap: 19.25rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:gap-82 {
    gap: 20.5rem;
  }

  .lg\:gap-88 {
    gap: 22rem;
  }

  .lg\:gap-94 {
    gap: 23.5rem;
  }

  .lg\:gap-96 {
    gap: 24rem;
  }

  .lg\:gap-98 {
    gap: 24.5rem;
  }

  .lg\:gap-104 {
    gap: 26rem;
  }

  .lg\:gap-108 {
    gap: 27rem;
  }

  .lg\:gap-110 {
    gap: 27.5rem;
  }

  .lg\:gap-112 {
    gap: 28rem;
  }

  .lg\:gap-120 {
    gap: 30rem;
  }

  .lg\:gap-128 {
    gap: 32rem;
  }

  .lg\:gap-132 {
    gap: 33rem;
  }

  .lg\:gap-134 {
    gap: 33.5rem;
  }

  .lg\:gap-135 {
    gap: 33.75rem;
  }

  .lg\:gap-136 {
    gap: 34rem;
  }

  .lg\:gap-144 {
    gap: 36rem;
  }

  .lg\:gap-152 {
    gap: 38rem;
  }

  .lg\:gap-160 {
    gap: 40rem;
  }

  .lg\:gap-164 {
    gap: 41rem;
  }

  .lg\:gap-172 {
    gap: 43rem;
  }

  .lg\:gap-179 {
    gap: 44.75rem;
  }

  .lg\:gap-184 {
    gap: 46rem;
  }

  .lg\:gap-192 {
    gap: 48rem;
  }

  .lg\:gap-224 {
    gap: 56rem;
  }

  .lg\:gap-240 {
    gap: 60rem;
  }

  .lg\:gap-256 {
    gap: 64rem;
  }

  .lg\:gap-265 {
    gap: 66.25rem;
  }

  .lg\:gap-288 {
    gap: 72rem;
  }

  .lg\:gap-384 {
    gap: 96rem;
  }

  .lg\:gap-px {
    gap: 1px;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem;
  }

  .lg\:gap-0\.75 {
    gap: 0.1875rem;
  }

  .lg\:gap-4\.5 {
    gap: 1.125rem;
  }

  .lg\:gap-7\.5 {
    gap: 1.875rem;
  }

  .lg\:gap-9\.5 {
    gap: 2.375rem;
  }

  .lg\:gap-9\.75 {
    gap: 2.4375rem;
  }

  .lg\:gap-12\.5 {
    gap: 3.125rem;
  }

  .lg\:gap-13\.5 {
    gap: 3.375rem;
  }

  .lg\:gap-292\.5 {
    gap: 73.125rem;
  }

  .lg\:gap-1\/24 {
    gap: 4.166667%;
  }

  .lg\:gap-2\/24 {
    gap: 8.333333%;
  }

  .lg\:gap-3\/24 {
    gap: 12.5%;
  }

  .lg\:gap-4\/24 {
    gap: 16.666667%;
  }

  .lg\:gap-5\/24 {
    gap: 20.833333%;
  }

  .lg\:gap-6\/24 {
    gap: 25%;
  }

  .lg\:gap-7\/24 {
    gap: 29.166666%;
  }

  .lg\:gap-8\/24 {
    gap: 33.333333%;
  }

  .lg\:gap-9\/24 {
    gap: 37.5%;
  }

  .lg\:gap-10\/24 {
    gap: 41.666666%;
  }

  .lg\:gap-11\/24 {
    gap: 45.833333%;
  }

  .lg\:gap-12\/24 {
    gap: 50%;
  }

  .lg\:gap-13\/24 {
    gap: 54.166666%;
  }

  .lg\:gap-14\/24 {
    gap: 58.333333%;
  }

  .lg\:gap-15\/24 {
    gap: 62.5%;
  }

  .lg\:gap-16\/24 {
    gap: 66.666667%;
  }

  .lg\:gap-17\/24 {
    gap: 70.833333%;
  }

  .lg\:gap-18\/24 {
    gap: 75%;
  }

  .lg\:gap-19\/24 {
    gap: 79.166667%;
  }

  .lg\:gap-20\/24 {
    gap: 83.333333%;
  }

  .lg\:gap-21\/24 {
    gap: 87.5%;
  }

  .lg\:gap-22\/24 {
    gap: 91.666667%;
  }

  .lg\:gap-23\/24 {
    gap: 95.833333%;
  }

  .lg\:gap-24\/24 {
    gap: 100%;
  }

  .lg\:gap-screen-header {
    gap: 41.55vw;
  }

  .lg\:gap-screen-60 {
    gap: 60vh;
  }

  .lg\:gap-screen-80 {
    gap: 80vh;
  }

  .lg\:gap-screen-85 {
    gap: 85vh;
  }

  .lg\:gap-screen-90 {
    gap: 90vh;
  }

  .lg\:gap-screen-95 {
    gap: 95vh;
  }

  .lg\:gap-screen-minus-header {
    gap: calc(100vh - 5.25rem);
  }

  .lg\:gap-screen-minus-35\.5 {
    gap: calc(100vh - 8.875rem);
  }

  .lg\:gap-screen-minus-36 {
    gap: calc(100vh - 9rem);
  }

  .lg\:gap-screen-minus-40 {
    gap: calc(100vh - 10rem);
  }

  .lg\:gap-screen-minus-55 {
    gap: calc(100vh - 13.75rem);
  }

  .lg\:gap-screen-minus-72 {
    gap: calc(100vh - 18rem);
  }

  .lg\:gap-screen-minus-80 {
    gap: calc(100vh - 20rem);
  }

  .lg\:gap-full-4 {
    gap: calc(100% - 16px);
  }

  .lg\:gap-account-body {
    gap: calc(100vw - 304px);
  }

  .lg\:gap-menu-center {
    gap: calc(50% - 288px);
  }

  .lg\:gap-tutorials-hidden {
    gap: calc(100% - 56px);
  }

  .lg\:gap-popup-full-width {
    gap: calc(100% + 32px);
  }

  .lg\:gap-popup-full-width-md {
    gap: calc(100% + 64px);
  }

  .lg\:gap-popup-full-height {
    gap: calc(100% + 68px);
  }

  .lg\:gap-max-content {
    gap: max-content;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .lg\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .lg\:gap-x-29 {
    -moz-column-gap: 7.25rem;
         column-gap: 7.25rem;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .lg\:gap-x-77 {
    -moz-column-gap: 19.25rem;
         column-gap: 19.25rem;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .lg\:gap-x-82 {
    -moz-column-gap: 20.5rem;
         column-gap: 20.5rem;
  }

  .lg\:gap-x-88 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .lg\:gap-x-94 {
    -moz-column-gap: 23.5rem;
         column-gap: 23.5rem;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .lg\:gap-x-98 {
    -moz-column-gap: 24.5rem;
         column-gap: 24.5rem;
  }

  .lg\:gap-x-104 {
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .lg\:gap-x-108 {
    -moz-column-gap: 27rem;
         column-gap: 27rem;
  }

  .lg\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .lg\:gap-x-112 {
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .lg\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .lg\:gap-x-128 {
    -moz-column-gap: 32rem;
         column-gap: 32rem;
  }

  .lg\:gap-x-132 {
    -moz-column-gap: 33rem;
         column-gap: 33rem;
  }

  .lg\:gap-x-134 {
    -moz-column-gap: 33.5rem;
         column-gap: 33.5rem;
  }

  .lg\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .lg\:gap-x-136 {
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .lg\:gap-x-144 {
    -moz-column-gap: 36rem;
         column-gap: 36rem;
  }

  .lg\:gap-x-152 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .lg\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .lg\:gap-x-164 {
    -moz-column-gap: 41rem;
         column-gap: 41rem;
  }

  .lg\:gap-x-172 {
    -moz-column-gap: 43rem;
         column-gap: 43rem;
  }

  .lg\:gap-x-179 {
    -moz-column-gap: 44.75rem;
         column-gap: 44.75rem;
  }

  .lg\:gap-x-184 {
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .lg\:gap-x-192 {
    -moz-column-gap: 48rem;
         column-gap: 48rem;
  }

  .lg\:gap-x-224 {
    -moz-column-gap: 56rem;
         column-gap: 56rem;
  }

  .lg\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .lg\:gap-x-256 {
    -moz-column-gap: 64rem;
         column-gap: 64rem;
  }

  .lg\:gap-x-265 {
    -moz-column-gap: 66.25rem;
         column-gap: 66.25rem;
  }

  .lg\:gap-x-288 {
    -moz-column-gap: 72rem;
         column-gap: 72rem;
  }

  .lg\:gap-x-384 {
    -moz-column-gap: 96rem;
         column-gap: 96rem;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .lg\:gap-x-0\.75 {
    -moz-column-gap: 0.1875rem;
         column-gap: 0.1875rem;
  }

  .lg\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .lg\:gap-x-7\.5 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .lg\:gap-x-9\.5 {
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .lg\:gap-x-9\.75 {
    -moz-column-gap: 2.4375rem;
         column-gap: 2.4375rem;
  }

  .lg\:gap-x-12\.5 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .lg\:gap-x-13\.5 {
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .lg\:gap-x-292\.5 {
    -moz-column-gap: 73.125rem;
         column-gap: 73.125rem;
  }

  .lg\:gap-x-1\/24 {
    -moz-column-gap: 4.166667%;
         column-gap: 4.166667%;
  }

  .lg\:gap-x-2\/24 {
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .lg\:gap-x-3\/24 {
    -moz-column-gap: 12.5%;
         column-gap: 12.5%;
  }

  .lg\:gap-x-4\/24 {
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .lg\:gap-x-5\/24 {
    -moz-column-gap: 20.833333%;
         column-gap: 20.833333%;
  }

  .lg\:gap-x-6\/24 {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .lg\:gap-x-7\/24 {
    -moz-column-gap: 29.166666%;
         column-gap: 29.166666%;
  }

  .lg\:gap-x-8\/24 {
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .lg\:gap-x-9\/24 {
    -moz-column-gap: 37.5%;
         column-gap: 37.5%;
  }

  .lg\:gap-x-10\/24 {
    -moz-column-gap: 41.666666%;
         column-gap: 41.666666%;
  }

  .lg\:gap-x-11\/24 {
    -moz-column-gap: 45.833333%;
         column-gap: 45.833333%;
  }

  .lg\:gap-x-12\/24 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .lg\:gap-x-13\/24 {
    -moz-column-gap: 54.166666%;
         column-gap: 54.166666%;
  }

  .lg\:gap-x-14\/24 {
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .lg\:gap-x-15\/24 {
    -moz-column-gap: 62.5%;
         column-gap: 62.5%;
  }

  .lg\:gap-x-16\/24 {
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .lg\:gap-x-17\/24 {
    -moz-column-gap: 70.833333%;
         column-gap: 70.833333%;
  }

  .lg\:gap-x-18\/24 {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .lg\:gap-x-19\/24 {
    -moz-column-gap: 79.166667%;
         column-gap: 79.166667%;
  }

  .lg\:gap-x-20\/24 {
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .lg\:gap-x-21\/24 {
    -moz-column-gap: 87.5%;
         column-gap: 87.5%;
  }

  .lg\:gap-x-22\/24 {
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .lg\:gap-x-23\/24 {
    -moz-column-gap: 95.833333%;
         column-gap: 95.833333%;
  }

  .lg\:gap-x-24\/24 {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .lg\:gap-x-screen-header {
    -moz-column-gap: 41.55vw;
         column-gap: 41.55vw;
  }

  .lg\:gap-x-screen-60 {
    -moz-column-gap: 60vh;
         column-gap: 60vh;
  }

  .lg\:gap-x-screen-80 {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .lg\:gap-x-screen-85 {
    -moz-column-gap: 85vh;
         column-gap: 85vh;
  }

  .lg\:gap-x-screen-90 {
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .lg\:gap-x-screen-95 {
    -moz-column-gap: 95vh;
         column-gap: 95vh;
  }

  .lg\:gap-x-screen-minus-header {
    -moz-column-gap: calc(100vh - 5.25rem);
         column-gap: calc(100vh - 5.25rem);
  }

  .lg\:gap-x-screen-minus-35\.5 {
    -moz-column-gap: calc(100vh - 8.875rem);
         column-gap: calc(100vh - 8.875rem);
  }

  .lg\:gap-x-screen-minus-36 {
    -moz-column-gap: calc(100vh - 9rem);
         column-gap: calc(100vh - 9rem);
  }

  .lg\:gap-x-screen-minus-40 {
    -moz-column-gap: calc(100vh - 10rem);
         column-gap: calc(100vh - 10rem);
  }

  .lg\:gap-x-screen-minus-55 {
    -moz-column-gap: calc(100vh - 13.75rem);
         column-gap: calc(100vh - 13.75rem);
  }

  .lg\:gap-x-screen-minus-72 {
    -moz-column-gap: calc(100vh - 18rem);
         column-gap: calc(100vh - 18rem);
  }

  .lg\:gap-x-screen-minus-80 {
    -moz-column-gap: calc(100vh - 20rem);
         column-gap: calc(100vh - 20rem);
  }

  .lg\:gap-x-full-4 {
    -moz-column-gap: calc(100% - 16px);
         column-gap: calc(100% - 16px);
  }

  .lg\:gap-x-account-body {
    -moz-column-gap: calc(100vw - 304px);
         column-gap: calc(100vw - 304px);
  }

  .lg\:gap-x-menu-center {
    -moz-column-gap: calc(50% - 288px);
         column-gap: calc(50% - 288px);
  }

  .lg\:gap-x-tutorials-hidden {
    -moz-column-gap: calc(100% - 56px);
         column-gap: calc(100% - 56px);
  }

  .lg\:gap-x-popup-full-width {
    -moz-column-gap: calc(100% + 32px);
         column-gap: calc(100% + 32px);
  }

  .lg\:gap-x-popup-full-width-md {
    -moz-column-gap: calc(100% + 64px);
         column-gap: calc(100% + 64px);
  }

  .lg\:gap-x-popup-full-height {
    -moz-column-gap: calc(100% + 68px);
         column-gap: calc(100% + 68px);
  }

  .lg\:gap-x-max-content {
    -moz-column-gap: max-content;
         column-gap: max-content;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .lg\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:gap-y-29 {
    row-gap: 7.25rem;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem;
  }

  .lg\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem;
  }

  .lg\:gap-y-68 {
    row-gap: 17rem;
  }

  .lg\:gap-y-72 {
    row-gap: 18rem;
  }

  .lg\:gap-y-77 {
    row-gap: 19.25rem;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem;
  }

  .lg\:gap-y-82 {
    row-gap: 20.5rem;
  }

  .lg\:gap-y-88 {
    row-gap: 22rem;
  }

  .lg\:gap-y-94 {
    row-gap: 23.5rem;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem;
  }

  .lg\:gap-y-98 {
    row-gap: 24.5rem;
  }

  .lg\:gap-y-104 {
    row-gap: 26rem;
  }

  .lg\:gap-y-108 {
    row-gap: 27rem;
  }

  .lg\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .lg\:gap-y-112 {
    row-gap: 28rem;
  }

  .lg\:gap-y-120 {
    row-gap: 30rem;
  }

  .lg\:gap-y-128 {
    row-gap: 32rem;
  }

  .lg\:gap-y-132 {
    row-gap: 33rem;
  }

  .lg\:gap-y-134 {
    row-gap: 33.5rem;
  }

  .lg\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .lg\:gap-y-136 {
    row-gap: 34rem;
  }

  .lg\:gap-y-144 {
    row-gap: 36rem;
  }

  .lg\:gap-y-152 {
    row-gap: 38rem;
  }

  .lg\:gap-y-160 {
    row-gap: 40rem;
  }

  .lg\:gap-y-164 {
    row-gap: 41rem;
  }

  .lg\:gap-y-172 {
    row-gap: 43rem;
  }

  .lg\:gap-y-179 {
    row-gap: 44.75rem;
  }

  .lg\:gap-y-184 {
    row-gap: 46rem;
  }

  .lg\:gap-y-192 {
    row-gap: 48rem;
  }

  .lg\:gap-y-224 {
    row-gap: 56rem;
  }

  .lg\:gap-y-240 {
    row-gap: 60rem;
  }

  .lg\:gap-y-256 {
    row-gap: 64rem;
  }

  .lg\:gap-y-265 {
    row-gap: 66.25rem;
  }

  .lg\:gap-y-288 {
    row-gap: 72rem;
  }

  .lg\:gap-y-384 {
    row-gap: 96rem;
  }

  .lg\:gap-y-px {
    row-gap: 1px;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .lg\:gap-y-0\.75 {
    row-gap: 0.1875rem;
  }

  .lg\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .lg\:gap-y-7\.5 {
    row-gap: 1.875rem;
  }

  .lg\:gap-y-9\.5 {
    row-gap: 2.375rem;
  }

  .lg\:gap-y-9\.75 {
    row-gap: 2.4375rem;
  }

  .lg\:gap-y-12\.5 {
    row-gap: 3.125rem;
  }

  .lg\:gap-y-13\.5 {
    row-gap: 3.375rem;
  }

  .lg\:gap-y-292\.5 {
    row-gap: 73.125rem;
  }

  .lg\:gap-y-1\/24 {
    row-gap: 4.166667%;
  }

  .lg\:gap-y-2\/24 {
    row-gap: 8.333333%;
  }

  .lg\:gap-y-3\/24 {
    row-gap: 12.5%;
  }

  .lg\:gap-y-4\/24 {
    row-gap: 16.666667%;
  }

  .lg\:gap-y-5\/24 {
    row-gap: 20.833333%;
  }

  .lg\:gap-y-6\/24 {
    row-gap: 25%;
  }

  .lg\:gap-y-7\/24 {
    row-gap: 29.166666%;
  }

  .lg\:gap-y-8\/24 {
    row-gap: 33.333333%;
  }

  .lg\:gap-y-9\/24 {
    row-gap: 37.5%;
  }

  .lg\:gap-y-10\/24 {
    row-gap: 41.666666%;
  }

  .lg\:gap-y-11\/24 {
    row-gap: 45.833333%;
  }

  .lg\:gap-y-12\/24 {
    row-gap: 50%;
  }

  .lg\:gap-y-13\/24 {
    row-gap: 54.166666%;
  }

  .lg\:gap-y-14\/24 {
    row-gap: 58.333333%;
  }

  .lg\:gap-y-15\/24 {
    row-gap: 62.5%;
  }

  .lg\:gap-y-16\/24 {
    row-gap: 66.666667%;
  }

  .lg\:gap-y-17\/24 {
    row-gap: 70.833333%;
  }

  .lg\:gap-y-18\/24 {
    row-gap: 75%;
  }

  .lg\:gap-y-19\/24 {
    row-gap: 79.166667%;
  }

  .lg\:gap-y-20\/24 {
    row-gap: 83.333333%;
  }

  .lg\:gap-y-21\/24 {
    row-gap: 87.5%;
  }

  .lg\:gap-y-22\/24 {
    row-gap: 91.666667%;
  }

  .lg\:gap-y-23\/24 {
    row-gap: 95.833333%;
  }

  .lg\:gap-y-24\/24 {
    row-gap: 100%;
  }

  .lg\:gap-y-screen-header {
    row-gap: 41.55vw;
  }

  .lg\:gap-y-screen-60 {
    row-gap: 60vh;
  }

  .lg\:gap-y-screen-80 {
    row-gap: 80vh;
  }

  .lg\:gap-y-screen-85 {
    row-gap: 85vh;
  }

  .lg\:gap-y-screen-90 {
    row-gap: 90vh;
  }

  .lg\:gap-y-screen-95 {
    row-gap: 95vh;
  }

  .lg\:gap-y-screen-minus-header {
    row-gap: calc(100vh - 5.25rem);
  }

  .lg\:gap-y-screen-minus-35\.5 {
    row-gap: calc(100vh - 8.875rem);
  }

  .lg\:gap-y-screen-minus-36 {
    row-gap: calc(100vh - 9rem);
  }

  .lg\:gap-y-screen-minus-40 {
    row-gap: calc(100vh - 10rem);
  }

  .lg\:gap-y-screen-minus-55 {
    row-gap: calc(100vh - 13.75rem);
  }

  .lg\:gap-y-screen-minus-72 {
    row-gap: calc(100vh - 18rem);
  }

  .lg\:gap-y-screen-minus-80 {
    row-gap: calc(100vh - 20rem);
  }

  .lg\:gap-y-full-4 {
    row-gap: calc(100% - 16px);
  }

  .lg\:gap-y-account-body {
    row-gap: calc(100vw - 304px);
  }

  .lg\:gap-y-menu-center {
    row-gap: calc(50% - 288px);
  }

  .lg\:gap-y-tutorials-hidden {
    row-gap: calc(100% - 56px);
  }

  .lg\:gap-y-popup-full-width {
    row-gap: calc(100% + 32px);
  }

  .lg\:gap-y-popup-full-width-md {
    row-gap: calc(100% + 64px);
  }

  .lg\:gap-y-popup-full-height {
    row-gap: calc(100% + 68px);
  }

  .lg\:gap-y-max-content {
    row-gap: max-content;
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .lg\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .lg\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .lg\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26rem * var(--tw-space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27rem * var(--tw-space-x-reverse));
    margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .lg\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32rem * var(--tw-space-x-reverse));
    margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33rem * var(--tw-space-x-reverse));
    margin-left: calc(33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34rem * var(--tw-space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36rem * var(--tw-space-x-reverse));
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41rem * var(--tw-space-x-reverse));
    margin-left: calc(41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43rem * var(--tw-space-x-reverse));
    margin-left: calc(43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46rem * var(--tw-space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48rem * var(--tw-space-x-reverse));
    margin-left: calc(48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56rem * var(--tw-space-x-reverse));
    margin-left: calc(56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64rem * var(--tw-space-x-reverse));
    margin-left: calc(64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72rem * var(--tw-space-x-reverse));
    margin-left: calc(72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96rem * var(--tw-space-x-reverse));
    margin-left: calc(96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.166667% * var(--tw-space-x-reverse));
    margin-left: calc(4.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5% * var(--tw-space-x-reverse));
    margin-left: calc(12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--tw-space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.833333% * var(--tw-space-x-reverse));
    margin-left: calc(20.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29.166666% * var(--tw-space-x-reverse));
    margin-left: calc(29.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5% * var(--tw-space-x-reverse));
    margin-left: calc(37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.666666% * var(--tw-space-x-reverse));
    margin-left: calc(41.666666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45.833333% * var(--tw-space-x-reverse));
    margin-left: calc(45.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54.166666% * var(--tw-space-x-reverse));
    margin-left: calc(54.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--tw-space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62.5% * var(--tw-space-x-reverse));
    margin-left: calc(62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--tw-space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70.833333% * var(--tw-space-x-reverse));
    margin-left: calc(70.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79.166667% * var(--tw-space-x-reverse));
    margin-left: calc(79.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--tw-space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87.5% * var(--tw-space-x-reverse));
    margin-left: calc(87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--tw-space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95.833333% * var(--tw-space-x-reverse));
    margin-left: calc(95.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60vh * var(--tw-space-x-reverse));
    margin-left: calc(60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85vh * var(--tw-space-x-reverse));
    margin-left: calc(85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90vh * var(--tw-space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95vh * var(--tw-space-x-reverse));
    margin-left: calc(95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vw - 304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(50% - 288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(50% - 288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .lg\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .lg\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .lg\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:-space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:-space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26rem * var(--tw-space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27rem * var(--tw-space-x-reverse));
    margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .lg\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32rem * var(--tw-space-x-reverse));
    margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33rem * var(--tw-space-x-reverse));
    margin-left: calc(-33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34rem * var(--tw-space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36rem * var(--tw-space-x-reverse));
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:-space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41rem * var(--tw-space-x-reverse));
    margin-left: calc(-41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43rem * var(--tw-space-x-reverse));
    margin-left: calc(-43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46rem * var(--tw-space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48rem * var(--tw-space-x-reverse));
    margin-left: calc(-48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56rem * var(--tw-space-x-reverse));
    margin-left: calc(-56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64rem * var(--tw-space-x-reverse));
    margin-left: calc(-64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72rem * var(--tw-space-x-reverse));
    margin-left: calc(-72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96rem * var(--tw-space-x-reverse));
    margin-left: calc(-96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-4.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5% * var(--tw-space-x-reverse));
    margin-left: calc(-12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-20.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-29.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5% * var(--tw-space-x-reverse));
    margin-left: calc(-37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-45.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-54.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62.5% * var(--tw-space-x-reverse));
    margin-left: calc(-62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-70.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-79.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87.5% * var(--tw-space-x-reverse));
    margin-left: calc(-87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-95.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(-41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60vh * var(--tw-space-x-reverse));
    margin-left: calc(-60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85vh * var(--tw-space-x-reverse));
    margin-left: calc(-85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90vh * var(--tw-space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95vh * var(--tw-space-x-reverse));
    margin-left: calc(-95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vw - -304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-50% - -288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .lg\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .lg\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .lg\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .lg\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.4375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.125rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.166667% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.833333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29.166666% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.666666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.666666% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45.833333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54.166666% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62.5% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70.833333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79.166667% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87.5% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95.833333% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.55vw * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60vh * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85vh * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90vh * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95vh * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 5.25rem) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 8.875rem) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 9rem) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 10rem) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 13.75rem) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 18rem) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 20rem) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 16px) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vw - 304px) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(50% - 288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(50% - 288px) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 56px) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 32px) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 64px) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 68px) * var(--tw-space-y-reverse));
  }

  .lg\:space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .lg\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .lg\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .lg\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:-space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:-space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .lg\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:-space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.4375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.16667% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.83333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29.16667% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45.83333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54.16667% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62.5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70.83333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79.16667% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87.5% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95.83333% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.55vw * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95vh * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -5.25rem) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -8.875rem) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -9rem) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -10rem) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -13.75rem) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -18rem) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -20rem) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -16px) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vw - -304px) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-50% - -288px) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -56px) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -32px) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -64px) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -68px) * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-x-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)));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-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)));
  }

  .lg\:divide-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(7px * var(--tw-divide-x-reverse));
    border-left-width: calc(7px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-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));
  }

  .lg\:divide-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(7px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(7px * var(--tw-divide-y-reverse));
  }

  .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));
  }

  .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));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .lg\:divide-green-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-divide-opacity));
  }

  .lg\:divide-green-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-divide-opacity));
  }

  .lg\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-divide-opacity));
  }

  .lg\:divide-green-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-divide-opacity));
  }

  .lg\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-divide-opacity));
  }

  .lg\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-pale > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-pale-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(234,234,234,0.6);
  }

  .lg\:divide-grey-faint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-lightest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .lg\:divide-grey-page > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(243,243,243,0.5);
  }

  .lg\:divide-primary-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-blue-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .lg\:divide-secondary-blue-light-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.2);
  }

  .lg\:divide-secondary-blue-light-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.1);
  }

  .lg\:divide-tertiary-orange > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .lg\:divide-tertiary-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-divide-opacity));
  }

  .lg\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .lg\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .lg\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-divide-opacity));
  }

  .lg\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-black-neutral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-divide-opacity));
  }

  .lg\:divide-toggle > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,0.3);
  }

  .lg\:divide-toggle-active > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,1);
  }

  .lg\:divide-tertiary-orange-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-divide-opacity));
  }

  .lg\:divide-google-maps > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-divide-opacity));
  }

  .lg\:divide-chart > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(218,240,225,0.2);
  }

  .lg\:divide-energy-rating-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-divide-opacity));
  }

  .lg\:divide-energy-rating-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-divide-opacity));
  }

  .lg\:divide-energy-rating-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-divide-opacity));
  }

  .lg\:divide-energy-rating-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-energy-rating-e > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-divide-opacity));
  }

  .lg\:divide-energy-rating-f > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-divide-opacity));
  }

  .lg\:divide-energy-rating-g > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-divide-opacity));
  }

  .lg\:divide-flo-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-divide-opacity));
  }

  .lg\:divide-green-dark-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-divide-opacity));
  }

  .lg\:divide-tertiary-background > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-divide-opacity));
  }

  .lg\:divide-tertiary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-divide-opacity));
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:self-auto {
    align-self: auto;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:self-stretch {
    align-self: stretch;
  }

  .lg\:self-baseline {
    align-self: baseline;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip {
    text-overflow: clip;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }

  .lg\:whitespace-pre {
    white-space: pre;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:break-all {
    word-break: break-all;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

  .lg\:border-3 {
    border-width: 3px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-7 {
    border-width: 7px;
  }

  .lg\:border-8 {
    border-width: 8px;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-t-2 {
    border-top-width: 2px;
  }

  .lg\:border-t-3 {
    border-top-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-t-7 {
    border-top-width: 7px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-r-0 {
    border-right-width: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-r-7 {
    border-right-width: 7px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-b-7 {
    border-bottom-width: 7px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-l-0 {
    border-left-width: 0px;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-l-7 {
    border-left-width: 7px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-solid {
    border-style: solid;
  }

  .lg\:border-dashed {
    border-style: dashed;
  }

  .lg\:border-dotted {
    border-style: dotted;
  }

  .lg\:border-double {
    border-style: double;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .lg\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .lg\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .lg\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .lg\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .lg\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .lg\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .lg\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .lg\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .lg\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .lg\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .lg\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .lg\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .lg\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .lg\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .lg\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .lg\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .lg\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .lg\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .lg\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .lg\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .lg\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .lg\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .lg\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .lg\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .lg\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .lg\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .lg\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .lg\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .lg\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .lg\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .lg\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .lg\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .lg\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .lg\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .lg\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .lg\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .lg\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .lg\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .lg\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .lg\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .lg\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .lg\:group-hover\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .group:hover .lg\:group-hover\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .group:hover .lg\:group-hover\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .group:hover .lg\:group-hover\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .group:hover .lg\:group-hover\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .group:hover .lg\:group-hover\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .group:hover .lg\:group-hover\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .group:hover .lg\:group-hover\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .lg\:focus-within\:border-green-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-pale:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-pale-60:focus-within {
    border-color: rgba(234,234,234,0.6);
  }

  .lg\:focus-within\:border-grey-faint:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-lightest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-grey-page:focus-within {
    border-color: rgba(243,243,243,0.5);
  }

  .lg\:focus-within\:border-primary-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-blue-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-secondary-blue-light-20:focus-within {
    border-color: rgba(46,174,178,0.2);
  }

  .lg\:focus-within\:border-secondary-blue-light-10:focus-within {
    border-color: rgba(46,174,178,0.1);
  }

  .lg\:focus-within\:border-tertiary-orange:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-tertiary-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-black-neutral:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-toggle:focus-within {
    border-color: rgba(8,198,145,0.3);
  }

  .lg\:focus-within\:border-toggle-active:focus-within {
    border-color: rgba(8,198,145,1);
  }

  .lg\:focus-within\:border-tertiary-orange-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-google-maps:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-chart:focus-within {
    border-color: rgba(218,240,225,0.2);
  }

  .lg\:focus-within\:border-energy-rating-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-energy-rating-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-energy-rating-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-energy-rating-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-energy-rating-e:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-energy-rating-f:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-energy-rating-g:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-flo-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-green-dark-60:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-tertiary-background:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .lg\:focus-within\:border-tertiary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-green-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-pale:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-pale-60:hover {
    border-color: rgba(234,234,234,0.6);
  }

  .lg\:hover\:border-grey-faint:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-lightest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:hover\:border-grey-page:hover {
    border-color: rgba(243,243,243,0.5);
  }

  .lg\:hover\:border-primary-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-blue-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .lg\:hover\:border-secondary-blue-light-20:hover {
    border-color: rgba(46,174,178,0.2);
  }

  .lg\:hover\:border-secondary-blue-light-10:hover {
    border-color: rgba(46,174,178,0.1);
  }

  .lg\:hover\:border-tertiary-orange:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .lg\:hover\:border-tertiary-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .lg\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .lg\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .lg\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .lg\:hover\:border-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-black-neutral:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .lg\:hover\:border-toggle:hover {
    border-color: rgba(8,198,145,0.3);
  }

  .lg\:hover\:border-toggle-active:hover {
    border-color: rgba(8,198,145,1);
  }

  .lg\:hover\:border-tertiary-orange-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .lg\:hover\:border-google-maps:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .lg\:hover\:border-chart:hover {
    border-color: rgba(218,240,225,0.2);
  }

  .lg\:hover\:border-energy-rating-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .lg\:hover\:border-energy-rating-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .lg\:hover\:border-energy-rating-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .lg\:hover\:border-energy-rating-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-energy-rating-e:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .lg\:hover\:border-energy-rating-f:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .lg\:hover\:border-energy-rating-g:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .lg\:hover\:border-flo-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .lg\:hover\:border-green-dark-60:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .lg\:hover\:border-tertiary-background:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .lg\:hover\:border-tertiary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-green-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-pale:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-pale-60:focus {
    border-color: rgba(234,234,234,0.6);
  }

  .lg\:focus\:border-grey-faint:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-lightest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .lg\:focus\:border-grey-page:focus {
    border-color: rgba(243,243,243,0.5);
  }

  .lg\:focus\:border-primary-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-blue-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .lg\:focus\:border-secondary-blue-light-20:focus {
    border-color: rgba(46,174,178,0.2);
  }

  .lg\:focus\:border-secondary-blue-light-10:focus {
    border-color: rgba(46,174,178,0.1);
  }

  .lg\:focus\:border-tertiary-orange:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .lg\:focus\:border-tertiary-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .lg\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .lg\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .lg\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .lg\:focus\:border-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-black-neutral:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .lg\:focus\:border-toggle:focus {
    border-color: rgba(8,198,145,0.3);
  }

  .lg\:focus\:border-toggle-active:focus {
    border-color: rgba(8,198,145,1);
  }

  .lg\:focus\:border-tertiary-orange-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .lg\:focus\:border-google-maps:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .lg\:focus\:border-chart:focus {
    border-color: rgba(218,240,225,0.2);
  }

  .lg\:focus\:border-energy-rating-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .lg\:focus\:border-energy-rating-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .lg\:focus\:border-energy-rating-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .lg\:focus\:border-energy-rating-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-energy-rating-e:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .lg\:focus\:border-energy-rating-f:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .lg\:focus\:border-energy-rating-g:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .lg\:focus\:border-flo-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .lg\:focus\:border-green-dark-60:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .lg\:focus\:border-tertiary-background:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .lg\:focus\:border-tertiary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .lg\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .lg\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .lg\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .lg\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .lg\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .lg\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .lg\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .lg\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .lg\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .lg\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .lg\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .lg\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .lg\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .lg\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .lg\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .lg\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .lg\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .lg\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .lg\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .lg\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .lg\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .lg\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .lg\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .lg\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .lg\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .lg\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .lg\:even\:bg-green-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-lighter:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-pale:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-pale-60:nth-child(even) {
    background-color: rgba(234,234,234,0.6);
  }

  .lg\:even\:bg-grey-faint:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-lightest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-grey-page:nth-child(even) {
    background-color: rgba(243,243,243,0.5);
  }

  .lg\:even\:bg-primary-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-secondary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-secondary-blue-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-secondary-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-secondary-blue-light-20:nth-child(even) {
    background-color: rgba(46,174,178,0.2);
  }

  .lg\:even\:bg-secondary-blue-light-10:nth-child(even) {
    background-color: rgba(46,174,178,0.1);
  }

  .lg\:even\:bg-tertiary-orange:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-tertiary-yellow:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-success:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-warning:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-error:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-info:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-black-neutral:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-toggle:nth-child(even) {
    background-color: rgba(8,198,145,0.3);
  }

  .lg\:even\:bg-toggle-active:nth-child(even) {
    background-color: rgba(8,198,145,1);
  }

  .lg\:even\:bg-tertiary-orange-hover:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-google-maps:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-chart:nth-child(even) {
    background-color: rgba(218,240,225,0.2);
  }

  .lg\:even\:bg-energy-rating-a:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-energy-rating-b:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-energy-rating-c:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-energy-rating-d:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-energy-rating-e:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-energy-rating-f:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-energy-rating-g:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-flo-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-green-dark-60:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-tertiary-background:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .lg\:even\:bg-tertiary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .lg\:group-hover\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .group:hover .lg\:group-hover\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .group:hover .lg\:group-hover\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .group:hover .lg\:group-hover\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .group:hover .lg\:group-hover\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .group:hover .lg\:group-hover\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .group:hover .lg\:group-hover\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .group:hover .lg\:group-hover\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .group:hover .lg\:group-hover\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .lg\:focus-within\:bg-green-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-pale:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-pale-60:focus-within {
    background-color: rgba(234,234,234,0.6);
  }

  .lg\:focus-within\:bg-grey-faint:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-lightest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-grey-page:focus-within {
    background-color: rgba(243,243,243,0.5);
  }

  .lg\:focus-within\:bg-primary-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-blue-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-secondary-blue-light-20:focus-within {
    background-color: rgba(46,174,178,0.2);
  }

  .lg\:focus-within\:bg-secondary-blue-light-10:focus-within {
    background-color: rgba(46,174,178,0.1);
  }

  .lg\:focus-within\:bg-tertiary-orange:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-tertiary-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-black-neutral:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-toggle:focus-within {
    background-color: rgba(8,198,145,0.3);
  }

  .lg\:focus-within\:bg-toggle-active:focus-within {
    background-color: rgba(8,198,145,1);
  }

  .lg\:focus-within\:bg-tertiary-orange-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-google-maps:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-chart:focus-within {
    background-color: rgba(218,240,225,0.2);
  }

  .lg\:focus-within\:bg-energy-rating-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-energy-rating-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-energy-rating-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-energy-rating-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-energy-rating-e:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-energy-rating-f:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-energy-rating-g:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-flo-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-green-dark-60:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-tertiary-background:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .lg\:focus-within\:bg-tertiary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .lg\:hover\:bg-green-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-pale:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-pale-60:hover {
    background-color: rgba(234,234,234,0.6);
  }

  .lg\:hover\:bg-grey-faint:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-lightest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-grey-page:hover {
    background-color: rgba(243,243,243,0.5);
  }

  .lg\:hover\:bg-primary-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-secondary-blue-light-20:hover {
    background-color: rgba(46,174,178,0.2);
  }

  .lg\:hover\:bg-secondary-blue-light-10:hover {
    background-color: rgba(46,174,178,0.1);
  }

  .lg\:hover\:bg-tertiary-orange:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-tertiary-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-black-neutral:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-toggle:hover {
    background-color: rgba(8,198,145,0.3);
  }

  .lg\:hover\:bg-toggle-active:hover {
    background-color: rgba(8,198,145,1);
  }

  .lg\:hover\:bg-tertiary-orange-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-google-maps:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-chart:hover {
    background-color: rgba(218,240,225,0.2);
  }

  .lg\:hover\:bg-energy-rating-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-energy-rating-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-energy-rating-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-energy-rating-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-energy-rating-e:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-energy-rating-f:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-energy-rating-g:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-flo-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-green-dark-60:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-tertiary-background:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-tertiary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-green-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-pale:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-pale-60:focus {
    background-color: rgba(234,234,234,0.6);
  }

  .lg\:focus\:bg-grey-faint:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-lightest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-grey-page:focus {
    background-color: rgba(243,243,243,0.5);
  }

  .lg\:focus\:bg-primary-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-blue-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-secondary-blue-light-20:focus {
    background-color: rgba(46,174,178,0.2);
  }

  .lg\:focus\:bg-secondary-blue-light-10:focus {
    background-color: rgba(46,174,178,0.1);
  }

  .lg\:focus\:bg-tertiary-orange:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-tertiary-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-black-neutral:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-toggle:focus {
    background-color: rgba(8,198,145,0.3);
  }

  .lg\:focus\:bg-toggle-active:focus {
    background-color: rgba(8,198,145,1);
  }

  .lg\:focus\:bg-tertiary-orange-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-google-maps:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-chart:focus {
    background-color: rgba(218,240,225,0.2);
  }

  .lg\:focus\:bg-energy-rating-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-energy-rating-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-energy-rating-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-energy-rating-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-energy-rating-e:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-energy-rating-f:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-energy-rating-g:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-flo-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-green-dark-60:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-tertiary-background:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-tertiary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .lg\:bg-none {
    background-image: none;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .lg\:bg-search {
    background-image: url('/images/v2/icons/search.svg');
  }

  .lg\:bg-search-dark {
    background-image: url('/images/v2/icons/search-dark.svg');
  }

  .lg\:bg-select {
    background-image: url('/images/v2/icons/select.svg');
  }

  .lg\:bg-select-light {
    background-image: url('/images/v2/icons/select-light.svg');
  }

  .lg\:bg-list-check {
    background-image: url('/images/v2/icons/list-check.svg');
  }

  .lg\:bg-list-times {
    background-image: url('/images/v2/icons/list-times.svg');
  }

  .lg\:bg-chevrons {
    background-image: url('/images/v2/illustrations/chevron-wide.svg');
  }

  .lg\:bg-chevron {
    background-image: url('/images/v2/illustrations/chevron-small.svg');
  }

  .lg\:bg-chevron-repeat {
    background-image: url('/images/v2/illustrations/chevron-wide-space.svg');
  }

  .lg\:bg-chevron-reverse {
    background-image: url('/images/v2/illustrations/chevron-reverse.svg');
  }

  .lg\:bg-chevron-offset {
    background-image: url('/images/v2/illustrations/chevron-wide-offset.svg');
  }

  .lg\:bg-chevron-offset-translucent {
    background-image: url('/images/v2/illustrations/chevron-wide-offset-translucent.svg');
  }

  .lg\:bg-triangles-sm {
    background-image: url('/images/v2/illustrations/small-triangles.svg');
  }

  .lg\:bg-triangles-sm-bl {
    background-image: url('/images/v2/illustrations/small-triangles-bl.svg');
  }

  .lg\:bg-triangles-sm-bl-min {
    background-image: url('/images/v2/illustrations/small-triangles-bl-min.svg');
  }

  .lg\:bg-triangles-sm-tr {
    background-image: url('/images/v2/illustrations/small-triangles-tr.svg');
  }

  .lg\:bg-triangles-sm-br {
    background-image: url('/images/v2/illustrations/small-triangles-br.svg');
  }

  .lg\:bg-triangles-sm-br-min {
    background-image: url('/images/v2/illustrations/small-triangles-br-min.svg');
  }

  .lg\:bg-triangles-sm-br-ten {
    background-image: url('/images/v2/illustrations/small-triangles-br-ten.svg');
  }

  .lg\:bg-triangles-sm-full {
    background-image: url('/images/v2/illustrations/small-triangles-full.svg');
  }

  .lg\:bg-triangles-sm-reverse {
    background-image: url('/images/v2/illustrations/small-triangles-reverse.svg');
  }

  .lg\:bg-triangles-sm-square {
    background-image: url('/images/v2/illustrations/small-triangles-square.svg');
  }

  .lg\:bg-triangles-sm-rotate {
    background-image: url('/images/v2/illustrations/small-triangles-rotate.svg');
  }

  .lg\:bg-triangles-lg {
    background-image: url('/images/v2/illustrations/big-triangles.svg');
  }

  .lg\:bg-triangles-lg-square {
    background-image: url('/images/v2/illustrations/big-triangles-square.svg');
  }

  .lg\:bg-hero-house {
    background-image: url('/images/v2/illustrations/hero-house-shadow.svg');
  }

  .lg\:bg-persona-hero-house {
    background-image: url('/images/v2/illustrations/persona-hero-house.svg');
  }

  .lg\:bg-house-min {
    background-image: url('/images/v2/illustrations/house-min.svg');
  }

  .lg\:bg-home-hero-auth {
    background-image: url('/images/v2/illustrations/home-hero-auth.svg');
  }

  .lg\:bg-home-hero {
    background-image: url('/images/home/background.jpg');
  }

  .lg\:bg-horizontal-house {
    background-image: url('/images/v2/illustrations/horizontal-house-repeat.svg');
  }

  .lg\:bg-map {
    background-image: url('/images/v2/illustrations/map.svg');
  }

  .lg\:bg-map-alt {
    background-image: url('/images/v2/illustrations/map-alt.svg');
  }

  .lg\:bg-map-alt-2 {
    background-image: url('/images/v2/illustrations/map-alt-2.svg');
  }

  .lg\:bg-map-alt-3 {
    background-image: url('/images/v2/illustrations/map-alt-3.svg');
  }

  .lg\:bg-b2bfinance {
    background-image: url(/images/finance-finder/b2bfinance-tick.png);
  }

  .lg\:bg-frame {
    background-image: url(/images/about/frame.png);
  }

  .lg\:bg-dot-wave {
    background-image: url(/images/dot-wave.png);
  }

  .lg\:bg-line-wave {
    background-image: url(/images/line-wave.svg);
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-green-darkest {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .lg\:from-green-darker {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .lg\:from-green-dark {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .lg\:from-green-medium {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .lg\:from-green-light {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:from-grey-darkest {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .lg\:from-grey-darker {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .lg\:from-grey-dark {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .lg\:from-grey {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .lg\:from-grey-medium {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:from-grey-light {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .lg\:from-grey-lighter {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:from-grey-pale {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:from-grey-pale-60 {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:from-grey-faint {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:from-grey-lightest {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:from-grey-page {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:from-primary-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-secondary-green {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .lg\:from-secondary-blue-dark {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .lg\:from-secondary-blue-light {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:from-secondary-blue-light-20 {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:from-secondary-blue-light-10 {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:from-tertiary-orange {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:from-tertiary-yellow {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .lg\:from-success {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:from-warning {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:from-error {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .lg\:from-info {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:from-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-black-neutral {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .lg\:from-toggle {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:from-toggle-active {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:from-tertiary-orange-hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .lg\:from-google-maps {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .lg\:from-chart {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .lg\:from-energy-rating-a {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .lg\:from-energy-rating-b {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .lg\:from-energy-rating-c {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .lg\:from-energy-rating-d {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:from-energy-rating-e {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .lg\:from-energy-rating-f {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .lg\:from-energy-rating-g {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .lg\:from-flo-blue-light {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .lg\:from-green-dark-60 {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .lg\:from-tertiary-background {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .lg\:from-tertiary-green {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-green-darkest:hover {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .lg\:hover\:from-green-darker:hover {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .lg\:hover\:from-green-dark:hover {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .lg\:hover\:from-green-medium:hover {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .lg\:hover\:from-green-light:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:hover\:from-grey-darkest:hover {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .lg\:hover\:from-grey-darker:hover {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .lg\:hover\:from-grey-dark:hover {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .lg\:hover\:from-grey:hover {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .lg\:hover\:from-grey-medium:hover {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:hover\:from-grey-light:hover {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .lg\:hover\:from-grey-lighter:hover {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:hover\:from-grey-pale:hover {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:hover\:from-grey-pale-60:hover {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:hover\:from-grey-faint:hover {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:hover\:from-grey-lightest:hover {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:hover\:from-grey-page:hover {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:hover\:from-primary-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-secondary-green:hover {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .lg\:hover\:from-secondary-blue-dark:hover {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .lg\:hover\:from-secondary-blue-light:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:hover\:from-secondary-blue-light-20:hover {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:hover\:from-secondary-blue-light-10:hover {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:hover\:from-tertiary-orange:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:hover\:from-tertiary-yellow:hover {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .lg\:hover\:from-success:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:hover\:from-warning:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:hover\:from-error:hover {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .lg\:hover\:from-info:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black-neutral:hover {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .lg\:hover\:from-toggle:hover {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:hover\:from-toggle-active:hover {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:hover\:from-tertiary-orange-hover:hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .lg\:hover\:from-google-maps:hover {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .lg\:hover\:from-chart:hover {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .lg\:hover\:from-energy-rating-a:hover {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .lg\:hover\:from-energy-rating-b:hover {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .lg\:hover\:from-energy-rating-c:hover {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .lg\:hover\:from-energy-rating-d:hover {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:hover\:from-energy-rating-e:hover {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .lg\:hover\:from-energy-rating-f:hover {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .lg\:hover\:from-energy-rating-g:hover {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .lg\:hover\:from-flo-blue-light:hover {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .lg\:hover\:from-green-dark-60:hover {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .lg\:hover\:from-tertiary-background:hover {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .lg\:hover\:from-tertiary-green:hover {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-green-darkest:focus {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .lg\:focus\:from-green-darker:focus {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .lg\:focus\:from-green-dark:focus {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .lg\:focus\:from-green-medium:focus {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .lg\:focus\:from-green-light:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:focus\:from-grey-darkest:focus {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .lg\:focus\:from-grey-darker:focus {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .lg\:focus\:from-grey-dark:focus {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .lg\:focus\:from-grey:focus {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .lg\:focus\:from-grey-medium:focus {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:focus\:from-grey-light:focus {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .lg\:focus\:from-grey-lighter:focus {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:focus\:from-grey-pale:focus {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:focus\:from-grey-pale-60:focus {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:focus\:from-grey-faint:focus {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:focus\:from-grey-lightest:focus {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:focus\:from-grey-page:focus {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:focus\:from-primary-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-secondary-green:focus {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .lg\:focus\:from-secondary-blue-dark:focus {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .lg\:focus\:from-secondary-blue-light:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:focus\:from-secondary-blue-light-20:focus {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:focus\:from-secondary-blue-light-10:focus {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:focus\:from-tertiary-orange:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:focus\:from-tertiary-yellow:focus {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .lg\:focus\:from-success:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:focus\:from-warning:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:focus\:from-error:focus {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .lg\:focus\:from-info:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black-neutral:focus {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .lg\:focus\:from-toggle:focus {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:focus\:from-toggle-active:focus {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:focus\:from-tertiary-orange-hover:focus {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .lg\:focus\:from-google-maps:focus {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .lg\:focus\:from-chart:focus {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .lg\:focus\:from-energy-rating-a:focus {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .lg\:focus\:from-energy-rating-b:focus {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .lg\:focus\:from-energy-rating-c:focus {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .lg\:focus\:from-energy-rating-d:focus {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:focus\:from-energy-rating-e:focus {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .lg\:focus\:from-energy-rating-f:focus {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .lg\:focus\:from-energy-rating-g:focus {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .lg\:focus\:from-flo-blue-light:focus {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .lg\:focus\:from-green-dark-60:focus {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .lg\:focus\:from-tertiary-background:focus {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .lg\:focus\:from-tertiary-green:focus {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-green-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .lg\:via-green-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .lg\:via-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .lg\:via-green-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .lg\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:via-grey-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .lg\:via-grey-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .lg\:via-grey-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .lg\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .lg\:via-grey-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .lg\:via-grey-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:via-grey-pale {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:via-grey-pale-60 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:via-grey-faint {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:via-grey-lightest {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:via-grey-page {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:via-primary-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-secondary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .lg\:via-secondary-blue-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .lg\:via-secondary-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:via-secondary-blue-light-20 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:via-secondary-blue-light-10 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:via-tertiary-orange {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:via-tertiary-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .lg\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .lg\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black-neutral {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .lg\:via-toggle {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:via-toggle-active {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:via-tertiary-orange-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .lg\:via-google-maps {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .lg\:via-chart {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .lg\:via-energy-rating-a {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .lg\:via-energy-rating-b {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .lg\:via-energy-rating-c {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .lg\:via-energy-rating-d {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:via-energy-rating-e {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .lg\:via-energy-rating-f {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .lg\:via-energy-rating-g {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .lg\:via-flo-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .lg\:via-green-dark-60 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .lg\:via-tertiary-background {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .lg\:via-tertiary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-green-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .lg\:hover\:via-green-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .lg\:hover\:via-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .lg\:hover\:via-green-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .lg\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:hover\:via-grey-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .lg\:hover\:via-grey-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .lg\:hover\:via-grey-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .lg\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .lg\:hover\:via-grey-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .lg\:hover\:via-grey-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:hover\:via-grey-pale:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:hover\:via-grey-pale-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:hover\:via-grey-faint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:hover\:via-grey-lightest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:hover\:via-grey-page:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:hover\:via-primary-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-secondary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .lg\:hover\:via-secondary-blue-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .lg\:hover\:via-secondary-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:hover\:via-secondary-blue-light-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:hover\:via-secondary-blue-light-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:hover\:via-tertiary-orange:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:hover\:via-tertiary-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .lg\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .lg\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black-neutral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .lg\:hover\:via-toggle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:hover\:via-toggle-active:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:hover\:via-tertiary-orange-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .lg\:hover\:via-google-maps:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .lg\:hover\:via-chart:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .lg\:hover\:via-energy-rating-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .lg\:hover\:via-energy-rating-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .lg\:hover\:via-energy-rating-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .lg\:hover\:via-energy-rating-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:hover\:via-energy-rating-e:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .lg\:hover\:via-energy-rating-f:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .lg\:hover\:via-energy-rating-g:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .lg\:hover\:via-flo-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .lg\:hover\:via-green-dark-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .lg\:hover\:via-tertiary-background:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .lg\:hover\:via-tertiary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-green-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .lg\:focus\:via-green-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .lg\:focus\:via-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .lg\:focus\:via-green-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .lg\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:focus\:via-grey-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .lg\:focus\:via-grey-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .lg\:focus\:via-grey-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .lg\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .lg\:focus\:via-grey-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .lg\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .lg\:focus\:via-grey-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .lg\:focus\:via-grey-pale:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:focus\:via-grey-pale-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .lg\:focus\:via-grey-faint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:focus\:via-grey-lightest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .lg\:focus\:via-grey-page:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .lg\:focus\:via-primary-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-secondary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .lg\:focus\:via-secondary-blue-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .lg\:focus\:via-secondary-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:focus\:via-secondary-blue-light-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:focus\:via-secondary-blue-light-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:focus\:via-tertiary-orange:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:focus\:via-tertiary-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .lg\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .lg\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .lg\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .lg\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black-neutral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .lg\:focus\:via-toggle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:focus\:via-toggle-active:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:focus\:via-tertiary-orange-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .lg\:focus\:via-google-maps:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .lg\:focus\:via-chart:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .lg\:focus\:via-energy-rating-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .lg\:focus\:via-energy-rating-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .lg\:focus\:via-energy-rating-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .lg\:focus\:via-energy-rating-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .lg\:focus\:via-energy-rating-e:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .lg\:focus\:via-energy-rating-f:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .lg\:focus\:via-energy-rating-g:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .lg\:focus\:via-flo-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .lg\:focus\:via-green-dark-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .lg\:focus\:via-tertiary-background:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .lg\:focus\:via-tertiary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .lg\:to-green-darkest {
    --tw-gradient-to: #032b26;
  }

  .lg\:to-green-darker {
    --tw-gradient-to: #063932;
  }

  .lg\:to-green-dark {
    --tw-gradient-to: #0b4d44;
  }

  .lg\:to-green-medium {
    --tw-gradient-to: #199365;
  }

  .lg\:to-green-light {
    --tw-gradient-to: #47b669;
  }

  .lg\:to-grey-darkest {
    --tw-gradient-to: #303030;
  }

  .lg\:to-grey-darker {
    --tw-gradient-to: #4a4a4a;
  }

  .lg\:to-grey-dark {
    --tw-gradient-to: #6c7476;
  }

  .lg\:to-grey {
    --tw-gradient-to: #888888;
  }

  .lg\:to-grey-medium {
    --tw-gradient-to: #aaaaaa;
  }

  .lg\:to-grey-light {
    --tw-gradient-to: #bbbbbb;
  }

  .lg\:to-grey-lighter {
    --tw-gradient-to: #dadada;
  }

  .lg\:to-grey-pale {
    --tw-gradient-to: #eaeaea;
  }

  .lg\:to-grey-pale-60 {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .lg\:to-grey-faint {
    --tw-gradient-to: #f3f3f3;
  }

  .lg\:to-grey-lightest {
    --tw-gradient-to: #f9f9f9;
  }

  .lg\:to-grey-page {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .lg\:to-primary-white {
    --tw-gradient-to: #ffffff;
  }

  .lg\:to-secondary-green {
    --tw-gradient-to: #0cc393;
  }

  .lg\:to-secondary-blue-dark {
    --tw-gradient-to: #175564;
  }

  .lg\:to-secondary-blue-light {
    --tw-gradient-to: #2eaeb2;
  }

  .lg\:to-secondary-blue-light-20 {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .lg\:to-secondary-blue-light-10 {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .lg\:to-tertiary-orange {
    --tw-gradient-to: #f46036;
  }

  .lg\:to-tertiary-yellow {
    --tw-gradient-to: #f9c846;
  }

  .lg\:to-success {
    --tw-gradient-to: #47b669;
  }

  .lg\:to-warning {
    --tw-gradient-to: #f46036;
  }

  .lg\:to-error {
    --tw-gradient-to: #e63147;
  }

  .lg\:to-info {
    --tw-gradient-to: #2eaeb2;
  }

  .lg\:to-black {
    --tw-gradient-to: #000000;
  }

  .lg\:to-black-neutral {
    --tw-gradient-to: #373f41;
  }

  .lg\:to-toggle {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .lg\:to-toggle-active {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .lg\:to-tertiary-orange-hover {
    --tw-gradient-to: #f78161;
  }

  .lg\:to-google-maps {
    --tw-gradient-to: #e5e3df;
  }

  .lg\:to-chart {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .lg\:to-energy-rating-a {
    --tw-gradient-to: #008459;
  }

  .lg\:to-energy-rating-b {
    --tw-gradient-to: #19b059;
  }

  .lg\:to-energy-rating-c {
    --tw-gradient-to: #8dc641;
  }

  .lg\:to-energy-rating-d {
    --tw-gradient-to: #ffcc00;
  }

  .lg\:to-energy-rating-e {
    --tw-gradient-to: #f7ac64;
  }

  .lg\:to-energy-rating-f {
    --tw-gradient-to: #f78521;
  }

  .lg\:to-energy-rating-g {
    --tw-gradient-to: #ef1c39;
  }

  .lg\:to-flo-blue-light {
    --tw-gradient-to: #0072b4;
  }

  .lg\:to-green-dark-60 {
    --tw-gradient-to: #a3b7b4;
  }

  .lg\:to-tertiary-background {
    --tw-gradient-to: #ebfaf6;
  }

  .lg\:to-tertiary-green {
    --tw-gradient-to: #08c691;
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-green-darkest:hover {
    --tw-gradient-to: #032b26;
  }

  .lg\:hover\:to-green-darker:hover {
    --tw-gradient-to: #063932;
  }

  .lg\:hover\:to-green-dark:hover {
    --tw-gradient-to: #0b4d44;
  }

  .lg\:hover\:to-green-medium:hover {
    --tw-gradient-to: #199365;
  }

  .lg\:hover\:to-green-light:hover {
    --tw-gradient-to: #47b669;
  }

  .lg\:hover\:to-grey-darkest:hover {
    --tw-gradient-to: #303030;
  }

  .lg\:hover\:to-grey-darker:hover {
    --tw-gradient-to: #4a4a4a;
  }

  .lg\:hover\:to-grey-dark:hover {
    --tw-gradient-to: #6c7476;
  }

  .lg\:hover\:to-grey:hover {
    --tw-gradient-to: #888888;
  }

  .lg\:hover\:to-grey-medium:hover {
    --tw-gradient-to: #aaaaaa;
  }

  .lg\:hover\:to-grey-light:hover {
    --tw-gradient-to: #bbbbbb;
  }

  .lg\:hover\:to-grey-lighter:hover {
    --tw-gradient-to: #dadada;
  }

  .lg\:hover\:to-grey-pale:hover {
    --tw-gradient-to: #eaeaea;
  }

  .lg\:hover\:to-grey-pale-60:hover {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .lg\:hover\:to-grey-faint:hover {
    --tw-gradient-to: #f3f3f3;
  }

  .lg\:hover\:to-grey-lightest:hover {
    --tw-gradient-to: #f9f9f9;
  }

  .lg\:hover\:to-grey-page:hover {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .lg\:hover\:to-primary-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .lg\:hover\:to-secondary-green:hover {
    --tw-gradient-to: #0cc393;
  }

  .lg\:hover\:to-secondary-blue-dark:hover {
    --tw-gradient-to: #175564;
  }

  .lg\:hover\:to-secondary-blue-light:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .lg\:hover\:to-secondary-blue-light-20:hover {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .lg\:hover\:to-secondary-blue-light-10:hover {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .lg\:hover\:to-tertiary-orange:hover {
    --tw-gradient-to: #f46036;
  }

  .lg\:hover\:to-tertiary-yellow:hover {
    --tw-gradient-to: #f9c846;
  }

  .lg\:hover\:to-success:hover {
    --tw-gradient-to: #47b669;
  }

  .lg\:hover\:to-warning:hover {
    --tw-gradient-to: #f46036;
  }

  .lg\:hover\:to-error:hover {
    --tw-gradient-to: #e63147;
  }

  .lg\:hover\:to-info:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000000;
  }

  .lg\:hover\:to-black-neutral:hover {
    --tw-gradient-to: #373f41;
  }

  .lg\:hover\:to-toggle:hover {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .lg\:hover\:to-toggle-active:hover {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .lg\:hover\:to-tertiary-orange-hover:hover {
    --tw-gradient-to: #f78161;
  }

  .lg\:hover\:to-google-maps:hover {
    --tw-gradient-to: #e5e3df;
  }

  .lg\:hover\:to-chart:hover {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .lg\:hover\:to-energy-rating-a:hover {
    --tw-gradient-to: #008459;
  }

  .lg\:hover\:to-energy-rating-b:hover {
    --tw-gradient-to: #19b059;
  }

  .lg\:hover\:to-energy-rating-c:hover {
    --tw-gradient-to: #8dc641;
  }

  .lg\:hover\:to-energy-rating-d:hover {
    --tw-gradient-to: #ffcc00;
  }

  .lg\:hover\:to-energy-rating-e:hover {
    --tw-gradient-to: #f7ac64;
  }

  .lg\:hover\:to-energy-rating-f:hover {
    --tw-gradient-to: #f78521;
  }

  .lg\:hover\:to-energy-rating-g:hover {
    --tw-gradient-to: #ef1c39;
  }

  .lg\:hover\:to-flo-blue-light:hover {
    --tw-gradient-to: #0072b4;
  }

  .lg\:hover\:to-green-dark-60:hover {
    --tw-gradient-to: #a3b7b4;
  }

  .lg\:hover\:to-tertiary-background:hover {
    --tw-gradient-to: #ebfaf6;
  }

  .lg\:hover\:to-tertiary-green:hover {
    --tw-gradient-to: #08c691;
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-green-darkest:focus {
    --tw-gradient-to: #032b26;
  }

  .lg\:focus\:to-green-darker:focus {
    --tw-gradient-to: #063932;
  }

  .lg\:focus\:to-green-dark:focus {
    --tw-gradient-to: #0b4d44;
  }

  .lg\:focus\:to-green-medium:focus {
    --tw-gradient-to: #199365;
  }

  .lg\:focus\:to-green-light:focus {
    --tw-gradient-to: #47b669;
  }

  .lg\:focus\:to-grey-darkest:focus {
    --tw-gradient-to: #303030;
  }

  .lg\:focus\:to-grey-darker:focus {
    --tw-gradient-to: #4a4a4a;
  }

  .lg\:focus\:to-grey-dark:focus {
    --tw-gradient-to: #6c7476;
  }

  .lg\:focus\:to-grey:focus {
    --tw-gradient-to: #888888;
  }

  .lg\:focus\:to-grey-medium:focus {
    --tw-gradient-to: #aaaaaa;
  }

  .lg\:focus\:to-grey-light:focus {
    --tw-gradient-to: #bbbbbb;
  }

  .lg\:focus\:to-grey-lighter:focus {
    --tw-gradient-to: #dadada;
  }

  .lg\:focus\:to-grey-pale:focus {
    --tw-gradient-to: #eaeaea;
  }

  .lg\:focus\:to-grey-pale-60:focus {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .lg\:focus\:to-grey-faint:focus {
    --tw-gradient-to: #f3f3f3;
  }

  .lg\:focus\:to-grey-lightest:focus {
    --tw-gradient-to: #f9f9f9;
  }

  .lg\:focus\:to-grey-page:focus {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .lg\:focus\:to-primary-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .lg\:focus\:to-secondary-green:focus {
    --tw-gradient-to: #0cc393;
  }

  .lg\:focus\:to-secondary-blue-dark:focus {
    --tw-gradient-to: #175564;
  }

  .lg\:focus\:to-secondary-blue-light:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .lg\:focus\:to-secondary-blue-light-20:focus {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .lg\:focus\:to-secondary-blue-light-10:focus {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .lg\:focus\:to-tertiary-orange:focus {
    --tw-gradient-to: #f46036;
  }

  .lg\:focus\:to-tertiary-yellow:focus {
    --tw-gradient-to: #f9c846;
  }

  .lg\:focus\:to-success:focus {
    --tw-gradient-to: #47b669;
  }

  .lg\:focus\:to-warning:focus {
    --tw-gradient-to: #f46036;
  }

  .lg\:focus\:to-error:focus {
    --tw-gradient-to: #e63147;
  }

  .lg\:focus\:to-info:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000000;
  }

  .lg\:focus\:to-black-neutral:focus {
    --tw-gradient-to: #373f41;
  }

  .lg\:focus\:to-toggle:focus {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .lg\:focus\:to-toggle-active:focus {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .lg\:focus\:to-tertiary-orange-hover:focus {
    --tw-gradient-to: #f78161;
  }

  .lg\:focus\:to-google-maps:focus {
    --tw-gradient-to: #e5e3df;
  }

  .lg\:focus\:to-chart:focus {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .lg\:focus\:to-energy-rating-a:focus {
    --tw-gradient-to: #008459;
  }

  .lg\:focus\:to-energy-rating-b:focus {
    --tw-gradient-to: #19b059;
  }

  .lg\:focus\:to-energy-rating-c:focus {
    --tw-gradient-to: #8dc641;
  }

  .lg\:focus\:to-energy-rating-d:focus {
    --tw-gradient-to: #ffcc00;
  }

  .lg\:focus\:to-energy-rating-e:focus {
    --tw-gradient-to: #f7ac64;
  }

  .lg\:focus\:to-energy-rating-f:focus {
    --tw-gradient-to: #f78521;
  }

  .lg\:focus\:to-energy-rating-g:focus {
    --tw-gradient-to: #ef1c39;
  }

  .lg\:focus\:to-flo-blue-light:focus {
    --tw-gradient-to: #0072b4;
  }

  .lg\:focus\:to-green-dark-60:focus {
    --tw-gradient-to: #a3b7b4;
  }

  .lg\:focus\:to-tertiary-background:focus {
    --tw-gradient-to: #ebfaf6;
  }

  .lg\:focus\:to-tertiary-green:focus {
    --tw-gradient-to: #08c691;
  }

  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:bg-5 {
    background-size: 1.25rem;
  }

  .lg\:bg-20 {
    background-size: 5rem;
  }

  .lg\:bg-45 {
    background-size: 11.25rem;
  }

  .lg\:bg-48 {
    background-size: 12rem;
  }

  .lg\:bg-80 {
    background-size: 20rem;
  }

  .lg\:bg-100 {
    background-size: 25rem;
  }

  .lg\:bg-112 {
    background-size: 28rem;
  }

  .lg\:bg-120 {
    background-size: 30rem;
  }

  .lg\:bg-128 {
    background-size: 32rem;
  }

  .lg\:bg-132 {
    background-size: 33rem;
  }

  .lg\:bg-140 {
    background-size: 35rem;
  }

  .lg\:bg-152 {
    background-size: 38rem;
  }

  .lg\:bg-164 {
    background-size: 41rem;
  }

  .lg\:bg-184 {
    background-size: 46rem;
  }

  .lg\:bg-200 {
    background-size: 50rem;
  }

  .lg\:bg-288 {
    background-size: 72rem;
  }

  .lg\:bg-540 {
    background-size: 135rem;
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-4\/5 {
    background-size: 80%;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-local {
    background-attachment: local;
  }

  .lg\:bg-scroll {
    background-attachment: scroll;
  }

  .lg\:bg-clip-border {
    background-clip: border-box;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box;
  }

  .lg\:bg-clip-content {
    background-clip: content-box;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:bg-top-0\.75 {
    background-position: 0 0.1875rem;
  }

  .lg\:bg-left-2 {
    background-position: left 0.5rem center;
  }

  .lg\:bg-right-2 {
    background-position: right 0.5rem center;
  }

  .lg\:bg-left-top-3 {
    background-position: 0.75rem 0.75rem;
  }

  .lg\:bg-left-top-5 {
    background-position: 1.25rem 1.25rem;
  }

  .lg\:bg-right-top-5 {
    background-position: right 1.25rem top 1.25rem;
  }

  .lg\:bg-right-top-2 {
    background-position: right 0.5rem top 0.5rem;
  }

  .lg\:bg-left-bottom-5 {
    background-position: left 1.25rem bottom 1.25rem;
  }

  .lg\:bg-right-bottom-5 {
    background-position: right 1.25rem bottom 1.25rem;
  }

  .lg\:-bg-right-top-36 {
    background-position: right 0 top -9rem;
  }

  .lg\:-bg-right-bottom-px {
    background-position: right 0 bottom -1px;
  }

  .lg\:-bg-right-bottom-16 {
    background-position: right -0.125rem bottom -4rem;
  }

  .lg\:-bg-bottom-1 {
    background-position: bottom -4rem center;
  }

  .lg\:-bg-bottom-1-left {
    background-position: bottom -4rem left;
  }

  .lg\:bg-repeat {
    background-repeat: repeat;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round {
    background-repeat: round;
  }

  .lg\:bg-repeat-space {
    background-repeat: space;
  }

  .lg\:bg-origin-border {
    background-origin: border-box;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box;
  }

  .lg\:bg-origin-content {
    background-origin: content-box;
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:fill-none {
    fill: none;
  }

  .lg\:fill-green-light {
    fill: #47b669;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-green-medium {
    stroke: #199365;
  }

  .lg\:stroke-tertiary-orange {
    stroke: #f46036;
  }

  .lg\:stroke-grey-pale {
    stroke: #eaeaea;
  }

  .lg\:stroke-0 {
    stroke-width: 0;
  }

  .lg\:stroke-1 {
    stroke-width: 1;
  }

  .lg\:stroke-2 {
    stroke-width: 2;
  }

  .lg\:stroke-12 {
    stroke-width: 12;
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-18 {
    padding: 4.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-21 {
    padding: 5.25rem;
  }

  .lg\:p-22 {
    padding: 5.5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-26 {
    padding: 6.5rem;
  }

  .lg\:p-28 {
    padding: 7rem;
  }

  .lg\:p-29 {
    padding: 7.25rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-34 {
    padding: 8.5rem;
  }

  .lg\:p-36 {
    padding: 9rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-42 {
    padding: 10.5rem;
  }

  .lg\:p-44 {
    padding: 11rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-52 {
    padding: 13rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-60 {
    padding: 15rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-68 {
    padding: 17rem;
  }

  .lg\:p-72 {
    padding: 18rem;
  }

  .lg\:p-77 {
    padding: 19.25rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .lg\:p-82 {
    padding: 20.5rem;
  }

  .lg\:p-88 {
    padding: 22rem;
  }

  .lg\:p-94 {
    padding: 23.5rem;
  }

  .lg\:p-96 {
    padding: 24rem;
  }

  .lg\:p-98 {
    padding: 24.5rem;
  }

  .lg\:p-104 {
    padding: 26rem;
  }

  .lg\:p-108 {
    padding: 27rem;
  }

  .lg\:p-110 {
    padding: 27.5rem;
  }

  .lg\:p-112 {
    padding: 28rem;
  }

  .lg\:p-120 {
    padding: 30rem;
  }

  .lg\:p-128 {
    padding: 32rem;
  }

  .lg\:p-132 {
    padding: 33rem;
  }

  .lg\:p-134 {
    padding: 33.5rem;
  }

  .lg\:p-135 {
    padding: 33.75rem;
  }

  .lg\:p-136 {
    padding: 34rem;
  }

  .lg\:p-144 {
    padding: 36rem;
  }

  .lg\:p-152 {
    padding: 38rem;
  }

  .lg\:p-160 {
    padding: 40rem;
  }

  .lg\:p-164 {
    padding: 41rem;
  }

  .lg\:p-172 {
    padding: 43rem;
  }

  .lg\:p-179 {
    padding: 44.75rem;
  }

  .lg\:p-184 {
    padding: 46rem;
  }

  .lg\:p-192 {
    padding: 48rem;
  }

  .lg\:p-224 {
    padding: 56rem;
  }

  .lg\:p-240 {
    padding: 60rem;
  }

  .lg\:p-256 {
    padding: 64rem;
  }

  .lg\:p-265 {
    padding: 66.25rem;
  }

  .lg\:p-288 {
    padding: 72rem;
  }

  .lg\:p-384 {
    padding: 96rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem;
  }

  .lg\:p-0\.75 {
    padding: 0.1875rem;
  }

  .lg\:p-4\.5 {
    padding: 1.125rem;
  }

  .lg\:p-7\.5 {
    padding: 1.875rem;
  }

  .lg\:p-9\.5 {
    padding: 2.375rem;
  }

  .lg\:p-9\.75 {
    padding: 2.4375rem;
  }

  .lg\:p-12\.5 {
    padding: 3.125rem;
  }

  .lg\:p-13\.5 {
    padding: 3.375rem;
  }

  .lg\:p-292\.5 {
    padding: 73.125rem;
  }

  .lg\:p-1\/24 {
    padding: 4.166667%;
  }

  .lg\:p-2\/24 {
    padding: 8.333333%;
  }

  .lg\:p-3\/24 {
    padding: 12.5%;
  }

  .lg\:p-4\/24 {
    padding: 16.666667%;
  }

  .lg\:p-5\/24 {
    padding: 20.833333%;
  }

  .lg\:p-6\/24 {
    padding: 25%;
  }

  .lg\:p-7\/24 {
    padding: 29.166666%;
  }

  .lg\:p-8\/24 {
    padding: 33.333333%;
  }

  .lg\:p-9\/24 {
    padding: 37.5%;
  }

  .lg\:p-10\/24 {
    padding: 41.666666%;
  }

  .lg\:p-11\/24 {
    padding: 45.833333%;
  }

  .lg\:p-12\/24 {
    padding: 50%;
  }

  .lg\:p-13\/24 {
    padding: 54.166666%;
  }

  .lg\:p-14\/24 {
    padding: 58.333333%;
  }

  .lg\:p-15\/24 {
    padding: 62.5%;
  }

  .lg\:p-16\/24 {
    padding: 66.666667%;
  }

  .lg\:p-17\/24 {
    padding: 70.833333%;
  }

  .lg\:p-18\/24 {
    padding: 75%;
  }

  .lg\:p-19\/24 {
    padding: 79.166667%;
  }

  .lg\:p-20\/24 {
    padding: 83.333333%;
  }

  .lg\:p-21\/24 {
    padding: 87.5%;
  }

  .lg\:p-22\/24 {
    padding: 91.666667%;
  }

  .lg\:p-23\/24 {
    padding: 95.833333%;
  }

  .lg\:p-24\/24 {
    padding: 100%;
  }

  .lg\:p-screen-header {
    padding: 41.55vw;
  }

  .lg\:p-screen-60 {
    padding: 60vh;
  }

  .lg\:p-screen-80 {
    padding: 80vh;
  }

  .lg\:p-screen-85 {
    padding: 85vh;
  }

  .lg\:p-screen-90 {
    padding: 90vh;
  }

  .lg\:p-screen-95 {
    padding: 95vh;
  }

  .lg\:p-screen-minus-header {
    padding: calc(100vh - 5.25rem);
  }

  .lg\:p-screen-minus-35\.5 {
    padding: calc(100vh - 8.875rem);
  }

  .lg\:p-screen-minus-36 {
    padding: calc(100vh - 9rem);
  }

  .lg\:p-screen-minus-40 {
    padding: calc(100vh - 10rem);
  }

  .lg\:p-screen-minus-55 {
    padding: calc(100vh - 13.75rem);
  }

  .lg\:p-screen-minus-72 {
    padding: calc(100vh - 18rem);
  }

  .lg\:p-screen-minus-80 {
    padding: calc(100vh - 20rem);
  }

  .lg\:p-full-4 {
    padding: calc(100% - 16px);
  }

  .lg\:p-account-body {
    padding: calc(100vw - 304px);
  }

  .lg\:p-menu-center {
    padding: calc(50% - 288px);
  }

  .lg\:p-tutorials-hidden {
    padding: calc(100% - 56px);
  }

  .lg\:p-popup-full-width {
    padding: calc(100% + 32px);
  }

  .lg\:p-popup-full-width-md {
    padding: calc(100% + 64px);
  }

  .lg\:p-popup-full-height {
    padding: calc(100% + 68px);
  }

  .lg\:p-max-content {
    padding: max-content;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .lg\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:px-29 {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .lg\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .lg\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .lg\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .lg\:px-77 {
    padding-left: 19.25rem;
    padding-right: 19.25rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .lg\:px-82 {
    padding-left: 20.5rem;
    padding-right: 20.5rem;
  }

  .lg\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .lg\:px-94 {
    padding-left: 23.5rem;
    padding-right: 23.5rem;
  }

  .lg\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .lg\:px-98 {
    padding-left: 24.5rem;
    padding-right: 24.5rem;
  }

  .lg\:px-104 {
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .lg\:px-108 {
    padding-left: 27rem;
    padding-right: 27rem;
  }

  .lg\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .lg\:px-112 {
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .lg\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .lg\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .lg\:px-132 {
    padding-left: 33rem;
    padding-right: 33rem;
  }

  .lg\:px-134 {
    padding-left: 33.5rem;
    padding-right: 33.5rem;
  }

  .lg\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .lg\:px-136 {
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .lg\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .lg\:px-152 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .lg\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .lg\:px-164 {
    padding-left: 41rem;
    padding-right: 41rem;
  }

  .lg\:px-172 {
    padding-left: 43rem;
    padding-right: 43rem;
  }

  .lg\:px-179 {
    padding-left: 44.75rem;
    padding-right: 44.75rem;
  }

  .lg\:px-184 {
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .lg\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .lg\:px-224 {
    padding-left: 56rem;
    padding-right: 56rem;
  }

  .lg\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .lg\:px-256 {
    padding-left: 64rem;
    padding-right: 64rem;
  }

  .lg\:px-265 {
    padding-left: 66.25rem;
    padding-right: 66.25rem;
  }

  .lg\:px-288 {
    padding-left: 72rem;
    padding-right: 72rem;
  }

  .lg\:px-384 {
    padding-left: 96rem;
    padding-right: 96rem;
  }

  .lg\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-0\.75 {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .lg\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .lg\:px-7\.5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .lg\:px-9\.5 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .lg\:px-9\.75 {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
  }

  .lg\:px-12\.5 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:px-13\.5 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .lg\:px-292\.5 {
    padding-left: 73.125rem;
    padding-right: 73.125rem;
  }

  .lg\:px-1\/24 {
    padding-left: 4.166667%;
    padding-right: 4.166667%;
  }

  .lg\:px-2\/24 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .lg\:px-3\/24 {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .lg\:px-4\/24 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .lg\:px-5\/24 {
    padding-left: 20.833333%;
    padding-right: 20.833333%;
  }

  .lg\:px-6\/24 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:px-7\/24 {
    padding-left: 29.166666%;
    padding-right: 29.166666%;
  }

  .lg\:px-8\/24 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .lg\:px-9\/24 {
    padding-left: 37.5%;
    padding-right: 37.5%;
  }

  .lg\:px-10\/24 {
    padding-left: 41.666666%;
    padding-right: 41.666666%;
  }

  .lg\:px-11\/24 {
    padding-left: 45.833333%;
    padding-right: 45.833333%;
  }

  .lg\:px-12\/24 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:px-13\/24 {
    padding-left: 54.166666%;
    padding-right: 54.166666%;
  }

  .lg\:px-14\/24 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .lg\:px-15\/24 {
    padding-left: 62.5%;
    padding-right: 62.5%;
  }

  .lg\:px-16\/24 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .lg\:px-17\/24 {
    padding-left: 70.833333%;
    padding-right: 70.833333%;
  }

  .lg\:px-18\/24 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:px-19\/24 {
    padding-left: 79.166667%;
    padding-right: 79.166667%;
  }

  .lg\:px-20\/24 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .lg\:px-21\/24 {
    padding-left: 87.5%;
    padding-right: 87.5%;
  }

  .lg\:px-22\/24 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .lg\:px-23\/24 {
    padding-left: 95.833333%;
    padding-right: 95.833333%;
  }

  .lg\:px-24\/24 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:px-screen-header {
    padding-left: 41.55vw;
    padding-right: 41.55vw;
  }

  .lg\:px-screen-60 {
    padding-left: 60vh;
    padding-right: 60vh;
  }

  .lg\:px-screen-80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .lg\:px-screen-85 {
    padding-left: 85vh;
    padding-right: 85vh;
  }

  .lg\:px-screen-90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .lg\:px-screen-95 {
    padding-left: 95vh;
    padding-right: 95vh;
  }

  .lg\:px-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
    padding-right: calc(100vh - 5.25rem);
  }

  .lg\:px-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
    padding-right: calc(100vh - 8.875rem);
  }

  .lg\:px-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
    padding-right: calc(100vh - 9rem);
  }

  .lg\:px-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
    padding-right: calc(100vh - 10rem);
  }

  .lg\:px-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
    padding-right: calc(100vh - 13.75rem);
  }

  .lg\:px-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
    padding-right: calc(100vh - 18rem);
  }

  .lg\:px-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
    padding-right: calc(100vh - 20rem);
  }

  .lg\:px-full-4 {
    padding-left: calc(100% - 16px);
    padding-right: calc(100% - 16px);
  }

  .lg\:px-account-body {
    padding-left: calc(100vw - 304px);
    padding-right: calc(100vw - 304px);
  }

  .lg\:px-menu-center {
    padding-left: calc(50% - 288px);
    padding-right: calc(50% - 288px);
  }

  .lg\:px-tutorials-hidden {
    padding-left: calc(100% - 56px);
    padding-right: calc(100% - 56px);
  }

  .lg\:px-popup-full-width {
    padding-left: calc(100% + 32px);
    padding-right: calc(100% + 32px);
  }

  .lg\:px-popup-full-width-md {
    padding-left: calc(100% + 64px);
    padding-right: calc(100% + 64px);
  }

  .lg\:px-popup-full-height {
    padding-left: calc(100% + 68px);
    padding-right: calc(100% + 68px);
  }

  .lg\:px-max-content {
    padding-left: max-content;
    padding-right: max-content;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .lg\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-29 {
    padding-top: 7.25rem;
    padding-bottom: 7.25rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .lg\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .lg\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .lg\:py-77 {
    padding-top: 19.25rem;
    padding-bottom: 19.25rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .lg\:py-82 {
    padding-top: 20.5rem;
    padding-bottom: 20.5rem;
  }

  .lg\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .lg\:py-94 {
    padding-top: 23.5rem;
    padding-bottom: 23.5rem;
  }

  .lg\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .lg\:py-98 {
    padding-top: 24.5rem;
    padding-bottom: 24.5rem;
  }

  .lg\:py-104 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .lg\:py-108 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }

  .lg\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .lg\:py-112 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .lg\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .lg\:py-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .lg\:py-132 {
    padding-top: 33rem;
    padding-bottom: 33rem;
  }

  .lg\:py-134 {
    padding-top: 33.5rem;
    padding-bottom: 33.5rem;
  }

  .lg\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .lg\:py-136 {
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .lg\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .lg\:py-152 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .lg\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .lg\:py-164 {
    padding-top: 41rem;
    padding-bottom: 41rem;
  }

  .lg\:py-172 {
    padding-top: 43rem;
    padding-bottom: 43rem;
  }

  .lg\:py-179 {
    padding-top: 44.75rem;
    padding-bottom: 44.75rem;
  }

  .lg\:py-184 {
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .lg\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .lg\:py-224 {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }

  .lg\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .lg\:py-256 {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }

  .lg\:py-265 {
    padding-top: 66.25rem;
    padding-bottom: 66.25rem;
  }

  .lg\:py-288 {
    padding-top: 72rem;
    padding-bottom: 72rem;
  }

  .lg\:py-384 {
    padding-top: 96rem;
    padding-bottom: 96rem;
  }

  .lg\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-0\.75 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .lg\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg\:py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:py-9\.5 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .lg\:py-9\.75 {
    padding-top: 2.4375rem;
    padding-bottom: 2.4375rem;
  }

  .lg\:py-12\.5 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .lg\:py-13\.5 {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .lg\:py-292\.5 {
    padding-top: 73.125rem;
    padding-bottom: 73.125rem;
  }

  .lg\:py-1\/24 {
    padding-top: 4.166667%;
    padding-bottom: 4.166667%;
  }

  .lg\:py-2\/24 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .lg\:py-3\/24 {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }

  .lg\:py-4\/24 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .lg\:py-5\/24 {
    padding-top: 20.833333%;
    padding-bottom: 20.833333%;
  }

  .lg\:py-6\/24 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:py-7\/24 {
    padding-top: 29.166666%;
    padding-bottom: 29.166666%;
  }

  .lg\:py-8\/24 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .lg\:py-9\/24 {
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .lg\:py-10\/24 {
    padding-top: 41.666666%;
    padding-bottom: 41.666666%;
  }

  .lg\:py-11\/24 {
    padding-top: 45.833333%;
    padding-bottom: 45.833333%;
  }

  .lg\:py-12\/24 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:py-13\/24 {
    padding-top: 54.166666%;
    padding-bottom: 54.166666%;
  }

  .lg\:py-14\/24 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .lg\:py-15\/24 {
    padding-top: 62.5%;
    padding-bottom: 62.5%;
  }

  .lg\:py-16\/24 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .lg\:py-17\/24 {
    padding-top: 70.833333%;
    padding-bottom: 70.833333%;
  }

  .lg\:py-18\/24 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:py-19\/24 {
    padding-top: 79.166667%;
    padding-bottom: 79.166667%;
  }

  .lg\:py-20\/24 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .lg\:py-21\/24 {
    padding-top: 87.5%;
    padding-bottom: 87.5%;
  }

  .lg\:py-22\/24 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .lg\:py-23\/24 {
    padding-top: 95.833333%;
    padding-bottom: 95.833333%;
  }

  .lg\:py-24\/24 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:py-screen-header {
    padding-top: 41.55vw;
    padding-bottom: 41.55vw;
  }

  .lg\:py-screen-60 {
    padding-top: 60vh;
    padding-bottom: 60vh;
  }

  .lg\:py-screen-80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .lg\:py-screen-85 {
    padding-top: 85vh;
    padding-bottom: 85vh;
  }

  .lg\:py-screen-90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .lg\:py-screen-95 {
    padding-top: 95vh;
    padding-bottom: 95vh;
  }

  .lg\:py-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
    padding-bottom: calc(100vh - 5.25rem);
  }

  .lg\:py-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
    padding-bottom: calc(100vh - 8.875rem);
  }

  .lg\:py-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
    padding-bottom: calc(100vh - 9rem);
  }

  .lg\:py-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
    padding-bottom: calc(100vh - 10rem);
  }

  .lg\:py-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
    padding-bottom: calc(100vh - 13.75rem);
  }

  .lg\:py-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
    padding-bottom: calc(100vh - 18rem);
  }

  .lg\:py-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
    padding-bottom: calc(100vh - 20rem);
  }

  .lg\:py-full-4 {
    padding-top: calc(100% - 16px);
    padding-bottom: calc(100% - 16px);
  }

  .lg\:py-account-body {
    padding-top: calc(100vw - 304px);
    padding-bottom: calc(100vw - 304px);
  }

  .lg\:py-menu-center {
    padding-top: calc(50% - 288px);
    padding-bottom: calc(50% - 288px);
  }

  .lg\:py-tutorials-hidden {
    padding-top: calc(100% - 56px);
    padding-bottom: calc(100% - 56px);
  }

  .lg\:py-popup-full-width {
    padding-top: calc(100% + 32px);
    padding-bottom: calc(100% + 32px);
  }

  .lg\:py-popup-full-width-md {
    padding-top: calc(100% + 64px);
    padding-bottom: calc(100% + 64px);
  }

  .lg\:py-popup-full-height {
    padding-top: calc(100% + 68px);
    padding-bottom: calc(100% + 68px);
  }

  .lg\:py-max-content {
    padding-top: max-content;
    padding-bottom: max-content;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-18 {
    padding-top: 4.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-21 {
    padding-top: 5.25rem;
  }

  .lg\:pt-22 {
    padding-top: 5.5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-26 {
    padding-top: 6.5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-29 {
    padding-top: 7.25rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-34 {
    padding-top: 8.5rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-42 {
    padding-top: 10.5rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pt-68 {
    padding-top: 17rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pt-77 {
    padding-top: 19.25rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:pt-82 {
    padding-top: 20.5rem;
  }

  .lg\:pt-88 {
    padding-top: 22rem;
  }

  .lg\:pt-94 {
    padding-top: 23.5rem;
  }

  .lg\:pt-96 {
    padding-top: 24rem;
  }

  .lg\:pt-98 {
    padding-top: 24.5rem;
  }

  .lg\:pt-104 {
    padding-top: 26rem;
  }

  .lg\:pt-108 {
    padding-top: 27rem;
  }

  .lg\:pt-110 {
    padding-top: 27.5rem;
  }

  .lg\:pt-112 {
    padding-top: 28rem;
  }

  .lg\:pt-120 {
    padding-top: 30rem;
  }

  .lg\:pt-128 {
    padding-top: 32rem;
  }

  .lg\:pt-132 {
    padding-top: 33rem;
  }

  .lg\:pt-134 {
    padding-top: 33.5rem;
  }

  .lg\:pt-135 {
    padding-top: 33.75rem;
  }

  .lg\:pt-136 {
    padding-top: 34rem;
  }

  .lg\:pt-144 {
    padding-top: 36rem;
  }

  .lg\:pt-152 {
    padding-top: 38rem;
  }

  .lg\:pt-160 {
    padding-top: 40rem;
  }

  .lg\:pt-164 {
    padding-top: 41rem;
  }

  .lg\:pt-172 {
    padding-top: 43rem;
  }

  .lg\:pt-179 {
    padding-top: 44.75rem;
  }

  .lg\:pt-184 {
    padding-top: 46rem;
  }

  .lg\:pt-192 {
    padding-top: 48rem;
  }

  .lg\:pt-224 {
    padding-top: 56rem;
  }

  .lg\:pt-240 {
    padding-top: 60rem;
  }

  .lg\:pt-256 {
    padding-top: 64rem;
  }

  .lg\:pt-265 {
    padding-top: 66.25rem;
  }

  .lg\:pt-288 {
    padding-top: 72rem;
  }

  .lg\:pt-384 {
    padding-top: 96rem;
  }

  .lg\:pt-px {
    padding-top: 1px;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .lg\:pt-0\.75 {
    padding-top: 0.1875rem;
  }

  .lg\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .lg\:pt-7\.5 {
    padding-top: 1.875rem;
  }

  .lg\:pt-9\.5 {
    padding-top: 2.375rem;
  }

  .lg\:pt-9\.75 {
    padding-top: 2.4375rem;
  }

  .lg\:pt-12\.5 {
    padding-top: 3.125rem;
  }

  .lg\:pt-13\.5 {
    padding-top: 3.375rem;
  }

  .lg\:pt-292\.5 {
    padding-top: 73.125rem;
  }

  .lg\:pt-1\/24 {
    padding-top: 4.166667%;
  }

  .lg\:pt-2\/24 {
    padding-top: 8.333333%;
  }

  .lg\:pt-3\/24 {
    padding-top: 12.5%;
  }

  .lg\:pt-4\/24 {
    padding-top: 16.666667%;
  }

  .lg\:pt-5\/24 {
    padding-top: 20.833333%;
  }

  .lg\:pt-6\/24 {
    padding-top: 25%;
  }

  .lg\:pt-7\/24 {
    padding-top: 29.166666%;
  }

  .lg\:pt-8\/24 {
    padding-top: 33.333333%;
  }

  .lg\:pt-9\/24 {
    padding-top: 37.5%;
  }

  .lg\:pt-10\/24 {
    padding-top: 41.666666%;
  }

  .lg\:pt-11\/24 {
    padding-top: 45.833333%;
  }

  .lg\:pt-12\/24 {
    padding-top: 50%;
  }

  .lg\:pt-13\/24 {
    padding-top: 54.166666%;
  }

  .lg\:pt-14\/24 {
    padding-top: 58.333333%;
  }

  .lg\:pt-15\/24 {
    padding-top: 62.5%;
  }

  .lg\:pt-16\/24 {
    padding-top: 66.666667%;
  }

  .lg\:pt-17\/24 {
    padding-top: 70.833333%;
  }

  .lg\:pt-18\/24 {
    padding-top: 75%;
  }

  .lg\:pt-19\/24 {
    padding-top: 79.166667%;
  }

  .lg\:pt-20\/24 {
    padding-top: 83.333333%;
  }

  .lg\:pt-21\/24 {
    padding-top: 87.5%;
  }

  .lg\:pt-22\/24 {
    padding-top: 91.666667%;
  }

  .lg\:pt-23\/24 {
    padding-top: 95.833333%;
  }

  .lg\:pt-24\/24 {
    padding-top: 100%;
  }

  .lg\:pt-screen-header {
    padding-top: 41.55vw;
  }

  .lg\:pt-screen-60 {
    padding-top: 60vh;
  }

  .lg\:pt-screen-80 {
    padding-top: 80vh;
  }

  .lg\:pt-screen-85 {
    padding-top: 85vh;
  }

  .lg\:pt-screen-90 {
    padding-top: 90vh;
  }

  .lg\:pt-screen-95 {
    padding-top: 95vh;
  }

  .lg\:pt-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
  }

  .lg\:pt-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
  }

  .lg\:pt-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
  }

  .lg\:pt-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
  }

  .lg\:pt-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
  }

  .lg\:pt-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
  }

  .lg\:pt-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
  }

  .lg\:pt-full-4 {
    padding-top: calc(100% - 16px);
  }

  .lg\:pt-account-body {
    padding-top: calc(100vw - 304px);
  }

  .lg\:pt-menu-center {
    padding-top: calc(50% - 288px);
  }

  .lg\:pt-tutorials-hidden {
    padding-top: calc(100% - 56px);
  }

  .lg\:pt-popup-full-width {
    padding-top: calc(100% + 32px);
  }

  .lg\:pt-popup-full-width-md {
    padding-top: calc(100% + 64px);
  }

  .lg\:pt-popup-full-height {
    padding-top: calc(100% + 68px);
  }

  .lg\:pt-max-content {
    padding-top: max-content;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-18 {
    padding-right: 4.5rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-21 {
    padding-right: 5.25rem;
  }

  .lg\:pr-22 {
    padding-right: 5.5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-26 {
    padding-right: 6.5rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pr-29 {
    padding-right: 7.25rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pr-34 {
    padding-right: 8.5rem;
  }

  .lg\:pr-36 {
    padding-right: 9rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-42 {
    padding-right: 10.5rem;
  }

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pr-52 {
    padding-right: 13rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pr-60 {
    padding-right: 15rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pr-68 {
    padding-right: 17rem;
  }

  .lg\:pr-72 {
    padding-right: 18rem;
  }

  .lg\:pr-77 {
    padding-right: 19.25rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .lg\:pr-82 {
    padding-right: 20.5rem;
  }

  .lg\:pr-88 {
    padding-right: 22rem;
  }

  .lg\:pr-94 {
    padding-right: 23.5rem;
  }

  .lg\:pr-96 {
    padding-right: 24rem;
  }

  .lg\:pr-98 {
    padding-right: 24.5rem;
  }

  .lg\:pr-104 {
    padding-right: 26rem;
  }

  .lg\:pr-108 {
    padding-right: 27rem;
  }

  .lg\:pr-110 {
    padding-right: 27.5rem;
  }

  .lg\:pr-112 {
    padding-right: 28rem;
  }

  .lg\:pr-120 {
    padding-right: 30rem;
  }

  .lg\:pr-128 {
    padding-right: 32rem;
  }

  .lg\:pr-132 {
    padding-right: 33rem;
  }

  .lg\:pr-134 {
    padding-right: 33.5rem;
  }

  .lg\:pr-135 {
    padding-right: 33.75rem;
  }

  .lg\:pr-136 {
    padding-right: 34rem;
  }

  .lg\:pr-144 {
    padding-right: 36rem;
  }

  .lg\:pr-152 {
    padding-right: 38rem;
  }

  .lg\:pr-160 {
    padding-right: 40rem;
  }

  .lg\:pr-164 {
    padding-right: 41rem;
  }

  .lg\:pr-172 {
    padding-right: 43rem;
  }

  .lg\:pr-179 {
    padding-right: 44.75rem;
  }

  .lg\:pr-184 {
    padding-right: 46rem;
  }

  .lg\:pr-192 {
    padding-right: 48rem;
  }

  .lg\:pr-224 {
    padding-right: 56rem;
  }

  .lg\:pr-240 {
    padding-right: 60rem;
  }

  .lg\:pr-256 {
    padding-right: 64rem;
  }

  .lg\:pr-265 {
    padding-right: 66.25rem;
  }

  .lg\:pr-288 {
    padding-right: 72rem;
  }

  .lg\:pr-384 {
    padding-right: 96rem;
  }

  .lg\:pr-px {
    padding-right: 1px;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .lg\:pr-0\.75 {
    padding-right: 0.1875rem;
  }

  .lg\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .lg\:pr-7\.5 {
    padding-right: 1.875rem;
  }

  .lg\:pr-9\.5 {
    padding-right: 2.375rem;
  }

  .lg\:pr-9\.75 {
    padding-right: 2.4375rem;
  }

  .lg\:pr-12\.5 {
    padding-right: 3.125rem;
  }

  .lg\:pr-13\.5 {
    padding-right: 3.375rem;
  }

  .lg\:pr-292\.5 {
    padding-right: 73.125rem;
  }

  .lg\:pr-1\/24 {
    padding-right: 4.166667%;
  }

  .lg\:pr-2\/24 {
    padding-right: 8.333333%;
  }

  .lg\:pr-3\/24 {
    padding-right: 12.5%;
  }

  .lg\:pr-4\/24 {
    padding-right: 16.666667%;
  }

  .lg\:pr-5\/24 {
    padding-right: 20.833333%;
  }

  .lg\:pr-6\/24 {
    padding-right: 25%;
  }

  .lg\:pr-7\/24 {
    padding-right: 29.166666%;
  }

  .lg\:pr-8\/24 {
    padding-right: 33.333333%;
  }

  .lg\:pr-9\/24 {
    padding-right: 37.5%;
  }

  .lg\:pr-10\/24 {
    padding-right: 41.666666%;
  }

  .lg\:pr-11\/24 {
    padding-right: 45.833333%;
  }

  .lg\:pr-12\/24 {
    padding-right: 50%;
  }

  .lg\:pr-13\/24 {
    padding-right: 54.166666%;
  }

  .lg\:pr-14\/24 {
    padding-right: 58.333333%;
  }

  .lg\:pr-15\/24 {
    padding-right: 62.5%;
  }

  .lg\:pr-16\/24 {
    padding-right: 66.666667%;
  }

  .lg\:pr-17\/24 {
    padding-right: 70.833333%;
  }

  .lg\:pr-18\/24 {
    padding-right: 75%;
  }

  .lg\:pr-19\/24 {
    padding-right: 79.166667%;
  }

  .lg\:pr-20\/24 {
    padding-right: 83.333333%;
  }

  .lg\:pr-21\/24 {
    padding-right: 87.5%;
  }

  .lg\:pr-22\/24 {
    padding-right: 91.666667%;
  }

  .lg\:pr-23\/24 {
    padding-right: 95.833333%;
  }

  .lg\:pr-24\/24 {
    padding-right: 100%;
  }

  .lg\:pr-screen-header {
    padding-right: 41.55vw;
  }

  .lg\:pr-screen-60 {
    padding-right: 60vh;
  }

  .lg\:pr-screen-80 {
    padding-right: 80vh;
  }

  .lg\:pr-screen-85 {
    padding-right: 85vh;
  }

  .lg\:pr-screen-90 {
    padding-right: 90vh;
  }

  .lg\:pr-screen-95 {
    padding-right: 95vh;
  }

  .lg\:pr-screen-minus-header {
    padding-right: calc(100vh - 5.25rem);
  }

  .lg\:pr-screen-minus-35\.5 {
    padding-right: calc(100vh - 8.875rem);
  }

  .lg\:pr-screen-minus-36 {
    padding-right: calc(100vh - 9rem);
  }

  .lg\:pr-screen-minus-40 {
    padding-right: calc(100vh - 10rem);
  }

  .lg\:pr-screen-minus-55 {
    padding-right: calc(100vh - 13.75rem);
  }

  .lg\:pr-screen-minus-72 {
    padding-right: calc(100vh - 18rem);
  }

  .lg\:pr-screen-minus-80 {
    padding-right: calc(100vh - 20rem);
  }

  .lg\:pr-full-4 {
    padding-right: calc(100% - 16px);
  }

  .lg\:pr-account-body {
    padding-right: calc(100vw - 304px);
  }

  .lg\:pr-menu-center {
    padding-right: calc(50% - 288px);
  }

  .lg\:pr-tutorials-hidden {
    padding-right: calc(100% - 56px);
  }

  .lg\:pr-popup-full-width {
    padding-right: calc(100% + 32px);
  }

  .lg\:pr-popup-full-width-md {
    padding-right: calc(100% + 64px);
  }

  .lg\:pr-popup-full-height {
    padding-right: calc(100% + 68px);
  }

  .lg\:pr-max-content {
    padding-right: max-content;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .lg\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-29 {
    padding-bottom: 7.25rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pb-68 {
    padding-bottom: 17rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pb-77 {
    padding-bottom: 19.25rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pb-82 {
    padding-bottom: 20.5rem;
  }

  .lg\:pb-88 {
    padding-bottom: 22rem;
  }

  .lg\:pb-94 {
    padding-bottom: 23.5rem;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pb-98 {
    padding-bottom: 24.5rem;
  }

  .lg\:pb-104 {
    padding-bottom: 26rem;
  }

  .lg\:pb-108 {
    padding-bottom: 27rem;
  }

  .lg\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .lg\:pb-112 {
    padding-bottom: 28rem;
  }

  .lg\:pb-120 {
    padding-bottom: 30rem;
  }

  .lg\:pb-128 {
    padding-bottom: 32rem;
  }

  .lg\:pb-132 {
    padding-bottom: 33rem;
  }

  .lg\:pb-134 {
    padding-bottom: 33.5rem;
  }

  .lg\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .lg\:pb-136 {
    padding-bottom: 34rem;
  }

  .lg\:pb-144 {
    padding-bottom: 36rem;
  }

  .lg\:pb-152 {
    padding-bottom: 38rem;
  }

  .lg\:pb-160 {
    padding-bottom: 40rem;
  }

  .lg\:pb-164 {
    padding-bottom: 41rem;
  }

  .lg\:pb-172 {
    padding-bottom: 43rem;
  }

  .lg\:pb-179 {
    padding-bottom: 44.75rem;
  }

  .lg\:pb-184 {
    padding-bottom: 46rem;
  }

  .lg\:pb-192 {
    padding-bottom: 48rem;
  }

  .lg\:pb-224 {
    padding-bottom: 56rem;
  }

  .lg\:pb-240 {
    padding-bottom: 60rem;
  }

  .lg\:pb-256 {
    padding-bottom: 64rem;
  }

  .lg\:pb-265 {
    padding-bottom: 66.25rem;
  }

  .lg\:pb-288 {
    padding-bottom: 72rem;
  }

  .lg\:pb-384 {
    padding-bottom: 96rem;
  }

  .lg\:pb-px {
    padding-bottom: 1px;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .lg\:pb-0\.75 {
    padding-bottom: 0.1875rem;
  }

  .lg\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .lg\:pb-7\.5 {
    padding-bottom: 1.875rem;
  }

  .lg\:pb-9\.5 {
    padding-bottom: 2.375rem;
  }

  .lg\:pb-9\.75 {
    padding-bottom: 2.4375rem;
  }

  .lg\:pb-12\.5 {
    padding-bottom: 3.125rem;
  }

  .lg\:pb-13\.5 {
    padding-bottom: 3.375rem;
  }

  .lg\:pb-292\.5 {
    padding-bottom: 73.125rem;
  }

  .lg\:pb-1\/24 {
    padding-bottom: 4.166667%;
  }

  .lg\:pb-2\/24 {
    padding-bottom: 8.333333%;
  }

  .lg\:pb-3\/24 {
    padding-bottom: 12.5%;
  }

  .lg\:pb-4\/24 {
    padding-bottom: 16.666667%;
  }

  .lg\:pb-5\/24 {
    padding-bottom: 20.833333%;
  }

  .lg\:pb-6\/24 {
    padding-bottom: 25%;
  }

  .lg\:pb-7\/24 {
    padding-bottom: 29.166666%;
  }

  .lg\:pb-8\/24 {
    padding-bottom: 33.333333%;
  }

  .lg\:pb-9\/24 {
    padding-bottom: 37.5%;
  }

  .lg\:pb-10\/24 {
    padding-bottom: 41.666666%;
  }

  .lg\:pb-11\/24 {
    padding-bottom: 45.833333%;
  }

  .lg\:pb-12\/24 {
    padding-bottom: 50%;
  }

  .lg\:pb-13\/24 {
    padding-bottom: 54.166666%;
  }

  .lg\:pb-14\/24 {
    padding-bottom: 58.333333%;
  }

  .lg\:pb-15\/24 {
    padding-bottom: 62.5%;
  }

  .lg\:pb-16\/24 {
    padding-bottom: 66.666667%;
  }

  .lg\:pb-17\/24 {
    padding-bottom: 70.833333%;
  }

  .lg\:pb-18\/24 {
    padding-bottom: 75%;
  }

  .lg\:pb-19\/24 {
    padding-bottom: 79.166667%;
  }

  .lg\:pb-20\/24 {
    padding-bottom: 83.333333%;
  }

  .lg\:pb-21\/24 {
    padding-bottom: 87.5%;
  }

  .lg\:pb-22\/24 {
    padding-bottom: 91.666667%;
  }

  .lg\:pb-23\/24 {
    padding-bottom: 95.833333%;
  }

  .lg\:pb-24\/24 {
    padding-bottom: 100%;
  }

  .lg\:pb-screen-header {
    padding-bottom: 41.55vw;
  }

  .lg\:pb-screen-60 {
    padding-bottom: 60vh;
  }

  .lg\:pb-screen-80 {
    padding-bottom: 80vh;
  }

  .lg\:pb-screen-85 {
    padding-bottom: 85vh;
  }

  .lg\:pb-screen-90 {
    padding-bottom: 90vh;
  }

  .lg\:pb-screen-95 {
    padding-bottom: 95vh;
  }

  .lg\:pb-screen-minus-header {
    padding-bottom: calc(100vh - 5.25rem);
  }

  .lg\:pb-screen-minus-35\.5 {
    padding-bottom: calc(100vh - 8.875rem);
  }

  .lg\:pb-screen-minus-36 {
    padding-bottom: calc(100vh - 9rem);
  }

  .lg\:pb-screen-minus-40 {
    padding-bottom: calc(100vh - 10rem);
  }

  .lg\:pb-screen-minus-55 {
    padding-bottom: calc(100vh - 13.75rem);
  }

  .lg\:pb-screen-minus-72 {
    padding-bottom: calc(100vh - 18rem);
  }

  .lg\:pb-screen-minus-80 {
    padding-bottom: calc(100vh - 20rem);
  }

  .lg\:pb-full-4 {
    padding-bottom: calc(100% - 16px);
  }

  .lg\:pb-account-body {
    padding-bottom: calc(100vw - 304px);
  }

  .lg\:pb-menu-center {
    padding-bottom: calc(50% - 288px);
  }

  .lg\:pb-tutorials-hidden {
    padding-bottom: calc(100% - 56px);
  }

  .lg\:pb-popup-full-width {
    padding-bottom: calc(100% + 32px);
  }

  .lg\:pb-popup-full-width-md {
    padding-bottom: calc(100% + 64px);
  }

  .lg\:pb-popup-full-height {
    padding-bottom: calc(100% + 68px);
  }

  .lg\:pb-max-content {
    padding-bottom: max-content;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-18 {
    padding-left: 4.5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-21 {
    padding-left: 5.25rem;
  }

  .lg\:pl-22 {
    padding-left: 5.5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-26 {
    padding-left: 6.5rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-29 {
    padding-left: 7.25rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-34 {
    padding-left: 8.5rem;
  }

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-42 {
    padding-left: 10.5rem;
  }

  .lg\:pl-44 {
    padding-left: 11rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-60 {
    padding-left: 15rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:pl-68 {
    padding-left: 17rem;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pl-77 {
    padding-left: 19.25rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .lg\:pl-82 {
    padding-left: 20.5rem;
  }

  .lg\:pl-88 {
    padding-left: 22rem;
  }

  .lg\:pl-94 {
    padding-left: 23.5rem;
  }

  .lg\:pl-96 {
    padding-left: 24rem;
  }

  .lg\:pl-98 {
    padding-left: 24.5rem;
  }

  .lg\:pl-104 {
    padding-left: 26rem;
  }

  .lg\:pl-108 {
    padding-left: 27rem;
  }

  .lg\:pl-110 {
    padding-left: 27.5rem;
  }

  .lg\:pl-112 {
    padding-left: 28rem;
  }

  .lg\:pl-120 {
    padding-left: 30rem;
  }

  .lg\:pl-128 {
    padding-left: 32rem;
  }

  .lg\:pl-132 {
    padding-left: 33rem;
  }

  .lg\:pl-134 {
    padding-left: 33.5rem;
  }

  .lg\:pl-135 {
    padding-left: 33.75rem;
  }

  .lg\:pl-136 {
    padding-left: 34rem;
  }

  .lg\:pl-144 {
    padding-left: 36rem;
  }

  .lg\:pl-152 {
    padding-left: 38rem;
  }

  .lg\:pl-160 {
    padding-left: 40rem;
  }

  .lg\:pl-164 {
    padding-left: 41rem;
  }

  .lg\:pl-172 {
    padding-left: 43rem;
  }

  .lg\:pl-179 {
    padding-left: 44.75rem;
  }

  .lg\:pl-184 {
    padding-left: 46rem;
  }

  .lg\:pl-192 {
    padding-left: 48rem;
  }

  .lg\:pl-224 {
    padding-left: 56rem;
  }

  .lg\:pl-240 {
    padding-left: 60rem;
  }

  .lg\:pl-256 {
    padding-left: 64rem;
  }

  .lg\:pl-265 {
    padding-left: 66.25rem;
  }

  .lg\:pl-288 {
    padding-left: 72rem;
  }

  .lg\:pl-384 {
    padding-left: 96rem;
  }

  .lg\:pl-px {
    padding-left: 1px;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .lg\:pl-0\.75 {
    padding-left: 0.1875rem;
  }

  .lg\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .lg\:pl-7\.5 {
    padding-left: 1.875rem;
  }

  .lg\:pl-9\.5 {
    padding-left: 2.375rem;
  }

  .lg\:pl-9\.75 {
    padding-left: 2.4375rem;
  }

  .lg\:pl-12\.5 {
    padding-left: 3.125rem;
  }

  .lg\:pl-13\.5 {
    padding-left: 3.375rem;
  }

  .lg\:pl-292\.5 {
    padding-left: 73.125rem;
  }

  .lg\:pl-1\/24 {
    padding-left: 4.166667%;
  }

  .lg\:pl-2\/24 {
    padding-left: 8.333333%;
  }

  .lg\:pl-3\/24 {
    padding-left: 12.5%;
  }

  .lg\:pl-4\/24 {
    padding-left: 16.666667%;
  }

  .lg\:pl-5\/24 {
    padding-left: 20.833333%;
  }

  .lg\:pl-6\/24 {
    padding-left: 25%;
  }

  .lg\:pl-7\/24 {
    padding-left: 29.166666%;
  }

  .lg\:pl-8\/24 {
    padding-left: 33.333333%;
  }

  .lg\:pl-9\/24 {
    padding-left: 37.5%;
  }

  .lg\:pl-10\/24 {
    padding-left: 41.666666%;
  }

  .lg\:pl-11\/24 {
    padding-left: 45.833333%;
  }

  .lg\:pl-12\/24 {
    padding-left: 50%;
  }

  .lg\:pl-13\/24 {
    padding-left: 54.166666%;
  }

  .lg\:pl-14\/24 {
    padding-left: 58.333333%;
  }

  .lg\:pl-15\/24 {
    padding-left: 62.5%;
  }

  .lg\:pl-16\/24 {
    padding-left: 66.666667%;
  }

  .lg\:pl-17\/24 {
    padding-left: 70.833333%;
  }

  .lg\:pl-18\/24 {
    padding-left: 75%;
  }

  .lg\:pl-19\/24 {
    padding-left: 79.166667%;
  }

  .lg\:pl-20\/24 {
    padding-left: 83.333333%;
  }

  .lg\:pl-21\/24 {
    padding-left: 87.5%;
  }

  .lg\:pl-22\/24 {
    padding-left: 91.666667%;
  }

  .lg\:pl-23\/24 {
    padding-left: 95.833333%;
  }

  .lg\:pl-24\/24 {
    padding-left: 100%;
  }

  .lg\:pl-screen-header {
    padding-left: 41.55vw;
  }

  .lg\:pl-screen-60 {
    padding-left: 60vh;
  }

  .lg\:pl-screen-80 {
    padding-left: 80vh;
  }

  .lg\:pl-screen-85 {
    padding-left: 85vh;
  }

  .lg\:pl-screen-90 {
    padding-left: 90vh;
  }

  .lg\:pl-screen-95 {
    padding-left: 95vh;
  }

  .lg\:pl-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
  }

  .lg\:pl-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
  }

  .lg\:pl-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
  }

  .lg\:pl-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
  }

  .lg\:pl-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
  }

  .lg\:pl-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
  }

  .lg\:pl-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
  }

  .lg\:pl-full-4 {
    padding-left: calc(100% - 16px);
  }

  .lg\:pl-account-body {
    padding-left: calc(100vw - 304px);
  }

  .lg\:pl-menu-center {
    padding-left: calc(50% - 288px);
  }

  .lg\:pl-tutorials-hidden {
    padding-left: calc(100% - 56px);
  }

  .lg\:pl-popup-full-width {
    padding-left: calc(100% + 32px);
  }

  .lg\:pl-popup-full-width-md {
    padding-left: calc(100% + 64px);
  }

  .lg\:pl-popup-full-height {
    padding-left: calc(100% + 68px);
  }

  .lg\:pl-max-content {
    padding-left: max-content;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-justify {
    text-align: justify;
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:font-sans {
    font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-sans-alt {
    font-family: "Sen", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-sans-table {
    font-family: "Mulish", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:font-mono {
    font-family: courier new, Courier, monospace;
  }

  .lg\:text-3xs {
    font-size: 0.625rem;
  }

  .lg\:text-2xs {
    font-size: 0.6875rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-md {
    font-size: 1.125rem;
  }

  .lg\:text-lg {
    font-size: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.5rem;
  }

  .lg\:text-2xl {
    font-size: 1.75rem;
  }

  .lg\:text-feature {
    font-size: 2rem;
  }

  .lg\:text-2\.5xl {
    font-size: 1.875rem;
  }

  .lg\:text-highlight {
    font-size: 2.25rem;
  }

  .lg\:text-3xl {
    font-size: 2.625rem;
  }

  .lg\:text-hero {
    font-size: 2.875rem;
  }

  .lg\:text-4xl {
    font-size: 3.125rem;
  }

  .lg\:text-highlight-lg {
    font-size: 3.75rem;
  }

  .lg\:text-5xl {
    font-size: 4rem;
  }

  .lg\:text-footer {
    font-size: 0.8125rem;
  }

  .lg\:font-thin {
    font-weight: 100;
  }

  .lg\:font-extralight {
    font-weight: 200;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:normal-case {
    text-transform: none;
  }

  .lg\:italic {
    font-style: italic;
  }

  .lg\:not-italic {
    font-style: normal;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:normal-nums {
    font-variant-numeric: normal;
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-13 {
    line-height: 3.25rem;
  }

  .lg\:leading-14 {
    line-height: 3.5rem;
  }

  .lg\:leading-16 {
    line-height: 4rem;
  }

  .lg\:leading-base {
    line-height: 1rem;
  }

  .lg\:leading-lg {
    line-height: 1.375rem;
  }

  .lg\:leading-xl {
    line-height: 2.375rem;
  }

  .lg\:leading-2xl {
    line-height: 3.0625rem;
  }

  .lg\:leading-3xl {
    line-height: 3.75rem;
  }

  .lg\:leading-4xl {
    line-height: 4.4375rem;
  }

  .lg\:leading-5xl {
    line-height: 5.125rem;
  }

  .lg\:leading-4\.5 {
    line-height: 1.125rem;
  }

  .lg\:leading-11\.5 {
    line-height: 2.875rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-inherit {
    line-height: inherit;
  }

  .lg\:leading-14\/10 {
    line-height: 140%;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.0625rem;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.0625rem;
  }

  .lg\:tracking-table {
    letter-spacing: 0.2px;
  }

  .lg\:tracking-loose {
    letter-spacing: 0.1px;
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .lg\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .lg\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .lg\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .lg\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .lg\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .lg\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .lg\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .lg\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .lg\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .lg\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .lg\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .lg\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .lg\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .lg\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .lg\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .lg\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .lg\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .lg\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .lg\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .lg\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .lg\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .lg\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .lg\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .lg\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .lg\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .lg\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .lg\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .lg\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .lg\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .lg\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .lg\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .lg\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .lg\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .lg\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .lg\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .lg\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .lg\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .lg\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .lg\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .lg\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .lg\:group-hover\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .group:hover .lg\:group-hover\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .group:hover .lg\:group-hover\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .group:hover .lg\:group-hover\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .group:hover .lg\:group-hover\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .group:hover .lg\:group-hover\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .group:hover .lg\:group-hover\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .group:hover .lg\:group-hover\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .group:hover .lg\:group-hover\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .lg\:focus-within\:text-green-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-pale:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-pale-60:focus-within {
    color: rgba(234,234,234,0.6);
  }

  .lg\:focus-within\:text-grey-faint:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-lightest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-grey-page:focus-within {
    color: rgba(243,243,243,0.5);
  }

  .lg\:focus-within\:text-primary-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-blue-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-secondary-blue-light-20:focus-within {
    color: rgba(46,174,178,0.2);
  }

  .lg\:focus-within\:text-secondary-blue-light-10:focus-within {
    color: rgba(46,174,178,0.1);
  }

  .lg\:focus-within\:text-tertiary-orange:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-tertiary-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-black-neutral:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-toggle:focus-within {
    color: rgba(8,198,145,0.3);
  }

  .lg\:focus-within\:text-toggle-active:focus-within {
    color: rgba(8,198,145,1);
  }

  .lg\:focus-within\:text-tertiary-orange-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-google-maps:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-chart:focus-within {
    color: rgba(218,240,225,0.2);
  }

  .lg\:focus-within\:text-energy-rating-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-energy-rating-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-energy-rating-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-energy-rating-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-energy-rating-e:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-energy-rating-f:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-energy-rating-g:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-flo-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-green-dark-60:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-tertiary-background:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .lg\:focus-within\:text-tertiary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-green-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-pale:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-pale-60:hover {
    color: rgba(234,234,234,0.6);
  }

  .lg\:hover\:text-grey-faint:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-lightest:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:hover\:text-grey-page:hover {
    color: rgba(243,243,243,0.5);
  }

  .lg\:hover\:text-primary-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-blue-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .lg\:hover\:text-secondary-blue-light-20:hover {
    color: rgba(46,174,178,0.2);
  }

  .lg\:hover\:text-secondary-blue-light-10:hover {
    color: rgba(46,174,178,0.1);
  }

  .lg\:hover\:text-tertiary-orange:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .lg\:hover\:text-tertiary-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .lg\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .lg\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .lg\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .lg\:hover\:text-info:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-black-neutral:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .lg\:hover\:text-toggle:hover {
    color: rgba(8,198,145,0.3);
  }

  .lg\:hover\:text-toggle-active:hover {
    color: rgba(8,198,145,1);
  }

  .lg\:hover\:text-tertiary-orange-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .lg\:hover\:text-google-maps:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .lg\:hover\:text-chart:hover {
    color: rgba(218,240,225,0.2);
  }

  .lg\:hover\:text-energy-rating-a:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .lg\:hover\:text-energy-rating-b:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .lg\:hover\:text-energy-rating-c:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .lg\:hover\:text-energy-rating-d:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-energy-rating-e:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .lg\:hover\:text-energy-rating-f:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .lg\:hover\:text-energy-rating-g:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .lg\:hover\:text-flo-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .lg\:hover\:text-green-dark-60:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .lg\:hover\:text-tertiary-background:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .lg\:hover\:text-tertiary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-green-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-pale:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-pale-60:focus {
    color: rgba(234,234,234,0.6);
  }

  .lg\:focus\:text-grey-faint:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-lightest:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .lg\:focus\:text-grey-page:focus {
    color: rgba(243,243,243,0.5);
  }

  .lg\:focus\:text-primary-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-blue-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .lg\:focus\:text-secondary-blue-light-20:focus {
    color: rgba(46,174,178,0.2);
  }

  .lg\:focus\:text-secondary-blue-light-10:focus {
    color: rgba(46,174,178,0.1);
  }

  .lg\:focus\:text-tertiary-orange:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .lg\:focus\:text-tertiary-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .lg\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .lg\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .lg\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .lg\:focus\:text-info:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-black-neutral:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .lg\:focus\:text-toggle:focus {
    color: rgba(8,198,145,0.3);
  }

  .lg\:focus\:text-toggle-active:focus {
    color: rgba(8,198,145,1);
  }

  .lg\:focus\:text-tertiary-orange-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .lg\:focus\:text-google-maps:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .lg\:focus\:text-chart:focus {
    color: rgba(218,240,225,0.2);
  }

  .lg\:focus\:text-energy-rating-a:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .lg\:focus\:text-energy-rating-b:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .lg\:focus\:text-energy-rating-c:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .lg\:focus\:text-energy-rating-d:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-energy-rating-e:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .lg\:focus\:text-energy-rating-f:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .lg\:focus\:text-energy-rating-g:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .lg\:focus\:text-flo-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .lg\:focus\:text-green-dark-60:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .lg\:focus\:text-tertiary-background:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .lg\:focus\:text-tertiary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .lg\:underline {
    text-decoration: underline;
  }

  .lg\:line-through {
    text-decoration: line-through;
  }

  .lg\:no-underline {
    text-decoration: none;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-green-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-pale::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-pale::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-pale-60::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .lg\:placeholder-grey-pale-60::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .lg\:placeholder-grey-faint::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-faint::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-lightest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-lightest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-grey-page::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .lg\:placeholder-grey-page::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .lg\:placeholder-primary-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-primary-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-blue-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-blue-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-secondary-blue-light-20::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .lg\:placeholder-secondary-blue-light-20::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .lg\:placeholder-secondary-blue-light-10::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .lg\:placeholder-secondary-blue-light-10::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .lg\:placeholder-tertiary-orange::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tertiary-orange::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tertiary-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tertiary-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-neutral::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black-neutral::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-toggle::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .lg\:placeholder-toggle::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .lg\:placeholder-toggle-active::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .lg\:placeholder-toggle-active::placeholder {
    color: rgba(8,198,145,1);
  }

  .lg\:placeholder-tertiary-orange-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tertiary-orange-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-google-maps::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-google-maps::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-chart::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .lg\:placeholder-chart::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .lg\:placeholder-energy-rating-a::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-b::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-c::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-d::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-e::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-e::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-f::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-f::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-g::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-energy-rating-g::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-flo-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-flo-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-dark-60::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-green-dark-60::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tertiary-background::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tertiary-background::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tertiary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-tertiary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .lg\:focus\:placeholder-green-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-pale:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-pale:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-pale-60:focus::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .lg\:focus\:placeholder-grey-pale-60:focus::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .lg\:focus\:placeholder-grey-faint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-faint:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-lightest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-grey-page:focus::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .lg\:focus\:placeholder-grey-page:focus::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .lg\:focus\:placeholder-primary-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-primary-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-blue-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-blue-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-secondary-blue-light-20:focus::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .lg\:focus\:placeholder-secondary-blue-light-20:focus::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .lg\:focus\:placeholder-secondary-blue-light-10:focus::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .lg\:focus\:placeholder-secondary-blue-light-10:focus::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .lg\:focus\:placeholder-tertiary-orange:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tertiary-orange:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tertiary-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tertiary-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-neutral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black-neutral:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-toggle:focus::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .lg\:focus\:placeholder-toggle:focus::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .lg\:focus\:placeholder-toggle-active:focus::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .lg\:focus\:placeholder-toggle-active:focus::placeholder {
    color: rgba(8,198,145,1);
  }

  .lg\:focus\:placeholder-tertiary-orange-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tertiary-orange-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-google-maps:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-google-maps:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-chart:focus::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .lg\:focus\:placeholder-chart:focus::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .lg\:focus\:placeholder-energy-rating-a:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-b:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-c:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-d:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-e:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-e:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-f:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-f:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-g:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-energy-rating-g:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-flo-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-flo-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-dark-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-green-dark-60:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tertiary-background:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tertiary-background:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tertiary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-tertiary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-5 {
    opacity: 0.05;
  }

  .lg\:opacity-10 {
    opacity: 0.1;
  }

  .lg\:opacity-20 {
    opacity: 0.2;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-30 {
    opacity: 0.3;
  }

  .lg\:opacity-40 {
    opacity: 0.4;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-60 {
    opacity: 0.6;
  }

  .lg\:opacity-70 {
    opacity: 0.7;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-80 {
    opacity: 0.8;
  }

  .lg\:opacity-90 {
    opacity: 0.9;
  }

  .lg\:opacity-95 {
    opacity: 0.95;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .lg\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .lg\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .lg\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .lg\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .lg\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .lg\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .lg\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .lg\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .lg\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color;
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .lg\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\: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);
  }

  .group:hover .lg\:group-hover\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .lg\:focus-within\:shadow-md:focus-within {
    --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);
  }

  .lg\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-2xl:focus-within {
    --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);
  }

  .lg\:focus-within\:shadow-inner:focus-within {
    --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);
  }

  .lg\:focus-within\:shadow-none:focus-within {
    --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);
  }

  .lg\:focus-within\:shadow-above:focus-within {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-header:focus-within {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-menu:focus-within {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-side-menu:focus-within {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-around:focus-within {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus-within\:shadow-glow:focus-within {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .lg\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .lg\:hover\:shadow-above:hover {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-header:hover {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-menu:hover {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-side-menu:hover {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-around:hover {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:shadow-glow:hover {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .lg\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .lg\:focus\:shadow-above:focus {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-header:focus {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-menu:focus {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-side-menu:focus {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-around:focus {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:focus\:shadow-glow:focus {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .lg\:ring-green-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .lg\:ring-green-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .lg\:ring-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .lg\:ring-green-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .lg\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .lg\:ring-grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-pale {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-pale-60 {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .lg\:ring-grey-faint {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-lightest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:ring-grey-page {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .lg\:ring-primary-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-blue-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .lg\:ring-secondary-blue-light-20 {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .lg\:ring-secondary-blue-light-10 {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .lg\:ring-tertiary-orange {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .lg\:ring-tertiary-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .lg\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .lg\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .lg\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .lg\:ring-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-black-neutral {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .lg\:ring-toggle {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .lg\:ring-toggle-active {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .lg\:ring-tertiary-orange-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .lg\:ring-google-maps {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .lg\:ring-chart {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .lg\:ring-energy-rating-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .lg\:ring-energy-rating-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .lg\:ring-energy-rating-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .lg\:ring-energy-rating-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-energy-rating-e {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .lg\:ring-energy-rating-f {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .lg\:ring-energy-rating-g {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .lg\:ring-flo-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .lg\:ring-green-dark-60 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .lg\:ring-tertiary-background {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .lg\:ring-tertiary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-green-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-pale:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-pale-60:focus-within {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .lg\:focus-within\:ring-grey-faint:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-lightest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-grey-page:focus-within {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .lg\:focus-within\:ring-primary-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-blue-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-secondary-blue-light-20:focus-within {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .lg\:focus-within\:ring-secondary-blue-light-10:focus-within {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .lg\:focus-within\:ring-tertiary-orange:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-tertiary-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-black-neutral:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-toggle:focus-within {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .lg\:focus-within\:ring-toggle-active:focus-within {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .lg\:focus-within\:ring-tertiary-orange-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-google-maps:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-chart:focus-within {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .lg\:focus-within\:ring-energy-rating-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-energy-rating-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-energy-rating-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-energy-rating-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-energy-rating-e:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-energy-rating-f:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-energy-rating-g:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-flo-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-green-dark-60:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-tertiary-background:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-tertiary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-green-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-pale:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-pale-60:focus {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .lg\:focus\:ring-grey-faint:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-lightest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-grey-page:focus {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .lg\:focus\:ring-primary-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-blue-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-secondary-blue-light-20:focus {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .lg\:focus\:ring-secondary-blue-light-10:focus {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .lg\:focus\:ring-tertiary-orange:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-tertiary-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-black-neutral:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-toggle:focus {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .lg\:focus\:ring-toggle-active:focus {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .lg\:focus\:ring-tertiary-orange-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-google-maps:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-chart:focus {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .lg\:focus\:ring-energy-rating-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-energy-rating-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-energy-rating-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-energy-rating-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-energy-rating-e:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-energy-rating-f:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-energy-rating-g:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-flo-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-green-dark-60:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-tertiary-background:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-tertiary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-green-darkest {
    --tw-ring-offset-color: #032b26;
  }

  .lg\:ring-offset-green-darker {
    --tw-ring-offset-color: #063932;
  }

  .lg\:ring-offset-green-dark {
    --tw-ring-offset-color: #0b4d44;
  }

  .lg\:ring-offset-green-medium {
    --tw-ring-offset-color: #199365;
  }

  .lg\:ring-offset-green-light {
    --tw-ring-offset-color: #47b669;
  }

  .lg\:ring-offset-grey-darkest {
    --tw-ring-offset-color: #303030;
  }

  .lg\:ring-offset-grey-darker {
    --tw-ring-offset-color: #4a4a4a;
  }

  .lg\:ring-offset-grey-dark {
    --tw-ring-offset-color: #6c7476;
  }

  .lg\:ring-offset-grey {
    --tw-ring-offset-color: #888888;
  }

  .lg\:ring-offset-grey-medium {
    --tw-ring-offset-color: #aaaaaa;
  }

  .lg\:ring-offset-grey-light {
    --tw-ring-offset-color: #bbbbbb;
  }

  .lg\:ring-offset-grey-lighter {
    --tw-ring-offset-color: #dadada;
  }

  .lg\:ring-offset-grey-pale {
    --tw-ring-offset-color: #eaeaea;
  }

  .lg\:ring-offset-grey-pale-60 {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .lg\:ring-offset-grey-faint {
    --tw-ring-offset-color: #f3f3f3;
  }

  .lg\:ring-offset-grey-lightest {
    --tw-ring-offset-color: #f9f9f9;
  }

  .lg\:ring-offset-grey-page {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .lg\:ring-offset-primary-white {
    --tw-ring-offset-color: #ffffff;
  }

  .lg\:ring-offset-secondary-green {
    --tw-ring-offset-color: #0cc393;
  }

  .lg\:ring-offset-secondary-blue-dark {
    --tw-ring-offset-color: #175564;
  }

  .lg\:ring-offset-secondary-blue-light {
    --tw-ring-offset-color: #2eaeb2;
  }

  .lg\:ring-offset-secondary-blue-light-20 {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .lg\:ring-offset-secondary-blue-light-10 {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .lg\:ring-offset-tertiary-orange {
    --tw-ring-offset-color: #f46036;
  }

  .lg\:ring-offset-tertiary-yellow {
    --tw-ring-offset-color: #f9c846;
  }

  .lg\:ring-offset-success {
    --tw-ring-offset-color: #47b669;
  }

  .lg\:ring-offset-warning {
    --tw-ring-offset-color: #f46036;
  }

  .lg\:ring-offset-error {
    --tw-ring-offset-color: #e63147;
  }

  .lg\:ring-offset-info {
    --tw-ring-offset-color: #2eaeb2;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000000;
  }

  .lg\:ring-offset-black-neutral {
    --tw-ring-offset-color: #373f41;
  }

  .lg\:ring-offset-toggle {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .lg\:ring-offset-toggle-active {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .lg\:ring-offset-tertiary-orange-hover {
    --tw-ring-offset-color: #f78161;
  }

  .lg\:ring-offset-google-maps {
    --tw-ring-offset-color: #e5e3df;
  }

  .lg\:ring-offset-chart {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .lg\:ring-offset-energy-rating-a {
    --tw-ring-offset-color: #008459;
  }

  .lg\:ring-offset-energy-rating-b {
    --tw-ring-offset-color: #19b059;
  }

  .lg\:ring-offset-energy-rating-c {
    --tw-ring-offset-color: #8dc641;
  }

  .lg\:ring-offset-energy-rating-d {
    --tw-ring-offset-color: #ffcc00;
  }

  .lg\:ring-offset-energy-rating-e {
    --tw-ring-offset-color: #f7ac64;
  }

  .lg\:ring-offset-energy-rating-f {
    --tw-ring-offset-color: #f78521;
  }

  .lg\:ring-offset-energy-rating-g {
    --tw-ring-offset-color: #ef1c39;
  }

  .lg\:ring-offset-flo-blue-light {
    --tw-ring-offset-color: #0072b4;
  }

  .lg\:ring-offset-green-dark-60 {
    --tw-ring-offset-color: #a3b7b4;
  }

  .lg\:ring-offset-tertiary-background {
    --tw-ring-offset-color: #ebfaf6;
  }

  .lg\:ring-offset-tertiary-green {
    --tw-ring-offset-color: #08c691;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-green-darkest:focus-within {
    --tw-ring-offset-color: #032b26;
  }

  .lg\:focus-within\:ring-offset-green-darker:focus-within {
    --tw-ring-offset-color: #063932;
  }

  .lg\:focus-within\:ring-offset-green-dark:focus-within {
    --tw-ring-offset-color: #0b4d44;
  }

  .lg\:focus-within\:ring-offset-green-medium:focus-within {
    --tw-ring-offset-color: #199365;
  }

  .lg\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .lg\:focus-within\:ring-offset-grey-darkest:focus-within {
    --tw-ring-offset-color: #303030;
  }

  .lg\:focus-within\:ring-offset-grey-darker:focus-within {
    --tw-ring-offset-color: #4a4a4a;
  }

  .lg\:focus-within\:ring-offset-grey-dark:focus-within {
    --tw-ring-offset-color: #6c7476;
  }

  .lg\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #888888;
  }

  .lg\:focus-within\:ring-offset-grey-medium:focus-within {
    --tw-ring-offset-color: #aaaaaa;
  }

  .lg\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #bbbbbb;
  }

  .lg\:focus-within\:ring-offset-grey-lighter:focus-within {
    --tw-ring-offset-color: #dadada;
  }

  .lg\:focus-within\:ring-offset-grey-pale:focus-within {
    --tw-ring-offset-color: #eaeaea;
  }

  .lg\:focus-within\:ring-offset-grey-pale-60:focus-within {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .lg\:focus-within\:ring-offset-grey-faint:focus-within {
    --tw-ring-offset-color: #f3f3f3;
  }

  .lg\:focus-within\:ring-offset-grey-lightest:focus-within {
    --tw-ring-offset-color: #f9f9f9;
  }

  .lg\:focus-within\:ring-offset-grey-page:focus-within {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .lg\:focus-within\:ring-offset-primary-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .lg\:focus-within\:ring-offset-secondary-green:focus-within {
    --tw-ring-offset-color: #0cc393;
  }

  .lg\:focus-within\:ring-offset-secondary-blue-dark:focus-within {
    --tw-ring-offset-color: #175564;
  }

  .lg\:focus-within\:ring-offset-secondary-blue-light:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .lg\:focus-within\:ring-offset-secondary-blue-light-20:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .lg\:focus-within\:ring-offset-secondary-blue-light-10:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .lg\:focus-within\:ring-offset-tertiary-orange:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .lg\:focus-within\:ring-offset-tertiary-yellow:focus-within {
    --tw-ring-offset-color: #f9c846;
  }

  .lg\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .lg\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .lg\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #e63147;
  }

  .lg\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus-within\:ring-offset-black-neutral:focus-within {
    --tw-ring-offset-color: #373f41;
  }

  .lg\:focus-within\:ring-offset-toggle:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .lg\:focus-within\:ring-offset-toggle-active:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .lg\:focus-within\:ring-offset-tertiary-orange-hover:focus-within {
    --tw-ring-offset-color: #f78161;
  }

  .lg\:focus-within\:ring-offset-google-maps:focus-within {
    --tw-ring-offset-color: #e5e3df;
  }

  .lg\:focus-within\:ring-offset-chart:focus-within {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .lg\:focus-within\:ring-offset-energy-rating-a:focus-within {
    --tw-ring-offset-color: #008459;
  }

  .lg\:focus-within\:ring-offset-energy-rating-b:focus-within {
    --tw-ring-offset-color: #19b059;
  }

  .lg\:focus-within\:ring-offset-energy-rating-c:focus-within {
    --tw-ring-offset-color: #8dc641;
  }

  .lg\:focus-within\:ring-offset-energy-rating-d:focus-within {
    --tw-ring-offset-color: #ffcc00;
  }

  .lg\:focus-within\:ring-offset-energy-rating-e:focus-within {
    --tw-ring-offset-color: #f7ac64;
  }

  .lg\:focus-within\:ring-offset-energy-rating-f:focus-within {
    --tw-ring-offset-color: #f78521;
  }

  .lg\:focus-within\:ring-offset-energy-rating-g:focus-within {
    --tw-ring-offset-color: #ef1c39;
  }

  .lg\:focus-within\:ring-offset-flo-blue-light:focus-within {
    --tw-ring-offset-color: #0072b4;
  }

  .lg\:focus-within\:ring-offset-green-dark-60:focus-within {
    --tw-ring-offset-color: #a3b7b4;
  }

  .lg\:focus-within\:ring-offset-tertiary-background:focus-within {
    --tw-ring-offset-color: #ebfaf6;
  }

  .lg\:focus-within\:ring-offset-tertiary-green:focus-within {
    --tw-ring-offset-color: #08c691;
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-green-darkest:focus {
    --tw-ring-offset-color: #032b26;
  }

  .lg\:focus\:ring-offset-green-darker:focus {
    --tw-ring-offset-color: #063932;
  }

  .lg\:focus\:ring-offset-green-dark:focus {
    --tw-ring-offset-color: #0b4d44;
  }

  .lg\:focus\:ring-offset-green-medium:focus {
    --tw-ring-offset-color: #199365;
  }

  .lg\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #47b669;
  }

  .lg\:focus\:ring-offset-grey-darkest:focus {
    --tw-ring-offset-color: #303030;
  }

  .lg\:focus\:ring-offset-grey-darker:focus {
    --tw-ring-offset-color: #4a4a4a;
  }

  .lg\:focus\:ring-offset-grey-dark:focus {
    --tw-ring-offset-color: #6c7476;
  }

  .lg\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #888888;
  }

  .lg\:focus\:ring-offset-grey-medium:focus {
    --tw-ring-offset-color: #aaaaaa;
  }

  .lg\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #bbbbbb;
  }

  .lg\:focus\:ring-offset-grey-lighter:focus {
    --tw-ring-offset-color: #dadada;
  }

  .lg\:focus\:ring-offset-grey-pale:focus {
    --tw-ring-offset-color: #eaeaea;
  }

  .lg\:focus\:ring-offset-grey-pale-60:focus {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .lg\:focus\:ring-offset-grey-faint:focus {
    --tw-ring-offset-color: #f3f3f3;
  }

  .lg\:focus\:ring-offset-grey-lightest:focus {
    --tw-ring-offset-color: #f9f9f9;
  }

  .lg\:focus\:ring-offset-grey-page:focus {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .lg\:focus\:ring-offset-primary-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .lg\:focus\:ring-offset-secondary-green:focus {
    --tw-ring-offset-color: #0cc393;
  }

  .lg\:focus\:ring-offset-secondary-blue-dark:focus {
    --tw-ring-offset-color: #175564;
  }

  .lg\:focus\:ring-offset-secondary-blue-light:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .lg\:focus\:ring-offset-secondary-blue-light-20:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .lg\:focus\:ring-offset-secondary-blue-light-10:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .lg\:focus\:ring-offset-tertiary-orange:focus {
    --tw-ring-offset-color: #f46036;
  }

  .lg\:focus\:ring-offset-tertiary-yellow:focus {
    --tw-ring-offset-color: #f9c846;
  }

  .lg\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #47b669;
  }

  .lg\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #f46036;
  }

  .lg\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #e63147;
  }

  .lg\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .lg\:focus\:ring-offset-black-neutral:focus {
    --tw-ring-offset-color: #373f41;
  }

  .lg\:focus\:ring-offset-toggle:focus {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .lg\:focus\:ring-offset-toggle-active:focus {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .lg\:focus\:ring-offset-tertiary-orange-hover:focus {
    --tw-ring-offset-color: #f78161;
  }

  .lg\:focus\:ring-offset-google-maps:focus {
    --tw-ring-offset-color: #e5e3df;
  }

  .lg\:focus\:ring-offset-chart:focus {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .lg\:focus\:ring-offset-energy-rating-a:focus {
    --tw-ring-offset-color: #008459;
  }

  .lg\:focus\:ring-offset-energy-rating-b:focus {
    --tw-ring-offset-color: #19b059;
  }

  .lg\:focus\:ring-offset-energy-rating-c:focus {
    --tw-ring-offset-color: #8dc641;
  }

  .lg\:focus\:ring-offset-energy-rating-d:focus {
    --tw-ring-offset-color: #ffcc00;
  }

  .lg\:focus\:ring-offset-energy-rating-e:focus {
    --tw-ring-offset-color: #f7ac64;
  }

  .lg\:focus\:ring-offset-energy-rating-f:focus {
    --tw-ring-offset-color: #f78521;
  }

  .lg\:focus\:ring-offset-energy-rating-g:focus {
    --tw-ring-offset-color: #ef1c39;
  }

  .lg\:focus\:ring-offset-flo-blue-light:focus {
    --tw-ring-offset-color: #0072b4;
  }

  .lg\:focus\:ring-offset-green-dark-60:focus {
    --tw-ring-offset-color: #a3b7b4;
  }

  .lg\:focus\:ring-offset-tertiary-background:focus {
    --tw-ring-offset-color: #ebfaf6;
  }

  .lg\:focus\:ring-offset-tertiary-green:focus {
    --tw-ring-offset-color: #08c691;
  }

  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:filter-none {
    filter: none;
  }

  .lg\:blur-0 {
    --tw-blur: blur(0);
  }

  .lg\:blur-none {
    --tw-blur: blur(0);
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px);
  }

  .lg\:blur {
    --tw-blur: blur(8px);
  }

  .lg\:blur-md {
    --tw-blur: blur(12px);
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px);
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px);
  }

  .lg\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .lg\:blur-xs {
    --tw-blur: blur(3px);
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:invert-0 {
    --tw-invert: invert(0);
  }

  .lg\:invert {
    --tw-invert: invert(100%);
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%);
  }

  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .lg\:backdrop-blur-xs {
    --tw-backdrop-blur: blur(3px);
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:transition-header {
    transition-property: transform opacity top bottom left right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-250 {
    transition-delay: 250ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 425px) {
    .xl\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:visible {
    visibility: visible;
  }

  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .xl\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .xl\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .xl\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .xl\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .xl\:inset-29 {
    top: 7.25rem;
    right: 7.25rem;
    bottom: 7.25rem;
    left: 7.25rem;
  }

  .xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .xl\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .xl\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .xl\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .xl\:inset-77 {
    top: 19.25rem;
    right: 19.25rem;
    bottom: 19.25rem;
    left: 19.25rem;
  }

  .xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .xl\:inset-82 {
    top: 20.5rem;
    right: 20.5rem;
    bottom: 20.5rem;
    left: 20.5rem;
  }

  .xl\:inset-88 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .xl\:inset-94 {
    top: 23.5rem;
    right: 23.5rem;
    bottom: 23.5rem;
    left: 23.5rem;
  }

  .xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .xl\:inset-98 {
    top: 24.5rem;
    right: 24.5rem;
    bottom: 24.5rem;
    left: 24.5rem;
  }

  .xl\:inset-104 {
    top: 26rem;
    right: 26rem;
    bottom: 26rem;
    left: 26rem;
  }

  .xl\:inset-108 {
    top: 27rem;
    right: 27rem;
    bottom: 27rem;
    left: 27rem;
  }

  .xl\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .xl\:inset-112 {
    top: 28rem;
    right: 28rem;
    bottom: 28rem;
    left: 28rem;
  }

  .xl\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .xl\:inset-128 {
    top: 32rem;
    right: 32rem;
    bottom: 32rem;
    left: 32rem;
  }

  .xl\:inset-132 {
    top: 33rem;
    right: 33rem;
    bottom: 33rem;
    left: 33rem;
  }

  .xl\:inset-134 {
    top: 33.5rem;
    right: 33.5rem;
    bottom: 33.5rem;
    left: 33.5rem;
  }

  .xl\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .xl\:inset-136 {
    top: 34rem;
    right: 34rem;
    bottom: 34rem;
    left: 34rem;
  }

  .xl\:inset-144 {
    top: 36rem;
    right: 36rem;
    bottom: 36rem;
    left: 36rem;
  }

  .xl\:inset-152 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .xl\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .xl\:inset-164 {
    top: 41rem;
    right: 41rem;
    bottom: 41rem;
    left: 41rem;
  }

  .xl\:inset-172 {
    top: 43rem;
    right: 43rem;
    bottom: 43rem;
    left: 43rem;
  }

  .xl\:inset-179 {
    top: 44.75rem;
    right: 44.75rem;
    bottom: 44.75rem;
    left: 44.75rem;
  }

  .xl\:inset-184 {
    top: 46rem;
    right: 46rem;
    bottom: 46rem;
    left: 46rem;
  }

  .xl\:inset-192 {
    top: 48rem;
    right: 48rem;
    bottom: 48rem;
    left: 48rem;
  }

  .xl\:inset-224 {
    top: 56rem;
    right: 56rem;
    bottom: 56rem;
    left: 56rem;
  }

  .xl\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .xl\:inset-256 {
    top: 64rem;
    right: 64rem;
    bottom: 64rem;
    left: 64rem;
  }

  .xl\:inset-265 {
    top: 66.25rem;
    right: 66.25rem;
    bottom: 66.25rem;
    left: 66.25rem;
  }

  .xl\:inset-288 {
    top: 72rem;
    right: 72rem;
    bottom: 72rem;
    left: 72rem;
  }

  .xl\:inset-384 {
    top: 96rem;
    right: 96rem;
    bottom: 96rem;
    left: 96rem;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .xl\:inset-0\.75 {
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .xl\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .xl\:inset-7\.5 {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .xl\:inset-9\.5 {
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .xl\:inset-9\.75 {
    top: 2.4375rem;
    right: 2.4375rem;
    bottom: 2.4375rem;
    left: 2.4375rem;
  }

  .xl\:inset-12\.5 {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .xl\:inset-13\.5 {
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .xl\:inset-292\.5 {
    top: 73.125rem;
    right: 73.125rem;
    bottom: 73.125rem;
    left: 73.125rem;
  }

  .xl\:inset-1\/24 {
    top: 4.166667%;
    right: 4.166667%;
    bottom: 4.166667%;
    left: 4.166667%;
  }

  .xl\:inset-2\/24 {
    top: 8.333333%;
    right: 8.333333%;
    bottom: 8.333333%;
    left: 8.333333%;
  }

  .xl\:inset-3\/24 {
    top: 12.5%;
    right: 12.5%;
    bottom: 12.5%;
    left: 12.5%;
  }

  .xl\:inset-4\/24 {
    top: 16.666667%;
    right: 16.666667%;
    bottom: 16.666667%;
    left: 16.666667%;
  }

  .xl\:inset-5\/24 {
    top: 20.833333%;
    right: 20.833333%;
    bottom: 20.833333%;
    left: 20.833333%;
  }

  .xl\:inset-6\/24 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-7\/24 {
    top: 29.166666%;
    right: 29.166666%;
    bottom: 29.166666%;
    left: 29.166666%;
  }

  .xl\:inset-8\/24 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-9\/24 {
    top: 37.5%;
    right: 37.5%;
    bottom: 37.5%;
    left: 37.5%;
  }

  .xl\:inset-10\/24 {
    top: 41.666666%;
    right: 41.666666%;
    bottom: 41.666666%;
    left: 41.666666%;
  }

  .xl\:inset-11\/24 {
    top: 45.833333%;
    right: 45.833333%;
    bottom: 45.833333%;
    left: 45.833333%;
  }

  .xl\:inset-12\/24 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-13\/24 {
    top: 54.166666%;
    right: 54.166666%;
    bottom: 54.166666%;
    left: 54.166666%;
  }

  .xl\:inset-14\/24 {
    top: 58.333333%;
    right: 58.333333%;
    bottom: 58.333333%;
    left: 58.333333%;
  }

  .xl\:inset-15\/24 {
    top: 62.5%;
    right: 62.5%;
    bottom: 62.5%;
    left: 62.5%;
  }

  .xl\:inset-16\/24 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-17\/24 {
    top: 70.833333%;
    right: 70.833333%;
    bottom: 70.833333%;
    left: 70.833333%;
  }

  .xl\:inset-18\/24 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-19\/24 {
    top: 79.166667%;
    right: 79.166667%;
    bottom: 79.166667%;
    left: 79.166667%;
  }

  .xl\:inset-20\/24 {
    top: 83.333333%;
    right: 83.333333%;
    bottom: 83.333333%;
    left: 83.333333%;
  }

  .xl\:inset-21\/24 {
    top: 87.5%;
    right: 87.5%;
    bottom: 87.5%;
    left: 87.5%;
  }

  .xl\:inset-22\/24 {
    top: 91.666667%;
    right: 91.666667%;
    bottom: 91.666667%;
    left: 91.666667%;
  }

  .xl\:inset-23\/24 {
    top: 95.833333%;
    right: 95.833333%;
    bottom: 95.833333%;
    left: 95.833333%;
  }

  .xl\:inset-24\/24 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:inset-screen-header {
    top: 41.55vw;
    right: 41.55vw;
    bottom: 41.55vw;
    left: 41.55vw;
  }

  .xl\:inset-screen-60 {
    top: 60vh;
    right: 60vh;
    bottom: 60vh;
    left: 60vh;
  }

  .xl\:inset-screen-80 {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .xl\:inset-screen-85 {
    top: 85vh;
    right: 85vh;
    bottom: 85vh;
    left: 85vh;
  }

  .xl\:inset-screen-90 {
    top: 90vh;
    right: 90vh;
    bottom: 90vh;
    left: 90vh;
  }

  .xl\:inset-screen-95 {
    top: 95vh;
    right: 95vh;
    bottom: 95vh;
    left: 95vh;
  }

  .xl\:inset-screen-minus-header {
    top: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
    left: calc(100vh - 5.25rem);
  }

  .xl\:inset-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
    left: calc(100vh - 8.875rem);
  }

  .xl\:inset-screen-minus-36 {
    top: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
    left: calc(100vh - 9rem);
  }

  .xl\:inset-screen-minus-40 {
    top: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
    left: calc(100vh - 10rem);
  }

  .xl\:inset-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
    left: calc(100vh - 13.75rem);
  }

  .xl\:inset-screen-minus-72 {
    top: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
    left: calc(100vh - 18rem);
  }

  .xl\:inset-screen-minus-80 {
    top: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
    left: calc(100vh - 20rem);
  }

  .xl\:inset-full-4 {
    top: calc(100% - 16px);
    right: calc(100% - 16px);
    bottom: calc(100% - 16px);
    left: calc(100% - 16px);
  }

  .xl\:inset-account-body {
    top: calc(100vw - 304px);
    right: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
    left: calc(100vw - 304px);
  }

  .xl\:inset-menu-center {
    top: calc(50% - 288px);
    right: calc(50% - 288px);
    bottom: calc(50% - 288px);
    left: calc(50% - 288px);
  }

  .xl\:inset-tutorials-hidden {
    top: calc(100% - 56px);
    right: calc(100% - 56px);
    bottom: calc(100% - 56px);
    left: calc(100% - 56px);
  }

  .xl\:inset-popup-full-width {
    top: calc(100% + 32px);
    right: calc(100% + 32px);
    bottom: calc(100% + 32px);
    left: calc(100% + 32px);
  }

  .xl\:inset-popup-full-width-md {
    top: calc(100% + 64px);
    right: calc(100% + 64px);
    bottom: calc(100% + 64px);
    left: calc(100% + 64px);
  }

  .xl\:inset-popup-full-height {
    top: calc(100% + 68px);
    right: calc(100% + 68px);
    bottom: calc(100% + 68px);
    left: calc(100% + 68px);
  }

  .xl\:inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:-inset-18 {
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .xl\:-inset-21 {
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .xl\:-inset-22 {
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .xl\:-inset-26 {
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .xl\:-inset-29 {
    top: -7.25rem;
    right: -7.25rem;
    bottom: -7.25rem;
    left: -7.25rem;
  }

  .xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .xl\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .xl\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .xl\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .xl\:-inset-77 {
    top: -19.25rem;
    right: -19.25rem;
    bottom: -19.25rem;
    left: -19.25rem;
  }

  .xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .xl\:-inset-82 {
    top: -20.5rem;
    right: -20.5rem;
    bottom: -20.5rem;
    left: -20.5rem;
  }

  .xl\:-inset-88 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .xl\:-inset-94 {
    top: -23.5rem;
    right: -23.5rem;
    bottom: -23.5rem;
    left: -23.5rem;
  }

  .xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .xl\:-inset-98 {
    top: -24.5rem;
    right: -24.5rem;
    bottom: -24.5rem;
    left: -24.5rem;
  }

  .xl\:-inset-104 {
    top: -26rem;
    right: -26rem;
    bottom: -26rem;
    left: -26rem;
  }

  .xl\:-inset-108 {
    top: -27rem;
    right: -27rem;
    bottom: -27rem;
    left: -27rem;
  }

  .xl\:-inset-110 {
    top: -27.5rem;
    right: -27.5rem;
    bottom: -27.5rem;
    left: -27.5rem;
  }

  .xl\:-inset-112 {
    top: -28rem;
    right: -28rem;
    bottom: -28rem;
    left: -28rem;
  }

  .xl\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .xl\:-inset-128 {
    top: -32rem;
    right: -32rem;
    bottom: -32rem;
    left: -32rem;
  }

  .xl\:-inset-132 {
    top: -33rem;
    right: -33rem;
    bottom: -33rem;
    left: -33rem;
  }

  .xl\:-inset-134 {
    top: -33.5rem;
    right: -33.5rem;
    bottom: -33.5rem;
    left: -33.5rem;
  }

  .xl\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .xl\:-inset-136 {
    top: -34rem;
    right: -34rem;
    bottom: -34rem;
    left: -34rem;
  }

  .xl\:-inset-144 {
    top: -36rem;
    right: -36rem;
    bottom: -36rem;
    left: -36rem;
  }

  .xl\:-inset-152 {
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .xl\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .xl\:-inset-164 {
    top: -41rem;
    right: -41rem;
    bottom: -41rem;
    left: -41rem;
  }

  .xl\:-inset-172 {
    top: -43rem;
    right: -43rem;
    bottom: -43rem;
    left: -43rem;
  }

  .xl\:-inset-179 {
    top: -44.75rem;
    right: -44.75rem;
    bottom: -44.75rem;
    left: -44.75rem;
  }

  .xl\:-inset-184 {
    top: -46rem;
    right: -46rem;
    bottom: -46rem;
    left: -46rem;
  }

  .xl\:-inset-192 {
    top: -48rem;
    right: -48rem;
    bottom: -48rem;
    left: -48rem;
  }

  .xl\:-inset-224 {
    top: -56rem;
    right: -56rem;
    bottom: -56rem;
    left: -56rem;
  }

  .xl\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .xl\:-inset-256 {
    top: -64rem;
    right: -64rem;
    bottom: -64rem;
    left: -64rem;
  }

  .xl\:-inset-265 {
    top: -66.25rem;
    right: -66.25rem;
    bottom: -66.25rem;
    left: -66.25rem;
  }

  .xl\:-inset-288 {
    top: -72rem;
    right: -72rem;
    bottom: -72rem;
    left: -72rem;
  }

  .xl\:-inset-384 {
    top: -96rem;
    right: -96rem;
    bottom: -96rem;
    left: -96rem;
  }

  .xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .xl\:-inset-0\.75 {
    top: -0.1875rem;
    right: -0.1875rem;
    bottom: -0.1875rem;
    left: -0.1875rem;
  }

  .xl\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .xl\:-inset-7\.5 {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .xl\:-inset-9\.5 {
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .xl\:-inset-9\.75 {
    top: -2.4375rem;
    right: -2.4375rem;
    bottom: -2.4375rem;
    left: -2.4375rem;
  }

  .xl\:-inset-12\.5 {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .xl\:-inset-13\.5 {
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .xl\:-inset-292\.5 {
    top: -73.125rem;
    right: -73.125rem;
    bottom: -73.125rem;
    left: -73.125rem;
  }

  .xl\:-inset-1\/24 {
    top: -4.16667%;
    right: -4.16667%;
    bottom: -4.16667%;
    left: -4.16667%;
  }

  .xl\:-inset-2\/24 {
    top: -8.33333%;
    right: -8.33333%;
    bottom: -8.33333%;
    left: -8.33333%;
  }

  .xl\:-inset-3\/24 {
    top: -12.5%;
    right: -12.5%;
    bottom: -12.5%;
    left: -12.5%;
  }

  .xl\:-inset-4\/24 {
    top: -16.66667%;
    right: -16.66667%;
    bottom: -16.66667%;
    left: -16.66667%;
  }

  .xl\:-inset-5\/24 {
    top: -20.83333%;
    right: -20.83333%;
    bottom: -20.83333%;
    left: -20.83333%;
  }

  .xl\:-inset-6\/24 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-7\/24 {
    top: -29.16667%;
    right: -29.16667%;
    bottom: -29.16667%;
    left: -29.16667%;
  }

  .xl\:-inset-8\/24 {
    top: -33.33333%;
    right: -33.33333%;
    bottom: -33.33333%;
    left: -33.33333%;
  }

  .xl\:-inset-9\/24 {
    top: -37.5%;
    right: -37.5%;
    bottom: -37.5%;
    left: -37.5%;
  }

  .xl\:-inset-10\/24 {
    top: -41.66667%;
    right: -41.66667%;
    bottom: -41.66667%;
    left: -41.66667%;
  }

  .xl\:-inset-11\/24 {
    top: -45.83333%;
    right: -45.83333%;
    bottom: -45.83333%;
    left: -45.83333%;
  }

  .xl\:-inset-12\/24 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-13\/24 {
    top: -54.16667%;
    right: -54.16667%;
    bottom: -54.16667%;
    left: -54.16667%;
  }

  .xl\:-inset-14\/24 {
    top: -58.33333%;
    right: -58.33333%;
    bottom: -58.33333%;
    left: -58.33333%;
  }

  .xl\:-inset-15\/24 {
    top: -62.5%;
    right: -62.5%;
    bottom: -62.5%;
    left: -62.5%;
  }

  .xl\:-inset-16\/24 {
    top: -66.66667%;
    right: -66.66667%;
    bottom: -66.66667%;
    left: -66.66667%;
  }

  .xl\:-inset-17\/24 {
    top: -70.83333%;
    right: -70.83333%;
    bottom: -70.83333%;
    left: -70.83333%;
  }

  .xl\:-inset-18\/24 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-19\/24 {
    top: -79.16667%;
    right: -79.16667%;
    bottom: -79.16667%;
    left: -79.16667%;
  }

  .xl\:-inset-20\/24 {
    top: -83.33333%;
    right: -83.33333%;
    bottom: -83.33333%;
    left: -83.33333%;
  }

  .xl\:-inset-21\/24 {
    top: -87.5%;
    right: -87.5%;
    bottom: -87.5%;
    left: -87.5%;
  }

  .xl\:-inset-22\/24 {
    top: -91.66667%;
    right: -91.66667%;
    bottom: -91.66667%;
    left: -91.66667%;
  }

  .xl\:-inset-23\/24 {
    top: -95.83333%;
    right: -95.83333%;
    bottom: -95.83333%;
    left: -95.83333%;
  }

  .xl\:-inset-24\/24 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:-inset-screen-header {
    top: -41.55vw;
    right: -41.55vw;
    bottom: -41.55vw;
    left: -41.55vw;
  }

  .xl\:-inset-screen-60 {
    top: -60vh;
    right: -60vh;
    bottom: -60vh;
    left: -60vh;
  }

  .xl\:-inset-screen-80 {
    top: -80vh;
    right: -80vh;
    bottom: -80vh;
    left: -80vh;
  }

  .xl\:-inset-screen-85 {
    top: -85vh;
    right: -85vh;
    bottom: -85vh;
    left: -85vh;
  }

  .xl\:-inset-screen-90 {
    top: -90vh;
    right: -90vh;
    bottom: -90vh;
    left: -90vh;
  }

  .xl\:-inset-screen-95 {
    top: -95vh;
    right: -95vh;
    bottom: -95vh;
    left: -95vh;
  }

  .xl\:-inset-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
    left: calc(-100vh - -5.25rem);
  }

  .xl\:-inset-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
    left: calc(-100vh - -8.875rem);
  }

  .xl\:-inset-screen-minus-36 {
    top: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
    left: calc(-100vh - -9rem);
  }

  .xl\:-inset-screen-minus-40 {
    top: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
    left: calc(-100vh - -10rem);
  }

  .xl\:-inset-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
    left: calc(-100vh - -13.75rem);
  }

  .xl\:-inset-screen-minus-72 {
    top: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
    left: calc(-100vh - -18rem);
  }

  .xl\:-inset-screen-minus-80 {
    top: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
    left: calc(-100vh - -20rem);
  }

  .xl\:-inset-full-4 {
    top: calc(-100% - -16px);
    right: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
    left: calc(-100% - -16px);
  }

  .xl\:-inset-account-body {
    top: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
    left: calc(-100vw - -304px);
  }

  .xl\:-inset-menu-center {
    top: calc(-50% - -288px);
    right: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
    left: calc(-50% - -288px);
  }

  .xl\:-inset-tutorials-hidden {
    top: calc(-100% - -56px);
    right: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
    left: calc(-100% - -56px);
  }

  .xl\:-inset-popup-full-width {
    top: calc(-100% + -32px);
    right: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
    left: calc(-100% + -32px);
  }

  .xl\:-inset-popup-full-width-md {
    top: calc(-100% + -64px);
    right: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
    left: calc(-100% + -64px);
  }

  .xl\:-inset-popup-full-height {
    top: calc(-100% + -68px);
    right: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
    left: calc(-100% + -68px);
  }

  .xl\:-inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .xl\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xl\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .xl\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .xl\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .xl\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .xl\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .xl\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .xl\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .xl\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .xl\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .xl\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .xl\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .xl\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .xl\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .xl\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .xl\:inset-x-18 {
    left: 4.5rem;
    right: 4.5rem;
  }

  .xl\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .xl\:inset-x-21 {
    left: 5.25rem;
    right: 5.25rem;
  }

  .xl\:inset-x-22 {
    left: 5.5rem;
    right: 5.5rem;
  }

  .xl\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .xl\:inset-x-26 {
    left: 6.5rem;
    right: 6.5rem;
  }

  .xl\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .xl\:inset-x-29 {
    left: 7.25rem;
    right: 7.25rem;
  }

  .xl\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .xl\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .xl\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .xl\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .xl\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .xl\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .xl\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .xl\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .xl\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .xl\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .xl\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .xl\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .xl\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .xl\:inset-x-77 {
    left: 19.25rem;
    right: 19.25rem;
  }

  .xl\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .xl\:inset-x-82 {
    left: 20.5rem;
    right: 20.5rem;
  }

  .xl\:inset-x-88 {
    left: 22rem;
    right: 22rem;
  }

  .xl\:inset-x-94 {
    left: 23.5rem;
    right: 23.5rem;
  }

  .xl\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .xl\:inset-x-98 {
    left: 24.5rem;
    right: 24.5rem;
  }

  .xl\:inset-x-104 {
    left: 26rem;
    right: 26rem;
  }

  .xl\:inset-x-108 {
    left: 27rem;
    right: 27rem;
  }

  .xl\:inset-x-110 {
    left: 27.5rem;
    right: 27.5rem;
  }

  .xl\:inset-x-112 {
    left: 28rem;
    right: 28rem;
  }

  .xl\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .xl\:inset-x-128 {
    left: 32rem;
    right: 32rem;
  }

  .xl\:inset-x-132 {
    left: 33rem;
    right: 33rem;
  }

  .xl\:inset-x-134 {
    left: 33.5rem;
    right: 33.5rem;
  }

  .xl\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .xl\:inset-x-136 {
    left: 34rem;
    right: 34rem;
  }

  .xl\:inset-x-144 {
    left: 36rem;
    right: 36rem;
  }

  .xl\:inset-x-152 {
    left: 38rem;
    right: 38rem;
  }

  .xl\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .xl\:inset-x-164 {
    left: 41rem;
    right: 41rem;
  }

  .xl\:inset-x-172 {
    left: 43rem;
    right: 43rem;
  }

  .xl\:inset-x-179 {
    left: 44.75rem;
    right: 44.75rem;
  }

  .xl\:inset-x-184 {
    left: 46rem;
    right: 46rem;
  }

  .xl\:inset-x-192 {
    left: 48rem;
    right: 48rem;
  }

  .xl\:inset-x-224 {
    left: 56rem;
    right: 56rem;
  }

  .xl\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .xl\:inset-x-256 {
    left: 64rem;
    right: 64rem;
  }

  .xl\:inset-x-265 {
    left: 66.25rem;
    right: 66.25rem;
  }

  .xl\:inset-x-288 {
    left: 72rem;
    right: 72rem;
  }

  .xl\:inset-x-384 {
    left: 96rem;
    right: 96rem;
  }

  .xl\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .xl\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .xl\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .xl\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .xl\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .xl\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .xl\:inset-x-0\.75 {
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .xl\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .xl\:inset-x-7\.5 {
    left: 1.875rem;
    right: 1.875rem;
  }

  .xl\:inset-x-9\.5 {
    left: 2.375rem;
    right: 2.375rem;
  }

  .xl\:inset-x-9\.75 {
    left: 2.4375rem;
    right: 2.4375rem;
  }

  .xl\:inset-x-12\.5 {
    left: 3.125rem;
    right: 3.125rem;
  }

  .xl\:inset-x-13\.5 {
    left: 3.375rem;
    right: 3.375rem;
  }

  .xl\:inset-x-292\.5 {
    left: 73.125rem;
    right: 73.125rem;
  }

  .xl\:inset-x-1\/24 {
    left: 4.166667%;
    right: 4.166667%;
  }

  .xl\:inset-x-2\/24 {
    left: 8.333333%;
    right: 8.333333%;
  }

  .xl\:inset-x-3\/24 {
    left: 12.5%;
    right: 12.5%;
  }

  .xl\:inset-x-4\/24 {
    left: 16.666667%;
    right: 16.666667%;
  }

  .xl\:inset-x-5\/24 {
    left: 20.833333%;
    right: 20.833333%;
  }

  .xl\:inset-x-6\/24 {
    left: 25%;
    right: 25%;
  }

  .xl\:inset-x-7\/24 {
    left: 29.166666%;
    right: 29.166666%;
  }

  .xl\:inset-x-8\/24 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl\:inset-x-9\/24 {
    left: 37.5%;
    right: 37.5%;
  }

  .xl\:inset-x-10\/24 {
    left: 41.666666%;
    right: 41.666666%;
  }

  .xl\:inset-x-11\/24 {
    left: 45.833333%;
    right: 45.833333%;
  }

  .xl\:inset-x-12\/24 {
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-13\/24 {
    left: 54.166666%;
    right: 54.166666%;
  }

  .xl\:inset-x-14\/24 {
    left: 58.333333%;
    right: 58.333333%;
  }

  .xl\:inset-x-15\/24 {
    left: 62.5%;
    right: 62.5%;
  }

  .xl\:inset-x-16\/24 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xl\:inset-x-17\/24 {
    left: 70.833333%;
    right: 70.833333%;
  }

  .xl\:inset-x-18\/24 {
    left: 75%;
    right: 75%;
  }

  .xl\:inset-x-19\/24 {
    left: 79.166667%;
    right: 79.166667%;
  }

  .xl\:inset-x-20\/24 {
    left: 83.333333%;
    right: 83.333333%;
  }

  .xl\:inset-x-21\/24 {
    left: 87.5%;
    right: 87.5%;
  }

  .xl\:inset-x-22\/24 {
    left: 91.666667%;
    right: 91.666667%;
  }

  .xl\:inset-x-23\/24 {
    left: 95.833333%;
    right: 95.833333%;
  }

  .xl\:inset-x-24\/24 {
    left: 100%;
    right: 100%;
  }

  .xl\:inset-x-screen-header {
    left: 41.55vw;
    right: 41.55vw;
  }

  .xl\:inset-x-screen-60 {
    left: 60vh;
    right: 60vh;
  }

  .xl\:inset-x-screen-80 {
    left: 80vh;
    right: 80vh;
  }

  .xl\:inset-x-screen-85 {
    left: 85vh;
    right: 85vh;
  }

  .xl\:inset-x-screen-90 {
    left: 90vh;
    right: 90vh;
  }

  .xl\:inset-x-screen-95 {
    left: 95vh;
    right: 95vh;
  }

  .xl\:inset-x-screen-minus-header {
    left: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
  }

  .xl\:inset-x-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
  }

  .xl\:inset-x-screen-minus-36 {
    left: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
  }

  .xl\:inset-x-screen-minus-40 {
    left: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
  }

  .xl\:inset-x-screen-minus-55 {
    left: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
  }

  .xl\:inset-x-screen-minus-72 {
    left: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
  }

  .xl\:inset-x-screen-minus-80 {
    left: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
  }

  .xl\:inset-x-full-4 {
    left: calc(100% - 16px);
    right: calc(100% - 16px);
  }

  .xl\:inset-x-account-body {
    left: calc(100vw - 304px);
    right: calc(100vw - 304px);
  }

  .xl\:inset-x-menu-center {
    left: calc(50% - 288px);
    right: calc(50% - 288px);
  }

  .xl\:inset-x-tutorials-hidden {
    left: calc(100% - 56px);
    right: calc(100% - 56px);
  }

  .xl\:inset-x-popup-full-width {
    left: calc(100% + 32px);
    right: calc(100% + 32px);
  }

  .xl\:inset-x-popup-full-width-md {
    left: calc(100% + 64px);
    right: calc(100% + 64px);
  }

  .xl\:inset-x-popup-full-height {
    left: calc(100% + 68px);
    right: calc(100% + 68px);
  }

  .xl\:inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .xl\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .xl\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .xl\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .xl\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .xl\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .xl\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .xl\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .xl\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .xl\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .xl\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .xl\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .xl\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .xl\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .xl\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .xl\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .xl\:-inset-x-18 {
    left: -4.5rem;
    right: -4.5rem;
  }

  .xl\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .xl\:-inset-x-21 {
    left: -5.25rem;
    right: -5.25rem;
  }

  .xl\:-inset-x-22 {
    left: -5.5rem;
    right: -5.5rem;
  }

  .xl\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .xl\:-inset-x-26 {
    left: -6.5rem;
    right: -6.5rem;
  }

  .xl\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .xl\:-inset-x-29 {
    left: -7.25rem;
    right: -7.25rem;
  }

  .xl\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .xl\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .xl\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .xl\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .xl\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .xl\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .xl\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .xl\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .xl\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .xl\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .xl\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .xl\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .xl\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .xl\:-inset-x-77 {
    left: -19.25rem;
    right: -19.25rem;
  }

  .xl\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .xl\:-inset-x-82 {
    left: -20.5rem;
    right: -20.5rem;
  }

  .xl\:-inset-x-88 {
    left: -22rem;
    right: -22rem;
  }

  .xl\:-inset-x-94 {
    left: -23.5rem;
    right: -23.5rem;
  }

  .xl\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .xl\:-inset-x-98 {
    left: -24.5rem;
    right: -24.5rem;
  }

  .xl\:-inset-x-104 {
    left: -26rem;
    right: -26rem;
  }

  .xl\:-inset-x-108 {
    left: -27rem;
    right: -27rem;
  }

  .xl\:-inset-x-110 {
    left: -27.5rem;
    right: -27.5rem;
  }

  .xl\:-inset-x-112 {
    left: -28rem;
    right: -28rem;
  }

  .xl\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .xl\:-inset-x-128 {
    left: -32rem;
    right: -32rem;
  }

  .xl\:-inset-x-132 {
    left: -33rem;
    right: -33rem;
  }

  .xl\:-inset-x-134 {
    left: -33.5rem;
    right: -33.5rem;
  }

  .xl\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .xl\:-inset-x-136 {
    left: -34rem;
    right: -34rem;
  }

  .xl\:-inset-x-144 {
    left: -36rem;
    right: -36rem;
  }

  .xl\:-inset-x-152 {
    left: -38rem;
    right: -38rem;
  }

  .xl\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .xl\:-inset-x-164 {
    left: -41rem;
    right: -41rem;
  }

  .xl\:-inset-x-172 {
    left: -43rem;
    right: -43rem;
  }

  .xl\:-inset-x-179 {
    left: -44.75rem;
    right: -44.75rem;
  }

  .xl\:-inset-x-184 {
    left: -46rem;
    right: -46rem;
  }

  .xl\:-inset-x-192 {
    left: -48rem;
    right: -48rem;
  }

  .xl\:-inset-x-224 {
    left: -56rem;
    right: -56rem;
  }

  .xl\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .xl\:-inset-x-256 {
    left: -64rem;
    right: -64rem;
  }

  .xl\:-inset-x-265 {
    left: -66.25rem;
    right: -66.25rem;
  }

  .xl\:-inset-x-288 {
    left: -72rem;
    right: -72rem;
  }

  .xl\:-inset-x-384 {
    left: -96rem;
    right: -96rem;
  }

  .xl\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .xl\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .xl\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .xl\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .xl\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .xl\:-inset-x-0\.75 {
    left: -0.1875rem;
    right: -0.1875rem;
  }

  .xl\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .xl\:-inset-x-7\.5 {
    left: -1.875rem;
    right: -1.875rem;
  }

  .xl\:-inset-x-9\.5 {
    left: -2.375rem;
    right: -2.375rem;
  }

  .xl\:-inset-x-9\.75 {
    left: -2.4375rem;
    right: -2.4375rem;
  }

  .xl\:-inset-x-12\.5 {
    left: -3.125rem;
    right: -3.125rem;
  }

  .xl\:-inset-x-13\.5 {
    left: -3.375rem;
    right: -3.375rem;
  }

  .xl\:-inset-x-292\.5 {
    left: -73.125rem;
    right: -73.125rem;
  }

  .xl\:-inset-x-1\/24 {
    left: -4.16667%;
    right: -4.16667%;
  }

  .xl\:-inset-x-2\/24 {
    left: -8.33333%;
    right: -8.33333%;
  }

  .xl\:-inset-x-3\/24 {
    left: -12.5%;
    right: -12.5%;
  }

  .xl\:-inset-x-4\/24 {
    left: -16.66667%;
    right: -16.66667%;
  }

  .xl\:-inset-x-5\/24 {
    left: -20.83333%;
    right: -20.83333%;
  }

  .xl\:-inset-x-6\/24 {
    left: -25%;
    right: -25%;
  }

  .xl\:-inset-x-7\/24 {
    left: -29.16667%;
    right: -29.16667%;
  }

  .xl\:-inset-x-8\/24 {
    left: -33.33333%;
    right: -33.33333%;
  }

  .xl\:-inset-x-9\/24 {
    left: -37.5%;
    right: -37.5%;
  }

  .xl\:-inset-x-10\/24 {
    left: -41.66667%;
    right: -41.66667%;
  }

  .xl\:-inset-x-11\/24 {
    left: -45.83333%;
    right: -45.83333%;
  }

  .xl\:-inset-x-12\/24 {
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-13\/24 {
    left: -54.16667%;
    right: -54.16667%;
  }

  .xl\:-inset-x-14\/24 {
    left: -58.33333%;
    right: -58.33333%;
  }

  .xl\:-inset-x-15\/24 {
    left: -62.5%;
    right: -62.5%;
  }

  .xl\:-inset-x-16\/24 {
    left: -66.66667%;
    right: -66.66667%;
  }

  .xl\:-inset-x-17\/24 {
    left: -70.83333%;
    right: -70.83333%;
  }

  .xl\:-inset-x-18\/24 {
    left: -75%;
    right: -75%;
  }

  .xl\:-inset-x-19\/24 {
    left: -79.16667%;
    right: -79.16667%;
  }

  .xl\:-inset-x-20\/24 {
    left: -83.33333%;
    right: -83.33333%;
  }

  .xl\:-inset-x-21\/24 {
    left: -87.5%;
    right: -87.5%;
  }

  .xl\:-inset-x-22\/24 {
    left: -91.66667%;
    right: -91.66667%;
  }

  .xl\:-inset-x-23\/24 {
    left: -95.83333%;
    right: -95.83333%;
  }

  .xl\:-inset-x-24\/24 {
    left: -100%;
    right: -100%;
  }

  .xl\:-inset-x-screen-header {
    left: -41.55vw;
    right: -41.55vw;
  }

  .xl\:-inset-x-screen-60 {
    left: -60vh;
    right: -60vh;
  }

  .xl\:-inset-x-screen-80 {
    left: -80vh;
    right: -80vh;
  }

  .xl\:-inset-x-screen-85 {
    left: -85vh;
    right: -85vh;
  }

  .xl\:-inset-x-screen-90 {
    left: -90vh;
    right: -90vh;
  }

  .xl\:-inset-x-screen-95 {
    left: -95vh;
    right: -95vh;
  }

  .xl\:-inset-x-screen-minus-header {
    left: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
  }

  .xl\:-inset-x-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
  }

  .xl\:-inset-x-screen-minus-36 {
    left: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
  }

  .xl\:-inset-x-screen-minus-40 {
    left: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
  }

  .xl\:-inset-x-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
  }

  .xl\:-inset-x-screen-minus-72 {
    left: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
  }

  .xl\:-inset-x-screen-minus-80 {
    left: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
  }

  .xl\:-inset-x-full-4 {
    left: calc(-100% - -16px);
    right: calc(-100% - -16px);
  }

  .xl\:-inset-x-account-body {
    left: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
  }

  .xl\:-inset-x-menu-center {
    left: calc(-50% - -288px);
    right: calc(-50% - -288px);
  }

  .xl\:-inset-x-tutorials-hidden {
    left: calc(-100% - -56px);
    right: calc(-100% - -56px);
  }

  .xl\:-inset-x-popup-full-width {
    left: calc(-100% + -32px);
    right: calc(-100% + -32px);
  }

  .xl\:-inset-x-popup-full-width-md {
    left: calc(-100% + -64px);
    right: calc(-100% + -64px);
  }

  .xl\:-inset-x-popup-full-height {
    left: calc(-100% + -68px);
    right: calc(-100% + -68px);
  }

  .xl\:-inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .xl\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .xl\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .xl\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .xl\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .xl\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .xl\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .xl\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .xl\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .xl\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .xl\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .xl\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .xl\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .xl\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .xl\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .xl\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .xl\:inset-y-29 {
    top: 7.25rem;
    bottom: 7.25rem;
  }

  .xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .xl\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .xl\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .xl\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .xl\:inset-y-77 {
    top: 19.25rem;
    bottom: 19.25rem;
  }

  .xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .xl\:inset-y-82 {
    top: 20.5rem;
    bottom: 20.5rem;
  }

  .xl\:inset-y-88 {
    top: 22rem;
    bottom: 22rem;
  }

  .xl\:inset-y-94 {
    top: 23.5rem;
    bottom: 23.5rem;
  }

  .xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .xl\:inset-y-98 {
    top: 24.5rem;
    bottom: 24.5rem;
  }

  .xl\:inset-y-104 {
    top: 26rem;
    bottom: 26rem;
  }

  .xl\:inset-y-108 {
    top: 27rem;
    bottom: 27rem;
  }

  .xl\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .xl\:inset-y-112 {
    top: 28rem;
    bottom: 28rem;
  }

  .xl\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .xl\:inset-y-128 {
    top: 32rem;
    bottom: 32rem;
  }

  .xl\:inset-y-132 {
    top: 33rem;
    bottom: 33rem;
  }

  .xl\:inset-y-134 {
    top: 33.5rem;
    bottom: 33.5rem;
  }

  .xl\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .xl\:inset-y-136 {
    top: 34rem;
    bottom: 34rem;
  }

  .xl\:inset-y-144 {
    top: 36rem;
    bottom: 36rem;
  }

  .xl\:inset-y-152 {
    top: 38rem;
    bottom: 38rem;
  }

  .xl\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .xl\:inset-y-164 {
    top: 41rem;
    bottom: 41rem;
  }

  .xl\:inset-y-172 {
    top: 43rem;
    bottom: 43rem;
  }

  .xl\:inset-y-179 {
    top: 44.75rem;
    bottom: 44.75rem;
  }

  .xl\:inset-y-184 {
    top: 46rem;
    bottom: 46rem;
  }

  .xl\:inset-y-192 {
    top: 48rem;
    bottom: 48rem;
  }

  .xl\:inset-y-224 {
    top: 56rem;
    bottom: 56rem;
  }

  .xl\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .xl\:inset-y-256 {
    top: 64rem;
    bottom: 64rem;
  }

  .xl\:inset-y-265 {
    top: 66.25rem;
    bottom: 66.25rem;
  }

  .xl\:inset-y-288 {
    top: 72rem;
    bottom: 72rem;
  }

  .xl\:inset-y-384 {
    top: 96rem;
    bottom: 96rem;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .xl\:inset-y-0\.75 {
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .xl\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .xl\:inset-y-7\.5 {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .xl\:inset-y-9\.5 {
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .xl\:inset-y-9\.75 {
    top: 2.4375rem;
    bottom: 2.4375rem;
  }

  .xl\:inset-y-12\.5 {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .xl\:inset-y-13\.5 {
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .xl\:inset-y-292\.5 {
    top: 73.125rem;
    bottom: 73.125rem;
  }

  .xl\:inset-y-1\/24 {
    top: 4.166667%;
    bottom: 4.166667%;
  }

  .xl\:inset-y-2\/24 {
    top: 8.333333%;
    bottom: 8.333333%;
  }

  .xl\:inset-y-3\/24 {
    top: 12.5%;
    bottom: 12.5%;
  }

  .xl\:inset-y-4\/24 {
    top: 16.666667%;
    bottom: 16.666667%;
  }

  .xl\:inset-y-5\/24 {
    top: 20.833333%;
    bottom: 20.833333%;
  }

  .xl\:inset-y-6\/24 {
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-y-7\/24 {
    top: 29.166666%;
    bottom: 29.166666%;
  }

  .xl\:inset-y-8\/24 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-y-9\/24 {
    top: 37.5%;
    bottom: 37.5%;
  }

  .xl\:inset-y-10\/24 {
    top: 41.666666%;
    bottom: 41.666666%;
  }

  .xl\:inset-y-11\/24 {
    top: 45.833333%;
    bottom: 45.833333%;
  }

  .xl\:inset-y-12\/24 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-13\/24 {
    top: 54.166666%;
    bottom: 54.166666%;
  }

  .xl\:inset-y-14\/24 {
    top: 58.333333%;
    bottom: 58.333333%;
  }

  .xl\:inset-y-15\/24 {
    top: 62.5%;
    bottom: 62.5%;
  }

  .xl\:inset-y-16\/24 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-y-17\/24 {
    top: 70.833333%;
    bottom: 70.833333%;
  }

  .xl\:inset-y-18\/24 {
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-y-19\/24 {
    top: 79.166667%;
    bottom: 79.166667%;
  }

  .xl\:inset-y-20\/24 {
    top: 83.333333%;
    bottom: 83.333333%;
  }

  .xl\:inset-y-21\/24 {
    top: 87.5%;
    bottom: 87.5%;
  }

  .xl\:inset-y-22\/24 {
    top: 91.666667%;
    bottom: 91.666667%;
  }

  .xl\:inset-y-23\/24 {
    top: 95.833333%;
    bottom: 95.833333%;
  }

  .xl\:inset-y-24\/24 {
    top: 100%;
    bottom: 100%;
  }

  .xl\:inset-y-screen-header {
    top: 41.55vw;
    bottom: 41.55vw;
  }

  .xl\:inset-y-screen-60 {
    top: 60vh;
    bottom: 60vh;
  }

  .xl\:inset-y-screen-80 {
    top: 80vh;
    bottom: 80vh;
  }

  .xl\:inset-y-screen-85 {
    top: 85vh;
    bottom: 85vh;
  }

  .xl\:inset-y-screen-90 {
    top: 90vh;
    bottom: 90vh;
  }

  .xl\:inset-y-screen-95 {
    top: 95vh;
    bottom: 95vh;
  }

  .xl\:inset-y-screen-minus-header {
    top: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
  }

  .xl\:inset-y-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
  }

  .xl\:inset-y-screen-minus-36 {
    top: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
  }

  .xl\:inset-y-screen-minus-40 {
    top: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
  }

  .xl\:inset-y-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
  }

  .xl\:inset-y-screen-minus-72 {
    top: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
  }

  .xl\:inset-y-screen-minus-80 {
    top: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
  }

  .xl\:inset-y-full-4 {
    top: calc(100% - 16px);
    bottom: calc(100% - 16px);
  }

  .xl\:inset-y-account-body {
    top: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
  }

  .xl\:inset-y-menu-center {
    top: calc(50% - 288px);
    bottom: calc(50% - 288px);
  }

  .xl\:inset-y-tutorials-hidden {
    top: calc(100% - 56px);
    bottom: calc(100% - 56px);
  }

  .xl\:inset-y-popup-full-width {
    top: calc(100% + 32px);
    bottom: calc(100% + 32px);
  }

  .xl\:inset-y-popup-full-width-md {
    top: calc(100% + 64px);
    bottom: calc(100% + 64px);
  }

  .xl\:inset-y-popup-full-height {
    top: calc(100% + 68px);
    bottom: calc(100% + 68px);
  }

  .xl\:inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-y-18 {
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .xl\:-inset-y-21 {
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .xl\:-inset-y-22 {
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .xl\:-inset-y-26 {
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .xl\:-inset-y-29 {
    top: -7.25rem;
    bottom: -7.25rem;
  }

  .xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .xl\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .xl\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .xl\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .xl\:-inset-y-77 {
    top: -19.25rem;
    bottom: -19.25rem;
  }

  .xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .xl\:-inset-y-82 {
    top: -20.5rem;
    bottom: -20.5rem;
  }

  .xl\:-inset-y-88 {
    top: -22rem;
    bottom: -22rem;
  }

  .xl\:-inset-y-94 {
    top: -23.5rem;
    bottom: -23.5rem;
  }

  .xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .xl\:-inset-y-98 {
    top: -24.5rem;
    bottom: -24.5rem;
  }

  .xl\:-inset-y-104 {
    top: -26rem;
    bottom: -26rem;
  }

  .xl\:-inset-y-108 {
    top: -27rem;
    bottom: -27rem;
  }

  .xl\:-inset-y-110 {
    top: -27.5rem;
    bottom: -27.5rem;
  }

  .xl\:-inset-y-112 {
    top: -28rem;
    bottom: -28rem;
  }

  .xl\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .xl\:-inset-y-128 {
    top: -32rem;
    bottom: -32rem;
  }

  .xl\:-inset-y-132 {
    top: -33rem;
    bottom: -33rem;
  }

  .xl\:-inset-y-134 {
    top: -33.5rem;
    bottom: -33.5rem;
  }

  .xl\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .xl\:-inset-y-136 {
    top: -34rem;
    bottom: -34rem;
  }

  .xl\:-inset-y-144 {
    top: -36rem;
    bottom: -36rem;
  }

  .xl\:-inset-y-152 {
    top: -38rem;
    bottom: -38rem;
  }

  .xl\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .xl\:-inset-y-164 {
    top: -41rem;
    bottom: -41rem;
  }

  .xl\:-inset-y-172 {
    top: -43rem;
    bottom: -43rem;
  }

  .xl\:-inset-y-179 {
    top: -44.75rem;
    bottom: -44.75rem;
  }

  .xl\:-inset-y-184 {
    top: -46rem;
    bottom: -46rem;
  }

  .xl\:-inset-y-192 {
    top: -48rem;
    bottom: -48rem;
  }

  .xl\:-inset-y-224 {
    top: -56rem;
    bottom: -56rem;
  }

  .xl\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .xl\:-inset-y-256 {
    top: -64rem;
    bottom: -64rem;
  }

  .xl\:-inset-y-265 {
    top: -66.25rem;
    bottom: -66.25rem;
  }

  .xl\:-inset-y-288 {
    top: -72rem;
    bottom: -72rem;
  }

  .xl\:-inset-y-384 {
    top: -96rem;
    bottom: -96rem;
  }

  .xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .xl\:-inset-y-0\.75 {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }

  .xl\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .xl\:-inset-y-7\.5 {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .xl\:-inset-y-9\.5 {
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .xl\:-inset-y-9\.75 {
    top: -2.4375rem;
    bottom: -2.4375rem;
  }

  .xl\:-inset-y-12\.5 {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .xl\:-inset-y-13\.5 {
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .xl\:-inset-y-292\.5 {
    top: -73.125rem;
    bottom: -73.125rem;
  }

  .xl\:-inset-y-1\/24 {
    top: -4.16667%;
    bottom: -4.16667%;
  }

  .xl\:-inset-y-2\/24 {
    top: -8.33333%;
    bottom: -8.33333%;
  }

  .xl\:-inset-y-3\/24 {
    top: -12.5%;
    bottom: -12.5%;
  }

  .xl\:-inset-y-4\/24 {
    top: -16.66667%;
    bottom: -16.66667%;
  }

  .xl\:-inset-y-5\/24 {
    top: -20.83333%;
    bottom: -20.83333%;
  }

  .xl\:-inset-y-6\/24 {
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-y-7\/24 {
    top: -29.16667%;
    bottom: -29.16667%;
  }

  .xl\:-inset-y-8\/24 {
    top: -33.33333%;
    bottom: -33.33333%;
  }

  .xl\:-inset-y-9\/24 {
    top: -37.5%;
    bottom: -37.5%;
  }

  .xl\:-inset-y-10\/24 {
    top: -41.66667%;
    bottom: -41.66667%;
  }

  .xl\:-inset-y-11\/24 {
    top: -45.83333%;
    bottom: -45.83333%;
  }

  .xl\:-inset-y-12\/24 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-13\/24 {
    top: -54.16667%;
    bottom: -54.16667%;
  }

  .xl\:-inset-y-14\/24 {
    top: -58.33333%;
    bottom: -58.33333%;
  }

  .xl\:-inset-y-15\/24 {
    top: -62.5%;
    bottom: -62.5%;
  }

  .xl\:-inset-y-16\/24 {
    top: -66.66667%;
    bottom: -66.66667%;
  }

  .xl\:-inset-y-17\/24 {
    top: -70.83333%;
    bottom: -70.83333%;
  }

  .xl\:-inset-y-18\/24 {
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-y-19\/24 {
    top: -79.16667%;
    bottom: -79.16667%;
  }

  .xl\:-inset-y-20\/24 {
    top: -83.33333%;
    bottom: -83.33333%;
  }

  .xl\:-inset-y-21\/24 {
    top: -87.5%;
    bottom: -87.5%;
  }

  .xl\:-inset-y-22\/24 {
    top: -91.66667%;
    bottom: -91.66667%;
  }

  .xl\:-inset-y-23\/24 {
    top: -95.83333%;
    bottom: -95.83333%;
  }

  .xl\:-inset-y-24\/24 {
    top: -100%;
    bottom: -100%;
  }

  .xl\:-inset-y-screen-header {
    top: -41.55vw;
    bottom: -41.55vw;
  }

  .xl\:-inset-y-screen-60 {
    top: -60vh;
    bottom: -60vh;
  }

  .xl\:-inset-y-screen-80 {
    top: -80vh;
    bottom: -80vh;
  }

  .xl\:-inset-y-screen-85 {
    top: -85vh;
    bottom: -85vh;
  }

  .xl\:-inset-y-screen-90 {
    top: -90vh;
    bottom: -90vh;
  }

  .xl\:-inset-y-screen-95 {
    top: -95vh;
    bottom: -95vh;
  }

  .xl\:-inset-y-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
  }

  .xl\:-inset-y-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
  }

  .xl\:-inset-y-screen-minus-36 {
    top: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
  }

  .xl\:-inset-y-screen-minus-40 {
    top: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
  }

  .xl\:-inset-y-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
  }

  .xl\:-inset-y-screen-minus-72 {
    top: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
  }

  .xl\:-inset-y-screen-minus-80 {
    top: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
  }

  .xl\:-inset-y-full-4 {
    top: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
  }

  .xl\:-inset-y-account-body {
    top: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
  }

  .xl\:-inset-y-menu-center {
    top: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
  }

  .xl\:-inset-y-tutorials-hidden {
    top: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
  }

  .xl\:-inset-y-popup-full-width {
    top: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
  }

  .xl\:-inset-y-popup-full-width-md {
    top: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
  }

  .xl\:-inset-y-popup-full-height {
    top: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
  }

  .xl\:-inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:top-1 {
    top: 0.25rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:top-3 {
    top: 0.75rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:top-5 {
    top: 1.25rem;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:top-7 {
    top: 1.75rem;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:top-9 {
    top: 2.25rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:top-11 {
    top: 2.75rem;
  }

  .xl\:top-12 {
    top: 3rem;
  }

  .xl\:top-14 {
    top: 3.5rem;
  }

  .xl\:top-16 {
    top: 4rem;
  }

  .xl\:top-18 {
    top: 4.5rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:top-21 {
    top: 5.25rem;
  }

  .xl\:top-22 {
    top: 5.5rem;
  }

  .xl\:top-24 {
    top: 6rem;
  }

  .xl\:top-26 {
    top: 6.5rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:top-29 {
    top: 7.25rem;
  }

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:top-34 {
    top: 8.5rem;
  }

  .xl\:top-36 {
    top: 9rem;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:top-42 {
    top: 10.5rem;
  }

  .xl\:top-44 {
    top: 11rem;
  }

  .xl\:top-48 {
    top: 12rem;
  }

  .xl\:top-52 {
    top: 13rem;
  }

  .xl\:top-56 {
    top: 14rem;
  }

  .xl\:top-60 {
    top: 15rem;
  }

  .xl\:top-64 {
    top: 16rem;
  }

  .xl\:top-68 {
    top: 17rem;
  }

  .xl\:top-72 {
    top: 18rem;
  }

  .xl\:top-77 {
    top: 19.25rem;
  }

  .xl\:top-80 {
    top: 20rem;
  }

  .xl\:top-82 {
    top: 20.5rem;
  }

  .xl\:top-88 {
    top: 22rem;
  }

  .xl\:top-94 {
    top: 23.5rem;
  }

  .xl\:top-96 {
    top: 24rem;
  }

  .xl\:top-98 {
    top: 24.5rem;
  }

  .xl\:top-104 {
    top: 26rem;
  }

  .xl\:top-108 {
    top: 27rem;
  }

  .xl\:top-110 {
    top: 27.5rem;
  }

  .xl\:top-112 {
    top: 28rem;
  }

  .xl\:top-120 {
    top: 30rem;
  }

  .xl\:top-128 {
    top: 32rem;
  }

  .xl\:top-132 {
    top: 33rem;
  }

  .xl\:top-134 {
    top: 33.5rem;
  }

  .xl\:top-135 {
    top: 33.75rem;
  }

  .xl\:top-136 {
    top: 34rem;
  }

  .xl\:top-144 {
    top: 36rem;
  }

  .xl\:top-152 {
    top: 38rem;
  }

  .xl\:top-160 {
    top: 40rem;
  }

  .xl\:top-164 {
    top: 41rem;
  }

  .xl\:top-172 {
    top: 43rem;
  }

  .xl\:top-179 {
    top: 44.75rem;
  }

  .xl\:top-184 {
    top: 46rem;
  }

  .xl\:top-192 {
    top: 48rem;
  }

  .xl\:top-224 {
    top: 56rem;
  }

  .xl\:top-240 {
    top: 60rem;
  }

  .xl\:top-256 {
    top: 64rem;
  }

  .xl\:top-265 {
    top: 66.25rem;
  }

  .xl\:top-288 {
    top: 72rem;
  }

  .xl\:top-384 {
    top: 96rem;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:top-px {
    top: 1px;
  }

  .xl\:top-0\.5 {
    top: 0.125rem;
  }

  .xl\:top-1\.5 {
    top: 0.375rem;
  }

  .xl\:top-2\.5 {
    top: 0.625rem;
  }

  .xl\:top-3\.5 {
    top: 0.875rem;
  }

  .xl\:top-0\.75 {
    top: 0.1875rem;
  }

  .xl\:top-4\.5 {
    top: 1.125rem;
  }

  .xl\:top-7\.5 {
    top: 1.875rem;
  }

  .xl\:top-9\.5 {
    top: 2.375rem;
  }

  .xl\:top-9\.75 {
    top: 2.4375rem;
  }

  .xl\:top-12\.5 {
    top: 3.125rem;
  }

  .xl\:top-13\.5 {
    top: 3.375rem;
  }

  .xl\:top-292\.5 {
    top: 73.125rem;
  }

  .xl\:top-1\/24 {
    top: 4.166667%;
  }

  .xl\:top-2\/24 {
    top: 8.333333%;
  }

  .xl\:top-3\/24 {
    top: 12.5%;
  }

  .xl\:top-4\/24 {
    top: 16.666667%;
  }

  .xl\:top-5\/24 {
    top: 20.833333%;
  }

  .xl\:top-6\/24 {
    top: 25%;
  }

  .xl\:top-7\/24 {
    top: 29.166666%;
  }

  .xl\:top-8\/24 {
    top: 33.333333%;
  }

  .xl\:top-9\/24 {
    top: 37.5%;
  }

  .xl\:top-10\/24 {
    top: 41.666666%;
  }

  .xl\:top-11\/24 {
    top: 45.833333%;
  }

  .xl\:top-12\/24 {
    top: 50%;
  }

  .xl\:top-13\/24 {
    top: 54.166666%;
  }

  .xl\:top-14\/24 {
    top: 58.333333%;
  }

  .xl\:top-15\/24 {
    top: 62.5%;
  }

  .xl\:top-16\/24 {
    top: 66.666667%;
  }

  .xl\:top-17\/24 {
    top: 70.833333%;
  }

  .xl\:top-18\/24 {
    top: 75%;
  }

  .xl\:top-19\/24 {
    top: 79.166667%;
  }

  .xl\:top-20\/24 {
    top: 83.333333%;
  }

  .xl\:top-21\/24 {
    top: 87.5%;
  }

  .xl\:top-22\/24 {
    top: 91.666667%;
  }

  .xl\:top-23\/24 {
    top: 95.833333%;
  }

  .xl\:top-24\/24 {
    top: 100%;
  }

  .xl\:top-screen-header {
    top: 41.55vw;
  }

  .xl\:top-screen-60 {
    top: 60vh;
  }

  .xl\:top-screen-80 {
    top: 80vh;
  }

  .xl\:top-screen-85 {
    top: 85vh;
  }

  .xl\:top-screen-90 {
    top: 90vh;
  }

  .xl\:top-screen-95 {
    top: 95vh;
  }

  .xl\:top-screen-minus-header {
    top: calc(100vh - 5.25rem);
  }

  .xl\:top-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
  }

  .xl\:top-screen-minus-36 {
    top: calc(100vh - 9rem);
  }

  .xl\:top-screen-minus-40 {
    top: calc(100vh - 10rem);
  }

  .xl\:top-screen-minus-55 {
    top: calc(100vh - 13.75rem);
  }

  .xl\:top-screen-minus-72 {
    top: calc(100vh - 18rem);
  }

  .xl\:top-screen-minus-80 {
    top: calc(100vh - 20rem);
  }

  .xl\:top-full-4 {
    top: calc(100% - 16px);
  }

  .xl\:top-account-body {
    top: calc(100vw - 304px);
  }

  .xl\:top-menu-center {
    top: calc(50% - 288px);
  }

  .xl\:top-tutorials-hidden {
    top: calc(100% - 56px);
  }

  .xl\:top-popup-full-width {
    top: calc(100% + 32px);
  }

  .xl\:top-popup-full-width-md {
    top: calc(100% + 64px);
  }

  .xl\:top-popup-full-height {
    top: calc(100% + 68px);
  }

  .xl\:top-max-content {
    top: max-content;
  }

  .xl\:-top-0 {
    top: 0px;
  }

  .xl\:-top-1 {
    top: -0.25rem;
  }

  .xl\:-top-2 {
    top: -0.5rem;
  }

  .xl\:-top-3 {
    top: -0.75rem;
  }

  .xl\:-top-4 {
    top: -1rem;
  }

  .xl\:-top-5 {
    top: -1.25rem;
  }

  .xl\:-top-6 {
    top: -1.5rem;
  }

  .xl\:-top-7 {
    top: -1.75rem;
  }

  .xl\:-top-8 {
    top: -2rem;
  }

  .xl\:-top-9 {
    top: -2.25rem;
  }

  .xl\:-top-10 {
    top: -2.5rem;
  }

  .xl\:-top-11 {
    top: -2.75rem;
  }

  .xl\:-top-12 {
    top: -3rem;
  }

  .xl\:-top-14 {
    top: -3.5rem;
  }

  .xl\:-top-16 {
    top: -4rem;
  }

  .xl\:-top-18 {
    top: -4.5rem;
  }

  .xl\:-top-20 {
    top: -5rem;
  }

  .xl\:-top-21 {
    top: -5.25rem;
  }

  .xl\:-top-22 {
    top: -5.5rem;
  }

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:-top-26 {
    top: -6.5rem;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

  .xl\:-top-29 {
    top: -7.25rem;
  }

  .xl\:-top-32 {
    top: -8rem;
  }

  .xl\:-top-34 {
    top: -8.5rem;
  }

  .xl\:-top-36 {
    top: -9rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:-top-42 {
    top: -10.5rem;
  }

  .xl\:-top-44 {
    top: -11rem;
  }

  .xl\:-top-48 {
    top: -12rem;
  }

  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:-top-56 {
    top: -14rem;
  }

  .xl\:-top-60 {
    top: -15rem;
  }

  .xl\:-top-64 {
    top: -16rem;
  }

  .xl\:-top-68 {
    top: -17rem;
  }

  .xl\:-top-72 {
    top: -18rem;
  }

  .xl\:-top-77 {
    top: -19.25rem;
  }

  .xl\:-top-80 {
    top: -20rem;
  }

  .xl\:-top-82 {
    top: -20.5rem;
  }

  .xl\:-top-88 {
    top: -22rem;
  }

  .xl\:-top-94 {
    top: -23.5rem;
  }

  .xl\:-top-96 {
    top: -24rem;
  }

  .xl\:-top-98 {
    top: -24.5rem;
  }

  .xl\:-top-104 {
    top: -26rem;
  }

  .xl\:-top-108 {
    top: -27rem;
  }

  .xl\:-top-110 {
    top: -27.5rem;
  }

  .xl\:-top-112 {
    top: -28rem;
  }

  .xl\:-top-120 {
    top: -30rem;
  }

  .xl\:-top-128 {
    top: -32rem;
  }

  .xl\:-top-132 {
    top: -33rem;
  }

  .xl\:-top-134 {
    top: -33.5rem;
  }

  .xl\:-top-135 {
    top: -33.75rem;
  }

  .xl\:-top-136 {
    top: -34rem;
  }

  .xl\:-top-144 {
    top: -36rem;
  }

  .xl\:-top-152 {
    top: -38rem;
  }

  .xl\:-top-160 {
    top: -40rem;
  }

  .xl\:-top-164 {
    top: -41rem;
  }

  .xl\:-top-172 {
    top: -43rem;
  }

  .xl\:-top-179 {
    top: -44.75rem;
  }

  .xl\:-top-184 {
    top: -46rem;
  }

  .xl\:-top-192 {
    top: -48rem;
  }

  .xl\:-top-224 {
    top: -56rem;
  }

  .xl\:-top-240 {
    top: -60rem;
  }

  .xl\:-top-256 {
    top: -64rem;
  }

  .xl\:-top-265 {
    top: -66.25rem;
  }

  .xl\:-top-288 {
    top: -72rem;
  }

  .xl\:-top-384 {
    top: -96rem;
  }

  .xl\:-top-px {
    top: -1px;
  }

  .xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .xl\:-top-0\.75 {
    top: -0.1875rem;
  }

  .xl\:-top-4\.5 {
    top: -1.125rem;
  }

  .xl\:-top-7\.5 {
    top: -1.875rem;
  }

  .xl\:-top-9\.5 {
    top: -2.375rem;
  }

  .xl\:-top-9\.75 {
    top: -2.4375rem;
  }

  .xl\:-top-12\.5 {
    top: -3.125rem;
  }

  .xl\:-top-13\.5 {
    top: -3.375rem;
  }

  .xl\:-top-292\.5 {
    top: -73.125rem;
  }

  .xl\:-top-1\/24 {
    top: -4.16667%;
  }

  .xl\:-top-2\/24 {
    top: -8.33333%;
  }

  .xl\:-top-3\/24 {
    top: -12.5%;
  }

  .xl\:-top-4\/24 {
    top: -16.66667%;
  }

  .xl\:-top-5\/24 {
    top: -20.83333%;
  }

  .xl\:-top-6\/24 {
    top: -25%;
  }

  .xl\:-top-7\/24 {
    top: -29.16667%;
  }

  .xl\:-top-8\/24 {
    top: -33.33333%;
  }

  .xl\:-top-9\/24 {
    top: -37.5%;
  }

  .xl\:-top-10\/24 {
    top: -41.66667%;
  }

  .xl\:-top-11\/24 {
    top: -45.83333%;
  }

  .xl\:-top-12\/24 {
    top: -50%;
  }

  .xl\:-top-13\/24 {
    top: -54.16667%;
  }

  .xl\:-top-14\/24 {
    top: -58.33333%;
  }

  .xl\:-top-15\/24 {
    top: -62.5%;
  }

  .xl\:-top-16\/24 {
    top: -66.66667%;
  }

  .xl\:-top-17\/24 {
    top: -70.83333%;
  }

  .xl\:-top-18\/24 {
    top: -75%;
  }

  .xl\:-top-19\/24 {
    top: -79.16667%;
  }

  .xl\:-top-20\/24 {
    top: -83.33333%;
  }

  .xl\:-top-21\/24 {
    top: -87.5%;
  }

  .xl\:-top-22\/24 {
    top: -91.66667%;
  }

  .xl\:-top-23\/24 {
    top: -95.83333%;
  }

  .xl\:-top-24\/24 {
    top: -100%;
  }

  .xl\:-top-screen-header {
    top: -41.55vw;
  }

  .xl\:-top-screen-60 {
    top: -60vh;
  }

  .xl\:-top-screen-80 {
    top: -80vh;
  }

  .xl\:-top-screen-85 {
    top: -85vh;
  }

  .xl\:-top-screen-90 {
    top: -90vh;
  }

  .xl\:-top-screen-95 {
    top: -95vh;
  }

  .xl\:-top-screen-minus-header {
    top: calc(-100vh - -5.25rem);
  }

  .xl\:-top-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
  }

  .xl\:-top-screen-minus-36 {
    top: calc(-100vh - -9rem);
  }

  .xl\:-top-screen-minus-40 {
    top: calc(-100vh - -10rem);
  }

  .xl\:-top-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
  }

  .xl\:-top-screen-minus-72 {
    top: calc(-100vh - -18rem);
  }

  .xl\:-top-screen-minus-80 {
    top: calc(-100vh - -20rem);
  }

  .xl\:-top-full-4 {
    top: calc(-100% - -16px);
  }

  .xl\:-top-account-body {
    top: calc(-100vw - -304px);
  }

  .xl\:-top-menu-center {
    top: calc(-50% - -288px);
  }

  .xl\:-top-tutorials-hidden {
    top: calc(-100% - -56px);
  }

  .xl\:-top-popup-full-width {
    top: calc(-100% + -32px);
  }

  .xl\:-top-popup-full-width-md {
    top: calc(-100% + -64px);
  }

  .xl\:-top-popup-full-height {
    top: calc(-100% + -68px);
  }

  .xl\:-top-max-content {
    top: max-content;
  }

  .xl\:top-1\/2 {
    top: 50%;
  }

  .xl\:top-1\/3 {
    top: 33.333333%;
  }

  .xl\:top-2\/3 {
    top: 66.666667%;
  }

  .xl\:top-1\/4 {
    top: 25%;
  }

  .xl\:top-2\/4 {
    top: 50%;
  }

  .xl\:top-3\/4 {
    top: 75%;
  }

  .xl\:top-full {
    top: 100%;
  }

  .xl\:-top-1\/2 {
    top: -50%;
  }

  .xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .xl\:-top-1\/4 {
    top: -25%;
  }

  .xl\:-top-2\/4 {
    top: -50%;
  }

  .xl\:-top-3\/4 {
    top: -75%;
  }

  .xl\:-top-full {
    top: -100%;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:right-1 {
    right: 0.25rem;
  }

  .xl\:right-2 {
    right: 0.5rem;
  }

  .xl\:right-3 {
    right: 0.75rem;
  }

  .xl\:right-4 {
    right: 1rem;
  }

  .xl\:right-5 {
    right: 1.25rem;
  }

  .xl\:right-6 {
    right: 1.5rem;
  }

  .xl\:right-7 {
    right: 1.75rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:right-9 {
    right: 2.25rem;
  }

  .xl\:right-10 {
    right: 2.5rem;
  }

  .xl\:right-11 {
    right: 2.75rem;
  }

  .xl\:right-12 {
    right: 3rem;
  }

  .xl\:right-14 {
    right: 3.5rem;
  }

  .xl\:right-16 {
    right: 4rem;
  }

  .xl\:right-18 {
    right: 4.5rem;
  }

  .xl\:right-20 {
    right: 5rem;
  }

  .xl\:right-21 {
    right: 5.25rem;
  }

  .xl\:right-22 {
    right: 5.5rem;
  }

  .xl\:right-24 {
    right: 6rem;
  }

  .xl\:right-26 {
    right: 6.5rem;
  }

  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:right-29 {
    right: 7.25rem;
  }

  .xl\:right-32 {
    right: 8rem;
  }

  .xl\:right-34 {
    right: 8.5rem;
  }

  .xl\:right-36 {
    right: 9rem;
  }

  .xl\:right-40 {
    right: 10rem;
  }

  .xl\:right-42 {
    right: 10.5rem;
  }

  .xl\:right-44 {
    right: 11rem;
  }

  .xl\:right-48 {
    right: 12rem;
  }

  .xl\:right-52 {
    right: 13rem;
  }

  .xl\:right-56 {
    right: 14rem;
  }

  .xl\:right-60 {
    right: 15rem;
  }

  .xl\:right-64 {
    right: 16rem;
  }

  .xl\:right-68 {
    right: 17rem;
  }

  .xl\:right-72 {
    right: 18rem;
  }

  .xl\:right-77 {
    right: 19.25rem;
  }

  .xl\:right-80 {
    right: 20rem;
  }

  .xl\:right-82 {
    right: 20.5rem;
  }

  .xl\:right-88 {
    right: 22rem;
  }

  .xl\:right-94 {
    right: 23.5rem;
  }

  .xl\:right-96 {
    right: 24rem;
  }

  .xl\:right-98 {
    right: 24.5rem;
  }

  .xl\:right-104 {
    right: 26rem;
  }

  .xl\:right-108 {
    right: 27rem;
  }

  .xl\:right-110 {
    right: 27.5rem;
  }

  .xl\:right-112 {
    right: 28rem;
  }

  .xl\:right-120 {
    right: 30rem;
  }

  .xl\:right-128 {
    right: 32rem;
  }

  .xl\:right-132 {
    right: 33rem;
  }

  .xl\:right-134 {
    right: 33.5rem;
  }

  .xl\:right-135 {
    right: 33.75rem;
  }

  .xl\:right-136 {
    right: 34rem;
  }

  .xl\:right-144 {
    right: 36rem;
  }

  .xl\:right-152 {
    right: 38rem;
  }

  .xl\:right-160 {
    right: 40rem;
  }

  .xl\:right-164 {
    right: 41rem;
  }

  .xl\:right-172 {
    right: 43rem;
  }

  .xl\:right-179 {
    right: 44.75rem;
  }

  .xl\:right-184 {
    right: 46rem;
  }

  .xl\:right-192 {
    right: 48rem;
  }

  .xl\:right-224 {
    right: 56rem;
  }

  .xl\:right-240 {
    right: 60rem;
  }

  .xl\:right-256 {
    right: 64rem;
  }

  .xl\:right-265 {
    right: 66.25rem;
  }

  .xl\:right-288 {
    right: 72rem;
  }

  .xl\:right-384 {
    right: 96rem;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:right-px {
    right: 1px;
  }

  .xl\:right-0\.5 {
    right: 0.125rem;
  }

  .xl\:right-1\.5 {
    right: 0.375rem;
  }

  .xl\:right-2\.5 {
    right: 0.625rem;
  }

  .xl\:right-3\.5 {
    right: 0.875rem;
  }

  .xl\:right-0\.75 {
    right: 0.1875rem;
  }

  .xl\:right-4\.5 {
    right: 1.125rem;
  }

  .xl\:right-7\.5 {
    right: 1.875rem;
  }

  .xl\:right-9\.5 {
    right: 2.375rem;
  }

  .xl\:right-9\.75 {
    right: 2.4375rem;
  }

  .xl\:right-12\.5 {
    right: 3.125rem;
  }

  .xl\:right-13\.5 {
    right: 3.375rem;
  }

  .xl\:right-292\.5 {
    right: 73.125rem;
  }

  .xl\:right-1\/24 {
    right: 4.166667%;
  }

  .xl\:right-2\/24 {
    right: 8.333333%;
  }

  .xl\:right-3\/24 {
    right: 12.5%;
  }

  .xl\:right-4\/24 {
    right: 16.666667%;
  }

  .xl\:right-5\/24 {
    right: 20.833333%;
  }

  .xl\:right-6\/24 {
    right: 25%;
  }

  .xl\:right-7\/24 {
    right: 29.166666%;
  }

  .xl\:right-8\/24 {
    right: 33.333333%;
  }

  .xl\:right-9\/24 {
    right: 37.5%;
  }

  .xl\:right-10\/24 {
    right: 41.666666%;
  }

  .xl\:right-11\/24 {
    right: 45.833333%;
  }

  .xl\:right-12\/24 {
    right: 50%;
  }

  .xl\:right-13\/24 {
    right: 54.166666%;
  }

  .xl\:right-14\/24 {
    right: 58.333333%;
  }

  .xl\:right-15\/24 {
    right: 62.5%;
  }

  .xl\:right-16\/24 {
    right: 66.666667%;
  }

  .xl\:right-17\/24 {
    right: 70.833333%;
  }

  .xl\:right-18\/24 {
    right: 75%;
  }

  .xl\:right-19\/24 {
    right: 79.166667%;
  }

  .xl\:right-20\/24 {
    right: 83.333333%;
  }

  .xl\:right-21\/24 {
    right: 87.5%;
  }

  .xl\:right-22\/24 {
    right: 91.666667%;
  }

  .xl\:right-23\/24 {
    right: 95.833333%;
  }

  .xl\:right-24\/24 {
    right: 100%;
  }

  .xl\:right-screen-header {
    right: 41.55vw;
  }

  .xl\:right-screen-60 {
    right: 60vh;
  }

  .xl\:right-screen-80 {
    right: 80vh;
  }

  .xl\:right-screen-85 {
    right: 85vh;
  }

  .xl\:right-screen-90 {
    right: 90vh;
  }

  .xl\:right-screen-95 {
    right: 95vh;
  }

  .xl\:right-screen-minus-header {
    right: calc(100vh - 5.25rem);
  }

  .xl\:right-screen-minus-35\.5 {
    right: calc(100vh - 8.875rem);
  }

  .xl\:right-screen-minus-36 {
    right: calc(100vh - 9rem);
  }

  .xl\:right-screen-minus-40 {
    right: calc(100vh - 10rem);
  }

  .xl\:right-screen-minus-55 {
    right: calc(100vh - 13.75rem);
  }

  .xl\:right-screen-minus-72 {
    right: calc(100vh - 18rem);
  }

  .xl\:right-screen-minus-80 {
    right: calc(100vh - 20rem);
  }

  .xl\:right-full-4 {
    right: calc(100% - 16px);
  }

  .xl\:right-account-body {
    right: calc(100vw - 304px);
  }

  .xl\:right-menu-center {
    right: calc(50% - 288px);
  }

  .xl\:right-tutorials-hidden {
    right: calc(100% - 56px);
  }

  .xl\:right-popup-full-width {
    right: calc(100% + 32px);
  }

  .xl\:right-popup-full-width-md {
    right: calc(100% + 64px);
  }

  .xl\:right-popup-full-height {
    right: calc(100% + 68px);
  }

  .xl\:right-max-content {
    right: max-content;
  }

  .xl\:-right-0 {
    right: 0px;
  }

  .xl\:-right-1 {
    right: -0.25rem;
  }

  .xl\:-right-2 {
    right: -0.5rem;
  }

  .xl\:-right-3 {
    right: -0.75rem;
  }

  .xl\:-right-4 {
    right: -1rem;
  }

  .xl\:-right-5 {
    right: -1.25rem;
  }

  .xl\:-right-6 {
    right: -1.5rem;
  }

  .xl\:-right-7 {
    right: -1.75rem;
  }

  .xl\:-right-8 {
    right: -2rem;
  }

  .xl\:-right-9 {
    right: -2.25rem;
  }

  .xl\:-right-10 {
    right: -2.5rem;
  }

  .xl\:-right-11 {
    right: -2.75rem;
  }

  .xl\:-right-12 {
    right: -3rem;
  }

  .xl\:-right-14 {
    right: -3.5rem;
  }

  .xl\:-right-16 {
    right: -4rem;
  }

  .xl\:-right-18 {
    right: -4.5rem;
  }

  .xl\:-right-20 {
    right: -5rem;
  }

  .xl\:-right-21 {
    right: -5.25rem;
  }

  .xl\:-right-22 {
    right: -5.5rem;
  }

  .xl\:-right-24 {
    right: -6rem;
  }

  .xl\:-right-26 {
    right: -6.5rem;
  }

  .xl\:-right-28 {
    right: -7rem;
  }

  .xl\:-right-29 {
    right: -7.25rem;
  }

  .xl\:-right-32 {
    right: -8rem;
  }

  .xl\:-right-34 {
    right: -8.5rem;
  }

  .xl\:-right-36 {
    right: -9rem;
  }

  .xl\:-right-40 {
    right: -10rem;
  }

  .xl\:-right-42 {
    right: -10.5rem;
  }

  .xl\:-right-44 {
    right: -11rem;
  }

  .xl\:-right-48 {
    right: -12rem;
  }

  .xl\:-right-52 {
    right: -13rem;
  }

  .xl\:-right-56 {
    right: -14rem;
  }

  .xl\:-right-60 {
    right: -15rem;
  }

  .xl\:-right-64 {
    right: -16rem;
  }

  .xl\:-right-68 {
    right: -17rem;
  }

  .xl\:-right-72 {
    right: -18rem;
  }

  .xl\:-right-77 {
    right: -19.25rem;
  }

  .xl\:-right-80 {
    right: -20rem;
  }

  .xl\:-right-82 {
    right: -20.5rem;
  }

  .xl\:-right-88 {
    right: -22rem;
  }

  .xl\:-right-94 {
    right: -23.5rem;
  }

  .xl\:-right-96 {
    right: -24rem;
  }

  .xl\:-right-98 {
    right: -24.5rem;
  }

  .xl\:-right-104 {
    right: -26rem;
  }

  .xl\:-right-108 {
    right: -27rem;
  }

  .xl\:-right-110 {
    right: -27.5rem;
  }

  .xl\:-right-112 {
    right: -28rem;
  }

  .xl\:-right-120 {
    right: -30rem;
  }

  .xl\:-right-128 {
    right: -32rem;
  }

  .xl\:-right-132 {
    right: -33rem;
  }

  .xl\:-right-134 {
    right: -33.5rem;
  }

  .xl\:-right-135 {
    right: -33.75rem;
  }

  .xl\:-right-136 {
    right: -34rem;
  }

  .xl\:-right-144 {
    right: -36rem;
  }

  .xl\:-right-152 {
    right: -38rem;
  }

  .xl\:-right-160 {
    right: -40rem;
  }

  .xl\:-right-164 {
    right: -41rem;
  }

  .xl\:-right-172 {
    right: -43rem;
  }

  .xl\:-right-179 {
    right: -44.75rem;
  }

  .xl\:-right-184 {
    right: -46rem;
  }

  .xl\:-right-192 {
    right: -48rem;
  }

  .xl\:-right-224 {
    right: -56rem;
  }

  .xl\:-right-240 {
    right: -60rem;
  }

  .xl\:-right-256 {
    right: -64rem;
  }

  .xl\:-right-265 {
    right: -66.25rem;
  }

  .xl\:-right-288 {
    right: -72rem;
  }

  .xl\:-right-384 {
    right: -96rem;
  }

  .xl\:-right-px {
    right: -1px;
  }

  .xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .xl\:-right-0\.75 {
    right: -0.1875rem;
  }

  .xl\:-right-4\.5 {
    right: -1.125rem;
  }

  .xl\:-right-7\.5 {
    right: -1.875rem;
  }

  .xl\:-right-9\.5 {
    right: -2.375rem;
  }

  .xl\:-right-9\.75 {
    right: -2.4375rem;
  }

  .xl\:-right-12\.5 {
    right: -3.125rem;
  }

  .xl\:-right-13\.5 {
    right: -3.375rem;
  }

  .xl\:-right-292\.5 {
    right: -73.125rem;
  }

  .xl\:-right-1\/24 {
    right: -4.16667%;
  }

  .xl\:-right-2\/24 {
    right: -8.33333%;
  }

  .xl\:-right-3\/24 {
    right: -12.5%;
  }

  .xl\:-right-4\/24 {
    right: -16.66667%;
  }

  .xl\:-right-5\/24 {
    right: -20.83333%;
  }

  .xl\:-right-6\/24 {
    right: -25%;
  }

  .xl\:-right-7\/24 {
    right: -29.16667%;
  }

  .xl\:-right-8\/24 {
    right: -33.33333%;
  }

  .xl\:-right-9\/24 {
    right: -37.5%;
  }

  .xl\:-right-10\/24 {
    right: -41.66667%;
  }

  .xl\:-right-11\/24 {
    right: -45.83333%;
  }

  .xl\:-right-12\/24 {
    right: -50%;
  }

  .xl\:-right-13\/24 {
    right: -54.16667%;
  }

  .xl\:-right-14\/24 {
    right: -58.33333%;
  }

  .xl\:-right-15\/24 {
    right: -62.5%;
  }

  .xl\:-right-16\/24 {
    right: -66.66667%;
  }

  .xl\:-right-17\/24 {
    right: -70.83333%;
  }

  .xl\:-right-18\/24 {
    right: -75%;
  }

  .xl\:-right-19\/24 {
    right: -79.16667%;
  }

  .xl\:-right-20\/24 {
    right: -83.33333%;
  }

  .xl\:-right-21\/24 {
    right: -87.5%;
  }

  .xl\:-right-22\/24 {
    right: -91.66667%;
  }

  .xl\:-right-23\/24 {
    right: -95.83333%;
  }

  .xl\:-right-24\/24 {
    right: -100%;
  }

  .xl\:-right-screen-header {
    right: -41.55vw;
  }

  .xl\:-right-screen-60 {
    right: -60vh;
  }

  .xl\:-right-screen-80 {
    right: -80vh;
  }

  .xl\:-right-screen-85 {
    right: -85vh;
  }

  .xl\:-right-screen-90 {
    right: -90vh;
  }

  .xl\:-right-screen-95 {
    right: -95vh;
  }

  .xl\:-right-screen-minus-header {
    right: calc(-100vh - -5.25rem);
  }

  .xl\:-right-screen-minus-35\.5 {
    right: calc(-100vh - -8.875rem);
  }

  .xl\:-right-screen-minus-36 {
    right: calc(-100vh - -9rem);
  }

  .xl\:-right-screen-minus-40 {
    right: calc(-100vh - -10rem);
  }

  .xl\:-right-screen-minus-55 {
    right: calc(-100vh - -13.75rem);
  }

  .xl\:-right-screen-minus-72 {
    right: calc(-100vh - -18rem);
  }

  .xl\:-right-screen-minus-80 {
    right: calc(-100vh - -20rem);
  }

  .xl\:-right-full-4 {
    right: calc(-100% - -16px);
  }

  .xl\:-right-account-body {
    right: calc(-100vw - -304px);
  }

  .xl\:-right-menu-center {
    right: calc(-50% - -288px);
  }

  .xl\:-right-tutorials-hidden {
    right: calc(-100% - -56px);
  }

  .xl\:-right-popup-full-width {
    right: calc(-100% + -32px);
  }

  .xl\:-right-popup-full-width-md {
    right: calc(-100% + -64px);
  }

  .xl\:-right-popup-full-height {
    right: calc(-100% + -68px);
  }

  .xl\:-right-max-content {
    right: max-content;
  }

  .xl\:right-1\/2 {
    right: 50%;
  }

  .xl\:right-1\/3 {
    right: 33.333333%;
  }

  .xl\:right-2\/3 {
    right: 66.666667%;
  }

  .xl\:right-1\/4 {
    right: 25%;
  }

  .xl\:right-2\/4 {
    right: 50%;
  }

  .xl\:right-3\/4 {
    right: 75%;
  }

  .xl\:right-full {
    right: 100%;
  }

  .xl\:-right-1\/2 {
    right: -50%;
  }

  .xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .xl\:-right-1\/4 {
    right: -25%;
  }

  .xl\:-right-2\/4 {
    right: -50%;
  }

  .xl\:-right-3\/4 {
    right: -75%;
  }

  .xl\:-right-full {
    right: -100%;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:bottom-4 {
    bottom: 1rem;
  }

  .xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .xl\:bottom-16 {
    bottom: 4rem;
  }

  .xl\:bottom-18 {
    bottom: 4.5rem;
  }

  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:bottom-21 {
    bottom: 5.25rem;
  }

  .xl\:bottom-22 {
    bottom: 5.5rem;
  }

  .xl\:bottom-24 {
    bottom: 6rem;
  }

  .xl\:bottom-26 {
    bottom: 6.5rem;
  }

  .xl\:bottom-28 {
    bottom: 7rem;
  }

  .xl\:bottom-29 {
    bottom: 7.25rem;
  }

  .xl\:bottom-32 {
    bottom: 8rem;
  }

  .xl\:bottom-34 {
    bottom: 8.5rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:bottom-40 {
    bottom: 10rem;
  }

  .xl\:bottom-42 {
    bottom: 10.5rem;
  }

  .xl\:bottom-44 {
    bottom: 11rem;
  }

  .xl\:bottom-48 {
    bottom: 12rem;
  }

  .xl\:bottom-52 {
    bottom: 13rem;
  }

  .xl\:bottom-56 {
    bottom: 14rem;
  }

  .xl\:bottom-60 {
    bottom: 15rem;
  }

  .xl\:bottom-64 {
    bottom: 16rem;
  }

  .xl\:bottom-68 {
    bottom: 17rem;
  }

  .xl\:bottom-72 {
    bottom: 18rem;
  }

  .xl\:bottom-77 {
    bottom: 19.25rem;
  }

  .xl\:bottom-80 {
    bottom: 20rem;
  }

  .xl\:bottom-82 {
    bottom: 20.5rem;
  }

  .xl\:bottom-88 {
    bottom: 22rem;
  }

  .xl\:bottom-94 {
    bottom: 23.5rem;
  }

  .xl\:bottom-96 {
    bottom: 24rem;
  }

  .xl\:bottom-98 {
    bottom: 24.5rem;
  }

  .xl\:bottom-104 {
    bottom: 26rem;
  }

  .xl\:bottom-108 {
    bottom: 27rem;
  }

  .xl\:bottom-110 {
    bottom: 27.5rem;
  }

  .xl\:bottom-112 {
    bottom: 28rem;
  }

  .xl\:bottom-120 {
    bottom: 30rem;
  }

  .xl\:bottom-128 {
    bottom: 32rem;
  }

  .xl\:bottom-132 {
    bottom: 33rem;
  }

  .xl\:bottom-134 {
    bottom: 33.5rem;
  }

  .xl\:bottom-135 {
    bottom: 33.75rem;
  }

  .xl\:bottom-136 {
    bottom: 34rem;
  }

  .xl\:bottom-144 {
    bottom: 36rem;
  }

  .xl\:bottom-152 {
    bottom: 38rem;
  }

  .xl\:bottom-160 {
    bottom: 40rem;
  }

  .xl\:bottom-164 {
    bottom: 41rem;
  }

  .xl\:bottom-172 {
    bottom: 43rem;
  }

  .xl\:bottom-179 {
    bottom: 44.75rem;
  }

  .xl\:bottom-184 {
    bottom: 46rem;
  }

  .xl\:bottom-192 {
    bottom: 48rem;
  }

  .xl\:bottom-224 {
    bottom: 56rem;
  }

  .xl\:bottom-240 {
    bottom: 60rem;
  }

  .xl\:bottom-256 {
    bottom: 64rem;
  }

  .xl\:bottom-265 {
    bottom: 66.25rem;
  }

  .xl\:bottom-288 {
    bottom: 72rem;
  }

  .xl\:bottom-384 {
    bottom: 96rem;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:bottom-px {
    bottom: 1px;
  }

  .xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .xl\:bottom-0\.75 {
    bottom: 0.1875rem;
  }

  .xl\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .xl\:bottom-7\.5 {
    bottom: 1.875rem;
  }

  .xl\:bottom-9\.5 {
    bottom: 2.375rem;
  }

  .xl\:bottom-9\.75 {
    bottom: 2.4375rem;
  }

  .xl\:bottom-12\.5 {
    bottom: 3.125rem;
  }

  .xl\:bottom-13\.5 {
    bottom: 3.375rem;
  }

  .xl\:bottom-292\.5 {
    bottom: 73.125rem;
  }

  .xl\:bottom-1\/24 {
    bottom: 4.166667%;
  }

  .xl\:bottom-2\/24 {
    bottom: 8.333333%;
  }

  .xl\:bottom-3\/24 {
    bottom: 12.5%;
  }

  .xl\:bottom-4\/24 {
    bottom: 16.666667%;
  }

  .xl\:bottom-5\/24 {
    bottom: 20.833333%;
  }

  .xl\:bottom-6\/24 {
    bottom: 25%;
  }

  .xl\:bottom-7\/24 {
    bottom: 29.166666%;
  }

  .xl\:bottom-8\/24 {
    bottom: 33.333333%;
  }

  .xl\:bottom-9\/24 {
    bottom: 37.5%;
  }

  .xl\:bottom-10\/24 {
    bottom: 41.666666%;
  }

  .xl\:bottom-11\/24 {
    bottom: 45.833333%;
  }

  .xl\:bottom-12\/24 {
    bottom: 50%;
  }

  .xl\:bottom-13\/24 {
    bottom: 54.166666%;
  }

  .xl\:bottom-14\/24 {
    bottom: 58.333333%;
  }

  .xl\:bottom-15\/24 {
    bottom: 62.5%;
  }

  .xl\:bottom-16\/24 {
    bottom: 66.666667%;
  }

  .xl\:bottom-17\/24 {
    bottom: 70.833333%;
  }

  .xl\:bottom-18\/24 {
    bottom: 75%;
  }

  .xl\:bottom-19\/24 {
    bottom: 79.166667%;
  }

  .xl\:bottom-20\/24 {
    bottom: 83.333333%;
  }

  .xl\:bottom-21\/24 {
    bottom: 87.5%;
  }

  .xl\:bottom-22\/24 {
    bottom: 91.666667%;
  }

  .xl\:bottom-23\/24 {
    bottom: 95.833333%;
  }

  .xl\:bottom-24\/24 {
    bottom: 100%;
  }

  .xl\:bottom-screen-header {
    bottom: 41.55vw;
  }

  .xl\:bottom-screen-60 {
    bottom: 60vh;
  }

  .xl\:bottom-screen-80 {
    bottom: 80vh;
  }

  .xl\:bottom-screen-85 {
    bottom: 85vh;
  }

  .xl\:bottom-screen-90 {
    bottom: 90vh;
  }

  .xl\:bottom-screen-95 {
    bottom: 95vh;
  }

  .xl\:bottom-screen-minus-header {
    bottom: calc(100vh - 5.25rem);
  }

  .xl\:bottom-screen-minus-35\.5 {
    bottom: calc(100vh - 8.875rem);
  }

  .xl\:bottom-screen-minus-36 {
    bottom: calc(100vh - 9rem);
  }

  .xl\:bottom-screen-minus-40 {
    bottom: calc(100vh - 10rem);
  }

  .xl\:bottom-screen-minus-55 {
    bottom: calc(100vh - 13.75rem);
  }

  .xl\:bottom-screen-minus-72 {
    bottom: calc(100vh - 18rem);
  }

  .xl\:bottom-screen-minus-80 {
    bottom: calc(100vh - 20rem);
  }

  .xl\:bottom-full-4 {
    bottom: calc(100% - 16px);
  }

  .xl\:bottom-account-body {
    bottom: calc(100vw - 304px);
  }

  .xl\:bottom-menu-center {
    bottom: calc(50% - 288px);
  }

  .xl\:bottom-tutorials-hidden {
    bottom: calc(100% - 56px);
  }

  .xl\:bottom-popup-full-width {
    bottom: calc(100% + 32px);
  }

  .xl\:bottom-popup-full-width-md {
    bottom: calc(100% + 64px);
  }

  .xl\:bottom-popup-full-height {
    bottom: calc(100% + 68px);
  }

  .xl\:bottom-max-content {
    bottom: max-content;
  }

  .xl\:-bottom-0 {
    bottom: 0px;
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .xl\:-bottom-4 {
    bottom: -1rem;
  }

  .xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .xl\:-bottom-8 {
    bottom: -2rem;
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .xl\:-bottom-12 {
    bottom: -3rem;
  }

  .xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .xl\:-bottom-16 {
    bottom: -4rem;
  }

  .xl\:-bottom-18 {
    bottom: -4.5rem;
  }

  .xl\:-bottom-20 {
    bottom: -5rem;
  }

  .xl\:-bottom-21 {
    bottom: -5.25rem;
  }

  .xl\:-bottom-22 {
    bottom: -5.5rem;
  }

  .xl\:-bottom-24 {
    bottom: -6rem;
  }

  .xl\:-bottom-26 {
    bottom: -6.5rem;
  }

  .xl\:-bottom-28 {
    bottom: -7rem;
  }

  .xl\:-bottom-29 {
    bottom: -7.25rem;
  }

  .xl\:-bottom-32 {
    bottom: -8rem;
  }

  .xl\:-bottom-34 {
    bottom: -8.5rem;
  }

  .xl\:-bottom-36 {
    bottom: -9rem;
  }

  .xl\:-bottom-40 {
    bottom: -10rem;
  }

  .xl\:-bottom-42 {
    bottom: -10.5rem;
  }

  .xl\:-bottom-44 {
    bottom: -11rem;
  }

  .xl\:-bottom-48 {
    bottom: -12rem;
  }

  .xl\:-bottom-52 {
    bottom: -13rem;
  }

  .xl\:-bottom-56 {
    bottom: -14rem;
  }

  .xl\:-bottom-60 {
    bottom: -15rem;
  }

  .xl\:-bottom-64 {
    bottom: -16rem;
  }

  .xl\:-bottom-68 {
    bottom: -17rem;
  }

  .xl\:-bottom-72 {
    bottom: -18rem;
  }

  .xl\:-bottom-77 {
    bottom: -19.25rem;
  }

  .xl\:-bottom-80 {
    bottom: -20rem;
  }

  .xl\:-bottom-82 {
    bottom: -20.5rem;
  }

  .xl\:-bottom-88 {
    bottom: -22rem;
  }

  .xl\:-bottom-94 {
    bottom: -23.5rem;
  }

  .xl\:-bottom-96 {
    bottom: -24rem;
  }

  .xl\:-bottom-98 {
    bottom: -24.5rem;
  }

  .xl\:-bottom-104 {
    bottom: -26rem;
  }

  .xl\:-bottom-108 {
    bottom: -27rem;
  }

  .xl\:-bottom-110 {
    bottom: -27.5rem;
  }

  .xl\:-bottom-112 {
    bottom: -28rem;
  }

  .xl\:-bottom-120 {
    bottom: -30rem;
  }

  .xl\:-bottom-128 {
    bottom: -32rem;
  }

  .xl\:-bottom-132 {
    bottom: -33rem;
  }

  .xl\:-bottom-134 {
    bottom: -33.5rem;
  }

  .xl\:-bottom-135 {
    bottom: -33.75rem;
  }

  .xl\:-bottom-136 {
    bottom: -34rem;
  }

  .xl\:-bottom-144 {
    bottom: -36rem;
  }

  .xl\:-bottom-152 {
    bottom: -38rem;
  }

  .xl\:-bottom-160 {
    bottom: -40rem;
  }

  .xl\:-bottom-164 {
    bottom: -41rem;
  }

  .xl\:-bottom-172 {
    bottom: -43rem;
  }

  .xl\:-bottom-179 {
    bottom: -44.75rem;
  }

  .xl\:-bottom-184 {
    bottom: -46rem;
  }

  .xl\:-bottom-192 {
    bottom: -48rem;
  }

  .xl\:-bottom-224 {
    bottom: -56rem;
  }

  .xl\:-bottom-240 {
    bottom: -60rem;
  }

  .xl\:-bottom-256 {
    bottom: -64rem;
  }

  .xl\:-bottom-265 {
    bottom: -66.25rem;
  }

  .xl\:-bottom-288 {
    bottom: -72rem;
  }

  .xl\:-bottom-384 {
    bottom: -96rem;
  }

  .xl\:-bottom-px {
    bottom: -1px;
  }

  .xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .xl\:-bottom-0\.75 {
    bottom: -0.1875rem;
  }

  .xl\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .xl\:-bottom-7\.5 {
    bottom: -1.875rem;
  }

  .xl\:-bottom-9\.5 {
    bottom: -2.375rem;
  }

  .xl\:-bottom-9\.75 {
    bottom: -2.4375rem;
  }

  .xl\:-bottom-12\.5 {
    bottom: -3.125rem;
  }

  .xl\:-bottom-13\.5 {
    bottom: -3.375rem;
  }

  .xl\:-bottom-292\.5 {
    bottom: -73.125rem;
  }

  .xl\:-bottom-1\/24 {
    bottom: -4.16667%;
  }

  .xl\:-bottom-2\/24 {
    bottom: -8.33333%;
  }

  .xl\:-bottom-3\/24 {
    bottom: -12.5%;
  }

  .xl\:-bottom-4\/24 {
    bottom: -16.66667%;
  }

  .xl\:-bottom-5\/24 {
    bottom: -20.83333%;
  }

  .xl\:-bottom-6\/24 {
    bottom: -25%;
  }

  .xl\:-bottom-7\/24 {
    bottom: -29.16667%;
  }

  .xl\:-bottom-8\/24 {
    bottom: -33.33333%;
  }

  .xl\:-bottom-9\/24 {
    bottom: -37.5%;
  }

  .xl\:-bottom-10\/24 {
    bottom: -41.66667%;
  }

  .xl\:-bottom-11\/24 {
    bottom: -45.83333%;
  }

  .xl\:-bottom-12\/24 {
    bottom: -50%;
  }

  .xl\:-bottom-13\/24 {
    bottom: -54.16667%;
  }

  .xl\:-bottom-14\/24 {
    bottom: -58.33333%;
  }

  .xl\:-bottom-15\/24 {
    bottom: -62.5%;
  }

  .xl\:-bottom-16\/24 {
    bottom: -66.66667%;
  }

  .xl\:-bottom-17\/24 {
    bottom: -70.83333%;
  }

  .xl\:-bottom-18\/24 {
    bottom: -75%;
  }

  .xl\:-bottom-19\/24 {
    bottom: -79.16667%;
  }

  .xl\:-bottom-20\/24 {
    bottom: -83.33333%;
  }

  .xl\:-bottom-21\/24 {
    bottom: -87.5%;
  }

  .xl\:-bottom-22\/24 {
    bottom: -91.66667%;
  }

  .xl\:-bottom-23\/24 {
    bottom: -95.83333%;
  }

  .xl\:-bottom-24\/24 {
    bottom: -100%;
  }

  .xl\:-bottom-screen-header {
    bottom: -41.55vw;
  }

  .xl\:-bottom-screen-60 {
    bottom: -60vh;
  }

  .xl\:-bottom-screen-80 {
    bottom: -80vh;
  }

  .xl\:-bottom-screen-85 {
    bottom: -85vh;
  }

  .xl\:-bottom-screen-90 {
    bottom: -90vh;
  }

  .xl\:-bottom-screen-95 {
    bottom: -95vh;
  }

  .xl\:-bottom-screen-minus-header {
    bottom: calc(-100vh - -5.25rem);
  }

  .xl\:-bottom-screen-minus-35\.5 {
    bottom: calc(-100vh - -8.875rem);
  }

  .xl\:-bottom-screen-minus-36 {
    bottom: calc(-100vh - -9rem);
  }

  .xl\:-bottom-screen-minus-40 {
    bottom: calc(-100vh - -10rem);
  }

  .xl\:-bottom-screen-minus-55 {
    bottom: calc(-100vh - -13.75rem);
  }

  .xl\:-bottom-screen-minus-72 {
    bottom: calc(-100vh - -18rem);
  }

  .xl\:-bottom-screen-minus-80 {
    bottom: calc(-100vh - -20rem);
  }

  .xl\:-bottom-full-4 {
    bottom: calc(-100% - -16px);
  }

  .xl\:-bottom-account-body {
    bottom: calc(-100vw - -304px);
  }

  .xl\:-bottom-menu-center {
    bottom: calc(-50% - -288px);
  }

  .xl\:-bottom-tutorials-hidden {
    bottom: calc(-100% - -56px);
  }

  .xl\:-bottom-popup-full-width {
    bottom: calc(-100% + -32px);
  }

  .xl\:-bottom-popup-full-width-md {
    bottom: calc(-100% + -64px);
  }

  .xl\:-bottom-popup-full-height {
    bottom: calc(-100% + -68px);
  }

  .xl\:-bottom-max-content {
    bottom: max-content;
  }

  .xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .xl\:bottom-full {
    bottom: 100%;
  }

  .xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .xl\:-bottom-full {
    bottom: -100%;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:left-1 {
    left: 0.25rem;
  }

  .xl\:left-2 {
    left: 0.5rem;
  }

  .xl\:left-3 {
    left: 0.75rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:left-6 {
    left: 1.5rem;
  }

  .xl\:left-7 {
    left: 1.75rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:left-9 {
    left: 2.25rem;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:left-11 {
    left: 2.75rem;
  }

  .xl\:left-12 {
    left: 3rem;
  }

  .xl\:left-14 {
    left: 3.5rem;
  }

  .xl\:left-16 {
    left: 4rem;
  }

  .xl\:left-18 {
    left: 4.5rem;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:left-21 {
    left: 5.25rem;
  }

  .xl\:left-22 {
    left: 5.5rem;
  }

  .xl\:left-24 {
    left: 6rem;
  }

  .xl\:left-26 {
    left: 6.5rem;
  }

  .xl\:left-28 {
    left: 7rem;
  }

  .xl\:left-29 {
    left: 7.25rem;
  }

  .xl\:left-32 {
    left: 8rem;
  }

  .xl\:left-34 {
    left: 8.5rem;
  }

  .xl\:left-36 {
    left: 9rem;
  }

  .xl\:left-40 {
    left: 10rem;
  }

  .xl\:left-42 {
    left: 10.5rem;
  }

  .xl\:left-44 {
    left: 11rem;
  }

  .xl\:left-48 {
    left: 12rem;
  }

  .xl\:left-52 {
    left: 13rem;
  }

  .xl\:left-56 {
    left: 14rem;
  }

  .xl\:left-60 {
    left: 15rem;
  }

  .xl\:left-64 {
    left: 16rem;
  }

  .xl\:left-68 {
    left: 17rem;
  }

  .xl\:left-72 {
    left: 18rem;
  }

  .xl\:left-77 {
    left: 19.25rem;
  }

  .xl\:left-80 {
    left: 20rem;
  }

  .xl\:left-82 {
    left: 20.5rem;
  }

  .xl\:left-88 {
    left: 22rem;
  }

  .xl\:left-94 {
    left: 23.5rem;
  }

  .xl\:left-96 {
    left: 24rem;
  }

  .xl\:left-98 {
    left: 24.5rem;
  }

  .xl\:left-104 {
    left: 26rem;
  }

  .xl\:left-108 {
    left: 27rem;
  }

  .xl\:left-110 {
    left: 27.5rem;
  }

  .xl\:left-112 {
    left: 28rem;
  }

  .xl\:left-120 {
    left: 30rem;
  }

  .xl\:left-128 {
    left: 32rem;
  }

  .xl\:left-132 {
    left: 33rem;
  }

  .xl\:left-134 {
    left: 33.5rem;
  }

  .xl\:left-135 {
    left: 33.75rem;
  }

  .xl\:left-136 {
    left: 34rem;
  }

  .xl\:left-144 {
    left: 36rem;
  }

  .xl\:left-152 {
    left: 38rem;
  }

  .xl\:left-160 {
    left: 40rem;
  }

  .xl\:left-164 {
    left: 41rem;
  }

  .xl\:left-172 {
    left: 43rem;
  }

  .xl\:left-179 {
    left: 44.75rem;
  }

  .xl\:left-184 {
    left: 46rem;
  }

  .xl\:left-192 {
    left: 48rem;
  }

  .xl\:left-224 {
    left: 56rem;
  }

  .xl\:left-240 {
    left: 60rem;
  }

  .xl\:left-256 {
    left: 64rem;
  }

  .xl\:left-265 {
    left: 66.25rem;
  }

  .xl\:left-288 {
    left: 72rem;
  }

  .xl\:left-384 {
    left: 96rem;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:left-px {
    left: 1px;
  }

  .xl\:left-0\.5 {
    left: 0.125rem;
  }

  .xl\:left-1\.5 {
    left: 0.375rem;
  }

  .xl\:left-2\.5 {
    left: 0.625rem;
  }

  .xl\:left-3\.5 {
    left: 0.875rem;
  }

  .xl\:left-0\.75 {
    left: 0.1875rem;
  }

  .xl\:left-4\.5 {
    left: 1.125rem;
  }

  .xl\:left-7\.5 {
    left: 1.875rem;
  }

  .xl\:left-9\.5 {
    left: 2.375rem;
  }

  .xl\:left-9\.75 {
    left: 2.4375rem;
  }

  .xl\:left-12\.5 {
    left: 3.125rem;
  }

  .xl\:left-13\.5 {
    left: 3.375rem;
  }

  .xl\:left-292\.5 {
    left: 73.125rem;
  }

  .xl\:left-1\/24 {
    left: 4.166667%;
  }

  .xl\:left-2\/24 {
    left: 8.333333%;
  }

  .xl\:left-3\/24 {
    left: 12.5%;
  }

  .xl\:left-4\/24 {
    left: 16.666667%;
  }

  .xl\:left-5\/24 {
    left: 20.833333%;
  }

  .xl\:left-6\/24 {
    left: 25%;
  }

  .xl\:left-7\/24 {
    left: 29.166666%;
  }

  .xl\:left-8\/24 {
    left: 33.333333%;
  }

  .xl\:left-9\/24 {
    left: 37.5%;
  }

  .xl\:left-10\/24 {
    left: 41.666666%;
  }

  .xl\:left-11\/24 {
    left: 45.833333%;
  }

  .xl\:left-12\/24 {
    left: 50%;
  }

  .xl\:left-13\/24 {
    left: 54.166666%;
  }

  .xl\:left-14\/24 {
    left: 58.333333%;
  }

  .xl\:left-15\/24 {
    left: 62.5%;
  }

  .xl\:left-16\/24 {
    left: 66.666667%;
  }

  .xl\:left-17\/24 {
    left: 70.833333%;
  }

  .xl\:left-18\/24 {
    left: 75%;
  }

  .xl\:left-19\/24 {
    left: 79.166667%;
  }

  .xl\:left-20\/24 {
    left: 83.333333%;
  }

  .xl\:left-21\/24 {
    left: 87.5%;
  }

  .xl\:left-22\/24 {
    left: 91.666667%;
  }

  .xl\:left-23\/24 {
    left: 95.833333%;
  }

  .xl\:left-24\/24 {
    left: 100%;
  }

  .xl\:left-screen-header {
    left: 41.55vw;
  }

  .xl\:left-screen-60 {
    left: 60vh;
  }

  .xl\:left-screen-80 {
    left: 80vh;
  }

  .xl\:left-screen-85 {
    left: 85vh;
  }

  .xl\:left-screen-90 {
    left: 90vh;
  }

  .xl\:left-screen-95 {
    left: 95vh;
  }

  .xl\:left-screen-minus-header {
    left: calc(100vh - 5.25rem);
  }

  .xl\:left-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
  }

  .xl\:left-screen-minus-36 {
    left: calc(100vh - 9rem);
  }

  .xl\:left-screen-minus-40 {
    left: calc(100vh - 10rem);
  }

  .xl\:left-screen-minus-55 {
    left: calc(100vh - 13.75rem);
  }

  .xl\:left-screen-minus-72 {
    left: calc(100vh - 18rem);
  }

  .xl\:left-screen-minus-80 {
    left: calc(100vh - 20rem);
  }

  .xl\:left-full-4 {
    left: calc(100% - 16px);
  }

  .xl\:left-account-body {
    left: calc(100vw - 304px);
  }

  .xl\:left-menu-center {
    left: calc(50% - 288px);
  }

  .xl\:left-tutorials-hidden {
    left: calc(100% - 56px);
  }

  .xl\:left-popup-full-width {
    left: calc(100% + 32px);
  }

  .xl\:left-popup-full-width-md {
    left: calc(100% + 64px);
  }

  .xl\:left-popup-full-height {
    left: calc(100% + 68px);
  }

  .xl\:left-max-content {
    left: max-content;
  }

  .xl\:-left-0 {
    left: 0px;
  }

  .xl\:-left-1 {
    left: -0.25rem;
  }

  .xl\:-left-2 {
    left: -0.5rem;
  }

  .xl\:-left-3 {
    left: -0.75rem;
  }

  .xl\:-left-4 {
    left: -1rem;
  }

  .xl\:-left-5 {
    left: -1.25rem;
  }

  .xl\:-left-6 {
    left: -1.5rem;
  }

  .xl\:-left-7 {
    left: -1.75rem;
  }

  .xl\:-left-8 {
    left: -2rem;
  }

  .xl\:-left-9 {
    left: -2.25rem;
  }

  .xl\:-left-10 {
    left: -2.5rem;
  }

  .xl\:-left-11 {
    left: -2.75rem;
  }

  .xl\:-left-12 {
    left: -3rem;
  }

  .xl\:-left-14 {
    left: -3.5rem;
  }

  .xl\:-left-16 {
    left: -4rem;
  }

  .xl\:-left-18 {
    left: -4.5rem;
  }

  .xl\:-left-20 {
    left: -5rem;
  }

  .xl\:-left-21 {
    left: -5.25rem;
  }

  .xl\:-left-22 {
    left: -5.5rem;
  }

  .xl\:-left-24 {
    left: -6rem;
  }

  .xl\:-left-26 {
    left: -6.5rem;
  }

  .xl\:-left-28 {
    left: -7rem;
  }

  .xl\:-left-29 {
    left: -7.25rem;
  }

  .xl\:-left-32 {
    left: -8rem;
  }

  .xl\:-left-34 {
    left: -8.5rem;
  }

  .xl\:-left-36 {
    left: -9rem;
  }

  .xl\:-left-40 {
    left: -10rem;
  }

  .xl\:-left-42 {
    left: -10.5rem;
  }

  .xl\:-left-44 {
    left: -11rem;
  }

  .xl\:-left-48 {
    left: -12rem;
  }

  .xl\:-left-52 {
    left: -13rem;
  }

  .xl\:-left-56 {
    left: -14rem;
  }

  .xl\:-left-60 {
    left: -15rem;
  }

  .xl\:-left-64 {
    left: -16rem;
  }

  .xl\:-left-68 {
    left: -17rem;
  }

  .xl\:-left-72 {
    left: -18rem;
  }

  .xl\:-left-77 {
    left: -19.25rem;
  }

  .xl\:-left-80 {
    left: -20rem;
  }

  .xl\:-left-82 {
    left: -20.5rem;
  }

  .xl\:-left-88 {
    left: -22rem;
  }

  .xl\:-left-94 {
    left: -23.5rem;
  }

  .xl\:-left-96 {
    left: -24rem;
  }

  .xl\:-left-98 {
    left: -24.5rem;
  }

  .xl\:-left-104 {
    left: -26rem;
  }

  .xl\:-left-108 {
    left: -27rem;
  }

  .xl\:-left-110 {
    left: -27.5rem;
  }

  .xl\:-left-112 {
    left: -28rem;
  }

  .xl\:-left-120 {
    left: -30rem;
  }

  .xl\:-left-128 {
    left: -32rem;
  }

  .xl\:-left-132 {
    left: -33rem;
  }

  .xl\:-left-134 {
    left: -33.5rem;
  }

  .xl\:-left-135 {
    left: -33.75rem;
  }

  .xl\:-left-136 {
    left: -34rem;
  }

  .xl\:-left-144 {
    left: -36rem;
  }

  .xl\:-left-152 {
    left: -38rem;
  }

  .xl\:-left-160 {
    left: -40rem;
  }

  .xl\:-left-164 {
    left: -41rem;
  }

  .xl\:-left-172 {
    left: -43rem;
  }

  .xl\:-left-179 {
    left: -44.75rem;
  }

  .xl\:-left-184 {
    left: -46rem;
  }

  .xl\:-left-192 {
    left: -48rem;
  }

  .xl\:-left-224 {
    left: -56rem;
  }

  .xl\:-left-240 {
    left: -60rem;
  }

  .xl\:-left-256 {
    left: -64rem;
  }

  .xl\:-left-265 {
    left: -66.25rem;
  }

  .xl\:-left-288 {
    left: -72rem;
  }

  .xl\:-left-384 {
    left: -96rem;
  }

  .xl\:-left-px {
    left: -1px;
  }

  .xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .xl\:-left-0\.75 {
    left: -0.1875rem;
  }

  .xl\:-left-4\.5 {
    left: -1.125rem;
  }

  .xl\:-left-7\.5 {
    left: -1.875rem;
  }

  .xl\:-left-9\.5 {
    left: -2.375rem;
  }

  .xl\:-left-9\.75 {
    left: -2.4375rem;
  }

  .xl\:-left-12\.5 {
    left: -3.125rem;
  }

  .xl\:-left-13\.5 {
    left: -3.375rem;
  }

  .xl\:-left-292\.5 {
    left: -73.125rem;
  }

  .xl\:-left-1\/24 {
    left: -4.16667%;
  }

  .xl\:-left-2\/24 {
    left: -8.33333%;
  }

  .xl\:-left-3\/24 {
    left: -12.5%;
  }

  .xl\:-left-4\/24 {
    left: -16.66667%;
  }

  .xl\:-left-5\/24 {
    left: -20.83333%;
  }

  .xl\:-left-6\/24 {
    left: -25%;
  }

  .xl\:-left-7\/24 {
    left: -29.16667%;
  }

  .xl\:-left-8\/24 {
    left: -33.33333%;
  }

  .xl\:-left-9\/24 {
    left: -37.5%;
  }

  .xl\:-left-10\/24 {
    left: -41.66667%;
  }

  .xl\:-left-11\/24 {
    left: -45.83333%;
  }

  .xl\:-left-12\/24 {
    left: -50%;
  }

  .xl\:-left-13\/24 {
    left: -54.16667%;
  }

  .xl\:-left-14\/24 {
    left: -58.33333%;
  }

  .xl\:-left-15\/24 {
    left: -62.5%;
  }

  .xl\:-left-16\/24 {
    left: -66.66667%;
  }

  .xl\:-left-17\/24 {
    left: -70.83333%;
  }

  .xl\:-left-18\/24 {
    left: -75%;
  }

  .xl\:-left-19\/24 {
    left: -79.16667%;
  }

  .xl\:-left-20\/24 {
    left: -83.33333%;
  }

  .xl\:-left-21\/24 {
    left: -87.5%;
  }

  .xl\:-left-22\/24 {
    left: -91.66667%;
  }

  .xl\:-left-23\/24 {
    left: -95.83333%;
  }

  .xl\:-left-24\/24 {
    left: -100%;
  }

  .xl\:-left-screen-header {
    left: -41.55vw;
  }

  .xl\:-left-screen-60 {
    left: -60vh;
  }

  .xl\:-left-screen-80 {
    left: -80vh;
  }

  .xl\:-left-screen-85 {
    left: -85vh;
  }

  .xl\:-left-screen-90 {
    left: -90vh;
  }

  .xl\:-left-screen-95 {
    left: -95vh;
  }

  .xl\:-left-screen-minus-header {
    left: calc(-100vh - -5.25rem);
  }

  .xl\:-left-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
  }

  .xl\:-left-screen-minus-36 {
    left: calc(-100vh - -9rem);
  }

  .xl\:-left-screen-minus-40 {
    left: calc(-100vh - -10rem);
  }

  .xl\:-left-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
  }

  .xl\:-left-screen-minus-72 {
    left: calc(-100vh - -18rem);
  }

  .xl\:-left-screen-minus-80 {
    left: calc(-100vh - -20rem);
  }

  .xl\:-left-full-4 {
    left: calc(-100% - -16px);
  }

  .xl\:-left-account-body {
    left: calc(-100vw - -304px);
  }

  .xl\:-left-menu-center {
    left: calc(-50% - -288px);
  }

  .xl\:-left-tutorials-hidden {
    left: calc(-100% - -56px);
  }

  .xl\:-left-popup-full-width {
    left: calc(-100% + -32px);
  }

  .xl\:-left-popup-full-width-md {
    left: calc(-100% + -64px);
  }

  .xl\:-left-popup-full-height {
    left: calc(-100% + -68px);
  }

  .xl\:-left-max-content {
    left: max-content;
  }

  .xl\:left-1\/2 {
    left: 50%;
  }

  .xl\:left-1\/3 {
    left: 33.333333%;
  }

  .xl\:left-2\/3 {
    left: 66.666667%;
  }

  .xl\:left-1\/4 {
    left: 25%;
  }

  .xl\:left-2\/4 {
    left: 50%;
  }

  .xl\:left-3\/4 {
    left: 75%;
  }

  .xl\:left-full {
    left: 100%;
  }

  .xl\:-left-1\/2 {
    left: -50%;
  }

  .xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .xl\:-left-1\/4 {
    left: -25%;
  }

  .xl\:-left-2\/4 {
    left: -50%;
  }

  .xl\:-left-3\/4 {
    left: -75%;
  }

  .xl\:-left-full {
    left: -100%;
  }

  .xl\:isolate {
    isolation: isolate;
  }

  .xl\:isolation-auto {
    isolation: auto;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-1 {
    z-index: 1;
  }

  .xl\:z-2 {
    z-index: 2;
  }

  .xl\:z-3 {
    z-index: 3;
  }

  .xl\:z-4 {
    z-index: 4;
  }

  .xl\:z-5 {
    z-index: 5;
  }

  .xl\:z-6 {
    z-index: 6;
  }

  .xl\:z-7 {
    z-index: 7;
  }

  .xl\:z-8 {
    z-index: 8;
  }

  .xl\:z-9 {
    z-index: 9;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-11 {
    z-index: 11;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .xl\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .xl\:focus-within\:z-2:focus-within {
    z-index: 2;
  }

  .xl\:focus-within\:z-3:focus-within {
    z-index: 3;
  }

  .xl\:focus-within\:z-4:focus-within {
    z-index: 4;
  }

  .xl\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .xl\:focus-within\:z-6:focus-within {
    z-index: 6;
  }

  .xl\:focus-within\:z-7:focus-within {
    z-index: 7;
  }

  .xl\:focus-within\:z-8:focus-within {
    z-index: 8;
  }

  .xl\:focus-within\:z-9:focus-within {
    z-index: 9;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .xl\:focus-within\:z-11:focus-within {
    z-index: 11;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .xl\:focus\:z-1:focus {
    z-index: 1;
  }

  .xl\:focus\:z-2:focus {
    z-index: 2;
  }

  .xl\:focus\:z-3:focus {
    z-index: 3;
  }

  .xl\:focus\:z-4:focus {
    z-index: 4;
  }

  .xl\:focus\:z-5:focus {
    z-index: 5;
  }

  .xl\:focus\:z-6:focus {
    z-index: 6;
  }

  .xl\:focus\:z-7:focus {
    z-index: 7;
  }

  .xl\:focus\:z-8:focus {
    z-index: 8;
  }

  .xl\:focus\:z-9:focus {
    z-index: 9;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .xl\:focus\:z-11:focus {
    z-index: 11;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-11 {
    order: 11;
  }

  .xl\:order-12 {
    order: 12;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:order-none {
    order: 0;
  }

  .xl\:col-auto {
    grid-column: auto;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:col-start-5 {
    grid-column-start: 5;
  }

  .xl\:col-start-6 {
    grid-column-start: 6;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:col-start-10 {
    grid-column-start: 10;
  }

  .xl\:col-start-11 {
    grid-column-start: 11;
  }

  .xl\:col-start-12 {
    grid-column-start: 12;
  }

  .xl\:col-start-13 {
    grid-column-start: 13;
  }

  .xl\:col-start-auto {
    grid-column-start: auto;
  }

  .xl\:col-end-1 {
    grid-column-end: 1;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:col-end-4 {
    grid-column-end: 4;
  }

  .xl\:col-end-5 {
    grid-column-end: 5;
  }

  .xl\:col-end-6 {
    grid-column-end: 6;
  }

  .xl\:col-end-7 {
    grid-column-end: 7;
  }

  .xl\:col-end-8 {
    grid-column-end: 8;
  }

  .xl\:col-end-9 {
    grid-column-end: 9;
  }

  .xl\:col-end-10 {
    grid-column-end: 10;
  }

  .xl\:col-end-11 {
    grid-column-end: 11;
  }

  .xl\:col-end-12 {
    grid-column-end: 12;
  }

  .xl\:col-end-13 {
    grid-column-end: 13;
  }

  .xl\:col-end-auto {
    grid-column-end: auto;
  }

  .xl\:row-auto {
    grid-row: auto;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-3 {
    grid-row-start: 3;
  }

  .xl\:row-start-4 {
    grid-row-start: 4;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-start-6 {
    grid-row-start: 6;
  }

  .xl\:row-start-7 {
    grid-row-start: 7;
  }

  .xl\:row-start-auto {
    grid-row-start: auto;
  }

  .xl\:row-end-1 {
    grid-row-end: 1;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:row-end-4 {
    grid-row-end: 4;
  }

  .xl\:row-end-5 {
    grid-row-end: 5;
  }

  .xl\:row-end-6 {
    grid-row-end: 6;
  }

  .xl\:row-end-7 {
    grid-row-end: 7;
  }

  .xl\:row-end-auto {
    grid-row-end: auto;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-11 {
    margin: 2.75rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-18 {
    margin: 4.5rem;
  }

  .xl\:m-20 {
    margin: 5rem;
  }

  .xl\:m-21 {
    margin: 5.25rem;
  }

  .xl\:m-22 {
    margin: 5.5rem;
  }

  .xl\:m-24 {
    margin: 6rem;
  }

  .xl\:m-26 {
    margin: 6.5rem;
  }

  .xl\:m-28 {
    margin: 7rem;
  }

  .xl\:m-29 {
    margin: 7.25rem;
  }

  .xl\:m-32 {
    margin: 8rem;
  }

  .xl\:m-34 {
    margin: 8.5rem;
  }

  .xl\:m-36 {
    margin: 9rem;
  }

  .xl\:m-40 {
    margin: 10rem;
  }

  .xl\:m-42 {
    margin: 10.5rem;
  }

  .xl\:m-44 {
    margin: 11rem;
  }

  .xl\:m-48 {
    margin: 12rem;
  }

  .xl\:m-52 {
    margin: 13rem;
  }

  .xl\:m-56 {
    margin: 14rem;
  }

  .xl\:m-60 {
    margin: 15rem;
  }

  .xl\:m-64 {
    margin: 16rem;
  }

  .xl\:m-68 {
    margin: 17rem;
  }

  .xl\:m-72 {
    margin: 18rem;
  }

  .xl\:m-77 {
    margin: 19.25rem;
  }

  .xl\:m-80 {
    margin: 20rem;
  }

  .xl\:m-82 {
    margin: 20.5rem;
  }

  .xl\:m-88 {
    margin: 22rem;
  }

  .xl\:m-94 {
    margin: 23.5rem;
  }

  .xl\:m-96 {
    margin: 24rem;
  }

  .xl\:m-98 {
    margin: 24.5rem;
  }

  .xl\:m-104 {
    margin: 26rem;
  }

  .xl\:m-108 {
    margin: 27rem;
  }

  .xl\:m-110 {
    margin: 27.5rem;
  }

  .xl\:m-112 {
    margin: 28rem;
  }

  .xl\:m-120 {
    margin: 30rem;
  }

  .xl\:m-128 {
    margin: 32rem;
  }

  .xl\:m-132 {
    margin: 33rem;
  }

  .xl\:m-134 {
    margin: 33.5rem;
  }

  .xl\:m-135 {
    margin: 33.75rem;
  }

  .xl\:m-136 {
    margin: 34rem;
  }

  .xl\:m-144 {
    margin: 36rem;
  }

  .xl\:m-152 {
    margin: 38rem;
  }

  .xl\:m-160 {
    margin: 40rem;
  }

  .xl\:m-164 {
    margin: 41rem;
  }

  .xl\:m-172 {
    margin: 43rem;
  }

  .xl\:m-179 {
    margin: 44.75rem;
  }

  .xl\:m-184 {
    margin: 46rem;
  }

  .xl\:m-192 {
    margin: 48rem;
  }

  .xl\:m-224 {
    margin: 56rem;
  }

  .xl\:m-240 {
    margin: 60rem;
  }

  .xl\:m-256 {
    margin: 64rem;
  }

  .xl\:m-265 {
    margin: 66.25rem;
  }

  .xl\:m-288 {
    margin: 72rem;
  }

  .xl\:m-384 {
    margin: 96rem;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:m-px {
    margin: 1px;
  }

  .xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .xl\:m-0\.75 {
    margin: 0.1875rem;
  }

  .xl\:m-4\.5 {
    margin: 1.125rem;
  }

  .xl\:m-7\.5 {
    margin: 1.875rem;
  }

  .xl\:m-9\.5 {
    margin: 2.375rem;
  }

  .xl\:m-9\.75 {
    margin: 2.4375rem;
  }

  .xl\:m-12\.5 {
    margin: 3.125rem;
  }

  .xl\:m-13\.5 {
    margin: 3.375rem;
  }

  .xl\:m-292\.5 {
    margin: 73.125rem;
  }

  .xl\:m-1\/24 {
    margin: 4.166667%;
  }

  .xl\:m-2\/24 {
    margin: 8.333333%;
  }

  .xl\:m-3\/24 {
    margin: 12.5%;
  }

  .xl\:m-4\/24 {
    margin: 16.666667%;
  }

  .xl\:m-5\/24 {
    margin: 20.833333%;
  }

  .xl\:m-6\/24 {
    margin: 25%;
  }

  .xl\:m-7\/24 {
    margin: 29.166666%;
  }

  .xl\:m-8\/24 {
    margin: 33.333333%;
  }

  .xl\:m-9\/24 {
    margin: 37.5%;
  }

  .xl\:m-10\/24 {
    margin: 41.666666%;
  }

  .xl\:m-11\/24 {
    margin: 45.833333%;
  }

  .xl\:m-12\/24 {
    margin: 50%;
  }

  .xl\:m-13\/24 {
    margin: 54.166666%;
  }

  .xl\:m-14\/24 {
    margin: 58.333333%;
  }

  .xl\:m-15\/24 {
    margin: 62.5%;
  }

  .xl\:m-16\/24 {
    margin: 66.666667%;
  }

  .xl\:m-17\/24 {
    margin: 70.833333%;
  }

  .xl\:m-18\/24 {
    margin: 75%;
  }

  .xl\:m-19\/24 {
    margin: 79.166667%;
  }

  .xl\:m-20\/24 {
    margin: 83.333333%;
  }

  .xl\:m-21\/24 {
    margin: 87.5%;
  }

  .xl\:m-22\/24 {
    margin: 91.666667%;
  }

  .xl\:m-23\/24 {
    margin: 95.833333%;
  }

  .xl\:m-24\/24 {
    margin: 100%;
  }

  .xl\:m-screen-header {
    margin: 41.55vw;
  }

  .xl\:m-screen-60 {
    margin: 60vh;
  }

  .xl\:m-screen-80 {
    margin: 80vh;
  }

  .xl\:m-screen-85 {
    margin: 85vh;
  }

  .xl\:m-screen-90 {
    margin: 90vh;
  }

  .xl\:m-screen-95 {
    margin: 95vh;
  }

  .xl\:m-screen-minus-header {
    margin: calc(100vh - 5.25rem);
  }

  .xl\:m-screen-minus-35\.5 {
    margin: calc(100vh - 8.875rem);
  }

  .xl\:m-screen-minus-36 {
    margin: calc(100vh - 9rem);
  }

  .xl\:m-screen-minus-40 {
    margin: calc(100vh - 10rem);
  }

  .xl\:m-screen-minus-55 {
    margin: calc(100vh - 13.75rem);
  }

  .xl\:m-screen-minus-72 {
    margin: calc(100vh - 18rem);
  }

  .xl\:m-screen-minus-80 {
    margin: calc(100vh - 20rem);
  }

  .xl\:m-full-4 {
    margin: calc(100% - 16px);
  }

  .xl\:m-account-body {
    margin: calc(100vw - 304px);
  }

  .xl\:m-menu-center {
    margin: calc(50% - 288px);
  }

  .xl\:m-tutorials-hidden {
    margin: calc(100% - 56px);
  }

  .xl\:m-popup-full-width {
    margin: calc(100% + 32px);
  }

  .xl\:m-popup-full-width-md {
    margin: calc(100% + 64px);
  }

  .xl\:m-popup-full-height {
    margin: calc(100% + 68px);
  }

  .xl\:m-max-content {
    margin: max-content;
  }

  .xl\:-m-0 {
    margin: 0px;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-11 {
    margin: -2.75rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-18 {
    margin: -4.5rem;
  }

  .xl\:-m-20 {
    margin: -5rem;
  }

  .xl\:-m-21 {
    margin: -5.25rem;
  }

  .xl\:-m-22 {
    margin: -5.5rem;
  }

  .xl\:-m-24 {
    margin: -6rem;
  }

  .xl\:-m-26 {
    margin: -6.5rem;
  }

  .xl\:-m-28 {
    margin: -7rem;
  }

  .xl\:-m-29 {
    margin: -7.25rem;
  }

  .xl\:-m-32 {
    margin: -8rem;
  }

  .xl\:-m-34 {
    margin: -8.5rem;
  }

  .xl\:-m-36 {
    margin: -9rem;
  }

  .xl\:-m-40 {
    margin: -10rem;
  }

  .xl\:-m-42 {
    margin: -10.5rem;
  }

  .xl\:-m-44 {
    margin: -11rem;
  }

  .xl\:-m-48 {
    margin: -12rem;
  }

  .xl\:-m-52 {
    margin: -13rem;
  }

  .xl\:-m-56 {
    margin: -14rem;
  }

  .xl\:-m-60 {
    margin: -15rem;
  }

  .xl\:-m-64 {
    margin: -16rem;
  }

  .xl\:-m-68 {
    margin: -17rem;
  }

  .xl\:-m-72 {
    margin: -18rem;
  }

  .xl\:-m-77 {
    margin: -19.25rem;
  }

  .xl\:-m-80 {
    margin: -20rem;
  }

  .xl\:-m-82 {
    margin: -20.5rem;
  }

  .xl\:-m-88 {
    margin: -22rem;
  }

  .xl\:-m-94 {
    margin: -23.5rem;
  }

  .xl\:-m-96 {
    margin: -24rem;
  }

  .xl\:-m-98 {
    margin: -24.5rem;
  }

  .xl\:-m-104 {
    margin: -26rem;
  }

  .xl\:-m-108 {
    margin: -27rem;
  }

  .xl\:-m-110 {
    margin: -27.5rem;
  }

  .xl\:-m-112 {
    margin: -28rem;
  }

  .xl\:-m-120 {
    margin: -30rem;
  }

  .xl\:-m-128 {
    margin: -32rem;
  }

  .xl\:-m-132 {
    margin: -33rem;
  }

  .xl\:-m-134 {
    margin: -33.5rem;
  }

  .xl\:-m-135 {
    margin: -33.75rem;
  }

  .xl\:-m-136 {
    margin: -34rem;
  }

  .xl\:-m-144 {
    margin: -36rem;
  }

  .xl\:-m-152 {
    margin: -38rem;
  }

  .xl\:-m-160 {
    margin: -40rem;
  }

  .xl\:-m-164 {
    margin: -41rem;
  }

  .xl\:-m-172 {
    margin: -43rem;
  }

  .xl\:-m-179 {
    margin: -44.75rem;
  }

  .xl\:-m-184 {
    margin: -46rem;
  }

  .xl\:-m-192 {
    margin: -48rem;
  }

  .xl\:-m-224 {
    margin: -56rem;
  }

  .xl\:-m-240 {
    margin: -60rem;
  }

  .xl\:-m-256 {
    margin: -64rem;
  }

  .xl\:-m-265 {
    margin: -66.25rem;
  }

  .xl\:-m-288 {
    margin: -72rem;
  }

  .xl\:-m-384 {
    margin: -96rem;
  }

  .xl\:-m-px {
    margin: -1px;
  }

  .xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .xl\:-m-0\.75 {
    margin: -0.1875rem;
  }

  .xl\:-m-4\.5 {
    margin: -1.125rem;
  }

  .xl\:-m-7\.5 {
    margin: -1.875rem;
  }

  .xl\:-m-9\.5 {
    margin: -2.375rem;
  }

  .xl\:-m-9\.75 {
    margin: -2.4375rem;
  }

  .xl\:-m-12\.5 {
    margin: -3.125rem;
  }

  .xl\:-m-13\.5 {
    margin: -3.375rem;
  }

  .xl\:-m-292\.5 {
    margin: -73.125rem;
  }

  .xl\:-m-1\/24 {
    margin: -4.16667%;
  }

  .xl\:-m-2\/24 {
    margin: -8.33333%;
  }

  .xl\:-m-3\/24 {
    margin: -12.5%;
  }

  .xl\:-m-4\/24 {
    margin: -16.66667%;
  }

  .xl\:-m-5\/24 {
    margin: -20.83333%;
  }

  .xl\:-m-6\/24 {
    margin: -25%;
  }

  .xl\:-m-7\/24 {
    margin: -29.16667%;
  }

  .xl\:-m-8\/24 {
    margin: -33.33333%;
  }

  .xl\:-m-9\/24 {
    margin: -37.5%;
  }

  .xl\:-m-10\/24 {
    margin: -41.66667%;
  }

  .xl\:-m-11\/24 {
    margin: -45.83333%;
  }

  .xl\:-m-12\/24 {
    margin: -50%;
  }

  .xl\:-m-13\/24 {
    margin: -54.16667%;
  }

  .xl\:-m-14\/24 {
    margin: -58.33333%;
  }

  .xl\:-m-15\/24 {
    margin: -62.5%;
  }

  .xl\:-m-16\/24 {
    margin: -66.66667%;
  }

  .xl\:-m-17\/24 {
    margin: -70.83333%;
  }

  .xl\:-m-18\/24 {
    margin: -75%;
  }

  .xl\:-m-19\/24 {
    margin: -79.16667%;
  }

  .xl\:-m-20\/24 {
    margin: -83.33333%;
  }

  .xl\:-m-21\/24 {
    margin: -87.5%;
  }

  .xl\:-m-22\/24 {
    margin: -91.66667%;
  }

  .xl\:-m-23\/24 {
    margin: -95.83333%;
  }

  .xl\:-m-24\/24 {
    margin: -100%;
  }

  .xl\:-m-screen-header {
    margin: -41.55vw;
  }

  .xl\:-m-screen-60 {
    margin: -60vh;
  }

  .xl\:-m-screen-80 {
    margin: -80vh;
  }

  .xl\:-m-screen-85 {
    margin: -85vh;
  }

  .xl\:-m-screen-90 {
    margin: -90vh;
  }

  .xl\:-m-screen-95 {
    margin: -95vh;
  }

  .xl\:-m-screen-minus-header {
    margin: calc(-100vh - -5.25rem);
  }

  .xl\:-m-screen-minus-35\.5 {
    margin: calc(-100vh - -8.875rem);
  }

  .xl\:-m-screen-minus-36 {
    margin: calc(-100vh - -9rem);
  }

  .xl\:-m-screen-minus-40 {
    margin: calc(-100vh - -10rem);
  }

  .xl\:-m-screen-minus-55 {
    margin: calc(-100vh - -13.75rem);
  }

  .xl\:-m-screen-minus-72 {
    margin: calc(-100vh - -18rem);
  }

  .xl\:-m-screen-minus-80 {
    margin: calc(-100vh - -20rem);
  }

  .xl\:-m-full-4 {
    margin: calc(-100% - -16px);
  }

  .xl\:-m-account-body {
    margin: calc(-100vw - -304px);
  }

  .xl\:-m-menu-center {
    margin: calc(-50% - -288px);
  }

  .xl\:-m-tutorials-hidden {
    margin: calc(-100% - -56px);
  }

  .xl\:-m-popup-full-width {
    margin: calc(-100% + -32px);
  }

  .xl\:-m-popup-full-width-md {
    margin: calc(-100% + -64px);
  }

  .xl\:-m-popup-full-height {
    margin: calc(-100% + -68px);
  }

  .xl\:-m-max-content {
    margin: max-content;
  }

  .xl\:hover\:m-0:hover {
    margin: 0px;
  }

  .xl\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .xl\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .xl\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .xl\:hover\:m-4:hover {
    margin: 1rem;
  }

  .xl\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .xl\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .xl\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .xl\:hover\:m-8:hover {
    margin: 2rem;
  }

  .xl\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .xl\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .xl\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .xl\:hover\:m-12:hover {
    margin: 3rem;
  }

  .xl\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .xl\:hover\:m-16:hover {
    margin: 4rem;
  }

  .xl\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .xl\:hover\:m-20:hover {
    margin: 5rem;
  }

  .xl\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .xl\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .xl\:hover\:m-24:hover {
    margin: 6rem;
  }

  .xl\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .xl\:hover\:m-28:hover {
    margin: 7rem;
  }

  .xl\:hover\:m-29:hover {
    margin: 7.25rem;
  }

  .xl\:hover\:m-32:hover {
    margin: 8rem;
  }

  .xl\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .xl\:hover\:m-36:hover {
    margin: 9rem;
  }

  .xl\:hover\:m-40:hover {
    margin: 10rem;
  }

  .xl\:hover\:m-42:hover {
    margin: 10.5rem;
  }

  .xl\:hover\:m-44:hover {
    margin: 11rem;
  }

  .xl\:hover\:m-48:hover {
    margin: 12rem;
  }

  .xl\:hover\:m-52:hover {
    margin: 13rem;
  }

  .xl\:hover\:m-56:hover {
    margin: 14rem;
  }

  .xl\:hover\:m-60:hover {
    margin: 15rem;
  }

  .xl\:hover\:m-64:hover {
    margin: 16rem;
  }

  .xl\:hover\:m-68:hover {
    margin: 17rem;
  }

  .xl\:hover\:m-72:hover {
    margin: 18rem;
  }

  .xl\:hover\:m-77:hover {
    margin: 19.25rem;
  }

  .xl\:hover\:m-80:hover {
    margin: 20rem;
  }

  .xl\:hover\:m-82:hover {
    margin: 20.5rem;
  }

  .xl\:hover\:m-88:hover {
    margin: 22rem;
  }

  .xl\:hover\:m-94:hover {
    margin: 23.5rem;
  }

  .xl\:hover\:m-96:hover {
    margin: 24rem;
  }

  .xl\:hover\:m-98:hover {
    margin: 24.5rem;
  }

  .xl\:hover\:m-104:hover {
    margin: 26rem;
  }

  .xl\:hover\:m-108:hover {
    margin: 27rem;
  }

  .xl\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .xl\:hover\:m-112:hover {
    margin: 28rem;
  }

  .xl\:hover\:m-120:hover {
    margin: 30rem;
  }

  .xl\:hover\:m-128:hover {
    margin: 32rem;
  }

  .xl\:hover\:m-132:hover {
    margin: 33rem;
  }

  .xl\:hover\:m-134:hover {
    margin: 33.5rem;
  }

  .xl\:hover\:m-135:hover {
    margin: 33.75rem;
  }

  .xl\:hover\:m-136:hover {
    margin: 34rem;
  }

  .xl\:hover\:m-144:hover {
    margin: 36rem;
  }

  .xl\:hover\:m-152:hover {
    margin: 38rem;
  }

  .xl\:hover\:m-160:hover {
    margin: 40rem;
  }

  .xl\:hover\:m-164:hover {
    margin: 41rem;
  }

  .xl\:hover\:m-172:hover {
    margin: 43rem;
  }

  .xl\:hover\:m-179:hover {
    margin: 44.75rem;
  }

  .xl\:hover\:m-184:hover {
    margin: 46rem;
  }

  .xl\:hover\:m-192:hover {
    margin: 48rem;
  }

  .xl\:hover\:m-224:hover {
    margin: 56rem;
  }

  .xl\:hover\:m-240:hover {
    margin: 60rem;
  }

  .xl\:hover\:m-256:hover {
    margin: 64rem;
  }

  .xl\:hover\:m-265:hover {
    margin: 66.25rem;
  }

  .xl\:hover\:m-288:hover {
    margin: 72rem;
  }

  .xl\:hover\:m-384:hover {
    margin: 96rem;
  }

  .xl\:hover\:m-auto:hover {
    margin: auto;
  }

  .xl\:hover\:m-px:hover {
    margin: 1px;
  }

  .xl\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .xl\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .xl\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .xl\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .xl\:hover\:m-0\.75:hover {
    margin: 0.1875rem;
  }

  .xl\:hover\:m-4\.5:hover {
    margin: 1.125rem;
  }

  .xl\:hover\:m-7\.5:hover {
    margin: 1.875rem;
  }

  .xl\:hover\:m-9\.5:hover {
    margin: 2.375rem;
  }

  .xl\:hover\:m-9\.75:hover {
    margin: 2.4375rem;
  }

  .xl\:hover\:m-12\.5:hover {
    margin: 3.125rem;
  }

  .xl\:hover\:m-13\.5:hover {
    margin: 3.375rem;
  }

  .xl\:hover\:m-292\.5:hover {
    margin: 73.125rem;
  }

  .xl\:hover\:m-1\/24:hover {
    margin: 4.166667%;
  }

  .xl\:hover\:m-2\/24:hover {
    margin: 8.333333%;
  }

  .xl\:hover\:m-3\/24:hover {
    margin: 12.5%;
  }

  .xl\:hover\:m-4\/24:hover {
    margin: 16.666667%;
  }

  .xl\:hover\:m-5\/24:hover {
    margin: 20.833333%;
  }

  .xl\:hover\:m-6\/24:hover {
    margin: 25%;
  }

  .xl\:hover\:m-7\/24:hover {
    margin: 29.166666%;
  }

  .xl\:hover\:m-8\/24:hover {
    margin: 33.333333%;
  }

  .xl\:hover\:m-9\/24:hover {
    margin: 37.5%;
  }

  .xl\:hover\:m-10\/24:hover {
    margin: 41.666666%;
  }

  .xl\:hover\:m-11\/24:hover {
    margin: 45.833333%;
  }

  .xl\:hover\:m-12\/24:hover {
    margin: 50%;
  }

  .xl\:hover\:m-13\/24:hover {
    margin: 54.166666%;
  }

  .xl\:hover\:m-14\/24:hover {
    margin: 58.333333%;
  }

  .xl\:hover\:m-15\/24:hover {
    margin: 62.5%;
  }

  .xl\:hover\:m-16\/24:hover {
    margin: 66.666667%;
  }

  .xl\:hover\:m-17\/24:hover {
    margin: 70.833333%;
  }

  .xl\:hover\:m-18\/24:hover {
    margin: 75%;
  }

  .xl\:hover\:m-19\/24:hover {
    margin: 79.166667%;
  }

  .xl\:hover\:m-20\/24:hover {
    margin: 83.333333%;
  }

  .xl\:hover\:m-21\/24:hover {
    margin: 87.5%;
  }

  .xl\:hover\:m-22\/24:hover {
    margin: 91.666667%;
  }

  .xl\:hover\:m-23\/24:hover {
    margin: 95.833333%;
  }

  .xl\:hover\:m-24\/24:hover {
    margin: 100%;
  }

  .xl\:hover\:m-screen-header:hover {
    margin: 41.55vw;
  }

  .xl\:hover\:m-screen-60:hover {
    margin: 60vh;
  }

  .xl\:hover\:m-screen-80:hover {
    margin: 80vh;
  }

  .xl\:hover\:m-screen-85:hover {
    margin: 85vh;
  }

  .xl\:hover\:m-screen-90:hover {
    margin: 90vh;
  }

  .xl\:hover\:m-screen-95:hover {
    margin: 95vh;
  }

  .xl\:hover\:m-screen-minus-header:hover {
    margin: calc(100vh - 5.25rem);
  }

  .xl\:hover\:m-screen-minus-35\.5:hover {
    margin: calc(100vh - 8.875rem);
  }

  .xl\:hover\:m-screen-minus-36:hover {
    margin: calc(100vh - 9rem);
  }

  .xl\:hover\:m-screen-minus-40:hover {
    margin: calc(100vh - 10rem);
  }

  .xl\:hover\:m-screen-minus-55:hover {
    margin: calc(100vh - 13.75rem);
  }

  .xl\:hover\:m-screen-minus-72:hover {
    margin: calc(100vh - 18rem);
  }

  .xl\:hover\:m-screen-minus-80:hover {
    margin: calc(100vh - 20rem);
  }

  .xl\:hover\:m-full-4:hover {
    margin: calc(100% - 16px);
  }

  .xl\:hover\:m-account-body:hover {
    margin: calc(100vw - 304px);
  }

  .xl\:hover\:m-menu-center:hover {
    margin: calc(50% - 288px);
  }

  .xl\:hover\:m-tutorials-hidden:hover {
    margin: calc(100% - 56px);
  }

  .xl\:hover\:m-popup-full-width:hover {
    margin: calc(100% + 32px);
  }

  .xl\:hover\:m-popup-full-width-md:hover {
    margin: calc(100% + 64px);
  }

  .xl\:hover\:m-popup-full-height:hover {
    margin: calc(100% + 68px);
  }

  .xl\:hover\:m-max-content:hover {
    margin: max-content;
  }

  .xl\:hover\:-m-0:hover {
    margin: 0px;
  }

  .xl\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .xl\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .xl\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .xl\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .xl\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .xl\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .xl\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .xl\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .xl\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .xl\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .xl\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .xl\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .xl\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .xl\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .xl\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .xl\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .xl\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .xl\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .xl\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .xl\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .xl\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .xl\:hover\:-m-29:hover {
    margin: -7.25rem;
  }

  .xl\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .xl\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .xl\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .xl\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .xl\:hover\:-m-42:hover {
    margin: -10.5rem;
  }

  .xl\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .xl\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .xl\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .xl\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .xl\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .xl\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .xl\:hover\:-m-68:hover {
    margin: -17rem;
  }

  .xl\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .xl\:hover\:-m-77:hover {
    margin: -19.25rem;
  }

  .xl\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .xl\:hover\:-m-82:hover {
    margin: -20.5rem;
  }

  .xl\:hover\:-m-88:hover {
    margin: -22rem;
  }

  .xl\:hover\:-m-94:hover {
    margin: -23.5rem;
  }

  .xl\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .xl\:hover\:-m-98:hover {
    margin: -24.5rem;
  }

  .xl\:hover\:-m-104:hover {
    margin: -26rem;
  }

  .xl\:hover\:-m-108:hover {
    margin: -27rem;
  }

  .xl\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .xl\:hover\:-m-112:hover {
    margin: -28rem;
  }

  .xl\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .xl\:hover\:-m-128:hover {
    margin: -32rem;
  }

  .xl\:hover\:-m-132:hover {
    margin: -33rem;
  }

  .xl\:hover\:-m-134:hover {
    margin: -33.5rem;
  }

  .xl\:hover\:-m-135:hover {
    margin: -33.75rem;
  }

  .xl\:hover\:-m-136:hover {
    margin: -34rem;
  }

  .xl\:hover\:-m-144:hover {
    margin: -36rem;
  }

  .xl\:hover\:-m-152:hover {
    margin: -38rem;
  }

  .xl\:hover\:-m-160:hover {
    margin: -40rem;
  }

  .xl\:hover\:-m-164:hover {
    margin: -41rem;
  }

  .xl\:hover\:-m-172:hover {
    margin: -43rem;
  }

  .xl\:hover\:-m-179:hover {
    margin: -44.75rem;
  }

  .xl\:hover\:-m-184:hover {
    margin: -46rem;
  }

  .xl\:hover\:-m-192:hover {
    margin: -48rem;
  }

  .xl\:hover\:-m-224:hover {
    margin: -56rem;
  }

  .xl\:hover\:-m-240:hover {
    margin: -60rem;
  }

  .xl\:hover\:-m-256:hover {
    margin: -64rem;
  }

  .xl\:hover\:-m-265:hover {
    margin: -66.25rem;
  }

  .xl\:hover\:-m-288:hover {
    margin: -72rem;
  }

  .xl\:hover\:-m-384:hover {
    margin: -96rem;
  }

  .xl\:hover\:-m-px:hover {
    margin: -1px;
  }

  .xl\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .xl\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .xl\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .xl\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .xl\:hover\:-m-0\.75:hover {
    margin: -0.1875rem;
  }

  .xl\:hover\:-m-4\.5:hover {
    margin: -1.125rem;
  }

  .xl\:hover\:-m-7\.5:hover {
    margin: -1.875rem;
  }

  .xl\:hover\:-m-9\.5:hover {
    margin: -2.375rem;
  }

  .xl\:hover\:-m-9\.75:hover {
    margin: -2.4375rem;
  }

  .xl\:hover\:-m-12\.5:hover {
    margin: -3.125rem;
  }

  .xl\:hover\:-m-13\.5:hover {
    margin: -3.375rem;
  }

  .xl\:hover\:-m-292\.5:hover {
    margin: -73.125rem;
  }

  .xl\:hover\:-m-1\/24:hover {
    margin: -4.16667%;
  }

  .xl\:hover\:-m-2\/24:hover {
    margin: -8.33333%;
  }

  .xl\:hover\:-m-3\/24:hover {
    margin: -12.5%;
  }

  .xl\:hover\:-m-4\/24:hover {
    margin: -16.66667%;
  }

  .xl\:hover\:-m-5\/24:hover {
    margin: -20.83333%;
  }

  .xl\:hover\:-m-6\/24:hover {
    margin: -25%;
  }

  .xl\:hover\:-m-7\/24:hover {
    margin: -29.16667%;
  }

  .xl\:hover\:-m-8\/24:hover {
    margin: -33.33333%;
  }

  .xl\:hover\:-m-9\/24:hover {
    margin: -37.5%;
  }

  .xl\:hover\:-m-10\/24:hover {
    margin: -41.66667%;
  }

  .xl\:hover\:-m-11\/24:hover {
    margin: -45.83333%;
  }

  .xl\:hover\:-m-12\/24:hover {
    margin: -50%;
  }

  .xl\:hover\:-m-13\/24:hover {
    margin: -54.16667%;
  }

  .xl\:hover\:-m-14\/24:hover {
    margin: -58.33333%;
  }

  .xl\:hover\:-m-15\/24:hover {
    margin: -62.5%;
  }

  .xl\:hover\:-m-16\/24:hover {
    margin: -66.66667%;
  }

  .xl\:hover\:-m-17\/24:hover {
    margin: -70.83333%;
  }

  .xl\:hover\:-m-18\/24:hover {
    margin: -75%;
  }

  .xl\:hover\:-m-19\/24:hover {
    margin: -79.16667%;
  }

  .xl\:hover\:-m-20\/24:hover {
    margin: -83.33333%;
  }

  .xl\:hover\:-m-21\/24:hover {
    margin: -87.5%;
  }

  .xl\:hover\:-m-22\/24:hover {
    margin: -91.66667%;
  }

  .xl\:hover\:-m-23\/24:hover {
    margin: -95.83333%;
  }

  .xl\:hover\:-m-24\/24:hover {
    margin: -100%;
  }

  .xl\:hover\:-m-screen-header:hover {
    margin: -41.55vw;
  }

  .xl\:hover\:-m-screen-60:hover {
    margin: -60vh;
  }

  .xl\:hover\:-m-screen-80:hover {
    margin: -80vh;
  }

  .xl\:hover\:-m-screen-85:hover {
    margin: -85vh;
  }

  .xl\:hover\:-m-screen-90:hover {
    margin: -90vh;
  }

  .xl\:hover\:-m-screen-95:hover {
    margin: -95vh;
  }

  .xl\:hover\:-m-screen-minus-header:hover {
    margin: calc(-100vh - -5.25rem);
  }

  .xl\:hover\:-m-screen-minus-35\.5:hover {
    margin: calc(-100vh - -8.875rem);
  }

  .xl\:hover\:-m-screen-minus-36:hover {
    margin: calc(-100vh - -9rem);
  }

  .xl\:hover\:-m-screen-minus-40:hover {
    margin: calc(-100vh - -10rem);
  }

  .xl\:hover\:-m-screen-minus-55:hover {
    margin: calc(-100vh - -13.75rem);
  }

  .xl\:hover\:-m-screen-minus-72:hover {
    margin: calc(-100vh - -18rem);
  }

  .xl\:hover\:-m-screen-minus-80:hover {
    margin: calc(-100vh - -20rem);
  }

  .xl\:hover\:-m-full-4:hover {
    margin: calc(-100% - -16px);
  }

  .xl\:hover\:-m-account-body:hover {
    margin: calc(-100vw - -304px);
  }

  .xl\:hover\:-m-menu-center:hover {
    margin: calc(-50% - -288px);
  }

  .xl\:hover\:-m-tutorials-hidden:hover {
    margin: calc(-100% - -56px);
  }

  .xl\:hover\:-m-popup-full-width:hover {
    margin: calc(-100% + -32px);
  }

  .xl\:hover\:-m-popup-full-width-md:hover {
    margin: calc(-100% + -64px);
  }

  .xl\:hover\:-m-popup-full-height:hover {
    margin: calc(-100% + -68px);
  }

  .xl\:hover\:-m-max-content:hover {
    margin: max-content;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xl\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:mx-29 {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:mx-77 {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:mx-82 {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .xl\:mx-88 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xl\:mx-94 {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:mx-98 {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .xl\:mx-104 {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .xl\:mx-108 {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .xl\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xl\:mx-112 {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .xl\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .xl\:mx-132 {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .xl\:mx-134 {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .xl\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .xl\:mx-136 {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .xl\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .xl\:mx-152 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xl\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .xl\:mx-164 {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .xl\:mx-172 {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .xl\:mx-179 {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .xl\:mx-184 {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .xl\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .xl\:mx-224 {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .xl\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .xl\:mx-256 {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .xl\:mx-265 {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .xl\:mx-288 {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .xl\:mx-384 {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:mx-0\.75 {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .xl\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xl\:mx-7\.5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:mx-9\.5 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .xl\:mx-9\.75 {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .xl\:mx-12\.5 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:mx-13\.5 {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .xl\:mx-292\.5 {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .xl\:mx-1\/24 {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .xl\:mx-2\/24 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xl\:mx-3\/24 {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .xl\:mx-4\/24 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:mx-5\/24 {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .xl\:mx-6\/24 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:mx-7\/24 {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .xl\:mx-8\/24 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:mx-9\/24 {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .xl\:mx-10\/24 {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .xl\:mx-11\/24 {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .xl\:mx-12\/24 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:mx-13\/24 {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .xl\:mx-14\/24 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xl\:mx-15\/24 {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .xl\:mx-16\/24 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:mx-17\/24 {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .xl\:mx-18\/24 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:mx-19\/24 {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .xl\:mx-20\/24 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:mx-21\/24 {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .xl\:mx-22\/24 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xl\:mx-23\/24 {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .xl\:mx-24\/24 {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:mx-screen-header {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .xl\:mx-screen-60 {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .xl\:mx-screen-80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xl\:mx-screen-85 {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .xl\:mx-screen-90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .xl\:mx-screen-95 {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .xl\:mx-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .xl\:mx-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .xl\:mx-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .xl\:mx-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .xl\:mx-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .xl\:mx-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .xl\:mx-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .xl\:mx-full-4 {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .xl\:mx-account-body {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .xl\:mx-menu-center {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .xl\:mx-tutorials-hidden {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .xl\:mx-popup-full-width {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .xl\:mx-popup-full-width-md {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .xl\:mx-popup-full-height {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .xl\:mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xl\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:-mx-29 {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:-mx-77 {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:-mx-82 {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .xl\:-mx-88 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xl\:-mx-94 {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:-mx-98 {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .xl\:-mx-104 {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .xl\:-mx-108 {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .xl\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xl\:-mx-112 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .xl\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .xl\:-mx-132 {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .xl\:-mx-134 {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .xl\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .xl\:-mx-136 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .xl\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .xl\:-mx-152 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xl\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .xl\:-mx-164 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .xl\:-mx-172 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .xl\:-mx-179 {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .xl\:-mx-184 {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .xl\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .xl\:-mx-224 {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .xl\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .xl\:-mx-256 {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .xl\:-mx-265 {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .xl\:-mx-288 {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .xl\:-mx-384 {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:-mx-0\.75 {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .xl\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xl\:-mx-7\.5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:-mx-9\.5 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .xl\:-mx-9\.75 {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .xl\:-mx-12\.5 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:-mx-13\.5 {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .xl\:-mx-292\.5 {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .xl\:-mx-1\/24 {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .xl\:-mx-2\/24 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xl\:-mx-3\/24 {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .xl\:-mx-4\/24 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:-mx-5\/24 {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .xl\:-mx-6\/24 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:-mx-7\/24 {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .xl\:-mx-8\/24 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:-mx-9\/24 {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .xl\:-mx-10\/24 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xl\:-mx-11\/24 {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .xl\:-mx-12\/24 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-mx-13\/24 {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .xl\:-mx-14\/24 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xl\:-mx-15\/24 {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .xl\:-mx-16\/24 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:-mx-17\/24 {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .xl\:-mx-18\/24 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:-mx-19\/24 {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .xl\:-mx-20\/24 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:-mx-21\/24 {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .xl\:-mx-22\/24 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xl\:-mx-23\/24 {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .xl\:-mx-24\/24 {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:-mx-screen-header {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .xl\:-mx-screen-60 {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .xl\:-mx-screen-80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xl\:-mx-screen-85 {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .xl\:-mx-screen-90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .xl\:-mx-screen-95 {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .xl\:-mx-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .xl\:-mx-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .xl\:-mx-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .xl\:-mx-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .xl\:-mx-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .xl\:-mx-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .xl\:-mx-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .xl\:-mx-full-4 {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .xl\:-mx-account-body {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .xl\:-mx-menu-center {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .xl\:-mx-tutorials-hidden {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .xl\:-mx-popup-full-width {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .xl\:-mx-popup-full-width-md {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .xl\:-mx-popup-full-height {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .xl\:-mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xl\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-29 {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:my-77 {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:my-82 {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .xl\:my-88 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xl\:my-94 {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:my-98 {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .xl\:my-104 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .xl\:my-108 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .xl\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xl\:my-112 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .xl\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl\:my-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .xl\:my-132 {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .xl\:my-134 {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .xl\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .xl\:my-136 {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .xl\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .xl\:my-152 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xl\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .xl\:my-164 {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .xl\:my-172 {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .xl\:my-179 {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .xl\:my-184 {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .xl\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .xl\:my-224 {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .xl\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .xl\:my-256 {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .xl\:my-265 {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .xl\:my-288 {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .xl\:my-384 {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:my-0\.75 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xl\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xl\:my-7\.5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:my-9\.5 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .xl\:my-9\.75 {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .xl\:my-12\.5 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:my-13\.5 {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .xl\:my-292\.5 {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .xl\:my-1\/24 {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .xl\:my-2\/24 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xl\:my-3\/24 {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .xl\:my-4\/24 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:my-5\/24 {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .xl\:my-6\/24 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:my-7\/24 {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .xl\:my-8\/24 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:my-9\/24 {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .xl\:my-10\/24 {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .xl\:my-11\/24 {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .xl\:my-12\/24 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:my-13\/24 {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .xl\:my-14\/24 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xl\:my-15\/24 {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .xl\:my-16\/24 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:my-17\/24 {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .xl\:my-18\/24 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:my-19\/24 {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .xl\:my-20\/24 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:my-21\/24 {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .xl\:my-22\/24 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xl\:my-23\/24 {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .xl\:my-24\/24 {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:my-screen-header {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .xl\:my-screen-60 {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .xl\:my-screen-80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xl\:my-screen-85 {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .xl\:my-screen-90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .xl\:my-screen-95 {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .xl\:my-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .xl\:my-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .xl\:my-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .xl\:my-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .xl\:my-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .xl\:my-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .xl\:my-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .xl\:my-full-4 {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .xl\:my-account-body {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .xl\:my-menu-center {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .xl\:my-tutorials-hidden {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .xl\:my-popup-full-width {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .xl\:my-popup-full-width-md {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .xl\:my-popup-full-height {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .xl\:my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xl\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-my-29 {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-my-77 {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-my-82 {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .xl\:-my-88 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xl\:-my-94 {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-my-98 {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .xl\:-my-104 {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .xl\:-my-108 {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .xl\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xl\:-my-112 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .xl\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl\:-my-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .xl\:-my-132 {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .xl\:-my-134 {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .xl\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .xl\:-my-136 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .xl\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .xl\:-my-152 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xl\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .xl\:-my-164 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .xl\:-my-172 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .xl\:-my-179 {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .xl\:-my-184 {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .xl\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .xl\:-my-224 {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .xl\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .xl\:-my-256 {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .xl\:-my-265 {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .xl\:-my-288 {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .xl\:-my-384 {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:-my-0\.75 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xl\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xl\:-my-7\.5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:-my-9\.5 {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .xl\:-my-9\.75 {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .xl\:-my-12\.5 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:-my-13\.5 {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .xl\:-my-292\.5 {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .xl\:-my-1\/24 {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .xl\:-my-2\/24 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xl\:-my-3\/24 {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .xl\:-my-4\/24 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:-my-5\/24 {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .xl\:-my-6\/24 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:-my-7\/24 {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .xl\:-my-8\/24 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:-my-9\/24 {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .xl\:-my-10\/24 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xl\:-my-11\/24 {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .xl\:-my-12\/24 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-my-13\/24 {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .xl\:-my-14\/24 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xl\:-my-15\/24 {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .xl\:-my-16\/24 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:-my-17\/24 {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .xl\:-my-18\/24 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:-my-19\/24 {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .xl\:-my-20\/24 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:-my-21\/24 {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .xl\:-my-22\/24 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xl\:-my-23\/24 {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .xl\:-my-24\/24 {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:-my-screen-header {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .xl\:-my-screen-60 {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .xl\:-my-screen-80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xl\:-my-screen-85 {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .xl\:-my-screen-90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .xl\:-my-screen-95 {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .xl\:-my-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .xl\:-my-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .xl\:-my-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .xl\:-my-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .xl\:-my-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .xl\:-my-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .xl\:-my-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .xl\:-my-full-4 {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .xl\:-my-account-body {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .xl\:-my-menu-center {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .xl\:-my-tutorials-hidden {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .xl\:-my-popup-full-width {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .xl\:-my-popup-full-width-md {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .xl\:-my-popup-full-height {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .xl\:-my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .xl\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .xl\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .xl\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .xl\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .xl\:hover\:mx-29:hover {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .xl\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .xl\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .xl\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:hover\:mx-42:hover {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .xl\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .xl\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .xl\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:hover\:mx-68:hover {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .xl\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .xl\:hover\:mx-77:hover {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .xl\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .xl\:hover\:mx-82:hover {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .xl\:hover\:mx-88:hover {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .xl\:hover\:mx-94:hover {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .xl\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .xl\:hover\:mx-98:hover {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .xl\:hover\:mx-104:hover {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .xl\:hover\:mx-108:hover {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .xl\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .xl\:hover\:mx-112:hover {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .xl\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .xl\:hover\:mx-128:hover {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .xl\:hover\:mx-132:hover {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .xl\:hover\:mx-134:hover {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .xl\:hover\:mx-135:hover {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .xl\:hover\:mx-136:hover {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .xl\:hover\:mx-144:hover {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .xl\:hover\:mx-152:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .xl\:hover\:mx-160:hover {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .xl\:hover\:mx-164:hover {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .xl\:hover\:mx-172:hover {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .xl\:hover\:mx-179:hover {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .xl\:hover\:mx-184:hover {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .xl\:hover\:mx-192:hover {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .xl\:hover\:mx-224:hover {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .xl\:hover\:mx-240:hover {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .xl\:hover\:mx-256:hover {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .xl\:hover\:mx-265:hover {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .xl\:hover\:mx-288:hover {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .xl\:hover\:mx-384:hover {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .xl\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .xl\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .xl\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .xl\:hover\:mx-0\.75:hover {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .xl\:hover\:mx-4\.5:hover {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .xl\:hover\:mx-7\.5:hover {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .xl\:hover\:mx-9\.5:hover {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .xl\:hover\:mx-9\.75:hover {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .xl\:hover\:mx-12\.5:hover {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .xl\:hover\:mx-13\.5:hover {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .xl\:hover\:mx-292\.5:hover {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .xl\:hover\:mx-1\/24:hover {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .xl\:hover\:mx-2\/24:hover {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xl\:hover\:mx-3\/24:hover {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .xl\:hover\:mx-4\/24:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:hover\:mx-5\/24:hover {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .xl\:hover\:mx-6\/24:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:hover\:mx-7\/24:hover {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .xl\:hover\:mx-8\/24:hover {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:hover\:mx-9\/24:hover {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .xl\:hover\:mx-10\/24:hover {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .xl\:hover\:mx-11\/24:hover {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .xl\:hover\:mx-12\/24:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:hover\:mx-13\/24:hover {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .xl\:hover\:mx-14\/24:hover {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xl\:hover\:mx-15\/24:hover {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .xl\:hover\:mx-16\/24:hover {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:hover\:mx-17\/24:hover {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .xl\:hover\:mx-18\/24:hover {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:hover\:mx-19\/24:hover {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .xl\:hover\:mx-20\/24:hover {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:hover\:mx-21\/24:hover {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .xl\:hover\:mx-22\/24:hover {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xl\:hover\:mx-23\/24:hover {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .xl\:hover\:mx-24\/24:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:hover\:mx-screen-header:hover {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .xl\:hover\:mx-screen-60:hover {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .xl\:hover\:mx-screen-80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .xl\:hover\:mx-screen-85:hover {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .xl\:hover\:mx-screen-90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .xl\:hover\:mx-screen-95:hover {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .xl\:hover\:mx-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .xl\:hover\:mx-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .xl\:hover\:mx-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .xl\:hover\:mx-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .xl\:hover\:mx-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .xl\:hover\:mx-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .xl\:hover\:mx-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .xl\:hover\:mx-full-4:hover {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .xl\:hover\:mx-account-body:hover {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .xl\:hover\:mx-menu-center:hover {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .xl\:hover\:mx-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .xl\:hover\:mx-popup-full-width:hover {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .xl\:hover\:mx-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .xl\:hover\:mx-popup-full-height:hover {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .xl\:hover\:mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .xl\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .xl\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .xl\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .xl\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .xl\:hover\:-mx-29:hover {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .xl\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .xl\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .xl\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:hover\:-mx-42:hover {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .xl\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .xl\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .xl\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:hover\:-mx-68:hover {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .xl\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .xl\:hover\:-mx-77:hover {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .xl\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .xl\:hover\:-mx-82:hover {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .xl\:hover\:-mx-88:hover {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .xl\:hover\:-mx-94:hover {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .xl\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .xl\:hover\:-mx-98:hover {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .xl\:hover\:-mx-104:hover {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .xl\:hover\:-mx-108:hover {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .xl\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .xl\:hover\:-mx-112:hover {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .xl\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .xl\:hover\:-mx-128:hover {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .xl\:hover\:-mx-132:hover {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .xl\:hover\:-mx-134:hover {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .xl\:hover\:-mx-135:hover {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .xl\:hover\:-mx-136:hover {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .xl\:hover\:-mx-144:hover {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .xl\:hover\:-mx-152:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .xl\:hover\:-mx-160:hover {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .xl\:hover\:-mx-164:hover {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .xl\:hover\:-mx-172:hover {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .xl\:hover\:-mx-179:hover {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .xl\:hover\:-mx-184:hover {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .xl\:hover\:-mx-192:hover {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .xl\:hover\:-mx-224:hover {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .xl\:hover\:-mx-240:hover {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .xl\:hover\:-mx-256:hover {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .xl\:hover\:-mx-265:hover {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .xl\:hover\:-mx-288:hover {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .xl\:hover\:-mx-384:hover {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .xl\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .xl\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .xl\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .xl\:hover\:-mx-0\.75:hover {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .xl\:hover\:-mx-4\.5:hover {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .xl\:hover\:-mx-7\.5:hover {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .xl\:hover\:-mx-9\.5:hover {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .xl\:hover\:-mx-9\.75:hover {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .xl\:hover\:-mx-12\.5:hover {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .xl\:hover\:-mx-13\.5:hover {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .xl\:hover\:-mx-292\.5:hover {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .xl\:hover\:-mx-1\/24:hover {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .xl\:hover\:-mx-2\/24:hover {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xl\:hover\:-mx-3\/24:hover {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .xl\:hover\:-mx-4\/24:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:hover\:-mx-5\/24:hover {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .xl\:hover\:-mx-6\/24:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:hover\:-mx-7\/24:hover {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .xl\:hover\:-mx-8\/24:hover {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:hover\:-mx-9\/24:hover {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .xl\:hover\:-mx-10\/24:hover {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xl\:hover\:-mx-11\/24:hover {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .xl\:hover\:-mx-12\/24:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:hover\:-mx-13\/24:hover {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .xl\:hover\:-mx-14\/24:hover {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xl\:hover\:-mx-15\/24:hover {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .xl\:hover\:-mx-16\/24:hover {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:hover\:-mx-17\/24:hover {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .xl\:hover\:-mx-18\/24:hover {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:hover\:-mx-19\/24:hover {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .xl\:hover\:-mx-20\/24:hover {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:hover\:-mx-21\/24:hover {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .xl\:hover\:-mx-22\/24:hover {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xl\:hover\:-mx-23\/24:hover {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .xl\:hover\:-mx-24\/24:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:hover\:-mx-screen-header:hover {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .xl\:hover\:-mx-screen-60:hover {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .xl\:hover\:-mx-screen-80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .xl\:hover\:-mx-screen-85:hover {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .xl\:hover\:-mx-screen-90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .xl\:hover\:-mx-screen-95:hover {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .xl\:hover\:-mx-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .xl\:hover\:-mx-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .xl\:hover\:-mx-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .xl\:hover\:-mx-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .xl\:hover\:-mx-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .xl\:hover\:-mx-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .xl\:hover\:-mx-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .xl\:hover\:-mx-full-4:hover {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .xl\:hover\:-mx-account-body:hover {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .xl\:hover\:-mx-menu-center:hover {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .xl\:hover\:-mx-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .xl\:hover\:-mx-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .xl\:hover\:-mx-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .xl\:hover\:-mx-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .xl\:hover\:-mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .xl\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:hover\:my-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xl\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .xl\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:hover\:my-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .xl\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:hover\:my-29:hover {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .xl\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:hover\:my-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .xl\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:hover\:my-42:hover {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .xl\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:hover\:my-68:hover {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .xl\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:hover\:my-77:hover {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .xl\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:hover\:my-82:hover {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .xl\:hover\:my-88:hover {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .xl\:hover\:my-94:hover {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .xl\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:hover\:my-98:hover {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .xl\:hover\:my-104:hover {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .xl\:hover\:my-108:hover {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .xl\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .xl\:hover\:my-112:hover {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .xl\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .xl\:hover\:my-128:hover {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .xl\:hover\:my-132:hover {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .xl\:hover\:my-134:hover {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .xl\:hover\:my-135:hover {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .xl\:hover\:my-136:hover {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .xl\:hover\:my-144:hover {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .xl\:hover\:my-152:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .xl\:hover\:my-160:hover {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .xl\:hover\:my-164:hover {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .xl\:hover\:my-172:hover {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .xl\:hover\:my-179:hover {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .xl\:hover\:my-184:hover {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .xl\:hover\:my-192:hover {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .xl\:hover\:my-224:hover {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .xl\:hover\:my-240:hover {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .xl\:hover\:my-256:hover {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .xl\:hover\:my-265:hover {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .xl\:hover\:my-288:hover {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .xl\:hover\:my-384:hover {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .xl\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:hover\:my-0\.75:hover {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .xl\:hover\:my-4\.5:hover {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .xl\:hover\:my-7\.5:hover {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .xl\:hover\:my-9\.5:hover {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .xl\:hover\:my-9\.75:hover {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .xl\:hover\:my-12\.5:hover {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .xl\:hover\:my-13\.5:hover {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .xl\:hover\:my-292\.5:hover {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .xl\:hover\:my-1\/24:hover {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .xl\:hover\:my-2\/24:hover {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xl\:hover\:my-3\/24:hover {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .xl\:hover\:my-4\/24:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:hover\:my-5\/24:hover {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .xl\:hover\:my-6\/24:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:hover\:my-7\/24:hover {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .xl\:hover\:my-8\/24:hover {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:hover\:my-9\/24:hover {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .xl\:hover\:my-10\/24:hover {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .xl\:hover\:my-11\/24:hover {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .xl\:hover\:my-12\/24:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:hover\:my-13\/24:hover {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .xl\:hover\:my-14\/24:hover {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xl\:hover\:my-15\/24:hover {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .xl\:hover\:my-16\/24:hover {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:hover\:my-17\/24:hover {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .xl\:hover\:my-18\/24:hover {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:hover\:my-19\/24:hover {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .xl\:hover\:my-20\/24:hover {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:hover\:my-21\/24:hover {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .xl\:hover\:my-22\/24:hover {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xl\:hover\:my-23\/24:hover {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .xl\:hover\:my-24\/24:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:hover\:my-screen-header:hover {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .xl\:hover\:my-screen-60:hover {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .xl\:hover\:my-screen-80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .xl\:hover\:my-screen-85:hover {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .xl\:hover\:my-screen-90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .xl\:hover\:my-screen-95:hover {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .xl\:hover\:my-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .xl\:hover\:my-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .xl\:hover\:my-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .xl\:hover\:my-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .xl\:hover\:my-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .xl\:hover\:my-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .xl\:hover\:my-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .xl\:hover\:my-full-4:hover {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .xl\:hover\:my-account-body:hover {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .xl\:hover\:my-menu-center:hover {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .xl\:hover\:my-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .xl\:hover\:my-popup-full-width:hover {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .xl\:hover\:my-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .xl\:hover\:my-popup-full-height:hover {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .xl\:hover\:my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .xl\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:hover\:-my-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .xl\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .xl\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:hover\:-my-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .xl\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:hover\:-my-29:hover {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .xl\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:hover\:-my-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .xl\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:hover\:-my-42:hover {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .xl\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:hover\:-my-68:hover {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .xl\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:hover\:-my-77:hover {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .xl\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:hover\:-my-82:hover {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .xl\:hover\:-my-88:hover {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .xl\:hover\:-my-94:hover {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .xl\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:hover\:-my-98:hover {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .xl\:hover\:-my-104:hover {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .xl\:hover\:-my-108:hover {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .xl\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .xl\:hover\:-my-112:hover {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .xl\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .xl\:hover\:-my-128:hover {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .xl\:hover\:-my-132:hover {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .xl\:hover\:-my-134:hover {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .xl\:hover\:-my-135:hover {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .xl\:hover\:-my-136:hover {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .xl\:hover\:-my-144:hover {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .xl\:hover\:-my-152:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .xl\:hover\:-my-160:hover {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .xl\:hover\:-my-164:hover {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .xl\:hover\:-my-172:hover {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .xl\:hover\:-my-179:hover {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .xl\:hover\:-my-184:hover {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .xl\:hover\:-my-192:hover {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .xl\:hover\:-my-224:hover {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .xl\:hover\:-my-240:hover {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .xl\:hover\:-my-256:hover {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .xl\:hover\:-my-265:hover {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .xl\:hover\:-my-288:hover {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .xl\:hover\:-my-384:hover {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .xl\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:hover\:-my-0\.75:hover {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .xl\:hover\:-my-4\.5:hover {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .xl\:hover\:-my-7\.5:hover {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .xl\:hover\:-my-9\.5:hover {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .xl\:hover\:-my-9\.75:hover {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .xl\:hover\:-my-12\.5:hover {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .xl\:hover\:-my-13\.5:hover {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .xl\:hover\:-my-292\.5:hover {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .xl\:hover\:-my-1\/24:hover {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .xl\:hover\:-my-2\/24:hover {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xl\:hover\:-my-3\/24:hover {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .xl\:hover\:-my-4\/24:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:hover\:-my-5\/24:hover {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .xl\:hover\:-my-6\/24:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:hover\:-my-7\/24:hover {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .xl\:hover\:-my-8\/24:hover {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:hover\:-my-9\/24:hover {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .xl\:hover\:-my-10\/24:hover {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xl\:hover\:-my-11\/24:hover {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .xl\:hover\:-my-12\/24:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:hover\:-my-13\/24:hover {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .xl\:hover\:-my-14\/24:hover {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xl\:hover\:-my-15\/24:hover {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .xl\:hover\:-my-16\/24:hover {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:hover\:-my-17\/24:hover {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .xl\:hover\:-my-18\/24:hover {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:hover\:-my-19\/24:hover {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .xl\:hover\:-my-20\/24:hover {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:hover\:-my-21\/24:hover {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .xl\:hover\:-my-22\/24:hover {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xl\:hover\:-my-23\/24:hover {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .xl\:hover\:-my-24\/24:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:hover\:-my-screen-header:hover {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .xl\:hover\:-my-screen-60:hover {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .xl\:hover\:-my-screen-80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .xl\:hover\:-my-screen-85:hover {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .xl\:hover\:-my-screen-90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .xl\:hover\:-my-screen-95:hover {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .xl\:hover\:-my-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .xl\:hover\:-my-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .xl\:hover\:-my-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .xl\:hover\:-my-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .xl\:hover\:-my-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .xl\:hover\:-my-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .xl\:hover\:-my-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .xl\:hover\:-my-full-4:hover {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .xl\:hover\:-my-account-body:hover {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .xl\:hover\:-my-menu-center:hover {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .xl\:hover\:-my-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .xl\:hover\:-my-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .xl\:hover\:-my-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .xl\:hover\:-my-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .xl\:hover\:-my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mt-18 {
    margin-top: 4.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-21 {
    margin-top: 5.25rem;
  }

  .xl\:mt-22 {
    margin-top: 5.5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mt-26 {
    margin-top: 6.5rem;
  }

  .xl\:mt-28 {
    margin-top: 7rem;
  }

  .xl\:mt-29 {
    margin-top: 7.25rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:mt-34 {
    margin-top: 8.5rem;
  }

  .xl\:mt-36 {
    margin-top: 9rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:mt-42 {
    margin-top: 10.5rem;
  }

  .xl\:mt-44 {
    margin-top: 11rem;
  }

  .xl\:mt-48 {
    margin-top: 12rem;
  }

  .xl\:mt-52 {
    margin-top: 13rem;
  }

  .xl\:mt-56 {
    margin-top: 14rem;
  }

  .xl\:mt-60 {
    margin-top: 15rem;
  }

  .xl\:mt-64 {
    margin-top: 16rem;
  }

  .xl\:mt-68 {
    margin-top: 17rem;
  }

  .xl\:mt-72 {
    margin-top: 18rem;
  }

  .xl\:mt-77 {
    margin-top: 19.25rem;
  }

  .xl\:mt-80 {
    margin-top: 20rem;
  }

  .xl\:mt-82 {
    margin-top: 20.5rem;
  }

  .xl\:mt-88 {
    margin-top: 22rem;
  }

  .xl\:mt-94 {
    margin-top: 23.5rem;
  }

  .xl\:mt-96 {
    margin-top: 24rem;
  }

  .xl\:mt-98 {
    margin-top: 24.5rem;
  }

  .xl\:mt-104 {
    margin-top: 26rem;
  }

  .xl\:mt-108 {
    margin-top: 27rem;
  }

  .xl\:mt-110 {
    margin-top: 27.5rem;
  }

  .xl\:mt-112 {
    margin-top: 28rem;
  }

  .xl\:mt-120 {
    margin-top: 30rem;
  }

  .xl\:mt-128 {
    margin-top: 32rem;
  }

  .xl\:mt-132 {
    margin-top: 33rem;
  }

  .xl\:mt-134 {
    margin-top: 33.5rem;
  }

  .xl\:mt-135 {
    margin-top: 33.75rem;
  }

  .xl\:mt-136 {
    margin-top: 34rem;
  }

  .xl\:mt-144 {
    margin-top: 36rem;
  }

  .xl\:mt-152 {
    margin-top: 38rem;
  }

  .xl\:mt-160 {
    margin-top: 40rem;
  }

  .xl\:mt-164 {
    margin-top: 41rem;
  }

  .xl\:mt-172 {
    margin-top: 43rem;
  }

  .xl\:mt-179 {
    margin-top: 44.75rem;
  }

  .xl\:mt-184 {
    margin-top: 46rem;
  }

  .xl\:mt-192 {
    margin-top: 48rem;
  }

  .xl\:mt-224 {
    margin-top: 56rem;
  }

  .xl\:mt-240 {
    margin-top: 60rem;
  }

  .xl\:mt-256 {
    margin-top: 64rem;
  }

  .xl\:mt-265 {
    margin-top: 66.25rem;
  }

  .xl\:mt-288 {
    margin-top: 72rem;
  }

  .xl\:mt-384 {
    margin-top: 96rem;
  }

  .xl\:mt-auto {
    margin-top: auto;
  }

  .xl\:mt-px {
    margin-top: 1px;
  }

  .xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .xl\:mt-0\.75 {
    margin-top: 0.1875rem;
  }

  .xl\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .xl\:mt-7\.5 {
    margin-top: 1.875rem;
  }

  .xl\:mt-9\.5 {
    margin-top: 2.375rem;
  }

  .xl\:mt-9\.75 {
    margin-top: 2.4375rem;
  }

  .xl\:mt-12\.5 {
    margin-top: 3.125rem;
  }

  .xl\:mt-13\.5 {
    margin-top: 3.375rem;
  }

  .xl\:mt-292\.5 {
    margin-top: 73.125rem;
  }

  .xl\:mt-1\/24 {
    margin-top: 4.166667%;
  }

  .xl\:mt-2\/24 {
    margin-top: 8.333333%;
  }

  .xl\:mt-3\/24 {
    margin-top: 12.5%;
  }

  .xl\:mt-4\/24 {
    margin-top: 16.666667%;
  }

  .xl\:mt-5\/24 {
    margin-top: 20.833333%;
  }

  .xl\:mt-6\/24 {
    margin-top: 25%;
  }

  .xl\:mt-7\/24 {
    margin-top: 29.166666%;
  }

  .xl\:mt-8\/24 {
    margin-top: 33.333333%;
  }

  .xl\:mt-9\/24 {
    margin-top: 37.5%;
  }

  .xl\:mt-10\/24 {
    margin-top: 41.666666%;
  }

  .xl\:mt-11\/24 {
    margin-top: 45.833333%;
  }

  .xl\:mt-12\/24 {
    margin-top: 50%;
  }

  .xl\:mt-13\/24 {
    margin-top: 54.166666%;
  }

  .xl\:mt-14\/24 {
    margin-top: 58.333333%;
  }

  .xl\:mt-15\/24 {
    margin-top: 62.5%;
  }

  .xl\:mt-16\/24 {
    margin-top: 66.666667%;
  }

  .xl\:mt-17\/24 {
    margin-top: 70.833333%;
  }

  .xl\:mt-18\/24 {
    margin-top: 75%;
  }

  .xl\:mt-19\/24 {
    margin-top: 79.166667%;
  }

  .xl\:mt-20\/24 {
    margin-top: 83.333333%;
  }

  .xl\:mt-21\/24 {
    margin-top: 87.5%;
  }

  .xl\:mt-22\/24 {
    margin-top: 91.666667%;
  }

  .xl\:mt-23\/24 {
    margin-top: 95.833333%;
  }

  .xl\:mt-24\/24 {
    margin-top: 100%;
  }

  .xl\:mt-screen-header {
    margin-top: 41.55vw;
  }

  .xl\:mt-screen-60 {
    margin-top: 60vh;
  }

  .xl\:mt-screen-80 {
    margin-top: 80vh;
  }

  .xl\:mt-screen-85 {
    margin-top: 85vh;
  }

  .xl\:mt-screen-90 {
    margin-top: 90vh;
  }

  .xl\:mt-screen-95 {
    margin-top: 95vh;
  }

  .xl\:mt-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
  }

  .xl\:mt-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
  }

  .xl\:mt-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
  }

  .xl\:mt-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
  }

  .xl\:mt-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
  }

  .xl\:mt-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
  }

  .xl\:mt-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
  }

  .xl\:mt-full-4 {
    margin-top: calc(100% - 16px);
  }

  .xl\:mt-account-body {
    margin-top: calc(100vw - 304px);
  }

  .xl\:mt-menu-center {
    margin-top: calc(50% - 288px);
  }

  .xl\:mt-tutorials-hidden {
    margin-top: calc(100% - 56px);
  }

  .xl\:mt-popup-full-width {
    margin-top: calc(100% + 32px);
  }

  .xl\:mt-popup-full-width-md {
    margin-top: calc(100% + 64px);
  }

  .xl\:mt-popup-full-height {
    margin-top: calc(100% + 68px);
  }

  .xl\:mt-max-content {
    margin-top: max-content;
  }

  .xl\:-mt-0 {
    margin-top: 0px;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mt-18 {
    margin-top: -4.5rem;
  }

  .xl\:-mt-20 {
    margin-top: -5rem;
  }

  .xl\:-mt-21 {
    margin-top: -5.25rem;
  }

  .xl\:-mt-22 {
    margin-top: -5.5rem;
  }

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mt-26 {
    margin-top: -6.5rem;
  }

  .xl\:-mt-28 {
    margin-top: -7rem;
  }

  .xl\:-mt-29 {
    margin-top: -7.25rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:-mt-34 {
    margin-top: -8.5rem;
  }

  .xl\:-mt-36 {
    margin-top: -9rem;
  }

  .xl\:-mt-40 {
    margin-top: -10rem;
  }

  .xl\:-mt-42 {
    margin-top: -10.5rem;
  }

  .xl\:-mt-44 {
    margin-top: -11rem;
  }

  .xl\:-mt-48 {
    margin-top: -12rem;
  }

  .xl\:-mt-52 {
    margin-top: -13rem;
  }

  .xl\:-mt-56 {
    margin-top: -14rem;
  }

  .xl\:-mt-60 {
    margin-top: -15rem;
  }

  .xl\:-mt-64 {
    margin-top: -16rem;
  }

  .xl\:-mt-68 {
    margin-top: -17rem;
  }

  .xl\:-mt-72 {
    margin-top: -18rem;
  }

  .xl\:-mt-77 {
    margin-top: -19.25rem;
  }

  .xl\:-mt-80 {
    margin-top: -20rem;
  }

  .xl\:-mt-82 {
    margin-top: -20.5rem;
  }

  .xl\:-mt-88 {
    margin-top: -22rem;
  }

  .xl\:-mt-94 {
    margin-top: -23.5rem;
  }

  .xl\:-mt-96 {
    margin-top: -24rem;
  }

  .xl\:-mt-98 {
    margin-top: -24.5rem;
  }

  .xl\:-mt-104 {
    margin-top: -26rem;
  }

  .xl\:-mt-108 {
    margin-top: -27rem;
  }

  .xl\:-mt-110 {
    margin-top: -27.5rem;
  }

  .xl\:-mt-112 {
    margin-top: -28rem;
  }

  .xl\:-mt-120 {
    margin-top: -30rem;
  }

  .xl\:-mt-128 {
    margin-top: -32rem;
  }

  .xl\:-mt-132 {
    margin-top: -33rem;
  }

  .xl\:-mt-134 {
    margin-top: -33.5rem;
  }

  .xl\:-mt-135 {
    margin-top: -33.75rem;
  }

  .xl\:-mt-136 {
    margin-top: -34rem;
  }

  .xl\:-mt-144 {
    margin-top: -36rem;
  }

  .xl\:-mt-152 {
    margin-top: -38rem;
  }

  .xl\:-mt-160 {
    margin-top: -40rem;
  }

  .xl\:-mt-164 {
    margin-top: -41rem;
  }

  .xl\:-mt-172 {
    margin-top: -43rem;
  }

  .xl\:-mt-179 {
    margin-top: -44.75rem;
  }

  .xl\:-mt-184 {
    margin-top: -46rem;
  }

  .xl\:-mt-192 {
    margin-top: -48rem;
  }

  .xl\:-mt-224 {
    margin-top: -56rem;
  }

  .xl\:-mt-240 {
    margin-top: -60rem;
  }

  .xl\:-mt-256 {
    margin-top: -64rem;
  }

  .xl\:-mt-265 {
    margin-top: -66.25rem;
  }

  .xl\:-mt-288 {
    margin-top: -72rem;
  }

  .xl\:-mt-384 {
    margin-top: -96rem;
  }

  .xl\:-mt-px {
    margin-top: -1px;
  }

  .xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .xl\:-mt-0\.75 {
    margin-top: -0.1875rem;
  }

  .xl\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .xl\:-mt-7\.5 {
    margin-top: -1.875rem;
  }

  .xl\:-mt-9\.5 {
    margin-top: -2.375rem;
  }

  .xl\:-mt-9\.75 {
    margin-top: -2.4375rem;
  }

  .xl\:-mt-12\.5 {
    margin-top: -3.125rem;
  }

  .xl\:-mt-13\.5 {
    margin-top: -3.375rem;
  }

  .xl\:-mt-292\.5 {
    margin-top: -73.125rem;
  }

  .xl\:-mt-1\/24 {
    margin-top: -4.16667%;
  }

  .xl\:-mt-2\/24 {
    margin-top: -8.33333%;
  }

  .xl\:-mt-3\/24 {
    margin-top: -12.5%;
  }

  .xl\:-mt-4\/24 {
    margin-top: -16.66667%;
  }

  .xl\:-mt-5\/24 {
    margin-top: -20.83333%;
  }

  .xl\:-mt-6\/24 {
    margin-top: -25%;
  }

  .xl\:-mt-7\/24 {
    margin-top: -29.16667%;
  }

  .xl\:-mt-8\/24 {
    margin-top: -33.33333%;
  }

  .xl\:-mt-9\/24 {
    margin-top: -37.5%;
  }

  .xl\:-mt-10\/24 {
    margin-top: -41.66667%;
  }

  .xl\:-mt-11\/24 {
    margin-top: -45.83333%;
  }

  .xl\:-mt-12\/24 {
    margin-top: -50%;
  }

  .xl\:-mt-13\/24 {
    margin-top: -54.16667%;
  }

  .xl\:-mt-14\/24 {
    margin-top: -58.33333%;
  }

  .xl\:-mt-15\/24 {
    margin-top: -62.5%;
  }

  .xl\:-mt-16\/24 {
    margin-top: -66.66667%;
  }

  .xl\:-mt-17\/24 {
    margin-top: -70.83333%;
  }

  .xl\:-mt-18\/24 {
    margin-top: -75%;
  }

  .xl\:-mt-19\/24 {
    margin-top: -79.16667%;
  }

  .xl\:-mt-20\/24 {
    margin-top: -83.33333%;
  }

  .xl\:-mt-21\/24 {
    margin-top: -87.5%;
  }

  .xl\:-mt-22\/24 {
    margin-top: -91.66667%;
  }

  .xl\:-mt-23\/24 {
    margin-top: -95.83333%;
  }

  .xl\:-mt-24\/24 {
    margin-top: -100%;
  }

  .xl\:-mt-screen-header {
    margin-top: -41.55vw;
  }

  .xl\:-mt-screen-60 {
    margin-top: -60vh;
  }

  .xl\:-mt-screen-80 {
    margin-top: -80vh;
  }

  .xl\:-mt-screen-85 {
    margin-top: -85vh;
  }

  .xl\:-mt-screen-90 {
    margin-top: -90vh;
  }

  .xl\:-mt-screen-95 {
    margin-top: -95vh;
  }

  .xl\:-mt-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
  }

  .xl\:-mt-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
  }

  .xl\:-mt-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
  }

  .xl\:-mt-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
  }

  .xl\:-mt-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
  }

  .xl\:-mt-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
  }

  .xl\:-mt-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
  }

  .xl\:-mt-full-4 {
    margin-top: calc(-100% - -16px);
  }

  .xl\:-mt-account-body {
    margin-top: calc(-100vw - -304px);
  }

  .xl\:-mt-menu-center {
    margin-top: calc(-50% - -288px);
  }

  .xl\:-mt-tutorials-hidden {
    margin-top: calc(-100% - -56px);
  }

  .xl\:-mt-popup-full-width {
    margin-top: calc(-100% + -32px);
  }

  .xl\:-mt-popup-full-width-md {
    margin-top: calc(-100% + -64px);
  }

  .xl\:-mt-popup-full-height {
    margin-top: calc(-100% + -68px);
  }

  .xl\:-mt-max-content {
    margin-top: max-content;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mr-18 {
    margin-right: 4.5rem;
  }

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mr-21 {
    margin-right: 5.25rem;
  }

  .xl\:mr-22 {
    margin-right: 5.5rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mr-26 {
    margin-right: 6.5rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:mr-29 {
    margin-right: 7.25rem;
  }

  .xl\:mr-32 {
    margin-right: 8rem;
  }

  .xl\:mr-34 {
    margin-right: 8.5rem;
  }

  .xl\:mr-36 {
    margin-right: 9rem;
  }

  .xl\:mr-40 {
    margin-right: 10rem;
  }

  .xl\:mr-42 {
    margin-right: 10.5rem;
  }

  .xl\:mr-44 {
    margin-right: 11rem;
  }

  .xl\:mr-48 {
    margin-right: 12rem;
  }

  .xl\:mr-52 {
    margin-right: 13rem;
  }

  .xl\:mr-56 {
    margin-right: 14rem;
  }

  .xl\:mr-60 {
    margin-right: 15rem;
  }

  .xl\:mr-64 {
    margin-right: 16rem;
  }

  .xl\:mr-68 {
    margin-right: 17rem;
  }

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mr-77 {
    margin-right: 19.25rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:mr-82 {
    margin-right: 20.5rem;
  }

  .xl\:mr-88 {
    margin-right: 22rem;
  }

  .xl\:mr-94 {
    margin-right: 23.5rem;
  }

  .xl\:mr-96 {
    margin-right: 24rem;
  }

  .xl\:mr-98 {
    margin-right: 24.5rem;
  }

  .xl\:mr-104 {
    margin-right: 26rem;
  }

  .xl\:mr-108 {
    margin-right: 27rem;
  }

  .xl\:mr-110 {
    margin-right: 27.5rem;
  }

  .xl\:mr-112 {
    margin-right: 28rem;
  }

  .xl\:mr-120 {
    margin-right: 30rem;
  }

  .xl\:mr-128 {
    margin-right: 32rem;
  }

  .xl\:mr-132 {
    margin-right: 33rem;
  }

  .xl\:mr-134 {
    margin-right: 33.5rem;
  }

  .xl\:mr-135 {
    margin-right: 33.75rem;
  }

  .xl\:mr-136 {
    margin-right: 34rem;
  }

  .xl\:mr-144 {
    margin-right: 36rem;
  }

  .xl\:mr-152 {
    margin-right: 38rem;
  }

  .xl\:mr-160 {
    margin-right: 40rem;
  }

  .xl\:mr-164 {
    margin-right: 41rem;
  }

  .xl\:mr-172 {
    margin-right: 43rem;
  }

  .xl\:mr-179 {
    margin-right: 44.75rem;
  }

  .xl\:mr-184 {
    margin-right: 46rem;
  }

  .xl\:mr-192 {
    margin-right: 48rem;
  }

  .xl\:mr-224 {
    margin-right: 56rem;
  }

  .xl\:mr-240 {
    margin-right: 60rem;
  }

  .xl\:mr-256 {
    margin-right: 64rem;
  }

  .xl\:mr-265 {
    margin-right: 66.25rem;
  }

  .xl\:mr-288 {
    margin-right: 72rem;
  }

  .xl\:mr-384 {
    margin-right: 96rem;
  }

  .xl\:mr-auto {
    margin-right: auto;
  }

  .xl\:mr-px {
    margin-right: 1px;
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .xl\:mr-0\.75 {
    margin-right: 0.1875rem;
  }

  .xl\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .xl\:mr-7\.5 {
    margin-right: 1.875rem;
  }

  .xl\:mr-9\.5 {
    margin-right: 2.375rem;
  }

  .xl\:mr-9\.75 {
    margin-right: 2.4375rem;
  }

  .xl\:mr-12\.5 {
    margin-right: 3.125rem;
  }

  .xl\:mr-13\.5 {
    margin-right: 3.375rem;
  }

  .xl\:mr-292\.5 {
    margin-right: 73.125rem;
  }

  .xl\:mr-1\/24 {
    margin-right: 4.166667%;
  }

  .xl\:mr-2\/24 {
    margin-right: 8.333333%;
  }

  .xl\:mr-3\/24 {
    margin-right: 12.5%;
  }

  .xl\:mr-4\/24 {
    margin-right: 16.666667%;
  }

  .xl\:mr-5\/24 {
    margin-right: 20.833333%;
  }

  .xl\:mr-6\/24 {
    margin-right: 25%;
  }

  .xl\:mr-7\/24 {
    margin-right: 29.166666%;
  }

  .xl\:mr-8\/24 {
    margin-right: 33.333333%;
  }

  .xl\:mr-9\/24 {
    margin-right: 37.5%;
  }

  .xl\:mr-10\/24 {
    margin-right: 41.666666%;
  }

  .xl\:mr-11\/24 {
    margin-right: 45.833333%;
  }

  .xl\:mr-12\/24 {
    margin-right: 50%;
  }

  .xl\:mr-13\/24 {
    margin-right: 54.166666%;
  }

  .xl\:mr-14\/24 {
    margin-right: 58.333333%;
  }

  .xl\:mr-15\/24 {
    margin-right: 62.5%;
  }

  .xl\:mr-16\/24 {
    margin-right: 66.666667%;
  }

  .xl\:mr-17\/24 {
    margin-right: 70.833333%;
  }

  .xl\:mr-18\/24 {
    margin-right: 75%;
  }

  .xl\:mr-19\/24 {
    margin-right: 79.166667%;
  }

  .xl\:mr-20\/24 {
    margin-right: 83.333333%;
  }

  .xl\:mr-21\/24 {
    margin-right: 87.5%;
  }

  .xl\:mr-22\/24 {
    margin-right: 91.666667%;
  }

  .xl\:mr-23\/24 {
    margin-right: 95.833333%;
  }

  .xl\:mr-24\/24 {
    margin-right: 100%;
  }

  .xl\:mr-screen-header {
    margin-right: 41.55vw;
  }

  .xl\:mr-screen-60 {
    margin-right: 60vh;
  }

  .xl\:mr-screen-80 {
    margin-right: 80vh;
  }

  .xl\:mr-screen-85 {
    margin-right: 85vh;
  }

  .xl\:mr-screen-90 {
    margin-right: 90vh;
  }

  .xl\:mr-screen-95 {
    margin-right: 95vh;
  }

  .xl\:mr-screen-minus-header {
    margin-right: calc(100vh - 5.25rem);
  }

  .xl\:mr-screen-minus-35\.5 {
    margin-right: calc(100vh - 8.875rem);
  }

  .xl\:mr-screen-minus-36 {
    margin-right: calc(100vh - 9rem);
  }

  .xl\:mr-screen-minus-40 {
    margin-right: calc(100vh - 10rem);
  }

  .xl\:mr-screen-minus-55 {
    margin-right: calc(100vh - 13.75rem);
  }

  .xl\:mr-screen-minus-72 {
    margin-right: calc(100vh - 18rem);
  }

  .xl\:mr-screen-minus-80 {
    margin-right: calc(100vh - 20rem);
  }

  .xl\:mr-full-4 {
    margin-right: calc(100% - 16px);
  }

  .xl\:mr-account-body {
    margin-right: calc(100vw - 304px);
  }

  .xl\:mr-menu-center {
    margin-right: calc(50% - 288px);
  }

  .xl\:mr-tutorials-hidden {
    margin-right: calc(100% - 56px);
  }

  .xl\:mr-popup-full-width {
    margin-right: calc(100% + 32px);
  }

  .xl\:mr-popup-full-width-md {
    margin-right: calc(100% + 64px);
  }

  .xl\:mr-popup-full-height {
    margin-right: calc(100% + 68px);
  }

  .xl\:mr-max-content {
    margin-right: max-content;
  }

  .xl\:-mr-0 {
    margin-right: 0px;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mr-18 {
    margin-right: -4.5rem;
  }

  .xl\:-mr-20 {
    margin-right: -5rem;
  }

  .xl\:-mr-21 {
    margin-right: -5.25rem;
  }

  .xl\:-mr-22 {
    margin-right: -5.5rem;
  }

  .xl\:-mr-24 {
    margin-right: -6rem;
  }

  .xl\:-mr-26 {
    margin-right: -6.5rem;
  }

  .xl\:-mr-28 {
    margin-right: -7rem;
  }

  .xl\:-mr-29 {
    margin-right: -7.25rem;
  }

  .xl\:-mr-32 {
    margin-right: -8rem;
  }

  .xl\:-mr-34 {
    margin-right: -8.5rem;
  }

  .xl\:-mr-36 {
    margin-right: -9rem;
  }

  .xl\:-mr-40 {
    margin-right: -10rem;
  }

  .xl\:-mr-42 {
    margin-right: -10.5rem;
  }

  .xl\:-mr-44 {
    margin-right: -11rem;
  }

  .xl\:-mr-48 {
    margin-right: -12rem;
  }

  .xl\:-mr-52 {
    margin-right: -13rem;
  }

  .xl\:-mr-56 {
    margin-right: -14rem;
  }

  .xl\:-mr-60 {
    margin-right: -15rem;
  }

  .xl\:-mr-64 {
    margin-right: -16rem;
  }

  .xl\:-mr-68 {
    margin-right: -17rem;
  }

  .xl\:-mr-72 {
    margin-right: -18rem;
  }

  .xl\:-mr-77 {
    margin-right: -19.25rem;
  }

  .xl\:-mr-80 {
    margin-right: -20rem;
  }

  .xl\:-mr-82 {
    margin-right: -20.5rem;
  }

  .xl\:-mr-88 {
    margin-right: -22rem;
  }

  .xl\:-mr-94 {
    margin-right: -23.5rem;
  }

  .xl\:-mr-96 {
    margin-right: -24rem;
  }

  .xl\:-mr-98 {
    margin-right: -24.5rem;
  }

  .xl\:-mr-104 {
    margin-right: -26rem;
  }

  .xl\:-mr-108 {
    margin-right: -27rem;
  }

  .xl\:-mr-110 {
    margin-right: -27.5rem;
  }

  .xl\:-mr-112 {
    margin-right: -28rem;
  }

  .xl\:-mr-120 {
    margin-right: -30rem;
  }

  .xl\:-mr-128 {
    margin-right: -32rem;
  }

  .xl\:-mr-132 {
    margin-right: -33rem;
  }

  .xl\:-mr-134 {
    margin-right: -33.5rem;
  }

  .xl\:-mr-135 {
    margin-right: -33.75rem;
  }

  .xl\:-mr-136 {
    margin-right: -34rem;
  }

  .xl\:-mr-144 {
    margin-right: -36rem;
  }

  .xl\:-mr-152 {
    margin-right: -38rem;
  }

  .xl\:-mr-160 {
    margin-right: -40rem;
  }

  .xl\:-mr-164 {
    margin-right: -41rem;
  }

  .xl\:-mr-172 {
    margin-right: -43rem;
  }

  .xl\:-mr-179 {
    margin-right: -44.75rem;
  }

  .xl\:-mr-184 {
    margin-right: -46rem;
  }

  .xl\:-mr-192 {
    margin-right: -48rem;
  }

  .xl\:-mr-224 {
    margin-right: -56rem;
  }

  .xl\:-mr-240 {
    margin-right: -60rem;
  }

  .xl\:-mr-256 {
    margin-right: -64rem;
  }

  .xl\:-mr-265 {
    margin-right: -66.25rem;
  }

  .xl\:-mr-288 {
    margin-right: -72rem;
  }

  .xl\:-mr-384 {
    margin-right: -96rem;
  }

  .xl\:-mr-px {
    margin-right: -1px;
  }

  .xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .xl\:-mr-0\.75 {
    margin-right: -0.1875rem;
  }

  .xl\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .xl\:-mr-7\.5 {
    margin-right: -1.875rem;
  }

  .xl\:-mr-9\.5 {
    margin-right: -2.375rem;
  }

  .xl\:-mr-9\.75 {
    margin-right: -2.4375rem;
  }

  .xl\:-mr-12\.5 {
    margin-right: -3.125rem;
  }

  .xl\:-mr-13\.5 {
    margin-right: -3.375rem;
  }

  .xl\:-mr-292\.5 {
    margin-right: -73.125rem;
  }

  .xl\:-mr-1\/24 {
    margin-right: -4.16667%;
  }

  .xl\:-mr-2\/24 {
    margin-right: -8.33333%;
  }

  .xl\:-mr-3\/24 {
    margin-right: -12.5%;
  }

  .xl\:-mr-4\/24 {
    margin-right: -16.66667%;
  }

  .xl\:-mr-5\/24 {
    margin-right: -20.83333%;
  }

  .xl\:-mr-6\/24 {
    margin-right: -25%;
  }

  .xl\:-mr-7\/24 {
    margin-right: -29.16667%;
  }

  .xl\:-mr-8\/24 {
    margin-right: -33.33333%;
  }

  .xl\:-mr-9\/24 {
    margin-right: -37.5%;
  }

  .xl\:-mr-10\/24 {
    margin-right: -41.66667%;
  }

  .xl\:-mr-11\/24 {
    margin-right: -45.83333%;
  }

  .xl\:-mr-12\/24 {
    margin-right: -50%;
  }

  .xl\:-mr-13\/24 {
    margin-right: -54.16667%;
  }

  .xl\:-mr-14\/24 {
    margin-right: -58.33333%;
  }

  .xl\:-mr-15\/24 {
    margin-right: -62.5%;
  }

  .xl\:-mr-16\/24 {
    margin-right: -66.66667%;
  }

  .xl\:-mr-17\/24 {
    margin-right: -70.83333%;
  }

  .xl\:-mr-18\/24 {
    margin-right: -75%;
  }

  .xl\:-mr-19\/24 {
    margin-right: -79.16667%;
  }

  .xl\:-mr-20\/24 {
    margin-right: -83.33333%;
  }

  .xl\:-mr-21\/24 {
    margin-right: -87.5%;
  }

  .xl\:-mr-22\/24 {
    margin-right: -91.66667%;
  }

  .xl\:-mr-23\/24 {
    margin-right: -95.83333%;
  }

  .xl\:-mr-24\/24 {
    margin-right: -100%;
  }

  .xl\:-mr-screen-header {
    margin-right: -41.55vw;
  }

  .xl\:-mr-screen-60 {
    margin-right: -60vh;
  }

  .xl\:-mr-screen-80 {
    margin-right: -80vh;
  }

  .xl\:-mr-screen-85 {
    margin-right: -85vh;
  }

  .xl\:-mr-screen-90 {
    margin-right: -90vh;
  }

  .xl\:-mr-screen-95 {
    margin-right: -95vh;
  }

  .xl\:-mr-screen-minus-header {
    margin-right: calc(-100vh - -5.25rem);
  }

  .xl\:-mr-screen-minus-35\.5 {
    margin-right: calc(-100vh - -8.875rem);
  }

  .xl\:-mr-screen-minus-36 {
    margin-right: calc(-100vh - -9rem);
  }

  .xl\:-mr-screen-minus-40 {
    margin-right: calc(-100vh - -10rem);
  }

  .xl\:-mr-screen-minus-55 {
    margin-right: calc(-100vh - -13.75rem);
  }

  .xl\:-mr-screen-minus-72 {
    margin-right: calc(-100vh - -18rem);
  }

  .xl\:-mr-screen-minus-80 {
    margin-right: calc(-100vh - -20rem);
  }

  .xl\:-mr-full-4 {
    margin-right: calc(-100% - -16px);
  }

  .xl\:-mr-account-body {
    margin-right: calc(-100vw - -304px);
  }

  .xl\:-mr-menu-center {
    margin-right: calc(-50% - -288px);
  }

  .xl\:-mr-tutorials-hidden {
    margin-right: calc(-100% - -56px);
  }

  .xl\:-mr-popup-full-width {
    margin-right: calc(-100% + -32px);
  }

  .xl\:-mr-popup-full-width-md {
    margin-right: calc(-100% + -64px);
  }

  .xl\:-mr-popup-full-height {
    margin-right: calc(-100% + -68px);
  }

  .xl\:-mr-max-content {
    margin-right: max-content;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .xl\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .xl\:mb-29 {
    margin-bottom: 7.25rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .xl\:mb-68 {
    margin-bottom: 17rem;
  }

  .xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .xl\:mb-77 {
    margin-bottom: 19.25rem;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .xl\:mb-82 {
    margin-bottom: 20.5rem;
  }

  .xl\:mb-88 {
    margin-bottom: 22rem;
  }

  .xl\:mb-94 {
    margin-bottom: 23.5rem;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl\:mb-98 {
    margin-bottom: 24.5rem;
  }

  .xl\:mb-104 {
    margin-bottom: 26rem;
  }

  .xl\:mb-108 {
    margin-bottom: 27rem;
  }

  .xl\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .xl\:mb-112 {
    margin-bottom: 28rem;
  }

  .xl\:mb-120 {
    margin-bottom: 30rem;
  }

  .xl\:mb-128 {
    margin-bottom: 32rem;
  }

  .xl\:mb-132 {
    margin-bottom: 33rem;
  }

  .xl\:mb-134 {
    margin-bottom: 33.5rem;
  }

  .xl\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .xl\:mb-136 {
    margin-bottom: 34rem;
  }

  .xl\:mb-144 {
    margin-bottom: 36rem;
  }

  .xl\:mb-152 {
    margin-bottom: 38rem;
  }

  .xl\:mb-160 {
    margin-bottom: 40rem;
  }

  .xl\:mb-164 {
    margin-bottom: 41rem;
  }

  .xl\:mb-172 {
    margin-bottom: 43rem;
  }

  .xl\:mb-179 {
    margin-bottom: 44.75rem;
  }

  .xl\:mb-184 {
    margin-bottom: 46rem;
  }

  .xl\:mb-192 {
    margin-bottom: 48rem;
  }

  .xl\:mb-224 {
    margin-bottom: 56rem;
  }

  .xl\:mb-240 {
    margin-bottom: 60rem;
  }

  .xl\:mb-256 {
    margin-bottom: 64rem;
  }

  .xl\:mb-265 {
    margin-bottom: 66.25rem;
  }

  .xl\:mb-288 {
    margin-bottom: 72rem;
  }

  .xl\:mb-384 {
    margin-bottom: 96rem;
  }

  .xl\:mb-auto {
    margin-bottom: auto;
  }

  .xl\:mb-px {
    margin-bottom: 1px;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .xl\:mb-0\.75 {
    margin-bottom: 0.1875rem;
  }

  .xl\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .xl\:mb-7\.5 {
    margin-bottom: 1.875rem;
  }

  .xl\:mb-9\.5 {
    margin-bottom: 2.375rem;
  }

  .xl\:mb-9\.75 {
    margin-bottom: 2.4375rem;
  }

  .xl\:mb-12\.5 {
    margin-bottom: 3.125rem;
  }

  .xl\:mb-13\.5 {
    margin-bottom: 3.375rem;
  }

  .xl\:mb-292\.5 {
    margin-bottom: 73.125rem;
  }

  .xl\:mb-1\/24 {
    margin-bottom: 4.166667%;
  }

  .xl\:mb-2\/24 {
    margin-bottom: 8.333333%;
  }

  .xl\:mb-3\/24 {
    margin-bottom: 12.5%;
  }

  .xl\:mb-4\/24 {
    margin-bottom: 16.666667%;
  }

  .xl\:mb-5\/24 {
    margin-bottom: 20.833333%;
  }

  .xl\:mb-6\/24 {
    margin-bottom: 25%;
  }

  .xl\:mb-7\/24 {
    margin-bottom: 29.166666%;
  }

  .xl\:mb-8\/24 {
    margin-bottom: 33.333333%;
  }

  .xl\:mb-9\/24 {
    margin-bottom: 37.5%;
  }

  .xl\:mb-10\/24 {
    margin-bottom: 41.666666%;
  }

  .xl\:mb-11\/24 {
    margin-bottom: 45.833333%;
  }

  .xl\:mb-12\/24 {
    margin-bottom: 50%;
  }

  .xl\:mb-13\/24 {
    margin-bottom: 54.166666%;
  }

  .xl\:mb-14\/24 {
    margin-bottom: 58.333333%;
  }

  .xl\:mb-15\/24 {
    margin-bottom: 62.5%;
  }

  .xl\:mb-16\/24 {
    margin-bottom: 66.666667%;
  }

  .xl\:mb-17\/24 {
    margin-bottom: 70.833333%;
  }

  .xl\:mb-18\/24 {
    margin-bottom: 75%;
  }

  .xl\:mb-19\/24 {
    margin-bottom: 79.166667%;
  }

  .xl\:mb-20\/24 {
    margin-bottom: 83.333333%;
  }

  .xl\:mb-21\/24 {
    margin-bottom: 87.5%;
  }

  .xl\:mb-22\/24 {
    margin-bottom: 91.666667%;
  }

  .xl\:mb-23\/24 {
    margin-bottom: 95.833333%;
  }

  .xl\:mb-24\/24 {
    margin-bottom: 100%;
  }

  .xl\:mb-screen-header {
    margin-bottom: 41.55vw;
  }

  .xl\:mb-screen-60 {
    margin-bottom: 60vh;
  }

  .xl\:mb-screen-80 {
    margin-bottom: 80vh;
  }

  .xl\:mb-screen-85 {
    margin-bottom: 85vh;
  }

  .xl\:mb-screen-90 {
    margin-bottom: 90vh;
  }

  .xl\:mb-screen-95 {
    margin-bottom: 95vh;
  }

  .xl\:mb-screen-minus-header {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .xl\:mb-screen-minus-35\.5 {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .xl\:mb-screen-minus-36 {
    margin-bottom: calc(100vh - 9rem);
  }

  .xl\:mb-screen-minus-40 {
    margin-bottom: calc(100vh - 10rem);
  }

  .xl\:mb-screen-minus-55 {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .xl\:mb-screen-minus-72 {
    margin-bottom: calc(100vh - 18rem);
  }

  .xl\:mb-screen-minus-80 {
    margin-bottom: calc(100vh - 20rem);
  }

  .xl\:mb-full-4 {
    margin-bottom: calc(100% - 16px);
  }

  .xl\:mb-account-body {
    margin-bottom: calc(100vw - 304px);
  }

  .xl\:mb-menu-center {
    margin-bottom: calc(50% - 288px);
  }

  .xl\:mb-tutorials-hidden {
    margin-bottom: calc(100% - 56px);
  }

  .xl\:mb-popup-full-width {
    margin-bottom: calc(100% + 32px);
  }

  .xl\:mb-popup-full-width-md {
    margin-bottom: calc(100% + 64px);
  }

  .xl\:mb-popup-full-height {
    margin-bottom: calc(100% + 68px);
  }

  .xl\:mb-max-content {
    margin-bottom: max-content;
  }

  .xl\:-mb-0 {
    margin-bottom: 0px;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .xl\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .xl\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .xl\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .xl\:-mb-29 {
    margin-bottom: -7.25rem;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .xl\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .xl\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .xl\:-mb-68 {
    margin-bottom: -17rem;
  }

  .xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .xl\:-mb-77 {
    margin-bottom: -19.25rem;
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .xl\:-mb-82 {
    margin-bottom: -20.5rem;
  }

  .xl\:-mb-88 {
    margin-bottom: -22rem;
  }

  .xl\:-mb-94 {
    margin-bottom: -23.5rem;
  }

  .xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .xl\:-mb-98 {
    margin-bottom: -24.5rem;
  }

  .xl\:-mb-104 {
    margin-bottom: -26rem;
  }

  .xl\:-mb-108 {
    margin-bottom: -27rem;
  }

  .xl\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .xl\:-mb-112 {
    margin-bottom: -28rem;
  }

  .xl\:-mb-120 {
    margin-bottom: -30rem;
  }

  .xl\:-mb-128 {
    margin-bottom: -32rem;
  }

  .xl\:-mb-132 {
    margin-bottom: -33rem;
  }

  .xl\:-mb-134 {
    margin-bottom: -33.5rem;
  }

  .xl\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .xl\:-mb-136 {
    margin-bottom: -34rem;
  }

  .xl\:-mb-144 {
    margin-bottom: -36rem;
  }

  .xl\:-mb-152 {
    margin-bottom: -38rem;
  }

  .xl\:-mb-160 {
    margin-bottom: -40rem;
  }

  .xl\:-mb-164 {
    margin-bottom: -41rem;
  }

  .xl\:-mb-172 {
    margin-bottom: -43rem;
  }

  .xl\:-mb-179 {
    margin-bottom: -44.75rem;
  }

  .xl\:-mb-184 {
    margin-bottom: -46rem;
  }

  .xl\:-mb-192 {
    margin-bottom: -48rem;
  }

  .xl\:-mb-224 {
    margin-bottom: -56rem;
  }

  .xl\:-mb-240 {
    margin-bottom: -60rem;
  }

  .xl\:-mb-256 {
    margin-bottom: -64rem;
  }

  .xl\:-mb-265 {
    margin-bottom: -66.25rem;
  }

  .xl\:-mb-288 {
    margin-bottom: -72rem;
  }

  .xl\:-mb-384 {
    margin-bottom: -96rem;
  }

  .xl\:-mb-px {
    margin-bottom: -1px;
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .xl\:-mb-0\.75 {
    margin-bottom: -0.1875rem;
  }

  .xl\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .xl\:-mb-7\.5 {
    margin-bottom: -1.875rem;
  }

  .xl\:-mb-9\.5 {
    margin-bottom: -2.375rem;
  }

  .xl\:-mb-9\.75 {
    margin-bottom: -2.4375rem;
  }

  .xl\:-mb-12\.5 {
    margin-bottom: -3.125rem;
  }

  .xl\:-mb-13\.5 {
    margin-bottom: -3.375rem;
  }

  .xl\:-mb-292\.5 {
    margin-bottom: -73.125rem;
  }

  .xl\:-mb-1\/24 {
    margin-bottom: -4.16667%;
  }

  .xl\:-mb-2\/24 {
    margin-bottom: -8.33333%;
  }

  .xl\:-mb-3\/24 {
    margin-bottom: -12.5%;
  }

  .xl\:-mb-4\/24 {
    margin-bottom: -16.66667%;
  }

  .xl\:-mb-5\/24 {
    margin-bottom: -20.83333%;
  }

  .xl\:-mb-6\/24 {
    margin-bottom: -25%;
  }

  .xl\:-mb-7\/24 {
    margin-bottom: -29.16667%;
  }

  .xl\:-mb-8\/24 {
    margin-bottom: -33.33333%;
  }

  .xl\:-mb-9\/24 {
    margin-bottom: -37.5%;
  }

  .xl\:-mb-10\/24 {
    margin-bottom: -41.66667%;
  }

  .xl\:-mb-11\/24 {
    margin-bottom: -45.83333%;
  }

  .xl\:-mb-12\/24 {
    margin-bottom: -50%;
  }

  .xl\:-mb-13\/24 {
    margin-bottom: -54.16667%;
  }

  .xl\:-mb-14\/24 {
    margin-bottom: -58.33333%;
  }

  .xl\:-mb-15\/24 {
    margin-bottom: -62.5%;
  }

  .xl\:-mb-16\/24 {
    margin-bottom: -66.66667%;
  }

  .xl\:-mb-17\/24 {
    margin-bottom: -70.83333%;
  }

  .xl\:-mb-18\/24 {
    margin-bottom: -75%;
  }

  .xl\:-mb-19\/24 {
    margin-bottom: -79.16667%;
  }

  .xl\:-mb-20\/24 {
    margin-bottom: -83.33333%;
  }

  .xl\:-mb-21\/24 {
    margin-bottom: -87.5%;
  }

  .xl\:-mb-22\/24 {
    margin-bottom: -91.66667%;
  }

  .xl\:-mb-23\/24 {
    margin-bottom: -95.83333%;
  }

  .xl\:-mb-24\/24 {
    margin-bottom: -100%;
  }

  .xl\:-mb-screen-header {
    margin-bottom: -41.55vw;
  }

  .xl\:-mb-screen-60 {
    margin-bottom: -60vh;
  }

  .xl\:-mb-screen-80 {
    margin-bottom: -80vh;
  }

  .xl\:-mb-screen-85 {
    margin-bottom: -85vh;
  }

  .xl\:-mb-screen-90 {
    margin-bottom: -90vh;
  }

  .xl\:-mb-screen-95 {
    margin-bottom: -95vh;
  }

  .xl\:-mb-screen-minus-header {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .xl\:-mb-screen-minus-35\.5 {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .xl\:-mb-screen-minus-36 {
    margin-bottom: calc(-100vh - -9rem);
  }

  .xl\:-mb-screen-minus-40 {
    margin-bottom: calc(-100vh - -10rem);
  }

  .xl\:-mb-screen-minus-55 {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .xl\:-mb-screen-minus-72 {
    margin-bottom: calc(-100vh - -18rem);
  }

  .xl\:-mb-screen-minus-80 {
    margin-bottom: calc(-100vh - -20rem);
  }

  .xl\:-mb-full-4 {
    margin-bottom: calc(-100% - -16px);
  }

  .xl\:-mb-account-body {
    margin-bottom: calc(-100vw - -304px);
  }

  .xl\:-mb-menu-center {
    margin-bottom: calc(-50% - -288px);
  }

  .xl\:-mb-tutorials-hidden {
    margin-bottom: calc(-100% - -56px);
  }

  .xl\:-mb-popup-full-width {
    margin-bottom: calc(-100% + -32px);
  }

  .xl\:-mb-popup-full-width-md {
    margin-bottom: calc(-100% + -64px);
  }

  .xl\:-mb-popup-full-height {
    margin-bottom: calc(-100% + -68px);
  }

  .xl\:-mb-max-content {
    margin-bottom: max-content;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:ml-18 {
    margin-left: 4.5rem;
  }

  .xl\:ml-20 {
    margin-left: 5rem;
  }

  .xl\:ml-21 {
    margin-left: 5.25rem;
  }

  .xl\:ml-22 {
    margin-left: 5.5rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:ml-26 {
    margin-left: 6.5rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:ml-29 {
    margin-left: 7.25rem;
  }

  .xl\:ml-32 {
    margin-left: 8rem;
  }

  .xl\:ml-34 {
    margin-left: 8.5rem;
  }

  .xl\:ml-36 {
    margin-left: 9rem;
  }

  .xl\:ml-40 {
    margin-left: 10rem;
  }

  .xl\:ml-42 {
    margin-left: 10.5rem;
  }

  .xl\:ml-44 {
    margin-left: 11rem;
  }

  .xl\:ml-48 {
    margin-left: 12rem;
  }

  .xl\:ml-52 {
    margin-left: 13rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:ml-60 {
    margin-left: 15rem;
  }

  .xl\:ml-64 {
    margin-left: 16rem;
  }

  .xl\:ml-68 {
    margin-left: 17rem;
  }

  .xl\:ml-72 {
    margin-left: 18rem;
  }

  .xl\:ml-77 {
    margin-left: 19.25rem;
  }

  .xl\:ml-80 {
    margin-left: 20rem;
  }

  .xl\:ml-82 {
    margin-left: 20.5rem;
  }

  .xl\:ml-88 {
    margin-left: 22rem;
  }

  .xl\:ml-94 {
    margin-left: 23.5rem;
  }

  .xl\:ml-96 {
    margin-left: 24rem;
  }

  .xl\:ml-98 {
    margin-left: 24.5rem;
  }

  .xl\:ml-104 {
    margin-left: 26rem;
  }

  .xl\:ml-108 {
    margin-left: 27rem;
  }

  .xl\:ml-110 {
    margin-left: 27.5rem;
  }

  .xl\:ml-112 {
    margin-left: 28rem;
  }

  .xl\:ml-120 {
    margin-left: 30rem;
  }

  .xl\:ml-128 {
    margin-left: 32rem;
  }

  .xl\:ml-132 {
    margin-left: 33rem;
  }

  .xl\:ml-134 {
    margin-left: 33.5rem;
  }

  .xl\:ml-135 {
    margin-left: 33.75rem;
  }

  .xl\:ml-136 {
    margin-left: 34rem;
  }

  .xl\:ml-144 {
    margin-left: 36rem;
  }

  .xl\:ml-152 {
    margin-left: 38rem;
  }

  .xl\:ml-160 {
    margin-left: 40rem;
  }

  .xl\:ml-164 {
    margin-left: 41rem;
  }

  .xl\:ml-172 {
    margin-left: 43rem;
  }

  .xl\:ml-179 {
    margin-left: 44.75rem;
  }

  .xl\:ml-184 {
    margin-left: 46rem;
  }

  .xl\:ml-192 {
    margin-left: 48rem;
  }

  .xl\:ml-224 {
    margin-left: 56rem;
  }

  .xl\:ml-240 {
    margin-left: 60rem;
  }

  .xl\:ml-256 {
    margin-left: 64rem;
  }

  .xl\:ml-265 {
    margin-left: 66.25rem;
  }

  .xl\:ml-288 {
    margin-left: 72rem;
  }

  .xl\:ml-384 {
    margin-left: 96rem;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:ml-px {
    margin-left: 1px;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .xl\:ml-0\.75 {
    margin-left: 0.1875rem;
  }

  .xl\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .xl\:ml-7\.5 {
    margin-left: 1.875rem;
  }

  .xl\:ml-9\.5 {
    margin-left: 2.375rem;
  }

  .xl\:ml-9\.75 {
    margin-left: 2.4375rem;
  }

  .xl\:ml-12\.5 {
    margin-left: 3.125rem;
  }

  .xl\:ml-13\.5 {
    margin-left: 3.375rem;
  }

  .xl\:ml-292\.5 {
    margin-left: 73.125rem;
  }

  .xl\:ml-1\/24 {
    margin-left: 4.166667%;
  }

  .xl\:ml-2\/24 {
    margin-left: 8.333333%;
  }

  .xl\:ml-3\/24 {
    margin-left: 12.5%;
  }

  .xl\:ml-4\/24 {
    margin-left: 16.666667%;
  }

  .xl\:ml-5\/24 {
    margin-left: 20.833333%;
  }

  .xl\:ml-6\/24 {
    margin-left: 25%;
  }

  .xl\:ml-7\/24 {
    margin-left: 29.166666%;
  }

  .xl\:ml-8\/24 {
    margin-left: 33.333333%;
  }

  .xl\:ml-9\/24 {
    margin-left: 37.5%;
  }

  .xl\:ml-10\/24 {
    margin-left: 41.666666%;
  }

  .xl\:ml-11\/24 {
    margin-left: 45.833333%;
  }

  .xl\:ml-12\/24 {
    margin-left: 50%;
  }

  .xl\:ml-13\/24 {
    margin-left: 54.166666%;
  }

  .xl\:ml-14\/24 {
    margin-left: 58.333333%;
  }

  .xl\:ml-15\/24 {
    margin-left: 62.5%;
  }

  .xl\:ml-16\/24 {
    margin-left: 66.666667%;
  }

  .xl\:ml-17\/24 {
    margin-left: 70.833333%;
  }

  .xl\:ml-18\/24 {
    margin-left: 75%;
  }

  .xl\:ml-19\/24 {
    margin-left: 79.166667%;
  }

  .xl\:ml-20\/24 {
    margin-left: 83.333333%;
  }

  .xl\:ml-21\/24 {
    margin-left: 87.5%;
  }

  .xl\:ml-22\/24 {
    margin-left: 91.666667%;
  }

  .xl\:ml-23\/24 {
    margin-left: 95.833333%;
  }

  .xl\:ml-24\/24 {
    margin-left: 100%;
  }

  .xl\:ml-screen-header {
    margin-left: 41.55vw;
  }

  .xl\:ml-screen-60 {
    margin-left: 60vh;
  }

  .xl\:ml-screen-80 {
    margin-left: 80vh;
  }

  .xl\:ml-screen-85 {
    margin-left: 85vh;
  }

  .xl\:ml-screen-90 {
    margin-left: 90vh;
  }

  .xl\:ml-screen-95 {
    margin-left: 95vh;
  }

  .xl\:ml-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
  }

  .xl\:ml-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
  }

  .xl\:ml-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
  }

  .xl\:ml-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
  }

  .xl\:ml-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
  }

  .xl\:ml-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
  }

  .xl\:ml-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
  }

  .xl\:ml-full-4 {
    margin-left: calc(100% - 16px);
  }

  .xl\:ml-account-body {
    margin-left: calc(100vw - 304px);
  }

  .xl\:ml-menu-center {
    margin-left: calc(50% - 288px);
  }

  .xl\:ml-tutorials-hidden {
    margin-left: calc(100% - 56px);
  }

  .xl\:ml-popup-full-width {
    margin-left: calc(100% + 32px);
  }

  .xl\:ml-popup-full-width-md {
    margin-left: calc(100% + 64px);
  }

  .xl\:ml-popup-full-height {
    margin-left: calc(100% + 68px);
  }

  .xl\:ml-max-content {
    margin-left: max-content;
  }

  .xl\:-ml-0 {
    margin-left: 0px;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-ml-18 {
    margin-left: -4.5rem;
  }

  .xl\:-ml-20 {
    margin-left: -5rem;
  }

  .xl\:-ml-21 {
    margin-left: -5.25rem;
  }

  .xl\:-ml-22 {
    margin-left: -5.5rem;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

  .xl\:-ml-26 {
    margin-left: -6.5rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

  .xl\:-ml-29 {
    margin-left: -7.25rem;
  }

  .xl\:-ml-32 {
    margin-left: -8rem;
  }

  .xl\:-ml-34 {
    margin-left: -8.5rem;
  }

  .xl\:-ml-36 {
    margin-left: -9rem;
  }

  .xl\:-ml-40 {
    margin-left: -10rem;
  }

  .xl\:-ml-42 {
    margin-left: -10.5rem;
  }

  .xl\:-ml-44 {
    margin-left: -11rem;
  }

  .xl\:-ml-48 {
    margin-left: -12rem;
  }

  .xl\:-ml-52 {
    margin-left: -13rem;
  }

  .xl\:-ml-56 {
    margin-left: -14rem;
  }

  .xl\:-ml-60 {
    margin-left: -15rem;
  }

  .xl\:-ml-64 {
    margin-left: -16rem;
  }

  .xl\:-ml-68 {
    margin-left: -17rem;
  }

  .xl\:-ml-72 {
    margin-left: -18rem;
  }

  .xl\:-ml-77 {
    margin-left: -19.25rem;
  }

  .xl\:-ml-80 {
    margin-left: -20rem;
  }

  .xl\:-ml-82 {
    margin-left: -20.5rem;
  }

  .xl\:-ml-88 {
    margin-left: -22rem;
  }

  .xl\:-ml-94 {
    margin-left: -23.5rem;
  }

  .xl\:-ml-96 {
    margin-left: -24rem;
  }

  .xl\:-ml-98 {
    margin-left: -24.5rem;
  }

  .xl\:-ml-104 {
    margin-left: -26rem;
  }

  .xl\:-ml-108 {
    margin-left: -27rem;
  }

  .xl\:-ml-110 {
    margin-left: -27.5rem;
  }

  .xl\:-ml-112 {
    margin-left: -28rem;
  }

  .xl\:-ml-120 {
    margin-left: -30rem;
  }

  .xl\:-ml-128 {
    margin-left: -32rem;
  }

  .xl\:-ml-132 {
    margin-left: -33rem;
  }

  .xl\:-ml-134 {
    margin-left: -33.5rem;
  }

  .xl\:-ml-135 {
    margin-left: -33.75rem;
  }

  .xl\:-ml-136 {
    margin-left: -34rem;
  }

  .xl\:-ml-144 {
    margin-left: -36rem;
  }

  .xl\:-ml-152 {
    margin-left: -38rem;
  }

  .xl\:-ml-160 {
    margin-left: -40rem;
  }

  .xl\:-ml-164 {
    margin-left: -41rem;
  }

  .xl\:-ml-172 {
    margin-left: -43rem;
  }

  .xl\:-ml-179 {
    margin-left: -44.75rem;
  }

  .xl\:-ml-184 {
    margin-left: -46rem;
  }

  .xl\:-ml-192 {
    margin-left: -48rem;
  }

  .xl\:-ml-224 {
    margin-left: -56rem;
  }

  .xl\:-ml-240 {
    margin-left: -60rem;
  }

  .xl\:-ml-256 {
    margin-left: -64rem;
  }

  .xl\:-ml-265 {
    margin-left: -66.25rem;
  }

  .xl\:-ml-288 {
    margin-left: -72rem;
  }

  .xl\:-ml-384 {
    margin-left: -96rem;
  }

  .xl\:-ml-px {
    margin-left: -1px;
  }

  .xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .xl\:-ml-0\.75 {
    margin-left: -0.1875rem;
  }

  .xl\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .xl\:-ml-7\.5 {
    margin-left: -1.875rem;
  }

  .xl\:-ml-9\.5 {
    margin-left: -2.375rem;
  }

  .xl\:-ml-9\.75 {
    margin-left: -2.4375rem;
  }

  .xl\:-ml-12\.5 {
    margin-left: -3.125rem;
  }

  .xl\:-ml-13\.5 {
    margin-left: -3.375rem;
  }

  .xl\:-ml-292\.5 {
    margin-left: -73.125rem;
  }

  .xl\:-ml-1\/24 {
    margin-left: -4.16667%;
  }

  .xl\:-ml-2\/24 {
    margin-left: -8.33333%;
  }

  .xl\:-ml-3\/24 {
    margin-left: -12.5%;
  }

  .xl\:-ml-4\/24 {
    margin-left: -16.66667%;
  }

  .xl\:-ml-5\/24 {
    margin-left: -20.83333%;
  }

  .xl\:-ml-6\/24 {
    margin-left: -25%;
  }

  .xl\:-ml-7\/24 {
    margin-left: -29.16667%;
  }

  .xl\:-ml-8\/24 {
    margin-left: -33.33333%;
  }

  .xl\:-ml-9\/24 {
    margin-left: -37.5%;
  }

  .xl\:-ml-10\/24 {
    margin-left: -41.66667%;
  }

  .xl\:-ml-11\/24 {
    margin-left: -45.83333%;
  }

  .xl\:-ml-12\/24 {
    margin-left: -50%;
  }

  .xl\:-ml-13\/24 {
    margin-left: -54.16667%;
  }

  .xl\:-ml-14\/24 {
    margin-left: -58.33333%;
  }

  .xl\:-ml-15\/24 {
    margin-left: -62.5%;
  }

  .xl\:-ml-16\/24 {
    margin-left: -66.66667%;
  }

  .xl\:-ml-17\/24 {
    margin-left: -70.83333%;
  }

  .xl\:-ml-18\/24 {
    margin-left: -75%;
  }

  .xl\:-ml-19\/24 {
    margin-left: -79.16667%;
  }

  .xl\:-ml-20\/24 {
    margin-left: -83.33333%;
  }

  .xl\:-ml-21\/24 {
    margin-left: -87.5%;
  }

  .xl\:-ml-22\/24 {
    margin-left: -91.66667%;
  }

  .xl\:-ml-23\/24 {
    margin-left: -95.83333%;
  }

  .xl\:-ml-24\/24 {
    margin-left: -100%;
  }

  .xl\:-ml-screen-header {
    margin-left: -41.55vw;
  }

  .xl\:-ml-screen-60 {
    margin-left: -60vh;
  }

  .xl\:-ml-screen-80 {
    margin-left: -80vh;
  }

  .xl\:-ml-screen-85 {
    margin-left: -85vh;
  }

  .xl\:-ml-screen-90 {
    margin-left: -90vh;
  }

  .xl\:-ml-screen-95 {
    margin-left: -95vh;
  }

  .xl\:-ml-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
  }

  .xl\:-ml-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
  }

  .xl\:-ml-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
  }

  .xl\:-ml-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
  }

  .xl\:-ml-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
  }

  .xl\:-ml-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
  }

  .xl\:-ml-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
  }

  .xl\:-ml-full-4 {
    margin-left: calc(-100% - -16px);
  }

  .xl\:-ml-account-body {
    margin-left: calc(-100vw - -304px);
  }

  .xl\:-ml-menu-center {
    margin-left: calc(-50% - -288px);
  }

  .xl\:-ml-tutorials-hidden {
    margin-left: calc(-100% - -56px);
  }

  .xl\:-ml-popup-full-width {
    margin-left: calc(-100% + -32px);
  }

  .xl\:-ml-popup-full-width-md {
    margin-left: calc(-100% + -64px);
  }

  .xl\:-ml-popup-full-height {
    margin-left: calc(-100% + -68px);
  }

  .xl\:-ml-max-content {
    margin-left: max-content;
  }

  .xl\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .xl\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .xl\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .xl\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .xl\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .xl\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .xl\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .xl\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .xl\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .xl\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .xl\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .xl\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .xl\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .xl\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .xl\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .xl\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .xl\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .xl\:hover\:mt-21:hover {
    margin-top: 5.25rem;
  }

  .xl\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .xl\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .xl\:hover\:mt-26:hover {
    margin-top: 6.5rem;
  }

  .xl\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .xl\:hover\:mt-29:hover {
    margin-top: 7.25rem;
  }

  .xl\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .xl\:hover\:mt-34:hover {
    margin-top: 8.5rem;
  }

  .xl\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .xl\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .xl\:hover\:mt-42:hover {
    margin-top: 10.5rem;
  }

  .xl\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .xl\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .xl\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .xl\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .xl\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .xl\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .xl\:hover\:mt-68:hover {
    margin-top: 17rem;
  }

  .xl\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .xl\:hover\:mt-77:hover {
    margin-top: 19.25rem;
  }

  .xl\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .xl\:hover\:mt-82:hover {
    margin-top: 20.5rem;
  }

  .xl\:hover\:mt-88:hover {
    margin-top: 22rem;
  }

  .xl\:hover\:mt-94:hover {
    margin-top: 23.5rem;
  }

  .xl\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .xl\:hover\:mt-98:hover {
    margin-top: 24.5rem;
  }

  .xl\:hover\:mt-104:hover {
    margin-top: 26rem;
  }

  .xl\:hover\:mt-108:hover {
    margin-top: 27rem;
  }

  .xl\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .xl\:hover\:mt-112:hover {
    margin-top: 28rem;
  }

  .xl\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .xl\:hover\:mt-128:hover {
    margin-top: 32rem;
  }

  .xl\:hover\:mt-132:hover {
    margin-top: 33rem;
  }

  .xl\:hover\:mt-134:hover {
    margin-top: 33.5rem;
  }

  .xl\:hover\:mt-135:hover {
    margin-top: 33.75rem;
  }

  .xl\:hover\:mt-136:hover {
    margin-top: 34rem;
  }

  .xl\:hover\:mt-144:hover {
    margin-top: 36rem;
  }

  .xl\:hover\:mt-152:hover {
    margin-top: 38rem;
  }

  .xl\:hover\:mt-160:hover {
    margin-top: 40rem;
  }

  .xl\:hover\:mt-164:hover {
    margin-top: 41rem;
  }

  .xl\:hover\:mt-172:hover {
    margin-top: 43rem;
  }

  .xl\:hover\:mt-179:hover {
    margin-top: 44.75rem;
  }

  .xl\:hover\:mt-184:hover {
    margin-top: 46rem;
  }

  .xl\:hover\:mt-192:hover {
    margin-top: 48rem;
  }

  .xl\:hover\:mt-224:hover {
    margin-top: 56rem;
  }

  .xl\:hover\:mt-240:hover {
    margin-top: 60rem;
  }

  .xl\:hover\:mt-256:hover {
    margin-top: 64rem;
  }

  .xl\:hover\:mt-265:hover {
    margin-top: 66.25rem;
  }

  .xl\:hover\:mt-288:hover {
    margin-top: 72rem;
  }

  .xl\:hover\:mt-384:hover {
    margin-top: 96rem;
  }

  .xl\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .xl\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .xl\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .xl\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .xl\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .xl\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .xl\:hover\:mt-0\.75:hover {
    margin-top: 0.1875rem;
  }

  .xl\:hover\:mt-4\.5:hover {
    margin-top: 1.125rem;
  }

  .xl\:hover\:mt-7\.5:hover {
    margin-top: 1.875rem;
  }

  .xl\:hover\:mt-9\.5:hover {
    margin-top: 2.375rem;
  }

  .xl\:hover\:mt-9\.75:hover {
    margin-top: 2.4375rem;
  }

  .xl\:hover\:mt-12\.5:hover {
    margin-top: 3.125rem;
  }

  .xl\:hover\:mt-13\.5:hover {
    margin-top: 3.375rem;
  }

  .xl\:hover\:mt-292\.5:hover {
    margin-top: 73.125rem;
  }

  .xl\:hover\:mt-1\/24:hover {
    margin-top: 4.166667%;
  }

  .xl\:hover\:mt-2\/24:hover {
    margin-top: 8.333333%;
  }

  .xl\:hover\:mt-3\/24:hover {
    margin-top: 12.5%;
  }

  .xl\:hover\:mt-4\/24:hover {
    margin-top: 16.666667%;
  }

  .xl\:hover\:mt-5\/24:hover {
    margin-top: 20.833333%;
  }

  .xl\:hover\:mt-6\/24:hover {
    margin-top: 25%;
  }

  .xl\:hover\:mt-7\/24:hover {
    margin-top: 29.166666%;
  }

  .xl\:hover\:mt-8\/24:hover {
    margin-top: 33.333333%;
  }

  .xl\:hover\:mt-9\/24:hover {
    margin-top: 37.5%;
  }

  .xl\:hover\:mt-10\/24:hover {
    margin-top: 41.666666%;
  }

  .xl\:hover\:mt-11\/24:hover {
    margin-top: 45.833333%;
  }

  .xl\:hover\:mt-12\/24:hover {
    margin-top: 50%;
  }

  .xl\:hover\:mt-13\/24:hover {
    margin-top: 54.166666%;
  }

  .xl\:hover\:mt-14\/24:hover {
    margin-top: 58.333333%;
  }

  .xl\:hover\:mt-15\/24:hover {
    margin-top: 62.5%;
  }

  .xl\:hover\:mt-16\/24:hover {
    margin-top: 66.666667%;
  }

  .xl\:hover\:mt-17\/24:hover {
    margin-top: 70.833333%;
  }

  .xl\:hover\:mt-18\/24:hover {
    margin-top: 75%;
  }

  .xl\:hover\:mt-19\/24:hover {
    margin-top: 79.166667%;
  }

  .xl\:hover\:mt-20\/24:hover {
    margin-top: 83.333333%;
  }

  .xl\:hover\:mt-21\/24:hover {
    margin-top: 87.5%;
  }

  .xl\:hover\:mt-22\/24:hover {
    margin-top: 91.666667%;
  }

  .xl\:hover\:mt-23\/24:hover {
    margin-top: 95.833333%;
  }

  .xl\:hover\:mt-24\/24:hover {
    margin-top: 100%;
  }

  .xl\:hover\:mt-screen-header:hover {
    margin-top: 41.55vw;
  }

  .xl\:hover\:mt-screen-60:hover {
    margin-top: 60vh;
  }

  .xl\:hover\:mt-screen-80:hover {
    margin-top: 80vh;
  }

  .xl\:hover\:mt-screen-85:hover {
    margin-top: 85vh;
  }

  .xl\:hover\:mt-screen-90:hover {
    margin-top: 90vh;
  }

  .xl\:hover\:mt-screen-95:hover {
    margin-top: 95vh;
  }

  .xl\:hover\:mt-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
  }

  .xl\:hover\:mt-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
  }

  .xl\:hover\:mt-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
  }

  .xl\:hover\:mt-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
  }

  .xl\:hover\:mt-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
  }

  .xl\:hover\:mt-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
  }

  .xl\:hover\:mt-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
  }

  .xl\:hover\:mt-full-4:hover {
    margin-top: calc(100% - 16px);
  }

  .xl\:hover\:mt-account-body:hover {
    margin-top: calc(100vw - 304px);
  }

  .xl\:hover\:mt-menu-center:hover {
    margin-top: calc(50% - 288px);
  }

  .xl\:hover\:mt-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
  }

  .xl\:hover\:mt-popup-full-width:hover {
    margin-top: calc(100% + 32px);
  }

  .xl\:hover\:mt-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
  }

  .xl\:hover\:mt-popup-full-height:hover {
    margin-top: calc(100% + 68px);
  }

  .xl\:hover\:mt-max-content:hover {
    margin-top: max-content;
  }

  .xl\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .xl\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .xl\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .xl\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .xl\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .xl\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .xl\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .xl\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .xl\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .xl\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .xl\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .xl\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .xl\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .xl\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .xl\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .xl\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .xl\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .xl\:hover\:-mt-21:hover {
    margin-top: -5.25rem;
  }

  .xl\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .xl\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .xl\:hover\:-mt-26:hover {
    margin-top: -6.5rem;
  }

  .xl\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .xl\:hover\:-mt-29:hover {
    margin-top: -7.25rem;
  }

  .xl\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .xl\:hover\:-mt-34:hover {
    margin-top: -8.5rem;
  }

  .xl\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .xl\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .xl\:hover\:-mt-42:hover {
    margin-top: -10.5rem;
  }

  .xl\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .xl\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .xl\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .xl\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .xl\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .xl\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .xl\:hover\:-mt-68:hover {
    margin-top: -17rem;
  }

  .xl\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .xl\:hover\:-mt-77:hover {
    margin-top: -19.25rem;
  }

  .xl\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .xl\:hover\:-mt-82:hover {
    margin-top: -20.5rem;
  }

  .xl\:hover\:-mt-88:hover {
    margin-top: -22rem;
  }

  .xl\:hover\:-mt-94:hover {
    margin-top: -23.5rem;
  }

  .xl\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .xl\:hover\:-mt-98:hover {
    margin-top: -24.5rem;
  }

  .xl\:hover\:-mt-104:hover {
    margin-top: -26rem;
  }

  .xl\:hover\:-mt-108:hover {
    margin-top: -27rem;
  }

  .xl\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .xl\:hover\:-mt-112:hover {
    margin-top: -28rem;
  }

  .xl\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .xl\:hover\:-mt-128:hover {
    margin-top: -32rem;
  }

  .xl\:hover\:-mt-132:hover {
    margin-top: -33rem;
  }

  .xl\:hover\:-mt-134:hover {
    margin-top: -33.5rem;
  }

  .xl\:hover\:-mt-135:hover {
    margin-top: -33.75rem;
  }

  .xl\:hover\:-mt-136:hover {
    margin-top: -34rem;
  }

  .xl\:hover\:-mt-144:hover {
    margin-top: -36rem;
  }

  .xl\:hover\:-mt-152:hover {
    margin-top: -38rem;
  }

  .xl\:hover\:-mt-160:hover {
    margin-top: -40rem;
  }

  .xl\:hover\:-mt-164:hover {
    margin-top: -41rem;
  }

  .xl\:hover\:-mt-172:hover {
    margin-top: -43rem;
  }

  .xl\:hover\:-mt-179:hover {
    margin-top: -44.75rem;
  }

  .xl\:hover\:-mt-184:hover {
    margin-top: -46rem;
  }

  .xl\:hover\:-mt-192:hover {
    margin-top: -48rem;
  }

  .xl\:hover\:-mt-224:hover {
    margin-top: -56rem;
  }

  .xl\:hover\:-mt-240:hover {
    margin-top: -60rem;
  }

  .xl\:hover\:-mt-256:hover {
    margin-top: -64rem;
  }

  .xl\:hover\:-mt-265:hover {
    margin-top: -66.25rem;
  }

  .xl\:hover\:-mt-288:hover {
    margin-top: -72rem;
  }

  .xl\:hover\:-mt-384:hover {
    margin-top: -96rem;
  }

  .xl\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .xl\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .xl\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .xl\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .xl\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .xl\:hover\:-mt-0\.75:hover {
    margin-top: -0.1875rem;
  }

  .xl\:hover\:-mt-4\.5:hover {
    margin-top: -1.125rem;
  }

  .xl\:hover\:-mt-7\.5:hover {
    margin-top: -1.875rem;
  }

  .xl\:hover\:-mt-9\.5:hover {
    margin-top: -2.375rem;
  }

  .xl\:hover\:-mt-9\.75:hover {
    margin-top: -2.4375rem;
  }

  .xl\:hover\:-mt-12\.5:hover {
    margin-top: -3.125rem;
  }

  .xl\:hover\:-mt-13\.5:hover {
    margin-top: -3.375rem;
  }

  .xl\:hover\:-mt-292\.5:hover {
    margin-top: -73.125rem;
  }

  .xl\:hover\:-mt-1\/24:hover {
    margin-top: -4.16667%;
  }

  .xl\:hover\:-mt-2\/24:hover {
    margin-top: -8.33333%;
  }

  .xl\:hover\:-mt-3\/24:hover {
    margin-top: -12.5%;
  }

  .xl\:hover\:-mt-4\/24:hover {
    margin-top: -16.66667%;
  }

  .xl\:hover\:-mt-5\/24:hover {
    margin-top: -20.83333%;
  }

  .xl\:hover\:-mt-6\/24:hover {
    margin-top: -25%;
  }

  .xl\:hover\:-mt-7\/24:hover {
    margin-top: -29.16667%;
  }

  .xl\:hover\:-mt-8\/24:hover {
    margin-top: -33.33333%;
  }

  .xl\:hover\:-mt-9\/24:hover {
    margin-top: -37.5%;
  }

  .xl\:hover\:-mt-10\/24:hover {
    margin-top: -41.66667%;
  }

  .xl\:hover\:-mt-11\/24:hover {
    margin-top: -45.83333%;
  }

  .xl\:hover\:-mt-12\/24:hover {
    margin-top: -50%;
  }

  .xl\:hover\:-mt-13\/24:hover {
    margin-top: -54.16667%;
  }

  .xl\:hover\:-mt-14\/24:hover {
    margin-top: -58.33333%;
  }

  .xl\:hover\:-mt-15\/24:hover {
    margin-top: -62.5%;
  }

  .xl\:hover\:-mt-16\/24:hover {
    margin-top: -66.66667%;
  }

  .xl\:hover\:-mt-17\/24:hover {
    margin-top: -70.83333%;
  }

  .xl\:hover\:-mt-18\/24:hover {
    margin-top: -75%;
  }

  .xl\:hover\:-mt-19\/24:hover {
    margin-top: -79.16667%;
  }

  .xl\:hover\:-mt-20\/24:hover {
    margin-top: -83.33333%;
  }

  .xl\:hover\:-mt-21\/24:hover {
    margin-top: -87.5%;
  }

  .xl\:hover\:-mt-22\/24:hover {
    margin-top: -91.66667%;
  }

  .xl\:hover\:-mt-23\/24:hover {
    margin-top: -95.83333%;
  }

  .xl\:hover\:-mt-24\/24:hover {
    margin-top: -100%;
  }

  .xl\:hover\:-mt-screen-header:hover {
    margin-top: -41.55vw;
  }

  .xl\:hover\:-mt-screen-60:hover {
    margin-top: -60vh;
  }

  .xl\:hover\:-mt-screen-80:hover {
    margin-top: -80vh;
  }

  .xl\:hover\:-mt-screen-85:hover {
    margin-top: -85vh;
  }

  .xl\:hover\:-mt-screen-90:hover {
    margin-top: -90vh;
  }

  .xl\:hover\:-mt-screen-95:hover {
    margin-top: -95vh;
  }

  .xl\:hover\:-mt-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
  }

  .xl\:hover\:-mt-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
  }

  .xl\:hover\:-mt-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
  }

  .xl\:hover\:-mt-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
  }

  .xl\:hover\:-mt-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
  }

  .xl\:hover\:-mt-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
  }

  .xl\:hover\:-mt-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
  }

  .xl\:hover\:-mt-full-4:hover {
    margin-top: calc(-100% - -16px);
  }

  .xl\:hover\:-mt-account-body:hover {
    margin-top: calc(-100vw - -304px);
  }

  .xl\:hover\:-mt-menu-center:hover {
    margin-top: calc(-50% - -288px);
  }

  .xl\:hover\:-mt-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
  }

  .xl\:hover\:-mt-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
  }

  .xl\:hover\:-mt-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
  }

  .xl\:hover\:-mt-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
  }

  .xl\:hover\:-mt-max-content:hover {
    margin-top: max-content;
  }

  .xl\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .xl\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .xl\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .xl\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .xl\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .xl\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .xl\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .xl\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .xl\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .xl\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .xl\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .xl\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .xl\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .xl\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .xl\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .xl\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .xl\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .xl\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .xl\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .xl\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .xl\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .xl\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .xl\:hover\:mr-29:hover {
    margin-right: 7.25rem;
  }

  .xl\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .xl\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .xl\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .xl\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .xl\:hover\:mr-42:hover {
    margin-right: 10.5rem;
  }

  .xl\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .xl\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .xl\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .xl\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .xl\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .xl\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .xl\:hover\:mr-68:hover {
    margin-right: 17rem;
  }

  .xl\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .xl\:hover\:mr-77:hover {
    margin-right: 19.25rem;
  }

  .xl\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .xl\:hover\:mr-82:hover {
    margin-right: 20.5rem;
  }

  .xl\:hover\:mr-88:hover {
    margin-right: 22rem;
  }

  .xl\:hover\:mr-94:hover {
    margin-right: 23.5rem;
  }

  .xl\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .xl\:hover\:mr-98:hover {
    margin-right: 24.5rem;
  }

  .xl\:hover\:mr-104:hover {
    margin-right: 26rem;
  }

  .xl\:hover\:mr-108:hover {
    margin-right: 27rem;
  }

  .xl\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .xl\:hover\:mr-112:hover {
    margin-right: 28rem;
  }

  .xl\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .xl\:hover\:mr-128:hover {
    margin-right: 32rem;
  }

  .xl\:hover\:mr-132:hover {
    margin-right: 33rem;
  }

  .xl\:hover\:mr-134:hover {
    margin-right: 33.5rem;
  }

  .xl\:hover\:mr-135:hover {
    margin-right: 33.75rem;
  }

  .xl\:hover\:mr-136:hover {
    margin-right: 34rem;
  }

  .xl\:hover\:mr-144:hover {
    margin-right: 36rem;
  }

  .xl\:hover\:mr-152:hover {
    margin-right: 38rem;
  }

  .xl\:hover\:mr-160:hover {
    margin-right: 40rem;
  }

  .xl\:hover\:mr-164:hover {
    margin-right: 41rem;
  }

  .xl\:hover\:mr-172:hover {
    margin-right: 43rem;
  }

  .xl\:hover\:mr-179:hover {
    margin-right: 44.75rem;
  }

  .xl\:hover\:mr-184:hover {
    margin-right: 46rem;
  }

  .xl\:hover\:mr-192:hover {
    margin-right: 48rem;
  }

  .xl\:hover\:mr-224:hover {
    margin-right: 56rem;
  }

  .xl\:hover\:mr-240:hover {
    margin-right: 60rem;
  }

  .xl\:hover\:mr-256:hover {
    margin-right: 64rem;
  }

  .xl\:hover\:mr-265:hover {
    margin-right: 66.25rem;
  }

  .xl\:hover\:mr-288:hover {
    margin-right: 72rem;
  }

  .xl\:hover\:mr-384:hover {
    margin-right: 96rem;
  }

  .xl\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .xl\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .xl\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .xl\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .xl\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .xl\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .xl\:hover\:mr-0\.75:hover {
    margin-right: 0.1875rem;
  }

  .xl\:hover\:mr-4\.5:hover {
    margin-right: 1.125rem;
  }

  .xl\:hover\:mr-7\.5:hover {
    margin-right: 1.875rem;
  }

  .xl\:hover\:mr-9\.5:hover {
    margin-right: 2.375rem;
  }

  .xl\:hover\:mr-9\.75:hover {
    margin-right: 2.4375rem;
  }

  .xl\:hover\:mr-12\.5:hover {
    margin-right: 3.125rem;
  }

  .xl\:hover\:mr-13\.5:hover {
    margin-right: 3.375rem;
  }

  .xl\:hover\:mr-292\.5:hover {
    margin-right: 73.125rem;
  }

  .xl\:hover\:mr-1\/24:hover {
    margin-right: 4.166667%;
  }

  .xl\:hover\:mr-2\/24:hover {
    margin-right: 8.333333%;
  }

  .xl\:hover\:mr-3\/24:hover {
    margin-right: 12.5%;
  }

  .xl\:hover\:mr-4\/24:hover {
    margin-right: 16.666667%;
  }

  .xl\:hover\:mr-5\/24:hover {
    margin-right: 20.833333%;
  }

  .xl\:hover\:mr-6\/24:hover {
    margin-right: 25%;
  }

  .xl\:hover\:mr-7\/24:hover {
    margin-right: 29.166666%;
  }

  .xl\:hover\:mr-8\/24:hover {
    margin-right: 33.333333%;
  }

  .xl\:hover\:mr-9\/24:hover {
    margin-right: 37.5%;
  }

  .xl\:hover\:mr-10\/24:hover {
    margin-right: 41.666666%;
  }

  .xl\:hover\:mr-11\/24:hover {
    margin-right: 45.833333%;
  }

  .xl\:hover\:mr-12\/24:hover {
    margin-right: 50%;
  }

  .xl\:hover\:mr-13\/24:hover {
    margin-right: 54.166666%;
  }

  .xl\:hover\:mr-14\/24:hover {
    margin-right: 58.333333%;
  }

  .xl\:hover\:mr-15\/24:hover {
    margin-right: 62.5%;
  }

  .xl\:hover\:mr-16\/24:hover {
    margin-right: 66.666667%;
  }

  .xl\:hover\:mr-17\/24:hover {
    margin-right: 70.833333%;
  }

  .xl\:hover\:mr-18\/24:hover {
    margin-right: 75%;
  }

  .xl\:hover\:mr-19\/24:hover {
    margin-right: 79.166667%;
  }

  .xl\:hover\:mr-20\/24:hover {
    margin-right: 83.333333%;
  }

  .xl\:hover\:mr-21\/24:hover {
    margin-right: 87.5%;
  }

  .xl\:hover\:mr-22\/24:hover {
    margin-right: 91.666667%;
  }

  .xl\:hover\:mr-23\/24:hover {
    margin-right: 95.833333%;
  }

  .xl\:hover\:mr-24\/24:hover {
    margin-right: 100%;
  }

  .xl\:hover\:mr-screen-header:hover {
    margin-right: 41.55vw;
  }

  .xl\:hover\:mr-screen-60:hover {
    margin-right: 60vh;
  }

  .xl\:hover\:mr-screen-80:hover {
    margin-right: 80vh;
  }

  .xl\:hover\:mr-screen-85:hover {
    margin-right: 85vh;
  }

  .xl\:hover\:mr-screen-90:hover {
    margin-right: 90vh;
  }

  .xl\:hover\:mr-screen-95:hover {
    margin-right: 95vh;
  }

  .xl\:hover\:mr-screen-minus-header:hover {
    margin-right: calc(100vh - 5.25rem);
  }

  .xl\:hover\:mr-screen-minus-35\.5:hover {
    margin-right: calc(100vh - 8.875rem);
  }

  .xl\:hover\:mr-screen-minus-36:hover {
    margin-right: calc(100vh - 9rem);
  }

  .xl\:hover\:mr-screen-minus-40:hover {
    margin-right: calc(100vh - 10rem);
  }

  .xl\:hover\:mr-screen-minus-55:hover {
    margin-right: calc(100vh - 13.75rem);
  }

  .xl\:hover\:mr-screen-minus-72:hover {
    margin-right: calc(100vh - 18rem);
  }

  .xl\:hover\:mr-screen-minus-80:hover {
    margin-right: calc(100vh - 20rem);
  }

  .xl\:hover\:mr-full-4:hover {
    margin-right: calc(100% - 16px);
  }

  .xl\:hover\:mr-account-body:hover {
    margin-right: calc(100vw - 304px);
  }

  .xl\:hover\:mr-menu-center:hover {
    margin-right: calc(50% - 288px);
  }

  .xl\:hover\:mr-tutorials-hidden:hover {
    margin-right: calc(100% - 56px);
  }

  .xl\:hover\:mr-popup-full-width:hover {
    margin-right: calc(100% + 32px);
  }

  .xl\:hover\:mr-popup-full-width-md:hover {
    margin-right: calc(100% + 64px);
  }

  .xl\:hover\:mr-popup-full-height:hover {
    margin-right: calc(100% + 68px);
  }

  .xl\:hover\:mr-max-content:hover {
    margin-right: max-content;
  }

  .xl\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .xl\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .xl\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .xl\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .xl\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .xl\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .xl\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .xl\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .xl\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .xl\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .xl\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .xl\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .xl\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .xl\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .xl\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .xl\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .xl\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .xl\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .xl\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .xl\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .xl\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .xl\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .xl\:hover\:-mr-29:hover {
    margin-right: -7.25rem;
  }

  .xl\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .xl\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .xl\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .xl\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .xl\:hover\:-mr-42:hover {
    margin-right: -10.5rem;
  }

  .xl\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .xl\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .xl\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .xl\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .xl\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .xl\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .xl\:hover\:-mr-68:hover {
    margin-right: -17rem;
  }

  .xl\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .xl\:hover\:-mr-77:hover {
    margin-right: -19.25rem;
  }

  .xl\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .xl\:hover\:-mr-82:hover {
    margin-right: -20.5rem;
  }

  .xl\:hover\:-mr-88:hover {
    margin-right: -22rem;
  }

  .xl\:hover\:-mr-94:hover {
    margin-right: -23.5rem;
  }

  .xl\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .xl\:hover\:-mr-98:hover {
    margin-right: -24.5rem;
  }

  .xl\:hover\:-mr-104:hover {
    margin-right: -26rem;
  }

  .xl\:hover\:-mr-108:hover {
    margin-right: -27rem;
  }

  .xl\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .xl\:hover\:-mr-112:hover {
    margin-right: -28rem;
  }

  .xl\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .xl\:hover\:-mr-128:hover {
    margin-right: -32rem;
  }

  .xl\:hover\:-mr-132:hover {
    margin-right: -33rem;
  }

  .xl\:hover\:-mr-134:hover {
    margin-right: -33.5rem;
  }

  .xl\:hover\:-mr-135:hover {
    margin-right: -33.75rem;
  }

  .xl\:hover\:-mr-136:hover {
    margin-right: -34rem;
  }

  .xl\:hover\:-mr-144:hover {
    margin-right: -36rem;
  }

  .xl\:hover\:-mr-152:hover {
    margin-right: -38rem;
  }

  .xl\:hover\:-mr-160:hover {
    margin-right: -40rem;
  }

  .xl\:hover\:-mr-164:hover {
    margin-right: -41rem;
  }

  .xl\:hover\:-mr-172:hover {
    margin-right: -43rem;
  }

  .xl\:hover\:-mr-179:hover {
    margin-right: -44.75rem;
  }

  .xl\:hover\:-mr-184:hover {
    margin-right: -46rem;
  }

  .xl\:hover\:-mr-192:hover {
    margin-right: -48rem;
  }

  .xl\:hover\:-mr-224:hover {
    margin-right: -56rem;
  }

  .xl\:hover\:-mr-240:hover {
    margin-right: -60rem;
  }

  .xl\:hover\:-mr-256:hover {
    margin-right: -64rem;
  }

  .xl\:hover\:-mr-265:hover {
    margin-right: -66.25rem;
  }

  .xl\:hover\:-mr-288:hover {
    margin-right: -72rem;
  }

  .xl\:hover\:-mr-384:hover {
    margin-right: -96rem;
  }

  .xl\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .xl\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .xl\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .xl\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .xl\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .xl\:hover\:-mr-0\.75:hover {
    margin-right: -0.1875rem;
  }

  .xl\:hover\:-mr-4\.5:hover {
    margin-right: -1.125rem;
  }

  .xl\:hover\:-mr-7\.5:hover {
    margin-right: -1.875rem;
  }

  .xl\:hover\:-mr-9\.5:hover {
    margin-right: -2.375rem;
  }

  .xl\:hover\:-mr-9\.75:hover {
    margin-right: -2.4375rem;
  }

  .xl\:hover\:-mr-12\.5:hover {
    margin-right: -3.125rem;
  }

  .xl\:hover\:-mr-13\.5:hover {
    margin-right: -3.375rem;
  }

  .xl\:hover\:-mr-292\.5:hover {
    margin-right: -73.125rem;
  }

  .xl\:hover\:-mr-1\/24:hover {
    margin-right: -4.16667%;
  }

  .xl\:hover\:-mr-2\/24:hover {
    margin-right: -8.33333%;
  }

  .xl\:hover\:-mr-3\/24:hover {
    margin-right: -12.5%;
  }

  .xl\:hover\:-mr-4\/24:hover {
    margin-right: -16.66667%;
  }

  .xl\:hover\:-mr-5\/24:hover {
    margin-right: -20.83333%;
  }

  .xl\:hover\:-mr-6\/24:hover {
    margin-right: -25%;
  }

  .xl\:hover\:-mr-7\/24:hover {
    margin-right: -29.16667%;
  }

  .xl\:hover\:-mr-8\/24:hover {
    margin-right: -33.33333%;
  }

  .xl\:hover\:-mr-9\/24:hover {
    margin-right: -37.5%;
  }

  .xl\:hover\:-mr-10\/24:hover {
    margin-right: -41.66667%;
  }

  .xl\:hover\:-mr-11\/24:hover {
    margin-right: -45.83333%;
  }

  .xl\:hover\:-mr-12\/24:hover {
    margin-right: -50%;
  }

  .xl\:hover\:-mr-13\/24:hover {
    margin-right: -54.16667%;
  }

  .xl\:hover\:-mr-14\/24:hover {
    margin-right: -58.33333%;
  }

  .xl\:hover\:-mr-15\/24:hover {
    margin-right: -62.5%;
  }

  .xl\:hover\:-mr-16\/24:hover {
    margin-right: -66.66667%;
  }

  .xl\:hover\:-mr-17\/24:hover {
    margin-right: -70.83333%;
  }

  .xl\:hover\:-mr-18\/24:hover {
    margin-right: -75%;
  }

  .xl\:hover\:-mr-19\/24:hover {
    margin-right: -79.16667%;
  }

  .xl\:hover\:-mr-20\/24:hover {
    margin-right: -83.33333%;
  }

  .xl\:hover\:-mr-21\/24:hover {
    margin-right: -87.5%;
  }

  .xl\:hover\:-mr-22\/24:hover {
    margin-right: -91.66667%;
  }

  .xl\:hover\:-mr-23\/24:hover {
    margin-right: -95.83333%;
  }

  .xl\:hover\:-mr-24\/24:hover {
    margin-right: -100%;
  }

  .xl\:hover\:-mr-screen-header:hover {
    margin-right: -41.55vw;
  }

  .xl\:hover\:-mr-screen-60:hover {
    margin-right: -60vh;
  }

  .xl\:hover\:-mr-screen-80:hover {
    margin-right: -80vh;
  }

  .xl\:hover\:-mr-screen-85:hover {
    margin-right: -85vh;
  }

  .xl\:hover\:-mr-screen-90:hover {
    margin-right: -90vh;
  }

  .xl\:hover\:-mr-screen-95:hover {
    margin-right: -95vh;
  }

  .xl\:hover\:-mr-screen-minus-header:hover {
    margin-right: calc(-100vh - -5.25rem);
  }

  .xl\:hover\:-mr-screen-minus-35\.5:hover {
    margin-right: calc(-100vh - -8.875rem);
  }

  .xl\:hover\:-mr-screen-minus-36:hover {
    margin-right: calc(-100vh - -9rem);
  }

  .xl\:hover\:-mr-screen-minus-40:hover {
    margin-right: calc(-100vh - -10rem);
  }

  .xl\:hover\:-mr-screen-minus-55:hover {
    margin-right: calc(-100vh - -13.75rem);
  }

  .xl\:hover\:-mr-screen-minus-72:hover {
    margin-right: calc(-100vh - -18rem);
  }

  .xl\:hover\:-mr-screen-minus-80:hover {
    margin-right: calc(-100vh - -20rem);
  }

  .xl\:hover\:-mr-full-4:hover {
    margin-right: calc(-100% - -16px);
  }

  .xl\:hover\:-mr-account-body:hover {
    margin-right: calc(-100vw - -304px);
  }

  .xl\:hover\:-mr-menu-center:hover {
    margin-right: calc(-50% - -288px);
  }

  .xl\:hover\:-mr-tutorials-hidden:hover {
    margin-right: calc(-100% - -56px);
  }

  .xl\:hover\:-mr-popup-full-width:hover {
    margin-right: calc(-100% + -32px);
  }

  .xl\:hover\:-mr-popup-full-width-md:hover {
    margin-right: calc(-100% + -64px);
  }

  .xl\:hover\:-mr-popup-full-height:hover {
    margin-right: calc(-100% + -68px);
  }

  .xl\:hover\:-mr-max-content:hover {
    margin-right: max-content;
  }

  .xl\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .xl\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .xl\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .xl\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .xl\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .xl\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .xl\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .xl\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .xl\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .xl\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .xl\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .xl\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .xl\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .xl\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .xl\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .xl\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .xl\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .xl\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .xl\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .xl\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .xl\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .xl\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .xl\:hover\:mb-29:hover {
    margin-bottom: 7.25rem;
  }

  .xl\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .xl\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .xl\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .xl\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .xl\:hover\:mb-42:hover {
    margin-bottom: 10.5rem;
  }

  .xl\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .xl\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .xl\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .xl\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .xl\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .xl\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .xl\:hover\:mb-68:hover {
    margin-bottom: 17rem;
  }

  .xl\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .xl\:hover\:mb-77:hover {
    margin-bottom: 19.25rem;
  }

  .xl\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .xl\:hover\:mb-82:hover {
    margin-bottom: 20.5rem;
  }

  .xl\:hover\:mb-88:hover {
    margin-bottom: 22rem;
  }

  .xl\:hover\:mb-94:hover {
    margin-bottom: 23.5rem;
  }

  .xl\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .xl\:hover\:mb-98:hover {
    margin-bottom: 24.5rem;
  }

  .xl\:hover\:mb-104:hover {
    margin-bottom: 26rem;
  }

  .xl\:hover\:mb-108:hover {
    margin-bottom: 27rem;
  }

  .xl\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .xl\:hover\:mb-112:hover {
    margin-bottom: 28rem;
  }

  .xl\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .xl\:hover\:mb-128:hover {
    margin-bottom: 32rem;
  }

  .xl\:hover\:mb-132:hover {
    margin-bottom: 33rem;
  }

  .xl\:hover\:mb-134:hover {
    margin-bottom: 33.5rem;
  }

  .xl\:hover\:mb-135:hover {
    margin-bottom: 33.75rem;
  }

  .xl\:hover\:mb-136:hover {
    margin-bottom: 34rem;
  }

  .xl\:hover\:mb-144:hover {
    margin-bottom: 36rem;
  }

  .xl\:hover\:mb-152:hover {
    margin-bottom: 38rem;
  }

  .xl\:hover\:mb-160:hover {
    margin-bottom: 40rem;
  }

  .xl\:hover\:mb-164:hover {
    margin-bottom: 41rem;
  }

  .xl\:hover\:mb-172:hover {
    margin-bottom: 43rem;
  }

  .xl\:hover\:mb-179:hover {
    margin-bottom: 44.75rem;
  }

  .xl\:hover\:mb-184:hover {
    margin-bottom: 46rem;
  }

  .xl\:hover\:mb-192:hover {
    margin-bottom: 48rem;
  }

  .xl\:hover\:mb-224:hover {
    margin-bottom: 56rem;
  }

  .xl\:hover\:mb-240:hover {
    margin-bottom: 60rem;
  }

  .xl\:hover\:mb-256:hover {
    margin-bottom: 64rem;
  }

  .xl\:hover\:mb-265:hover {
    margin-bottom: 66.25rem;
  }

  .xl\:hover\:mb-288:hover {
    margin-bottom: 72rem;
  }

  .xl\:hover\:mb-384:hover {
    margin-bottom: 96rem;
  }

  .xl\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .xl\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .xl\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .xl\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .xl\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .xl\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .xl\:hover\:mb-0\.75:hover {
    margin-bottom: 0.1875rem;
  }

  .xl\:hover\:mb-4\.5:hover {
    margin-bottom: 1.125rem;
  }

  .xl\:hover\:mb-7\.5:hover {
    margin-bottom: 1.875rem;
  }

  .xl\:hover\:mb-9\.5:hover {
    margin-bottom: 2.375rem;
  }

  .xl\:hover\:mb-9\.75:hover {
    margin-bottom: 2.4375rem;
  }

  .xl\:hover\:mb-12\.5:hover {
    margin-bottom: 3.125rem;
  }

  .xl\:hover\:mb-13\.5:hover {
    margin-bottom: 3.375rem;
  }

  .xl\:hover\:mb-292\.5:hover {
    margin-bottom: 73.125rem;
  }

  .xl\:hover\:mb-1\/24:hover {
    margin-bottom: 4.166667%;
  }

  .xl\:hover\:mb-2\/24:hover {
    margin-bottom: 8.333333%;
  }

  .xl\:hover\:mb-3\/24:hover {
    margin-bottom: 12.5%;
  }

  .xl\:hover\:mb-4\/24:hover {
    margin-bottom: 16.666667%;
  }

  .xl\:hover\:mb-5\/24:hover {
    margin-bottom: 20.833333%;
  }

  .xl\:hover\:mb-6\/24:hover {
    margin-bottom: 25%;
  }

  .xl\:hover\:mb-7\/24:hover {
    margin-bottom: 29.166666%;
  }

  .xl\:hover\:mb-8\/24:hover {
    margin-bottom: 33.333333%;
  }

  .xl\:hover\:mb-9\/24:hover {
    margin-bottom: 37.5%;
  }

  .xl\:hover\:mb-10\/24:hover {
    margin-bottom: 41.666666%;
  }

  .xl\:hover\:mb-11\/24:hover {
    margin-bottom: 45.833333%;
  }

  .xl\:hover\:mb-12\/24:hover {
    margin-bottom: 50%;
  }

  .xl\:hover\:mb-13\/24:hover {
    margin-bottom: 54.166666%;
  }

  .xl\:hover\:mb-14\/24:hover {
    margin-bottom: 58.333333%;
  }

  .xl\:hover\:mb-15\/24:hover {
    margin-bottom: 62.5%;
  }

  .xl\:hover\:mb-16\/24:hover {
    margin-bottom: 66.666667%;
  }

  .xl\:hover\:mb-17\/24:hover {
    margin-bottom: 70.833333%;
  }

  .xl\:hover\:mb-18\/24:hover {
    margin-bottom: 75%;
  }

  .xl\:hover\:mb-19\/24:hover {
    margin-bottom: 79.166667%;
  }

  .xl\:hover\:mb-20\/24:hover {
    margin-bottom: 83.333333%;
  }

  .xl\:hover\:mb-21\/24:hover {
    margin-bottom: 87.5%;
  }

  .xl\:hover\:mb-22\/24:hover {
    margin-bottom: 91.666667%;
  }

  .xl\:hover\:mb-23\/24:hover {
    margin-bottom: 95.833333%;
  }

  .xl\:hover\:mb-24\/24:hover {
    margin-bottom: 100%;
  }

  .xl\:hover\:mb-screen-header:hover {
    margin-bottom: 41.55vw;
  }

  .xl\:hover\:mb-screen-60:hover {
    margin-bottom: 60vh;
  }

  .xl\:hover\:mb-screen-80:hover {
    margin-bottom: 80vh;
  }

  .xl\:hover\:mb-screen-85:hover {
    margin-bottom: 85vh;
  }

  .xl\:hover\:mb-screen-90:hover {
    margin-bottom: 90vh;
  }

  .xl\:hover\:mb-screen-95:hover {
    margin-bottom: 95vh;
  }

  .xl\:hover\:mb-screen-minus-header:hover {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .xl\:hover\:mb-screen-minus-35\.5:hover {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .xl\:hover\:mb-screen-minus-36:hover {
    margin-bottom: calc(100vh - 9rem);
  }

  .xl\:hover\:mb-screen-minus-40:hover {
    margin-bottom: calc(100vh - 10rem);
  }

  .xl\:hover\:mb-screen-minus-55:hover {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .xl\:hover\:mb-screen-minus-72:hover {
    margin-bottom: calc(100vh - 18rem);
  }

  .xl\:hover\:mb-screen-minus-80:hover {
    margin-bottom: calc(100vh - 20rem);
  }

  .xl\:hover\:mb-full-4:hover {
    margin-bottom: calc(100% - 16px);
  }

  .xl\:hover\:mb-account-body:hover {
    margin-bottom: calc(100vw - 304px);
  }

  .xl\:hover\:mb-menu-center:hover {
    margin-bottom: calc(50% - 288px);
  }

  .xl\:hover\:mb-tutorials-hidden:hover {
    margin-bottom: calc(100% - 56px);
  }

  .xl\:hover\:mb-popup-full-width:hover {
    margin-bottom: calc(100% + 32px);
  }

  .xl\:hover\:mb-popup-full-width-md:hover {
    margin-bottom: calc(100% + 64px);
  }

  .xl\:hover\:mb-popup-full-height:hover {
    margin-bottom: calc(100% + 68px);
  }

  .xl\:hover\:mb-max-content:hover {
    margin-bottom: max-content;
  }

  .xl\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .xl\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .xl\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .xl\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .xl\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .xl\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .xl\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .xl\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .xl\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .xl\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .xl\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .xl\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .xl\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .xl\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .xl\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .xl\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .xl\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .xl\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .xl\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .xl\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .xl\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .xl\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .xl\:hover\:-mb-29:hover {
    margin-bottom: -7.25rem;
  }

  .xl\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .xl\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .xl\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .xl\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .xl\:hover\:-mb-42:hover {
    margin-bottom: -10.5rem;
  }

  .xl\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .xl\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .xl\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .xl\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .xl\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .xl\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .xl\:hover\:-mb-68:hover {
    margin-bottom: -17rem;
  }

  .xl\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .xl\:hover\:-mb-77:hover {
    margin-bottom: -19.25rem;
  }

  .xl\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .xl\:hover\:-mb-82:hover {
    margin-bottom: -20.5rem;
  }

  .xl\:hover\:-mb-88:hover {
    margin-bottom: -22rem;
  }

  .xl\:hover\:-mb-94:hover {
    margin-bottom: -23.5rem;
  }

  .xl\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .xl\:hover\:-mb-98:hover {
    margin-bottom: -24.5rem;
  }

  .xl\:hover\:-mb-104:hover {
    margin-bottom: -26rem;
  }

  .xl\:hover\:-mb-108:hover {
    margin-bottom: -27rem;
  }

  .xl\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .xl\:hover\:-mb-112:hover {
    margin-bottom: -28rem;
  }

  .xl\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .xl\:hover\:-mb-128:hover {
    margin-bottom: -32rem;
  }

  .xl\:hover\:-mb-132:hover {
    margin-bottom: -33rem;
  }

  .xl\:hover\:-mb-134:hover {
    margin-bottom: -33.5rem;
  }

  .xl\:hover\:-mb-135:hover {
    margin-bottom: -33.75rem;
  }

  .xl\:hover\:-mb-136:hover {
    margin-bottom: -34rem;
  }

  .xl\:hover\:-mb-144:hover {
    margin-bottom: -36rem;
  }

  .xl\:hover\:-mb-152:hover {
    margin-bottom: -38rem;
  }

  .xl\:hover\:-mb-160:hover {
    margin-bottom: -40rem;
  }

  .xl\:hover\:-mb-164:hover {
    margin-bottom: -41rem;
  }

  .xl\:hover\:-mb-172:hover {
    margin-bottom: -43rem;
  }

  .xl\:hover\:-mb-179:hover {
    margin-bottom: -44.75rem;
  }

  .xl\:hover\:-mb-184:hover {
    margin-bottom: -46rem;
  }

  .xl\:hover\:-mb-192:hover {
    margin-bottom: -48rem;
  }

  .xl\:hover\:-mb-224:hover {
    margin-bottom: -56rem;
  }

  .xl\:hover\:-mb-240:hover {
    margin-bottom: -60rem;
  }

  .xl\:hover\:-mb-256:hover {
    margin-bottom: -64rem;
  }

  .xl\:hover\:-mb-265:hover {
    margin-bottom: -66.25rem;
  }

  .xl\:hover\:-mb-288:hover {
    margin-bottom: -72rem;
  }

  .xl\:hover\:-mb-384:hover {
    margin-bottom: -96rem;
  }

  .xl\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .xl\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .xl\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .xl\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .xl\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .xl\:hover\:-mb-0\.75:hover {
    margin-bottom: -0.1875rem;
  }

  .xl\:hover\:-mb-4\.5:hover {
    margin-bottom: -1.125rem;
  }

  .xl\:hover\:-mb-7\.5:hover {
    margin-bottom: -1.875rem;
  }

  .xl\:hover\:-mb-9\.5:hover {
    margin-bottom: -2.375rem;
  }

  .xl\:hover\:-mb-9\.75:hover {
    margin-bottom: -2.4375rem;
  }

  .xl\:hover\:-mb-12\.5:hover {
    margin-bottom: -3.125rem;
  }

  .xl\:hover\:-mb-13\.5:hover {
    margin-bottom: -3.375rem;
  }

  .xl\:hover\:-mb-292\.5:hover {
    margin-bottom: -73.125rem;
  }

  .xl\:hover\:-mb-1\/24:hover {
    margin-bottom: -4.16667%;
  }

  .xl\:hover\:-mb-2\/24:hover {
    margin-bottom: -8.33333%;
  }

  .xl\:hover\:-mb-3\/24:hover {
    margin-bottom: -12.5%;
  }

  .xl\:hover\:-mb-4\/24:hover {
    margin-bottom: -16.66667%;
  }

  .xl\:hover\:-mb-5\/24:hover {
    margin-bottom: -20.83333%;
  }

  .xl\:hover\:-mb-6\/24:hover {
    margin-bottom: -25%;
  }

  .xl\:hover\:-mb-7\/24:hover {
    margin-bottom: -29.16667%;
  }

  .xl\:hover\:-mb-8\/24:hover {
    margin-bottom: -33.33333%;
  }

  .xl\:hover\:-mb-9\/24:hover {
    margin-bottom: -37.5%;
  }

  .xl\:hover\:-mb-10\/24:hover {
    margin-bottom: -41.66667%;
  }

  .xl\:hover\:-mb-11\/24:hover {
    margin-bottom: -45.83333%;
  }

  .xl\:hover\:-mb-12\/24:hover {
    margin-bottom: -50%;
  }

  .xl\:hover\:-mb-13\/24:hover {
    margin-bottom: -54.16667%;
  }

  .xl\:hover\:-mb-14\/24:hover {
    margin-bottom: -58.33333%;
  }

  .xl\:hover\:-mb-15\/24:hover {
    margin-bottom: -62.5%;
  }

  .xl\:hover\:-mb-16\/24:hover {
    margin-bottom: -66.66667%;
  }

  .xl\:hover\:-mb-17\/24:hover {
    margin-bottom: -70.83333%;
  }

  .xl\:hover\:-mb-18\/24:hover {
    margin-bottom: -75%;
  }

  .xl\:hover\:-mb-19\/24:hover {
    margin-bottom: -79.16667%;
  }

  .xl\:hover\:-mb-20\/24:hover {
    margin-bottom: -83.33333%;
  }

  .xl\:hover\:-mb-21\/24:hover {
    margin-bottom: -87.5%;
  }

  .xl\:hover\:-mb-22\/24:hover {
    margin-bottom: -91.66667%;
  }

  .xl\:hover\:-mb-23\/24:hover {
    margin-bottom: -95.83333%;
  }

  .xl\:hover\:-mb-24\/24:hover {
    margin-bottom: -100%;
  }

  .xl\:hover\:-mb-screen-header:hover {
    margin-bottom: -41.55vw;
  }

  .xl\:hover\:-mb-screen-60:hover {
    margin-bottom: -60vh;
  }

  .xl\:hover\:-mb-screen-80:hover {
    margin-bottom: -80vh;
  }

  .xl\:hover\:-mb-screen-85:hover {
    margin-bottom: -85vh;
  }

  .xl\:hover\:-mb-screen-90:hover {
    margin-bottom: -90vh;
  }

  .xl\:hover\:-mb-screen-95:hover {
    margin-bottom: -95vh;
  }

  .xl\:hover\:-mb-screen-minus-header:hover {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .xl\:hover\:-mb-screen-minus-35\.5:hover {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .xl\:hover\:-mb-screen-minus-36:hover {
    margin-bottom: calc(-100vh - -9rem);
  }

  .xl\:hover\:-mb-screen-minus-40:hover {
    margin-bottom: calc(-100vh - -10rem);
  }

  .xl\:hover\:-mb-screen-minus-55:hover {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .xl\:hover\:-mb-screen-minus-72:hover {
    margin-bottom: calc(-100vh - -18rem);
  }

  .xl\:hover\:-mb-screen-minus-80:hover {
    margin-bottom: calc(-100vh - -20rem);
  }

  .xl\:hover\:-mb-full-4:hover {
    margin-bottom: calc(-100% - -16px);
  }

  .xl\:hover\:-mb-account-body:hover {
    margin-bottom: calc(-100vw - -304px);
  }

  .xl\:hover\:-mb-menu-center:hover {
    margin-bottom: calc(-50% - -288px);
  }

  .xl\:hover\:-mb-tutorials-hidden:hover {
    margin-bottom: calc(-100% - -56px);
  }

  .xl\:hover\:-mb-popup-full-width:hover {
    margin-bottom: calc(-100% + -32px);
  }

  .xl\:hover\:-mb-popup-full-width-md:hover {
    margin-bottom: calc(-100% + -64px);
  }

  .xl\:hover\:-mb-popup-full-height:hover {
    margin-bottom: calc(-100% + -68px);
  }

  .xl\:hover\:-mb-max-content:hover {
    margin-bottom: max-content;
  }

  .xl\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .xl\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .xl\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .xl\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .xl\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .xl\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .xl\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .xl\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .xl\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .xl\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .xl\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .xl\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .xl\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .xl\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .xl\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .xl\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .xl\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .xl\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .xl\:hover\:ml-22:hover {
    margin-left: 5.5rem;
  }

  .xl\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .xl\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .xl\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .xl\:hover\:ml-29:hover {
    margin-left: 7.25rem;
  }

  .xl\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .xl\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .xl\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .xl\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .xl\:hover\:ml-42:hover {
    margin-left: 10.5rem;
  }

  .xl\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .xl\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .xl\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .xl\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .xl\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .xl\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .xl\:hover\:ml-68:hover {
    margin-left: 17rem;
  }

  .xl\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .xl\:hover\:ml-77:hover {
    margin-left: 19.25rem;
  }

  .xl\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .xl\:hover\:ml-82:hover {
    margin-left: 20.5rem;
  }

  .xl\:hover\:ml-88:hover {
    margin-left: 22rem;
  }

  .xl\:hover\:ml-94:hover {
    margin-left: 23.5rem;
  }

  .xl\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .xl\:hover\:ml-98:hover {
    margin-left: 24.5rem;
  }

  .xl\:hover\:ml-104:hover {
    margin-left: 26rem;
  }

  .xl\:hover\:ml-108:hover {
    margin-left: 27rem;
  }

  .xl\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .xl\:hover\:ml-112:hover {
    margin-left: 28rem;
  }

  .xl\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .xl\:hover\:ml-128:hover {
    margin-left: 32rem;
  }

  .xl\:hover\:ml-132:hover {
    margin-left: 33rem;
  }

  .xl\:hover\:ml-134:hover {
    margin-left: 33.5rem;
  }

  .xl\:hover\:ml-135:hover {
    margin-left: 33.75rem;
  }

  .xl\:hover\:ml-136:hover {
    margin-left: 34rem;
  }

  .xl\:hover\:ml-144:hover {
    margin-left: 36rem;
  }

  .xl\:hover\:ml-152:hover {
    margin-left: 38rem;
  }

  .xl\:hover\:ml-160:hover {
    margin-left: 40rem;
  }

  .xl\:hover\:ml-164:hover {
    margin-left: 41rem;
  }

  .xl\:hover\:ml-172:hover {
    margin-left: 43rem;
  }

  .xl\:hover\:ml-179:hover {
    margin-left: 44.75rem;
  }

  .xl\:hover\:ml-184:hover {
    margin-left: 46rem;
  }

  .xl\:hover\:ml-192:hover {
    margin-left: 48rem;
  }

  .xl\:hover\:ml-224:hover {
    margin-left: 56rem;
  }

  .xl\:hover\:ml-240:hover {
    margin-left: 60rem;
  }

  .xl\:hover\:ml-256:hover {
    margin-left: 64rem;
  }

  .xl\:hover\:ml-265:hover {
    margin-left: 66.25rem;
  }

  .xl\:hover\:ml-288:hover {
    margin-left: 72rem;
  }

  .xl\:hover\:ml-384:hover {
    margin-left: 96rem;
  }

  .xl\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .xl\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .xl\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .xl\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .xl\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .xl\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .xl\:hover\:ml-0\.75:hover {
    margin-left: 0.1875rem;
  }

  .xl\:hover\:ml-4\.5:hover {
    margin-left: 1.125rem;
  }

  .xl\:hover\:ml-7\.5:hover {
    margin-left: 1.875rem;
  }

  .xl\:hover\:ml-9\.5:hover {
    margin-left: 2.375rem;
  }

  .xl\:hover\:ml-9\.75:hover {
    margin-left: 2.4375rem;
  }

  .xl\:hover\:ml-12\.5:hover {
    margin-left: 3.125rem;
  }

  .xl\:hover\:ml-13\.5:hover {
    margin-left: 3.375rem;
  }

  .xl\:hover\:ml-292\.5:hover {
    margin-left: 73.125rem;
  }

  .xl\:hover\:ml-1\/24:hover {
    margin-left: 4.166667%;
  }

  .xl\:hover\:ml-2\/24:hover {
    margin-left: 8.333333%;
  }

  .xl\:hover\:ml-3\/24:hover {
    margin-left: 12.5%;
  }

  .xl\:hover\:ml-4\/24:hover {
    margin-left: 16.666667%;
  }

  .xl\:hover\:ml-5\/24:hover {
    margin-left: 20.833333%;
  }

  .xl\:hover\:ml-6\/24:hover {
    margin-left: 25%;
  }

  .xl\:hover\:ml-7\/24:hover {
    margin-left: 29.166666%;
  }

  .xl\:hover\:ml-8\/24:hover {
    margin-left: 33.333333%;
  }

  .xl\:hover\:ml-9\/24:hover {
    margin-left: 37.5%;
  }

  .xl\:hover\:ml-10\/24:hover {
    margin-left: 41.666666%;
  }

  .xl\:hover\:ml-11\/24:hover {
    margin-left: 45.833333%;
  }

  .xl\:hover\:ml-12\/24:hover {
    margin-left: 50%;
  }

  .xl\:hover\:ml-13\/24:hover {
    margin-left: 54.166666%;
  }

  .xl\:hover\:ml-14\/24:hover {
    margin-left: 58.333333%;
  }

  .xl\:hover\:ml-15\/24:hover {
    margin-left: 62.5%;
  }

  .xl\:hover\:ml-16\/24:hover {
    margin-left: 66.666667%;
  }

  .xl\:hover\:ml-17\/24:hover {
    margin-left: 70.833333%;
  }

  .xl\:hover\:ml-18\/24:hover {
    margin-left: 75%;
  }

  .xl\:hover\:ml-19\/24:hover {
    margin-left: 79.166667%;
  }

  .xl\:hover\:ml-20\/24:hover {
    margin-left: 83.333333%;
  }

  .xl\:hover\:ml-21\/24:hover {
    margin-left: 87.5%;
  }

  .xl\:hover\:ml-22\/24:hover {
    margin-left: 91.666667%;
  }

  .xl\:hover\:ml-23\/24:hover {
    margin-left: 95.833333%;
  }

  .xl\:hover\:ml-24\/24:hover {
    margin-left: 100%;
  }

  .xl\:hover\:ml-screen-header:hover {
    margin-left: 41.55vw;
  }

  .xl\:hover\:ml-screen-60:hover {
    margin-left: 60vh;
  }

  .xl\:hover\:ml-screen-80:hover {
    margin-left: 80vh;
  }

  .xl\:hover\:ml-screen-85:hover {
    margin-left: 85vh;
  }

  .xl\:hover\:ml-screen-90:hover {
    margin-left: 90vh;
  }

  .xl\:hover\:ml-screen-95:hover {
    margin-left: 95vh;
  }

  .xl\:hover\:ml-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
  }

  .xl\:hover\:ml-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
  }

  .xl\:hover\:ml-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
  }

  .xl\:hover\:ml-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
  }

  .xl\:hover\:ml-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
  }

  .xl\:hover\:ml-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
  }

  .xl\:hover\:ml-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
  }

  .xl\:hover\:ml-full-4:hover {
    margin-left: calc(100% - 16px);
  }

  .xl\:hover\:ml-account-body:hover {
    margin-left: calc(100vw - 304px);
  }

  .xl\:hover\:ml-menu-center:hover {
    margin-left: calc(50% - 288px);
  }

  .xl\:hover\:ml-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
  }

  .xl\:hover\:ml-popup-full-width:hover {
    margin-left: calc(100% + 32px);
  }

  .xl\:hover\:ml-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
  }

  .xl\:hover\:ml-popup-full-height:hover {
    margin-left: calc(100% + 68px);
  }

  .xl\:hover\:ml-max-content:hover {
    margin-left: max-content;
  }

  .xl\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .xl\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .xl\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .xl\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .xl\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .xl\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .xl\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .xl\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .xl\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .xl\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .xl\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .xl\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .xl\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .xl\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .xl\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .xl\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .xl\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .xl\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .xl\:hover\:-ml-22:hover {
    margin-left: -5.5rem;
  }

  .xl\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .xl\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .xl\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .xl\:hover\:-ml-29:hover {
    margin-left: -7.25rem;
  }

  .xl\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .xl\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .xl\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .xl\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .xl\:hover\:-ml-42:hover {
    margin-left: -10.5rem;
  }

  .xl\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .xl\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .xl\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .xl\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .xl\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .xl\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .xl\:hover\:-ml-68:hover {
    margin-left: -17rem;
  }

  .xl\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .xl\:hover\:-ml-77:hover {
    margin-left: -19.25rem;
  }

  .xl\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .xl\:hover\:-ml-82:hover {
    margin-left: -20.5rem;
  }

  .xl\:hover\:-ml-88:hover {
    margin-left: -22rem;
  }

  .xl\:hover\:-ml-94:hover {
    margin-left: -23.5rem;
  }

  .xl\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .xl\:hover\:-ml-98:hover {
    margin-left: -24.5rem;
  }

  .xl\:hover\:-ml-104:hover {
    margin-left: -26rem;
  }

  .xl\:hover\:-ml-108:hover {
    margin-left: -27rem;
  }

  .xl\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .xl\:hover\:-ml-112:hover {
    margin-left: -28rem;
  }

  .xl\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .xl\:hover\:-ml-128:hover {
    margin-left: -32rem;
  }

  .xl\:hover\:-ml-132:hover {
    margin-left: -33rem;
  }

  .xl\:hover\:-ml-134:hover {
    margin-left: -33.5rem;
  }

  .xl\:hover\:-ml-135:hover {
    margin-left: -33.75rem;
  }

  .xl\:hover\:-ml-136:hover {
    margin-left: -34rem;
  }

  .xl\:hover\:-ml-144:hover {
    margin-left: -36rem;
  }

  .xl\:hover\:-ml-152:hover {
    margin-left: -38rem;
  }

  .xl\:hover\:-ml-160:hover {
    margin-left: -40rem;
  }

  .xl\:hover\:-ml-164:hover {
    margin-left: -41rem;
  }

  .xl\:hover\:-ml-172:hover {
    margin-left: -43rem;
  }

  .xl\:hover\:-ml-179:hover {
    margin-left: -44.75rem;
  }

  .xl\:hover\:-ml-184:hover {
    margin-left: -46rem;
  }

  .xl\:hover\:-ml-192:hover {
    margin-left: -48rem;
  }

  .xl\:hover\:-ml-224:hover {
    margin-left: -56rem;
  }

  .xl\:hover\:-ml-240:hover {
    margin-left: -60rem;
  }

  .xl\:hover\:-ml-256:hover {
    margin-left: -64rem;
  }

  .xl\:hover\:-ml-265:hover {
    margin-left: -66.25rem;
  }

  .xl\:hover\:-ml-288:hover {
    margin-left: -72rem;
  }

  .xl\:hover\:-ml-384:hover {
    margin-left: -96rem;
  }

  .xl\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .xl\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .xl\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .xl\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .xl\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .xl\:hover\:-ml-0\.75:hover {
    margin-left: -0.1875rem;
  }

  .xl\:hover\:-ml-4\.5:hover {
    margin-left: -1.125rem;
  }

  .xl\:hover\:-ml-7\.5:hover {
    margin-left: -1.875rem;
  }

  .xl\:hover\:-ml-9\.5:hover {
    margin-left: -2.375rem;
  }

  .xl\:hover\:-ml-9\.75:hover {
    margin-left: -2.4375rem;
  }

  .xl\:hover\:-ml-12\.5:hover {
    margin-left: -3.125rem;
  }

  .xl\:hover\:-ml-13\.5:hover {
    margin-left: -3.375rem;
  }

  .xl\:hover\:-ml-292\.5:hover {
    margin-left: -73.125rem;
  }

  .xl\:hover\:-ml-1\/24:hover {
    margin-left: -4.16667%;
  }

  .xl\:hover\:-ml-2\/24:hover {
    margin-left: -8.33333%;
  }

  .xl\:hover\:-ml-3\/24:hover {
    margin-left: -12.5%;
  }

  .xl\:hover\:-ml-4\/24:hover {
    margin-left: -16.66667%;
  }

  .xl\:hover\:-ml-5\/24:hover {
    margin-left: -20.83333%;
  }

  .xl\:hover\:-ml-6\/24:hover {
    margin-left: -25%;
  }

  .xl\:hover\:-ml-7\/24:hover {
    margin-left: -29.16667%;
  }

  .xl\:hover\:-ml-8\/24:hover {
    margin-left: -33.33333%;
  }

  .xl\:hover\:-ml-9\/24:hover {
    margin-left: -37.5%;
  }

  .xl\:hover\:-ml-10\/24:hover {
    margin-left: -41.66667%;
  }

  .xl\:hover\:-ml-11\/24:hover {
    margin-left: -45.83333%;
  }

  .xl\:hover\:-ml-12\/24:hover {
    margin-left: -50%;
  }

  .xl\:hover\:-ml-13\/24:hover {
    margin-left: -54.16667%;
  }

  .xl\:hover\:-ml-14\/24:hover {
    margin-left: -58.33333%;
  }

  .xl\:hover\:-ml-15\/24:hover {
    margin-left: -62.5%;
  }

  .xl\:hover\:-ml-16\/24:hover {
    margin-left: -66.66667%;
  }

  .xl\:hover\:-ml-17\/24:hover {
    margin-left: -70.83333%;
  }

  .xl\:hover\:-ml-18\/24:hover {
    margin-left: -75%;
  }

  .xl\:hover\:-ml-19\/24:hover {
    margin-left: -79.16667%;
  }

  .xl\:hover\:-ml-20\/24:hover {
    margin-left: -83.33333%;
  }

  .xl\:hover\:-ml-21\/24:hover {
    margin-left: -87.5%;
  }

  .xl\:hover\:-ml-22\/24:hover {
    margin-left: -91.66667%;
  }

  .xl\:hover\:-ml-23\/24:hover {
    margin-left: -95.83333%;
  }

  .xl\:hover\:-ml-24\/24:hover {
    margin-left: -100%;
  }

  .xl\:hover\:-ml-screen-header:hover {
    margin-left: -41.55vw;
  }

  .xl\:hover\:-ml-screen-60:hover {
    margin-left: -60vh;
  }

  .xl\:hover\:-ml-screen-80:hover {
    margin-left: -80vh;
  }

  .xl\:hover\:-ml-screen-85:hover {
    margin-left: -85vh;
  }

  .xl\:hover\:-ml-screen-90:hover {
    margin-left: -90vh;
  }

  .xl\:hover\:-ml-screen-95:hover {
    margin-left: -95vh;
  }

  .xl\:hover\:-ml-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
  }

  .xl\:hover\:-ml-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
  }

  .xl\:hover\:-ml-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
  }

  .xl\:hover\:-ml-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
  }

  .xl\:hover\:-ml-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
  }

  .xl\:hover\:-ml-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
  }

  .xl\:hover\:-ml-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
  }

  .xl\:hover\:-ml-full-4:hover {
    margin-left: calc(-100% - -16px);
  }

  .xl\:hover\:-ml-account-body:hover {
    margin-left: calc(-100vw - -304px);
  }

  .xl\:hover\:-ml-menu-center:hover {
    margin-left: calc(-50% - -288px);
  }

  .xl\:hover\:-ml-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
  }

  .xl\:hover\:-ml-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
  }

  .xl\:hover\:-ml-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
  }

  .xl\:hover\:-ml-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
  }

  .xl\:hover\:-ml-max-content:hover {
    margin-left: max-content;
  }

  .xl\:box-border {
    box-sizing: border-box;
  }

  .xl\:box-content {
    box-sizing: content-box;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:table {
    display: table;
  }

  .xl\:inline-table {
    display: inline-table;
  }

  .xl\:table-caption {
    display: table-caption;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:table-column {
    display: table-column;
  }

  .xl\:table-column-group {
    display: table-column-group;
  }

  .xl\:table-footer-group {
    display: table-footer-group;
  }

  .xl\:table-header-group {
    display: table-header-group;
  }

  .xl\:table-row-group {
    display: table-row-group;
  }

  .xl\:table-row {
    display: table-row;
  }

  .xl\:flow-root {
    display: flow-root;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:inline-grid {
    display: inline-grid;
  }

  .xl\:contents {
    display: contents;
  }

  .xl\:list-item {
    display: list-item;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-0 {
    height: 0px;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-18 {
    height: 4.5rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-21 {
    height: 5.25rem;
  }

  .xl\:h-22 {
    height: 5.5rem;
  }

  .xl\:h-24 {
    height: 6rem;
  }

  .xl\:h-26 {
    height: 6.5rem;
  }

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:h-29 {
    height: 7.25rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-34 {
    height: 8.5rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-42 {
    height: 10.5rem;
  }

  .xl\:h-44 {
    height: 11rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-60 {
    height: 15rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-68 {
    height: 17rem;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-77 {
    height: 19.25rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-82 {
    height: 20.5rem;
  }

  .xl\:h-88 {
    height: 22rem;
  }

  .xl\:h-94 {
    height: 23.5rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-98 {
    height: 24.5rem;
  }

  .xl\:h-104 {
    height: 26rem;
  }

  .xl\:h-108 {
    height: 27rem;
  }

  .xl\:h-110 {
    height: 27.5rem;
  }

  .xl\:h-112 {
    height: 28rem;
  }

  .xl\:h-120 {
    height: 30rem;
  }

  .xl\:h-128 {
    height: 32rem;
  }

  .xl\:h-132 {
    height: 33rem;
  }

  .xl\:h-134 {
    height: 33.5rem;
  }

  .xl\:h-135 {
    height: 33.75rem;
  }

  .xl\:h-136 {
    height: 34rem;
  }

  .xl\:h-144 {
    height: 36rem;
  }

  .xl\:h-152 {
    height: 38rem;
  }

  .xl\:h-160 {
    height: 40rem;
  }

  .xl\:h-164 {
    height: 41rem;
  }

  .xl\:h-172 {
    height: 43rem;
  }

  .xl\:h-179 {
    height: 44.75rem;
  }

  .xl\:h-184 {
    height: 46rem;
  }

  .xl\:h-192 {
    height: 48rem;
  }

  .xl\:h-224 {
    height: 56rem;
  }

  .xl\:h-240 {
    height: 60rem;
  }

  .xl\:h-256 {
    height: 64rem;
  }

  .xl\:h-265 {
    height: 66.25rem;
  }

  .xl\:h-288 {
    height: 72rem;
  }

  .xl\:h-384 {
    height: 96rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:h-px {
    height: 1px;
  }

  .xl\:h-0\.5 {
    height: 0.125rem;
  }

  .xl\:h-1\.5 {
    height: 0.375rem;
  }

  .xl\:h-2\.5 {
    height: 0.625rem;
  }

  .xl\:h-3\.5 {
    height: 0.875rem;
  }

  .xl\:h-0\.75 {
    height: 0.1875rem;
  }

  .xl\:h-4\.5 {
    height: 1.125rem;
  }

  .xl\:h-7\.5 {
    height: 1.875rem;
  }

  .xl\:h-9\.5 {
    height: 2.375rem;
  }

  .xl\:h-9\.75 {
    height: 2.4375rem;
  }

  .xl\:h-12\.5 {
    height: 3.125rem;
  }

  .xl\:h-13\.5 {
    height: 3.375rem;
  }

  .xl\:h-292\.5 {
    height: 73.125rem;
  }

  .xl\:h-1\/24 {
    height: 4.166667%;
  }

  .xl\:h-2\/24 {
    height: 8.333333%;
  }

  .xl\:h-3\/24 {
    height: 12.5%;
  }

  .xl\:h-4\/24 {
    height: 16.666667%;
  }

  .xl\:h-5\/24 {
    height: 20.833333%;
  }

  .xl\:h-6\/24 {
    height: 25%;
  }

  .xl\:h-7\/24 {
    height: 29.166666%;
  }

  .xl\:h-8\/24 {
    height: 33.333333%;
  }

  .xl\:h-9\/24 {
    height: 37.5%;
  }

  .xl\:h-10\/24 {
    height: 41.666666%;
  }

  .xl\:h-11\/24 {
    height: 45.833333%;
  }

  .xl\:h-12\/24 {
    height: 50%;
  }

  .xl\:h-13\/24 {
    height: 54.166666%;
  }

  .xl\:h-14\/24 {
    height: 58.333333%;
  }

  .xl\:h-15\/24 {
    height: 62.5%;
  }

  .xl\:h-16\/24 {
    height: 66.666667%;
  }

  .xl\:h-17\/24 {
    height: 70.833333%;
  }

  .xl\:h-18\/24 {
    height: 75%;
  }

  .xl\:h-19\/24 {
    height: 79.166667%;
  }

  .xl\:h-20\/24 {
    height: 83.333333%;
  }

  .xl\:h-21\/24 {
    height: 87.5%;
  }

  .xl\:h-22\/24 {
    height: 91.666667%;
  }

  .xl\:h-23\/24 {
    height: 95.833333%;
  }

  .xl\:h-24\/24 {
    height: 100%;
  }

  .xl\:h-screen-header {
    height: 41.55vw;
  }

  .xl\:h-screen-60 {
    height: 60vh;
  }

  .xl\:h-screen-80 {
    height: 80vh;
  }

  .xl\:h-screen-85 {
    height: 85vh;
  }

  .xl\:h-screen-90 {
    height: 90vh;
  }

  .xl\:h-screen-95 {
    height: 95vh;
  }

  .xl\:h-screen-minus-header {
    height: calc(100vh - 5.25rem);
  }

  .xl\:h-screen-minus-35\.5 {
    height: calc(100vh - 8.875rem);
  }

  .xl\:h-screen-minus-36 {
    height: calc(100vh - 9rem);
  }

  .xl\:h-screen-minus-40 {
    height: calc(100vh - 10rem);
  }

  .xl\:h-screen-minus-55 {
    height: calc(100vh - 13.75rem);
  }

  .xl\:h-screen-minus-72 {
    height: calc(100vh - 18rem);
  }

  .xl\:h-screen-minus-80 {
    height: calc(100vh - 20rem);
  }

  .xl\:h-full-4 {
    height: calc(100% - 16px);
  }

  .xl\:h-account-body {
    height: calc(100vw - 304px);
  }

  .xl\:h-menu-center {
    height: calc(50% - 288px);
  }

  .xl\:h-tutorials-hidden {
    height: calc(100% - 56px);
  }

  .xl\:h-popup-full-width {
    height: calc(100% + 32px);
  }

  .xl\:h-popup-full-width-md {
    height: calc(100% + 64px);
  }

  .xl\:h-popup-full-height {
    height: calc(100% + 68px);
  }

  .xl\:h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-2\/3 {
    height: 66.666667%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:max-h-0 {
    max-height: 0px;
  }

  .xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .xl\:max-h-4 {
    max-height: 1rem;
  }

  .xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .xl\:max-h-8 {
    max-height: 2rem;
  }

  .xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .xl\:max-h-12 {
    max-height: 3rem;
  }

  .xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .xl\:max-h-16 {
    max-height: 4rem;
  }

  .xl\:max-h-18 {
    max-height: 4.5rem;
  }

  .xl\:max-h-20 {
    max-height: 5rem;
  }

  .xl\:max-h-21 {
    max-height: 5.25rem;
  }

  .xl\:max-h-22 {
    max-height: 5.5rem;
  }

  .xl\:max-h-24 {
    max-height: 6rem;
  }

  .xl\:max-h-26 {
    max-height: 6.5rem;
  }

  .xl\:max-h-28 {
    max-height: 7rem;
  }

  .xl\:max-h-29 {
    max-height: 7.25rem;
  }

  .xl\:max-h-32 {
    max-height: 8rem;
  }

  .xl\:max-h-34 {
    max-height: 8.5rem;
  }

  .xl\:max-h-36 {
    max-height: 9rem;
  }

  .xl\:max-h-40 {
    max-height: 10rem;
  }

  .xl\:max-h-42 {
    max-height: 10.5rem;
  }

  .xl\:max-h-44 {
    max-height: 11rem;
  }

  .xl\:max-h-48 {
    max-height: 12rem;
  }

  .xl\:max-h-52 {
    max-height: 13rem;
  }

  .xl\:max-h-56 {
    max-height: 14rem;
  }

  .xl\:max-h-60 {
    max-height: 15rem;
  }

  .xl\:max-h-64 {
    max-height: 16rem;
  }

  .xl\:max-h-68 {
    max-height: 17rem;
  }

  .xl\:max-h-72 {
    max-height: 18rem;
  }

  .xl\:max-h-77 {
    max-height: 19.25rem;
  }

  .xl\:max-h-80 {
    max-height: 20rem;
  }

  .xl\:max-h-82 {
    max-height: 20.5rem;
  }

  .xl\:max-h-88 {
    max-height: 22rem;
  }

  .xl\:max-h-94 {
    max-height: 23.5rem;
  }

  .xl\:max-h-96 {
    max-height: 24rem;
  }

  .xl\:max-h-98 {
    max-height: 24.5rem;
  }

  .xl\:max-h-104 {
    max-height: 26rem;
  }

  .xl\:max-h-108 {
    max-height: 27rem;
  }

  .xl\:max-h-110 {
    max-height: 27.5rem;
  }

  .xl\:max-h-112 {
    max-height: 28rem;
  }

  .xl\:max-h-120 {
    max-height: 30rem;
  }

  .xl\:max-h-128 {
    max-height: 32rem;
  }

  .xl\:max-h-132 {
    max-height: 33rem;
  }

  .xl\:max-h-134 {
    max-height: 33.5rem;
  }

  .xl\:max-h-135 {
    max-height: 33.75rem;
  }

  .xl\:max-h-136 {
    max-height: 34rem;
  }

  .xl\:max-h-144 {
    max-height: 36rem;
  }

  .xl\:max-h-152 {
    max-height: 38rem;
  }

  .xl\:max-h-160 {
    max-height: 40rem;
  }

  .xl\:max-h-164 {
    max-height: 41rem;
  }

  .xl\:max-h-172 {
    max-height: 43rem;
  }

  .xl\:max-h-179 {
    max-height: 44.75rem;
  }

  .xl\:max-h-184 {
    max-height: 46rem;
  }

  .xl\:max-h-192 {
    max-height: 48rem;
  }

  .xl\:max-h-224 {
    max-height: 56rem;
  }

  .xl\:max-h-240 {
    max-height: 60rem;
  }

  .xl\:max-h-256 {
    max-height: 64rem;
  }

  .xl\:max-h-265 {
    max-height: 66.25rem;
  }

  .xl\:max-h-288 {
    max-height: 72rem;
  }

  .xl\:max-h-384 {
    max-height: 96rem;
  }

  .xl\:max-h-px {
    max-height: 1px;
  }

  .xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .xl\:max-h-0\.75 {
    max-height: 0.1875rem;
  }

  .xl\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .xl\:max-h-7\.5 {
    max-height: 1.875rem;
  }

  .xl\:max-h-9\.5 {
    max-height: 2.375rem;
  }

  .xl\:max-h-9\.75 {
    max-height: 2.4375rem;
  }

  .xl\:max-h-12\.5 {
    max-height: 3.125rem;
  }

  .xl\:max-h-13\.5 {
    max-height: 3.375rem;
  }

  .xl\:max-h-292\.5 {
    max-height: 73.125rem;
  }

  .xl\:max-h-1\/24 {
    max-height: 4.166667%;
  }

  .xl\:max-h-2\/24 {
    max-height: 8.333333%;
  }

  .xl\:max-h-3\/24 {
    max-height: 12.5%;
  }

  .xl\:max-h-4\/24 {
    max-height: 16.666667%;
  }

  .xl\:max-h-5\/24 {
    max-height: 20.833333%;
  }

  .xl\:max-h-6\/24 {
    max-height: 25%;
  }

  .xl\:max-h-7\/24 {
    max-height: 29.166666%;
  }

  .xl\:max-h-8\/24 {
    max-height: 33.333333%;
  }

  .xl\:max-h-9\/24 {
    max-height: 37.5%;
  }

  .xl\:max-h-10\/24 {
    max-height: 41.666666%;
  }

  .xl\:max-h-11\/24 {
    max-height: 45.833333%;
  }

  .xl\:max-h-12\/24 {
    max-height: 50%;
  }

  .xl\:max-h-13\/24 {
    max-height: 54.166666%;
  }

  .xl\:max-h-14\/24 {
    max-height: 58.333333%;
  }

  .xl\:max-h-15\/24 {
    max-height: 62.5%;
  }

  .xl\:max-h-16\/24 {
    max-height: 66.666667%;
  }

  .xl\:max-h-17\/24 {
    max-height: 70.833333%;
  }

  .xl\:max-h-18\/24 {
    max-height: 75%;
  }

  .xl\:max-h-19\/24 {
    max-height: 79.166667%;
  }

  .xl\:max-h-20\/24 {
    max-height: 83.333333%;
  }

  .xl\:max-h-21\/24 {
    max-height: 87.5%;
  }

  .xl\:max-h-22\/24 {
    max-height: 91.666667%;
  }

  .xl\:max-h-23\/24 {
    max-height: 95.833333%;
  }

  .xl\:max-h-24\/24 {
    max-height: 100%;
  }

  .xl\:max-h-screen-header {
    max-height: 41.55vw;
  }

  .xl\:max-h-screen-60 {
    max-height: 60vh;
  }

  .xl\:max-h-screen-80 {
    max-height: 80vh;
  }

  .xl\:max-h-screen-85 {
    max-height: 85vh;
  }

  .xl\:max-h-screen-90 {
    max-height: 90vh;
  }

  .xl\:max-h-screen-95 {
    max-height: 95vh;
  }

  .xl\:max-h-screen-minus-header {
    max-height: calc(100vh - 5.25rem);
  }

  .xl\:max-h-screen-minus-35\.5 {
    max-height: calc(100vh - 8.875rem);
  }

  .xl\:max-h-screen-minus-36 {
    max-height: calc(100vh - 9rem);
  }

  .xl\:max-h-screen-minus-40 {
    max-height: calc(100vh - 10rem);
  }

  .xl\:max-h-screen-minus-55 {
    max-height: calc(100vh - 13.75rem);
  }

  .xl\:max-h-screen-minus-72 {
    max-height: calc(100vh - 18rem);
  }

  .xl\:max-h-screen-minus-80 {
    max-height: calc(100vh - 20rem);
  }

  .xl\:max-h-full-4 {
    max-height: calc(100% - 16px);
  }

  .xl\:max-h-account-body {
    max-height: calc(100vw - 304px);
  }

  .xl\:max-h-menu-center {
    max-height: calc(50% - 288px);
  }

  .xl\:max-h-tutorials-hidden {
    max-height: calc(100% - 56px);
  }

  .xl\:max-h-popup-full-width {
    max-height: calc(100% + 32px);
  }

  .xl\:max-h-popup-full-width-md {
    max-height: calc(100% + 64px);
  }

  .xl\:max-h-popup-full-height {
    max-height: calc(100% + 68px);
  }

  .xl\:max-h-max-content {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:min-h-0 {
    min-height: 0px;
  }

  .xl\:min-h-12 {
    min-height: 3rem;
  }

  .xl\:min-h-16 {
    min-height: 4rem;
  }

  .xl\:min-h-24 {
    min-height: 6rem;
  }

  .xl\:min-h-32 {
    min-height: 8rem;
  }

  .xl\:min-h-50 {
    min-height: 12.5rem;
  }

  .xl\:min-h-63 {
    min-height: 15.75rem;
  }

  .xl\:min-h-100 {
    min-height: 25rem;
  }

  .xl\:min-h-116 {
    min-height: 29rem;
  }

  .xl\:min-h-128 {
    min-height: 32rem;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:w-0 {
    width: 0px;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-18 {
    width: 4.5rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-21 {
    width: 5.25rem;
  }

  .xl\:w-22 {
    width: 5.5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-26 {
    width: 6.5rem;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-29 {
    width: 7.25rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-34 {
    width: 8.5rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-42 {
    width: 10.5rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-68 {
    width: 17rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-77 {
    width: 19.25rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-82 {
    width: 20.5rem;
  }

  .xl\:w-88 {
    width: 22rem;
  }

  .xl\:w-94 {
    width: 23.5rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-98 {
    width: 24.5rem;
  }

  .xl\:w-104 {
    width: 26rem;
  }

  .xl\:w-108 {
    width: 27rem;
  }

  .xl\:w-110 {
    width: 27.5rem;
  }

  .xl\:w-112 {
    width: 28rem;
  }

  .xl\:w-120 {
    width: 30rem;
  }

  .xl\:w-128 {
    width: 32rem;
  }

  .xl\:w-132 {
    width: 33rem;
  }

  .xl\:w-134 {
    width: 33.5rem;
  }

  .xl\:w-135 {
    width: 33.75rem;
  }

  .xl\:w-136 {
    width: 34rem;
  }

  .xl\:w-144 {
    width: 36rem;
  }

  .xl\:w-152 {
    width: 38rem;
  }

  .xl\:w-160 {
    width: 40rem;
  }

  .xl\:w-164 {
    width: 41rem;
  }

  .xl\:w-172 {
    width: 43rem;
  }

  .xl\:w-179 {
    width: 44.75rem;
  }

  .xl\:w-184 {
    width: 46rem;
  }

  .xl\:w-192 {
    width: 48rem;
  }

  .xl\:w-224 {
    width: 56rem;
  }

  .xl\:w-240 {
    width: 60rem;
  }

  .xl\:w-256 {
    width: 64rem;
  }

  .xl\:w-265 {
    width: 66.25rem;
  }

  .xl\:w-288 {
    width: 72rem;
  }

  .xl\:w-384 {
    width: 96rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-px {
    width: 1px;
  }

  .xl\:w-0\.5 {
    width: 0.125rem;
  }

  .xl\:w-1\.5 {
    width: 0.375rem;
  }

  .xl\:w-2\.5 {
    width: 0.625rem;
  }

  .xl\:w-3\.5 {
    width: 0.875rem;
  }

  .xl\:w-0\.75 {
    width: 0.1875rem;
  }

  .xl\:w-4\.5 {
    width: 1.125rem;
  }

  .xl\:w-7\.5 {
    width: 1.875rem;
  }

  .xl\:w-9\.5 {
    width: 2.375rem;
  }

  .xl\:w-9\.75 {
    width: 2.4375rem;
  }

  .xl\:w-12\.5 {
    width: 3.125rem;
  }

  .xl\:w-13\.5 {
    width: 3.375rem;
  }

  .xl\:w-292\.5 {
    width: 73.125rem;
  }

  .xl\:w-1\/24 {
    width: 4.166667%;
  }

  .xl\:w-2\/24 {
    width: 8.333333%;
  }

  .xl\:w-3\/24 {
    width: 12.5%;
  }

  .xl\:w-4\/24 {
    width: 16.666667%;
  }

  .xl\:w-5\/24 {
    width: 20.833333%;
  }

  .xl\:w-6\/24 {
    width: 25%;
  }

  .xl\:w-7\/24 {
    width: 29.166666%;
  }

  .xl\:w-8\/24 {
    width: 33.333333%;
  }

  .xl\:w-9\/24 {
    width: 37.5%;
  }

  .xl\:w-10\/24 {
    width: 41.666666%;
  }

  .xl\:w-11\/24 {
    width: 45.833333%;
  }

  .xl\:w-12\/24 {
    width: 50%;
  }

  .xl\:w-13\/24 {
    width: 54.166666%;
  }

  .xl\:w-14\/24 {
    width: 58.333333%;
  }

  .xl\:w-15\/24 {
    width: 62.5%;
  }

  .xl\:w-16\/24 {
    width: 66.666667%;
  }

  .xl\:w-17\/24 {
    width: 70.833333%;
  }

  .xl\:w-18\/24 {
    width: 75%;
  }

  .xl\:w-19\/24 {
    width: 79.166667%;
  }

  .xl\:w-20\/24 {
    width: 83.333333%;
  }

  .xl\:w-21\/24 {
    width: 87.5%;
  }

  .xl\:w-22\/24 {
    width: 91.666667%;
  }

  .xl\:w-23\/24 {
    width: 95.833333%;
  }

  .xl\:w-24\/24 {
    width: 100%;
  }

  .xl\:w-screen-header {
    width: 41.55vw;
  }

  .xl\:w-screen-60 {
    width: 60vh;
  }

  .xl\:w-screen-80 {
    width: 80vh;
  }

  .xl\:w-screen-85 {
    width: 85vh;
  }

  .xl\:w-screen-90 {
    width: 90vh;
  }

  .xl\:w-screen-95 {
    width: 95vh;
  }

  .xl\:w-screen-minus-header {
    width: calc(100vh - 5.25rem);
  }

  .xl\:w-screen-minus-35\.5 {
    width: calc(100vh - 8.875rem);
  }

  .xl\:w-screen-minus-36 {
    width: calc(100vh - 9rem);
  }

  .xl\:w-screen-minus-40 {
    width: calc(100vh - 10rem);
  }

  .xl\:w-screen-minus-55 {
    width: calc(100vh - 13.75rem);
  }

  .xl\:w-screen-minus-72 {
    width: calc(100vh - 18rem);
  }

  .xl\:w-screen-minus-80 {
    width: calc(100vh - 20rem);
  }

  .xl\:w-full-4 {
    width: calc(100% - 16px);
  }

  .xl\:w-account-body {
    width: calc(100vw - 304px);
  }

  .xl\:w-menu-center {
    width: calc(50% - 288px);
  }

  .xl\:w-tutorials-hidden {
    width: calc(100% - 56px);
  }

  .xl\:w-popup-full-width {
    width: calc(100% + 32px);
  }

  .xl\:w-popup-full-width-md {
    width: calc(100% + 64px);
  }

  .xl\:w-popup-full-height {
    width: calc(100% + 68px);
  }

  .xl\:w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/4 {
    width: 50%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-2\/6 {
    width: 33.333333%;
  }

  .xl\:w-3\/6 {
    width: 50%;
  }

  .xl\:w-4\/6 {
    width: 66.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/12 {
    width: 8.333333%;
  }

  .xl\:w-2\/12 {
    width: 16.666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-screen {
    width: 100vw;
  }

  .xl\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .xl\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

  .xl\:min-w-20 {
    min-width: 5rem;
  }

  .xl\:min-w-32 {
    min-width: 8rem;
  }

  .xl\:min-w-50 {
    min-width: 12.5rem;
  }

  .xl\:min-w-64 {
    min-width: 16rem;
  }

  .xl\:min-w-72 {
    min-width: 18rem;
  }

  .xl\:min-w-100 {
    min-width: 25rem;
  }

  .xl\:min-w-105 {
    min-width: 26.25rem;
  }

  .xl\:min-w-150 {
    min-width: 37.5rem;
  }

  .xl\:min-w-168 {
    min-width: 42rem;
  }

  .xl\:min-w-240 {
    min-width: 60rem;
  }

  .xl\:min-w-304 {
    min-width: 76rem;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .xl\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .xl\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .xl\:max-w-0 {
    max-width: 0rem;
  }

  .xl\:max-w-25 {
    max-width: 6.25rem;
  }

  .xl\:max-w-32 {
    max-width: 8rem;
  }

  .xl\:max-w-48 {
    max-width: 12rem;
  }

  .xl\:max-w-62 {
    max-width: 15.5rem;
  }

  .xl\:max-w-64 {
    max-width: 16rem;
  }

  .xl\:max-w-72 {
    max-width: 18rem;
  }

  .xl\:max-w-74 {
    max-width: 18.5rem;
  }

  .xl\:max-w-80 {
    max-width: 20rem;
  }

  .xl\:max-w-88 {
    max-width: 22rem;
  }

  .xl\:max-w-92 {
    max-width: 23rem;
  }

  .xl\:max-w-112 {
    max-width: 28rem;
  }

  .xl\:max-w-128 {
    max-width: 32rem;
  }

  .xl\:max-w-144 {
    max-width: 36rem;
  }

  .xl\:max-w-168 {
    max-width: 42rem;
  }

  .xl\:max-w-172 {
    max-width: 43rem;
  }

  .xl\:max-w-208 {
    max-width: 52rem;
  }

  .xl\:max-w-232 {
    max-width: 58rem;
  }

  .xl\:max-w-254 {
    max-width: 63.5rem;
  }

  .xl\:max-w-280 {
    max-width: 70rem;
  }

  .xl\:max-w-300 {
    max-width: 75rem;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .xl\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .xl\:max-w-prose {
    max-width: 65ch;
  }

  .xl\:max-w-screen-xs {
    max-width: 425px;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .xl\:max-w-explorer {
    max-width: calc(100% - 1rem);
  }

  .xl\:flex-1 {
    flex: 1 1 0%;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

  .xl\:flex-initial {
    flex: 0 1 auto;
  }

  .xl\:flex-none {
    flex: none;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xl\:flex-shrink {
    flex-shrink: 1;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xl\:flex-grow {
    flex-grow: 1;
  }

  .xl\:table-auto {
    table-layout: auto;
  }

  .xl\:table-fixed {
    table-layout: fixed;
  }

  .xl\:border-collapse {
    border-collapse: collapse;
  }

  .xl\:border-separate {
    border-collapse: separate;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .xl\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .xl\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .xl\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .xl\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .xl\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .xl\:translate-x-29 {
    --tw-translate-x: 7.25rem;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .xl\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .xl\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .xl\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .xl\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .xl\:translate-x-77 {
    --tw-translate-x: 19.25rem;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .xl\:translate-x-82 {
    --tw-translate-x: 20.5rem;
  }

  .xl\:translate-x-88 {
    --tw-translate-x: 22rem;
  }

  .xl\:translate-x-94 {
    --tw-translate-x: 23.5rem;
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .xl\:translate-x-98 {
    --tw-translate-x: 24.5rem;
  }

  .xl\:translate-x-104 {
    --tw-translate-x: 26rem;
  }

  .xl\:translate-x-108 {
    --tw-translate-x: 27rem;
  }

  .xl\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .xl\:translate-x-112 {
    --tw-translate-x: 28rem;
  }

  .xl\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .xl\:translate-x-128 {
    --tw-translate-x: 32rem;
  }

  .xl\:translate-x-132 {
    --tw-translate-x: 33rem;
  }

  .xl\:translate-x-134 {
    --tw-translate-x: 33.5rem;
  }

  .xl\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .xl\:translate-x-136 {
    --tw-translate-x: 34rem;
  }

  .xl\:translate-x-144 {
    --tw-translate-x: 36rem;
  }

  .xl\:translate-x-152 {
    --tw-translate-x: 38rem;
  }

  .xl\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .xl\:translate-x-164 {
    --tw-translate-x: 41rem;
  }

  .xl\:translate-x-172 {
    --tw-translate-x: 43rem;
  }

  .xl\:translate-x-179 {
    --tw-translate-x: 44.75rem;
  }

  .xl\:translate-x-184 {
    --tw-translate-x: 46rem;
  }

  .xl\:translate-x-192 {
    --tw-translate-x: 48rem;
  }

  .xl\:translate-x-224 {
    --tw-translate-x: 56rem;
  }

  .xl\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .xl\:translate-x-256 {
    --tw-translate-x: 64rem;
  }

  .xl\:translate-x-265 {
    --tw-translate-x: 66.25rem;
  }

  .xl\:translate-x-288 {
    --tw-translate-x: 72rem;
  }

  .xl\:translate-x-384 {
    --tw-translate-x: 96rem;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .xl\:translate-x-0\.75 {
    --tw-translate-x: 0.1875rem;
  }

  .xl\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .xl\:translate-x-7\.5 {
    --tw-translate-x: 1.875rem;
  }

  .xl\:translate-x-9\.5 {
    --tw-translate-x: 2.375rem;
  }

  .xl\:translate-x-9\.75 {
    --tw-translate-x: 2.4375rem;
  }

  .xl\:translate-x-12\.5 {
    --tw-translate-x: 3.125rem;
  }

  .xl\:translate-x-13\.5 {
    --tw-translate-x: 3.375rem;
  }

  .xl\:translate-x-292\.5 {
    --tw-translate-x: 73.125rem;
  }

  .xl\:translate-x-1\/24 {
    --tw-translate-x: 4.166667%;
  }

  .xl\:translate-x-2\/24 {
    --tw-translate-x: 8.333333%;
  }

  .xl\:translate-x-3\/24 {
    --tw-translate-x: 12.5%;
  }

  .xl\:translate-x-4\/24 {
    --tw-translate-x: 16.666667%;
  }

  .xl\:translate-x-5\/24 {
    --tw-translate-x: 20.833333%;
  }

  .xl\:translate-x-6\/24 {
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-7\/24 {
    --tw-translate-x: 29.166666%;
  }

  .xl\:translate-x-8\/24 {
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-9\/24 {
    --tw-translate-x: 37.5%;
  }

  .xl\:translate-x-10\/24 {
    --tw-translate-x: 41.666666%;
  }

  .xl\:translate-x-11\/24 {
    --tw-translate-x: 45.833333%;
  }

  .xl\:translate-x-12\/24 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-13\/24 {
    --tw-translate-x: 54.166666%;
  }

  .xl\:translate-x-14\/24 {
    --tw-translate-x: 58.333333%;
  }

  .xl\:translate-x-15\/24 {
    --tw-translate-x: 62.5%;
  }

  .xl\:translate-x-16\/24 {
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-17\/24 {
    --tw-translate-x: 70.833333%;
  }

  .xl\:translate-x-18\/24 {
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-19\/24 {
    --tw-translate-x: 79.166667%;
  }

  .xl\:translate-x-20\/24 {
    --tw-translate-x: 83.333333%;
  }

  .xl\:translate-x-21\/24 {
    --tw-translate-x: 87.5%;
  }

  .xl\:translate-x-22\/24 {
    --tw-translate-x: 91.666667%;
  }

  .xl\:translate-x-23\/24 {
    --tw-translate-x: 95.833333%;
  }

  .xl\:translate-x-24\/24 {
    --tw-translate-x: 100%;
  }

  .xl\:translate-x-screen-header {
    --tw-translate-x: 41.55vw;
  }

  .xl\:translate-x-screen-60 {
    --tw-translate-x: 60vh;
  }

  .xl\:translate-x-screen-80 {
    --tw-translate-x: 80vh;
  }

  .xl\:translate-x-screen-85 {
    --tw-translate-x: 85vh;
  }

  .xl\:translate-x-screen-90 {
    --tw-translate-x: 90vh;
  }

  .xl\:translate-x-screen-95 {
    --tw-translate-x: 95vh;
  }

  .xl\:translate-x-screen-minus-header {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .xl\:translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .xl\:translate-x-screen-minus-36 {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .xl\:translate-x-screen-minus-40 {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .xl\:translate-x-screen-minus-55 {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .xl\:translate-x-screen-minus-72 {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .xl\:translate-x-screen-minus-80 {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .xl\:translate-x-full-4 {
    --tw-translate-x: calc(100% - 16px);
  }

  .xl\:translate-x-account-body {
    --tw-translate-x: calc(100vw - 304px);
  }

  .xl\:translate-x-menu-center {
    --tw-translate-x: calc(50% - 288px);
  }

  .xl\:translate-x-tutorials-hidden {
    --tw-translate-x: calc(100% - 56px);
  }

  .xl\:translate-x-popup-full-width {
    --tw-translate-x: calc(100% + 32px);
  }

  .xl\:translate-x-popup-full-width-md {
    --tw-translate-x: calc(100% + 64px);
  }

  .xl\:translate-x-popup-full-height {
    --tw-translate-x: calc(100% + 68px);
  }

  .xl\:translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .xl\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .xl\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .xl\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .xl\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .xl\:-translate-x-29 {
    --tw-translate-x: -7.25rem;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .xl\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .xl\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .xl\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .xl\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .xl\:-translate-x-77 {
    --tw-translate-x: -19.25rem;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .xl\:-translate-x-82 {
    --tw-translate-x: -20.5rem;
  }

  .xl\:-translate-x-88 {
    --tw-translate-x: -22rem;
  }

  .xl\:-translate-x-94 {
    --tw-translate-x: -23.5rem;
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .xl\:-translate-x-98 {
    --tw-translate-x: -24.5rem;
  }

  .xl\:-translate-x-104 {
    --tw-translate-x: -26rem;
  }

  .xl\:-translate-x-108 {
    --tw-translate-x: -27rem;
  }

  .xl\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .xl\:-translate-x-112 {
    --tw-translate-x: -28rem;
  }

  .xl\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .xl\:-translate-x-128 {
    --tw-translate-x: -32rem;
  }

  .xl\:-translate-x-132 {
    --tw-translate-x: -33rem;
  }

  .xl\:-translate-x-134 {
    --tw-translate-x: -33.5rem;
  }

  .xl\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .xl\:-translate-x-136 {
    --tw-translate-x: -34rem;
  }

  .xl\:-translate-x-144 {
    --tw-translate-x: -36rem;
  }

  .xl\:-translate-x-152 {
    --tw-translate-x: -38rem;
  }

  .xl\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .xl\:-translate-x-164 {
    --tw-translate-x: -41rem;
  }

  .xl\:-translate-x-172 {
    --tw-translate-x: -43rem;
  }

  .xl\:-translate-x-179 {
    --tw-translate-x: -44.75rem;
  }

  .xl\:-translate-x-184 {
    --tw-translate-x: -46rem;
  }

  .xl\:-translate-x-192 {
    --tw-translate-x: -48rem;
  }

  .xl\:-translate-x-224 {
    --tw-translate-x: -56rem;
  }

  .xl\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .xl\:-translate-x-256 {
    --tw-translate-x: -64rem;
  }

  .xl\:-translate-x-265 {
    --tw-translate-x: -66.25rem;
  }

  .xl\:-translate-x-288 {
    --tw-translate-x: -72rem;
  }

  .xl\:-translate-x-384 {
    --tw-translate-x: -96rem;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .xl\:-translate-x-0\.75 {
    --tw-translate-x: -0.1875rem;
  }

  .xl\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .xl\:-translate-x-7\.5 {
    --tw-translate-x: -1.875rem;
  }

  .xl\:-translate-x-9\.5 {
    --tw-translate-x: -2.375rem;
  }

  .xl\:-translate-x-9\.75 {
    --tw-translate-x: -2.4375rem;
  }

  .xl\:-translate-x-12\.5 {
    --tw-translate-x: -3.125rem;
  }

  .xl\:-translate-x-13\.5 {
    --tw-translate-x: -3.375rem;
  }

  .xl\:-translate-x-292\.5 {
    --tw-translate-x: -73.125rem;
  }

  .xl\:-translate-x-1\/24 {
    --tw-translate-x: -4.16667%;
  }

  .xl\:-translate-x-2\/24 {
    --tw-translate-x: -8.33333%;
  }

  .xl\:-translate-x-3\/24 {
    --tw-translate-x: -12.5%;
  }

  .xl\:-translate-x-4\/24 {
    --tw-translate-x: -16.66667%;
  }

  .xl\:-translate-x-5\/24 {
    --tw-translate-x: -20.83333%;
  }

  .xl\:-translate-x-6\/24 {
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-7\/24 {
    --tw-translate-x: -29.16667%;
  }

  .xl\:-translate-x-8\/24 {
    --tw-translate-x: -33.33333%;
  }

  .xl\:-translate-x-9\/24 {
    --tw-translate-x: -37.5%;
  }

  .xl\:-translate-x-10\/24 {
    --tw-translate-x: -41.66667%;
  }

  .xl\:-translate-x-11\/24 {
    --tw-translate-x: -45.83333%;
  }

  .xl\:-translate-x-12\/24 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-13\/24 {
    --tw-translate-x: -54.16667%;
  }

  .xl\:-translate-x-14\/24 {
    --tw-translate-x: -58.33333%;
  }

  .xl\:-translate-x-15\/24 {
    --tw-translate-x: -62.5%;
  }

  .xl\:-translate-x-16\/24 {
    --tw-translate-x: -66.66667%;
  }

  .xl\:-translate-x-17\/24 {
    --tw-translate-x: -70.83333%;
  }

  .xl\:-translate-x-18\/24 {
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-19\/24 {
    --tw-translate-x: -79.16667%;
  }

  .xl\:-translate-x-20\/24 {
    --tw-translate-x: -83.33333%;
  }

  .xl\:-translate-x-21\/24 {
    --tw-translate-x: -87.5%;
  }

  .xl\:-translate-x-22\/24 {
    --tw-translate-x: -91.66667%;
  }

  .xl\:-translate-x-23\/24 {
    --tw-translate-x: -95.83333%;
  }

  .xl\:-translate-x-24\/24 {
    --tw-translate-x: -100%;
  }

  .xl\:-translate-x-screen-header {
    --tw-translate-x: -41.55vw;
  }

  .xl\:-translate-x-screen-60 {
    --tw-translate-x: -60vh;
  }

  .xl\:-translate-x-screen-80 {
    --tw-translate-x: -80vh;
  }

  .xl\:-translate-x-screen-85 {
    --tw-translate-x: -85vh;
  }

  .xl\:-translate-x-screen-90 {
    --tw-translate-x: -90vh;
  }

  .xl\:-translate-x-screen-95 {
    --tw-translate-x: -95vh;
  }

  .xl\:-translate-x-screen-minus-header {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .xl\:-translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .xl\:-translate-x-screen-minus-36 {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .xl\:-translate-x-screen-minus-40 {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .xl\:-translate-x-screen-minus-55 {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .xl\:-translate-x-screen-minus-72 {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .xl\:-translate-x-screen-minus-80 {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .xl\:-translate-x-full-4 {
    --tw-translate-x: calc(-100% - -16px);
  }

  .xl\:-translate-x-account-body {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .xl\:-translate-x-menu-center {
    --tw-translate-x: calc(-50% - -288px);
  }

  .xl\:-translate-x-tutorials-hidden {
    --tw-translate-x: calc(-100% - -56px);
  }

  .xl\:-translate-x-popup-full-width {
    --tw-translate-x: calc(-100% + -32px);
  }

  .xl\:-translate-x-popup-full-width-md {
    --tw-translate-x: calc(-100% + -64px);
  }

  .xl\:-translate-x-popup-full-height {
    --tw-translate-x: calc(-100% + -68px);
  }

  .xl\:-translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .xl\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .xl\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .xl\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .xl\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .xl\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .xl\:translate-y-29 {
    --tw-translate-y: 7.25rem;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .xl\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .xl\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .xl\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .xl\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .xl\:translate-y-77 {
    --tw-translate-y: 19.25rem;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .xl\:translate-y-82 {
    --tw-translate-y: 20.5rem;
  }

  .xl\:translate-y-88 {
    --tw-translate-y: 22rem;
  }

  .xl\:translate-y-94 {
    --tw-translate-y: 23.5rem;
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .xl\:translate-y-98 {
    --tw-translate-y: 24.5rem;
  }

  .xl\:translate-y-104 {
    --tw-translate-y: 26rem;
  }

  .xl\:translate-y-108 {
    --tw-translate-y: 27rem;
  }

  .xl\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .xl\:translate-y-112 {
    --tw-translate-y: 28rem;
  }

  .xl\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .xl\:translate-y-128 {
    --tw-translate-y: 32rem;
  }

  .xl\:translate-y-132 {
    --tw-translate-y: 33rem;
  }

  .xl\:translate-y-134 {
    --tw-translate-y: 33.5rem;
  }

  .xl\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .xl\:translate-y-136 {
    --tw-translate-y: 34rem;
  }

  .xl\:translate-y-144 {
    --tw-translate-y: 36rem;
  }

  .xl\:translate-y-152 {
    --tw-translate-y: 38rem;
  }

  .xl\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .xl\:translate-y-164 {
    --tw-translate-y: 41rem;
  }

  .xl\:translate-y-172 {
    --tw-translate-y: 43rem;
  }

  .xl\:translate-y-179 {
    --tw-translate-y: 44.75rem;
  }

  .xl\:translate-y-184 {
    --tw-translate-y: 46rem;
  }

  .xl\:translate-y-192 {
    --tw-translate-y: 48rem;
  }

  .xl\:translate-y-224 {
    --tw-translate-y: 56rem;
  }

  .xl\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .xl\:translate-y-256 {
    --tw-translate-y: 64rem;
  }

  .xl\:translate-y-265 {
    --tw-translate-y: 66.25rem;
  }

  .xl\:translate-y-288 {
    --tw-translate-y: 72rem;
  }

  .xl\:translate-y-384 {
    --tw-translate-y: 96rem;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .xl\:translate-y-0\.75 {
    --tw-translate-y: 0.1875rem;
  }

  .xl\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .xl\:translate-y-7\.5 {
    --tw-translate-y: 1.875rem;
  }

  .xl\:translate-y-9\.5 {
    --tw-translate-y: 2.375rem;
  }

  .xl\:translate-y-9\.75 {
    --tw-translate-y: 2.4375rem;
  }

  .xl\:translate-y-12\.5 {
    --tw-translate-y: 3.125rem;
  }

  .xl\:translate-y-13\.5 {
    --tw-translate-y: 3.375rem;
  }

  .xl\:translate-y-292\.5 {
    --tw-translate-y: 73.125rem;
  }

  .xl\:translate-y-1\/24 {
    --tw-translate-y: 4.166667%;
  }

  .xl\:translate-y-2\/24 {
    --tw-translate-y: 8.333333%;
  }

  .xl\:translate-y-3\/24 {
    --tw-translate-y: 12.5%;
  }

  .xl\:translate-y-4\/24 {
    --tw-translate-y: 16.666667%;
  }

  .xl\:translate-y-5\/24 {
    --tw-translate-y: 20.833333%;
  }

  .xl\:translate-y-6\/24 {
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-7\/24 {
    --tw-translate-y: 29.166666%;
  }

  .xl\:translate-y-8\/24 {
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-9\/24 {
    --tw-translate-y: 37.5%;
  }

  .xl\:translate-y-10\/24 {
    --tw-translate-y: 41.666666%;
  }

  .xl\:translate-y-11\/24 {
    --tw-translate-y: 45.833333%;
  }

  .xl\:translate-y-12\/24 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-13\/24 {
    --tw-translate-y: 54.166666%;
  }

  .xl\:translate-y-14\/24 {
    --tw-translate-y: 58.333333%;
  }

  .xl\:translate-y-15\/24 {
    --tw-translate-y: 62.5%;
  }

  .xl\:translate-y-16\/24 {
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-17\/24 {
    --tw-translate-y: 70.833333%;
  }

  .xl\:translate-y-18\/24 {
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-19\/24 {
    --tw-translate-y: 79.166667%;
  }

  .xl\:translate-y-20\/24 {
    --tw-translate-y: 83.333333%;
  }

  .xl\:translate-y-21\/24 {
    --tw-translate-y: 87.5%;
  }

  .xl\:translate-y-22\/24 {
    --tw-translate-y: 91.666667%;
  }

  .xl\:translate-y-23\/24 {
    --tw-translate-y: 95.833333%;
  }

  .xl\:translate-y-24\/24 {
    --tw-translate-y: 100%;
  }

  .xl\:translate-y-screen-header {
    --tw-translate-y: 41.55vw;
  }

  .xl\:translate-y-screen-60 {
    --tw-translate-y: 60vh;
  }

  .xl\:translate-y-screen-80 {
    --tw-translate-y: 80vh;
  }

  .xl\:translate-y-screen-85 {
    --tw-translate-y: 85vh;
  }

  .xl\:translate-y-screen-90 {
    --tw-translate-y: 90vh;
  }

  .xl\:translate-y-screen-95 {
    --tw-translate-y: 95vh;
  }

  .xl\:translate-y-screen-minus-header {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .xl\:translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .xl\:translate-y-screen-minus-36 {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .xl\:translate-y-screen-minus-40 {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .xl\:translate-y-screen-minus-55 {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .xl\:translate-y-screen-minus-72 {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .xl\:translate-y-screen-minus-80 {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .xl\:translate-y-full-4 {
    --tw-translate-y: calc(100% - 16px);
  }

  .xl\:translate-y-account-body {
    --tw-translate-y: calc(100vw - 304px);
  }

  .xl\:translate-y-menu-center {
    --tw-translate-y: calc(50% - 288px);
  }

  .xl\:translate-y-tutorials-hidden {
    --tw-translate-y: calc(100% - 56px);
  }

  .xl\:translate-y-popup-full-width {
    --tw-translate-y: calc(100% + 32px);
  }

  .xl\:translate-y-popup-full-width-md {
    --tw-translate-y: calc(100% + 64px);
  }

  .xl\:translate-y-popup-full-height {
    --tw-translate-y: calc(100% + 68px);
  }

  .xl\:translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .xl\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .xl\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .xl\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .xl\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .xl\:-translate-y-29 {
    --tw-translate-y: -7.25rem;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .xl\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .xl\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .xl\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .xl\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .xl\:-translate-y-77 {
    --tw-translate-y: -19.25rem;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .xl\:-translate-y-82 {
    --tw-translate-y: -20.5rem;
  }

  .xl\:-translate-y-88 {
    --tw-translate-y: -22rem;
  }

  .xl\:-translate-y-94 {
    --tw-translate-y: -23.5rem;
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .xl\:-translate-y-98 {
    --tw-translate-y: -24.5rem;
  }

  .xl\:-translate-y-104 {
    --tw-translate-y: -26rem;
  }

  .xl\:-translate-y-108 {
    --tw-translate-y: -27rem;
  }

  .xl\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .xl\:-translate-y-112 {
    --tw-translate-y: -28rem;
  }

  .xl\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .xl\:-translate-y-128 {
    --tw-translate-y: -32rem;
  }

  .xl\:-translate-y-132 {
    --tw-translate-y: -33rem;
  }

  .xl\:-translate-y-134 {
    --tw-translate-y: -33.5rem;
  }

  .xl\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .xl\:-translate-y-136 {
    --tw-translate-y: -34rem;
  }

  .xl\:-translate-y-144 {
    --tw-translate-y: -36rem;
  }

  .xl\:-translate-y-152 {
    --tw-translate-y: -38rem;
  }

  .xl\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .xl\:-translate-y-164 {
    --tw-translate-y: -41rem;
  }

  .xl\:-translate-y-172 {
    --tw-translate-y: -43rem;
  }

  .xl\:-translate-y-179 {
    --tw-translate-y: -44.75rem;
  }

  .xl\:-translate-y-184 {
    --tw-translate-y: -46rem;
  }

  .xl\:-translate-y-192 {
    --tw-translate-y: -48rem;
  }

  .xl\:-translate-y-224 {
    --tw-translate-y: -56rem;
  }

  .xl\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .xl\:-translate-y-256 {
    --tw-translate-y: -64rem;
  }

  .xl\:-translate-y-265 {
    --tw-translate-y: -66.25rem;
  }

  .xl\:-translate-y-288 {
    --tw-translate-y: -72rem;
  }

  .xl\:-translate-y-384 {
    --tw-translate-y: -96rem;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .xl\:-translate-y-0\.75 {
    --tw-translate-y: -0.1875rem;
  }

  .xl\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .xl\:-translate-y-7\.5 {
    --tw-translate-y: -1.875rem;
  }

  .xl\:-translate-y-9\.5 {
    --tw-translate-y: -2.375rem;
  }

  .xl\:-translate-y-9\.75 {
    --tw-translate-y: -2.4375rem;
  }

  .xl\:-translate-y-12\.5 {
    --tw-translate-y: -3.125rem;
  }

  .xl\:-translate-y-13\.5 {
    --tw-translate-y: -3.375rem;
  }

  .xl\:-translate-y-292\.5 {
    --tw-translate-y: -73.125rem;
  }

  .xl\:-translate-y-1\/24 {
    --tw-translate-y: -4.16667%;
  }

  .xl\:-translate-y-2\/24 {
    --tw-translate-y: -8.33333%;
  }

  .xl\:-translate-y-3\/24 {
    --tw-translate-y: -12.5%;
  }

  .xl\:-translate-y-4\/24 {
    --tw-translate-y: -16.66667%;
  }

  .xl\:-translate-y-5\/24 {
    --tw-translate-y: -20.83333%;
  }

  .xl\:-translate-y-6\/24 {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-7\/24 {
    --tw-translate-y: -29.16667%;
  }

  .xl\:-translate-y-8\/24 {
    --tw-translate-y: -33.33333%;
  }

  .xl\:-translate-y-9\/24 {
    --tw-translate-y: -37.5%;
  }

  .xl\:-translate-y-10\/24 {
    --tw-translate-y: -41.66667%;
  }

  .xl\:-translate-y-11\/24 {
    --tw-translate-y: -45.83333%;
  }

  .xl\:-translate-y-12\/24 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-13\/24 {
    --tw-translate-y: -54.16667%;
  }

  .xl\:-translate-y-14\/24 {
    --tw-translate-y: -58.33333%;
  }

  .xl\:-translate-y-15\/24 {
    --tw-translate-y: -62.5%;
  }

  .xl\:-translate-y-16\/24 {
    --tw-translate-y: -66.66667%;
  }

  .xl\:-translate-y-17\/24 {
    --tw-translate-y: -70.83333%;
  }

  .xl\:-translate-y-18\/24 {
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-19\/24 {
    --tw-translate-y: -79.16667%;
  }

  .xl\:-translate-y-20\/24 {
    --tw-translate-y: -83.33333%;
  }

  .xl\:-translate-y-21\/24 {
    --tw-translate-y: -87.5%;
  }

  .xl\:-translate-y-22\/24 {
    --tw-translate-y: -91.66667%;
  }

  .xl\:-translate-y-23\/24 {
    --tw-translate-y: -95.83333%;
  }

  .xl\:-translate-y-24\/24 {
    --tw-translate-y: -100%;
  }

  .xl\:-translate-y-screen-header {
    --tw-translate-y: -41.55vw;
  }

  .xl\:-translate-y-screen-60 {
    --tw-translate-y: -60vh;
  }

  .xl\:-translate-y-screen-80 {
    --tw-translate-y: -80vh;
  }

  .xl\:-translate-y-screen-85 {
    --tw-translate-y: -85vh;
  }

  .xl\:-translate-y-screen-90 {
    --tw-translate-y: -90vh;
  }

  .xl\:-translate-y-screen-95 {
    --tw-translate-y: -95vh;
  }

  .xl\:-translate-y-screen-minus-header {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .xl\:-translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .xl\:-translate-y-screen-minus-36 {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .xl\:-translate-y-screen-minus-40 {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .xl\:-translate-y-screen-minus-55 {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .xl\:-translate-y-screen-minus-72 {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .xl\:-translate-y-screen-minus-80 {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .xl\:-translate-y-full-4 {
    --tw-translate-y: calc(-100% - -16px);
  }

  .xl\:-translate-y-account-body {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .xl\:-translate-y-menu-center {
    --tw-translate-y: calc(-50% - -288px);
  }

  .xl\:-translate-y-tutorials-hidden {
    --tw-translate-y: calc(-100% - -56px);
  }

  .xl\:-translate-y-popup-full-width {
    --tw-translate-y: calc(-100% + -32px);
  }

  .xl\:-translate-y-popup-full-width-md {
    --tw-translate-y: calc(-100% + -64px);
  }

  .xl\:-translate-y-popup-full-height {
    --tw-translate-y: calc(-100% + -68px);
  }

  .xl\:-translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .xl\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .xl\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .xl\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .xl\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .xl\:hover\:translate-x-29:hover {
    --tw-translate-x: 7.25rem;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .xl\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .xl\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .xl\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .xl\:hover\:translate-x-77:hover {
    --tw-translate-x: 19.25rem;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .xl\:hover\:translate-x-82:hover {
    --tw-translate-x: 20.5rem;
  }

  .xl\:hover\:translate-x-88:hover {
    --tw-translate-x: 22rem;
  }

  .xl\:hover\:translate-x-94:hover {
    --tw-translate-x: 23.5rem;
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .xl\:hover\:translate-x-98:hover {
    --tw-translate-x: 24.5rem;
  }

  .xl\:hover\:translate-x-104:hover {
    --tw-translate-x: 26rem;
  }

  .xl\:hover\:translate-x-108:hover {
    --tw-translate-x: 27rem;
  }

  .xl\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .xl\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem;
  }

  .xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .xl\:hover\:translate-x-128:hover {
    --tw-translate-x: 32rem;
  }

  .xl\:hover\:translate-x-132:hover {
    --tw-translate-x: 33rem;
  }

  .xl\:hover\:translate-x-134:hover {
    --tw-translate-x: 33.5rem;
  }

  .xl\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .xl\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem;
  }

  .xl\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem;
  }

  .xl\:hover\:translate-x-152:hover {
    --tw-translate-x: 38rem;
  }

  .xl\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .xl\:hover\:translate-x-164:hover {
    --tw-translate-x: 41rem;
  }

  .xl\:hover\:translate-x-172:hover {
    --tw-translate-x: 43rem;
  }

  .xl\:hover\:translate-x-179:hover {
    --tw-translate-x: 44.75rem;
  }

  .xl\:hover\:translate-x-184:hover {
    --tw-translate-x: 46rem;
  }

  .xl\:hover\:translate-x-192:hover {
    --tw-translate-x: 48rem;
  }

  .xl\:hover\:translate-x-224:hover {
    --tw-translate-x: 56rem;
  }

  .xl\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .xl\:hover\:translate-x-256:hover {
    --tw-translate-x: 64rem;
  }

  .xl\:hover\:translate-x-265:hover {
    --tw-translate-x: 66.25rem;
  }

  .xl\:hover\:translate-x-288:hover {
    --tw-translate-x: 72rem;
  }

  .xl\:hover\:translate-x-384:hover {
    --tw-translate-x: 96rem;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .xl\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.1875rem;
  }

  .xl\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .xl\:hover\:translate-x-7\.5:hover {
    --tw-translate-x: 1.875rem;
  }

  .xl\:hover\:translate-x-9\.5:hover {
    --tw-translate-x: 2.375rem;
  }

  .xl\:hover\:translate-x-9\.75:hover {
    --tw-translate-x: 2.4375rem;
  }

  .xl\:hover\:translate-x-12\.5:hover {
    --tw-translate-x: 3.125rem;
  }

  .xl\:hover\:translate-x-13\.5:hover {
    --tw-translate-x: 3.375rem;
  }

  .xl\:hover\:translate-x-292\.5:hover {
    --tw-translate-x: 73.125rem;
  }

  .xl\:hover\:translate-x-1\/24:hover {
    --tw-translate-x: 4.166667%;
  }

  .xl\:hover\:translate-x-2\/24:hover {
    --tw-translate-x: 8.333333%;
  }

  .xl\:hover\:translate-x-3\/24:hover {
    --tw-translate-x: 12.5%;
  }

  .xl\:hover\:translate-x-4\/24:hover {
    --tw-translate-x: 16.666667%;
  }

  .xl\:hover\:translate-x-5\/24:hover {
    --tw-translate-x: 20.833333%;
  }

  .xl\:hover\:translate-x-6\/24:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-7\/24:hover {
    --tw-translate-x: 29.166666%;
  }

  .xl\:hover\:translate-x-8\/24:hover {
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-9\/24:hover {
    --tw-translate-x: 37.5%;
  }

  .xl\:hover\:translate-x-10\/24:hover {
    --tw-translate-x: 41.666666%;
  }

  .xl\:hover\:translate-x-11\/24:hover {
    --tw-translate-x: 45.833333%;
  }

  .xl\:hover\:translate-x-12\/24:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-13\/24:hover {
    --tw-translate-x: 54.166666%;
  }

  .xl\:hover\:translate-x-14\/24:hover {
    --tw-translate-x: 58.333333%;
  }

  .xl\:hover\:translate-x-15\/24:hover {
    --tw-translate-x: 62.5%;
  }

  .xl\:hover\:translate-x-16\/24:hover {
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-17\/24:hover {
    --tw-translate-x: 70.833333%;
  }

  .xl\:hover\:translate-x-18\/24:hover {
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-19\/24:hover {
    --tw-translate-x: 79.166667%;
  }

  .xl\:hover\:translate-x-20\/24:hover {
    --tw-translate-x: 83.333333%;
  }

  .xl\:hover\:translate-x-21\/24:hover {
    --tw-translate-x: 87.5%;
  }

  .xl\:hover\:translate-x-22\/24:hover {
    --tw-translate-x: 91.666667%;
  }

  .xl\:hover\:translate-x-23\/24:hover {
    --tw-translate-x: 95.833333%;
  }

  .xl\:hover\:translate-x-24\/24:hover {
    --tw-translate-x: 100%;
  }

  .xl\:hover\:translate-x-screen-header:hover {
    --tw-translate-x: 41.55vw;
  }

  .xl\:hover\:translate-x-screen-60:hover {
    --tw-translate-x: 60vh;
  }

  .xl\:hover\:translate-x-screen-80:hover {
    --tw-translate-x: 80vh;
  }

  .xl\:hover\:translate-x-screen-85:hover {
    --tw-translate-x: 85vh;
  }

  .xl\:hover\:translate-x-screen-90:hover {
    --tw-translate-x: 90vh;
  }

  .xl\:hover\:translate-x-screen-95:hover {
    --tw-translate-x: 95vh;
  }

  .xl\:hover\:translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .xl\:hover\:translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .xl\:hover\:translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .xl\:hover\:translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .xl\:hover\:translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .xl\:hover\:translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .xl\:hover\:translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .xl\:hover\:translate-x-full-4:hover {
    --tw-translate-x: calc(100% - 16px);
  }

  .xl\:hover\:translate-x-account-body:hover {
    --tw-translate-x: calc(100vw - 304px);
  }

  .xl\:hover\:translate-x-menu-center:hover {
    --tw-translate-x: calc(50% - 288px);
  }

  .xl\:hover\:translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(100% - 56px);
  }

  .xl\:hover\:translate-x-popup-full-width:hover {
    --tw-translate-x: calc(100% + 32px);
  }

  .xl\:hover\:translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(100% + 64px);
  }

  .xl\:hover\:translate-x-popup-full-height:hover {
    --tw-translate-x: calc(100% + 68px);
  }

  .xl\:hover\:translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .xl\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .xl\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .xl\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .xl\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .xl\:hover\:-translate-x-29:hover {
    --tw-translate-x: -7.25rem;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .xl\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .xl\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .xl\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .xl\:hover\:-translate-x-77:hover {
    --tw-translate-x: -19.25rem;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .xl\:hover\:-translate-x-82:hover {
    --tw-translate-x: -20.5rem;
  }

  .xl\:hover\:-translate-x-88:hover {
    --tw-translate-x: -22rem;
  }

  .xl\:hover\:-translate-x-94:hover {
    --tw-translate-x: -23.5rem;
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .xl\:hover\:-translate-x-98:hover {
    --tw-translate-x: -24.5rem;
  }

  .xl\:hover\:-translate-x-104:hover {
    --tw-translate-x: -26rem;
  }

  .xl\:hover\:-translate-x-108:hover {
    --tw-translate-x: -27rem;
  }

  .xl\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .xl\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem;
  }

  .xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .xl\:hover\:-translate-x-128:hover {
    --tw-translate-x: -32rem;
  }

  .xl\:hover\:-translate-x-132:hover {
    --tw-translate-x: -33rem;
  }

  .xl\:hover\:-translate-x-134:hover {
    --tw-translate-x: -33.5rem;
  }

  .xl\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .xl\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem;
  }

  .xl\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem;
  }

  .xl\:hover\:-translate-x-152:hover {
    --tw-translate-x: -38rem;
  }

  .xl\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .xl\:hover\:-translate-x-164:hover {
    --tw-translate-x: -41rem;
  }

  .xl\:hover\:-translate-x-172:hover {
    --tw-translate-x: -43rem;
  }

  .xl\:hover\:-translate-x-179:hover {
    --tw-translate-x: -44.75rem;
  }

  .xl\:hover\:-translate-x-184:hover {
    --tw-translate-x: -46rem;
  }

  .xl\:hover\:-translate-x-192:hover {
    --tw-translate-x: -48rem;
  }

  .xl\:hover\:-translate-x-224:hover {
    --tw-translate-x: -56rem;
  }

  .xl\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .xl\:hover\:-translate-x-256:hover {
    --tw-translate-x: -64rem;
  }

  .xl\:hover\:-translate-x-265:hover {
    --tw-translate-x: -66.25rem;
  }

  .xl\:hover\:-translate-x-288:hover {
    --tw-translate-x: -72rem;
  }

  .xl\:hover\:-translate-x-384:hover {
    --tw-translate-x: -96rem;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .xl\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.1875rem;
  }

  .xl\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .xl\:hover\:-translate-x-7\.5:hover {
    --tw-translate-x: -1.875rem;
  }

  .xl\:hover\:-translate-x-9\.5:hover {
    --tw-translate-x: -2.375rem;
  }

  .xl\:hover\:-translate-x-9\.75:hover {
    --tw-translate-x: -2.4375rem;
  }

  .xl\:hover\:-translate-x-12\.5:hover {
    --tw-translate-x: -3.125rem;
  }

  .xl\:hover\:-translate-x-13\.5:hover {
    --tw-translate-x: -3.375rem;
  }

  .xl\:hover\:-translate-x-292\.5:hover {
    --tw-translate-x: -73.125rem;
  }

  .xl\:hover\:-translate-x-1\/24:hover {
    --tw-translate-x: -4.16667%;
  }

  .xl\:hover\:-translate-x-2\/24:hover {
    --tw-translate-x: -8.33333%;
  }

  .xl\:hover\:-translate-x-3\/24:hover {
    --tw-translate-x: -12.5%;
  }

  .xl\:hover\:-translate-x-4\/24:hover {
    --tw-translate-x: -16.66667%;
  }

  .xl\:hover\:-translate-x-5\/24:hover {
    --tw-translate-x: -20.83333%;
  }

  .xl\:hover\:-translate-x-6\/24:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-7\/24:hover {
    --tw-translate-x: -29.16667%;
  }

  .xl\:hover\:-translate-x-8\/24:hover {
    --tw-translate-x: -33.33333%;
  }

  .xl\:hover\:-translate-x-9\/24:hover {
    --tw-translate-x: -37.5%;
  }

  .xl\:hover\:-translate-x-10\/24:hover {
    --tw-translate-x: -41.66667%;
  }

  .xl\:hover\:-translate-x-11\/24:hover {
    --tw-translate-x: -45.83333%;
  }

  .xl\:hover\:-translate-x-12\/24:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-13\/24:hover {
    --tw-translate-x: -54.16667%;
  }

  .xl\:hover\:-translate-x-14\/24:hover {
    --tw-translate-x: -58.33333%;
  }

  .xl\:hover\:-translate-x-15\/24:hover {
    --tw-translate-x: -62.5%;
  }

  .xl\:hover\:-translate-x-16\/24:hover {
    --tw-translate-x: -66.66667%;
  }

  .xl\:hover\:-translate-x-17\/24:hover {
    --tw-translate-x: -70.83333%;
  }

  .xl\:hover\:-translate-x-18\/24:hover {
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-19\/24:hover {
    --tw-translate-x: -79.16667%;
  }

  .xl\:hover\:-translate-x-20\/24:hover {
    --tw-translate-x: -83.33333%;
  }

  .xl\:hover\:-translate-x-21\/24:hover {
    --tw-translate-x: -87.5%;
  }

  .xl\:hover\:-translate-x-22\/24:hover {
    --tw-translate-x: -91.66667%;
  }

  .xl\:hover\:-translate-x-23\/24:hover {
    --tw-translate-x: -95.83333%;
  }

  .xl\:hover\:-translate-x-24\/24:hover {
    --tw-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-screen-header:hover {
    --tw-translate-x: -41.55vw;
  }

  .xl\:hover\:-translate-x-screen-60:hover {
    --tw-translate-x: -60vh;
  }

  .xl\:hover\:-translate-x-screen-80:hover {
    --tw-translate-x: -80vh;
  }

  .xl\:hover\:-translate-x-screen-85:hover {
    --tw-translate-x: -85vh;
  }

  .xl\:hover\:-translate-x-screen-90:hover {
    --tw-translate-x: -90vh;
  }

  .xl\:hover\:-translate-x-screen-95:hover {
    --tw-translate-x: -95vh;
  }

  .xl\:hover\:-translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .xl\:hover\:-translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .xl\:hover\:-translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .xl\:hover\:-translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .xl\:hover\:-translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .xl\:hover\:-translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .xl\:hover\:-translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .xl\:hover\:-translate-x-full-4:hover {
    --tw-translate-x: calc(-100% - -16px);
  }

  .xl\:hover\:-translate-x-account-body:hover {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .xl\:hover\:-translate-x-menu-center:hover {
    --tw-translate-x: calc(-50% - -288px);
  }

  .xl\:hover\:-translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(-100% - -56px);
  }

  .xl\:hover\:-translate-x-popup-full-width:hover {
    --tw-translate-x: calc(-100% + -32px);
  }

  .xl\:hover\:-translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(-100% + -64px);
  }

  .xl\:hover\:-translate-x-popup-full-height:hover {
    --tw-translate-x: calc(-100% + -68px);
  }

  .xl\:hover\:-translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .xl\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .xl\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .xl\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .xl\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .xl\:hover\:translate-y-29:hover {
    --tw-translate-y: 7.25rem;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .xl\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .xl\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .xl\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .xl\:hover\:translate-y-77:hover {
    --tw-translate-y: 19.25rem;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .xl\:hover\:translate-y-82:hover {
    --tw-translate-y: 20.5rem;
  }

  .xl\:hover\:translate-y-88:hover {
    --tw-translate-y: 22rem;
  }

  .xl\:hover\:translate-y-94:hover {
    --tw-translate-y: 23.5rem;
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .xl\:hover\:translate-y-98:hover {
    --tw-translate-y: 24.5rem;
  }

  .xl\:hover\:translate-y-104:hover {
    --tw-translate-y: 26rem;
  }

  .xl\:hover\:translate-y-108:hover {
    --tw-translate-y: 27rem;
  }

  .xl\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .xl\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem;
  }

  .xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .xl\:hover\:translate-y-128:hover {
    --tw-translate-y: 32rem;
  }

  .xl\:hover\:translate-y-132:hover {
    --tw-translate-y: 33rem;
  }

  .xl\:hover\:translate-y-134:hover {
    --tw-translate-y: 33.5rem;
  }

  .xl\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .xl\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem;
  }

  .xl\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem;
  }

  .xl\:hover\:translate-y-152:hover {
    --tw-translate-y: 38rem;
  }

  .xl\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .xl\:hover\:translate-y-164:hover {
    --tw-translate-y: 41rem;
  }

  .xl\:hover\:translate-y-172:hover {
    --tw-translate-y: 43rem;
  }

  .xl\:hover\:translate-y-179:hover {
    --tw-translate-y: 44.75rem;
  }

  .xl\:hover\:translate-y-184:hover {
    --tw-translate-y: 46rem;
  }

  .xl\:hover\:translate-y-192:hover {
    --tw-translate-y: 48rem;
  }

  .xl\:hover\:translate-y-224:hover {
    --tw-translate-y: 56rem;
  }

  .xl\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .xl\:hover\:translate-y-256:hover {
    --tw-translate-y: 64rem;
  }

  .xl\:hover\:translate-y-265:hover {
    --tw-translate-y: 66.25rem;
  }

  .xl\:hover\:translate-y-288:hover {
    --tw-translate-y: 72rem;
  }

  .xl\:hover\:translate-y-384:hover {
    --tw-translate-y: 96rem;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .xl\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.1875rem;
  }

  .xl\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .xl\:hover\:translate-y-7\.5:hover {
    --tw-translate-y: 1.875rem;
  }

  .xl\:hover\:translate-y-9\.5:hover {
    --tw-translate-y: 2.375rem;
  }

  .xl\:hover\:translate-y-9\.75:hover {
    --tw-translate-y: 2.4375rem;
  }

  .xl\:hover\:translate-y-12\.5:hover {
    --tw-translate-y: 3.125rem;
  }

  .xl\:hover\:translate-y-13\.5:hover {
    --tw-translate-y: 3.375rem;
  }

  .xl\:hover\:translate-y-292\.5:hover {
    --tw-translate-y: 73.125rem;
  }

  .xl\:hover\:translate-y-1\/24:hover {
    --tw-translate-y: 4.166667%;
  }

  .xl\:hover\:translate-y-2\/24:hover {
    --tw-translate-y: 8.333333%;
  }

  .xl\:hover\:translate-y-3\/24:hover {
    --tw-translate-y: 12.5%;
  }

  .xl\:hover\:translate-y-4\/24:hover {
    --tw-translate-y: 16.666667%;
  }

  .xl\:hover\:translate-y-5\/24:hover {
    --tw-translate-y: 20.833333%;
  }

  .xl\:hover\:translate-y-6\/24:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-7\/24:hover {
    --tw-translate-y: 29.166666%;
  }

  .xl\:hover\:translate-y-8\/24:hover {
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-9\/24:hover {
    --tw-translate-y: 37.5%;
  }

  .xl\:hover\:translate-y-10\/24:hover {
    --tw-translate-y: 41.666666%;
  }

  .xl\:hover\:translate-y-11\/24:hover {
    --tw-translate-y: 45.833333%;
  }

  .xl\:hover\:translate-y-12\/24:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-13\/24:hover {
    --tw-translate-y: 54.166666%;
  }

  .xl\:hover\:translate-y-14\/24:hover {
    --tw-translate-y: 58.333333%;
  }

  .xl\:hover\:translate-y-15\/24:hover {
    --tw-translate-y: 62.5%;
  }

  .xl\:hover\:translate-y-16\/24:hover {
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-17\/24:hover {
    --tw-translate-y: 70.833333%;
  }

  .xl\:hover\:translate-y-18\/24:hover {
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-19\/24:hover {
    --tw-translate-y: 79.166667%;
  }

  .xl\:hover\:translate-y-20\/24:hover {
    --tw-translate-y: 83.333333%;
  }

  .xl\:hover\:translate-y-21\/24:hover {
    --tw-translate-y: 87.5%;
  }

  .xl\:hover\:translate-y-22\/24:hover {
    --tw-translate-y: 91.666667%;
  }

  .xl\:hover\:translate-y-23\/24:hover {
    --tw-translate-y: 95.833333%;
  }

  .xl\:hover\:translate-y-24\/24:hover {
    --tw-translate-y: 100%;
  }

  .xl\:hover\:translate-y-screen-header:hover {
    --tw-translate-y: 41.55vw;
  }

  .xl\:hover\:translate-y-screen-60:hover {
    --tw-translate-y: 60vh;
  }

  .xl\:hover\:translate-y-screen-80:hover {
    --tw-translate-y: 80vh;
  }

  .xl\:hover\:translate-y-screen-85:hover {
    --tw-translate-y: 85vh;
  }

  .xl\:hover\:translate-y-screen-90:hover {
    --tw-translate-y: 90vh;
  }

  .xl\:hover\:translate-y-screen-95:hover {
    --tw-translate-y: 95vh;
  }

  .xl\:hover\:translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .xl\:hover\:translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .xl\:hover\:translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .xl\:hover\:translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .xl\:hover\:translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .xl\:hover\:translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .xl\:hover\:translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .xl\:hover\:translate-y-full-4:hover {
    --tw-translate-y: calc(100% - 16px);
  }

  .xl\:hover\:translate-y-account-body:hover {
    --tw-translate-y: calc(100vw - 304px);
  }

  .xl\:hover\:translate-y-menu-center:hover {
    --tw-translate-y: calc(50% - 288px);
  }

  .xl\:hover\:translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(100% - 56px);
  }

  .xl\:hover\:translate-y-popup-full-width:hover {
    --tw-translate-y: calc(100% + 32px);
  }

  .xl\:hover\:translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(100% + 64px);
  }

  .xl\:hover\:translate-y-popup-full-height:hover {
    --tw-translate-y: calc(100% + 68px);
  }

  .xl\:hover\:translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .xl\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .xl\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .xl\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .xl\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .xl\:hover\:-translate-y-29:hover {
    --tw-translate-y: -7.25rem;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .xl\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .xl\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .xl\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .xl\:hover\:-translate-y-77:hover {
    --tw-translate-y: -19.25rem;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .xl\:hover\:-translate-y-82:hover {
    --tw-translate-y: -20.5rem;
  }

  .xl\:hover\:-translate-y-88:hover {
    --tw-translate-y: -22rem;
  }

  .xl\:hover\:-translate-y-94:hover {
    --tw-translate-y: -23.5rem;
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .xl\:hover\:-translate-y-98:hover {
    --tw-translate-y: -24.5rem;
  }

  .xl\:hover\:-translate-y-104:hover {
    --tw-translate-y: -26rem;
  }

  .xl\:hover\:-translate-y-108:hover {
    --tw-translate-y: -27rem;
  }

  .xl\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .xl\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem;
  }

  .xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .xl\:hover\:-translate-y-128:hover {
    --tw-translate-y: -32rem;
  }

  .xl\:hover\:-translate-y-132:hover {
    --tw-translate-y: -33rem;
  }

  .xl\:hover\:-translate-y-134:hover {
    --tw-translate-y: -33.5rem;
  }

  .xl\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .xl\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem;
  }

  .xl\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem;
  }

  .xl\:hover\:-translate-y-152:hover {
    --tw-translate-y: -38rem;
  }

  .xl\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .xl\:hover\:-translate-y-164:hover {
    --tw-translate-y: -41rem;
  }

  .xl\:hover\:-translate-y-172:hover {
    --tw-translate-y: -43rem;
  }

  .xl\:hover\:-translate-y-179:hover {
    --tw-translate-y: -44.75rem;
  }

  .xl\:hover\:-translate-y-184:hover {
    --tw-translate-y: -46rem;
  }

  .xl\:hover\:-translate-y-192:hover {
    --tw-translate-y: -48rem;
  }

  .xl\:hover\:-translate-y-224:hover {
    --tw-translate-y: -56rem;
  }

  .xl\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .xl\:hover\:-translate-y-256:hover {
    --tw-translate-y: -64rem;
  }

  .xl\:hover\:-translate-y-265:hover {
    --tw-translate-y: -66.25rem;
  }

  .xl\:hover\:-translate-y-288:hover {
    --tw-translate-y: -72rem;
  }

  .xl\:hover\:-translate-y-384:hover {
    --tw-translate-y: -96rem;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .xl\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.1875rem;
  }

  .xl\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .xl\:hover\:-translate-y-7\.5:hover {
    --tw-translate-y: -1.875rem;
  }

  .xl\:hover\:-translate-y-9\.5:hover {
    --tw-translate-y: -2.375rem;
  }

  .xl\:hover\:-translate-y-9\.75:hover {
    --tw-translate-y: -2.4375rem;
  }

  .xl\:hover\:-translate-y-12\.5:hover {
    --tw-translate-y: -3.125rem;
  }

  .xl\:hover\:-translate-y-13\.5:hover {
    --tw-translate-y: -3.375rem;
  }

  .xl\:hover\:-translate-y-292\.5:hover {
    --tw-translate-y: -73.125rem;
  }

  .xl\:hover\:-translate-y-1\/24:hover {
    --tw-translate-y: -4.16667%;
  }

  .xl\:hover\:-translate-y-2\/24:hover {
    --tw-translate-y: -8.33333%;
  }

  .xl\:hover\:-translate-y-3\/24:hover {
    --tw-translate-y: -12.5%;
  }

  .xl\:hover\:-translate-y-4\/24:hover {
    --tw-translate-y: -16.66667%;
  }

  .xl\:hover\:-translate-y-5\/24:hover {
    --tw-translate-y: -20.83333%;
  }

  .xl\:hover\:-translate-y-6\/24:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-7\/24:hover {
    --tw-translate-y: -29.16667%;
  }

  .xl\:hover\:-translate-y-8\/24:hover {
    --tw-translate-y: -33.33333%;
  }

  .xl\:hover\:-translate-y-9\/24:hover {
    --tw-translate-y: -37.5%;
  }

  .xl\:hover\:-translate-y-10\/24:hover {
    --tw-translate-y: -41.66667%;
  }

  .xl\:hover\:-translate-y-11\/24:hover {
    --tw-translate-y: -45.83333%;
  }

  .xl\:hover\:-translate-y-12\/24:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-13\/24:hover {
    --tw-translate-y: -54.16667%;
  }

  .xl\:hover\:-translate-y-14\/24:hover {
    --tw-translate-y: -58.33333%;
  }

  .xl\:hover\:-translate-y-15\/24:hover {
    --tw-translate-y: -62.5%;
  }

  .xl\:hover\:-translate-y-16\/24:hover {
    --tw-translate-y: -66.66667%;
  }

  .xl\:hover\:-translate-y-17\/24:hover {
    --tw-translate-y: -70.83333%;
  }

  .xl\:hover\:-translate-y-18\/24:hover {
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-19\/24:hover {
    --tw-translate-y: -79.16667%;
  }

  .xl\:hover\:-translate-y-20\/24:hover {
    --tw-translate-y: -83.33333%;
  }

  .xl\:hover\:-translate-y-21\/24:hover {
    --tw-translate-y: -87.5%;
  }

  .xl\:hover\:-translate-y-22\/24:hover {
    --tw-translate-y: -91.66667%;
  }

  .xl\:hover\:-translate-y-23\/24:hover {
    --tw-translate-y: -95.83333%;
  }

  .xl\:hover\:-translate-y-24\/24:hover {
    --tw-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-screen-header:hover {
    --tw-translate-y: -41.55vw;
  }

  .xl\:hover\:-translate-y-screen-60:hover {
    --tw-translate-y: -60vh;
  }

  .xl\:hover\:-translate-y-screen-80:hover {
    --tw-translate-y: -80vh;
  }

  .xl\:hover\:-translate-y-screen-85:hover {
    --tw-translate-y: -85vh;
  }

  .xl\:hover\:-translate-y-screen-90:hover {
    --tw-translate-y: -90vh;
  }

  .xl\:hover\:-translate-y-screen-95:hover {
    --tw-translate-y: -95vh;
  }

  .xl\:hover\:-translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .xl\:hover\:-translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .xl\:hover\:-translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .xl\:hover\:-translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .xl\:hover\:-translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .xl\:hover\:-translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .xl\:hover\:-translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .xl\:hover\:-translate-y-full-4:hover {
    --tw-translate-y: calc(-100% - -16px);
  }

  .xl\:hover\:-translate-y-account-body:hover {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .xl\:hover\:-translate-y-menu-center:hover {
    --tw-translate-y: calc(-50% - -288px);
  }

  .xl\:hover\:-translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(-100% - -56px);
  }

  .xl\:hover\:-translate-y-popup-full-width:hover {
    --tw-translate-y: calc(-100% + -32px);
  }

  .xl\:hover\:-translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(-100% + -64px);
  }

  .xl\:hover\:-translate-y-popup-full-height:hover {
    --tw-translate-y: calc(-100% + -68px);
  }

  .xl\:hover\:-translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .xl\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .xl\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .xl\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .xl\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .xl\:focus\:translate-x-29:focus {
    --tw-translate-x: 7.25rem;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .xl\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .xl\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .xl\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .xl\:focus\:translate-x-77:focus {
    --tw-translate-x: 19.25rem;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .xl\:focus\:translate-x-82:focus {
    --tw-translate-x: 20.5rem;
  }

  .xl\:focus\:translate-x-88:focus {
    --tw-translate-x: 22rem;
  }

  .xl\:focus\:translate-x-94:focus {
    --tw-translate-x: 23.5rem;
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .xl\:focus\:translate-x-98:focus {
    --tw-translate-x: 24.5rem;
  }

  .xl\:focus\:translate-x-104:focus {
    --tw-translate-x: 26rem;
  }

  .xl\:focus\:translate-x-108:focus {
    --tw-translate-x: 27rem;
  }

  .xl\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .xl\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem;
  }

  .xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .xl\:focus\:translate-x-128:focus {
    --tw-translate-x: 32rem;
  }

  .xl\:focus\:translate-x-132:focus {
    --tw-translate-x: 33rem;
  }

  .xl\:focus\:translate-x-134:focus {
    --tw-translate-x: 33.5rem;
  }

  .xl\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .xl\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem;
  }

  .xl\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem;
  }

  .xl\:focus\:translate-x-152:focus {
    --tw-translate-x: 38rem;
  }

  .xl\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .xl\:focus\:translate-x-164:focus {
    --tw-translate-x: 41rem;
  }

  .xl\:focus\:translate-x-172:focus {
    --tw-translate-x: 43rem;
  }

  .xl\:focus\:translate-x-179:focus {
    --tw-translate-x: 44.75rem;
  }

  .xl\:focus\:translate-x-184:focus {
    --tw-translate-x: 46rem;
  }

  .xl\:focus\:translate-x-192:focus {
    --tw-translate-x: 48rem;
  }

  .xl\:focus\:translate-x-224:focus {
    --tw-translate-x: 56rem;
  }

  .xl\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .xl\:focus\:translate-x-256:focus {
    --tw-translate-x: 64rem;
  }

  .xl\:focus\:translate-x-265:focus {
    --tw-translate-x: 66.25rem;
  }

  .xl\:focus\:translate-x-288:focus {
    --tw-translate-x: 72rem;
  }

  .xl\:focus\:translate-x-384:focus {
    --tw-translate-x: 96rem;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .xl\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.1875rem;
  }

  .xl\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .xl\:focus\:translate-x-7\.5:focus {
    --tw-translate-x: 1.875rem;
  }

  .xl\:focus\:translate-x-9\.5:focus {
    --tw-translate-x: 2.375rem;
  }

  .xl\:focus\:translate-x-9\.75:focus {
    --tw-translate-x: 2.4375rem;
  }

  .xl\:focus\:translate-x-12\.5:focus {
    --tw-translate-x: 3.125rem;
  }

  .xl\:focus\:translate-x-13\.5:focus {
    --tw-translate-x: 3.375rem;
  }

  .xl\:focus\:translate-x-292\.5:focus {
    --tw-translate-x: 73.125rem;
  }

  .xl\:focus\:translate-x-1\/24:focus {
    --tw-translate-x: 4.166667%;
  }

  .xl\:focus\:translate-x-2\/24:focus {
    --tw-translate-x: 8.333333%;
  }

  .xl\:focus\:translate-x-3\/24:focus {
    --tw-translate-x: 12.5%;
  }

  .xl\:focus\:translate-x-4\/24:focus {
    --tw-translate-x: 16.666667%;
  }

  .xl\:focus\:translate-x-5\/24:focus {
    --tw-translate-x: 20.833333%;
  }

  .xl\:focus\:translate-x-6\/24:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-7\/24:focus {
    --tw-translate-x: 29.166666%;
  }

  .xl\:focus\:translate-x-8\/24:focus {
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-9\/24:focus {
    --tw-translate-x: 37.5%;
  }

  .xl\:focus\:translate-x-10\/24:focus {
    --tw-translate-x: 41.666666%;
  }

  .xl\:focus\:translate-x-11\/24:focus {
    --tw-translate-x: 45.833333%;
  }

  .xl\:focus\:translate-x-12\/24:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-13\/24:focus {
    --tw-translate-x: 54.166666%;
  }

  .xl\:focus\:translate-x-14\/24:focus {
    --tw-translate-x: 58.333333%;
  }

  .xl\:focus\:translate-x-15\/24:focus {
    --tw-translate-x: 62.5%;
  }

  .xl\:focus\:translate-x-16\/24:focus {
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-17\/24:focus {
    --tw-translate-x: 70.833333%;
  }

  .xl\:focus\:translate-x-18\/24:focus {
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-19\/24:focus {
    --tw-translate-x: 79.166667%;
  }

  .xl\:focus\:translate-x-20\/24:focus {
    --tw-translate-x: 83.333333%;
  }

  .xl\:focus\:translate-x-21\/24:focus {
    --tw-translate-x: 87.5%;
  }

  .xl\:focus\:translate-x-22\/24:focus {
    --tw-translate-x: 91.666667%;
  }

  .xl\:focus\:translate-x-23\/24:focus {
    --tw-translate-x: 95.833333%;
  }

  .xl\:focus\:translate-x-24\/24:focus {
    --tw-translate-x: 100%;
  }

  .xl\:focus\:translate-x-screen-header:focus {
    --tw-translate-x: 41.55vw;
  }

  .xl\:focus\:translate-x-screen-60:focus {
    --tw-translate-x: 60vh;
  }

  .xl\:focus\:translate-x-screen-80:focus {
    --tw-translate-x: 80vh;
  }

  .xl\:focus\:translate-x-screen-85:focus {
    --tw-translate-x: 85vh;
  }

  .xl\:focus\:translate-x-screen-90:focus {
    --tw-translate-x: 90vh;
  }

  .xl\:focus\:translate-x-screen-95:focus {
    --tw-translate-x: 95vh;
  }

  .xl\:focus\:translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .xl\:focus\:translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .xl\:focus\:translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .xl\:focus\:translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .xl\:focus\:translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .xl\:focus\:translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .xl\:focus\:translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .xl\:focus\:translate-x-full-4:focus {
    --tw-translate-x: calc(100% - 16px);
  }

  .xl\:focus\:translate-x-account-body:focus {
    --tw-translate-x: calc(100vw - 304px);
  }

  .xl\:focus\:translate-x-menu-center:focus {
    --tw-translate-x: calc(50% - 288px);
  }

  .xl\:focus\:translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(100% - 56px);
  }

  .xl\:focus\:translate-x-popup-full-width:focus {
    --tw-translate-x: calc(100% + 32px);
  }

  .xl\:focus\:translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(100% + 64px);
  }

  .xl\:focus\:translate-x-popup-full-height:focus {
    --tw-translate-x: calc(100% + 68px);
  }

  .xl\:focus\:translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .xl\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .xl\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .xl\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .xl\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .xl\:focus\:-translate-x-29:focus {
    --tw-translate-x: -7.25rem;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .xl\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .xl\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .xl\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .xl\:focus\:-translate-x-77:focus {
    --tw-translate-x: -19.25rem;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .xl\:focus\:-translate-x-82:focus {
    --tw-translate-x: -20.5rem;
  }

  .xl\:focus\:-translate-x-88:focus {
    --tw-translate-x: -22rem;
  }

  .xl\:focus\:-translate-x-94:focus {
    --tw-translate-x: -23.5rem;
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .xl\:focus\:-translate-x-98:focus {
    --tw-translate-x: -24.5rem;
  }

  .xl\:focus\:-translate-x-104:focus {
    --tw-translate-x: -26rem;
  }

  .xl\:focus\:-translate-x-108:focus {
    --tw-translate-x: -27rem;
  }

  .xl\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .xl\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem;
  }

  .xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .xl\:focus\:-translate-x-128:focus {
    --tw-translate-x: -32rem;
  }

  .xl\:focus\:-translate-x-132:focus {
    --tw-translate-x: -33rem;
  }

  .xl\:focus\:-translate-x-134:focus {
    --tw-translate-x: -33.5rem;
  }

  .xl\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .xl\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem;
  }

  .xl\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem;
  }

  .xl\:focus\:-translate-x-152:focus {
    --tw-translate-x: -38rem;
  }

  .xl\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .xl\:focus\:-translate-x-164:focus {
    --tw-translate-x: -41rem;
  }

  .xl\:focus\:-translate-x-172:focus {
    --tw-translate-x: -43rem;
  }

  .xl\:focus\:-translate-x-179:focus {
    --tw-translate-x: -44.75rem;
  }

  .xl\:focus\:-translate-x-184:focus {
    --tw-translate-x: -46rem;
  }

  .xl\:focus\:-translate-x-192:focus {
    --tw-translate-x: -48rem;
  }

  .xl\:focus\:-translate-x-224:focus {
    --tw-translate-x: -56rem;
  }

  .xl\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .xl\:focus\:-translate-x-256:focus {
    --tw-translate-x: -64rem;
  }

  .xl\:focus\:-translate-x-265:focus {
    --tw-translate-x: -66.25rem;
  }

  .xl\:focus\:-translate-x-288:focus {
    --tw-translate-x: -72rem;
  }

  .xl\:focus\:-translate-x-384:focus {
    --tw-translate-x: -96rem;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .xl\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.1875rem;
  }

  .xl\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .xl\:focus\:-translate-x-7\.5:focus {
    --tw-translate-x: -1.875rem;
  }

  .xl\:focus\:-translate-x-9\.5:focus {
    --tw-translate-x: -2.375rem;
  }

  .xl\:focus\:-translate-x-9\.75:focus {
    --tw-translate-x: -2.4375rem;
  }

  .xl\:focus\:-translate-x-12\.5:focus {
    --tw-translate-x: -3.125rem;
  }

  .xl\:focus\:-translate-x-13\.5:focus {
    --tw-translate-x: -3.375rem;
  }

  .xl\:focus\:-translate-x-292\.5:focus {
    --tw-translate-x: -73.125rem;
  }

  .xl\:focus\:-translate-x-1\/24:focus {
    --tw-translate-x: -4.16667%;
  }

  .xl\:focus\:-translate-x-2\/24:focus {
    --tw-translate-x: -8.33333%;
  }

  .xl\:focus\:-translate-x-3\/24:focus {
    --tw-translate-x: -12.5%;
  }

  .xl\:focus\:-translate-x-4\/24:focus {
    --tw-translate-x: -16.66667%;
  }

  .xl\:focus\:-translate-x-5\/24:focus {
    --tw-translate-x: -20.83333%;
  }

  .xl\:focus\:-translate-x-6\/24:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-7\/24:focus {
    --tw-translate-x: -29.16667%;
  }

  .xl\:focus\:-translate-x-8\/24:focus {
    --tw-translate-x: -33.33333%;
  }

  .xl\:focus\:-translate-x-9\/24:focus {
    --tw-translate-x: -37.5%;
  }

  .xl\:focus\:-translate-x-10\/24:focus {
    --tw-translate-x: -41.66667%;
  }

  .xl\:focus\:-translate-x-11\/24:focus {
    --tw-translate-x: -45.83333%;
  }

  .xl\:focus\:-translate-x-12\/24:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-13\/24:focus {
    --tw-translate-x: -54.16667%;
  }

  .xl\:focus\:-translate-x-14\/24:focus {
    --tw-translate-x: -58.33333%;
  }

  .xl\:focus\:-translate-x-15\/24:focus {
    --tw-translate-x: -62.5%;
  }

  .xl\:focus\:-translate-x-16\/24:focus {
    --tw-translate-x: -66.66667%;
  }

  .xl\:focus\:-translate-x-17\/24:focus {
    --tw-translate-x: -70.83333%;
  }

  .xl\:focus\:-translate-x-18\/24:focus {
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-19\/24:focus {
    --tw-translate-x: -79.16667%;
  }

  .xl\:focus\:-translate-x-20\/24:focus {
    --tw-translate-x: -83.33333%;
  }

  .xl\:focus\:-translate-x-21\/24:focus {
    --tw-translate-x: -87.5%;
  }

  .xl\:focus\:-translate-x-22\/24:focus {
    --tw-translate-x: -91.66667%;
  }

  .xl\:focus\:-translate-x-23\/24:focus {
    --tw-translate-x: -95.83333%;
  }

  .xl\:focus\:-translate-x-24\/24:focus {
    --tw-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-screen-header:focus {
    --tw-translate-x: -41.55vw;
  }

  .xl\:focus\:-translate-x-screen-60:focus {
    --tw-translate-x: -60vh;
  }

  .xl\:focus\:-translate-x-screen-80:focus {
    --tw-translate-x: -80vh;
  }

  .xl\:focus\:-translate-x-screen-85:focus {
    --tw-translate-x: -85vh;
  }

  .xl\:focus\:-translate-x-screen-90:focus {
    --tw-translate-x: -90vh;
  }

  .xl\:focus\:-translate-x-screen-95:focus {
    --tw-translate-x: -95vh;
  }

  .xl\:focus\:-translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .xl\:focus\:-translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .xl\:focus\:-translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .xl\:focus\:-translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .xl\:focus\:-translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .xl\:focus\:-translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .xl\:focus\:-translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .xl\:focus\:-translate-x-full-4:focus {
    --tw-translate-x: calc(-100% - -16px);
  }

  .xl\:focus\:-translate-x-account-body:focus {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .xl\:focus\:-translate-x-menu-center:focus {
    --tw-translate-x: calc(-50% - -288px);
  }

  .xl\:focus\:-translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(-100% - -56px);
  }

  .xl\:focus\:-translate-x-popup-full-width:focus {
    --tw-translate-x: calc(-100% + -32px);
  }

  .xl\:focus\:-translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(-100% + -64px);
  }

  .xl\:focus\:-translate-x-popup-full-height:focus {
    --tw-translate-x: calc(-100% + -68px);
  }

  .xl\:focus\:-translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .xl\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .xl\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .xl\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .xl\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .xl\:focus\:translate-y-29:focus {
    --tw-translate-y: 7.25rem;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .xl\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .xl\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .xl\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .xl\:focus\:translate-y-77:focus {
    --tw-translate-y: 19.25rem;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .xl\:focus\:translate-y-82:focus {
    --tw-translate-y: 20.5rem;
  }

  .xl\:focus\:translate-y-88:focus {
    --tw-translate-y: 22rem;
  }

  .xl\:focus\:translate-y-94:focus {
    --tw-translate-y: 23.5rem;
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .xl\:focus\:translate-y-98:focus {
    --tw-translate-y: 24.5rem;
  }

  .xl\:focus\:translate-y-104:focus {
    --tw-translate-y: 26rem;
  }

  .xl\:focus\:translate-y-108:focus {
    --tw-translate-y: 27rem;
  }

  .xl\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .xl\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem;
  }

  .xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .xl\:focus\:translate-y-128:focus {
    --tw-translate-y: 32rem;
  }

  .xl\:focus\:translate-y-132:focus {
    --tw-translate-y: 33rem;
  }

  .xl\:focus\:translate-y-134:focus {
    --tw-translate-y: 33.5rem;
  }

  .xl\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .xl\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem;
  }

  .xl\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem;
  }

  .xl\:focus\:translate-y-152:focus {
    --tw-translate-y: 38rem;
  }

  .xl\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .xl\:focus\:translate-y-164:focus {
    --tw-translate-y: 41rem;
  }

  .xl\:focus\:translate-y-172:focus {
    --tw-translate-y: 43rem;
  }

  .xl\:focus\:translate-y-179:focus {
    --tw-translate-y: 44.75rem;
  }

  .xl\:focus\:translate-y-184:focus {
    --tw-translate-y: 46rem;
  }

  .xl\:focus\:translate-y-192:focus {
    --tw-translate-y: 48rem;
  }

  .xl\:focus\:translate-y-224:focus {
    --tw-translate-y: 56rem;
  }

  .xl\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .xl\:focus\:translate-y-256:focus {
    --tw-translate-y: 64rem;
  }

  .xl\:focus\:translate-y-265:focus {
    --tw-translate-y: 66.25rem;
  }

  .xl\:focus\:translate-y-288:focus {
    --tw-translate-y: 72rem;
  }

  .xl\:focus\:translate-y-384:focus {
    --tw-translate-y: 96rem;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .xl\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.1875rem;
  }

  .xl\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .xl\:focus\:translate-y-7\.5:focus {
    --tw-translate-y: 1.875rem;
  }

  .xl\:focus\:translate-y-9\.5:focus {
    --tw-translate-y: 2.375rem;
  }

  .xl\:focus\:translate-y-9\.75:focus {
    --tw-translate-y: 2.4375rem;
  }

  .xl\:focus\:translate-y-12\.5:focus {
    --tw-translate-y: 3.125rem;
  }

  .xl\:focus\:translate-y-13\.5:focus {
    --tw-translate-y: 3.375rem;
  }

  .xl\:focus\:translate-y-292\.5:focus {
    --tw-translate-y: 73.125rem;
  }

  .xl\:focus\:translate-y-1\/24:focus {
    --tw-translate-y: 4.166667%;
  }

  .xl\:focus\:translate-y-2\/24:focus {
    --tw-translate-y: 8.333333%;
  }

  .xl\:focus\:translate-y-3\/24:focus {
    --tw-translate-y: 12.5%;
  }

  .xl\:focus\:translate-y-4\/24:focus {
    --tw-translate-y: 16.666667%;
  }

  .xl\:focus\:translate-y-5\/24:focus {
    --tw-translate-y: 20.833333%;
  }

  .xl\:focus\:translate-y-6\/24:focus {
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-7\/24:focus {
    --tw-translate-y: 29.166666%;
  }

  .xl\:focus\:translate-y-8\/24:focus {
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-9\/24:focus {
    --tw-translate-y: 37.5%;
  }

  .xl\:focus\:translate-y-10\/24:focus {
    --tw-translate-y: 41.666666%;
  }

  .xl\:focus\:translate-y-11\/24:focus {
    --tw-translate-y: 45.833333%;
  }

  .xl\:focus\:translate-y-12\/24:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-13\/24:focus {
    --tw-translate-y: 54.166666%;
  }

  .xl\:focus\:translate-y-14\/24:focus {
    --tw-translate-y: 58.333333%;
  }

  .xl\:focus\:translate-y-15\/24:focus {
    --tw-translate-y: 62.5%;
  }

  .xl\:focus\:translate-y-16\/24:focus {
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-17\/24:focus {
    --tw-translate-y: 70.833333%;
  }

  .xl\:focus\:translate-y-18\/24:focus {
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-19\/24:focus {
    --tw-translate-y: 79.166667%;
  }

  .xl\:focus\:translate-y-20\/24:focus {
    --tw-translate-y: 83.333333%;
  }

  .xl\:focus\:translate-y-21\/24:focus {
    --tw-translate-y: 87.5%;
  }

  .xl\:focus\:translate-y-22\/24:focus {
    --tw-translate-y: 91.666667%;
  }

  .xl\:focus\:translate-y-23\/24:focus {
    --tw-translate-y: 95.833333%;
  }

  .xl\:focus\:translate-y-24\/24:focus {
    --tw-translate-y: 100%;
  }

  .xl\:focus\:translate-y-screen-header:focus {
    --tw-translate-y: 41.55vw;
  }

  .xl\:focus\:translate-y-screen-60:focus {
    --tw-translate-y: 60vh;
  }

  .xl\:focus\:translate-y-screen-80:focus {
    --tw-translate-y: 80vh;
  }

  .xl\:focus\:translate-y-screen-85:focus {
    --tw-translate-y: 85vh;
  }

  .xl\:focus\:translate-y-screen-90:focus {
    --tw-translate-y: 90vh;
  }

  .xl\:focus\:translate-y-screen-95:focus {
    --tw-translate-y: 95vh;
  }

  .xl\:focus\:translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .xl\:focus\:translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .xl\:focus\:translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .xl\:focus\:translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .xl\:focus\:translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .xl\:focus\:translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .xl\:focus\:translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .xl\:focus\:translate-y-full-4:focus {
    --tw-translate-y: calc(100% - 16px);
  }

  .xl\:focus\:translate-y-account-body:focus {
    --tw-translate-y: calc(100vw - 304px);
  }

  .xl\:focus\:translate-y-menu-center:focus {
    --tw-translate-y: calc(50% - 288px);
  }

  .xl\:focus\:translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(100% - 56px);
  }

  .xl\:focus\:translate-y-popup-full-width:focus {
    --tw-translate-y: calc(100% + 32px);
  }

  .xl\:focus\:translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(100% + 64px);
  }

  .xl\:focus\:translate-y-popup-full-height:focus {
    --tw-translate-y: calc(100% + 68px);
  }

  .xl\:focus\:translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .xl\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .xl\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .xl\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .xl\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .xl\:focus\:-translate-y-29:focus {
    --tw-translate-y: -7.25rem;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .xl\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .xl\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .xl\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .xl\:focus\:-translate-y-77:focus {
    --tw-translate-y: -19.25rem;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .xl\:focus\:-translate-y-82:focus {
    --tw-translate-y: -20.5rem;
  }

  .xl\:focus\:-translate-y-88:focus {
    --tw-translate-y: -22rem;
  }

  .xl\:focus\:-translate-y-94:focus {
    --tw-translate-y: -23.5rem;
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .xl\:focus\:-translate-y-98:focus {
    --tw-translate-y: -24.5rem;
  }

  .xl\:focus\:-translate-y-104:focus {
    --tw-translate-y: -26rem;
  }

  .xl\:focus\:-translate-y-108:focus {
    --tw-translate-y: -27rem;
  }

  .xl\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .xl\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem;
  }

  .xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .xl\:focus\:-translate-y-128:focus {
    --tw-translate-y: -32rem;
  }

  .xl\:focus\:-translate-y-132:focus {
    --tw-translate-y: -33rem;
  }

  .xl\:focus\:-translate-y-134:focus {
    --tw-translate-y: -33.5rem;
  }

  .xl\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .xl\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem;
  }

  .xl\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem;
  }

  .xl\:focus\:-translate-y-152:focus {
    --tw-translate-y: -38rem;
  }

  .xl\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .xl\:focus\:-translate-y-164:focus {
    --tw-translate-y: -41rem;
  }

  .xl\:focus\:-translate-y-172:focus {
    --tw-translate-y: -43rem;
  }

  .xl\:focus\:-translate-y-179:focus {
    --tw-translate-y: -44.75rem;
  }

  .xl\:focus\:-translate-y-184:focus {
    --tw-translate-y: -46rem;
  }

  .xl\:focus\:-translate-y-192:focus {
    --tw-translate-y: -48rem;
  }

  .xl\:focus\:-translate-y-224:focus {
    --tw-translate-y: -56rem;
  }

  .xl\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .xl\:focus\:-translate-y-256:focus {
    --tw-translate-y: -64rem;
  }

  .xl\:focus\:-translate-y-265:focus {
    --tw-translate-y: -66.25rem;
  }

  .xl\:focus\:-translate-y-288:focus {
    --tw-translate-y: -72rem;
  }

  .xl\:focus\:-translate-y-384:focus {
    --tw-translate-y: -96rem;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .xl\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.1875rem;
  }

  .xl\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .xl\:focus\:-translate-y-7\.5:focus {
    --tw-translate-y: -1.875rem;
  }

  .xl\:focus\:-translate-y-9\.5:focus {
    --tw-translate-y: -2.375rem;
  }

  .xl\:focus\:-translate-y-9\.75:focus {
    --tw-translate-y: -2.4375rem;
  }

  .xl\:focus\:-translate-y-12\.5:focus {
    --tw-translate-y: -3.125rem;
  }

  .xl\:focus\:-translate-y-13\.5:focus {
    --tw-translate-y: -3.375rem;
  }

  .xl\:focus\:-translate-y-292\.5:focus {
    --tw-translate-y: -73.125rem;
  }

  .xl\:focus\:-translate-y-1\/24:focus {
    --tw-translate-y: -4.16667%;
  }

  .xl\:focus\:-translate-y-2\/24:focus {
    --tw-translate-y: -8.33333%;
  }

  .xl\:focus\:-translate-y-3\/24:focus {
    --tw-translate-y: -12.5%;
  }

  .xl\:focus\:-translate-y-4\/24:focus {
    --tw-translate-y: -16.66667%;
  }

  .xl\:focus\:-translate-y-5\/24:focus {
    --tw-translate-y: -20.83333%;
  }

  .xl\:focus\:-translate-y-6\/24:focus {
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-7\/24:focus {
    --tw-translate-y: -29.16667%;
  }

  .xl\:focus\:-translate-y-8\/24:focus {
    --tw-translate-y: -33.33333%;
  }

  .xl\:focus\:-translate-y-9\/24:focus {
    --tw-translate-y: -37.5%;
  }

  .xl\:focus\:-translate-y-10\/24:focus {
    --tw-translate-y: -41.66667%;
  }

  .xl\:focus\:-translate-y-11\/24:focus {
    --tw-translate-y: -45.83333%;
  }

  .xl\:focus\:-translate-y-12\/24:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-13\/24:focus {
    --tw-translate-y: -54.16667%;
  }

  .xl\:focus\:-translate-y-14\/24:focus {
    --tw-translate-y: -58.33333%;
  }

  .xl\:focus\:-translate-y-15\/24:focus {
    --tw-translate-y: -62.5%;
  }

  .xl\:focus\:-translate-y-16\/24:focus {
    --tw-translate-y: -66.66667%;
  }

  .xl\:focus\:-translate-y-17\/24:focus {
    --tw-translate-y: -70.83333%;
  }

  .xl\:focus\:-translate-y-18\/24:focus {
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-19\/24:focus {
    --tw-translate-y: -79.16667%;
  }

  .xl\:focus\:-translate-y-20\/24:focus {
    --tw-translate-y: -83.33333%;
  }

  .xl\:focus\:-translate-y-21\/24:focus {
    --tw-translate-y: -87.5%;
  }

  .xl\:focus\:-translate-y-22\/24:focus {
    --tw-translate-y: -91.66667%;
  }

  .xl\:focus\:-translate-y-23\/24:focus {
    --tw-translate-y: -95.83333%;
  }

  .xl\:focus\:-translate-y-24\/24:focus {
    --tw-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-screen-header:focus {
    --tw-translate-y: -41.55vw;
  }

  .xl\:focus\:-translate-y-screen-60:focus {
    --tw-translate-y: -60vh;
  }

  .xl\:focus\:-translate-y-screen-80:focus {
    --tw-translate-y: -80vh;
  }

  .xl\:focus\:-translate-y-screen-85:focus {
    --tw-translate-y: -85vh;
  }

  .xl\:focus\:-translate-y-screen-90:focus {
    --tw-translate-y: -90vh;
  }

  .xl\:focus\:-translate-y-screen-95:focus {
    --tw-translate-y: -95vh;
  }

  .xl\:focus\:-translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .xl\:focus\:-translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .xl\:focus\:-translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .xl\:focus\:-translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .xl\:focus\:-translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .xl\:focus\:-translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .xl\:focus\:-translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .xl\:focus\:-translate-y-full-4:focus {
    --tw-translate-y: calc(-100% - -16px);
  }

  .xl\:focus\:-translate-y-account-body:focus {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .xl\:focus\:-translate-y-menu-center:focus {
    --tw-translate-y: calc(-50% - -288px);
  }

  .xl\:focus\:-translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(-100% - -56px);
  }

  .xl\:focus\:-translate-y-popup-full-width:focus {
    --tw-translate-y: calc(-100% + -32px);
  }

  .xl\:focus\:-translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(-100% + -64px);
  }

  .xl\:focus\:-translate-y-popup-full-height:focus {
    --tw-translate-y: calc(-100% + -68px);
  }

  .xl\:focus\:-translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .xl\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .xl\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .xl\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .xl\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .xl\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .xl\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .xl\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .xl\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .xl\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .xl\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .xl\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .xl\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .xl\:animate-none {
    animation: none;
  }

  .xl\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .xl\:animate-glow {
    animation: glow 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-help {
    cursor: help;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-y {
    resize: vertical;
  }

  .xl\:resize-x {
    resize: horizontal;
  }

  .xl\:resize {
    resize: both;
  }

  .xl\:list-inside {
    list-style-position: inside;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:list-none {
    list-style-type: none;
  }

  .xl\:list-disc {
    list-style-type: disc;
  }

  .xl\:list-decimal {
    list-style-type: decimal;
  }

  .xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:place-content-center {
    place-content: center;
  }

  .xl\:place-content-start {
    place-content: start;
  }

  .xl\:place-content-end {
    place-content: end;
  }

  .xl\:place-content-between {
    place-content: space-between;
  }

  .xl\:place-content-around {
    place-content: space-around;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xl\:place-content-stretch {
    place-content: stretch;
  }

  .xl\:place-items-start {
    place-items: start;
  }

  .xl\:place-items-end {
    place-items: end;
  }

  .xl\:place-items-center {
    place-items: center;
  }

  .xl\:place-items-stretch {
    place-items: stretch;
  }

  .xl\:content-center {
    align-content: center;
  }

  .xl\:content-start {
    align-content: flex-start;
  }

  .xl\:content-end {
    align-content: flex-end;
  }

  .xl\:content-between {
    align-content: space-between;
  }

  .xl\:content-around {
    align-content: space-around;
  }

  .xl\:content-evenly {
    align-content: space-evenly;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-1 {
    gap: 0.25rem;
  }

  .xl\:gap-2 {
    gap: 0.5rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-9 {
    gap: 2.25rem;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-11 {
    gap: 2.75rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-18 {
    gap: 4.5rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-21 {
    gap: 5.25rem;
  }

  .xl\:gap-22 {
    gap: 5.5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-26 {
    gap: 6.5rem;
  }

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-29 {
    gap: 7.25rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-34 {
    gap: 8.5rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-42 {
    gap: 10.5rem;
  }

  .xl\:gap-44 {
    gap: 11rem;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-52 {
    gap: 13rem;
  }

  .xl\:gap-56 {
    gap: 14rem;
  }

  .xl\:gap-60 {
    gap: 15rem;
  }

  .xl\:gap-64 {
    gap: 16rem;
  }

  .xl\:gap-68 {
    gap: 17rem;
  }

  .xl\:gap-72 {
    gap: 18rem;
  }

  .xl\:gap-77 {
    gap: 19.25rem;
  }

  .xl\:gap-80 {
    gap: 20rem;
  }

  .xl\:gap-82 {
    gap: 20.5rem;
  }

  .xl\:gap-88 {
    gap: 22rem;
  }

  .xl\:gap-94 {
    gap: 23.5rem;
  }

  .xl\:gap-96 {
    gap: 24rem;
  }

  .xl\:gap-98 {
    gap: 24.5rem;
  }

  .xl\:gap-104 {
    gap: 26rem;
  }

  .xl\:gap-108 {
    gap: 27rem;
  }

  .xl\:gap-110 {
    gap: 27.5rem;
  }

  .xl\:gap-112 {
    gap: 28rem;
  }

  .xl\:gap-120 {
    gap: 30rem;
  }

  .xl\:gap-128 {
    gap: 32rem;
  }

  .xl\:gap-132 {
    gap: 33rem;
  }

  .xl\:gap-134 {
    gap: 33.5rem;
  }

  .xl\:gap-135 {
    gap: 33.75rem;
  }

  .xl\:gap-136 {
    gap: 34rem;
  }

  .xl\:gap-144 {
    gap: 36rem;
  }

  .xl\:gap-152 {
    gap: 38rem;
  }

  .xl\:gap-160 {
    gap: 40rem;
  }

  .xl\:gap-164 {
    gap: 41rem;
  }

  .xl\:gap-172 {
    gap: 43rem;
  }

  .xl\:gap-179 {
    gap: 44.75rem;
  }

  .xl\:gap-184 {
    gap: 46rem;
  }

  .xl\:gap-192 {
    gap: 48rem;
  }

  .xl\:gap-224 {
    gap: 56rem;
  }

  .xl\:gap-240 {
    gap: 60rem;
  }

  .xl\:gap-256 {
    gap: 64rem;
  }

  .xl\:gap-265 {
    gap: 66.25rem;
  }

  .xl\:gap-288 {
    gap: 72rem;
  }

  .xl\:gap-384 {
    gap: 96rem;
  }

  .xl\:gap-px {
    gap: 1px;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .xl\:gap-0\.75 {
    gap: 0.1875rem;
  }

  .xl\:gap-4\.5 {
    gap: 1.125rem;
  }

  .xl\:gap-7\.5 {
    gap: 1.875rem;
  }

  .xl\:gap-9\.5 {
    gap: 2.375rem;
  }

  .xl\:gap-9\.75 {
    gap: 2.4375rem;
  }

  .xl\:gap-12\.5 {
    gap: 3.125rem;
  }

  .xl\:gap-13\.5 {
    gap: 3.375rem;
  }

  .xl\:gap-292\.5 {
    gap: 73.125rem;
  }

  .xl\:gap-1\/24 {
    gap: 4.166667%;
  }

  .xl\:gap-2\/24 {
    gap: 8.333333%;
  }

  .xl\:gap-3\/24 {
    gap: 12.5%;
  }

  .xl\:gap-4\/24 {
    gap: 16.666667%;
  }

  .xl\:gap-5\/24 {
    gap: 20.833333%;
  }

  .xl\:gap-6\/24 {
    gap: 25%;
  }

  .xl\:gap-7\/24 {
    gap: 29.166666%;
  }

  .xl\:gap-8\/24 {
    gap: 33.333333%;
  }

  .xl\:gap-9\/24 {
    gap: 37.5%;
  }

  .xl\:gap-10\/24 {
    gap: 41.666666%;
  }

  .xl\:gap-11\/24 {
    gap: 45.833333%;
  }

  .xl\:gap-12\/24 {
    gap: 50%;
  }

  .xl\:gap-13\/24 {
    gap: 54.166666%;
  }

  .xl\:gap-14\/24 {
    gap: 58.333333%;
  }

  .xl\:gap-15\/24 {
    gap: 62.5%;
  }

  .xl\:gap-16\/24 {
    gap: 66.666667%;
  }

  .xl\:gap-17\/24 {
    gap: 70.833333%;
  }

  .xl\:gap-18\/24 {
    gap: 75%;
  }

  .xl\:gap-19\/24 {
    gap: 79.166667%;
  }

  .xl\:gap-20\/24 {
    gap: 83.333333%;
  }

  .xl\:gap-21\/24 {
    gap: 87.5%;
  }

  .xl\:gap-22\/24 {
    gap: 91.666667%;
  }

  .xl\:gap-23\/24 {
    gap: 95.833333%;
  }

  .xl\:gap-24\/24 {
    gap: 100%;
  }

  .xl\:gap-screen-header {
    gap: 41.55vw;
  }

  .xl\:gap-screen-60 {
    gap: 60vh;
  }

  .xl\:gap-screen-80 {
    gap: 80vh;
  }

  .xl\:gap-screen-85 {
    gap: 85vh;
  }

  .xl\:gap-screen-90 {
    gap: 90vh;
  }

  .xl\:gap-screen-95 {
    gap: 95vh;
  }

  .xl\:gap-screen-minus-header {
    gap: calc(100vh - 5.25rem);
  }

  .xl\:gap-screen-minus-35\.5 {
    gap: calc(100vh - 8.875rem);
  }

  .xl\:gap-screen-minus-36 {
    gap: calc(100vh - 9rem);
  }

  .xl\:gap-screen-minus-40 {
    gap: calc(100vh - 10rem);
  }

  .xl\:gap-screen-minus-55 {
    gap: calc(100vh - 13.75rem);
  }

  .xl\:gap-screen-minus-72 {
    gap: calc(100vh - 18rem);
  }

  .xl\:gap-screen-minus-80 {
    gap: calc(100vh - 20rem);
  }

  .xl\:gap-full-4 {
    gap: calc(100% - 16px);
  }

  .xl\:gap-account-body {
    gap: calc(100vw - 304px);
  }

  .xl\:gap-menu-center {
    gap: calc(50% - 288px);
  }

  .xl\:gap-tutorials-hidden {
    gap: calc(100% - 56px);
  }

  .xl\:gap-popup-full-width {
    gap: calc(100% + 32px);
  }

  .xl\:gap-popup-full-width-md {
    gap: calc(100% + 64px);
  }

  .xl\:gap-popup-full-height {
    gap: calc(100% + 68px);
  }

  .xl\:gap-max-content {
    gap: max-content;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .xl\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .xl\:gap-x-29 {
    -moz-column-gap: 7.25rem;
         column-gap: 7.25rem;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .xl\:gap-x-77 {
    -moz-column-gap: 19.25rem;
         column-gap: 19.25rem;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .xl\:gap-x-82 {
    -moz-column-gap: 20.5rem;
         column-gap: 20.5rem;
  }

  .xl\:gap-x-88 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .xl\:gap-x-94 {
    -moz-column-gap: 23.5rem;
         column-gap: 23.5rem;
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .xl\:gap-x-98 {
    -moz-column-gap: 24.5rem;
         column-gap: 24.5rem;
  }

  .xl\:gap-x-104 {
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .xl\:gap-x-108 {
    -moz-column-gap: 27rem;
         column-gap: 27rem;
  }

  .xl\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .xl\:gap-x-112 {
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .xl\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .xl\:gap-x-128 {
    -moz-column-gap: 32rem;
         column-gap: 32rem;
  }

  .xl\:gap-x-132 {
    -moz-column-gap: 33rem;
         column-gap: 33rem;
  }

  .xl\:gap-x-134 {
    -moz-column-gap: 33.5rem;
         column-gap: 33.5rem;
  }

  .xl\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .xl\:gap-x-136 {
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .xl\:gap-x-144 {
    -moz-column-gap: 36rem;
         column-gap: 36rem;
  }

  .xl\:gap-x-152 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .xl\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .xl\:gap-x-164 {
    -moz-column-gap: 41rem;
         column-gap: 41rem;
  }

  .xl\:gap-x-172 {
    -moz-column-gap: 43rem;
         column-gap: 43rem;
  }

  .xl\:gap-x-179 {
    -moz-column-gap: 44.75rem;
         column-gap: 44.75rem;
  }

  .xl\:gap-x-184 {
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .xl\:gap-x-192 {
    -moz-column-gap: 48rem;
         column-gap: 48rem;
  }

  .xl\:gap-x-224 {
    -moz-column-gap: 56rem;
         column-gap: 56rem;
  }

  .xl\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .xl\:gap-x-256 {
    -moz-column-gap: 64rem;
         column-gap: 64rem;
  }

  .xl\:gap-x-265 {
    -moz-column-gap: 66.25rem;
         column-gap: 66.25rem;
  }

  .xl\:gap-x-288 {
    -moz-column-gap: 72rem;
         column-gap: 72rem;
  }

  .xl\:gap-x-384 {
    -moz-column-gap: 96rem;
         column-gap: 96rem;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .xl\:gap-x-0\.75 {
    -moz-column-gap: 0.1875rem;
         column-gap: 0.1875rem;
  }

  .xl\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .xl\:gap-x-7\.5 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .xl\:gap-x-9\.5 {
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .xl\:gap-x-9\.75 {
    -moz-column-gap: 2.4375rem;
         column-gap: 2.4375rem;
  }

  .xl\:gap-x-12\.5 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .xl\:gap-x-13\.5 {
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .xl\:gap-x-292\.5 {
    -moz-column-gap: 73.125rem;
         column-gap: 73.125rem;
  }

  .xl\:gap-x-1\/24 {
    -moz-column-gap: 4.166667%;
         column-gap: 4.166667%;
  }

  .xl\:gap-x-2\/24 {
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .xl\:gap-x-3\/24 {
    -moz-column-gap: 12.5%;
         column-gap: 12.5%;
  }

  .xl\:gap-x-4\/24 {
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .xl\:gap-x-5\/24 {
    -moz-column-gap: 20.833333%;
         column-gap: 20.833333%;
  }

  .xl\:gap-x-6\/24 {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .xl\:gap-x-7\/24 {
    -moz-column-gap: 29.166666%;
         column-gap: 29.166666%;
  }

  .xl\:gap-x-8\/24 {
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .xl\:gap-x-9\/24 {
    -moz-column-gap: 37.5%;
         column-gap: 37.5%;
  }

  .xl\:gap-x-10\/24 {
    -moz-column-gap: 41.666666%;
         column-gap: 41.666666%;
  }

  .xl\:gap-x-11\/24 {
    -moz-column-gap: 45.833333%;
         column-gap: 45.833333%;
  }

  .xl\:gap-x-12\/24 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .xl\:gap-x-13\/24 {
    -moz-column-gap: 54.166666%;
         column-gap: 54.166666%;
  }

  .xl\:gap-x-14\/24 {
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .xl\:gap-x-15\/24 {
    -moz-column-gap: 62.5%;
         column-gap: 62.5%;
  }

  .xl\:gap-x-16\/24 {
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .xl\:gap-x-17\/24 {
    -moz-column-gap: 70.833333%;
         column-gap: 70.833333%;
  }

  .xl\:gap-x-18\/24 {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .xl\:gap-x-19\/24 {
    -moz-column-gap: 79.166667%;
         column-gap: 79.166667%;
  }

  .xl\:gap-x-20\/24 {
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .xl\:gap-x-21\/24 {
    -moz-column-gap: 87.5%;
         column-gap: 87.5%;
  }

  .xl\:gap-x-22\/24 {
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .xl\:gap-x-23\/24 {
    -moz-column-gap: 95.833333%;
         column-gap: 95.833333%;
  }

  .xl\:gap-x-24\/24 {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .xl\:gap-x-screen-header {
    -moz-column-gap: 41.55vw;
         column-gap: 41.55vw;
  }

  .xl\:gap-x-screen-60 {
    -moz-column-gap: 60vh;
         column-gap: 60vh;
  }

  .xl\:gap-x-screen-80 {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .xl\:gap-x-screen-85 {
    -moz-column-gap: 85vh;
         column-gap: 85vh;
  }

  .xl\:gap-x-screen-90 {
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .xl\:gap-x-screen-95 {
    -moz-column-gap: 95vh;
         column-gap: 95vh;
  }

  .xl\:gap-x-screen-minus-header {
    -moz-column-gap: calc(100vh - 5.25rem);
         column-gap: calc(100vh - 5.25rem);
  }

  .xl\:gap-x-screen-minus-35\.5 {
    -moz-column-gap: calc(100vh - 8.875rem);
         column-gap: calc(100vh - 8.875rem);
  }

  .xl\:gap-x-screen-minus-36 {
    -moz-column-gap: calc(100vh - 9rem);
         column-gap: calc(100vh - 9rem);
  }

  .xl\:gap-x-screen-minus-40 {
    -moz-column-gap: calc(100vh - 10rem);
         column-gap: calc(100vh - 10rem);
  }

  .xl\:gap-x-screen-minus-55 {
    -moz-column-gap: calc(100vh - 13.75rem);
         column-gap: calc(100vh - 13.75rem);
  }

  .xl\:gap-x-screen-minus-72 {
    -moz-column-gap: calc(100vh - 18rem);
         column-gap: calc(100vh - 18rem);
  }

  .xl\:gap-x-screen-minus-80 {
    -moz-column-gap: calc(100vh - 20rem);
         column-gap: calc(100vh - 20rem);
  }

  .xl\:gap-x-full-4 {
    -moz-column-gap: calc(100% - 16px);
         column-gap: calc(100% - 16px);
  }

  .xl\:gap-x-account-body {
    -moz-column-gap: calc(100vw - 304px);
         column-gap: calc(100vw - 304px);
  }

  .xl\:gap-x-menu-center {
    -moz-column-gap: calc(50% - 288px);
         column-gap: calc(50% - 288px);
  }

  .xl\:gap-x-tutorials-hidden {
    -moz-column-gap: calc(100% - 56px);
         column-gap: calc(100% - 56px);
  }

  .xl\:gap-x-popup-full-width {
    -moz-column-gap: calc(100% + 32px);
         column-gap: calc(100% + 32px);
  }

  .xl\:gap-x-popup-full-width-md {
    -moz-column-gap: calc(100% + 64px);
         column-gap: calc(100% + 64px);
  }

  .xl\:gap-x-popup-full-height {
    -moz-column-gap: calc(100% + 68px);
         column-gap: calc(100% + 68px);
  }

  .xl\:gap-x-max-content {
    -moz-column-gap: max-content;
         column-gap: max-content;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .xl\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .xl\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .xl\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .xl\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .xl\:gap-y-29 {
    row-gap: 7.25rem;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .xl\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .xl\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .xl\:gap-y-68 {
    row-gap: 17rem;
  }

  .xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .xl\:gap-y-77 {
    row-gap: 19.25rem;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .xl\:gap-y-82 {
    row-gap: 20.5rem;
  }

  .xl\:gap-y-88 {
    row-gap: 22rem;
  }

  .xl\:gap-y-94 {
    row-gap: 23.5rem;
  }

  .xl\:gap-y-96 {
    row-gap: 24rem;
  }

  .xl\:gap-y-98 {
    row-gap: 24.5rem;
  }

  .xl\:gap-y-104 {
    row-gap: 26rem;
  }

  .xl\:gap-y-108 {
    row-gap: 27rem;
  }

  .xl\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .xl\:gap-y-112 {
    row-gap: 28rem;
  }

  .xl\:gap-y-120 {
    row-gap: 30rem;
  }

  .xl\:gap-y-128 {
    row-gap: 32rem;
  }

  .xl\:gap-y-132 {
    row-gap: 33rem;
  }

  .xl\:gap-y-134 {
    row-gap: 33.5rem;
  }

  .xl\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .xl\:gap-y-136 {
    row-gap: 34rem;
  }

  .xl\:gap-y-144 {
    row-gap: 36rem;
  }

  .xl\:gap-y-152 {
    row-gap: 38rem;
  }

  .xl\:gap-y-160 {
    row-gap: 40rem;
  }

  .xl\:gap-y-164 {
    row-gap: 41rem;
  }

  .xl\:gap-y-172 {
    row-gap: 43rem;
  }

  .xl\:gap-y-179 {
    row-gap: 44.75rem;
  }

  .xl\:gap-y-184 {
    row-gap: 46rem;
  }

  .xl\:gap-y-192 {
    row-gap: 48rem;
  }

  .xl\:gap-y-224 {
    row-gap: 56rem;
  }

  .xl\:gap-y-240 {
    row-gap: 60rem;
  }

  .xl\:gap-y-256 {
    row-gap: 64rem;
  }

  .xl\:gap-y-265 {
    row-gap: 66.25rem;
  }

  .xl\:gap-y-288 {
    row-gap: 72rem;
  }

  .xl\:gap-y-384 {
    row-gap: 96rem;
  }

  .xl\:gap-y-px {
    row-gap: 1px;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .xl\:gap-y-0\.75 {
    row-gap: 0.1875rem;
  }

  .xl\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .xl\:gap-y-7\.5 {
    row-gap: 1.875rem;
  }

  .xl\:gap-y-9\.5 {
    row-gap: 2.375rem;
  }

  .xl\:gap-y-9\.75 {
    row-gap: 2.4375rem;
  }

  .xl\:gap-y-12\.5 {
    row-gap: 3.125rem;
  }

  .xl\:gap-y-13\.5 {
    row-gap: 3.375rem;
  }

  .xl\:gap-y-292\.5 {
    row-gap: 73.125rem;
  }

  .xl\:gap-y-1\/24 {
    row-gap: 4.166667%;
  }

  .xl\:gap-y-2\/24 {
    row-gap: 8.333333%;
  }

  .xl\:gap-y-3\/24 {
    row-gap: 12.5%;
  }

  .xl\:gap-y-4\/24 {
    row-gap: 16.666667%;
  }

  .xl\:gap-y-5\/24 {
    row-gap: 20.833333%;
  }

  .xl\:gap-y-6\/24 {
    row-gap: 25%;
  }

  .xl\:gap-y-7\/24 {
    row-gap: 29.166666%;
  }

  .xl\:gap-y-8\/24 {
    row-gap: 33.333333%;
  }

  .xl\:gap-y-9\/24 {
    row-gap: 37.5%;
  }

  .xl\:gap-y-10\/24 {
    row-gap: 41.666666%;
  }

  .xl\:gap-y-11\/24 {
    row-gap: 45.833333%;
  }

  .xl\:gap-y-12\/24 {
    row-gap: 50%;
  }

  .xl\:gap-y-13\/24 {
    row-gap: 54.166666%;
  }

  .xl\:gap-y-14\/24 {
    row-gap: 58.333333%;
  }

  .xl\:gap-y-15\/24 {
    row-gap: 62.5%;
  }

  .xl\:gap-y-16\/24 {
    row-gap: 66.666667%;
  }

  .xl\:gap-y-17\/24 {
    row-gap: 70.833333%;
  }

  .xl\:gap-y-18\/24 {
    row-gap: 75%;
  }

  .xl\:gap-y-19\/24 {
    row-gap: 79.166667%;
  }

  .xl\:gap-y-20\/24 {
    row-gap: 83.333333%;
  }

  .xl\:gap-y-21\/24 {
    row-gap: 87.5%;
  }

  .xl\:gap-y-22\/24 {
    row-gap: 91.666667%;
  }

  .xl\:gap-y-23\/24 {
    row-gap: 95.833333%;
  }

  .xl\:gap-y-24\/24 {
    row-gap: 100%;
  }

  .xl\:gap-y-screen-header {
    row-gap: 41.55vw;
  }

  .xl\:gap-y-screen-60 {
    row-gap: 60vh;
  }

  .xl\:gap-y-screen-80 {
    row-gap: 80vh;
  }

  .xl\:gap-y-screen-85 {
    row-gap: 85vh;
  }

  .xl\:gap-y-screen-90 {
    row-gap: 90vh;
  }

  .xl\:gap-y-screen-95 {
    row-gap: 95vh;
  }

  .xl\:gap-y-screen-minus-header {
    row-gap: calc(100vh - 5.25rem);
  }

  .xl\:gap-y-screen-minus-35\.5 {
    row-gap: calc(100vh - 8.875rem);
  }

  .xl\:gap-y-screen-minus-36 {
    row-gap: calc(100vh - 9rem);
  }

  .xl\:gap-y-screen-minus-40 {
    row-gap: calc(100vh - 10rem);
  }

  .xl\:gap-y-screen-minus-55 {
    row-gap: calc(100vh - 13.75rem);
  }

  .xl\:gap-y-screen-minus-72 {
    row-gap: calc(100vh - 18rem);
  }

  .xl\:gap-y-screen-minus-80 {
    row-gap: calc(100vh - 20rem);
  }

  .xl\:gap-y-full-4 {
    row-gap: calc(100% - 16px);
  }

  .xl\:gap-y-account-body {
    row-gap: calc(100vw - 304px);
  }

  .xl\:gap-y-menu-center {
    row-gap: calc(50% - 288px);
  }

  .xl\:gap-y-tutorials-hidden {
    row-gap: calc(100% - 56px);
  }

  .xl\:gap-y-popup-full-width {
    row-gap: calc(100% + 32px);
  }

  .xl\:gap-y-popup-full-width-md {
    row-gap: calc(100% + 64px);
  }

  .xl\:gap-y-popup-full-height {
    row-gap: calc(100% + 68px);
  }

  .xl\:gap-y-max-content {
    row-gap: max-content;
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .xl\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .xl\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .xl\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26rem * var(--tw-space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27rem * var(--tw-space-x-reverse));
    margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .xl\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32rem * var(--tw-space-x-reverse));
    margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33rem * var(--tw-space-x-reverse));
    margin-left: calc(33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34rem * var(--tw-space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36rem * var(--tw-space-x-reverse));
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41rem * var(--tw-space-x-reverse));
    margin-left: calc(41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43rem * var(--tw-space-x-reverse));
    margin-left: calc(43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46rem * var(--tw-space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48rem * var(--tw-space-x-reverse));
    margin-left: calc(48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56rem * var(--tw-space-x-reverse));
    margin-left: calc(56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64rem * var(--tw-space-x-reverse));
    margin-left: calc(64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72rem * var(--tw-space-x-reverse));
    margin-left: calc(72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96rem * var(--tw-space-x-reverse));
    margin-left: calc(96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.166667% * var(--tw-space-x-reverse));
    margin-left: calc(4.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5% * var(--tw-space-x-reverse));
    margin-left: calc(12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--tw-space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.833333% * var(--tw-space-x-reverse));
    margin-left: calc(20.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29.166666% * var(--tw-space-x-reverse));
    margin-left: calc(29.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5% * var(--tw-space-x-reverse));
    margin-left: calc(37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.666666% * var(--tw-space-x-reverse));
    margin-left: calc(41.666666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45.833333% * var(--tw-space-x-reverse));
    margin-left: calc(45.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54.166666% * var(--tw-space-x-reverse));
    margin-left: calc(54.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--tw-space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62.5% * var(--tw-space-x-reverse));
    margin-left: calc(62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--tw-space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70.833333% * var(--tw-space-x-reverse));
    margin-left: calc(70.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79.166667% * var(--tw-space-x-reverse));
    margin-left: calc(79.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--tw-space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87.5% * var(--tw-space-x-reverse));
    margin-left: calc(87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--tw-space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95.833333% * var(--tw-space-x-reverse));
    margin-left: calc(95.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60vh * var(--tw-space-x-reverse));
    margin-left: calc(60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85vh * var(--tw-space-x-reverse));
    margin-left: calc(85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90vh * var(--tw-space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95vh * var(--tw-space-x-reverse));
    margin-left: calc(95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vw - 304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(50% - 288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(50% - 288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .xl\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .xl\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .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)));
  }

  .xl\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:-space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:-space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26rem * var(--tw-space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27rem * var(--tw-space-x-reverse));
    margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .xl\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32rem * var(--tw-space-x-reverse));
    margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33rem * var(--tw-space-x-reverse));
    margin-left: calc(-33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34rem * var(--tw-space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36rem * var(--tw-space-x-reverse));
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:-space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41rem * var(--tw-space-x-reverse));
    margin-left: calc(-41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43rem * var(--tw-space-x-reverse));
    margin-left: calc(-43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46rem * var(--tw-space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48rem * var(--tw-space-x-reverse));
    margin-left: calc(-48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56rem * var(--tw-space-x-reverse));
    margin-left: calc(-56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64rem * var(--tw-space-x-reverse));
    margin-left: calc(-64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72rem * var(--tw-space-x-reverse));
    margin-left: calc(-72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96rem * var(--tw-space-x-reverse));
    margin-left: calc(-96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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)));
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-4.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5% * var(--tw-space-x-reverse));
    margin-left: calc(-12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-20.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-29.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5% * var(--tw-space-x-reverse));
    margin-left: calc(-37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-45.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-54.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62.5% * var(--tw-space-x-reverse));
    margin-left: calc(-62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-70.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-79.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87.5% * var(--tw-space-x-reverse));
    margin-left: calc(-87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-95.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(-41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60vh * var(--tw-space-x-reverse));
    margin-left: calc(-60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85vh * var(--tw-space-x-reverse));
    margin-left: calc(-85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90vh * var(--tw-space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95vh * var(--tw-space-x-reverse));
    margin-left: calc(-95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vw - -304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-50% - -288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .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));
  }

  .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));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\: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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xl\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xl\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xl\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xl\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.4375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.166667% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.833333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29.166666% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.666666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.666666% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45.833333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54.166666% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62.5% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70.833333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79.166667% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87.5% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95.833333% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.55vw * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60vh * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85vh * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90vh * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95vh * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 5.25rem) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 8.875rem) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 9rem) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 10rem) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 13.75rem) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 18rem) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 20rem) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 16px) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vw - 304px) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(50% - 288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(50% - 288px) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 56px) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 32px) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 64px) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 68px) * var(--tw-space-y-reverse));
  }

  .xl\:space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xl\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xl\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .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));
  }

  .xl\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19.25rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:-space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:-space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xl\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:-space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .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));
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.4375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.16667% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.83333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29.16667% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45.83333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54.16667% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62.5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70.83333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79.16667% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87.5% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95.83333% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.55vw * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95vh * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -5.25rem) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -8.875rem) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -9rem) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -10rem) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -13.75rem) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -18rem) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -20rem) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -16px) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vw - -304px) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-50% - -288px) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -56px) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -32px) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -64px) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -68px) * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .xl\:divide-x-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)));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-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)));
  }

  .xl\:divide-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(7px * var(--tw-divide-x-reverse));
    border-left-width: calc(7px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .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)));
  }

  .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)));
  }

  .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));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-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));
  }

  .xl\:divide-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(7px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(7px * var(--tw-divide-y-reverse));
  }

  .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));
  }

  .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));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .xl\:divide-green-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-divide-opacity));
  }

  .xl\:divide-green-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-divide-opacity));
  }

  .xl\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-divide-opacity));
  }

  .xl\:divide-green-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-divide-opacity));
  }

  .xl\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-divide-opacity));
  }

  .xl\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-pale > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-pale-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(234,234,234,0.6);
  }

  .xl\:divide-grey-faint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-lightest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .xl\:divide-grey-page > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(243,243,243,0.5);
  }

  .xl\:divide-primary-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-blue-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .xl\:divide-secondary-blue-light-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.2);
  }

  .xl\:divide-secondary-blue-light-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.1);
  }

  .xl\:divide-tertiary-orange > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .xl\:divide-tertiary-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-divide-opacity));
  }

  .xl\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .xl\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .xl\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-divide-opacity));
  }

  .xl\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-black-neutral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-divide-opacity));
  }

  .xl\:divide-toggle > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,0.3);
  }

  .xl\:divide-toggle-active > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,1);
  }

  .xl\:divide-tertiary-orange-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-divide-opacity));
  }

  .xl\:divide-google-maps > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-divide-opacity));
  }

  .xl\:divide-chart > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(218,240,225,0.2);
  }

  .xl\:divide-energy-rating-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-divide-opacity));
  }

  .xl\:divide-energy-rating-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-divide-opacity));
  }

  .xl\:divide-energy-rating-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-divide-opacity));
  }

  .xl\:divide-energy-rating-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-energy-rating-e > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-divide-opacity));
  }

  .xl\:divide-energy-rating-f > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-divide-opacity));
  }

  .xl\:divide-energy-rating-g > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-divide-opacity));
  }

  .xl\:divide-flo-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-divide-opacity));
  }

  .xl\:divide-green-dark-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-divide-opacity));
  }

  .xl\:divide-tertiary-background > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-divide-opacity));
  }

  .xl\:divide-tertiary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-divide-opacity));
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .xl\:place-self-auto {
    place-self: auto;
  }

  .xl\:place-self-start {
    place-self: start;
  }

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:place-self-center {
    place-self: center;
  }

  .xl\:place-self-stretch {
    place-self: stretch;
  }

  .xl\:self-auto {
    align-self: auto;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:self-center {
    align-self: center;
  }

  .xl\:self-stretch {
    align-self: stretch;
  }

  .xl\:self-baseline {
    align-self: baseline;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .xl\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .xl\:overscroll-none {
    overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip {
    text-overflow: clip;
  }

  .xl\:whitespace-normal {
    white-space: normal;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .xl\:whitespace-pre {
    white-space: pre;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words {
    overflow-wrap: break-word;
  }

  .xl\:break-all {
    word-break: break-all;
  }

  .xl\:rounded-none {
    border-radius: 0px;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-0 {
    border-width: 0px;
  }

  .xl\:border-2 {
    border-width: 2px;
  }

  .xl\:border-3 {
    border-width: 3px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-7 {
    border-width: 7px;
  }

  .xl\:border-8 {
    border-width: 8px;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-t-0 {
    border-top-width: 0px;
  }

  .xl\:border-t-2 {
    border-top-width: 2px;
  }

  .xl\:border-t-3 {
    border-top-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-t-7 {
    border-top-width: 7px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

  .xl\:border-r-2 {
    border-right-width: 2px;
  }

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-r-7 {
    border-right-width: 7px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-b-7 {
    border-bottom-width: 7px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-b {
    border-bottom-width: 1px;
  }

  .xl\:border-l-0 {
    border-left-width: 0px;
  }

  .xl\:border-l-2 {
    border-left-width: 2px;
  }

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-l-7 {
    border-left-width: 7px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-l {
    border-left-width: 1px;
  }

  .xl\:border-solid {
    border-style: solid;
  }

  .xl\:border-dashed {
    border-style: dashed;
  }

  .xl\:border-dotted {
    border-style: dotted;
  }

  .xl\:border-double {
    border-style: double;
  }

  .xl\:border-none {
    border-style: none;
  }

  .xl\:border-transparent {
    border-color: transparent;
  }

  .xl\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .xl\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .xl\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .xl\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .xl\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xl\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .xl\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .xl\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .xl\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .xl\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xl\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .xl\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xl\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .xl\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .xl\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .xl\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .xl\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .xl\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xl\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .xl\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .xl\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xl\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .xl\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xl\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xl\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .xl\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .xl\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .xl\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .xl\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .xl\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .xl\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .xl\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .xl\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .xl\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .xl\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xl\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .xl\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .xl\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .xl\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .xl\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .xl\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .xl\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .xl\:group-hover\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .group:hover .xl\:group-hover\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .group:hover .xl\:group-hover\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .group:hover .xl\:group-hover\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .group:hover .xl\:group-hover\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .group:hover .xl\:group-hover\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .group:hover .xl\:group-hover\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .group:hover .xl\:group-hover\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .group:hover .xl\:group-hover\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .xl\:focus-within\:border-green-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-pale:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-pale-60:focus-within {
    border-color: rgba(234,234,234,0.6);
  }

  .xl\:focus-within\:border-grey-faint:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-lightest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-grey-page:focus-within {
    border-color: rgba(243,243,243,0.5);
  }

  .xl\:focus-within\:border-primary-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-blue-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-secondary-blue-light-20:focus-within {
    border-color: rgba(46,174,178,0.2);
  }

  .xl\:focus-within\:border-secondary-blue-light-10:focus-within {
    border-color: rgba(46,174,178,0.1);
  }

  .xl\:focus-within\:border-tertiary-orange:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-tertiary-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-black-neutral:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-toggle:focus-within {
    border-color: rgba(8,198,145,0.3);
  }

  .xl\:focus-within\:border-toggle-active:focus-within {
    border-color: rgba(8,198,145,1);
  }

  .xl\:focus-within\:border-tertiary-orange-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-google-maps:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-chart:focus-within {
    border-color: rgba(218,240,225,0.2);
  }

  .xl\:focus-within\:border-energy-rating-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-energy-rating-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-energy-rating-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-energy-rating-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-energy-rating-e:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-energy-rating-f:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-energy-rating-g:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-flo-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-green-dark-60:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-tertiary-background:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .xl\:focus-within\:border-tertiary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-green-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-pale:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-pale-60:hover {
    border-color: rgba(234,234,234,0.6);
  }

  .xl\:hover\:border-grey-faint:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-lightest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:hover\:border-grey-page:hover {
    border-color: rgba(243,243,243,0.5);
  }

  .xl\:hover\:border-primary-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-blue-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xl\:hover\:border-secondary-blue-light-20:hover {
    border-color: rgba(46,174,178,0.2);
  }

  .xl\:hover\:border-secondary-blue-light-10:hover {
    border-color: rgba(46,174,178,0.1);
  }

  .xl\:hover\:border-tertiary-orange:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xl\:hover\:border-tertiary-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .xl\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xl\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xl\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .xl\:hover\:border-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-black-neutral:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .xl\:hover\:border-toggle:hover {
    border-color: rgba(8,198,145,0.3);
  }

  .xl\:hover\:border-toggle-active:hover {
    border-color: rgba(8,198,145,1);
  }

  .xl\:hover\:border-tertiary-orange-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .xl\:hover\:border-google-maps:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .xl\:hover\:border-chart:hover {
    border-color: rgba(218,240,225,0.2);
  }

  .xl\:hover\:border-energy-rating-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .xl\:hover\:border-energy-rating-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .xl\:hover\:border-energy-rating-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .xl\:hover\:border-energy-rating-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-energy-rating-e:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .xl\:hover\:border-energy-rating-f:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .xl\:hover\:border-energy-rating-g:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .xl\:hover\:border-flo-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .xl\:hover\:border-green-dark-60:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .xl\:hover\:border-tertiary-background:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .xl\:hover\:border-tertiary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-green-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-pale:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-pale-60:focus {
    border-color: rgba(234,234,234,0.6);
  }

  .xl\:focus\:border-grey-faint:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-lightest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .xl\:focus\:border-grey-page:focus {
    border-color: rgba(243,243,243,0.5);
  }

  .xl\:focus\:border-primary-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-blue-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xl\:focus\:border-secondary-blue-light-20:focus {
    border-color: rgba(46,174,178,0.2);
  }

  .xl\:focus\:border-secondary-blue-light-10:focus {
    border-color: rgba(46,174,178,0.1);
  }

  .xl\:focus\:border-tertiary-orange:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xl\:focus\:border-tertiary-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .xl\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .xl\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .xl\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .xl\:focus\:border-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-black-neutral:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .xl\:focus\:border-toggle:focus {
    border-color: rgba(8,198,145,0.3);
  }

  .xl\:focus\:border-toggle-active:focus {
    border-color: rgba(8,198,145,1);
  }

  .xl\:focus\:border-tertiary-orange-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .xl\:focus\:border-google-maps:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .xl\:focus\:border-chart:focus {
    border-color: rgba(218,240,225,0.2);
  }

  .xl\:focus\:border-energy-rating-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .xl\:focus\:border-energy-rating-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .xl\:focus\:border-energy-rating-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .xl\:focus\:border-energy-rating-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-energy-rating-e:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .xl\:focus\:border-energy-rating-f:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .xl\:focus\:border-energy-rating-g:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .xl\:focus\:border-flo-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .xl\:focus\:border-green-dark-60:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .xl\:focus\:border-tertiary-background:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .xl\:focus\:border-tertiary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xl\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xl\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xl\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xl\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xl\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .xl\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .xl\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .xl\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .xl\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xl\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xl\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xl\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .xl\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .xl\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xl\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xl\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .xl\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xl\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xl\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xl\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xl\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xl\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xl\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xl\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xl\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xl\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .xl\:even\:bg-green-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-lighter:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-pale:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-pale-60:nth-child(even) {
    background-color: rgba(234,234,234,0.6);
  }

  .xl\:even\:bg-grey-faint:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-lightest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-grey-page:nth-child(even) {
    background-color: rgba(243,243,243,0.5);
  }

  .xl\:even\:bg-primary-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-secondary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-secondary-blue-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-secondary-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-secondary-blue-light-20:nth-child(even) {
    background-color: rgba(46,174,178,0.2);
  }

  .xl\:even\:bg-secondary-blue-light-10:nth-child(even) {
    background-color: rgba(46,174,178,0.1);
  }

  .xl\:even\:bg-tertiary-orange:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-tertiary-yellow:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-success:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-warning:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-error:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-info:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-black-neutral:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-toggle:nth-child(even) {
    background-color: rgba(8,198,145,0.3);
  }

  .xl\:even\:bg-toggle-active:nth-child(even) {
    background-color: rgba(8,198,145,1);
  }

  .xl\:even\:bg-tertiary-orange-hover:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-google-maps:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-chart:nth-child(even) {
    background-color: rgba(218,240,225,0.2);
  }

  .xl\:even\:bg-energy-rating-a:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-energy-rating-b:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-energy-rating-c:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-energy-rating-d:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-energy-rating-e:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-energy-rating-f:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-energy-rating-g:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-flo-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-green-dark-60:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-tertiary-background:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xl\:even\:bg-tertiary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .xl\:group-hover\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .group:hover .xl\:group-hover\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .group:hover .xl\:group-hover\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .group:hover .xl\:group-hover\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .group:hover .xl\:group-hover\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .group:hover .xl\:group-hover\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .group:hover .xl\:group-hover\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .group:hover .xl\:group-hover\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .xl\:focus-within\:bg-green-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-pale:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-pale-60:focus-within {
    background-color: rgba(234,234,234,0.6);
  }

  .xl\:focus-within\:bg-grey-faint:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-lightest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-grey-page:focus-within {
    background-color: rgba(243,243,243,0.5);
  }

  .xl\:focus-within\:bg-primary-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-blue-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-secondary-blue-light-20:focus-within {
    background-color: rgba(46,174,178,0.2);
  }

  .xl\:focus-within\:bg-secondary-blue-light-10:focus-within {
    background-color: rgba(46,174,178,0.1);
  }

  .xl\:focus-within\:bg-tertiary-orange:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-tertiary-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-black-neutral:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-toggle:focus-within {
    background-color: rgba(8,198,145,0.3);
  }

  .xl\:focus-within\:bg-toggle-active:focus-within {
    background-color: rgba(8,198,145,1);
  }

  .xl\:focus-within\:bg-tertiary-orange-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-google-maps:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-chart:focus-within {
    background-color: rgba(218,240,225,0.2);
  }

  .xl\:focus-within\:bg-energy-rating-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-energy-rating-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-energy-rating-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-energy-rating-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-energy-rating-e:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-energy-rating-f:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-energy-rating-g:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-flo-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-green-dark-60:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-tertiary-background:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xl\:focus-within\:bg-tertiary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .xl\:hover\:bg-green-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-pale:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-pale-60:hover {
    background-color: rgba(234,234,234,0.6);
  }

  .xl\:hover\:bg-grey-faint:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-lightest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-grey-page:hover {
    background-color: rgba(243,243,243,0.5);
  }

  .xl\:hover\:bg-primary-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-secondary-blue-light-20:hover {
    background-color: rgba(46,174,178,0.2);
  }

  .xl\:hover\:bg-secondary-blue-light-10:hover {
    background-color: rgba(46,174,178,0.1);
  }

  .xl\:hover\:bg-tertiary-orange:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-tertiary-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-black-neutral:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-toggle:hover {
    background-color: rgba(8,198,145,0.3);
  }

  .xl\:hover\:bg-toggle-active:hover {
    background-color: rgba(8,198,145,1);
  }

  .xl\:hover\:bg-tertiary-orange-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-google-maps:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-chart:hover {
    background-color: rgba(218,240,225,0.2);
  }

  .xl\:hover\:bg-energy-rating-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-energy-rating-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-energy-rating-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-energy-rating-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-energy-rating-e:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-energy-rating-f:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-energy-rating-g:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-flo-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-green-dark-60:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-tertiary-background:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-tertiary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-green-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-pale:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-pale-60:focus {
    background-color: rgba(234,234,234,0.6);
  }

  .xl\:focus\:bg-grey-faint:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-lightest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-grey-page:focus {
    background-color: rgba(243,243,243,0.5);
  }

  .xl\:focus\:bg-primary-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-blue-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-secondary-blue-light-20:focus {
    background-color: rgba(46,174,178,0.2);
  }

  .xl\:focus\:bg-secondary-blue-light-10:focus {
    background-color: rgba(46,174,178,0.1);
  }

  .xl\:focus\:bg-tertiary-orange:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-tertiary-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-black-neutral:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-toggle:focus {
    background-color: rgba(8,198,145,0.3);
  }

  .xl\:focus\:bg-toggle-active:focus {
    background-color: rgba(8,198,145,1);
  }

  .xl\:focus\:bg-tertiary-orange-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-google-maps:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-chart:focus {
    background-color: rgba(218,240,225,0.2);
  }

  .xl\:focus\:bg-energy-rating-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-energy-rating-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-energy-rating-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-energy-rating-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-energy-rating-e:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-energy-rating-f:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-energy-rating-g:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-flo-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-green-dark-60:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-tertiary-background:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-tertiary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .xl\:bg-none {
    background-image: none;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .xl\:bg-search {
    background-image: url('/images/v2/icons/search.svg');
  }

  .xl\:bg-search-dark {
    background-image: url('/images/v2/icons/search-dark.svg');
  }

  .xl\:bg-select {
    background-image: url('/images/v2/icons/select.svg');
  }

  .xl\:bg-select-light {
    background-image: url('/images/v2/icons/select-light.svg');
  }

  .xl\:bg-list-check {
    background-image: url('/images/v2/icons/list-check.svg');
  }

  .xl\:bg-list-times {
    background-image: url('/images/v2/icons/list-times.svg');
  }

  .xl\:bg-chevrons {
    background-image: url('/images/v2/illustrations/chevron-wide.svg');
  }

  .xl\:bg-chevron {
    background-image: url('/images/v2/illustrations/chevron-small.svg');
  }

  .xl\:bg-chevron-repeat {
    background-image: url('/images/v2/illustrations/chevron-wide-space.svg');
  }

  .xl\:bg-chevron-reverse {
    background-image: url('/images/v2/illustrations/chevron-reverse.svg');
  }

  .xl\:bg-chevron-offset {
    background-image: url('/images/v2/illustrations/chevron-wide-offset.svg');
  }

  .xl\:bg-chevron-offset-translucent {
    background-image: url('/images/v2/illustrations/chevron-wide-offset-translucent.svg');
  }

  .xl\:bg-triangles-sm {
    background-image: url('/images/v2/illustrations/small-triangles.svg');
  }

  .xl\:bg-triangles-sm-bl {
    background-image: url('/images/v2/illustrations/small-triangles-bl.svg');
  }

  .xl\:bg-triangles-sm-bl-min {
    background-image: url('/images/v2/illustrations/small-triangles-bl-min.svg');
  }

  .xl\:bg-triangles-sm-tr {
    background-image: url('/images/v2/illustrations/small-triangles-tr.svg');
  }

  .xl\:bg-triangles-sm-br {
    background-image: url('/images/v2/illustrations/small-triangles-br.svg');
  }

  .xl\:bg-triangles-sm-br-min {
    background-image: url('/images/v2/illustrations/small-triangles-br-min.svg');
  }

  .xl\:bg-triangles-sm-br-ten {
    background-image: url('/images/v2/illustrations/small-triangles-br-ten.svg');
  }

  .xl\:bg-triangles-sm-full {
    background-image: url('/images/v2/illustrations/small-triangles-full.svg');
  }

  .xl\:bg-triangles-sm-reverse {
    background-image: url('/images/v2/illustrations/small-triangles-reverse.svg');
  }

  .xl\:bg-triangles-sm-square {
    background-image: url('/images/v2/illustrations/small-triangles-square.svg');
  }

  .xl\:bg-triangles-sm-rotate {
    background-image: url('/images/v2/illustrations/small-triangles-rotate.svg');
  }

  .xl\:bg-triangles-lg {
    background-image: url('/images/v2/illustrations/big-triangles.svg');
  }

  .xl\:bg-triangles-lg-square {
    background-image: url('/images/v2/illustrations/big-triangles-square.svg');
  }

  .xl\:bg-hero-house {
    background-image: url('/images/v2/illustrations/hero-house-shadow.svg');
  }

  .xl\:bg-persona-hero-house {
    background-image: url('/images/v2/illustrations/persona-hero-house.svg');
  }

  .xl\:bg-house-min {
    background-image: url('/images/v2/illustrations/house-min.svg');
  }

  .xl\:bg-home-hero-auth {
    background-image: url('/images/v2/illustrations/home-hero-auth.svg');
  }

  .xl\:bg-home-hero {
    background-image: url('/images/home/background.jpg');
  }

  .xl\:bg-horizontal-house {
    background-image: url('/images/v2/illustrations/horizontal-house-repeat.svg');
  }

  .xl\:bg-map {
    background-image: url('/images/v2/illustrations/map.svg');
  }

  .xl\:bg-map-alt {
    background-image: url('/images/v2/illustrations/map-alt.svg');
  }

  .xl\:bg-map-alt-2 {
    background-image: url('/images/v2/illustrations/map-alt-2.svg');
  }

  .xl\:bg-map-alt-3 {
    background-image: url('/images/v2/illustrations/map-alt-3.svg');
  }

  .xl\:bg-b2bfinance {
    background-image: url(/images/finance-finder/b2bfinance-tick.png);
  }

  .xl\:bg-frame {
    background-image: url(/images/about/frame.png);
  }

  .xl\:bg-dot-wave {
    background-image: url(/images/dot-wave.png);
  }

  .xl\:bg-line-wave {
    background-image: url(/images/line-wave.svg);
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-green-darkest {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xl\:from-green-darker {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xl\:from-green-dark {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xl\:from-green-medium {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xl\:from-green-light {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:from-grey-darkest {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xl\:from-grey-darker {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xl\:from-grey-dark {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xl\:from-grey {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xl\:from-grey-medium {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:from-grey-light {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xl\:from-grey-lighter {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:from-grey-pale {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:from-grey-pale-60 {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:from-grey-faint {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:from-grey-lightest {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:from-grey-page {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:from-primary-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-secondary-green {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xl\:from-secondary-blue-dark {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xl\:from-secondary-blue-light {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:from-secondary-blue-light-20 {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:from-secondary-blue-light-10 {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:from-tertiary-orange {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:from-tertiary-yellow {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xl\:from-success {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:from-warning {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:from-error {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xl\:from-info {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:from-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-black-neutral {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xl\:from-toggle {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:from-toggle-active {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:from-tertiary-orange-hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xl\:from-google-maps {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xl\:from-chart {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xl\:from-energy-rating-a {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xl\:from-energy-rating-b {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xl\:from-energy-rating-c {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xl\:from-energy-rating-d {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:from-energy-rating-e {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xl\:from-energy-rating-f {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xl\:from-energy-rating-g {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xl\:from-flo-blue-light {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xl\:from-green-dark-60 {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xl\:from-tertiary-background {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xl\:from-tertiary-green {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-green-darkest:hover {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xl\:hover\:from-green-darker:hover {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xl\:hover\:from-green-dark:hover {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xl\:hover\:from-green-medium:hover {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xl\:hover\:from-green-light:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:hover\:from-grey-darkest:hover {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xl\:hover\:from-grey-darker:hover {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xl\:hover\:from-grey-dark:hover {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xl\:hover\:from-grey:hover {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xl\:hover\:from-grey-medium:hover {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:hover\:from-grey-light:hover {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xl\:hover\:from-grey-lighter:hover {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:hover\:from-grey-pale:hover {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:hover\:from-grey-pale-60:hover {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:hover\:from-grey-faint:hover {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:hover\:from-grey-lightest:hover {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:hover\:from-grey-page:hover {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:hover\:from-primary-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-secondary-green:hover {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xl\:hover\:from-secondary-blue-dark:hover {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xl\:hover\:from-secondary-blue-light:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:hover\:from-secondary-blue-light-20:hover {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:hover\:from-secondary-blue-light-10:hover {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:hover\:from-tertiary-orange:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:hover\:from-tertiary-yellow:hover {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xl\:hover\:from-success:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:hover\:from-warning:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:hover\:from-error:hover {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xl\:hover\:from-info:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black-neutral:hover {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xl\:hover\:from-toggle:hover {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:hover\:from-toggle-active:hover {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:hover\:from-tertiary-orange-hover:hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xl\:hover\:from-google-maps:hover {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xl\:hover\:from-chart:hover {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xl\:hover\:from-energy-rating-a:hover {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xl\:hover\:from-energy-rating-b:hover {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xl\:hover\:from-energy-rating-c:hover {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xl\:hover\:from-energy-rating-d:hover {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:hover\:from-energy-rating-e:hover {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xl\:hover\:from-energy-rating-f:hover {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xl\:hover\:from-energy-rating-g:hover {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xl\:hover\:from-flo-blue-light:hover {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xl\:hover\:from-green-dark-60:hover {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xl\:hover\:from-tertiary-background:hover {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xl\:hover\:from-tertiary-green:hover {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-green-darkest:focus {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xl\:focus\:from-green-darker:focus {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xl\:focus\:from-green-dark:focus {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xl\:focus\:from-green-medium:focus {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xl\:focus\:from-green-light:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:focus\:from-grey-darkest:focus {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xl\:focus\:from-grey-darker:focus {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xl\:focus\:from-grey-dark:focus {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xl\:focus\:from-grey:focus {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xl\:focus\:from-grey-medium:focus {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:focus\:from-grey-light:focus {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xl\:focus\:from-grey-lighter:focus {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:focus\:from-grey-pale:focus {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:focus\:from-grey-pale-60:focus {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:focus\:from-grey-faint:focus {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:focus\:from-grey-lightest:focus {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:focus\:from-grey-page:focus {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:focus\:from-primary-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-secondary-green:focus {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xl\:focus\:from-secondary-blue-dark:focus {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xl\:focus\:from-secondary-blue-light:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:focus\:from-secondary-blue-light-20:focus {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:focus\:from-secondary-blue-light-10:focus {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:focus\:from-tertiary-orange:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:focus\:from-tertiary-yellow:focus {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xl\:focus\:from-success:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:focus\:from-warning:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:focus\:from-error:focus {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xl\:focus\:from-info:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black-neutral:focus {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xl\:focus\:from-toggle:focus {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:focus\:from-toggle-active:focus {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:focus\:from-tertiary-orange-hover:focus {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xl\:focus\:from-google-maps:focus {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xl\:focus\:from-chart:focus {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xl\:focus\:from-energy-rating-a:focus {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xl\:focus\:from-energy-rating-b:focus {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xl\:focus\:from-energy-rating-c:focus {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xl\:focus\:from-energy-rating-d:focus {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:focus\:from-energy-rating-e:focus {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xl\:focus\:from-energy-rating-f:focus {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xl\:focus\:from-energy-rating-g:focus {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xl\:focus\:from-flo-blue-light:focus {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xl\:focus\:from-green-dark-60:focus {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xl\:focus\:from-tertiary-background:focus {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xl\:focus\:from-tertiary-green:focus {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-green-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xl\:via-green-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xl\:via-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xl\:via-green-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xl\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:via-grey-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xl\:via-grey-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xl\:via-grey-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xl\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xl\:via-grey-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xl\:via-grey-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:via-grey-pale {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:via-grey-pale-60 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:via-grey-faint {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:via-grey-lightest {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:via-grey-page {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:via-primary-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-secondary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xl\:via-secondary-blue-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xl\:via-secondary-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:via-secondary-blue-light-20 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:via-secondary-blue-light-10 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:via-tertiary-orange {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:via-tertiary-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xl\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xl\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-black-neutral {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xl\:via-toggle {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:via-toggle-active {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:via-tertiary-orange-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xl\:via-google-maps {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xl\:via-chart {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xl\:via-energy-rating-a {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xl\:via-energy-rating-b {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xl\:via-energy-rating-c {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xl\:via-energy-rating-d {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:via-energy-rating-e {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xl\:via-energy-rating-f {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xl\:via-energy-rating-g {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xl\:via-flo-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xl\:via-green-dark-60 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xl\:via-tertiary-background {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xl\:via-tertiary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-green-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xl\:hover\:via-green-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xl\:hover\:via-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xl\:hover\:via-green-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xl\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:hover\:via-grey-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xl\:hover\:via-grey-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xl\:hover\:via-grey-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xl\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xl\:hover\:via-grey-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xl\:hover\:via-grey-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:hover\:via-grey-pale:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:hover\:via-grey-pale-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:hover\:via-grey-faint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:hover\:via-grey-lightest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:hover\:via-grey-page:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:hover\:via-primary-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-secondary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xl\:hover\:via-secondary-blue-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xl\:hover\:via-secondary-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:hover\:via-secondary-blue-light-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:hover\:via-secondary-blue-light-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:hover\:via-tertiary-orange:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:hover\:via-tertiary-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xl\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xl\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black-neutral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xl\:hover\:via-toggle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:hover\:via-toggle-active:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:hover\:via-tertiary-orange-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xl\:hover\:via-google-maps:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xl\:hover\:via-chart:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xl\:hover\:via-energy-rating-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xl\:hover\:via-energy-rating-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xl\:hover\:via-energy-rating-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xl\:hover\:via-energy-rating-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:hover\:via-energy-rating-e:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xl\:hover\:via-energy-rating-f:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xl\:hover\:via-energy-rating-g:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xl\:hover\:via-flo-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xl\:hover\:via-green-dark-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xl\:hover\:via-tertiary-background:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xl\:hover\:via-tertiary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-green-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .xl\:focus\:via-green-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .xl\:focus\:via-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .xl\:focus\:via-green-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .xl\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:focus\:via-grey-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .xl\:focus\:via-grey-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .xl\:focus\:via-grey-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .xl\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .xl\:focus\:via-grey-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .xl\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .xl\:focus\:via-grey-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .xl\:focus\:via-grey-pale:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:focus\:via-grey-pale-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .xl\:focus\:via-grey-faint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:focus\:via-grey-lightest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .xl\:focus\:via-grey-page:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .xl\:focus\:via-primary-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-secondary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .xl\:focus\:via-secondary-blue-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .xl\:focus\:via-secondary-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:focus\:via-secondary-blue-light-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:focus\:via-secondary-blue-light-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:focus\:via-tertiary-orange:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:focus\:via-tertiary-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .xl\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .xl\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .xl\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .xl\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black-neutral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .xl\:focus\:via-toggle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:focus\:via-toggle-active:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:focus\:via-tertiary-orange-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .xl\:focus\:via-google-maps:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .xl\:focus\:via-chart:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .xl\:focus\:via-energy-rating-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .xl\:focus\:via-energy-rating-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .xl\:focus\:via-energy-rating-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .xl\:focus\:via-energy-rating-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .xl\:focus\:via-energy-rating-e:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .xl\:focus\:via-energy-rating-f:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .xl\:focus\:via-energy-rating-g:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .xl\:focus\:via-flo-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .xl\:focus\:via-green-dark-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .xl\:focus\:via-tertiary-background:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .xl\:focus\:via-tertiary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .xl\:to-green-darkest {
    --tw-gradient-to: #032b26;
  }

  .xl\:to-green-darker {
    --tw-gradient-to: #063932;
  }

  .xl\:to-green-dark {
    --tw-gradient-to: #0b4d44;
  }

  .xl\:to-green-medium {
    --tw-gradient-to: #199365;
  }

  .xl\:to-green-light {
    --tw-gradient-to: #47b669;
  }

  .xl\:to-grey-darkest {
    --tw-gradient-to: #303030;
  }

  .xl\:to-grey-darker {
    --tw-gradient-to: #4a4a4a;
  }

  .xl\:to-grey-dark {
    --tw-gradient-to: #6c7476;
  }

  .xl\:to-grey {
    --tw-gradient-to: #888888;
  }

  .xl\:to-grey-medium {
    --tw-gradient-to: #aaaaaa;
  }

  .xl\:to-grey-light {
    --tw-gradient-to: #bbbbbb;
  }

  .xl\:to-grey-lighter {
    --tw-gradient-to: #dadada;
  }

  .xl\:to-grey-pale {
    --tw-gradient-to: #eaeaea;
  }

  .xl\:to-grey-pale-60 {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .xl\:to-grey-faint {
    --tw-gradient-to: #f3f3f3;
  }

  .xl\:to-grey-lightest {
    --tw-gradient-to: #f9f9f9;
  }

  .xl\:to-grey-page {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .xl\:to-primary-white {
    --tw-gradient-to: #ffffff;
  }

  .xl\:to-secondary-green {
    --tw-gradient-to: #0cc393;
  }

  .xl\:to-secondary-blue-dark {
    --tw-gradient-to: #175564;
  }

  .xl\:to-secondary-blue-light {
    --tw-gradient-to: #2eaeb2;
  }

  .xl\:to-secondary-blue-light-20 {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .xl\:to-secondary-blue-light-10 {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .xl\:to-tertiary-orange {
    --tw-gradient-to: #f46036;
  }

  .xl\:to-tertiary-yellow {
    --tw-gradient-to: #f9c846;
  }

  .xl\:to-success {
    --tw-gradient-to: #47b669;
  }

  .xl\:to-warning {
    --tw-gradient-to: #f46036;
  }

  .xl\:to-error {
    --tw-gradient-to: #e63147;
  }

  .xl\:to-info {
    --tw-gradient-to: #2eaeb2;
  }

  .xl\:to-black {
    --tw-gradient-to: #000000;
  }

  .xl\:to-black-neutral {
    --tw-gradient-to: #373f41;
  }

  .xl\:to-toggle {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .xl\:to-toggle-active {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .xl\:to-tertiary-orange-hover {
    --tw-gradient-to: #f78161;
  }

  .xl\:to-google-maps {
    --tw-gradient-to: #e5e3df;
  }

  .xl\:to-chart {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .xl\:to-energy-rating-a {
    --tw-gradient-to: #008459;
  }

  .xl\:to-energy-rating-b {
    --tw-gradient-to: #19b059;
  }

  .xl\:to-energy-rating-c {
    --tw-gradient-to: #8dc641;
  }

  .xl\:to-energy-rating-d {
    --tw-gradient-to: #ffcc00;
  }

  .xl\:to-energy-rating-e {
    --tw-gradient-to: #f7ac64;
  }

  .xl\:to-energy-rating-f {
    --tw-gradient-to: #f78521;
  }

  .xl\:to-energy-rating-g {
    --tw-gradient-to: #ef1c39;
  }

  .xl\:to-flo-blue-light {
    --tw-gradient-to: #0072b4;
  }

  .xl\:to-green-dark-60 {
    --tw-gradient-to: #a3b7b4;
  }

  .xl\:to-tertiary-background {
    --tw-gradient-to: #ebfaf6;
  }

  .xl\:to-tertiary-green {
    --tw-gradient-to: #08c691;
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-green-darkest:hover {
    --tw-gradient-to: #032b26;
  }

  .xl\:hover\:to-green-darker:hover {
    --tw-gradient-to: #063932;
  }

  .xl\:hover\:to-green-dark:hover {
    --tw-gradient-to: #0b4d44;
  }

  .xl\:hover\:to-green-medium:hover {
    --tw-gradient-to: #199365;
  }

  .xl\:hover\:to-green-light:hover {
    --tw-gradient-to: #47b669;
  }

  .xl\:hover\:to-grey-darkest:hover {
    --tw-gradient-to: #303030;
  }

  .xl\:hover\:to-grey-darker:hover {
    --tw-gradient-to: #4a4a4a;
  }

  .xl\:hover\:to-grey-dark:hover {
    --tw-gradient-to: #6c7476;
  }

  .xl\:hover\:to-grey:hover {
    --tw-gradient-to: #888888;
  }

  .xl\:hover\:to-grey-medium:hover {
    --tw-gradient-to: #aaaaaa;
  }

  .xl\:hover\:to-grey-light:hover {
    --tw-gradient-to: #bbbbbb;
  }

  .xl\:hover\:to-grey-lighter:hover {
    --tw-gradient-to: #dadada;
  }

  .xl\:hover\:to-grey-pale:hover {
    --tw-gradient-to: #eaeaea;
  }

  .xl\:hover\:to-grey-pale-60:hover {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .xl\:hover\:to-grey-faint:hover {
    --tw-gradient-to: #f3f3f3;
  }

  .xl\:hover\:to-grey-lightest:hover {
    --tw-gradient-to: #f9f9f9;
  }

  .xl\:hover\:to-grey-page:hover {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .xl\:hover\:to-primary-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .xl\:hover\:to-secondary-green:hover {
    --tw-gradient-to: #0cc393;
  }

  .xl\:hover\:to-secondary-blue-dark:hover {
    --tw-gradient-to: #175564;
  }

  .xl\:hover\:to-secondary-blue-light:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .xl\:hover\:to-secondary-blue-light-20:hover {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .xl\:hover\:to-secondary-blue-light-10:hover {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .xl\:hover\:to-tertiary-orange:hover {
    --tw-gradient-to: #f46036;
  }

  .xl\:hover\:to-tertiary-yellow:hover {
    --tw-gradient-to: #f9c846;
  }

  .xl\:hover\:to-success:hover {
    --tw-gradient-to: #47b669;
  }

  .xl\:hover\:to-warning:hover {
    --tw-gradient-to: #f46036;
  }

  .xl\:hover\:to-error:hover {
    --tw-gradient-to: #e63147;
  }

  .xl\:hover\:to-info:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000000;
  }

  .xl\:hover\:to-black-neutral:hover {
    --tw-gradient-to: #373f41;
  }

  .xl\:hover\:to-toggle:hover {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .xl\:hover\:to-toggle-active:hover {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .xl\:hover\:to-tertiary-orange-hover:hover {
    --tw-gradient-to: #f78161;
  }

  .xl\:hover\:to-google-maps:hover {
    --tw-gradient-to: #e5e3df;
  }

  .xl\:hover\:to-chart:hover {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .xl\:hover\:to-energy-rating-a:hover {
    --tw-gradient-to: #008459;
  }

  .xl\:hover\:to-energy-rating-b:hover {
    --tw-gradient-to: #19b059;
  }

  .xl\:hover\:to-energy-rating-c:hover {
    --tw-gradient-to: #8dc641;
  }

  .xl\:hover\:to-energy-rating-d:hover {
    --tw-gradient-to: #ffcc00;
  }

  .xl\:hover\:to-energy-rating-e:hover {
    --tw-gradient-to: #f7ac64;
  }

  .xl\:hover\:to-energy-rating-f:hover {
    --tw-gradient-to: #f78521;
  }

  .xl\:hover\:to-energy-rating-g:hover {
    --tw-gradient-to: #ef1c39;
  }

  .xl\:hover\:to-flo-blue-light:hover {
    --tw-gradient-to: #0072b4;
  }

  .xl\:hover\:to-green-dark-60:hover {
    --tw-gradient-to: #a3b7b4;
  }

  .xl\:hover\:to-tertiary-background:hover {
    --tw-gradient-to: #ebfaf6;
  }

  .xl\:hover\:to-tertiary-green:hover {
    --tw-gradient-to: #08c691;
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-green-darkest:focus {
    --tw-gradient-to: #032b26;
  }

  .xl\:focus\:to-green-darker:focus {
    --tw-gradient-to: #063932;
  }

  .xl\:focus\:to-green-dark:focus {
    --tw-gradient-to: #0b4d44;
  }

  .xl\:focus\:to-green-medium:focus {
    --tw-gradient-to: #199365;
  }

  .xl\:focus\:to-green-light:focus {
    --tw-gradient-to: #47b669;
  }

  .xl\:focus\:to-grey-darkest:focus {
    --tw-gradient-to: #303030;
  }

  .xl\:focus\:to-grey-darker:focus {
    --tw-gradient-to: #4a4a4a;
  }

  .xl\:focus\:to-grey-dark:focus {
    --tw-gradient-to: #6c7476;
  }

  .xl\:focus\:to-grey:focus {
    --tw-gradient-to: #888888;
  }

  .xl\:focus\:to-grey-medium:focus {
    --tw-gradient-to: #aaaaaa;
  }

  .xl\:focus\:to-grey-light:focus {
    --tw-gradient-to: #bbbbbb;
  }

  .xl\:focus\:to-grey-lighter:focus {
    --tw-gradient-to: #dadada;
  }

  .xl\:focus\:to-grey-pale:focus {
    --tw-gradient-to: #eaeaea;
  }

  .xl\:focus\:to-grey-pale-60:focus {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .xl\:focus\:to-grey-faint:focus {
    --tw-gradient-to: #f3f3f3;
  }

  .xl\:focus\:to-grey-lightest:focus {
    --tw-gradient-to: #f9f9f9;
  }

  .xl\:focus\:to-grey-page:focus {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .xl\:focus\:to-primary-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .xl\:focus\:to-secondary-green:focus {
    --tw-gradient-to: #0cc393;
  }

  .xl\:focus\:to-secondary-blue-dark:focus {
    --tw-gradient-to: #175564;
  }

  .xl\:focus\:to-secondary-blue-light:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .xl\:focus\:to-secondary-blue-light-20:focus {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .xl\:focus\:to-secondary-blue-light-10:focus {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .xl\:focus\:to-tertiary-orange:focus {
    --tw-gradient-to: #f46036;
  }

  .xl\:focus\:to-tertiary-yellow:focus {
    --tw-gradient-to: #f9c846;
  }

  .xl\:focus\:to-success:focus {
    --tw-gradient-to: #47b669;
  }

  .xl\:focus\:to-warning:focus {
    --tw-gradient-to: #f46036;
  }

  .xl\:focus\:to-error:focus {
    --tw-gradient-to: #e63147;
  }

  .xl\:focus\:to-info:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000000;
  }

  .xl\:focus\:to-black-neutral:focus {
    --tw-gradient-to: #373f41;
  }

  .xl\:focus\:to-toggle:focus {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .xl\:focus\:to-toggle-active:focus {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .xl\:focus\:to-tertiary-orange-hover:focus {
    --tw-gradient-to: #f78161;
  }

  .xl\:focus\:to-google-maps:focus {
    --tw-gradient-to: #e5e3df;
  }

  .xl\:focus\:to-chart:focus {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .xl\:focus\:to-energy-rating-a:focus {
    --tw-gradient-to: #008459;
  }

  .xl\:focus\:to-energy-rating-b:focus {
    --tw-gradient-to: #19b059;
  }

  .xl\:focus\:to-energy-rating-c:focus {
    --tw-gradient-to: #8dc641;
  }

  .xl\:focus\:to-energy-rating-d:focus {
    --tw-gradient-to: #ffcc00;
  }

  .xl\:focus\:to-energy-rating-e:focus {
    --tw-gradient-to: #f7ac64;
  }

  .xl\:focus\:to-energy-rating-f:focus {
    --tw-gradient-to: #f78521;
  }

  .xl\:focus\:to-energy-rating-g:focus {
    --tw-gradient-to: #ef1c39;
  }

  .xl\:focus\:to-flo-blue-light:focus {
    --tw-gradient-to: #0072b4;
  }

  .xl\:focus\:to-green-dark-60:focus {
    --tw-gradient-to: #a3b7b4;
  }

  .xl\:focus\:to-tertiary-background:focus {
    --tw-gradient-to: #ebfaf6;
  }

  .xl\:focus\:to-tertiary-green:focus {
    --tw-gradient-to: #08c691;
  }

  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xl\:bg-5 {
    background-size: 1.25rem;
  }

  .xl\:bg-20 {
    background-size: 5rem;
  }

  .xl\:bg-45 {
    background-size: 11.25rem;
  }

  .xl\:bg-48 {
    background-size: 12rem;
  }

  .xl\:bg-80 {
    background-size: 20rem;
  }

  .xl\:bg-100 {
    background-size: 25rem;
  }

  .xl\:bg-112 {
    background-size: 28rem;
  }

  .xl\:bg-120 {
    background-size: 30rem;
  }

  .xl\:bg-128 {
    background-size: 32rem;
  }

  .xl\:bg-132 {
    background-size: 33rem;
  }

  .xl\:bg-140 {
    background-size: 35rem;
  }

  .xl\:bg-152 {
    background-size: 38rem;
  }

  .xl\:bg-164 {
    background-size: 41rem;
  }

  .xl\:bg-184 {
    background-size: 46rem;
  }

  .xl\:bg-200 {
    background-size: 50rem;
  }

  .xl\:bg-288 {
    background-size: 72rem;
  }

  .xl\:bg-540 {
    background-size: 135rem;
  }

  .xl\:bg-auto {
    background-size: auto;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:bg-4\/5 {
    background-size: 80%;
  }

  .xl\:bg-fixed {
    background-attachment: fixed;
  }

  .xl\:bg-local {
    background-attachment: local;
  }

  .xl\:bg-scroll {
    background-attachment: scroll;
  }

  .xl\:bg-clip-border {
    background-clip: border-box;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .xl\:bg-clip-content {
    background-clip: content-box;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-bottom {
    background-position: bottom;
  }

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:bg-left {
    background-position: left;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .xl\:bg-left-top {
    background-position: left top;
  }

  .xl\:bg-right {
    background-position: right;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .xl\:bg-right-top {
    background-position: right top;
  }

  .xl\:bg-top {
    background-position: top;
  }

  .xl\:bg-top-0\.75 {
    background-position: 0 0.1875rem;
  }

  .xl\:bg-left-2 {
    background-position: left 0.5rem center;
  }

  .xl\:bg-right-2 {
    background-position: right 0.5rem center;
  }

  .xl\:bg-left-top-3 {
    background-position: 0.75rem 0.75rem;
  }

  .xl\:bg-left-top-5 {
    background-position: 1.25rem 1.25rem;
  }

  .xl\:bg-right-top-5 {
    background-position: right 1.25rem top 1.25rem;
  }

  .xl\:bg-right-top-2 {
    background-position: right 0.5rem top 0.5rem;
  }

  .xl\:bg-left-bottom-5 {
    background-position: left 1.25rem bottom 1.25rem;
  }

  .xl\:bg-right-bottom-5 {
    background-position: right 1.25rem bottom 1.25rem;
  }

  .xl\:-bg-right-top-36 {
    background-position: right 0 top -9rem;
  }

  .xl\:-bg-right-bottom-px {
    background-position: right 0 bottom -1px;
  }

  .xl\:-bg-right-bottom-16 {
    background-position: right -0.125rem bottom -4rem;
  }

  .xl\:-bg-bottom-1 {
    background-position: bottom -4rem center;
  }

  .xl\:-bg-bottom-1-left {
    background-position: bottom -4rem left;
  }

  .xl\:bg-repeat {
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round {
    background-repeat: round;
  }

  .xl\:bg-repeat-space {
    background-repeat: space;
  }

  .xl\:bg-origin-border {
    background-origin: border-box;
  }

  .xl\:bg-origin-padding {
    background-origin: padding-box;
  }

  .xl\:bg-origin-content {
    background-origin: content-box;
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:fill-none {
    fill: none;
  }

  .xl\:fill-green-light {
    fill: #47b669;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:stroke-green-medium {
    stroke: #199365;
  }

  .xl\:stroke-tertiary-orange {
    stroke: #f46036;
  }

  .xl\:stroke-grey-pale {
    stroke: #eaeaea;
  }

  .xl\:stroke-0 {
    stroke-width: 0;
  }

  .xl\:stroke-1 {
    stroke-width: 1;
  }

  .xl\:stroke-2 {
    stroke-width: 2;
  }

  .xl\:stroke-12 {
    stroke-width: 12;
  }

  .xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-18 {
    padding: 4.5rem;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:p-21 {
    padding: 5.25rem;
  }

  .xl\:p-22 {
    padding: 5.5rem;
  }

  .xl\:p-24 {
    padding: 6rem;
  }

  .xl\:p-26 {
    padding: 6.5rem;
  }

  .xl\:p-28 {
    padding: 7rem;
  }

  .xl\:p-29 {
    padding: 7.25rem;
  }

  .xl\:p-32 {
    padding: 8rem;
  }

  .xl\:p-34 {
    padding: 8.5rem;
  }

  .xl\:p-36 {
    padding: 9rem;
  }

  .xl\:p-40 {
    padding: 10rem;
  }

  .xl\:p-42 {
    padding: 10.5rem;
  }

  .xl\:p-44 {
    padding: 11rem;
  }

  .xl\:p-48 {
    padding: 12rem;
  }

  .xl\:p-52 {
    padding: 13rem;
  }

  .xl\:p-56 {
    padding: 14rem;
  }

  .xl\:p-60 {
    padding: 15rem;
  }

  .xl\:p-64 {
    padding: 16rem;
  }

  .xl\:p-68 {
    padding: 17rem;
  }

  .xl\:p-72 {
    padding: 18rem;
  }

  .xl\:p-77 {
    padding: 19.25rem;
  }

  .xl\:p-80 {
    padding: 20rem;
  }

  .xl\:p-82 {
    padding: 20.5rem;
  }

  .xl\:p-88 {
    padding: 22rem;
  }

  .xl\:p-94 {
    padding: 23.5rem;
  }

  .xl\:p-96 {
    padding: 24rem;
  }

  .xl\:p-98 {
    padding: 24.5rem;
  }

  .xl\:p-104 {
    padding: 26rem;
  }

  .xl\:p-108 {
    padding: 27rem;
  }

  .xl\:p-110 {
    padding: 27.5rem;
  }

  .xl\:p-112 {
    padding: 28rem;
  }

  .xl\:p-120 {
    padding: 30rem;
  }

  .xl\:p-128 {
    padding: 32rem;
  }

  .xl\:p-132 {
    padding: 33rem;
  }

  .xl\:p-134 {
    padding: 33.5rem;
  }

  .xl\:p-135 {
    padding: 33.75rem;
  }

  .xl\:p-136 {
    padding: 34rem;
  }

  .xl\:p-144 {
    padding: 36rem;
  }

  .xl\:p-152 {
    padding: 38rem;
  }

  .xl\:p-160 {
    padding: 40rem;
  }

  .xl\:p-164 {
    padding: 41rem;
  }

  .xl\:p-172 {
    padding: 43rem;
  }

  .xl\:p-179 {
    padding: 44.75rem;
  }

  .xl\:p-184 {
    padding: 46rem;
  }

  .xl\:p-192 {
    padding: 48rem;
  }

  .xl\:p-224 {
    padding: 56rem;
  }

  .xl\:p-240 {
    padding: 60rem;
  }

  .xl\:p-256 {
    padding: 64rem;
  }

  .xl\:p-265 {
    padding: 66.25rem;
  }

  .xl\:p-288 {
    padding: 72rem;
  }

  .xl\:p-384 {
    padding: 96rem;
  }

  .xl\:p-px {
    padding: 1px;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .xl\:p-0\.75 {
    padding: 0.1875rem;
  }

  .xl\:p-4\.5 {
    padding: 1.125rem;
  }

  .xl\:p-7\.5 {
    padding: 1.875rem;
  }

  .xl\:p-9\.5 {
    padding: 2.375rem;
  }

  .xl\:p-9\.75 {
    padding: 2.4375rem;
  }

  .xl\:p-12\.5 {
    padding: 3.125rem;
  }

  .xl\:p-13\.5 {
    padding: 3.375rem;
  }

  .xl\:p-292\.5 {
    padding: 73.125rem;
  }

  .xl\:p-1\/24 {
    padding: 4.166667%;
  }

  .xl\:p-2\/24 {
    padding: 8.333333%;
  }

  .xl\:p-3\/24 {
    padding: 12.5%;
  }

  .xl\:p-4\/24 {
    padding: 16.666667%;
  }

  .xl\:p-5\/24 {
    padding: 20.833333%;
  }

  .xl\:p-6\/24 {
    padding: 25%;
  }

  .xl\:p-7\/24 {
    padding: 29.166666%;
  }

  .xl\:p-8\/24 {
    padding: 33.333333%;
  }

  .xl\:p-9\/24 {
    padding: 37.5%;
  }

  .xl\:p-10\/24 {
    padding: 41.666666%;
  }

  .xl\:p-11\/24 {
    padding: 45.833333%;
  }

  .xl\:p-12\/24 {
    padding: 50%;
  }

  .xl\:p-13\/24 {
    padding: 54.166666%;
  }

  .xl\:p-14\/24 {
    padding: 58.333333%;
  }

  .xl\:p-15\/24 {
    padding: 62.5%;
  }

  .xl\:p-16\/24 {
    padding: 66.666667%;
  }

  .xl\:p-17\/24 {
    padding: 70.833333%;
  }

  .xl\:p-18\/24 {
    padding: 75%;
  }

  .xl\:p-19\/24 {
    padding: 79.166667%;
  }

  .xl\:p-20\/24 {
    padding: 83.333333%;
  }

  .xl\:p-21\/24 {
    padding: 87.5%;
  }

  .xl\:p-22\/24 {
    padding: 91.666667%;
  }

  .xl\:p-23\/24 {
    padding: 95.833333%;
  }

  .xl\:p-24\/24 {
    padding: 100%;
  }

  .xl\:p-screen-header {
    padding: 41.55vw;
  }

  .xl\:p-screen-60 {
    padding: 60vh;
  }

  .xl\:p-screen-80 {
    padding: 80vh;
  }

  .xl\:p-screen-85 {
    padding: 85vh;
  }

  .xl\:p-screen-90 {
    padding: 90vh;
  }

  .xl\:p-screen-95 {
    padding: 95vh;
  }

  .xl\:p-screen-minus-header {
    padding: calc(100vh - 5.25rem);
  }

  .xl\:p-screen-minus-35\.5 {
    padding: calc(100vh - 8.875rem);
  }

  .xl\:p-screen-minus-36 {
    padding: calc(100vh - 9rem);
  }

  .xl\:p-screen-minus-40 {
    padding: calc(100vh - 10rem);
  }

  .xl\:p-screen-minus-55 {
    padding: calc(100vh - 13.75rem);
  }

  .xl\:p-screen-minus-72 {
    padding: calc(100vh - 18rem);
  }

  .xl\:p-screen-minus-80 {
    padding: calc(100vh - 20rem);
  }

  .xl\:p-full-4 {
    padding: calc(100% - 16px);
  }

  .xl\:p-account-body {
    padding: calc(100vw - 304px);
  }

  .xl\:p-menu-center {
    padding: calc(50% - 288px);
  }

  .xl\:p-tutorials-hidden {
    padding: calc(100% - 56px);
  }

  .xl\:p-popup-full-width {
    padding: calc(100% + 32px);
  }

  .xl\:p-popup-full-width-md {
    padding: calc(100% + 64px);
  }

  .xl\:p-popup-full-height {
    padding: calc(100% + 68px);
  }

  .xl\:p-max-content {
    padding: max-content;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .xl\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-29 {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .xl\:px-77 {
    padding-left: 19.25rem;
    padding-right: 19.25rem;
  }

  .xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .xl\:px-82 {
    padding-left: 20.5rem;
    padding-right: 20.5rem;
  }

  .xl\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .xl\:px-94 {
    padding-left: 23.5rem;
    padding-right: 23.5rem;
  }

  .xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .xl\:px-98 {
    padding-left: 24.5rem;
    padding-right: 24.5rem;
  }

  .xl\:px-104 {
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .xl\:px-108 {
    padding-left: 27rem;
    padding-right: 27rem;
  }

  .xl\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .xl\:px-112 {
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .xl\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .xl\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .xl\:px-132 {
    padding-left: 33rem;
    padding-right: 33rem;
  }

  .xl\:px-134 {
    padding-left: 33.5rem;
    padding-right: 33.5rem;
  }

  .xl\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .xl\:px-136 {
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .xl\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .xl\:px-152 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .xl\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .xl\:px-164 {
    padding-left: 41rem;
    padding-right: 41rem;
  }

  .xl\:px-172 {
    padding-left: 43rem;
    padding-right: 43rem;
  }

  .xl\:px-179 {
    padding-left: 44.75rem;
    padding-right: 44.75rem;
  }

  .xl\:px-184 {
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .xl\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .xl\:px-224 {
    padding-left: 56rem;
    padding-right: 56rem;
  }

  .xl\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .xl\:px-256 {
    padding-left: 64rem;
    padding-right: 64rem;
  }

  .xl\:px-265 {
    padding-left: 66.25rem;
    padding-right: 66.25rem;
  }

  .xl\:px-288 {
    padding-left: 72rem;
    padding-right: 72rem;
  }

  .xl\:px-384 {
    padding-left: 96rem;
    padding-right: 96rem;
  }

  .xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:px-0\.75 {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .xl\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .xl\:px-7\.5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .xl\:px-9\.5 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .xl\:px-9\.75 {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
  }

  .xl\:px-12\.5 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .xl\:px-13\.5 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .xl\:px-292\.5 {
    padding-left: 73.125rem;
    padding-right: 73.125rem;
  }

  .xl\:px-1\/24 {
    padding-left: 4.166667%;
    padding-right: 4.166667%;
  }

  .xl\:px-2\/24 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .xl\:px-3\/24 {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .xl\:px-4\/24 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xl\:px-5\/24 {
    padding-left: 20.833333%;
    padding-right: 20.833333%;
  }

  .xl\:px-6\/24 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:px-7\/24 {
    padding-left: 29.166666%;
    padding-right: 29.166666%;
  }

  .xl\:px-8\/24 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:px-9\/24 {
    padding-left: 37.5%;
    padding-right: 37.5%;
  }

  .xl\:px-10\/24 {
    padding-left: 41.666666%;
    padding-right: 41.666666%;
  }

  .xl\:px-11\/24 {
    padding-left: 45.833333%;
    padding-right: 45.833333%;
  }

  .xl\:px-12\/24 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:px-13\/24 {
    padding-left: 54.166666%;
    padding-right: 54.166666%;
  }

  .xl\:px-14\/24 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .xl\:px-15\/24 {
    padding-left: 62.5%;
    padding-right: 62.5%;
  }

  .xl\:px-16\/24 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:px-17\/24 {
    padding-left: 70.833333%;
    padding-right: 70.833333%;
  }

  .xl\:px-18\/24 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:px-19\/24 {
    padding-left: 79.166667%;
    padding-right: 79.166667%;
  }

  .xl\:px-20\/24 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xl\:px-21\/24 {
    padding-left: 87.5%;
    padding-right: 87.5%;
  }

  .xl\:px-22\/24 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .xl\:px-23\/24 {
    padding-left: 95.833333%;
    padding-right: 95.833333%;
  }

  .xl\:px-24\/24 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:px-screen-header {
    padding-left: 41.55vw;
    padding-right: 41.55vw;
  }

  .xl\:px-screen-60 {
    padding-left: 60vh;
    padding-right: 60vh;
  }

  .xl\:px-screen-80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .xl\:px-screen-85 {
    padding-left: 85vh;
    padding-right: 85vh;
  }

  .xl\:px-screen-90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .xl\:px-screen-95 {
    padding-left: 95vh;
    padding-right: 95vh;
  }

  .xl\:px-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
    padding-right: calc(100vh - 5.25rem);
  }

  .xl\:px-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
    padding-right: calc(100vh - 8.875rem);
  }

  .xl\:px-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
    padding-right: calc(100vh - 9rem);
  }

  .xl\:px-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
    padding-right: calc(100vh - 10rem);
  }

  .xl\:px-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
    padding-right: calc(100vh - 13.75rem);
  }

  .xl\:px-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
    padding-right: calc(100vh - 18rem);
  }

  .xl\:px-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
    padding-right: calc(100vh - 20rem);
  }

  .xl\:px-full-4 {
    padding-left: calc(100% - 16px);
    padding-right: calc(100% - 16px);
  }

  .xl\:px-account-body {
    padding-left: calc(100vw - 304px);
    padding-right: calc(100vw - 304px);
  }

  .xl\:px-menu-center {
    padding-left: calc(50% - 288px);
    padding-right: calc(50% - 288px);
  }

  .xl\:px-tutorials-hidden {
    padding-left: calc(100% - 56px);
    padding-right: calc(100% - 56px);
  }

  .xl\:px-popup-full-width {
    padding-left: calc(100% + 32px);
    padding-right: calc(100% + 32px);
  }

  .xl\:px-popup-full-width-md {
    padding-left: calc(100% + 64px);
    padding-right: calc(100% + 64px);
  }

  .xl\:px-popup-full-height {
    padding-left: calc(100% + 68px);
    padding-right: calc(100% + 68px);
  }

  .xl\:px-max-content {
    padding-left: max-content;
    padding-right: max-content;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .xl\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-29 {
    padding-top: 7.25rem;
    padding-bottom: 7.25rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .xl\:py-77 {
    padding-top: 19.25rem;
    padding-bottom: 19.25rem;
  }

  .xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xl\:py-82 {
    padding-top: 20.5rem;
    padding-bottom: 20.5rem;
  }

  .xl\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .xl\:py-94 {
    padding-top: 23.5rem;
    padding-bottom: 23.5rem;
  }

  .xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .xl\:py-98 {
    padding-top: 24.5rem;
    padding-bottom: 24.5rem;
  }

  .xl\:py-104 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .xl\:py-108 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }

  .xl\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .xl\:py-112 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .xl\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .xl\:py-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .xl\:py-132 {
    padding-top: 33rem;
    padding-bottom: 33rem;
  }

  .xl\:py-134 {
    padding-top: 33.5rem;
    padding-bottom: 33.5rem;
  }

  .xl\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .xl\:py-136 {
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .xl\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .xl\:py-152 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .xl\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .xl\:py-164 {
    padding-top: 41rem;
    padding-bottom: 41rem;
  }

  .xl\:py-172 {
    padding-top: 43rem;
    padding-bottom: 43rem;
  }

  .xl\:py-179 {
    padding-top: 44.75rem;
    padding-bottom: 44.75rem;
  }

  .xl\:py-184 {
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .xl\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .xl\:py-224 {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }

  .xl\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .xl\:py-256 {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }

  .xl\:py-265 {
    padding-top: 66.25rem;
    padding-bottom: 66.25rem;
  }

  .xl\:py-288 {
    padding-top: 72rem;
    padding-bottom: 72rem;
  }

  .xl\:py-384 {
    padding-top: 96rem;
    padding-bottom: 96rem;
  }

  .xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:py-0\.75 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .xl\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .xl\:py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .xl\:py-9\.5 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .xl\:py-9\.75 {
    padding-top: 2.4375rem;
    padding-bottom: 2.4375rem;
  }

  .xl\:py-12\.5 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .xl\:py-13\.5 {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .xl\:py-292\.5 {
    padding-top: 73.125rem;
    padding-bottom: 73.125rem;
  }

  .xl\:py-1\/24 {
    padding-top: 4.166667%;
    padding-bottom: 4.166667%;
  }

  .xl\:py-2\/24 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .xl\:py-3\/24 {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }

  .xl\:py-4\/24 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xl\:py-5\/24 {
    padding-top: 20.833333%;
    padding-bottom: 20.833333%;
  }

  .xl\:py-6\/24 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:py-7\/24 {
    padding-top: 29.166666%;
    padding-bottom: 29.166666%;
  }

  .xl\:py-8\/24 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:py-9\/24 {
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .xl\:py-10\/24 {
    padding-top: 41.666666%;
    padding-bottom: 41.666666%;
  }

  .xl\:py-11\/24 {
    padding-top: 45.833333%;
    padding-bottom: 45.833333%;
  }

  .xl\:py-12\/24 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:py-13\/24 {
    padding-top: 54.166666%;
    padding-bottom: 54.166666%;
  }

  .xl\:py-14\/24 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .xl\:py-15\/24 {
    padding-top: 62.5%;
    padding-bottom: 62.5%;
  }

  .xl\:py-16\/24 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:py-17\/24 {
    padding-top: 70.833333%;
    padding-bottom: 70.833333%;
  }

  .xl\:py-18\/24 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:py-19\/24 {
    padding-top: 79.166667%;
    padding-bottom: 79.166667%;
  }

  .xl\:py-20\/24 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xl\:py-21\/24 {
    padding-top: 87.5%;
    padding-bottom: 87.5%;
  }

  .xl\:py-22\/24 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .xl\:py-23\/24 {
    padding-top: 95.833333%;
    padding-bottom: 95.833333%;
  }

  .xl\:py-24\/24 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:py-screen-header {
    padding-top: 41.55vw;
    padding-bottom: 41.55vw;
  }

  .xl\:py-screen-60 {
    padding-top: 60vh;
    padding-bottom: 60vh;
  }

  .xl\:py-screen-80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .xl\:py-screen-85 {
    padding-top: 85vh;
    padding-bottom: 85vh;
  }

  .xl\:py-screen-90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .xl\:py-screen-95 {
    padding-top: 95vh;
    padding-bottom: 95vh;
  }

  .xl\:py-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
    padding-bottom: calc(100vh - 5.25rem);
  }

  .xl\:py-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
    padding-bottom: calc(100vh - 8.875rem);
  }

  .xl\:py-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
    padding-bottom: calc(100vh - 9rem);
  }

  .xl\:py-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
    padding-bottom: calc(100vh - 10rem);
  }

  .xl\:py-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
    padding-bottom: calc(100vh - 13.75rem);
  }

  .xl\:py-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
    padding-bottom: calc(100vh - 18rem);
  }

  .xl\:py-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
    padding-bottom: calc(100vh - 20rem);
  }

  .xl\:py-full-4 {
    padding-top: calc(100% - 16px);
    padding-bottom: calc(100% - 16px);
  }

  .xl\:py-account-body {
    padding-top: calc(100vw - 304px);
    padding-bottom: calc(100vw - 304px);
  }

  .xl\:py-menu-center {
    padding-top: calc(50% - 288px);
    padding-bottom: calc(50% - 288px);
  }

  .xl\:py-tutorials-hidden {
    padding-top: calc(100% - 56px);
    padding-bottom: calc(100% - 56px);
  }

  .xl\:py-popup-full-width {
    padding-top: calc(100% + 32px);
    padding-bottom: calc(100% + 32px);
  }

  .xl\:py-popup-full-width-md {
    padding-top: calc(100% + 64px);
    padding-bottom: calc(100% + 64px);
  }

  .xl\:py-popup-full-height {
    padding-top: calc(100% + 68px);
    padding-bottom: calc(100% + 68px);
  }

  .xl\:py-max-content {
    padding-top: max-content;
    padding-bottom: max-content;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-18 {
    padding-top: 4.5rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-21 {
    padding-top: 5.25rem;
  }

  .xl\:pt-22 {
    padding-top: 5.5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pt-26 {
    padding-top: 6.5rem;
  }

  .xl\:pt-28 {
    padding-top: 7rem;
  }

  .xl\:pt-29 {
    padding-top: 7.25rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-34 {
    padding-top: 8.5rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pt-42 {
    padding-top: 10.5rem;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pt-52 {
    padding-top: 13rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pt-60 {
    padding-top: 15rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pt-68 {
    padding-top: 17rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pt-77 {
    padding-top: 19.25rem;
  }

  .xl\:pt-80 {
    padding-top: 20rem;
  }

  .xl\:pt-82 {
    padding-top: 20.5rem;
  }

  .xl\:pt-88 {
    padding-top: 22rem;
  }

  .xl\:pt-94 {
    padding-top: 23.5rem;
  }

  .xl\:pt-96 {
    padding-top: 24rem;
  }

  .xl\:pt-98 {
    padding-top: 24.5rem;
  }

  .xl\:pt-104 {
    padding-top: 26rem;
  }

  .xl\:pt-108 {
    padding-top: 27rem;
  }

  .xl\:pt-110 {
    padding-top: 27.5rem;
  }

  .xl\:pt-112 {
    padding-top: 28rem;
  }

  .xl\:pt-120 {
    padding-top: 30rem;
  }

  .xl\:pt-128 {
    padding-top: 32rem;
  }

  .xl\:pt-132 {
    padding-top: 33rem;
  }

  .xl\:pt-134 {
    padding-top: 33.5rem;
  }

  .xl\:pt-135 {
    padding-top: 33.75rem;
  }

  .xl\:pt-136 {
    padding-top: 34rem;
  }

  .xl\:pt-144 {
    padding-top: 36rem;
  }

  .xl\:pt-152 {
    padding-top: 38rem;
  }

  .xl\:pt-160 {
    padding-top: 40rem;
  }

  .xl\:pt-164 {
    padding-top: 41rem;
  }

  .xl\:pt-172 {
    padding-top: 43rem;
  }

  .xl\:pt-179 {
    padding-top: 44.75rem;
  }

  .xl\:pt-184 {
    padding-top: 46rem;
  }

  .xl\:pt-192 {
    padding-top: 48rem;
  }

  .xl\:pt-224 {
    padding-top: 56rem;
  }

  .xl\:pt-240 {
    padding-top: 60rem;
  }

  .xl\:pt-256 {
    padding-top: 64rem;
  }

  .xl\:pt-265 {
    padding-top: 66.25rem;
  }

  .xl\:pt-288 {
    padding-top: 72rem;
  }

  .xl\:pt-384 {
    padding-top: 96rem;
  }

  .xl\:pt-px {
    padding-top: 1px;
  }

  .xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .xl\:pt-0\.75 {
    padding-top: 0.1875rem;
  }

  .xl\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .xl\:pt-7\.5 {
    padding-top: 1.875rem;
  }

  .xl\:pt-9\.5 {
    padding-top: 2.375rem;
  }

  .xl\:pt-9\.75 {
    padding-top: 2.4375rem;
  }

  .xl\:pt-12\.5 {
    padding-top: 3.125rem;
  }

  .xl\:pt-13\.5 {
    padding-top: 3.375rem;
  }

  .xl\:pt-292\.5 {
    padding-top: 73.125rem;
  }

  .xl\:pt-1\/24 {
    padding-top: 4.166667%;
  }

  .xl\:pt-2\/24 {
    padding-top: 8.333333%;
  }

  .xl\:pt-3\/24 {
    padding-top: 12.5%;
  }

  .xl\:pt-4\/24 {
    padding-top: 16.666667%;
  }

  .xl\:pt-5\/24 {
    padding-top: 20.833333%;
  }

  .xl\:pt-6\/24 {
    padding-top: 25%;
  }

  .xl\:pt-7\/24 {
    padding-top: 29.166666%;
  }

  .xl\:pt-8\/24 {
    padding-top: 33.333333%;
  }

  .xl\:pt-9\/24 {
    padding-top: 37.5%;
  }

  .xl\:pt-10\/24 {
    padding-top: 41.666666%;
  }

  .xl\:pt-11\/24 {
    padding-top: 45.833333%;
  }

  .xl\:pt-12\/24 {
    padding-top: 50%;
  }

  .xl\:pt-13\/24 {
    padding-top: 54.166666%;
  }

  .xl\:pt-14\/24 {
    padding-top: 58.333333%;
  }

  .xl\:pt-15\/24 {
    padding-top: 62.5%;
  }

  .xl\:pt-16\/24 {
    padding-top: 66.666667%;
  }

  .xl\:pt-17\/24 {
    padding-top: 70.833333%;
  }

  .xl\:pt-18\/24 {
    padding-top: 75%;
  }

  .xl\:pt-19\/24 {
    padding-top: 79.166667%;
  }

  .xl\:pt-20\/24 {
    padding-top: 83.333333%;
  }

  .xl\:pt-21\/24 {
    padding-top: 87.5%;
  }

  .xl\:pt-22\/24 {
    padding-top: 91.666667%;
  }

  .xl\:pt-23\/24 {
    padding-top: 95.833333%;
  }

  .xl\:pt-24\/24 {
    padding-top: 100%;
  }

  .xl\:pt-screen-header {
    padding-top: 41.55vw;
  }

  .xl\:pt-screen-60 {
    padding-top: 60vh;
  }

  .xl\:pt-screen-80 {
    padding-top: 80vh;
  }

  .xl\:pt-screen-85 {
    padding-top: 85vh;
  }

  .xl\:pt-screen-90 {
    padding-top: 90vh;
  }

  .xl\:pt-screen-95 {
    padding-top: 95vh;
  }

  .xl\:pt-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
  }

  .xl\:pt-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
  }

  .xl\:pt-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
  }

  .xl\:pt-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
  }

  .xl\:pt-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
  }

  .xl\:pt-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
  }

  .xl\:pt-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
  }

  .xl\:pt-full-4 {
    padding-top: calc(100% - 16px);
  }

  .xl\:pt-account-body {
    padding-top: calc(100vw - 304px);
  }

  .xl\:pt-menu-center {
    padding-top: calc(50% - 288px);
  }

  .xl\:pt-tutorials-hidden {
    padding-top: calc(100% - 56px);
  }

  .xl\:pt-popup-full-width {
    padding-top: calc(100% + 32px);
  }

  .xl\:pt-popup-full-width-md {
    padding-top: calc(100% + 64px);
  }

  .xl\:pt-popup-full-height {
    padding-top: calc(100% + 68px);
  }

  .xl\:pt-max-content {
    padding-top: max-content;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-18 {
    padding-right: 4.5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pr-21 {
    padding-right: 5.25rem;
  }

  .xl\:pr-22 {
    padding-right: 5.5rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pr-26 {
    padding-right: 6.5rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pr-29 {
    padding-right: 7.25rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pr-34 {
    padding-right: 8.5rem;
  }

  .xl\:pr-36 {
    padding-right: 9rem;
  }

  .xl\:pr-40 {
    padding-right: 10rem;
  }

  .xl\:pr-42 {
    padding-right: 10.5rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pr-52 {
    padding-right: 13rem;
  }

  .xl\:pr-56 {
    padding-right: 14rem;
  }

  .xl\:pr-60 {
    padding-right: 15rem;
  }

  .xl\:pr-64 {
    padding-right: 16rem;
  }

  .xl\:pr-68 {
    padding-right: 17rem;
  }

  .xl\:pr-72 {
    padding-right: 18rem;
  }

  .xl\:pr-77 {
    padding-right: 19.25rem;
  }

  .xl\:pr-80 {
    padding-right: 20rem;
  }

  .xl\:pr-82 {
    padding-right: 20.5rem;
  }

  .xl\:pr-88 {
    padding-right: 22rem;
  }

  .xl\:pr-94 {
    padding-right: 23.5rem;
  }

  .xl\:pr-96 {
    padding-right: 24rem;
  }

  .xl\:pr-98 {
    padding-right: 24.5rem;
  }

  .xl\:pr-104 {
    padding-right: 26rem;
  }

  .xl\:pr-108 {
    padding-right: 27rem;
  }

  .xl\:pr-110 {
    padding-right: 27.5rem;
  }

  .xl\:pr-112 {
    padding-right: 28rem;
  }

  .xl\:pr-120 {
    padding-right: 30rem;
  }

  .xl\:pr-128 {
    padding-right: 32rem;
  }

  .xl\:pr-132 {
    padding-right: 33rem;
  }

  .xl\:pr-134 {
    padding-right: 33.5rem;
  }

  .xl\:pr-135 {
    padding-right: 33.75rem;
  }

  .xl\:pr-136 {
    padding-right: 34rem;
  }

  .xl\:pr-144 {
    padding-right: 36rem;
  }

  .xl\:pr-152 {
    padding-right: 38rem;
  }

  .xl\:pr-160 {
    padding-right: 40rem;
  }

  .xl\:pr-164 {
    padding-right: 41rem;
  }

  .xl\:pr-172 {
    padding-right: 43rem;
  }

  .xl\:pr-179 {
    padding-right: 44.75rem;
  }

  .xl\:pr-184 {
    padding-right: 46rem;
  }

  .xl\:pr-192 {
    padding-right: 48rem;
  }

  .xl\:pr-224 {
    padding-right: 56rem;
  }

  .xl\:pr-240 {
    padding-right: 60rem;
  }

  .xl\:pr-256 {
    padding-right: 64rem;
  }

  .xl\:pr-265 {
    padding-right: 66.25rem;
  }

  .xl\:pr-288 {
    padding-right: 72rem;
  }

  .xl\:pr-384 {
    padding-right: 96rem;
  }

  .xl\:pr-px {
    padding-right: 1px;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .xl\:pr-0\.75 {
    padding-right: 0.1875rem;
  }

  .xl\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .xl\:pr-7\.5 {
    padding-right: 1.875rem;
  }

  .xl\:pr-9\.5 {
    padding-right: 2.375rem;
  }

  .xl\:pr-9\.75 {
    padding-right: 2.4375rem;
  }

  .xl\:pr-12\.5 {
    padding-right: 3.125rem;
  }

  .xl\:pr-13\.5 {
    padding-right: 3.375rem;
  }

  .xl\:pr-292\.5 {
    padding-right: 73.125rem;
  }

  .xl\:pr-1\/24 {
    padding-right: 4.166667%;
  }

  .xl\:pr-2\/24 {
    padding-right: 8.333333%;
  }

  .xl\:pr-3\/24 {
    padding-right: 12.5%;
  }

  .xl\:pr-4\/24 {
    padding-right: 16.666667%;
  }

  .xl\:pr-5\/24 {
    padding-right: 20.833333%;
  }

  .xl\:pr-6\/24 {
    padding-right: 25%;
  }

  .xl\:pr-7\/24 {
    padding-right: 29.166666%;
  }

  .xl\:pr-8\/24 {
    padding-right: 33.333333%;
  }

  .xl\:pr-9\/24 {
    padding-right: 37.5%;
  }

  .xl\:pr-10\/24 {
    padding-right: 41.666666%;
  }

  .xl\:pr-11\/24 {
    padding-right: 45.833333%;
  }

  .xl\:pr-12\/24 {
    padding-right: 50%;
  }

  .xl\:pr-13\/24 {
    padding-right: 54.166666%;
  }

  .xl\:pr-14\/24 {
    padding-right: 58.333333%;
  }

  .xl\:pr-15\/24 {
    padding-right: 62.5%;
  }

  .xl\:pr-16\/24 {
    padding-right: 66.666667%;
  }

  .xl\:pr-17\/24 {
    padding-right: 70.833333%;
  }

  .xl\:pr-18\/24 {
    padding-right: 75%;
  }

  .xl\:pr-19\/24 {
    padding-right: 79.166667%;
  }

  .xl\:pr-20\/24 {
    padding-right: 83.333333%;
  }

  .xl\:pr-21\/24 {
    padding-right: 87.5%;
  }

  .xl\:pr-22\/24 {
    padding-right: 91.666667%;
  }

  .xl\:pr-23\/24 {
    padding-right: 95.833333%;
  }

  .xl\:pr-24\/24 {
    padding-right: 100%;
  }

  .xl\:pr-screen-header {
    padding-right: 41.55vw;
  }

  .xl\:pr-screen-60 {
    padding-right: 60vh;
  }

  .xl\:pr-screen-80 {
    padding-right: 80vh;
  }

  .xl\:pr-screen-85 {
    padding-right: 85vh;
  }

  .xl\:pr-screen-90 {
    padding-right: 90vh;
  }

  .xl\:pr-screen-95 {
    padding-right: 95vh;
  }

  .xl\:pr-screen-minus-header {
    padding-right: calc(100vh - 5.25rem);
  }

  .xl\:pr-screen-minus-35\.5 {
    padding-right: calc(100vh - 8.875rem);
  }

  .xl\:pr-screen-minus-36 {
    padding-right: calc(100vh - 9rem);
  }

  .xl\:pr-screen-minus-40 {
    padding-right: calc(100vh - 10rem);
  }

  .xl\:pr-screen-minus-55 {
    padding-right: calc(100vh - 13.75rem);
  }

  .xl\:pr-screen-minus-72 {
    padding-right: calc(100vh - 18rem);
  }

  .xl\:pr-screen-minus-80 {
    padding-right: calc(100vh - 20rem);
  }

  .xl\:pr-full-4 {
    padding-right: calc(100% - 16px);
  }

  .xl\:pr-account-body {
    padding-right: calc(100vw - 304px);
  }

  .xl\:pr-menu-center {
    padding-right: calc(50% - 288px);
  }

  .xl\:pr-tutorials-hidden {
    padding-right: calc(100% - 56px);
  }

  .xl\:pr-popup-full-width {
    padding-right: calc(100% + 32px);
  }

  .xl\:pr-popup-full-width-md {
    padding-right: calc(100% + 64px);
  }

  .xl\:pr-popup-full-height {
    padding-right: calc(100% + 68px);
  }

  .xl\:pr-max-content {
    padding-right: max-content;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .xl\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-29 {
    padding-bottom: 7.25rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pb-68 {
    padding-bottom: 17rem;
  }

  .xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .xl\:pb-77 {
    padding-bottom: 19.25rem;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pb-82 {
    padding-bottom: 20.5rem;
  }

  .xl\:pb-88 {
    padding-bottom: 22rem;
  }

  .xl\:pb-94 {
    padding-bottom: 23.5rem;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pb-98 {
    padding-bottom: 24.5rem;
  }

  .xl\:pb-104 {
    padding-bottom: 26rem;
  }

  .xl\:pb-108 {
    padding-bottom: 27rem;
  }

  .xl\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .xl\:pb-112 {
    padding-bottom: 28rem;
  }

  .xl\:pb-120 {
    padding-bottom: 30rem;
  }

  .xl\:pb-128 {
    padding-bottom: 32rem;
  }

  .xl\:pb-132 {
    padding-bottom: 33rem;
  }

  .xl\:pb-134 {
    padding-bottom: 33.5rem;
  }

  .xl\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .xl\:pb-136 {
    padding-bottom: 34rem;
  }

  .xl\:pb-144 {
    padding-bottom: 36rem;
  }

  .xl\:pb-152 {
    padding-bottom: 38rem;
  }

  .xl\:pb-160 {
    padding-bottom: 40rem;
  }

  .xl\:pb-164 {
    padding-bottom: 41rem;
  }

  .xl\:pb-172 {
    padding-bottom: 43rem;
  }

  .xl\:pb-179 {
    padding-bottom: 44.75rem;
  }

  .xl\:pb-184 {
    padding-bottom: 46rem;
  }

  .xl\:pb-192 {
    padding-bottom: 48rem;
  }

  .xl\:pb-224 {
    padding-bottom: 56rem;
  }

  .xl\:pb-240 {
    padding-bottom: 60rem;
  }

  .xl\:pb-256 {
    padding-bottom: 64rem;
  }

  .xl\:pb-265 {
    padding-bottom: 66.25rem;
  }

  .xl\:pb-288 {
    padding-bottom: 72rem;
  }

  .xl\:pb-384 {
    padding-bottom: 96rem;
  }

  .xl\:pb-px {
    padding-bottom: 1px;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .xl\:pb-0\.75 {
    padding-bottom: 0.1875rem;
  }

  .xl\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .xl\:pb-7\.5 {
    padding-bottom: 1.875rem;
  }

  .xl\:pb-9\.5 {
    padding-bottom: 2.375rem;
  }

  .xl\:pb-9\.75 {
    padding-bottom: 2.4375rem;
  }

  .xl\:pb-12\.5 {
    padding-bottom: 3.125rem;
  }

  .xl\:pb-13\.5 {
    padding-bottom: 3.375rem;
  }

  .xl\:pb-292\.5 {
    padding-bottom: 73.125rem;
  }

  .xl\:pb-1\/24 {
    padding-bottom: 4.166667%;
  }

  .xl\:pb-2\/24 {
    padding-bottom: 8.333333%;
  }

  .xl\:pb-3\/24 {
    padding-bottom: 12.5%;
  }

  .xl\:pb-4\/24 {
    padding-bottom: 16.666667%;
  }

  .xl\:pb-5\/24 {
    padding-bottom: 20.833333%;
  }

  .xl\:pb-6\/24 {
    padding-bottom: 25%;
  }

  .xl\:pb-7\/24 {
    padding-bottom: 29.166666%;
  }

  .xl\:pb-8\/24 {
    padding-bottom: 33.333333%;
  }

  .xl\:pb-9\/24 {
    padding-bottom: 37.5%;
  }

  .xl\:pb-10\/24 {
    padding-bottom: 41.666666%;
  }

  .xl\:pb-11\/24 {
    padding-bottom: 45.833333%;
  }

  .xl\:pb-12\/24 {
    padding-bottom: 50%;
  }

  .xl\:pb-13\/24 {
    padding-bottom: 54.166666%;
  }

  .xl\:pb-14\/24 {
    padding-bottom: 58.333333%;
  }

  .xl\:pb-15\/24 {
    padding-bottom: 62.5%;
  }

  .xl\:pb-16\/24 {
    padding-bottom: 66.666667%;
  }

  .xl\:pb-17\/24 {
    padding-bottom: 70.833333%;
  }

  .xl\:pb-18\/24 {
    padding-bottom: 75%;
  }

  .xl\:pb-19\/24 {
    padding-bottom: 79.166667%;
  }

  .xl\:pb-20\/24 {
    padding-bottom: 83.333333%;
  }

  .xl\:pb-21\/24 {
    padding-bottom: 87.5%;
  }

  .xl\:pb-22\/24 {
    padding-bottom: 91.666667%;
  }

  .xl\:pb-23\/24 {
    padding-bottom: 95.833333%;
  }

  .xl\:pb-24\/24 {
    padding-bottom: 100%;
  }

  .xl\:pb-screen-header {
    padding-bottom: 41.55vw;
  }

  .xl\:pb-screen-60 {
    padding-bottom: 60vh;
  }

  .xl\:pb-screen-80 {
    padding-bottom: 80vh;
  }

  .xl\:pb-screen-85 {
    padding-bottom: 85vh;
  }

  .xl\:pb-screen-90 {
    padding-bottom: 90vh;
  }

  .xl\:pb-screen-95 {
    padding-bottom: 95vh;
  }

  .xl\:pb-screen-minus-header {
    padding-bottom: calc(100vh - 5.25rem);
  }

  .xl\:pb-screen-minus-35\.5 {
    padding-bottom: calc(100vh - 8.875rem);
  }

  .xl\:pb-screen-minus-36 {
    padding-bottom: calc(100vh - 9rem);
  }

  .xl\:pb-screen-minus-40 {
    padding-bottom: calc(100vh - 10rem);
  }

  .xl\:pb-screen-minus-55 {
    padding-bottom: calc(100vh - 13.75rem);
  }

  .xl\:pb-screen-minus-72 {
    padding-bottom: calc(100vh - 18rem);
  }

  .xl\:pb-screen-minus-80 {
    padding-bottom: calc(100vh - 20rem);
  }

  .xl\:pb-full-4 {
    padding-bottom: calc(100% - 16px);
  }

  .xl\:pb-account-body {
    padding-bottom: calc(100vw - 304px);
  }

  .xl\:pb-menu-center {
    padding-bottom: calc(50% - 288px);
  }

  .xl\:pb-tutorials-hidden {
    padding-bottom: calc(100% - 56px);
  }

  .xl\:pb-popup-full-width {
    padding-bottom: calc(100% + 32px);
  }

  .xl\:pb-popup-full-width-md {
    padding-bottom: calc(100% + 64px);
  }

  .xl\:pb-popup-full-height {
    padding-bottom: calc(100% + 68px);
  }

  .xl\:pb-max-content {
    padding-bottom: max-content;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-18 {
    padding-left: 4.5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-21 {
    padding-left: 5.25rem;
  }

  .xl\:pl-22 {
    padding-left: 5.5rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pl-26 {
    padding-left: 6.5rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pl-29 {
    padding-left: 7.25rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-34 {
    padding-left: 8.5rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pl-40 {
    padding-left: 10rem;
  }

  .xl\:pl-42 {
    padding-left: 10.5rem;
  }

  .xl\:pl-44 {
    padding-left: 11rem;
  }

  .xl\:pl-48 {
    padding-left: 12rem;
  }

  .xl\:pl-52 {
    padding-left: 13rem;
  }

  .xl\:pl-56 {
    padding-left: 14rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pl-64 {
    padding-left: 16rem;
  }

  .xl\:pl-68 {
    padding-left: 17rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:pl-77 {
    padding-left: 19.25rem;
  }

  .xl\:pl-80 {
    padding-left: 20rem;
  }

  .xl\:pl-82 {
    padding-left: 20.5rem;
  }

  .xl\:pl-88 {
    padding-left: 22rem;
  }

  .xl\:pl-94 {
    padding-left: 23.5rem;
  }

  .xl\:pl-96 {
    padding-left: 24rem;
  }

  .xl\:pl-98 {
    padding-left: 24.5rem;
  }

  .xl\:pl-104 {
    padding-left: 26rem;
  }

  .xl\:pl-108 {
    padding-left: 27rem;
  }

  .xl\:pl-110 {
    padding-left: 27.5rem;
  }

  .xl\:pl-112 {
    padding-left: 28rem;
  }

  .xl\:pl-120 {
    padding-left: 30rem;
  }

  .xl\:pl-128 {
    padding-left: 32rem;
  }

  .xl\:pl-132 {
    padding-left: 33rem;
  }

  .xl\:pl-134 {
    padding-left: 33.5rem;
  }

  .xl\:pl-135 {
    padding-left: 33.75rem;
  }

  .xl\:pl-136 {
    padding-left: 34rem;
  }

  .xl\:pl-144 {
    padding-left: 36rem;
  }

  .xl\:pl-152 {
    padding-left: 38rem;
  }

  .xl\:pl-160 {
    padding-left: 40rem;
  }

  .xl\:pl-164 {
    padding-left: 41rem;
  }

  .xl\:pl-172 {
    padding-left: 43rem;
  }

  .xl\:pl-179 {
    padding-left: 44.75rem;
  }

  .xl\:pl-184 {
    padding-left: 46rem;
  }

  .xl\:pl-192 {
    padding-left: 48rem;
  }

  .xl\:pl-224 {
    padding-left: 56rem;
  }

  .xl\:pl-240 {
    padding-left: 60rem;
  }

  .xl\:pl-256 {
    padding-left: 64rem;
  }

  .xl\:pl-265 {
    padding-left: 66.25rem;
  }

  .xl\:pl-288 {
    padding-left: 72rem;
  }

  .xl\:pl-384 {
    padding-left: 96rem;
  }

  .xl\:pl-px {
    padding-left: 1px;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .xl\:pl-0\.75 {
    padding-left: 0.1875rem;
  }

  .xl\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .xl\:pl-7\.5 {
    padding-left: 1.875rem;
  }

  .xl\:pl-9\.5 {
    padding-left: 2.375rem;
  }

  .xl\:pl-9\.75 {
    padding-left: 2.4375rem;
  }

  .xl\:pl-12\.5 {
    padding-left: 3.125rem;
  }

  .xl\:pl-13\.5 {
    padding-left: 3.375rem;
  }

  .xl\:pl-292\.5 {
    padding-left: 73.125rem;
  }

  .xl\:pl-1\/24 {
    padding-left: 4.166667%;
  }

  .xl\:pl-2\/24 {
    padding-left: 8.333333%;
  }

  .xl\:pl-3\/24 {
    padding-left: 12.5%;
  }

  .xl\:pl-4\/24 {
    padding-left: 16.666667%;
  }

  .xl\:pl-5\/24 {
    padding-left: 20.833333%;
  }

  .xl\:pl-6\/24 {
    padding-left: 25%;
  }

  .xl\:pl-7\/24 {
    padding-left: 29.166666%;
  }

  .xl\:pl-8\/24 {
    padding-left: 33.333333%;
  }

  .xl\:pl-9\/24 {
    padding-left: 37.5%;
  }

  .xl\:pl-10\/24 {
    padding-left: 41.666666%;
  }

  .xl\:pl-11\/24 {
    padding-left: 45.833333%;
  }

  .xl\:pl-12\/24 {
    padding-left: 50%;
  }

  .xl\:pl-13\/24 {
    padding-left: 54.166666%;
  }

  .xl\:pl-14\/24 {
    padding-left: 58.333333%;
  }

  .xl\:pl-15\/24 {
    padding-left: 62.5%;
  }

  .xl\:pl-16\/24 {
    padding-left: 66.666667%;
  }

  .xl\:pl-17\/24 {
    padding-left: 70.833333%;
  }

  .xl\:pl-18\/24 {
    padding-left: 75%;
  }

  .xl\:pl-19\/24 {
    padding-left: 79.166667%;
  }

  .xl\:pl-20\/24 {
    padding-left: 83.333333%;
  }

  .xl\:pl-21\/24 {
    padding-left: 87.5%;
  }

  .xl\:pl-22\/24 {
    padding-left: 91.666667%;
  }

  .xl\:pl-23\/24 {
    padding-left: 95.833333%;
  }

  .xl\:pl-24\/24 {
    padding-left: 100%;
  }

  .xl\:pl-screen-header {
    padding-left: 41.55vw;
  }

  .xl\:pl-screen-60 {
    padding-left: 60vh;
  }

  .xl\:pl-screen-80 {
    padding-left: 80vh;
  }

  .xl\:pl-screen-85 {
    padding-left: 85vh;
  }

  .xl\:pl-screen-90 {
    padding-left: 90vh;
  }

  .xl\:pl-screen-95 {
    padding-left: 95vh;
  }

  .xl\:pl-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
  }

  .xl\:pl-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
  }

  .xl\:pl-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
  }

  .xl\:pl-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
  }

  .xl\:pl-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
  }

  .xl\:pl-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
  }

  .xl\:pl-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
  }

  .xl\:pl-full-4 {
    padding-left: calc(100% - 16px);
  }

  .xl\:pl-account-body {
    padding-left: calc(100vw - 304px);
  }

  .xl\:pl-menu-center {
    padding-left: calc(50% - 288px);
  }

  .xl\:pl-tutorials-hidden {
    padding-left: calc(100% - 56px);
  }

  .xl\:pl-popup-full-width {
    padding-left: calc(100% + 32px);
  }

  .xl\:pl-popup-full-width-md {
    padding-left: calc(100% + 64px);
  }

  .xl\:pl-popup-full-height {
    padding-left: calc(100% + 68px);
  }

  .xl\:pl-max-content {
    padding-left: max-content;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-justify {
    text-align: justify;
  }

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:font-sans {
    font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-sans-alt {
    font-family: "Sen", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-sans-table {
    font-family: "Mulish", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:font-mono {
    font-family: courier new, Courier, monospace;
  }

  .xl\:text-3xs {
    font-size: 0.625rem;
  }

  .xl\:text-2xs {
    font-size: 0.6875rem;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-md {
    font-size: 1.125rem;
  }

  .xl\:text-lg {
    font-size: 1.25rem;
  }

  .xl\:text-xl {
    font-size: 1.5rem;
  }

  .xl\:text-2xl {
    font-size: 1.75rem;
  }

  .xl\:text-feature {
    font-size: 2rem;
  }

  .xl\:text-2\.5xl {
    font-size: 1.875rem;
  }

  .xl\:text-highlight {
    font-size: 2.25rem;
  }

  .xl\:text-3xl {
    font-size: 2.625rem;
  }

  .xl\:text-hero {
    font-size: 2.875rem;
  }

  .xl\:text-4xl {
    font-size: 3.125rem;
  }

  .xl\:text-highlight-lg {
    font-size: 3.75rem;
  }

  .xl\:text-5xl {
    font-size: 4rem;
  }

  .xl\:text-footer {
    font-size: 0.8125rem;
  }

  .xl\:font-thin {
    font-weight: 100;
  }

  .xl\:font-extralight {
    font-weight: 200;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-extrabold {
    font-weight: 800;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:lowercase {
    text-transform: lowercase;
  }

  .xl\:capitalize {
    text-transform: capitalize;
  }

  .xl\:normal-case {
    text-transform: none;
  }

  .xl\:italic {
    font-style: italic;
  }

  .xl\:not-italic {
    font-style: normal;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:normal-nums {
    font-variant-numeric: normal;
  }

  .xl\:ordinal {
    --tw-ordinal: ordinal;
  }

  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-6 {
    line-height: 1.5rem;
  }

  .xl\:leading-7 {
    line-height: 1.75rem;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }

  .xl\:leading-13 {
    line-height: 3.25rem;
  }

  .xl\:leading-14 {
    line-height: 3.5rem;
  }

  .xl\:leading-16 {
    line-height: 4rem;
  }

  .xl\:leading-base {
    line-height: 1rem;
  }

  .xl\:leading-lg {
    line-height: 1.375rem;
  }

  .xl\:leading-xl {
    line-height: 2.375rem;
  }

  .xl\:leading-2xl {
    line-height: 3.0625rem;
  }

  .xl\:leading-3xl {
    line-height: 3.75rem;
  }

  .xl\:leading-4xl {
    line-height: 4.4375rem;
  }

  .xl\:leading-5xl {
    line-height: 5.125rem;
  }

  .xl\:leading-4\.5 {
    line-height: 1.125rem;
  }

  .xl\:leading-11\.5 {
    line-height: 2.875rem;
  }

  .xl\:leading-none {
    line-height: 1;
  }

  .xl\:leading-inherit {
    line-height: inherit;
  }

  .xl\:leading-14\/10 {
    line-height: 140%;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.0625rem;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.0625rem;
  }

  .xl\:tracking-table {
    letter-spacing: 0.2px;
  }

  .xl\:tracking-loose {
    letter-spacing: 0.1px;
  }

  .xl\:text-transparent {
    color: transparent;
  }

  .xl\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .xl\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .xl\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .xl\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .xl\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xl\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .xl\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .xl\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .xl\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .xl\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xl\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .xl\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .xl\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .xl\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .xl\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .xl\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .xl\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xl\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .xl\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .xl\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xl\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .xl\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xl\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xl\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .xl\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .xl\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .xl\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .xl\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .xl\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .xl\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .xl\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .xl\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .xl\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .xl\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xl\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .xl\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .xl\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .xl\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .xl\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .xl\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .xl\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .xl\:group-hover\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .group:hover .xl\:group-hover\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .group:hover .xl\:group-hover\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .group:hover .xl\:group-hover\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .group:hover .xl\:group-hover\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .group:hover .xl\:group-hover\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .group:hover .xl\:group-hover\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .group:hover .xl\:group-hover\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .group:hover .xl\:group-hover\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .xl\:focus-within\:text-green-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-pale:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-pale-60:focus-within {
    color: rgba(234,234,234,0.6);
  }

  .xl\:focus-within\:text-grey-faint:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-lightest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-grey-page:focus-within {
    color: rgba(243,243,243,0.5);
  }

  .xl\:focus-within\:text-primary-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-blue-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-secondary-blue-light-20:focus-within {
    color: rgba(46,174,178,0.2);
  }

  .xl\:focus-within\:text-secondary-blue-light-10:focus-within {
    color: rgba(46,174,178,0.1);
  }

  .xl\:focus-within\:text-tertiary-orange:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-tertiary-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-black-neutral:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-toggle:focus-within {
    color: rgba(8,198,145,0.3);
  }

  .xl\:focus-within\:text-toggle-active:focus-within {
    color: rgba(8,198,145,1);
  }

  .xl\:focus-within\:text-tertiary-orange-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-google-maps:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-chart:focus-within {
    color: rgba(218,240,225,0.2);
  }

  .xl\:focus-within\:text-energy-rating-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-energy-rating-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-energy-rating-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-energy-rating-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-energy-rating-e:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-energy-rating-f:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-energy-rating-g:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-flo-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-green-dark-60:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-tertiary-background:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .xl\:focus-within\:text-tertiary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-green-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-pale:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-pale-60:hover {
    color: rgba(234,234,234,0.6);
  }

  .xl\:hover\:text-grey-faint:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-lightest:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:hover\:text-grey-page:hover {
    color: rgba(243,243,243,0.5);
  }

  .xl\:hover\:text-primary-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-blue-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xl\:hover\:text-secondary-blue-light-20:hover {
    color: rgba(46,174,178,0.2);
  }

  .xl\:hover\:text-secondary-blue-light-10:hover {
    color: rgba(46,174,178,0.1);
  }

  .xl\:hover\:text-tertiary-orange:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xl\:hover\:text-tertiary-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .xl\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xl\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xl\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .xl\:hover\:text-info:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-black-neutral:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .xl\:hover\:text-toggle:hover {
    color: rgba(8,198,145,0.3);
  }

  .xl\:hover\:text-toggle-active:hover {
    color: rgba(8,198,145,1);
  }

  .xl\:hover\:text-tertiary-orange-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .xl\:hover\:text-google-maps:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .xl\:hover\:text-chart:hover {
    color: rgba(218,240,225,0.2);
  }

  .xl\:hover\:text-energy-rating-a:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .xl\:hover\:text-energy-rating-b:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .xl\:hover\:text-energy-rating-c:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .xl\:hover\:text-energy-rating-d:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-energy-rating-e:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .xl\:hover\:text-energy-rating-f:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .xl\:hover\:text-energy-rating-g:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .xl\:hover\:text-flo-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .xl\:hover\:text-green-dark-60:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .xl\:hover\:text-tertiary-background:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .xl\:hover\:text-tertiary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-green-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-pale:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-pale-60:focus {
    color: rgba(234,234,234,0.6);
  }

  .xl\:focus\:text-grey-faint:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-lightest:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .xl\:focus\:text-grey-page:focus {
    color: rgba(243,243,243,0.5);
  }

  .xl\:focus\:text-primary-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-blue-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xl\:focus\:text-secondary-blue-light-20:focus {
    color: rgba(46,174,178,0.2);
  }

  .xl\:focus\:text-secondary-blue-light-10:focus {
    color: rgba(46,174,178,0.1);
  }

  .xl\:focus\:text-tertiary-orange:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xl\:focus\:text-tertiary-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .xl\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .xl\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .xl\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .xl\:focus\:text-info:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-black-neutral:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .xl\:focus\:text-toggle:focus {
    color: rgba(8,198,145,0.3);
  }

  .xl\:focus\:text-toggle-active:focus {
    color: rgba(8,198,145,1);
  }

  .xl\:focus\:text-tertiary-orange-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .xl\:focus\:text-google-maps:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .xl\:focus\:text-chart:focus {
    color: rgba(218,240,225,0.2);
  }

  .xl\:focus\:text-energy-rating-a:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .xl\:focus\:text-energy-rating-b:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .xl\:focus\:text-energy-rating-c:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .xl\:focus\:text-energy-rating-d:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-energy-rating-e:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .xl\:focus\:text-energy-rating-f:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .xl\:focus\:text-energy-rating-g:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .xl\:focus\:text-flo-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .xl\:focus\:text-green-dark-60:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .xl\:focus\:text-tertiary-background:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .xl\:focus\:text-tertiary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .xl\:underline {
    text-decoration: underline;
  }

  .xl\:line-through {
    text-decoration: line-through;
  }

  .xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-green-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-pale::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-pale::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-pale-60::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .xl\:placeholder-grey-pale-60::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .xl\:placeholder-grey-faint::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-faint::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-lightest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-lightest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-grey-page::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .xl\:placeholder-grey-page::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .xl\:placeholder-primary-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-primary-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-blue-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-blue-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-secondary-blue-light-20::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .xl\:placeholder-secondary-blue-light-20::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .xl\:placeholder-secondary-blue-light-10::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .xl\:placeholder-secondary-blue-light-10::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .xl\:placeholder-tertiary-orange::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-tertiary-orange::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-tertiary-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-tertiary-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-neutral::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black-neutral::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-toggle::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .xl\:placeholder-toggle::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .xl\:placeholder-toggle-active::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .xl\:placeholder-toggle-active::placeholder {
    color: rgba(8,198,145,1);
  }

  .xl\:placeholder-tertiary-orange-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-tertiary-orange-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-google-maps::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-google-maps::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-chart::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .xl\:placeholder-chart::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .xl\:placeholder-energy-rating-a::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-b::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-c::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-d::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-e::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-e::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-f::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-f::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-g::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-energy-rating-g::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-flo-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-flo-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-dark-60::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-green-dark-60::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-tertiary-background::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-tertiary-background::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-tertiary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-tertiary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .xl\:focus\:placeholder-green-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-pale:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-pale:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-pale-60:focus::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .xl\:focus\:placeholder-grey-pale-60:focus::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .xl\:focus\:placeholder-grey-faint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-faint:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-lightest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-grey-page:focus::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .xl\:focus\:placeholder-grey-page:focus::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .xl\:focus\:placeholder-primary-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-primary-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-blue-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-blue-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-secondary-blue-light-20:focus::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .xl\:focus\:placeholder-secondary-blue-light-20:focus::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .xl\:focus\:placeholder-secondary-blue-light-10:focus::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .xl\:focus\:placeholder-secondary-blue-light-10:focus::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .xl\:focus\:placeholder-tertiary-orange:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-tertiary-orange:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-tertiary-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-tertiary-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-neutral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black-neutral:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-toggle:focus::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .xl\:focus\:placeholder-toggle:focus::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .xl\:focus\:placeholder-toggle-active:focus::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .xl\:focus\:placeholder-toggle-active:focus::placeholder {
    color: rgba(8,198,145,1);
  }

  .xl\:focus\:placeholder-tertiary-orange-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-tertiary-orange-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-google-maps:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-google-maps:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-chart:focus::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .xl\:focus\:placeholder-chart:focus::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .xl\:focus\:placeholder-energy-rating-a:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-b:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-c:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-d:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-e:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-e:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-f:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-f:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-g:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-energy-rating-g:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-flo-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-flo-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-dark-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-green-dark-60:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-tertiary-background:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-tertiary-background:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-tertiary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-tertiary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-5 {
    opacity: 0.05;
  }

  .xl\:opacity-10 {
    opacity: 0.1;
  }

  .xl\:opacity-20 {
    opacity: 0.2;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-30 {
    opacity: 0.3;
  }

  .xl\:opacity-40 {
    opacity: 0.4;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-60 {
    opacity: 0.6;
  }

  .xl\:opacity-70 {
    opacity: 0.7;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-80 {
    opacity: 0.8;
  }

  .xl\:opacity-90 {
    opacity: 0.9;
  }

  .xl\:opacity-95 {
    opacity: 0.95;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .xl\:bg-blend-color {
    background-blend-mode: color;
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color;
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .xl\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\: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);
  }

  .group:hover .xl\:group-hover\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .xl\:group-hover\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .xl\:focus-within\:shadow-md:focus-within {
    --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);
  }

  .xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-2xl:focus-within {
    --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);
  }

  .xl\:focus-within\:shadow-inner:focus-within {
    --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);
  }

  .xl\:focus-within\:shadow-none:focus-within {
    --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);
  }

  .xl\:focus-within\:shadow-above:focus-within {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-header:focus-within {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-menu:focus-within {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-side-menu:focus-within {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-around:focus-within {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus-within\:shadow-glow:focus-within {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .xl\:hover\:shadow-above:hover {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-header:hover {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-menu:hover {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-side-menu:hover {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-around:hover {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:shadow-glow:hover {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .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);
  }

  .xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .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);
  }

  .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);
  }

  .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);
  }

  .xl\:focus\:shadow-above:focus {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-header:focus {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-menu:focus {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-side-menu:focus {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-around:focus {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:focus\:shadow-glow:focus {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-inset {
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .xl\:ring-green-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .xl\:ring-green-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .xl\:ring-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .xl\:ring-green-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .xl\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .xl\:ring-grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-pale {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-pale-60 {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .xl\:ring-grey-faint {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-lightest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:ring-grey-page {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .xl\:ring-primary-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-blue-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xl\:ring-secondary-blue-light-20 {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .xl\:ring-secondary-blue-light-10 {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .xl\:ring-tertiary-orange {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xl\:ring-tertiary-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .xl\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xl\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xl\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .xl\:ring-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-black-neutral {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .xl\:ring-toggle {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .xl\:ring-toggle-active {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .xl\:ring-tertiary-orange-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .xl\:ring-google-maps {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .xl\:ring-chart {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .xl\:ring-energy-rating-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .xl\:ring-energy-rating-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .xl\:ring-energy-rating-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .xl\:ring-energy-rating-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-energy-rating-e {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .xl\:ring-energy-rating-f {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .xl\:ring-energy-rating-g {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .xl\:ring-flo-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .xl\:ring-green-dark-60 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .xl\:ring-tertiary-background {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .xl\:ring-tertiary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-green-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-pale:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-pale-60:focus-within {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .xl\:focus-within\:ring-grey-faint:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-lightest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-grey-page:focus-within {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .xl\:focus-within\:ring-primary-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-blue-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-secondary-blue-light-20:focus-within {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .xl\:focus-within\:ring-secondary-blue-light-10:focus-within {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .xl\:focus-within\:ring-tertiary-orange:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-tertiary-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-black-neutral:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-toggle:focus-within {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .xl\:focus-within\:ring-toggle-active:focus-within {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .xl\:focus-within\:ring-tertiary-orange-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-google-maps:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-chart:focus-within {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .xl\:focus-within\:ring-energy-rating-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-energy-rating-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-energy-rating-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-energy-rating-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-energy-rating-e:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-energy-rating-f:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-energy-rating-g:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-flo-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-green-dark-60:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-tertiary-background:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-tertiary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-green-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-pale:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-pale-60:focus {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .xl\:focus\:ring-grey-faint:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-lightest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-grey-page:focus {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .xl\:focus\:ring-primary-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-blue-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-secondary-blue-light-20:focus {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .xl\:focus\:ring-secondary-blue-light-10:focus {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .xl\:focus\:ring-tertiary-orange:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-tertiary-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-black-neutral:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-toggle:focus {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .xl\:focus\:ring-toggle-active:focus {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .xl\:focus\:ring-tertiary-orange-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-google-maps:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-chart:focus {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .xl\:focus\:ring-energy-rating-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-energy-rating-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-energy-rating-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-energy-rating-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-energy-rating-e:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-energy-rating-f:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-energy-rating-g:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-flo-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-green-dark-60:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-tertiary-background:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-tertiary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-green-darkest {
    --tw-ring-offset-color: #032b26;
  }

  .xl\:ring-offset-green-darker {
    --tw-ring-offset-color: #063932;
  }

  .xl\:ring-offset-green-dark {
    --tw-ring-offset-color: #0b4d44;
  }

  .xl\:ring-offset-green-medium {
    --tw-ring-offset-color: #199365;
  }

  .xl\:ring-offset-green-light {
    --tw-ring-offset-color: #47b669;
  }

  .xl\:ring-offset-grey-darkest {
    --tw-ring-offset-color: #303030;
  }

  .xl\:ring-offset-grey-darker {
    --tw-ring-offset-color: #4a4a4a;
  }

  .xl\:ring-offset-grey-dark {
    --tw-ring-offset-color: #6c7476;
  }

  .xl\:ring-offset-grey {
    --tw-ring-offset-color: #888888;
  }

  .xl\:ring-offset-grey-medium {
    --tw-ring-offset-color: #aaaaaa;
  }

  .xl\:ring-offset-grey-light {
    --tw-ring-offset-color: #bbbbbb;
  }

  .xl\:ring-offset-grey-lighter {
    --tw-ring-offset-color: #dadada;
  }

  .xl\:ring-offset-grey-pale {
    --tw-ring-offset-color: #eaeaea;
  }

  .xl\:ring-offset-grey-pale-60 {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .xl\:ring-offset-grey-faint {
    --tw-ring-offset-color: #f3f3f3;
  }

  .xl\:ring-offset-grey-lightest {
    --tw-ring-offset-color: #f9f9f9;
  }

  .xl\:ring-offset-grey-page {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .xl\:ring-offset-primary-white {
    --tw-ring-offset-color: #ffffff;
  }

  .xl\:ring-offset-secondary-green {
    --tw-ring-offset-color: #0cc393;
  }

  .xl\:ring-offset-secondary-blue-dark {
    --tw-ring-offset-color: #175564;
  }

  .xl\:ring-offset-secondary-blue-light {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xl\:ring-offset-secondary-blue-light-20 {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .xl\:ring-offset-secondary-blue-light-10 {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .xl\:ring-offset-tertiary-orange {
    --tw-ring-offset-color: #f46036;
  }

  .xl\:ring-offset-tertiary-yellow {
    --tw-ring-offset-color: #f9c846;
  }

  .xl\:ring-offset-success {
    --tw-ring-offset-color: #47b669;
  }

  .xl\:ring-offset-warning {
    --tw-ring-offset-color: #f46036;
  }

  .xl\:ring-offset-error {
    --tw-ring-offset-color: #e63147;
  }

  .xl\:ring-offset-info {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000000;
  }

  .xl\:ring-offset-black-neutral {
    --tw-ring-offset-color: #373f41;
  }

  .xl\:ring-offset-toggle {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .xl\:ring-offset-toggle-active {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .xl\:ring-offset-tertiary-orange-hover {
    --tw-ring-offset-color: #f78161;
  }

  .xl\:ring-offset-google-maps {
    --tw-ring-offset-color: #e5e3df;
  }

  .xl\:ring-offset-chart {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .xl\:ring-offset-energy-rating-a {
    --tw-ring-offset-color: #008459;
  }

  .xl\:ring-offset-energy-rating-b {
    --tw-ring-offset-color: #19b059;
  }

  .xl\:ring-offset-energy-rating-c {
    --tw-ring-offset-color: #8dc641;
  }

  .xl\:ring-offset-energy-rating-d {
    --tw-ring-offset-color: #ffcc00;
  }

  .xl\:ring-offset-energy-rating-e {
    --tw-ring-offset-color: #f7ac64;
  }

  .xl\:ring-offset-energy-rating-f {
    --tw-ring-offset-color: #f78521;
  }

  .xl\:ring-offset-energy-rating-g {
    --tw-ring-offset-color: #ef1c39;
  }

  .xl\:ring-offset-flo-blue-light {
    --tw-ring-offset-color: #0072b4;
  }

  .xl\:ring-offset-green-dark-60 {
    --tw-ring-offset-color: #a3b7b4;
  }

  .xl\:ring-offset-tertiary-background {
    --tw-ring-offset-color: #ebfaf6;
  }

  .xl\:ring-offset-tertiary-green {
    --tw-ring-offset-color: #08c691;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-green-darkest:focus-within {
    --tw-ring-offset-color: #032b26;
  }

  .xl\:focus-within\:ring-offset-green-darker:focus-within {
    --tw-ring-offset-color: #063932;
  }

  .xl\:focus-within\:ring-offset-green-dark:focus-within {
    --tw-ring-offset-color: #0b4d44;
  }

  .xl\:focus-within\:ring-offset-green-medium:focus-within {
    --tw-ring-offset-color: #199365;
  }

  .xl\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .xl\:focus-within\:ring-offset-grey-darkest:focus-within {
    --tw-ring-offset-color: #303030;
  }

  .xl\:focus-within\:ring-offset-grey-darker:focus-within {
    --tw-ring-offset-color: #4a4a4a;
  }

  .xl\:focus-within\:ring-offset-grey-dark:focus-within {
    --tw-ring-offset-color: #6c7476;
  }

  .xl\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #888888;
  }

  .xl\:focus-within\:ring-offset-grey-medium:focus-within {
    --tw-ring-offset-color: #aaaaaa;
  }

  .xl\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #bbbbbb;
  }

  .xl\:focus-within\:ring-offset-grey-lighter:focus-within {
    --tw-ring-offset-color: #dadada;
  }

  .xl\:focus-within\:ring-offset-grey-pale:focus-within {
    --tw-ring-offset-color: #eaeaea;
  }

  .xl\:focus-within\:ring-offset-grey-pale-60:focus-within {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .xl\:focus-within\:ring-offset-grey-faint:focus-within {
    --tw-ring-offset-color: #f3f3f3;
  }

  .xl\:focus-within\:ring-offset-grey-lightest:focus-within {
    --tw-ring-offset-color: #f9f9f9;
  }

  .xl\:focus-within\:ring-offset-grey-page:focus-within {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .xl\:focus-within\:ring-offset-primary-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .xl\:focus-within\:ring-offset-secondary-green:focus-within {
    --tw-ring-offset-color: #0cc393;
  }

  .xl\:focus-within\:ring-offset-secondary-blue-dark:focus-within {
    --tw-ring-offset-color: #175564;
  }

  .xl\:focus-within\:ring-offset-secondary-blue-light:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xl\:focus-within\:ring-offset-secondary-blue-light-20:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .xl\:focus-within\:ring-offset-secondary-blue-light-10:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .xl\:focus-within\:ring-offset-tertiary-orange:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .xl\:focus-within\:ring-offset-tertiary-yellow:focus-within {
    --tw-ring-offset-color: #f9c846;
  }

  .xl\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .xl\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .xl\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #e63147;
  }

  .xl\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus-within\:ring-offset-black-neutral:focus-within {
    --tw-ring-offset-color: #373f41;
  }

  .xl\:focus-within\:ring-offset-toggle:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .xl\:focus-within\:ring-offset-toggle-active:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .xl\:focus-within\:ring-offset-tertiary-orange-hover:focus-within {
    --tw-ring-offset-color: #f78161;
  }

  .xl\:focus-within\:ring-offset-google-maps:focus-within {
    --tw-ring-offset-color: #e5e3df;
  }

  .xl\:focus-within\:ring-offset-chart:focus-within {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .xl\:focus-within\:ring-offset-energy-rating-a:focus-within {
    --tw-ring-offset-color: #008459;
  }

  .xl\:focus-within\:ring-offset-energy-rating-b:focus-within {
    --tw-ring-offset-color: #19b059;
  }

  .xl\:focus-within\:ring-offset-energy-rating-c:focus-within {
    --tw-ring-offset-color: #8dc641;
  }

  .xl\:focus-within\:ring-offset-energy-rating-d:focus-within {
    --tw-ring-offset-color: #ffcc00;
  }

  .xl\:focus-within\:ring-offset-energy-rating-e:focus-within {
    --tw-ring-offset-color: #f7ac64;
  }

  .xl\:focus-within\:ring-offset-energy-rating-f:focus-within {
    --tw-ring-offset-color: #f78521;
  }

  .xl\:focus-within\:ring-offset-energy-rating-g:focus-within {
    --tw-ring-offset-color: #ef1c39;
  }

  .xl\:focus-within\:ring-offset-flo-blue-light:focus-within {
    --tw-ring-offset-color: #0072b4;
  }

  .xl\:focus-within\:ring-offset-green-dark-60:focus-within {
    --tw-ring-offset-color: #a3b7b4;
  }

  .xl\:focus-within\:ring-offset-tertiary-background:focus-within {
    --tw-ring-offset-color: #ebfaf6;
  }

  .xl\:focus-within\:ring-offset-tertiary-green:focus-within {
    --tw-ring-offset-color: #08c691;
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-green-darkest:focus {
    --tw-ring-offset-color: #032b26;
  }

  .xl\:focus\:ring-offset-green-darker:focus {
    --tw-ring-offset-color: #063932;
  }

  .xl\:focus\:ring-offset-green-dark:focus {
    --tw-ring-offset-color: #0b4d44;
  }

  .xl\:focus\:ring-offset-green-medium:focus {
    --tw-ring-offset-color: #199365;
  }

  .xl\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #47b669;
  }

  .xl\:focus\:ring-offset-grey-darkest:focus {
    --tw-ring-offset-color: #303030;
  }

  .xl\:focus\:ring-offset-grey-darker:focus {
    --tw-ring-offset-color: #4a4a4a;
  }

  .xl\:focus\:ring-offset-grey-dark:focus {
    --tw-ring-offset-color: #6c7476;
  }

  .xl\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #888888;
  }

  .xl\:focus\:ring-offset-grey-medium:focus {
    --tw-ring-offset-color: #aaaaaa;
  }

  .xl\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #bbbbbb;
  }

  .xl\:focus\:ring-offset-grey-lighter:focus {
    --tw-ring-offset-color: #dadada;
  }

  .xl\:focus\:ring-offset-grey-pale:focus {
    --tw-ring-offset-color: #eaeaea;
  }

  .xl\:focus\:ring-offset-grey-pale-60:focus {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .xl\:focus\:ring-offset-grey-faint:focus {
    --tw-ring-offset-color: #f3f3f3;
  }

  .xl\:focus\:ring-offset-grey-lightest:focus {
    --tw-ring-offset-color: #f9f9f9;
  }

  .xl\:focus\:ring-offset-grey-page:focus {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .xl\:focus\:ring-offset-primary-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .xl\:focus\:ring-offset-secondary-green:focus {
    --tw-ring-offset-color: #0cc393;
  }

  .xl\:focus\:ring-offset-secondary-blue-dark:focus {
    --tw-ring-offset-color: #175564;
  }

  .xl\:focus\:ring-offset-secondary-blue-light:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xl\:focus\:ring-offset-secondary-blue-light-20:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .xl\:focus\:ring-offset-secondary-blue-light-10:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .xl\:focus\:ring-offset-tertiary-orange:focus {
    --tw-ring-offset-color: #f46036;
  }

  .xl\:focus\:ring-offset-tertiary-yellow:focus {
    --tw-ring-offset-color: #f9c846;
  }

  .xl\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #47b669;
  }

  .xl\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #f46036;
  }

  .xl\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #e63147;
  }

  .xl\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .xl\:focus\:ring-offset-black-neutral:focus {
    --tw-ring-offset-color: #373f41;
  }

  .xl\:focus\:ring-offset-toggle:focus {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .xl\:focus\:ring-offset-toggle-active:focus {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .xl\:focus\:ring-offset-tertiary-orange-hover:focus {
    --tw-ring-offset-color: #f78161;
  }

  .xl\:focus\:ring-offset-google-maps:focus {
    --tw-ring-offset-color: #e5e3df;
  }

  .xl\:focus\:ring-offset-chart:focus {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .xl\:focus\:ring-offset-energy-rating-a:focus {
    --tw-ring-offset-color: #008459;
  }

  .xl\:focus\:ring-offset-energy-rating-b:focus {
    --tw-ring-offset-color: #19b059;
  }

  .xl\:focus\:ring-offset-energy-rating-c:focus {
    --tw-ring-offset-color: #8dc641;
  }

  .xl\:focus\:ring-offset-energy-rating-d:focus {
    --tw-ring-offset-color: #ffcc00;
  }

  .xl\:focus\:ring-offset-energy-rating-e:focus {
    --tw-ring-offset-color: #f7ac64;
  }

  .xl\:focus\:ring-offset-energy-rating-f:focus {
    --tw-ring-offset-color: #f78521;
  }

  .xl\:focus\:ring-offset-energy-rating-g:focus {
    --tw-ring-offset-color: #ef1c39;
  }

  .xl\:focus\:ring-offset-flo-blue-light:focus {
    --tw-ring-offset-color: #0072b4;
  }

  .xl\:focus\:ring-offset-green-dark-60:focus {
    --tw-ring-offset-color: #a3b7b4;
  }

  .xl\:focus\:ring-offset-tertiary-background:focus {
    --tw-ring-offset-color: #ebfaf6;
  }

  .xl\:focus\:ring-offset-tertiary-green:focus {
    --tw-ring-offset-color: #08c691;
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .xl\:filter-none {
    filter: none;
  }

  .xl\:blur-0 {
    --tw-blur: blur(0);
  }

  .xl\:blur-none {
    --tw-blur: blur(0);
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px);
  }

  .xl\:blur {
    --tw-blur: blur(8px);
  }

  .xl\:blur-md {
    --tw-blur: blur(12px);
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px);
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px);
  }

  .xl\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .xl\:blur-xs {
    --tw-blur: blur(3px);
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:invert-0 {
    --tw-invert: invert(0);
  }

  .xl\:invert {
    --tw-invert: invert(100%);
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%);
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .xl\:backdrop-blur-xs {
    --tw-backdrop-blur: blur(3px);
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .xl\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .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;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:transition-header {
    transition-property: transform opacity top bottom left right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .xl\:delay-75 {
    transition-delay: 75ms;
  }

  .xl\:delay-100 {
    transition-delay: 100ms;
  }

  .xl\:delay-150 {
    transition-delay: 150ms;
  }

  .xl\:delay-200 {
    transition-delay: 200ms;
  }

  .xl\:delay-250 {
    transition-delay: 250ms;
  }

  .xl\:delay-300 {
    transition-delay: 300ms;
  }

  .xl\:delay-500 {
    transition-delay: 500ms;
  }

  .xl\:delay-700 {
    transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

  @media (min-width: 425px) {
    .\32xl\:container {
      max-width: 425px;
    }
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  .\32xl\: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;
  }

  .\32xl\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:focus-within\:sr-only:focus-within {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .\32xl\:focus-within\:not-sr-only:focus-within {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\: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;
  }

  .\32xl\:focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .\32xl\:pointer-events-none {
    pointer-events: none;
  }

  .\32xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .\32xl\:visible {
    visibility: visible;
  }

  .\32xl\:invisible {
    visibility: hidden;
  }

  .\32xl\:static {
    position: static;
  }

  .\32xl\:fixed {
    position: fixed;
  }

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:sticky {
    position: sticky;
  }

  .\32xl\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:inset-1 {
    top: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    left: 0.25rem;
  }

  .\32xl\:inset-2 {
    top: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
  }

  .\32xl\:inset-3 {
    top: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .\32xl\:inset-4 {
    top: 1rem;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .\32xl\:inset-5 {
    top: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .\32xl\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .\32xl\:inset-7 {
    top: 1.75rem;
    right: 1.75rem;
    bottom: 1.75rem;
    left: 1.75rem;
  }

  .\32xl\:inset-8 {
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
  }

  .\32xl\:inset-9 {
    top: 2.25rem;
    right: 2.25rem;
    bottom: 2.25rem;
    left: 2.25rem;
  }

  .\32xl\:inset-10 {
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    left: 2.5rem;
  }

  .\32xl\:inset-11 {
    top: 2.75rem;
    right: 2.75rem;
    bottom: 2.75rem;
    left: 2.75rem;
  }

  .\32xl\:inset-12 {
    top: 3rem;
    right: 3rem;
    bottom: 3rem;
    left: 3rem;
  }

  .\32xl\:inset-14 {
    top: 3.5rem;
    right: 3.5rem;
    bottom: 3.5rem;
    left: 3.5rem;
  }

  .\32xl\:inset-16 {
    top: 4rem;
    right: 4rem;
    bottom: 4rem;
    left: 4rem;
  }

  .\32xl\:inset-18 {
    top: 4.5rem;
    right: 4.5rem;
    bottom: 4.5rem;
    left: 4.5rem;
  }

  .\32xl\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

  .\32xl\:inset-21 {
    top: 5.25rem;
    right: 5.25rem;
    bottom: 5.25rem;
    left: 5.25rem;
  }

  .\32xl\:inset-22 {
    top: 5.5rem;
    right: 5.5rem;
    bottom: 5.5rem;
    left: 5.5rem;
  }

  .\32xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

  .\32xl\:inset-26 {
    top: 6.5rem;
    right: 6.5rem;
    bottom: 6.5rem;
    left: 6.5rem;
  }

  .\32xl\:inset-28 {
    top: 7rem;
    right: 7rem;
    bottom: 7rem;
    left: 7rem;
  }

  .\32xl\:inset-29 {
    top: 7.25rem;
    right: 7.25rem;
    bottom: 7.25rem;
    left: 7.25rem;
  }

  .\32xl\:inset-32 {
    top: 8rem;
    right: 8rem;
    bottom: 8rem;
    left: 8rem;
  }

  .\32xl\:inset-34 {
    top: 8.5rem;
    right: 8.5rem;
    bottom: 8.5rem;
    left: 8.5rem;
  }

  .\32xl\:inset-36 {
    top: 9rem;
    right: 9rem;
    bottom: 9rem;
    left: 9rem;
  }

  .\32xl\:inset-40 {
    top: 10rem;
    right: 10rem;
    bottom: 10rem;
    left: 10rem;
  }

  .\32xl\:inset-42 {
    top: 10.5rem;
    right: 10.5rem;
    bottom: 10.5rem;
    left: 10.5rem;
  }

  .\32xl\:inset-44 {
    top: 11rem;
    right: 11rem;
    bottom: 11rem;
    left: 11rem;
  }

  .\32xl\:inset-48 {
    top: 12rem;
    right: 12rem;
    bottom: 12rem;
    left: 12rem;
  }

  .\32xl\:inset-52 {
    top: 13rem;
    right: 13rem;
    bottom: 13rem;
    left: 13rem;
  }

  .\32xl\:inset-56 {
    top: 14rem;
    right: 14rem;
    bottom: 14rem;
    left: 14rem;
  }

  .\32xl\:inset-60 {
    top: 15rem;
    right: 15rem;
    bottom: 15rem;
    left: 15rem;
  }

  .\32xl\:inset-64 {
    top: 16rem;
    right: 16rem;
    bottom: 16rem;
    left: 16rem;
  }

  .\32xl\:inset-68 {
    top: 17rem;
    right: 17rem;
    bottom: 17rem;
    left: 17rem;
  }

  .\32xl\:inset-72 {
    top: 18rem;
    right: 18rem;
    bottom: 18rem;
    left: 18rem;
  }

  .\32xl\:inset-77 {
    top: 19.25rem;
    right: 19.25rem;
    bottom: 19.25rem;
    left: 19.25rem;
  }

  .\32xl\:inset-80 {
    top: 20rem;
    right: 20rem;
    bottom: 20rem;
    left: 20rem;
  }

  .\32xl\:inset-82 {
    top: 20.5rem;
    right: 20.5rem;
    bottom: 20.5rem;
    left: 20.5rem;
  }

  .\32xl\:inset-88 {
    top: 22rem;
    right: 22rem;
    bottom: 22rem;
    left: 22rem;
  }

  .\32xl\:inset-94 {
    top: 23.5rem;
    right: 23.5rem;
    bottom: 23.5rem;
    left: 23.5rem;
  }

  .\32xl\:inset-96 {
    top: 24rem;
    right: 24rem;
    bottom: 24rem;
    left: 24rem;
  }

  .\32xl\:inset-98 {
    top: 24.5rem;
    right: 24.5rem;
    bottom: 24.5rem;
    left: 24.5rem;
  }

  .\32xl\:inset-104 {
    top: 26rem;
    right: 26rem;
    bottom: 26rem;
    left: 26rem;
  }

  .\32xl\:inset-108 {
    top: 27rem;
    right: 27rem;
    bottom: 27rem;
    left: 27rem;
  }

  .\32xl\:inset-110 {
    top: 27.5rem;
    right: 27.5rem;
    bottom: 27.5rem;
    left: 27.5rem;
  }

  .\32xl\:inset-112 {
    top: 28rem;
    right: 28rem;
    bottom: 28rem;
    left: 28rem;
  }

  .\32xl\:inset-120 {
    top: 30rem;
    right: 30rem;
    bottom: 30rem;
    left: 30rem;
  }

  .\32xl\:inset-128 {
    top: 32rem;
    right: 32rem;
    bottom: 32rem;
    left: 32rem;
  }

  .\32xl\:inset-132 {
    top: 33rem;
    right: 33rem;
    bottom: 33rem;
    left: 33rem;
  }

  .\32xl\:inset-134 {
    top: 33.5rem;
    right: 33.5rem;
    bottom: 33.5rem;
    left: 33.5rem;
  }

  .\32xl\:inset-135 {
    top: 33.75rem;
    right: 33.75rem;
    bottom: 33.75rem;
    left: 33.75rem;
  }

  .\32xl\:inset-136 {
    top: 34rem;
    right: 34rem;
    bottom: 34rem;
    left: 34rem;
  }

  .\32xl\:inset-144 {
    top: 36rem;
    right: 36rem;
    bottom: 36rem;
    left: 36rem;
  }

  .\32xl\:inset-152 {
    top: 38rem;
    right: 38rem;
    bottom: 38rem;
    left: 38rem;
  }

  .\32xl\:inset-160 {
    top: 40rem;
    right: 40rem;
    bottom: 40rem;
    left: 40rem;
  }

  .\32xl\:inset-164 {
    top: 41rem;
    right: 41rem;
    bottom: 41rem;
    left: 41rem;
  }

  .\32xl\:inset-172 {
    top: 43rem;
    right: 43rem;
    bottom: 43rem;
    left: 43rem;
  }

  .\32xl\:inset-179 {
    top: 44.75rem;
    right: 44.75rem;
    bottom: 44.75rem;
    left: 44.75rem;
  }

  .\32xl\:inset-184 {
    top: 46rem;
    right: 46rem;
    bottom: 46rem;
    left: 46rem;
  }

  .\32xl\:inset-192 {
    top: 48rem;
    right: 48rem;
    bottom: 48rem;
    left: 48rem;
  }

  .\32xl\:inset-224 {
    top: 56rem;
    right: 56rem;
    bottom: 56rem;
    left: 56rem;
  }

  .\32xl\:inset-240 {
    top: 60rem;
    right: 60rem;
    bottom: 60rem;
    left: 60rem;
  }

  .\32xl\:inset-256 {
    top: 64rem;
    right: 64rem;
    bottom: 64rem;
    left: 64rem;
  }

  .\32xl\:inset-265 {
    top: 66.25rem;
    right: 66.25rem;
    bottom: 66.25rem;
    left: 66.25rem;
  }

  .\32xl\:inset-288 {
    top: 72rem;
    right: 72rem;
    bottom: 72rem;
    left: 72rem;
  }

  .\32xl\:inset-384 {
    top: 96rem;
    right: 96rem;
    bottom: 96rem;
    left: 96rem;
  }

  .\32xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:inset-px {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .\32xl\:inset-0\.5 {
    top: 0.125rem;
    right: 0.125rem;
    bottom: 0.125rem;
    left: 0.125rem;
  }

  .\32xl\:inset-1\.5 {
    top: 0.375rem;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
  }

  .\32xl\:inset-2\.5 {
    top: 0.625rem;
    right: 0.625rem;
    bottom: 0.625rem;
    left: 0.625rem;
  }

  .\32xl\:inset-3\.5 {
    top: 0.875rem;
    right: 0.875rem;
    bottom: 0.875rem;
    left: 0.875rem;
  }

  .\32xl\:inset-0\.75 {
    top: 0.1875rem;
    right: 0.1875rem;
    bottom: 0.1875rem;
    left: 0.1875rem;
  }

  .\32xl\:inset-4\.5 {
    top: 1.125rem;
    right: 1.125rem;
    bottom: 1.125rem;
    left: 1.125rem;
  }

  .\32xl\:inset-7\.5 {
    top: 1.875rem;
    right: 1.875rem;
    bottom: 1.875rem;
    left: 1.875rem;
  }

  .\32xl\:inset-9\.5 {
    top: 2.375rem;
    right: 2.375rem;
    bottom: 2.375rem;
    left: 2.375rem;
  }

  .\32xl\:inset-9\.75 {
    top: 2.4375rem;
    right: 2.4375rem;
    bottom: 2.4375rem;
    left: 2.4375rem;
  }

  .\32xl\:inset-12\.5 {
    top: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
    left: 3.125rem;
  }

  .\32xl\:inset-13\.5 {
    top: 3.375rem;
    right: 3.375rem;
    bottom: 3.375rem;
    left: 3.375rem;
  }

  .\32xl\:inset-292\.5 {
    top: 73.125rem;
    right: 73.125rem;
    bottom: 73.125rem;
    left: 73.125rem;
  }

  .\32xl\:inset-1\/24 {
    top: 4.166667%;
    right: 4.166667%;
    bottom: 4.166667%;
    left: 4.166667%;
  }

  .\32xl\:inset-2\/24 {
    top: 8.333333%;
    right: 8.333333%;
    bottom: 8.333333%;
    left: 8.333333%;
  }

  .\32xl\:inset-3\/24 {
    top: 12.5%;
    right: 12.5%;
    bottom: 12.5%;
    left: 12.5%;
  }

  .\32xl\:inset-4\/24 {
    top: 16.666667%;
    right: 16.666667%;
    bottom: 16.666667%;
    left: 16.666667%;
  }

  .\32xl\:inset-5\/24 {
    top: 20.833333%;
    right: 20.833333%;
    bottom: 20.833333%;
    left: 20.833333%;
  }

  .\32xl\:inset-6\/24 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:inset-7\/24 {
    top: 29.166666%;
    right: 29.166666%;
    bottom: 29.166666%;
    left: 29.166666%;
  }

  .\32xl\:inset-8\/24 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-9\/24 {
    top: 37.5%;
    right: 37.5%;
    bottom: 37.5%;
    left: 37.5%;
  }

  .\32xl\:inset-10\/24 {
    top: 41.666666%;
    right: 41.666666%;
    bottom: 41.666666%;
    left: 41.666666%;
  }

  .\32xl\:inset-11\/24 {
    top: 45.833333%;
    right: 45.833333%;
    bottom: 45.833333%;
    left: 45.833333%;
  }

  .\32xl\:inset-12\/24 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-13\/24 {
    top: 54.166666%;
    right: 54.166666%;
    bottom: 54.166666%;
    left: 54.166666%;
  }

  .\32xl\:inset-14\/24 {
    top: 58.333333%;
    right: 58.333333%;
    bottom: 58.333333%;
    left: 58.333333%;
  }

  .\32xl\:inset-15\/24 {
    top: 62.5%;
    right: 62.5%;
    bottom: 62.5%;
    left: 62.5%;
  }

  .\32xl\:inset-16\/24 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-17\/24 {
    top: 70.833333%;
    right: 70.833333%;
    bottom: 70.833333%;
    left: 70.833333%;
  }

  .\32xl\:inset-18\/24 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:inset-19\/24 {
    top: 79.166667%;
    right: 79.166667%;
    bottom: 79.166667%;
    left: 79.166667%;
  }

  .\32xl\:inset-20\/24 {
    top: 83.333333%;
    right: 83.333333%;
    bottom: 83.333333%;
    left: 83.333333%;
  }

  .\32xl\:inset-21\/24 {
    top: 87.5%;
    right: 87.5%;
    bottom: 87.5%;
    left: 87.5%;
  }

  .\32xl\:inset-22\/24 {
    top: 91.666667%;
    right: 91.666667%;
    bottom: 91.666667%;
    left: 91.666667%;
  }

  .\32xl\:inset-23\/24 {
    top: 95.833333%;
    right: 95.833333%;
    bottom: 95.833333%;
    left: 95.833333%;
  }

  .\32xl\:inset-24\/24 {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:inset-screen-header {
    top: 41.55vw;
    right: 41.55vw;
    bottom: 41.55vw;
    left: 41.55vw;
  }

  .\32xl\:inset-screen-60 {
    top: 60vh;
    right: 60vh;
    bottom: 60vh;
    left: 60vh;
  }

  .\32xl\:inset-screen-80 {
    top: 80vh;
    right: 80vh;
    bottom: 80vh;
    left: 80vh;
  }

  .\32xl\:inset-screen-85 {
    top: 85vh;
    right: 85vh;
    bottom: 85vh;
    left: 85vh;
  }

  .\32xl\:inset-screen-90 {
    top: 90vh;
    right: 90vh;
    bottom: 90vh;
    left: 90vh;
  }

  .\32xl\:inset-screen-95 {
    top: 95vh;
    right: 95vh;
    bottom: 95vh;
    left: 95vh;
  }

  .\32xl\:inset-screen-minus-header {
    top: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
    left: calc(100vh - 5.25rem);
  }

  .\32xl\:inset-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
    left: calc(100vh - 8.875rem);
  }

  .\32xl\:inset-screen-minus-36 {
    top: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
    left: calc(100vh - 9rem);
  }

  .\32xl\:inset-screen-minus-40 {
    top: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
    left: calc(100vh - 10rem);
  }

  .\32xl\:inset-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
    left: calc(100vh - 13.75rem);
  }

  .\32xl\:inset-screen-minus-72 {
    top: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
    left: calc(100vh - 18rem);
  }

  .\32xl\:inset-screen-minus-80 {
    top: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
    left: calc(100vh - 20rem);
  }

  .\32xl\:inset-full-4 {
    top: calc(100% - 16px);
    right: calc(100% - 16px);
    bottom: calc(100% - 16px);
    left: calc(100% - 16px);
  }

  .\32xl\:inset-account-body {
    top: calc(100vw - 304px);
    right: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
    left: calc(100vw - 304px);
  }

  .\32xl\:inset-menu-center {
    top: calc(50% - 288px);
    right: calc(50% - 288px);
    bottom: calc(50% - 288px);
    left: calc(50% - 288px);
  }

  .\32xl\:inset-tutorials-hidden {
    top: calc(100% - 56px);
    right: calc(100% - 56px);
    bottom: calc(100% - 56px);
    left: calc(100% - 56px);
  }

  .\32xl\:inset-popup-full-width {
    top: calc(100% + 32px);
    right: calc(100% + 32px);
    bottom: calc(100% + 32px);
    left: calc(100% + 32px);
  }

  .\32xl\:inset-popup-full-width-md {
    top: calc(100% + 64px);
    right: calc(100% + 64px);
    bottom: calc(100% + 64px);
    left: calc(100% + 64px);
  }

  .\32xl\:inset-popup-full-height {
    top: calc(100% + 68px);
    right: calc(100% + 68px);
    bottom: calc(100% + 68px);
    left: calc(100% + 68px);
  }

  .\32xl\:inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .\32xl\:-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .\32xl\:-inset-1 {
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
  }

  .\32xl\:-inset-2 {
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
  }

  .\32xl\:-inset-3 {
    top: -0.75rem;
    right: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
  }

  .\32xl\:-inset-4 {
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
  }

  .\32xl\:-inset-5 {
    top: -1.25rem;
    right: -1.25rem;
    bottom: -1.25rem;
    left: -1.25rem;
  }

  .\32xl\:-inset-6 {
    top: -1.5rem;
    right: -1.5rem;
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .\32xl\:-inset-7 {
    top: -1.75rem;
    right: -1.75rem;
    bottom: -1.75rem;
    left: -1.75rem;
  }

  .\32xl\:-inset-8 {
    top: -2rem;
    right: -2rem;
    bottom: -2rem;
    left: -2rem;
  }

  .\32xl\:-inset-9 {
    top: -2.25rem;
    right: -2.25rem;
    bottom: -2.25rem;
    left: -2.25rem;
  }

  .\32xl\:-inset-10 {
    top: -2.5rem;
    right: -2.5rem;
    bottom: -2.5rem;
    left: -2.5rem;
  }

  .\32xl\:-inset-11 {
    top: -2.75rem;
    right: -2.75rem;
    bottom: -2.75rem;
    left: -2.75rem;
  }

  .\32xl\:-inset-12 {
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
  }

  .\32xl\:-inset-14 {
    top: -3.5rem;
    right: -3.5rem;
    bottom: -3.5rem;
    left: -3.5rem;
  }

  .\32xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:-inset-18 {
    top: -4.5rem;
    right: -4.5rem;
    bottom: -4.5rem;
    left: -4.5rem;
  }

  .\32xl\:-inset-20 {
    top: -5rem;
    right: -5rem;
    bottom: -5rem;
    left: -5rem;
  }

  .\32xl\:-inset-21 {
    top: -5.25rem;
    right: -5.25rem;
    bottom: -5.25rem;
    left: -5.25rem;
  }

  .\32xl\:-inset-22 {
    top: -5.5rem;
    right: -5.5rem;
    bottom: -5.5rem;
    left: -5.5rem;
  }

  .\32xl\:-inset-24 {
    top: -6rem;
    right: -6rem;
    bottom: -6rem;
    left: -6rem;
  }

  .\32xl\:-inset-26 {
    top: -6.5rem;
    right: -6.5rem;
    bottom: -6.5rem;
    left: -6.5rem;
  }

  .\32xl\:-inset-28 {
    top: -7rem;
    right: -7rem;
    bottom: -7rem;
    left: -7rem;
  }

  .\32xl\:-inset-29 {
    top: -7.25rem;
    right: -7.25rem;
    bottom: -7.25rem;
    left: -7.25rem;
  }

  .\32xl\:-inset-32 {
    top: -8rem;
    right: -8rem;
    bottom: -8rem;
    left: -8rem;
  }

  .\32xl\:-inset-34 {
    top: -8.5rem;
    right: -8.5rem;
    bottom: -8.5rem;
    left: -8.5rem;
  }

  .\32xl\:-inset-36 {
    top: -9rem;
    right: -9rem;
    bottom: -9rem;
    left: -9rem;
  }

  .\32xl\:-inset-40 {
    top: -10rem;
    right: -10rem;
    bottom: -10rem;
    left: -10rem;
  }

  .\32xl\:-inset-42 {
    top: -10.5rem;
    right: -10.5rem;
    bottom: -10.5rem;
    left: -10.5rem;
  }

  .\32xl\:-inset-44 {
    top: -11rem;
    right: -11rem;
    bottom: -11rem;
    left: -11rem;
  }

  .\32xl\:-inset-48 {
    top: -12rem;
    right: -12rem;
    bottom: -12rem;
    left: -12rem;
  }

  .\32xl\:-inset-52 {
    top: -13rem;
    right: -13rem;
    bottom: -13rem;
    left: -13rem;
  }

  .\32xl\:-inset-56 {
    top: -14rem;
    right: -14rem;
    bottom: -14rem;
    left: -14rem;
  }

  .\32xl\:-inset-60 {
    top: -15rem;
    right: -15rem;
    bottom: -15rem;
    left: -15rem;
  }

  .\32xl\:-inset-64 {
    top: -16rem;
    right: -16rem;
    bottom: -16rem;
    left: -16rem;
  }

  .\32xl\:-inset-68 {
    top: -17rem;
    right: -17rem;
    bottom: -17rem;
    left: -17rem;
  }

  .\32xl\:-inset-72 {
    top: -18rem;
    right: -18rem;
    bottom: -18rem;
    left: -18rem;
  }

  .\32xl\:-inset-77 {
    top: -19.25rem;
    right: -19.25rem;
    bottom: -19.25rem;
    left: -19.25rem;
  }

  .\32xl\:-inset-80 {
    top: -20rem;
    right: -20rem;
    bottom: -20rem;
    left: -20rem;
  }

  .\32xl\:-inset-82 {
    top: -20.5rem;
    right: -20.5rem;
    bottom: -20.5rem;
    left: -20.5rem;
  }

  .\32xl\:-inset-88 {
    top: -22rem;
    right: -22rem;
    bottom: -22rem;
    left: -22rem;
  }

  .\32xl\:-inset-94 {
    top: -23.5rem;
    right: -23.5rem;
    bottom: -23.5rem;
    left: -23.5rem;
  }

  .\32xl\:-inset-96 {
    top: -24rem;
    right: -24rem;
    bottom: -24rem;
    left: -24rem;
  }

  .\32xl\:-inset-98 {
    top: -24.5rem;
    right: -24.5rem;
    bottom: -24.5rem;
    left: -24.5rem;
  }

  .\32xl\:-inset-104 {
    top: -26rem;
    right: -26rem;
    bottom: -26rem;
    left: -26rem;
  }

  .\32xl\:-inset-108 {
    top: -27rem;
    right: -27rem;
    bottom: -27rem;
    left: -27rem;
  }

  .\32xl\:-inset-110 {
    top: -27.5rem;
    right: -27.5rem;
    bottom: -27.5rem;
    left: -27.5rem;
  }

  .\32xl\:-inset-112 {
    top: -28rem;
    right: -28rem;
    bottom: -28rem;
    left: -28rem;
  }

  .\32xl\:-inset-120 {
    top: -30rem;
    right: -30rem;
    bottom: -30rem;
    left: -30rem;
  }

  .\32xl\:-inset-128 {
    top: -32rem;
    right: -32rem;
    bottom: -32rem;
    left: -32rem;
  }

  .\32xl\:-inset-132 {
    top: -33rem;
    right: -33rem;
    bottom: -33rem;
    left: -33rem;
  }

  .\32xl\:-inset-134 {
    top: -33.5rem;
    right: -33.5rem;
    bottom: -33.5rem;
    left: -33.5rem;
  }

  .\32xl\:-inset-135 {
    top: -33.75rem;
    right: -33.75rem;
    bottom: -33.75rem;
    left: -33.75rem;
  }

  .\32xl\:-inset-136 {
    top: -34rem;
    right: -34rem;
    bottom: -34rem;
    left: -34rem;
  }

  .\32xl\:-inset-144 {
    top: -36rem;
    right: -36rem;
    bottom: -36rem;
    left: -36rem;
  }

  .\32xl\:-inset-152 {
    top: -38rem;
    right: -38rem;
    bottom: -38rem;
    left: -38rem;
  }

  .\32xl\:-inset-160 {
    top: -40rem;
    right: -40rem;
    bottom: -40rem;
    left: -40rem;
  }

  .\32xl\:-inset-164 {
    top: -41rem;
    right: -41rem;
    bottom: -41rem;
    left: -41rem;
  }

  .\32xl\:-inset-172 {
    top: -43rem;
    right: -43rem;
    bottom: -43rem;
    left: -43rem;
  }

  .\32xl\:-inset-179 {
    top: -44.75rem;
    right: -44.75rem;
    bottom: -44.75rem;
    left: -44.75rem;
  }

  .\32xl\:-inset-184 {
    top: -46rem;
    right: -46rem;
    bottom: -46rem;
    left: -46rem;
  }

  .\32xl\:-inset-192 {
    top: -48rem;
    right: -48rem;
    bottom: -48rem;
    left: -48rem;
  }

  .\32xl\:-inset-224 {
    top: -56rem;
    right: -56rem;
    bottom: -56rem;
    left: -56rem;
  }

  .\32xl\:-inset-240 {
    top: -60rem;
    right: -60rem;
    bottom: -60rem;
    left: -60rem;
  }

  .\32xl\:-inset-256 {
    top: -64rem;
    right: -64rem;
    bottom: -64rem;
    left: -64rem;
  }

  .\32xl\:-inset-265 {
    top: -66.25rem;
    right: -66.25rem;
    bottom: -66.25rem;
    left: -66.25rem;
  }

  .\32xl\:-inset-288 {
    top: -72rem;
    right: -72rem;
    bottom: -72rem;
    left: -72rem;
  }

  .\32xl\:-inset-384 {
    top: -96rem;
    right: -96rem;
    bottom: -96rem;
    left: -96rem;
  }

  .\32xl\:-inset-px {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .\32xl\:-inset-0\.5 {
    top: -0.125rem;
    right: -0.125rem;
    bottom: -0.125rem;
    left: -0.125rem;
  }

  .\32xl\:-inset-1\.5 {
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
  }

  .\32xl\:-inset-2\.5 {
    top: -0.625rem;
    right: -0.625rem;
    bottom: -0.625rem;
    left: -0.625rem;
  }

  .\32xl\:-inset-3\.5 {
    top: -0.875rem;
    right: -0.875rem;
    bottom: -0.875rem;
    left: -0.875rem;
  }

  .\32xl\:-inset-0\.75 {
    top: -0.1875rem;
    right: -0.1875rem;
    bottom: -0.1875rem;
    left: -0.1875rem;
  }

  .\32xl\:-inset-4\.5 {
    top: -1.125rem;
    right: -1.125rem;
    bottom: -1.125rem;
    left: -1.125rem;
  }

  .\32xl\:-inset-7\.5 {
    top: -1.875rem;
    right: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
  }

  .\32xl\:-inset-9\.5 {
    top: -2.375rem;
    right: -2.375rem;
    bottom: -2.375rem;
    left: -2.375rem;
  }

  .\32xl\:-inset-9\.75 {
    top: -2.4375rem;
    right: -2.4375rem;
    bottom: -2.4375rem;
    left: -2.4375rem;
  }

  .\32xl\:-inset-12\.5 {
    top: -3.125rem;
    right: -3.125rem;
    bottom: -3.125rem;
    left: -3.125rem;
  }

  .\32xl\:-inset-13\.5 {
    top: -3.375rem;
    right: -3.375rem;
    bottom: -3.375rem;
    left: -3.375rem;
  }

  .\32xl\:-inset-292\.5 {
    top: -73.125rem;
    right: -73.125rem;
    bottom: -73.125rem;
    left: -73.125rem;
  }

  .\32xl\:-inset-1\/24 {
    top: -4.16667%;
    right: -4.16667%;
    bottom: -4.16667%;
    left: -4.16667%;
  }

  .\32xl\:-inset-2\/24 {
    top: -8.33333%;
    right: -8.33333%;
    bottom: -8.33333%;
    left: -8.33333%;
  }

  .\32xl\:-inset-3\/24 {
    top: -12.5%;
    right: -12.5%;
    bottom: -12.5%;
    left: -12.5%;
  }

  .\32xl\:-inset-4\/24 {
    top: -16.66667%;
    right: -16.66667%;
    bottom: -16.66667%;
    left: -16.66667%;
  }

  .\32xl\:-inset-5\/24 {
    top: -20.83333%;
    right: -20.83333%;
    bottom: -20.83333%;
    left: -20.83333%;
  }

  .\32xl\:-inset-6\/24 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:-inset-7\/24 {
    top: -29.16667%;
    right: -29.16667%;
    bottom: -29.16667%;
    left: -29.16667%;
  }

  .\32xl\:-inset-8\/24 {
    top: -33.33333%;
    right: -33.33333%;
    bottom: -33.33333%;
    left: -33.33333%;
  }

  .\32xl\:-inset-9\/24 {
    top: -37.5%;
    right: -37.5%;
    bottom: -37.5%;
    left: -37.5%;
  }

  .\32xl\:-inset-10\/24 {
    top: -41.66667%;
    right: -41.66667%;
    bottom: -41.66667%;
    left: -41.66667%;
  }

  .\32xl\:-inset-11\/24 {
    top: -45.83333%;
    right: -45.83333%;
    bottom: -45.83333%;
    left: -45.83333%;
  }

  .\32xl\:-inset-12\/24 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-13\/24 {
    top: -54.16667%;
    right: -54.16667%;
    bottom: -54.16667%;
    left: -54.16667%;
  }

  .\32xl\:-inset-14\/24 {
    top: -58.33333%;
    right: -58.33333%;
    bottom: -58.33333%;
    left: -58.33333%;
  }

  .\32xl\:-inset-15\/24 {
    top: -62.5%;
    right: -62.5%;
    bottom: -62.5%;
    left: -62.5%;
  }

  .\32xl\:-inset-16\/24 {
    top: -66.66667%;
    right: -66.66667%;
    bottom: -66.66667%;
    left: -66.66667%;
  }

  .\32xl\:-inset-17\/24 {
    top: -70.83333%;
    right: -70.83333%;
    bottom: -70.83333%;
    left: -70.83333%;
  }

  .\32xl\:-inset-18\/24 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:-inset-19\/24 {
    top: -79.16667%;
    right: -79.16667%;
    bottom: -79.16667%;
    left: -79.16667%;
  }

  .\32xl\:-inset-20\/24 {
    top: -83.33333%;
    right: -83.33333%;
    bottom: -83.33333%;
    left: -83.33333%;
  }

  .\32xl\:-inset-21\/24 {
    top: -87.5%;
    right: -87.5%;
    bottom: -87.5%;
    left: -87.5%;
  }

  .\32xl\:-inset-22\/24 {
    top: -91.66667%;
    right: -91.66667%;
    bottom: -91.66667%;
    left: -91.66667%;
  }

  .\32xl\:-inset-23\/24 {
    top: -95.83333%;
    right: -95.83333%;
    bottom: -95.83333%;
    left: -95.83333%;
  }

  .\32xl\:-inset-24\/24 {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:-inset-screen-header {
    top: -41.55vw;
    right: -41.55vw;
    bottom: -41.55vw;
    left: -41.55vw;
  }

  .\32xl\:-inset-screen-60 {
    top: -60vh;
    right: -60vh;
    bottom: -60vh;
    left: -60vh;
  }

  .\32xl\:-inset-screen-80 {
    top: -80vh;
    right: -80vh;
    bottom: -80vh;
    left: -80vh;
  }

  .\32xl\:-inset-screen-85 {
    top: -85vh;
    right: -85vh;
    bottom: -85vh;
    left: -85vh;
  }

  .\32xl\:-inset-screen-90 {
    top: -90vh;
    right: -90vh;
    bottom: -90vh;
    left: -90vh;
  }

  .\32xl\:-inset-screen-95 {
    top: -95vh;
    right: -95vh;
    bottom: -95vh;
    left: -95vh;
  }

  .\32xl\:-inset-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
    left: calc(-100vh - -5.25rem);
  }

  .\32xl\:-inset-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
    left: calc(-100vh - -8.875rem);
  }

  .\32xl\:-inset-screen-minus-36 {
    top: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
    left: calc(-100vh - -9rem);
  }

  .\32xl\:-inset-screen-minus-40 {
    top: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
    left: calc(-100vh - -10rem);
  }

  .\32xl\:-inset-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
    left: calc(-100vh - -13.75rem);
  }

  .\32xl\:-inset-screen-minus-72 {
    top: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
    left: calc(-100vh - -18rem);
  }

  .\32xl\:-inset-screen-minus-80 {
    top: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
    left: calc(-100vh - -20rem);
  }

  .\32xl\:-inset-full-4 {
    top: calc(-100% - -16px);
    right: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
    left: calc(-100% - -16px);
  }

  .\32xl\:-inset-account-body {
    top: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
    left: calc(-100vw - -304px);
  }

  .\32xl\:-inset-menu-center {
    top: calc(-50% - -288px);
    right: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
    left: calc(-50% - -288px);
  }

  .\32xl\:-inset-tutorials-hidden {
    top: calc(-100% - -56px);
    right: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
    left: calc(-100% - -56px);
  }

  .\32xl\:-inset-popup-full-width {
    top: calc(-100% + -32px);
    right: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
    left: calc(-100% + -32px);
  }

  .\32xl\:-inset-popup-full-width-md {
    top: calc(-100% + -64px);
    right: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
    left: calc(-100% + -64px);
  }

  .\32xl\:-inset-popup-full-height {
    top: calc(-100% + -68px);
    right: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
    left: calc(-100% + -68px);
  }

  .\32xl\:-inset-max-content {
    top: max-content;
    right: max-content;
    bottom: max-content;
    left: max-content;
  }

  .\32xl\:inset-1\/2 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-1\/3 {
    top: 33.333333%;
    right: 33.333333%;
    bottom: 33.333333%;
    left: 33.333333%;
  }

  .\32xl\:inset-2\/3 {
    top: 66.666667%;
    right: 66.666667%;
    bottom: 66.666667%;
    left: 66.666667%;
  }

  .\32xl\:inset-1\/4 {
    top: 25%;
    right: 25%;
    bottom: 25%;
    left: 25%;
  }

  .\32xl\:inset-2\/4 {
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .\32xl\:inset-3\/4 {
    top: 75%;
    right: 75%;
    bottom: 75%;
    left: 75%;
  }

  .\32xl\:inset-full {
    top: 100%;
    right: 100%;
    bottom: 100%;
    left: 100%;
  }

  .\32xl\:-inset-1\/2 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-1\/3 {
    top: -33.333333%;
    right: -33.333333%;
    bottom: -33.333333%;
    left: -33.333333%;
  }

  .\32xl\:-inset-2\/3 {
    top: -66.666667%;
    right: -66.666667%;
    bottom: -66.666667%;
    left: -66.666667%;
  }

  .\32xl\:-inset-1\/4 {
    top: -25%;
    right: -25%;
    bottom: -25%;
    left: -25%;
  }

  .\32xl\:-inset-2\/4 {
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
  }

  .\32xl\:-inset-3\/4 {
    top: -75%;
    right: -75%;
    bottom: -75%;
    left: -75%;
  }

  .\32xl\:-inset-full {
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
  }

  .\32xl\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .\32xl\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .\32xl\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .\32xl\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .\32xl\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .\32xl\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .\32xl\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .\32xl\:inset-x-7 {
    left: 1.75rem;
    right: 1.75rem;
  }

  .\32xl\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .\32xl\:inset-x-9 {
    left: 2.25rem;
    right: 2.25rem;
  }

  .\32xl\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .\32xl\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .\32xl\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .\32xl\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .\32xl\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .\32xl\:inset-x-18 {
    left: 4.5rem;
    right: 4.5rem;
  }

  .\32xl\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .\32xl\:inset-x-21 {
    left: 5.25rem;
    right: 5.25rem;
  }

  .\32xl\:inset-x-22 {
    left: 5.5rem;
    right: 5.5rem;
  }

  .\32xl\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .\32xl\:inset-x-26 {
    left: 6.5rem;
    right: 6.5rem;
  }

  .\32xl\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .\32xl\:inset-x-29 {
    left: 7.25rem;
    right: 7.25rem;
  }

  .\32xl\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .\32xl\:inset-x-34 {
    left: 8.5rem;
    right: 8.5rem;
  }

  .\32xl\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .\32xl\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .\32xl\:inset-x-42 {
    left: 10.5rem;
    right: 10.5rem;
  }

  .\32xl\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .\32xl\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .\32xl\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .\32xl\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .\32xl\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .\32xl\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .\32xl\:inset-x-68 {
    left: 17rem;
    right: 17rem;
  }

  .\32xl\:inset-x-72 {
    left: 18rem;
    right: 18rem;
  }

  .\32xl\:inset-x-77 {
    left: 19.25rem;
    right: 19.25rem;
  }

  .\32xl\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .\32xl\:inset-x-82 {
    left: 20.5rem;
    right: 20.5rem;
  }

  .\32xl\:inset-x-88 {
    left: 22rem;
    right: 22rem;
  }

  .\32xl\:inset-x-94 {
    left: 23.5rem;
    right: 23.5rem;
  }

  .\32xl\:inset-x-96 {
    left: 24rem;
    right: 24rem;
  }

  .\32xl\:inset-x-98 {
    left: 24.5rem;
    right: 24.5rem;
  }

  .\32xl\:inset-x-104 {
    left: 26rem;
    right: 26rem;
  }

  .\32xl\:inset-x-108 {
    left: 27rem;
    right: 27rem;
  }

  .\32xl\:inset-x-110 {
    left: 27.5rem;
    right: 27.5rem;
  }

  .\32xl\:inset-x-112 {
    left: 28rem;
    right: 28rem;
  }

  .\32xl\:inset-x-120 {
    left: 30rem;
    right: 30rem;
  }

  .\32xl\:inset-x-128 {
    left: 32rem;
    right: 32rem;
  }

  .\32xl\:inset-x-132 {
    left: 33rem;
    right: 33rem;
  }

  .\32xl\:inset-x-134 {
    left: 33.5rem;
    right: 33.5rem;
  }

  .\32xl\:inset-x-135 {
    left: 33.75rem;
    right: 33.75rem;
  }

  .\32xl\:inset-x-136 {
    left: 34rem;
    right: 34rem;
  }

  .\32xl\:inset-x-144 {
    left: 36rem;
    right: 36rem;
  }

  .\32xl\:inset-x-152 {
    left: 38rem;
    right: 38rem;
  }

  .\32xl\:inset-x-160 {
    left: 40rem;
    right: 40rem;
  }

  .\32xl\:inset-x-164 {
    left: 41rem;
    right: 41rem;
  }

  .\32xl\:inset-x-172 {
    left: 43rem;
    right: 43rem;
  }

  .\32xl\:inset-x-179 {
    left: 44.75rem;
    right: 44.75rem;
  }

  .\32xl\:inset-x-184 {
    left: 46rem;
    right: 46rem;
  }

  .\32xl\:inset-x-192 {
    left: 48rem;
    right: 48rem;
  }

  .\32xl\:inset-x-224 {
    left: 56rem;
    right: 56rem;
  }

  .\32xl\:inset-x-240 {
    left: 60rem;
    right: 60rem;
  }

  .\32xl\:inset-x-256 {
    left: 64rem;
    right: 64rem;
  }

  .\32xl\:inset-x-265 {
    left: 66.25rem;
    right: 66.25rem;
  }

  .\32xl\:inset-x-288 {
    left: 72rem;
    right: 72rem;
  }

  .\32xl\:inset-x-384 {
    left: 96rem;
    right: 96rem;
  }

  .\32xl\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .\32xl\:inset-x-px {
    left: 1px;
    right: 1px;
  }

  .\32xl\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .\32xl\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .\32xl\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .\32xl\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .\32xl\:inset-x-0\.75 {
    left: 0.1875rem;
    right: 0.1875rem;
  }

  .\32xl\:inset-x-4\.5 {
    left: 1.125rem;
    right: 1.125rem;
  }

  .\32xl\:inset-x-7\.5 {
    left: 1.875rem;
    right: 1.875rem;
  }

  .\32xl\:inset-x-9\.5 {
    left: 2.375rem;
    right: 2.375rem;
  }

  .\32xl\:inset-x-9\.75 {
    left: 2.4375rem;
    right: 2.4375rem;
  }

  .\32xl\:inset-x-12\.5 {
    left: 3.125rem;
    right: 3.125rem;
  }

  .\32xl\:inset-x-13\.5 {
    left: 3.375rem;
    right: 3.375rem;
  }

  .\32xl\:inset-x-292\.5 {
    left: 73.125rem;
    right: 73.125rem;
  }

  .\32xl\:inset-x-1\/24 {
    left: 4.166667%;
    right: 4.166667%;
  }

  .\32xl\:inset-x-2\/24 {
    left: 8.333333%;
    right: 8.333333%;
  }

  .\32xl\:inset-x-3\/24 {
    left: 12.5%;
    right: 12.5%;
  }

  .\32xl\:inset-x-4\/24 {
    left: 16.666667%;
    right: 16.666667%;
  }

  .\32xl\:inset-x-5\/24 {
    left: 20.833333%;
    right: 20.833333%;
  }

  .\32xl\:inset-x-6\/24 {
    left: 25%;
    right: 25%;
  }

  .\32xl\:inset-x-7\/24 {
    left: 29.166666%;
    right: 29.166666%;
  }

  .\32xl\:inset-x-8\/24 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .\32xl\:inset-x-9\/24 {
    left: 37.5%;
    right: 37.5%;
  }

  .\32xl\:inset-x-10\/24 {
    left: 41.666666%;
    right: 41.666666%;
  }

  .\32xl\:inset-x-11\/24 {
    left: 45.833333%;
    right: 45.833333%;
  }

  .\32xl\:inset-x-12\/24 {
    left: 50%;
    right: 50%;
  }

  .\32xl\:inset-x-13\/24 {
    left: 54.166666%;
    right: 54.166666%;
  }

  .\32xl\:inset-x-14\/24 {
    left: 58.333333%;
    right: 58.333333%;
  }

  .\32xl\:inset-x-15\/24 {
    left: 62.5%;
    right: 62.5%;
  }

  .\32xl\:inset-x-16\/24 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .\32xl\:inset-x-17\/24 {
    left: 70.833333%;
    right: 70.833333%;
  }

  .\32xl\:inset-x-18\/24 {
    left: 75%;
    right: 75%;
  }

  .\32xl\:inset-x-19\/24 {
    left: 79.166667%;
    right: 79.166667%;
  }

  .\32xl\:inset-x-20\/24 {
    left: 83.333333%;
    right: 83.333333%;
  }

  .\32xl\:inset-x-21\/24 {
    left: 87.5%;
    right: 87.5%;
  }

  .\32xl\:inset-x-22\/24 {
    left: 91.666667%;
    right: 91.666667%;
  }

  .\32xl\:inset-x-23\/24 {
    left: 95.833333%;
    right: 95.833333%;
  }

  .\32xl\:inset-x-24\/24 {
    left: 100%;
    right: 100%;
  }

  .\32xl\:inset-x-screen-header {
    left: 41.55vw;
    right: 41.55vw;
  }

  .\32xl\:inset-x-screen-60 {
    left: 60vh;
    right: 60vh;
  }

  .\32xl\:inset-x-screen-80 {
    left: 80vh;
    right: 80vh;
  }

  .\32xl\:inset-x-screen-85 {
    left: 85vh;
    right: 85vh;
  }

  .\32xl\:inset-x-screen-90 {
    left: 90vh;
    right: 90vh;
  }

  .\32xl\:inset-x-screen-95 {
    left: 95vh;
    right: 95vh;
  }

  .\32xl\:inset-x-screen-minus-header {
    left: calc(100vh - 5.25rem);
    right: calc(100vh - 5.25rem);
  }

  .\32xl\:inset-x-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
    right: calc(100vh - 8.875rem);
  }

  .\32xl\:inset-x-screen-minus-36 {
    left: calc(100vh - 9rem);
    right: calc(100vh - 9rem);
  }

  .\32xl\:inset-x-screen-minus-40 {
    left: calc(100vh - 10rem);
    right: calc(100vh - 10rem);
  }

  .\32xl\:inset-x-screen-minus-55 {
    left: calc(100vh - 13.75rem);
    right: calc(100vh - 13.75rem);
  }

  .\32xl\:inset-x-screen-minus-72 {
    left: calc(100vh - 18rem);
    right: calc(100vh - 18rem);
  }

  .\32xl\:inset-x-screen-minus-80 {
    left: calc(100vh - 20rem);
    right: calc(100vh - 20rem);
  }

  .\32xl\:inset-x-full-4 {
    left: calc(100% - 16px);
    right: calc(100% - 16px);
  }

  .\32xl\:inset-x-account-body {
    left: calc(100vw - 304px);
    right: calc(100vw - 304px);
  }

  .\32xl\:inset-x-menu-center {
    left: calc(50% - 288px);
    right: calc(50% - 288px);
  }

  .\32xl\:inset-x-tutorials-hidden {
    left: calc(100% - 56px);
    right: calc(100% - 56px);
  }

  .\32xl\:inset-x-popup-full-width {
    left: calc(100% + 32px);
    right: calc(100% + 32px);
  }

  .\32xl\:inset-x-popup-full-width-md {
    left: calc(100% + 64px);
    right: calc(100% + 64px);
  }

  .\32xl\:inset-x-popup-full-height {
    left: calc(100% + 68px);
    right: calc(100% + 68px);
  }

  .\32xl\:inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .\32xl\:-inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .\32xl\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .\32xl\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .\32xl\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .\32xl\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .\32xl\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .\32xl\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .\32xl\:-inset-x-7 {
    left: -1.75rem;
    right: -1.75rem;
  }

  .\32xl\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .\32xl\:-inset-x-9 {
    left: -2.25rem;
    right: -2.25rem;
  }

  .\32xl\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .\32xl\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .\32xl\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .\32xl\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .\32xl\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .\32xl\:-inset-x-18 {
    left: -4.5rem;
    right: -4.5rem;
  }

  .\32xl\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .\32xl\:-inset-x-21 {
    left: -5.25rem;
    right: -5.25rem;
  }

  .\32xl\:-inset-x-22 {
    left: -5.5rem;
    right: -5.5rem;
  }

  .\32xl\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .\32xl\:-inset-x-26 {
    left: -6.5rem;
    right: -6.5rem;
  }

  .\32xl\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .\32xl\:-inset-x-29 {
    left: -7.25rem;
    right: -7.25rem;
  }

  .\32xl\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .\32xl\:-inset-x-34 {
    left: -8.5rem;
    right: -8.5rem;
  }

  .\32xl\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .\32xl\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .\32xl\:-inset-x-42 {
    left: -10.5rem;
    right: -10.5rem;
  }

  .\32xl\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .\32xl\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .\32xl\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .\32xl\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .\32xl\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .\32xl\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .\32xl\:-inset-x-68 {
    left: -17rem;
    right: -17rem;
  }

  .\32xl\:-inset-x-72 {
    left: -18rem;
    right: -18rem;
  }

  .\32xl\:-inset-x-77 {
    left: -19.25rem;
    right: -19.25rem;
  }

  .\32xl\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .\32xl\:-inset-x-82 {
    left: -20.5rem;
    right: -20.5rem;
  }

  .\32xl\:-inset-x-88 {
    left: -22rem;
    right: -22rem;
  }

  .\32xl\:-inset-x-94 {
    left: -23.5rem;
    right: -23.5rem;
  }

  .\32xl\:-inset-x-96 {
    left: -24rem;
    right: -24rem;
  }

  .\32xl\:-inset-x-98 {
    left: -24.5rem;
    right: -24.5rem;
  }

  .\32xl\:-inset-x-104 {
    left: -26rem;
    right: -26rem;
  }

  .\32xl\:-inset-x-108 {
    left: -27rem;
    right: -27rem;
  }

  .\32xl\:-inset-x-110 {
    left: -27.5rem;
    right: -27.5rem;
  }

  .\32xl\:-inset-x-112 {
    left: -28rem;
    right: -28rem;
  }

  .\32xl\:-inset-x-120 {
    left: -30rem;
    right: -30rem;
  }

  .\32xl\:-inset-x-128 {
    left: -32rem;
    right: -32rem;
  }

  .\32xl\:-inset-x-132 {
    left: -33rem;
    right: -33rem;
  }

  .\32xl\:-inset-x-134 {
    left: -33.5rem;
    right: -33.5rem;
  }

  .\32xl\:-inset-x-135 {
    left: -33.75rem;
    right: -33.75rem;
  }

  .\32xl\:-inset-x-136 {
    left: -34rem;
    right: -34rem;
  }

  .\32xl\:-inset-x-144 {
    left: -36rem;
    right: -36rem;
  }

  .\32xl\:-inset-x-152 {
    left: -38rem;
    right: -38rem;
  }

  .\32xl\:-inset-x-160 {
    left: -40rem;
    right: -40rem;
  }

  .\32xl\:-inset-x-164 {
    left: -41rem;
    right: -41rem;
  }

  .\32xl\:-inset-x-172 {
    left: -43rem;
    right: -43rem;
  }

  .\32xl\:-inset-x-179 {
    left: -44.75rem;
    right: -44.75rem;
  }

  .\32xl\:-inset-x-184 {
    left: -46rem;
    right: -46rem;
  }

  .\32xl\:-inset-x-192 {
    left: -48rem;
    right: -48rem;
  }

  .\32xl\:-inset-x-224 {
    left: -56rem;
    right: -56rem;
  }

  .\32xl\:-inset-x-240 {
    left: -60rem;
    right: -60rem;
  }

  .\32xl\:-inset-x-256 {
    left: -64rem;
    right: -64rem;
  }

  .\32xl\:-inset-x-265 {
    left: -66.25rem;
    right: -66.25rem;
  }

  .\32xl\:-inset-x-288 {
    left: -72rem;
    right: -72rem;
  }

  .\32xl\:-inset-x-384 {
    left: -96rem;
    right: -96rem;
  }

  .\32xl\:-inset-x-px {
    left: -1px;
    right: -1px;
  }

  .\32xl\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .\32xl\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .\32xl\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .\32xl\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .\32xl\:-inset-x-0\.75 {
    left: -0.1875rem;
    right: -0.1875rem;
  }

  .\32xl\:-inset-x-4\.5 {
    left: -1.125rem;
    right: -1.125rem;
  }

  .\32xl\:-inset-x-7\.5 {
    left: -1.875rem;
    right: -1.875rem;
  }

  .\32xl\:-inset-x-9\.5 {
    left: -2.375rem;
    right: -2.375rem;
  }

  .\32xl\:-inset-x-9\.75 {
    left: -2.4375rem;
    right: -2.4375rem;
  }

  .\32xl\:-inset-x-12\.5 {
    left: -3.125rem;
    right: -3.125rem;
  }

  .\32xl\:-inset-x-13\.5 {
    left: -3.375rem;
    right: -3.375rem;
  }

  .\32xl\:-inset-x-292\.5 {
    left: -73.125rem;
    right: -73.125rem;
  }

  .\32xl\:-inset-x-1\/24 {
    left: -4.16667%;
    right: -4.16667%;
  }

  .\32xl\:-inset-x-2\/24 {
    left: -8.33333%;
    right: -8.33333%;
  }

  .\32xl\:-inset-x-3\/24 {
    left: -12.5%;
    right: -12.5%;
  }

  .\32xl\:-inset-x-4\/24 {
    left: -16.66667%;
    right: -16.66667%;
  }

  .\32xl\:-inset-x-5\/24 {
    left: -20.83333%;
    right: -20.83333%;
  }

  .\32xl\:-inset-x-6\/24 {
    left: -25%;
    right: -25%;
  }

  .\32xl\:-inset-x-7\/24 {
    left: -29.16667%;
    right: -29.16667%;
  }

  .\32xl\:-inset-x-8\/24 {
    left: -33.33333%;
    right: -33.33333%;
  }

  .\32xl\:-inset-x-9\/24 {
    left: -37.5%;
    right: -37.5%;
  }

  .\32xl\:-inset-x-10\/24 {
    left: -41.66667%;
    right: -41.66667%;
  }

  .\32xl\:-inset-x-11\/24 {
    left: -45.83333%;
    right: -45.83333%;
  }

  .\32xl\:-inset-x-12\/24 {
    left: -50%;
    right: -50%;
  }

  .\32xl\:-inset-x-13\/24 {
    left: -54.16667%;
    right: -54.16667%;
  }

  .\32xl\:-inset-x-14\/24 {
    left: -58.33333%;
    right: -58.33333%;
  }

  .\32xl\:-inset-x-15\/24 {
    left: -62.5%;
    right: -62.5%;
  }

  .\32xl\:-inset-x-16\/24 {
    left: -66.66667%;
    right: -66.66667%;
  }

  .\32xl\:-inset-x-17\/24 {
    left: -70.83333%;
    right: -70.83333%;
  }

  .\32xl\:-inset-x-18\/24 {
    left: -75%;
    right: -75%;
  }

  .\32xl\:-inset-x-19\/24 {
    left: -79.16667%;
    right: -79.16667%;
  }

  .\32xl\:-inset-x-20\/24 {
    left: -83.33333%;
    right: -83.33333%;
  }

  .\32xl\:-inset-x-21\/24 {
    left: -87.5%;
    right: -87.5%;
  }

  .\32xl\:-inset-x-22\/24 {
    left: -91.66667%;
    right: -91.66667%;
  }

  .\32xl\:-inset-x-23\/24 {
    left: -95.83333%;
    right: -95.83333%;
  }

  .\32xl\:-inset-x-24\/24 {
    left: -100%;
    right: -100%;
  }

  .\32xl\:-inset-x-screen-header {
    left: -41.55vw;
    right: -41.55vw;
  }

  .\32xl\:-inset-x-screen-60 {
    left: -60vh;
    right: -60vh;
  }

  .\32xl\:-inset-x-screen-80 {
    left: -80vh;
    right: -80vh;
  }

  .\32xl\:-inset-x-screen-85 {
    left: -85vh;
    right: -85vh;
  }

  .\32xl\:-inset-x-screen-90 {
    left: -90vh;
    right: -90vh;
  }

  .\32xl\:-inset-x-screen-95 {
    left: -95vh;
    right: -95vh;
  }

  .\32xl\:-inset-x-screen-minus-header {
    left: calc(-100vh - -5.25rem);
    right: calc(-100vh - -5.25rem);
  }

  .\32xl\:-inset-x-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
    right: calc(-100vh - -8.875rem);
  }

  .\32xl\:-inset-x-screen-minus-36 {
    left: calc(-100vh - -9rem);
    right: calc(-100vh - -9rem);
  }

  .\32xl\:-inset-x-screen-minus-40 {
    left: calc(-100vh - -10rem);
    right: calc(-100vh - -10rem);
  }

  .\32xl\:-inset-x-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
    right: calc(-100vh - -13.75rem);
  }

  .\32xl\:-inset-x-screen-minus-72 {
    left: calc(-100vh - -18rem);
    right: calc(-100vh - -18rem);
  }

  .\32xl\:-inset-x-screen-minus-80 {
    left: calc(-100vh - -20rem);
    right: calc(-100vh - -20rem);
  }

  .\32xl\:-inset-x-full-4 {
    left: calc(-100% - -16px);
    right: calc(-100% - -16px);
  }

  .\32xl\:-inset-x-account-body {
    left: calc(-100vw - -304px);
    right: calc(-100vw - -304px);
  }

  .\32xl\:-inset-x-menu-center {
    left: calc(-50% - -288px);
    right: calc(-50% - -288px);
  }

  .\32xl\:-inset-x-tutorials-hidden {
    left: calc(-100% - -56px);
    right: calc(-100% - -56px);
  }

  .\32xl\:-inset-x-popup-full-width {
    left: calc(-100% + -32px);
    right: calc(-100% + -32px);
  }

  .\32xl\:-inset-x-popup-full-width-md {
    left: calc(-100% + -64px);
    right: calc(-100% + -64px);
  }

  .\32xl\:-inset-x-popup-full-height {
    left: calc(-100% + -68px);
    right: calc(-100% + -68px);
  }

  .\32xl\:-inset-x-max-content {
    left: max-content;
    right: max-content;
  }

  .\32xl\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .\32xl\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .\32xl\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .\32xl\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .\32xl\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .\32xl\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .\32xl\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .\32xl\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .\32xl\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .\32xl\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .\32xl\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .\32xl\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .\32xl\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .\32xl\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .\32xl\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .\32xl\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .\32xl\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .\32xl\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .\32xl\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .\32xl\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .\32xl\:inset-y-7 {
    top: 1.75rem;
    bottom: 1.75rem;
  }

  .\32xl\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .\32xl\:inset-y-9 {
    top: 2.25rem;
    bottom: 2.25rem;
  }

  .\32xl\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .\32xl\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .\32xl\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .\32xl\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .\32xl\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .\32xl\:inset-y-18 {
    top: 4.5rem;
    bottom: 4.5rem;
  }

  .\32xl\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .\32xl\:inset-y-21 {
    top: 5.25rem;
    bottom: 5.25rem;
  }

  .\32xl\:inset-y-22 {
    top: 5.5rem;
    bottom: 5.5rem;
  }

  .\32xl\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .\32xl\:inset-y-26 {
    top: 6.5rem;
    bottom: 6.5rem;
  }

  .\32xl\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .\32xl\:inset-y-29 {
    top: 7.25rem;
    bottom: 7.25rem;
  }

  .\32xl\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .\32xl\:inset-y-34 {
    top: 8.5rem;
    bottom: 8.5rem;
  }

  .\32xl\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .\32xl\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .\32xl\:inset-y-42 {
    top: 10.5rem;
    bottom: 10.5rem;
  }

  .\32xl\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .\32xl\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .\32xl\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .\32xl\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .\32xl\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .\32xl\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .\32xl\:inset-y-68 {
    top: 17rem;
    bottom: 17rem;
  }

  .\32xl\:inset-y-72 {
    top: 18rem;
    bottom: 18rem;
  }

  .\32xl\:inset-y-77 {
    top: 19.25rem;
    bottom: 19.25rem;
  }

  .\32xl\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .\32xl\:inset-y-82 {
    top: 20.5rem;
    bottom: 20.5rem;
  }

  .\32xl\:inset-y-88 {
    top: 22rem;
    bottom: 22rem;
  }

  .\32xl\:inset-y-94 {
    top: 23.5rem;
    bottom: 23.5rem;
  }

  .\32xl\:inset-y-96 {
    top: 24rem;
    bottom: 24rem;
  }

  .\32xl\:inset-y-98 {
    top: 24.5rem;
    bottom: 24.5rem;
  }

  .\32xl\:inset-y-104 {
    top: 26rem;
    bottom: 26rem;
  }

  .\32xl\:inset-y-108 {
    top: 27rem;
    bottom: 27rem;
  }

  .\32xl\:inset-y-110 {
    top: 27.5rem;
    bottom: 27.5rem;
  }

  .\32xl\:inset-y-112 {
    top: 28rem;
    bottom: 28rem;
  }

  .\32xl\:inset-y-120 {
    top: 30rem;
    bottom: 30rem;
  }

  .\32xl\:inset-y-128 {
    top: 32rem;
    bottom: 32rem;
  }

  .\32xl\:inset-y-132 {
    top: 33rem;
    bottom: 33rem;
  }

  .\32xl\:inset-y-134 {
    top: 33.5rem;
    bottom: 33.5rem;
  }

  .\32xl\:inset-y-135 {
    top: 33.75rem;
    bottom: 33.75rem;
  }

  .\32xl\:inset-y-136 {
    top: 34rem;
    bottom: 34rem;
  }

  .\32xl\:inset-y-144 {
    top: 36rem;
    bottom: 36rem;
  }

  .\32xl\:inset-y-152 {
    top: 38rem;
    bottom: 38rem;
  }

  .\32xl\:inset-y-160 {
    top: 40rem;
    bottom: 40rem;
  }

  .\32xl\:inset-y-164 {
    top: 41rem;
    bottom: 41rem;
  }

  .\32xl\:inset-y-172 {
    top: 43rem;
    bottom: 43rem;
  }

  .\32xl\:inset-y-179 {
    top: 44.75rem;
    bottom: 44.75rem;
  }

  .\32xl\:inset-y-184 {
    top: 46rem;
    bottom: 46rem;
  }

  .\32xl\:inset-y-192 {
    top: 48rem;
    bottom: 48rem;
  }

  .\32xl\:inset-y-224 {
    top: 56rem;
    bottom: 56rem;
  }

  .\32xl\:inset-y-240 {
    top: 60rem;
    bottom: 60rem;
  }

  .\32xl\:inset-y-256 {
    top: 64rem;
    bottom: 64rem;
  }

  .\32xl\:inset-y-265 {
    top: 66.25rem;
    bottom: 66.25rem;
  }

  .\32xl\:inset-y-288 {
    top: 72rem;
    bottom: 72rem;
  }

  .\32xl\:inset-y-384 {
    top: 96rem;
    bottom: 96rem;
  }

  .\32xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .\32xl\:inset-y-px {
    top: 1px;
    bottom: 1px;
  }

  .\32xl\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .\32xl\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .\32xl\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .\32xl\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .\32xl\:inset-y-0\.75 {
    top: 0.1875rem;
    bottom: 0.1875rem;
  }

  .\32xl\:inset-y-4\.5 {
    top: 1.125rem;
    bottom: 1.125rem;
  }

  .\32xl\:inset-y-7\.5 {
    top: 1.875rem;
    bottom: 1.875rem;
  }

  .\32xl\:inset-y-9\.5 {
    top: 2.375rem;
    bottom: 2.375rem;
  }

  .\32xl\:inset-y-9\.75 {
    top: 2.4375rem;
    bottom: 2.4375rem;
  }

  .\32xl\:inset-y-12\.5 {
    top: 3.125rem;
    bottom: 3.125rem;
  }

  .\32xl\:inset-y-13\.5 {
    top: 3.375rem;
    bottom: 3.375rem;
  }

  .\32xl\:inset-y-292\.5 {
    top: 73.125rem;
    bottom: 73.125rem;
  }

  .\32xl\:inset-y-1\/24 {
    top: 4.166667%;
    bottom: 4.166667%;
  }

  .\32xl\:inset-y-2\/24 {
    top: 8.333333%;
    bottom: 8.333333%;
  }

  .\32xl\:inset-y-3\/24 {
    top: 12.5%;
    bottom: 12.5%;
  }

  .\32xl\:inset-y-4\/24 {
    top: 16.666667%;
    bottom: 16.666667%;
  }

  .\32xl\:inset-y-5\/24 {
    top: 20.833333%;
    bottom: 20.833333%;
  }

  .\32xl\:inset-y-6\/24 {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:inset-y-7\/24 {
    top: 29.166666%;
    bottom: 29.166666%;
  }

  .\32xl\:inset-y-8\/24 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:inset-y-9\/24 {
    top: 37.5%;
    bottom: 37.5%;
  }

  .\32xl\:inset-y-10\/24 {
    top: 41.666666%;
    bottom: 41.666666%;
  }

  .\32xl\:inset-y-11\/24 {
    top: 45.833333%;
    bottom: 45.833333%;
  }

  .\32xl\:inset-y-12\/24 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-y-13\/24 {
    top: 54.166666%;
    bottom: 54.166666%;
  }

  .\32xl\:inset-y-14\/24 {
    top: 58.333333%;
    bottom: 58.333333%;
  }

  .\32xl\:inset-y-15\/24 {
    top: 62.5%;
    bottom: 62.5%;
  }

  .\32xl\:inset-y-16\/24 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:inset-y-17\/24 {
    top: 70.833333%;
    bottom: 70.833333%;
  }

  .\32xl\:inset-y-18\/24 {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:inset-y-19\/24 {
    top: 79.166667%;
    bottom: 79.166667%;
  }

  .\32xl\:inset-y-20\/24 {
    top: 83.333333%;
    bottom: 83.333333%;
  }

  .\32xl\:inset-y-21\/24 {
    top: 87.5%;
    bottom: 87.5%;
  }

  .\32xl\:inset-y-22\/24 {
    top: 91.666667%;
    bottom: 91.666667%;
  }

  .\32xl\:inset-y-23\/24 {
    top: 95.833333%;
    bottom: 95.833333%;
  }

  .\32xl\:inset-y-24\/24 {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:inset-y-screen-header {
    top: 41.55vw;
    bottom: 41.55vw;
  }

  .\32xl\:inset-y-screen-60 {
    top: 60vh;
    bottom: 60vh;
  }

  .\32xl\:inset-y-screen-80 {
    top: 80vh;
    bottom: 80vh;
  }

  .\32xl\:inset-y-screen-85 {
    top: 85vh;
    bottom: 85vh;
  }

  .\32xl\:inset-y-screen-90 {
    top: 90vh;
    bottom: 90vh;
  }

  .\32xl\:inset-y-screen-95 {
    top: 95vh;
    bottom: 95vh;
  }

  .\32xl\:inset-y-screen-minus-header {
    top: calc(100vh - 5.25rem);
    bottom: calc(100vh - 5.25rem);
  }

  .\32xl\:inset-y-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
    bottom: calc(100vh - 8.875rem);
  }

  .\32xl\:inset-y-screen-minus-36 {
    top: calc(100vh - 9rem);
    bottom: calc(100vh - 9rem);
  }

  .\32xl\:inset-y-screen-minus-40 {
    top: calc(100vh - 10rem);
    bottom: calc(100vh - 10rem);
  }

  .\32xl\:inset-y-screen-minus-55 {
    top: calc(100vh - 13.75rem);
    bottom: calc(100vh - 13.75rem);
  }

  .\32xl\:inset-y-screen-minus-72 {
    top: calc(100vh - 18rem);
    bottom: calc(100vh - 18rem);
  }

  .\32xl\:inset-y-screen-minus-80 {
    top: calc(100vh - 20rem);
    bottom: calc(100vh - 20rem);
  }

  .\32xl\:inset-y-full-4 {
    top: calc(100% - 16px);
    bottom: calc(100% - 16px);
  }

  .\32xl\:inset-y-account-body {
    top: calc(100vw - 304px);
    bottom: calc(100vw - 304px);
  }

  .\32xl\:inset-y-menu-center {
    top: calc(50% - 288px);
    bottom: calc(50% - 288px);
  }

  .\32xl\:inset-y-tutorials-hidden {
    top: calc(100% - 56px);
    bottom: calc(100% - 56px);
  }

  .\32xl\:inset-y-popup-full-width {
    top: calc(100% + 32px);
    bottom: calc(100% + 32px);
  }

  .\32xl\:inset-y-popup-full-width-md {
    top: calc(100% + 64px);
    bottom: calc(100% + 64px);
  }

  .\32xl\:inset-y-popup-full-height {
    top: calc(100% + 68px);
    bottom: calc(100% + 68px);
  }

  .\32xl\:inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .\32xl\:-inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .\32xl\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .\32xl\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .\32xl\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .\32xl\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .\32xl\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .\32xl\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .\32xl\:-inset-y-7 {
    top: -1.75rem;
    bottom: -1.75rem;
  }

  .\32xl\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .\32xl\:-inset-y-9 {
    top: -2.25rem;
    bottom: -2.25rem;
  }

  .\32xl\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .\32xl\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .\32xl\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .\32xl\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .\32xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:-inset-y-18 {
    top: -4.5rem;
    bottom: -4.5rem;
  }

  .\32xl\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .\32xl\:-inset-y-21 {
    top: -5.25rem;
    bottom: -5.25rem;
  }

  .\32xl\:-inset-y-22 {
    top: -5.5rem;
    bottom: -5.5rem;
  }

  .\32xl\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .\32xl\:-inset-y-26 {
    top: -6.5rem;
    bottom: -6.5rem;
  }

  .\32xl\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .\32xl\:-inset-y-29 {
    top: -7.25rem;
    bottom: -7.25rem;
  }

  .\32xl\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .\32xl\:-inset-y-34 {
    top: -8.5rem;
    bottom: -8.5rem;
  }

  .\32xl\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .\32xl\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .\32xl\:-inset-y-42 {
    top: -10.5rem;
    bottom: -10.5rem;
  }

  .\32xl\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .\32xl\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .\32xl\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .\32xl\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .\32xl\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .\32xl\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .\32xl\:-inset-y-68 {
    top: -17rem;
    bottom: -17rem;
  }

  .\32xl\:-inset-y-72 {
    top: -18rem;
    bottom: -18rem;
  }

  .\32xl\:-inset-y-77 {
    top: -19.25rem;
    bottom: -19.25rem;
  }

  .\32xl\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .\32xl\:-inset-y-82 {
    top: -20.5rem;
    bottom: -20.5rem;
  }

  .\32xl\:-inset-y-88 {
    top: -22rem;
    bottom: -22rem;
  }

  .\32xl\:-inset-y-94 {
    top: -23.5rem;
    bottom: -23.5rem;
  }

  .\32xl\:-inset-y-96 {
    top: -24rem;
    bottom: -24rem;
  }

  .\32xl\:-inset-y-98 {
    top: -24.5rem;
    bottom: -24.5rem;
  }

  .\32xl\:-inset-y-104 {
    top: -26rem;
    bottom: -26rem;
  }

  .\32xl\:-inset-y-108 {
    top: -27rem;
    bottom: -27rem;
  }

  .\32xl\:-inset-y-110 {
    top: -27.5rem;
    bottom: -27.5rem;
  }

  .\32xl\:-inset-y-112 {
    top: -28rem;
    bottom: -28rem;
  }

  .\32xl\:-inset-y-120 {
    top: -30rem;
    bottom: -30rem;
  }

  .\32xl\:-inset-y-128 {
    top: -32rem;
    bottom: -32rem;
  }

  .\32xl\:-inset-y-132 {
    top: -33rem;
    bottom: -33rem;
  }

  .\32xl\:-inset-y-134 {
    top: -33.5rem;
    bottom: -33.5rem;
  }

  .\32xl\:-inset-y-135 {
    top: -33.75rem;
    bottom: -33.75rem;
  }

  .\32xl\:-inset-y-136 {
    top: -34rem;
    bottom: -34rem;
  }

  .\32xl\:-inset-y-144 {
    top: -36rem;
    bottom: -36rem;
  }

  .\32xl\:-inset-y-152 {
    top: -38rem;
    bottom: -38rem;
  }

  .\32xl\:-inset-y-160 {
    top: -40rem;
    bottom: -40rem;
  }

  .\32xl\:-inset-y-164 {
    top: -41rem;
    bottom: -41rem;
  }

  .\32xl\:-inset-y-172 {
    top: -43rem;
    bottom: -43rem;
  }

  .\32xl\:-inset-y-179 {
    top: -44.75rem;
    bottom: -44.75rem;
  }

  .\32xl\:-inset-y-184 {
    top: -46rem;
    bottom: -46rem;
  }

  .\32xl\:-inset-y-192 {
    top: -48rem;
    bottom: -48rem;
  }

  .\32xl\:-inset-y-224 {
    top: -56rem;
    bottom: -56rem;
  }

  .\32xl\:-inset-y-240 {
    top: -60rem;
    bottom: -60rem;
  }

  .\32xl\:-inset-y-256 {
    top: -64rem;
    bottom: -64rem;
  }

  .\32xl\:-inset-y-265 {
    top: -66.25rem;
    bottom: -66.25rem;
  }

  .\32xl\:-inset-y-288 {
    top: -72rem;
    bottom: -72rem;
  }

  .\32xl\:-inset-y-384 {
    top: -96rem;
    bottom: -96rem;
  }

  .\32xl\:-inset-y-px {
    top: -1px;
    bottom: -1px;
  }

  .\32xl\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .\32xl\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .\32xl\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .\32xl\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .\32xl\:-inset-y-0\.75 {
    top: -0.1875rem;
    bottom: -0.1875rem;
  }

  .\32xl\:-inset-y-4\.5 {
    top: -1.125rem;
    bottom: -1.125rem;
  }

  .\32xl\:-inset-y-7\.5 {
    top: -1.875rem;
    bottom: -1.875rem;
  }

  .\32xl\:-inset-y-9\.5 {
    top: -2.375rem;
    bottom: -2.375rem;
  }

  .\32xl\:-inset-y-9\.75 {
    top: -2.4375rem;
    bottom: -2.4375rem;
  }

  .\32xl\:-inset-y-12\.5 {
    top: -3.125rem;
    bottom: -3.125rem;
  }

  .\32xl\:-inset-y-13\.5 {
    top: -3.375rem;
    bottom: -3.375rem;
  }

  .\32xl\:-inset-y-292\.5 {
    top: -73.125rem;
    bottom: -73.125rem;
  }

  .\32xl\:-inset-y-1\/24 {
    top: -4.16667%;
    bottom: -4.16667%;
  }

  .\32xl\:-inset-y-2\/24 {
    top: -8.33333%;
    bottom: -8.33333%;
  }

  .\32xl\:-inset-y-3\/24 {
    top: -12.5%;
    bottom: -12.5%;
  }

  .\32xl\:-inset-y-4\/24 {
    top: -16.66667%;
    bottom: -16.66667%;
  }

  .\32xl\:-inset-y-5\/24 {
    top: -20.83333%;
    bottom: -20.83333%;
  }

  .\32xl\:-inset-y-6\/24 {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:-inset-y-7\/24 {
    top: -29.16667%;
    bottom: -29.16667%;
  }

  .\32xl\:-inset-y-8\/24 {
    top: -33.33333%;
    bottom: -33.33333%;
  }

  .\32xl\:-inset-y-9\/24 {
    top: -37.5%;
    bottom: -37.5%;
  }

  .\32xl\:-inset-y-10\/24 {
    top: -41.66667%;
    bottom: -41.66667%;
  }

  .\32xl\:-inset-y-11\/24 {
    top: -45.83333%;
    bottom: -45.83333%;
  }

  .\32xl\:-inset-y-12\/24 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-y-13\/24 {
    top: -54.16667%;
    bottom: -54.16667%;
  }

  .\32xl\:-inset-y-14\/24 {
    top: -58.33333%;
    bottom: -58.33333%;
  }

  .\32xl\:-inset-y-15\/24 {
    top: -62.5%;
    bottom: -62.5%;
  }

  .\32xl\:-inset-y-16\/24 {
    top: -66.66667%;
    bottom: -66.66667%;
  }

  .\32xl\:-inset-y-17\/24 {
    top: -70.83333%;
    bottom: -70.83333%;
  }

  .\32xl\:-inset-y-18\/24 {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:-inset-y-19\/24 {
    top: -79.16667%;
    bottom: -79.16667%;
  }

  .\32xl\:-inset-y-20\/24 {
    top: -83.33333%;
    bottom: -83.33333%;
  }

  .\32xl\:-inset-y-21\/24 {
    top: -87.5%;
    bottom: -87.5%;
  }

  .\32xl\:-inset-y-22\/24 {
    top: -91.66667%;
    bottom: -91.66667%;
  }

  .\32xl\:-inset-y-23\/24 {
    top: -95.83333%;
    bottom: -95.83333%;
  }

  .\32xl\:-inset-y-24\/24 {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:-inset-y-screen-header {
    top: -41.55vw;
    bottom: -41.55vw;
  }

  .\32xl\:-inset-y-screen-60 {
    top: -60vh;
    bottom: -60vh;
  }

  .\32xl\:-inset-y-screen-80 {
    top: -80vh;
    bottom: -80vh;
  }

  .\32xl\:-inset-y-screen-85 {
    top: -85vh;
    bottom: -85vh;
  }

  .\32xl\:-inset-y-screen-90 {
    top: -90vh;
    bottom: -90vh;
  }

  .\32xl\:-inset-y-screen-95 {
    top: -95vh;
    bottom: -95vh;
  }

  .\32xl\:-inset-y-screen-minus-header {
    top: calc(-100vh - -5.25rem);
    bottom: calc(-100vh - -5.25rem);
  }

  .\32xl\:-inset-y-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
    bottom: calc(-100vh - -8.875rem);
  }

  .\32xl\:-inset-y-screen-minus-36 {
    top: calc(-100vh - -9rem);
    bottom: calc(-100vh - -9rem);
  }

  .\32xl\:-inset-y-screen-minus-40 {
    top: calc(-100vh - -10rem);
    bottom: calc(-100vh - -10rem);
  }

  .\32xl\:-inset-y-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
    bottom: calc(-100vh - -13.75rem);
  }

  .\32xl\:-inset-y-screen-minus-72 {
    top: calc(-100vh - -18rem);
    bottom: calc(-100vh - -18rem);
  }

  .\32xl\:-inset-y-screen-minus-80 {
    top: calc(-100vh - -20rem);
    bottom: calc(-100vh - -20rem);
  }

  .\32xl\:-inset-y-full-4 {
    top: calc(-100% - -16px);
    bottom: calc(-100% - -16px);
  }

  .\32xl\:-inset-y-account-body {
    top: calc(-100vw - -304px);
    bottom: calc(-100vw - -304px);
  }

  .\32xl\:-inset-y-menu-center {
    top: calc(-50% - -288px);
    bottom: calc(-50% - -288px);
  }

  .\32xl\:-inset-y-tutorials-hidden {
    top: calc(-100% - -56px);
    bottom: calc(-100% - -56px);
  }

  .\32xl\:-inset-y-popup-full-width {
    top: calc(-100% + -32px);
    bottom: calc(-100% + -32px);
  }

  .\32xl\:-inset-y-popup-full-width-md {
    top: calc(-100% + -64px);
    bottom: calc(-100% + -64px);
  }

  .\32xl\:-inset-y-popup-full-height {
    top: calc(-100% + -68px);
    bottom: calc(-100% + -68px);
  }

  .\32xl\:-inset-y-max-content {
    top: max-content;
    bottom: max-content;
  }

  .\32xl\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .\32xl\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .\32xl\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .\32xl\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .\32xl\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .\32xl\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .\32xl\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .\32xl\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .\32xl\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .\32xl\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .\32xl\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .\32xl\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:top-1 {
    top: 0.25rem;
  }

  .\32xl\:top-2 {
    top: 0.5rem;
  }

  .\32xl\:top-3 {
    top: 0.75rem;
  }

  .\32xl\:top-4 {
    top: 1rem;
  }

  .\32xl\:top-5 {
    top: 1.25rem;
  }

  .\32xl\:top-6 {
    top: 1.5rem;
  }

  .\32xl\:top-7 {
    top: 1.75rem;
  }

  .\32xl\:top-8 {
    top: 2rem;
  }

  .\32xl\:top-9 {
    top: 2.25rem;
  }

  .\32xl\:top-10 {
    top: 2.5rem;
  }

  .\32xl\:top-11 {
    top: 2.75rem;
  }

  .\32xl\:top-12 {
    top: 3rem;
  }

  .\32xl\:top-14 {
    top: 3.5rem;
  }

  .\32xl\:top-16 {
    top: 4rem;
  }

  .\32xl\:top-18 {
    top: 4.5rem;
  }

  .\32xl\:top-20 {
    top: 5rem;
  }

  .\32xl\:top-21 {
    top: 5.25rem;
  }

  .\32xl\:top-22 {
    top: 5.5rem;
  }

  .\32xl\:top-24 {
    top: 6rem;
  }

  .\32xl\:top-26 {
    top: 6.5rem;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:top-29 {
    top: 7.25rem;
  }

  .\32xl\:top-32 {
    top: 8rem;
  }

  .\32xl\:top-34 {
    top: 8.5rem;
  }

  .\32xl\:top-36 {
    top: 9rem;
  }

  .\32xl\:top-40 {
    top: 10rem;
  }

  .\32xl\:top-42 {
    top: 10.5rem;
  }

  .\32xl\:top-44 {
    top: 11rem;
  }

  .\32xl\:top-48 {
    top: 12rem;
  }

  .\32xl\:top-52 {
    top: 13rem;
  }

  .\32xl\:top-56 {
    top: 14rem;
  }

  .\32xl\:top-60 {
    top: 15rem;
  }

  .\32xl\:top-64 {
    top: 16rem;
  }

  .\32xl\:top-68 {
    top: 17rem;
  }

  .\32xl\:top-72 {
    top: 18rem;
  }

  .\32xl\:top-77 {
    top: 19.25rem;
  }

  .\32xl\:top-80 {
    top: 20rem;
  }

  .\32xl\:top-82 {
    top: 20.5rem;
  }

  .\32xl\:top-88 {
    top: 22rem;
  }

  .\32xl\:top-94 {
    top: 23.5rem;
  }

  .\32xl\:top-96 {
    top: 24rem;
  }

  .\32xl\:top-98 {
    top: 24.5rem;
  }

  .\32xl\:top-104 {
    top: 26rem;
  }

  .\32xl\:top-108 {
    top: 27rem;
  }

  .\32xl\:top-110 {
    top: 27.5rem;
  }

  .\32xl\:top-112 {
    top: 28rem;
  }

  .\32xl\:top-120 {
    top: 30rem;
  }

  .\32xl\:top-128 {
    top: 32rem;
  }

  .\32xl\:top-132 {
    top: 33rem;
  }

  .\32xl\:top-134 {
    top: 33.5rem;
  }

  .\32xl\:top-135 {
    top: 33.75rem;
  }

  .\32xl\:top-136 {
    top: 34rem;
  }

  .\32xl\:top-144 {
    top: 36rem;
  }

  .\32xl\:top-152 {
    top: 38rem;
  }

  .\32xl\:top-160 {
    top: 40rem;
  }

  .\32xl\:top-164 {
    top: 41rem;
  }

  .\32xl\:top-172 {
    top: 43rem;
  }

  .\32xl\:top-179 {
    top: 44.75rem;
  }

  .\32xl\:top-184 {
    top: 46rem;
  }

  .\32xl\:top-192 {
    top: 48rem;
  }

  .\32xl\:top-224 {
    top: 56rem;
  }

  .\32xl\:top-240 {
    top: 60rem;
  }

  .\32xl\:top-256 {
    top: 64rem;
  }

  .\32xl\:top-265 {
    top: 66.25rem;
  }

  .\32xl\:top-288 {
    top: 72rem;
  }

  .\32xl\:top-384 {
    top: 96rem;
  }

  .\32xl\:top-auto {
    top: auto;
  }

  .\32xl\:top-px {
    top: 1px;
  }

  .\32xl\:top-0\.5 {
    top: 0.125rem;
  }

  .\32xl\:top-1\.5 {
    top: 0.375rem;
  }

  .\32xl\:top-2\.5 {
    top: 0.625rem;
  }

  .\32xl\:top-3\.5 {
    top: 0.875rem;
  }

  .\32xl\:top-0\.75 {
    top: 0.1875rem;
  }

  .\32xl\:top-4\.5 {
    top: 1.125rem;
  }

  .\32xl\:top-7\.5 {
    top: 1.875rem;
  }

  .\32xl\:top-9\.5 {
    top: 2.375rem;
  }

  .\32xl\:top-9\.75 {
    top: 2.4375rem;
  }

  .\32xl\:top-12\.5 {
    top: 3.125rem;
  }

  .\32xl\:top-13\.5 {
    top: 3.375rem;
  }

  .\32xl\:top-292\.5 {
    top: 73.125rem;
  }

  .\32xl\:top-1\/24 {
    top: 4.166667%;
  }

  .\32xl\:top-2\/24 {
    top: 8.333333%;
  }

  .\32xl\:top-3\/24 {
    top: 12.5%;
  }

  .\32xl\:top-4\/24 {
    top: 16.666667%;
  }

  .\32xl\:top-5\/24 {
    top: 20.833333%;
  }

  .\32xl\:top-6\/24 {
    top: 25%;
  }

  .\32xl\:top-7\/24 {
    top: 29.166666%;
  }

  .\32xl\:top-8\/24 {
    top: 33.333333%;
  }

  .\32xl\:top-9\/24 {
    top: 37.5%;
  }

  .\32xl\:top-10\/24 {
    top: 41.666666%;
  }

  .\32xl\:top-11\/24 {
    top: 45.833333%;
  }

  .\32xl\:top-12\/24 {
    top: 50%;
  }

  .\32xl\:top-13\/24 {
    top: 54.166666%;
  }

  .\32xl\:top-14\/24 {
    top: 58.333333%;
  }

  .\32xl\:top-15\/24 {
    top: 62.5%;
  }

  .\32xl\:top-16\/24 {
    top: 66.666667%;
  }

  .\32xl\:top-17\/24 {
    top: 70.833333%;
  }

  .\32xl\:top-18\/24 {
    top: 75%;
  }

  .\32xl\:top-19\/24 {
    top: 79.166667%;
  }

  .\32xl\:top-20\/24 {
    top: 83.333333%;
  }

  .\32xl\:top-21\/24 {
    top: 87.5%;
  }

  .\32xl\:top-22\/24 {
    top: 91.666667%;
  }

  .\32xl\:top-23\/24 {
    top: 95.833333%;
  }

  .\32xl\:top-24\/24 {
    top: 100%;
  }

  .\32xl\:top-screen-header {
    top: 41.55vw;
  }

  .\32xl\:top-screen-60 {
    top: 60vh;
  }

  .\32xl\:top-screen-80 {
    top: 80vh;
  }

  .\32xl\:top-screen-85 {
    top: 85vh;
  }

  .\32xl\:top-screen-90 {
    top: 90vh;
  }

  .\32xl\:top-screen-95 {
    top: 95vh;
  }

  .\32xl\:top-screen-minus-header {
    top: calc(100vh - 5.25rem);
  }

  .\32xl\:top-screen-minus-35\.5 {
    top: calc(100vh - 8.875rem);
  }

  .\32xl\:top-screen-minus-36 {
    top: calc(100vh - 9rem);
  }

  .\32xl\:top-screen-minus-40 {
    top: calc(100vh - 10rem);
  }

  .\32xl\:top-screen-minus-55 {
    top: calc(100vh - 13.75rem);
  }

  .\32xl\:top-screen-minus-72 {
    top: calc(100vh - 18rem);
  }

  .\32xl\:top-screen-minus-80 {
    top: calc(100vh - 20rem);
  }

  .\32xl\:top-full-4 {
    top: calc(100% - 16px);
  }

  .\32xl\:top-account-body {
    top: calc(100vw - 304px);
  }

  .\32xl\:top-menu-center {
    top: calc(50% - 288px);
  }

  .\32xl\:top-tutorials-hidden {
    top: calc(100% - 56px);
  }

  .\32xl\:top-popup-full-width {
    top: calc(100% + 32px);
  }

  .\32xl\:top-popup-full-width-md {
    top: calc(100% + 64px);
  }

  .\32xl\:top-popup-full-height {
    top: calc(100% + 68px);
  }

  .\32xl\:top-max-content {
    top: max-content;
  }

  .\32xl\:-top-0 {
    top: 0px;
  }

  .\32xl\:-top-1 {
    top: -0.25rem;
  }

  .\32xl\:-top-2 {
    top: -0.5rem;
  }

  .\32xl\:-top-3 {
    top: -0.75rem;
  }

  .\32xl\:-top-4 {
    top: -1rem;
  }

  .\32xl\:-top-5 {
    top: -1.25rem;
  }

  .\32xl\:-top-6 {
    top: -1.5rem;
  }

  .\32xl\:-top-7 {
    top: -1.75rem;
  }

  .\32xl\:-top-8 {
    top: -2rem;
  }

  .\32xl\:-top-9 {
    top: -2.25rem;
  }

  .\32xl\:-top-10 {
    top: -2.5rem;
  }

  .\32xl\:-top-11 {
    top: -2.75rem;
  }

  .\32xl\:-top-12 {
    top: -3rem;
  }

  .\32xl\:-top-14 {
    top: -3.5rem;
  }

  .\32xl\:-top-16 {
    top: -4rem;
  }

  .\32xl\:-top-18 {
    top: -4.5rem;
  }

  .\32xl\:-top-20 {
    top: -5rem;
  }

  .\32xl\:-top-21 {
    top: -5.25rem;
  }

  .\32xl\:-top-22 {
    top: -5.5rem;
  }

  .\32xl\:-top-24 {
    top: -6rem;
  }

  .\32xl\:-top-26 {
    top: -6.5rem;
  }

  .\32xl\:-top-28 {
    top: -7rem;
  }

  .\32xl\:-top-29 {
    top: -7.25rem;
  }

  .\32xl\:-top-32 {
    top: -8rem;
  }

  .\32xl\:-top-34 {
    top: -8.5rem;
  }

  .\32xl\:-top-36 {
    top: -9rem;
  }

  .\32xl\:-top-40 {
    top: -10rem;
  }

  .\32xl\:-top-42 {
    top: -10.5rem;
  }

  .\32xl\:-top-44 {
    top: -11rem;
  }

  .\32xl\:-top-48 {
    top: -12rem;
  }

  .\32xl\:-top-52 {
    top: -13rem;
  }

  .\32xl\:-top-56 {
    top: -14rem;
  }

  .\32xl\:-top-60 {
    top: -15rem;
  }

  .\32xl\:-top-64 {
    top: -16rem;
  }

  .\32xl\:-top-68 {
    top: -17rem;
  }

  .\32xl\:-top-72 {
    top: -18rem;
  }

  .\32xl\:-top-77 {
    top: -19.25rem;
  }

  .\32xl\:-top-80 {
    top: -20rem;
  }

  .\32xl\:-top-82 {
    top: -20.5rem;
  }

  .\32xl\:-top-88 {
    top: -22rem;
  }

  .\32xl\:-top-94 {
    top: -23.5rem;
  }

  .\32xl\:-top-96 {
    top: -24rem;
  }

  .\32xl\:-top-98 {
    top: -24.5rem;
  }

  .\32xl\:-top-104 {
    top: -26rem;
  }

  .\32xl\:-top-108 {
    top: -27rem;
  }

  .\32xl\:-top-110 {
    top: -27.5rem;
  }

  .\32xl\:-top-112 {
    top: -28rem;
  }

  .\32xl\:-top-120 {
    top: -30rem;
  }

  .\32xl\:-top-128 {
    top: -32rem;
  }

  .\32xl\:-top-132 {
    top: -33rem;
  }

  .\32xl\:-top-134 {
    top: -33.5rem;
  }

  .\32xl\:-top-135 {
    top: -33.75rem;
  }

  .\32xl\:-top-136 {
    top: -34rem;
  }

  .\32xl\:-top-144 {
    top: -36rem;
  }

  .\32xl\:-top-152 {
    top: -38rem;
  }

  .\32xl\:-top-160 {
    top: -40rem;
  }

  .\32xl\:-top-164 {
    top: -41rem;
  }

  .\32xl\:-top-172 {
    top: -43rem;
  }

  .\32xl\:-top-179 {
    top: -44.75rem;
  }

  .\32xl\:-top-184 {
    top: -46rem;
  }

  .\32xl\:-top-192 {
    top: -48rem;
  }

  .\32xl\:-top-224 {
    top: -56rem;
  }

  .\32xl\:-top-240 {
    top: -60rem;
  }

  .\32xl\:-top-256 {
    top: -64rem;
  }

  .\32xl\:-top-265 {
    top: -66.25rem;
  }

  .\32xl\:-top-288 {
    top: -72rem;
  }

  .\32xl\:-top-384 {
    top: -96rem;
  }

  .\32xl\:-top-px {
    top: -1px;
  }

  .\32xl\:-top-0\.5 {
    top: -0.125rem;
  }

  .\32xl\:-top-1\.5 {
    top: -0.375rem;
  }

  .\32xl\:-top-2\.5 {
    top: -0.625rem;
  }

  .\32xl\:-top-3\.5 {
    top: -0.875rem;
  }

  .\32xl\:-top-0\.75 {
    top: -0.1875rem;
  }

  .\32xl\:-top-4\.5 {
    top: -1.125rem;
  }

  .\32xl\:-top-7\.5 {
    top: -1.875rem;
  }

  .\32xl\:-top-9\.5 {
    top: -2.375rem;
  }

  .\32xl\:-top-9\.75 {
    top: -2.4375rem;
  }

  .\32xl\:-top-12\.5 {
    top: -3.125rem;
  }

  .\32xl\:-top-13\.5 {
    top: -3.375rem;
  }

  .\32xl\:-top-292\.5 {
    top: -73.125rem;
  }

  .\32xl\:-top-1\/24 {
    top: -4.16667%;
  }

  .\32xl\:-top-2\/24 {
    top: -8.33333%;
  }

  .\32xl\:-top-3\/24 {
    top: -12.5%;
  }

  .\32xl\:-top-4\/24 {
    top: -16.66667%;
  }

  .\32xl\:-top-5\/24 {
    top: -20.83333%;
  }

  .\32xl\:-top-6\/24 {
    top: -25%;
  }

  .\32xl\:-top-7\/24 {
    top: -29.16667%;
  }

  .\32xl\:-top-8\/24 {
    top: -33.33333%;
  }

  .\32xl\:-top-9\/24 {
    top: -37.5%;
  }

  .\32xl\:-top-10\/24 {
    top: -41.66667%;
  }

  .\32xl\:-top-11\/24 {
    top: -45.83333%;
  }

  .\32xl\:-top-12\/24 {
    top: -50%;
  }

  .\32xl\:-top-13\/24 {
    top: -54.16667%;
  }

  .\32xl\:-top-14\/24 {
    top: -58.33333%;
  }

  .\32xl\:-top-15\/24 {
    top: -62.5%;
  }

  .\32xl\:-top-16\/24 {
    top: -66.66667%;
  }

  .\32xl\:-top-17\/24 {
    top: -70.83333%;
  }

  .\32xl\:-top-18\/24 {
    top: -75%;
  }

  .\32xl\:-top-19\/24 {
    top: -79.16667%;
  }

  .\32xl\:-top-20\/24 {
    top: -83.33333%;
  }

  .\32xl\:-top-21\/24 {
    top: -87.5%;
  }

  .\32xl\:-top-22\/24 {
    top: -91.66667%;
  }

  .\32xl\:-top-23\/24 {
    top: -95.83333%;
  }

  .\32xl\:-top-24\/24 {
    top: -100%;
  }

  .\32xl\:-top-screen-header {
    top: -41.55vw;
  }

  .\32xl\:-top-screen-60 {
    top: -60vh;
  }

  .\32xl\:-top-screen-80 {
    top: -80vh;
  }

  .\32xl\:-top-screen-85 {
    top: -85vh;
  }

  .\32xl\:-top-screen-90 {
    top: -90vh;
  }

  .\32xl\:-top-screen-95 {
    top: -95vh;
  }

  .\32xl\:-top-screen-minus-header {
    top: calc(-100vh - -5.25rem);
  }

  .\32xl\:-top-screen-minus-35\.5 {
    top: calc(-100vh - -8.875rem);
  }

  .\32xl\:-top-screen-minus-36 {
    top: calc(-100vh - -9rem);
  }

  .\32xl\:-top-screen-minus-40 {
    top: calc(-100vh - -10rem);
  }

  .\32xl\:-top-screen-minus-55 {
    top: calc(-100vh - -13.75rem);
  }

  .\32xl\:-top-screen-minus-72 {
    top: calc(-100vh - -18rem);
  }

  .\32xl\:-top-screen-minus-80 {
    top: calc(-100vh - -20rem);
  }

  .\32xl\:-top-full-4 {
    top: calc(-100% - -16px);
  }

  .\32xl\:-top-account-body {
    top: calc(-100vw - -304px);
  }

  .\32xl\:-top-menu-center {
    top: calc(-50% - -288px);
  }

  .\32xl\:-top-tutorials-hidden {
    top: calc(-100% - -56px);
  }

  .\32xl\:-top-popup-full-width {
    top: calc(-100% + -32px);
  }

  .\32xl\:-top-popup-full-width-md {
    top: calc(-100% + -64px);
  }

  .\32xl\:-top-popup-full-height {
    top: calc(-100% + -68px);
  }

  .\32xl\:-top-max-content {
    top: max-content;
  }

  .\32xl\:top-1\/2 {
    top: 50%;
  }

  .\32xl\:top-1\/3 {
    top: 33.333333%;
  }

  .\32xl\:top-2\/3 {
    top: 66.666667%;
  }

  .\32xl\:top-1\/4 {
    top: 25%;
  }

  .\32xl\:top-2\/4 {
    top: 50%;
  }

  .\32xl\:top-3\/4 {
    top: 75%;
  }

  .\32xl\:top-full {
    top: 100%;
  }

  .\32xl\:-top-1\/2 {
    top: -50%;
  }

  .\32xl\:-top-1\/3 {
    top: -33.333333%;
  }

  .\32xl\:-top-2\/3 {
    top: -66.666667%;
  }

  .\32xl\:-top-1\/4 {
    top: -25%;
  }

  .\32xl\:-top-2\/4 {
    top: -50%;
  }

  .\32xl\:-top-3\/4 {
    top: -75%;
  }

  .\32xl\:-top-full {
    top: -100%;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

  .\32xl\:right-1 {
    right: 0.25rem;
  }

  .\32xl\:right-2 {
    right: 0.5rem;
  }

  .\32xl\:right-3 {
    right: 0.75rem;
  }

  .\32xl\:right-4 {
    right: 1rem;
  }

  .\32xl\:right-5 {
    right: 1.25rem;
  }

  .\32xl\:right-6 {
    right: 1.5rem;
  }

  .\32xl\:right-7 {
    right: 1.75rem;
  }

  .\32xl\:right-8 {
    right: 2rem;
  }

  .\32xl\:right-9 {
    right: 2.25rem;
  }

  .\32xl\:right-10 {
    right: 2.5rem;
  }

  .\32xl\:right-11 {
    right: 2.75rem;
  }

  .\32xl\:right-12 {
    right: 3rem;
  }

  .\32xl\:right-14 {
    right: 3.5rem;
  }

  .\32xl\:right-16 {
    right: 4rem;
  }

  .\32xl\:right-18 {
    right: 4.5rem;
  }

  .\32xl\:right-20 {
    right: 5rem;
  }

  .\32xl\:right-21 {
    right: 5.25rem;
  }

  .\32xl\:right-22 {
    right: 5.5rem;
  }

  .\32xl\:right-24 {
    right: 6rem;
  }

  .\32xl\:right-26 {
    right: 6.5rem;
  }

  .\32xl\:right-28 {
    right: 7rem;
  }

  .\32xl\:right-29 {
    right: 7.25rem;
  }

  .\32xl\:right-32 {
    right: 8rem;
  }

  .\32xl\:right-34 {
    right: 8.5rem;
  }

  .\32xl\:right-36 {
    right: 9rem;
  }

  .\32xl\:right-40 {
    right: 10rem;
  }

  .\32xl\:right-42 {
    right: 10.5rem;
  }

  .\32xl\:right-44 {
    right: 11rem;
  }

  .\32xl\:right-48 {
    right: 12rem;
  }

  .\32xl\:right-52 {
    right: 13rem;
  }

  .\32xl\:right-56 {
    right: 14rem;
  }

  .\32xl\:right-60 {
    right: 15rem;
  }

  .\32xl\:right-64 {
    right: 16rem;
  }

  .\32xl\:right-68 {
    right: 17rem;
  }

  .\32xl\:right-72 {
    right: 18rem;
  }

  .\32xl\:right-77 {
    right: 19.25rem;
  }

  .\32xl\:right-80 {
    right: 20rem;
  }

  .\32xl\:right-82 {
    right: 20.5rem;
  }

  .\32xl\:right-88 {
    right: 22rem;
  }

  .\32xl\:right-94 {
    right: 23.5rem;
  }

  .\32xl\:right-96 {
    right: 24rem;
  }

  .\32xl\:right-98 {
    right: 24.5rem;
  }

  .\32xl\:right-104 {
    right: 26rem;
  }

  .\32xl\:right-108 {
    right: 27rem;
  }

  .\32xl\:right-110 {
    right: 27.5rem;
  }

  .\32xl\:right-112 {
    right: 28rem;
  }

  .\32xl\:right-120 {
    right: 30rem;
  }

  .\32xl\:right-128 {
    right: 32rem;
  }

  .\32xl\:right-132 {
    right: 33rem;
  }

  .\32xl\:right-134 {
    right: 33.5rem;
  }

  .\32xl\:right-135 {
    right: 33.75rem;
  }

  .\32xl\:right-136 {
    right: 34rem;
  }

  .\32xl\:right-144 {
    right: 36rem;
  }

  .\32xl\:right-152 {
    right: 38rem;
  }

  .\32xl\:right-160 {
    right: 40rem;
  }

  .\32xl\:right-164 {
    right: 41rem;
  }

  .\32xl\:right-172 {
    right: 43rem;
  }

  .\32xl\:right-179 {
    right: 44.75rem;
  }

  .\32xl\:right-184 {
    right: 46rem;
  }

  .\32xl\:right-192 {
    right: 48rem;
  }

  .\32xl\:right-224 {
    right: 56rem;
  }

  .\32xl\:right-240 {
    right: 60rem;
  }

  .\32xl\:right-256 {
    right: 64rem;
  }

  .\32xl\:right-265 {
    right: 66.25rem;
  }

  .\32xl\:right-288 {
    right: 72rem;
  }

  .\32xl\:right-384 {
    right: 96rem;
  }

  .\32xl\:right-auto {
    right: auto;
  }

  .\32xl\:right-px {
    right: 1px;
  }

  .\32xl\:right-0\.5 {
    right: 0.125rem;
  }

  .\32xl\:right-1\.5 {
    right: 0.375rem;
  }

  .\32xl\:right-2\.5 {
    right: 0.625rem;
  }

  .\32xl\:right-3\.5 {
    right: 0.875rem;
  }

  .\32xl\:right-0\.75 {
    right: 0.1875rem;
  }

  .\32xl\:right-4\.5 {
    right: 1.125rem;
  }

  .\32xl\:right-7\.5 {
    right: 1.875rem;
  }

  .\32xl\:right-9\.5 {
    right: 2.375rem;
  }

  .\32xl\:right-9\.75 {
    right: 2.4375rem;
  }

  .\32xl\:right-12\.5 {
    right: 3.125rem;
  }

  .\32xl\:right-13\.5 {
    right: 3.375rem;
  }

  .\32xl\:right-292\.5 {
    right: 73.125rem;
  }

  .\32xl\:right-1\/24 {
    right: 4.166667%;
  }

  .\32xl\:right-2\/24 {
    right: 8.333333%;
  }

  .\32xl\:right-3\/24 {
    right: 12.5%;
  }

  .\32xl\:right-4\/24 {
    right: 16.666667%;
  }

  .\32xl\:right-5\/24 {
    right: 20.833333%;
  }

  .\32xl\:right-6\/24 {
    right: 25%;
  }

  .\32xl\:right-7\/24 {
    right: 29.166666%;
  }

  .\32xl\:right-8\/24 {
    right: 33.333333%;
  }

  .\32xl\:right-9\/24 {
    right: 37.5%;
  }

  .\32xl\:right-10\/24 {
    right: 41.666666%;
  }

  .\32xl\:right-11\/24 {
    right: 45.833333%;
  }

  .\32xl\:right-12\/24 {
    right: 50%;
  }

  .\32xl\:right-13\/24 {
    right: 54.166666%;
  }

  .\32xl\:right-14\/24 {
    right: 58.333333%;
  }

  .\32xl\:right-15\/24 {
    right: 62.5%;
  }

  .\32xl\:right-16\/24 {
    right: 66.666667%;
  }

  .\32xl\:right-17\/24 {
    right: 70.833333%;
  }

  .\32xl\:right-18\/24 {
    right: 75%;
  }

  .\32xl\:right-19\/24 {
    right: 79.166667%;
  }

  .\32xl\:right-20\/24 {
    right: 83.333333%;
  }

  .\32xl\:right-21\/24 {
    right: 87.5%;
  }

  .\32xl\:right-22\/24 {
    right: 91.666667%;
  }

  .\32xl\:right-23\/24 {
    right: 95.833333%;
  }

  .\32xl\:right-24\/24 {
    right: 100%;
  }

  .\32xl\:right-screen-header {
    right: 41.55vw;
  }

  .\32xl\:right-screen-60 {
    right: 60vh;
  }

  .\32xl\:right-screen-80 {
    right: 80vh;
  }

  .\32xl\:right-screen-85 {
    right: 85vh;
  }

  .\32xl\:right-screen-90 {
    right: 90vh;
  }

  .\32xl\:right-screen-95 {
    right: 95vh;
  }

  .\32xl\:right-screen-minus-header {
    right: calc(100vh - 5.25rem);
  }

  .\32xl\:right-screen-minus-35\.5 {
    right: calc(100vh - 8.875rem);
  }

  .\32xl\:right-screen-minus-36 {
    right: calc(100vh - 9rem);
  }

  .\32xl\:right-screen-minus-40 {
    right: calc(100vh - 10rem);
  }

  .\32xl\:right-screen-minus-55 {
    right: calc(100vh - 13.75rem);
  }

  .\32xl\:right-screen-minus-72 {
    right: calc(100vh - 18rem);
  }

  .\32xl\:right-screen-minus-80 {
    right: calc(100vh - 20rem);
  }

  .\32xl\:right-full-4 {
    right: calc(100% - 16px);
  }

  .\32xl\:right-account-body {
    right: calc(100vw - 304px);
  }

  .\32xl\:right-menu-center {
    right: calc(50% - 288px);
  }

  .\32xl\:right-tutorials-hidden {
    right: calc(100% - 56px);
  }

  .\32xl\:right-popup-full-width {
    right: calc(100% + 32px);
  }

  .\32xl\:right-popup-full-width-md {
    right: calc(100% + 64px);
  }

  .\32xl\:right-popup-full-height {
    right: calc(100% + 68px);
  }

  .\32xl\:right-max-content {
    right: max-content;
  }

  .\32xl\:-right-0 {
    right: 0px;
  }

  .\32xl\:-right-1 {
    right: -0.25rem;
  }

  .\32xl\:-right-2 {
    right: -0.5rem;
  }

  .\32xl\:-right-3 {
    right: -0.75rem;
  }

  .\32xl\:-right-4 {
    right: -1rem;
  }

  .\32xl\:-right-5 {
    right: -1.25rem;
  }

  .\32xl\:-right-6 {
    right: -1.5rem;
  }

  .\32xl\:-right-7 {
    right: -1.75rem;
  }

  .\32xl\:-right-8 {
    right: -2rem;
  }

  .\32xl\:-right-9 {
    right: -2.25rem;
  }

  .\32xl\:-right-10 {
    right: -2.5rem;
  }

  .\32xl\:-right-11 {
    right: -2.75rem;
  }

  .\32xl\:-right-12 {
    right: -3rem;
  }

  .\32xl\:-right-14 {
    right: -3.5rem;
  }

  .\32xl\:-right-16 {
    right: -4rem;
  }

  .\32xl\:-right-18 {
    right: -4.5rem;
  }

  .\32xl\:-right-20 {
    right: -5rem;
  }

  .\32xl\:-right-21 {
    right: -5.25rem;
  }

  .\32xl\:-right-22 {
    right: -5.5rem;
  }

  .\32xl\:-right-24 {
    right: -6rem;
  }

  .\32xl\:-right-26 {
    right: -6.5rem;
  }

  .\32xl\:-right-28 {
    right: -7rem;
  }

  .\32xl\:-right-29 {
    right: -7.25rem;
  }

  .\32xl\:-right-32 {
    right: -8rem;
  }

  .\32xl\:-right-34 {
    right: -8.5rem;
  }

  .\32xl\:-right-36 {
    right: -9rem;
  }

  .\32xl\:-right-40 {
    right: -10rem;
  }

  .\32xl\:-right-42 {
    right: -10.5rem;
  }

  .\32xl\:-right-44 {
    right: -11rem;
  }

  .\32xl\:-right-48 {
    right: -12rem;
  }

  .\32xl\:-right-52 {
    right: -13rem;
  }

  .\32xl\:-right-56 {
    right: -14rem;
  }

  .\32xl\:-right-60 {
    right: -15rem;
  }

  .\32xl\:-right-64 {
    right: -16rem;
  }

  .\32xl\:-right-68 {
    right: -17rem;
  }

  .\32xl\:-right-72 {
    right: -18rem;
  }

  .\32xl\:-right-77 {
    right: -19.25rem;
  }

  .\32xl\:-right-80 {
    right: -20rem;
  }

  .\32xl\:-right-82 {
    right: -20.5rem;
  }

  .\32xl\:-right-88 {
    right: -22rem;
  }

  .\32xl\:-right-94 {
    right: -23.5rem;
  }

  .\32xl\:-right-96 {
    right: -24rem;
  }

  .\32xl\:-right-98 {
    right: -24.5rem;
  }

  .\32xl\:-right-104 {
    right: -26rem;
  }

  .\32xl\:-right-108 {
    right: -27rem;
  }

  .\32xl\:-right-110 {
    right: -27.5rem;
  }

  .\32xl\:-right-112 {
    right: -28rem;
  }

  .\32xl\:-right-120 {
    right: -30rem;
  }

  .\32xl\:-right-128 {
    right: -32rem;
  }

  .\32xl\:-right-132 {
    right: -33rem;
  }

  .\32xl\:-right-134 {
    right: -33.5rem;
  }

  .\32xl\:-right-135 {
    right: -33.75rem;
  }

  .\32xl\:-right-136 {
    right: -34rem;
  }

  .\32xl\:-right-144 {
    right: -36rem;
  }

  .\32xl\:-right-152 {
    right: -38rem;
  }

  .\32xl\:-right-160 {
    right: -40rem;
  }

  .\32xl\:-right-164 {
    right: -41rem;
  }

  .\32xl\:-right-172 {
    right: -43rem;
  }

  .\32xl\:-right-179 {
    right: -44.75rem;
  }

  .\32xl\:-right-184 {
    right: -46rem;
  }

  .\32xl\:-right-192 {
    right: -48rem;
  }

  .\32xl\:-right-224 {
    right: -56rem;
  }

  .\32xl\:-right-240 {
    right: -60rem;
  }

  .\32xl\:-right-256 {
    right: -64rem;
  }

  .\32xl\:-right-265 {
    right: -66.25rem;
  }

  .\32xl\:-right-288 {
    right: -72rem;
  }

  .\32xl\:-right-384 {
    right: -96rem;
  }

  .\32xl\:-right-px {
    right: -1px;
  }

  .\32xl\:-right-0\.5 {
    right: -0.125rem;
  }

  .\32xl\:-right-1\.5 {
    right: -0.375rem;
  }

  .\32xl\:-right-2\.5 {
    right: -0.625rem;
  }

  .\32xl\:-right-3\.5 {
    right: -0.875rem;
  }

  .\32xl\:-right-0\.75 {
    right: -0.1875rem;
  }

  .\32xl\:-right-4\.5 {
    right: -1.125rem;
  }

  .\32xl\:-right-7\.5 {
    right: -1.875rem;
  }

  .\32xl\:-right-9\.5 {
    right: -2.375rem;
  }

  .\32xl\:-right-9\.75 {
    right: -2.4375rem;
  }

  .\32xl\:-right-12\.5 {
    right: -3.125rem;
  }

  .\32xl\:-right-13\.5 {
    right: -3.375rem;
  }

  .\32xl\:-right-292\.5 {
    right: -73.125rem;
  }

  .\32xl\:-right-1\/24 {
    right: -4.16667%;
  }

  .\32xl\:-right-2\/24 {
    right: -8.33333%;
  }

  .\32xl\:-right-3\/24 {
    right: -12.5%;
  }

  .\32xl\:-right-4\/24 {
    right: -16.66667%;
  }

  .\32xl\:-right-5\/24 {
    right: -20.83333%;
  }

  .\32xl\:-right-6\/24 {
    right: -25%;
  }

  .\32xl\:-right-7\/24 {
    right: -29.16667%;
  }

  .\32xl\:-right-8\/24 {
    right: -33.33333%;
  }

  .\32xl\:-right-9\/24 {
    right: -37.5%;
  }

  .\32xl\:-right-10\/24 {
    right: -41.66667%;
  }

  .\32xl\:-right-11\/24 {
    right: -45.83333%;
  }

  .\32xl\:-right-12\/24 {
    right: -50%;
  }

  .\32xl\:-right-13\/24 {
    right: -54.16667%;
  }

  .\32xl\:-right-14\/24 {
    right: -58.33333%;
  }

  .\32xl\:-right-15\/24 {
    right: -62.5%;
  }

  .\32xl\:-right-16\/24 {
    right: -66.66667%;
  }

  .\32xl\:-right-17\/24 {
    right: -70.83333%;
  }

  .\32xl\:-right-18\/24 {
    right: -75%;
  }

  .\32xl\:-right-19\/24 {
    right: -79.16667%;
  }

  .\32xl\:-right-20\/24 {
    right: -83.33333%;
  }

  .\32xl\:-right-21\/24 {
    right: -87.5%;
  }

  .\32xl\:-right-22\/24 {
    right: -91.66667%;
  }

  .\32xl\:-right-23\/24 {
    right: -95.83333%;
  }

  .\32xl\:-right-24\/24 {
    right: -100%;
  }

  .\32xl\:-right-screen-header {
    right: -41.55vw;
  }

  .\32xl\:-right-screen-60 {
    right: -60vh;
  }

  .\32xl\:-right-screen-80 {
    right: -80vh;
  }

  .\32xl\:-right-screen-85 {
    right: -85vh;
  }

  .\32xl\:-right-screen-90 {
    right: -90vh;
  }

  .\32xl\:-right-screen-95 {
    right: -95vh;
  }

  .\32xl\:-right-screen-minus-header {
    right: calc(-100vh - -5.25rem);
  }

  .\32xl\:-right-screen-minus-35\.5 {
    right: calc(-100vh - -8.875rem);
  }

  .\32xl\:-right-screen-minus-36 {
    right: calc(-100vh - -9rem);
  }

  .\32xl\:-right-screen-minus-40 {
    right: calc(-100vh - -10rem);
  }

  .\32xl\:-right-screen-minus-55 {
    right: calc(-100vh - -13.75rem);
  }

  .\32xl\:-right-screen-minus-72 {
    right: calc(-100vh - -18rem);
  }

  .\32xl\:-right-screen-minus-80 {
    right: calc(-100vh - -20rem);
  }

  .\32xl\:-right-full-4 {
    right: calc(-100% - -16px);
  }

  .\32xl\:-right-account-body {
    right: calc(-100vw - -304px);
  }

  .\32xl\:-right-menu-center {
    right: calc(-50% - -288px);
  }

  .\32xl\:-right-tutorials-hidden {
    right: calc(-100% - -56px);
  }

  .\32xl\:-right-popup-full-width {
    right: calc(-100% + -32px);
  }

  .\32xl\:-right-popup-full-width-md {
    right: calc(-100% + -64px);
  }

  .\32xl\:-right-popup-full-height {
    right: calc(-100% + -68px);
  }

  .\32xl\:-right-max-content {
    right: max-content;
  }

  .\32xl\:right-1\/2 {
    right: 50%;
  }

  .\32xl\:right-1\/3 {
    right: 33.333333%;
  }

  .\32xl\:right-2\/3 {
    right: 66.666667%;
  }

  .\32xl\:right-1\/4 {
    right: 25%;
  }

  .\32xl\:right-2\/4 {
    right: 50%;
  }

  .\32xl\:right-3\/4 {
    right: 75%;
  }

  .\32xl\:right-full {
    right: 100%;
  }

  .\32xl\:-right-1\/2 {
    right: -50%;
  }

  .\32xl\:-right-1\/3 {
    right: -33.333333%;
  }

  .\32xl\:-right-2\/3 {
    right: -66.666667%;
  }

  .\32xl\:-right-1\/4 {
    right: -25%;
  }

  .\32xl\:-right-2\/4 {
    right: -50%;
  }

  .\32xl\:-right-3\/4 {
    right: -75%;
  }

  .\32xl\:-right-full {
    right: -100%;
  }

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .\32xl\:bottom-2 {
    bottom: 0.5rem;
  }

  .\32xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .\32xl\:bottom-4 {
    bottom: 1rem;
  }

  .\32xl\:bottom-5 {
    bottom: 1.25rem;
  }

  .\32xl\:bottom-6 {
    bottom: 1.5rem;
  }

  .\32xl\:bottom-7 {
    bottom: 1.75rem;
  }

  .\32xl\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl\:bottom-9 {
    bottom: 2.25rem;
  }

  .\32xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .\32xl\:bottom-11 {
    bottom: 2.75rem;
  }

  .\32xl\:bottom-12 {
    bottom: 3rem;
  }

  .\32xl\:bottom-14 {
    bottom: 3.5rem;
  }

  .\32xl\:bottom-16 {
    bottom: 4rem;
  }

  .\32xl\:bottom-18 {
    bottom: 4.5rem;
  }

  .\32xl\:bottom-20 {
    bottom: 5rem;
  }

  .\32xl\:bottom-21 {
    bottom: 5.25rem;
  }

  .\32xl\:bottom-22 {
    bottom: 5.5rem;
  }

  .\32xl\:bottom-24 {
    bottom: 6rem;
  }

  .\32xl\:bottom-26 {
    bottom: 6.5rem;
  }

  .\32xl\:bottom-28 {
    bottom: 7rem;
  }

  .\32xl\:bottom-29 {
    bottom: 7.25rem;
  }

  .\32xl\:bottom-32 {
    bottom: 8rem;
  }

  .\32xl\:bottom-34 {
    bottom: 8.5rem;
  }

  .\32xl\:bottom-36 {
    bottom: 9rem;
  }

  .\32xl\:bottom-40 {
    bottom: 10rem;
  }

  .\32xl\:bottom-42 {
    bottom: 10.5rem;
  }

  .\32xl\:bottom-44 {
    bottom: 11rem;
  }

  .\32xl\:bottom-48 {
    bottom: 12rem;
  }

  .\32xl\:bottom-52 {
    bottom: 13rem;
  }

  .\32xl\:bottom-56 {
    bottom: 14rem;
  }

  .\32xl\:bottom-60 {
    bottom: 15rem;
  }

  .\32xl\:bottom-64 {
    bottom: 16rem;
  }

  .\32xl\:bottom-68 {
    bottom: 17rem;
  }

  .\32xl\:bottom-72 {
    bottom: 18rem;
  }

  .\32xl\:bottom-77 {
    bottom: 19.25rem;
  }

  .\32xl\:bottom-80 {
    bottom: 20rem;
  }

  .\32xl\:bottom-82 {
    bottom: 20.5rem;
  }

  .\32xl\:bottom-88 {
    bottom: 22rem;
  }

  .\32xl\:bottom-94 {
    bottom: 23.5rem;
  }

  .\32xl\:bottom-96 {
    bottom: 24rem;
  }

  .\32xl\:bottom-98 {
    bottom: 24.5rem;
  }

  .\32xl\:bottom-104 {
    bottom: 26rem;
  }

  .\32xl\:bottom-108 {
    bottom: 27rem;
  }

  .\32xl\:bottom-110 {
    bottom: 27.5rem;
  }

  .\32xl\:bottom-112 {
    bottom: 28rem;
  }

  .\32xl\:bottom-120 {
    bottom: 30rem;
  }

  .\32xl\:bottom-128 {
    bottom: 32rem;
  }

  .\32xl\:bottom-132 {
    bottom: 33rem;
  }

  .\32xl\:bottom-134 {
    bottom: 33.5rem;
  }

  .\32xl\:bottom-135 {
    bottom: 33.75rem;
  }

  .\32xl\:bottom-136 {
    bottom: 34rem;
  }

  .\32xl\:bottom-144 {
    bottom: 36rem;
  }

  .\32xl\:bottom-152 {
    bottom: 38rem;
  }

  .\32xl\:bottom-160 {
    bottom: 40rem;
  }

  .\32xl\:bottom-164 {
    bottom: 41rem;
  }

  .\32xl\:bottom-172 {
    bottom: 43rem;
  }

  .\32xl\:bottom-179 {
    bottom: 44.75rem;
  }

  .\32xl\:bottom-184 {
    bottom: 46rem;
  }

  .\32xl\:bottom-192 {
    bottom: 48rem;
  }

  .\32xl\:bottom-224 {
    bottom: 56rem;
  }

  .\32xl\:bottom-240 {
    bottom: 60rem;
  }

  .\32xl\:bottom-256 {
    bottom: 64rem;
  }

  .\32xl\:bottom-265 {
    bottom: 66.25rem;
  }

  .\32xl\:bottom-288 {
    bottom: 72rem;
  }

  .\32xl\:bottom-384 {
    bottom: 96rem;
  }

  .\32xl\:bottom-auto {
    bottom: auto;
  }

  .\32xl\:bottom-px {
    bottom: 1px;
  }

  .\32xl\:bottom-0\.5 {
    bottom: 0.125rem;
  }

  .\32xl\:bottom-1\.5 {
    bottom: 0.375rem;
  }

  .\32xl\:bottom-2\.5 {
    bottom: 0.625rem;
  }

  .\32xl\:bottom-3\.5 {
    bottom: 0.875rem;
  }

  .\32xl\:bottom-0\.75 {
    bottom: 0.1875rem;
  }

  .\32xl\:bottom-4\.5 {
    bottom: 1.125rem;
  }

  .\32xl\:bottom-7\.5 {
    bottom: 1.875rem;
  }

  .\32xl\:bottom-9\.5 {
    bottom: 2.375rem;
  }

  .\32xl\:bottom-9\.75 {
    bottom: 2.4375rem;
  }

  .\32xl\:bottom-12\.5 {
    bottom: 3.125rem;
  }

  .\32xl\:bottom-13\.5 {
    bottom: 3.375rem;
  }

  .\32xl\:bottom-292\.5 {
    bottom: 73.125rem;
  }

  .\32xl\:bottom-1\/24 {
    bottom: 4.166667%;
  }

  .\32xl\:bottom-2\/24 {
    bottom: 8.333333%;
  }

  .\32xl\:bottom-3\/24 {
    bottom: 12.5%;
  }

  .\32xl\:bottom-4\/24 {
    bottom: 16.666667%;
  }

  .\32xl\:bottom-5\/24 {
    bottom: 20.833333%;
  }

  .\32xl\:bottom-6\/24 {
    bottom: 25%;
  }

  .\32xl\:bottom-7\/24 {
    bottom: 29.166666%;
  }

  .\32xl\:bottom-8\/24 {
    bottom: 33.333333%;
  }

  .\32xl\:bottom-9\/24 {
    bottom: 37.5%;
  }

  .\32xl\:bottom-10\/24 {
    bottom: 41.666666%;
  }

  .\32xl\:bottom-11\/24 {
    bottom: 45.833333%;
  }

  .\32xl\:bottom-12\/24 {
    bottom: 50%;
  }

  .\32xl\:bottom-13\/24 {
    bottom: 54.166666%;
  }

  .\32xl\:bottom-14\/24 {
    bottom: 58.333333%;
  }

  .\32xl\:bottom-15\/24 {
    bottom: 62.5%;
  }

  .\32xl\:bottom-16\/24 {
    bottom: 66.666667%;
  }

  .\32xl\:bottom-17\/24 {
    bottom: 70.833333%;
  }

  .\32xl\:bottom-18\/24 {
    bottom: 75%;
  }

  .\32xl\:bottom-19\/24 {
    bottom: 79.166667%;
  }

  .\32xl\:bottom-20\/24 {
    bottom: 83.333333%;
  }

  .\32xl\:bottom-21\/24 {
    bottom: 87.5%;
  }

  .\32xl\:bottom-22\/24 {
    bottom: 91.666667%;
  }

  .\32xl\:bottom-23\/24 {
    bottom: 95.833333%;
  }

  .\32xl\:bottom-24\/24 {
    bottom: 100%;
  }

  .\32xl\:bottom-screen-header {
    bottom: 41.55vw;
  }

  .\32xl\:bottom-screen-60 {
    bottom: 60vh;
  }

  .\32xl\:bottom-screen-80 {
    bottom: 80vh;
  }

  .\32xl\:bottom-screen-85 {
    bottom: 85vh;
  }

  .\32xl\:bottom-screen-90 {
    bottom: 90vh;
  }

  .\32xl\:bottom-screen-95 {
    bottom: 95vh;
  }

  .\32xl\:bottom-screen-minus-header {
    bottom: calc(100vh - 5.25rem);
  }

  .\32xl\:bottom-screen-minus-35\.5 {
    bottom: calc(100vh - 8.875rem);
  }

  .\32xl\:bottom-screen-minus-36 {
    bottom: calc(100vh - 9rem);
  }

  .\32xl\:bottom-screen-minus-40 {
    bottom: calc(100vh - 10rem);
  }

  .\32xl\:bottom-screen-minus-55 {
    bottom: calc(100vh - 13.75rem);
  }

  .\32xl\:bottom-screen-minus-72 {
    bottom: calc(100vh - 18rem);
  }

  .\32xl\:bottom-screen-minus-80 {
    bottom: calc(100vh - 20rem);
  }

  .\32xl\:bottom-full-4 {
    bottom: calc(100% - 16px);
  }

  .\32xl\:bottom-account-body {
    bottom: calc(100vw - 304px);
  }

  .\32xl\:bottom-menu-center {
    bottom: calc(50% - 288px);
  }

  .\32xl\:bottom-tutorials-hidden {
    bottom: calc(100% - 56px);
  }

  .\32xl\:bottom-popup-full-width {
    bottom: calc(100% + 32px);
  }

  .\32xl\:bottom-popup-full-width-md {
    bottom: calc(100% + 64px);
  }

  .\32xl\:bottom-popup-full-height {
    bottom: calc(100% + 68px);
  }

  .\32xl\:bottom-max-content {
    bottom: max-content;
  }

  .\32xl\:-bottom-0 {
    bottom: 0px;
  }

  .\32xl\:-bottom-1 {
    bottom: -0.25rem;
  }

  .\32xl\:-bottom-2 {
    bottom: -0.5rem;
  }

  .\32xl\:-bottom-3 {
    bottom: -0.75rem;
  }

  .\32xl\:-bottom-4 {
    bottom: -1rem;
  }

  .\32xl\:-bottom-5 {
    bottom: -1.25rem;
  }

  .\32xl\:-bottom-6 {
    bottom: -1.5rem;
  }

  .\32xl\:-bottom-7 {
    bottom: -1.75rem;
  }

  .\32xl\:-bottom-8 {
    bottom: -2rem;
  }

  .\32xl\:-bottom-9 {
    bottom: -2.25rem;
  }

  .\32xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .\32xl\:-bottom-11 {
    bottom: -2.75rem;
  }

  .\32xl\:-bottom-12 {
    bottom: -3rem;
  }

  .\32xl\:-bottom-14 {
    bottom: -3.5rem;
  }

  .\32xl\:-bottom-16 {
    bottom: -4rem;
  }

  .\32xl\:-bottom-18 {
    bottom: -4.5rem;
  }

  .\32xl\:-bottom-20 {
    bottom: -5rem;
  }

  .\32xl\:-bottom-21 {
    bottom: -5.25rem;
  }

  .\32xl\:-bottom-22 {
    bottom: -5.5rem;
  }

  .\32xl\:-bottom-24 {
    bottom: -6rem;
  }

  .\32xl\:-bottom-26 {
    bottom: -6.5rem;
  }

  .\32xl\:-bottom-28 {
    bottom: -7rem;
  }

  .\32xl\:-bottom-29 {
    bottom: -7.25rem;
  }

  .\32xl\:-bottom-32 {
    bottom: -8rem;
  }

  .\32xl\:-bottom-34 {
    bottom: -8.5rem;
  }

  .\32xl\:-bottom-36 {
    bottom: -9rem;
  }

  .\32xl\:-bottom-40 {
    bottom: -10rem;
  }

  .\32xl\:-bottom-42 {
    bottom: -10.5rem;
  }

  .\32xl\:-bottom-44 {
    bottom: -11rem;
  }

  .\32xl\:-bottom-48 {
    bottom: -12rem;
  }

  .\32xl\:-bottom-52 {
    bottom: -13rem;
  }

  .\32xl\:-bottom-56 {
    bottom: -14rem;
  }

  .\32xl\:-bottom-60 {
    bottom: -15rem;
  }

  .\32xl\:-bottom-64 {
    bottom: -16rem;
  }

  .\32xl\:-bottom-68 {
    bottom: -17rem;
  }

  .\32xl\:-bottom-72 {
    bottom: -18rem;
  }

  .\32xl\:-bottom-77 {
    bottom: -19.25rem;
  }

  .\32xl\:-bottom-80 {
    bottom: -20rem;
  }

  .\32xl\:-bottom-82 {
    bottom: -20.5rem;
  }

  .\32xl\:-bottom-88 {
    bottom: -22rem;
  }

  .\32xl\:-bottom-94 {
    bottom: -23.5rem;
  }

  .\32xl\:-bottom-96 {
    bottom: -24rem;
  }

  .\32xl\:-bottom-98 {
    bottom: -24.5rem;
  }

  .\32xl\:-bottom-104 {
    bottom: -26rem;
  }

  .\32xl\:-bottom-108 {
    bottom: -27rem;
  }

  .\32xl\:-bottom-110 {
    bottom: -27.5rem;
  }

  .\32xl\:-bottom-112 {
    bottom: -28rem;
  }

  .\32xl\:-bottom-120 {
    bottom: -30rem;
  }

  .\32xl\:-bottom-128 {
    bottom: -32rem;
  }

  .\32xl\:-bottom-132 {
    bottom: -33rem;
  }

  .\32xl\:-bottom-134 {
    bottom: -33.5rem;
  }

  .\32xl\:-bottom-135 {
    bottom: -33.75rem;
  }

  .\32xl\:-bottom-136 {
    bottom: -34rem;
  }

  .\32xl\:-bottom-144 {
    bottom: -36rem;
  }

  .\32xl\:-bottom-152 {
    bottom: -38rem;
  }

  .\32xl\:-bottom-160 {
    bottom: -40rem;
  }

  .\32xl\:-bottom-164 {
    bottom: -41rem;
  }

  .\32xl\:-bottom-172 {
    bottom: -43rem;
  }

  .\32xl\:-bottom-179 {
    bottom: -44.75rem;
  }

  .\32xl\:-bottom-184 {
    bottom: -46rem;
  }

  .\32xl\:-bottom-192 {
    bottom: -48rem;
  }

  .\32xl\:-bottom-224 {
    bottom: -56rem;
  }

  .\32xl\:-bottom-240 {
    bottom: -60rem;
  }

  .\32xl\:-bottom-256 {
    bottom: -64rem;
  }

  .\32xl\:-bottom-265 {
    bottom: -66.25rem;
  }

  .\32xl\:-bottom-288 {
    bottom: -72rem;
  }

  .\32xl\:-bottom-384 {
    bottom: -96rem;
  }

  .\32xl\:-bottom-px {
    bottom: -1px;
  }

  .\32xl\:-bottom-0\.5 {
    bottom: -0.125rem;
  }

  .\32xl\:-bottom-1\.5 {
    bottom: -0.375rem;
  }

  .\32xl\:-bottom-2\.5 {
    bottom: -0.625rem;
  }

  .\32xl\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .\32xl\:-bottom-0\.75 {
    bottom: -0.1875rem;
  }

  .\32xl\:-bottom-4\.5 {
    bottom: -1.125rem;
  }

  .\32xl\:-bottom-7\.5 {
    bottom: -1.875rem;
  }

  .\32xl\:-bottom-9\.5 {
    bottom: -2.375rem;
  }

  .\32xl\:-bottom-9\.75 {
    bottom: -2.4375rem;
  }

  .\32xl\:-bottom-12\.5 {
    bottom: -3.125rem;
  }

  .\32xl\:-bottom-13\.5 {
    bottom: -3.375rem;
  }

  .\32xl\:-bottom-292\.5 {
    bottom: -73.125rem;
  }

  .\32xl\:-bottom-1\/24 {
    bottom: -4.16667%;
  }

  .\32xl\:-bottom-2\/24 {
    bottom: -8.33333%;
  }

  .\32xl\:-bottom-3\/24 {
    bottom: -12.5%;
  }

  .\32xl\:-bottom-4\/24 {
    bottom: -16.66667%;
  }

  .\32xl\:-bottom-5\/24 {
    bottom: -20.83333%;
  }

  .\32xl\:-bottom-6\/24 {
    bottom: -25%;
  }

  .\32xl\:-bottom-7\/24 {
    bottom: -29.16667%;
  }

  .\32xl\:-bottom-8\/24 {
    bottom: -33.33333%;
  }

  .\32xl\:-bottom-9\/24 {
    bottom: -37.5%;
  }

  .\32xl\:-bottom-10\/24 {
    bottom: -41.66667%;
  }

  .\32xl\:-bottom-11\/24 {
    bottom: -45.83333%;
  }

  .\32xl\:-bottom-12\/24 {
    bottom: -50%;
  }

  .\32xl\:-bottom-13\/24 {
    bottom: -54.16667%;
  }

  .\32xl\:-bottom-14\/24 {
    bottom: -58.33333%;
  }

  .\32xl\:-bottom-15\/24 {
    bottom: -62.5%;
  }

  .\32xl\:-bottom-16\/24 {
    bottom: -66.66667%;
  }

  .\32xl\:-bottom-17\/24 {
    bottom: -70.83333%;
  }

  .\32xl\:-bottom-18\/24 {
    bottom: -75%;
  }

  .\32xl\:-bottom-19\/24 {
    bottom: -79.16667%;
  }

  .\32xl\:-bottom-20\/24 {
    bottom: -83.33333%;
  }

  .\32xl\:-bottom-21\/24 {
    bottom: -87.5%;
  }

  .\32xl\:-bottom-22\/24 {
    bottom: -91.66667%;
  }

  .\32xl\:-bottom-23\/24 {
    bottom: -95.83333%;
  }

  .\32xl\:-bottom-24\/24 {
    bottom: -100%;
  }

  .\32xl\:-bottom-screen-header {
    bottom: -41.55vw;
  }

  .\32xl\:-bottom-screen-60 {
    bottom: -60vh;
  }

  .\32xl\:-bottom-screen-80 {
    bottom: -80vh;
  }

  .\32xl\:-bottom-screen-85 {
    bottom: -85vh;
  }

  .\32xl\:-bottom-screen-90 {
    bottom: -90vh;
  }

  .\32xl\:-bottom-screen-95 {
    bottom: -95vh;
  }

  .\32xl\:-bottom-screen-minus-header {
    bottom: calc(-100vh - -5.25rem);
  }

  .\32xl\:-bottom-screen-minus-35\.5 {
    bottom: calc(-100vh - -8.875rem);
  }

  .\32xl\:-bottom-screen-minus-36 {
    bottom: calc(-100vh - -9rem);
  }

  .\32xl\:-bottom-screen-minus-40 {
    bottom: calc(-100vh - -10rem);
  }

  .\32xl\:-bottom-screen-minus-55 {
    bottom: calc(-100vh - -13.75rem);
  }

  .\32xl\:-bottom-screen-minus-72 {
    bottom: calc(-100vh - -18rem);
  }

  .\32xl\:-bottom-screen-minus-80 {
    bottom: calc(-100vh - -20rem);
  }

  .\32xl\:-bottom-full-4 {
    bottom: calc(-100% - -16px);
  }

  .\32xl\:-bottom-account-body {
    bottom: calc(-100vw - -304px);
  }

  .\32xl\:-bottom-menu-center {
    bottom: calc(-50% - -288px);
  }

  .\32xl\:-bottom-tutorials-hidden {
    bottom: calc(-100% - -56px);
  }

  .\32xl\:-bottom-popup-full-width {
    bottom: calc(-100% + -32px);
  }

  .\32xl\:-bottom-popup-full-width-md {
    bottom: calc(-100% + -64px);
  }

  .\32xl\:-bottom-popup-full-height {
    bottom: calc(-100% + -68px);
  }

  .\32xl\:-bottom-max-content {
    bottom: max-content;
  }

  .\32xl\:bottom-1\/2 {
    bottom: 50%;
  }

  .\32xl\:bottom-1\/3 {
    bottom: 33.333333%;
  }

  .\32xl\:bottom-2\/3 {
    bottom: 66.666667%;
  }

  .\32xl\:bottom-1\/4 {
    bottom: 25%;
  }

  .\32xl\:bottom-2\/4 {
    bottom: 50%;
  }

  .\32xl\:bottom-3\/4 {
    bottom: 75%;
  }

  .\32xl\:bottom-full {
    bottom: 100%;
  }

  .\32xl\:-bottom-1\/2 {
    bottom: -50%;
  }

  .\32xl\:-bottom-1\/3 {
    bottom: -33.333333%;
  }

  .\32xl\:-bottom-2\/3 {
    bottom: -66.666667%;
  }

  .\32xl\:-bottom-1\/4 {
    bottom: -25%;
  }

  .\32xl\:-bottom-2\/4 {
    bottom: -50%;
  }

  .\32xl\:-bottom-3\/4 {
    bottom: -75%;
  }

  .\32xl\:-bottom-full {
    bottom: -100%;
  }

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:left-1 {
    left: 0.25rem;
  }

  .\32xl\:left-2 {
    left: 0.5rem;
  }

  .\32xl\:left-3 {
    left: 0.75rem;
  }

  .\32xl\:left-4 {
    left: 1rem;
  }

  .\32xl\:left-5 {
    left: 1.25rem;
  }

  .\32xl\:left-6 {
    left: 1.5rem;
  }

  .\32xl\:left-7 {
    left: 1.75rem;
  }

  .\32xl\:left-8 {
    left: 2rem;
  }

  .\32xl\:left-9 {
    left: 2.25rem;
  }

  .\32xl\:left-10 {
    left: 2.5rem;
  }

  .\32xl\:left-11 {
    left: 2.75rem;
  }

  .\32xl\:left-12 {
    left: 3rem;
  }

  .\32xl\:left-14 {
    left: 3.5rem;
  }

  .\32xl\:left-16 {
    left: 4rem;
  }

  .\32xl\:left-18 {
    left: 4.5rem;
  }

  .\32xl\:left-20 {
    left: 5rem;
  }

  .\32xl\:left-21 {
    left: 5.25rem;
  }

  .\32xl\:left-22 {
    left: 5.5rem;
  }

  .\32xl\:left-24 {
    left: 6rem;
  }

  .\32xl\:left-26 {
    left: 6.5rem;
  }

  .\32xl\:left-28 {
    left: 7rem;
  }

  .\32xl\:left-29 {
    left: 7.25rem;
  }

  .\32xl\:left-32 {
    left: 8rem;
  }

  .\32xl\:left-34 {
    left: 8.5rem;
  }

  .\32xl\:left-36 {
    left: 9rem;
  }

  .\32xl\:left-40 {
    left: 10rem;
  }

  .\32xl\:left-42 {
    left: 10.5rem;
  }

  .\32xl\:left-44 {
    left: 11rem;
  }

  .\32xl\:left-48 {
    left: 12rem;
  }

  .\32xl\:left-52 {
    left: 13rem;
  }

  .\32xl\:left-56 {
    left: 14rem;
  }

  .\32xl\:left-60 {
    left: 15rem;
  }

  .\32xl\:left-64 {
    left: 16rem;
  }

  .\32xl\:left-68 {
    left: 17rem;
  }

  .\32xl\:left-72 {
    left: 18rem;
  }

  .\32xl\:left-77 {
    left: 19.25rem;
  }

  .\32xl\:left-80 {
    left: 20rem;
  }

  .\32xl\:left-82 {
    left: 20.5rem;
  }

  .\32xl\:left-88 {
    left: 22rem;
  }

  .\32xl\:left-94 {
    left: 23.5rem;
  }

  .\32xl\:left-96 {
    left: 24rem;
  }

  .\32xl\:left-98 {
    left: 24.5rem;
  }

  .\32xl\:left-104 {
    left: 26rem;
  }

  .\32xl\:left-108 {
    left: 27rem;
  }

  .\32xl\:left-110 {
    left: 27.5rem;
  }

  .\32xl\:left-112 {
    left: 28rem;
  }

  .\32xl\:left-120 {
    left: 30rem;
  }

  .\32xl\:left-128 {
    left: 32rem;
  }

  .\32xl\:left-132 {
    left: 33rem;
  }

  .\32xl\:left-134 {
    left: 33.5rem;
  }

  .\32xl\:left-135 {
    left: 33.75rem;
  }

  .\32xl\:left-136 {
    left: 34rem;
  }

  .\32xl\:left-144 {
    left: 36rem;
  }

  .\32xl\:left-152 {
    left: 38rem;
  }

  .\32xl\:left-160 {
    left: 40rem;
  }

  .\32xl\:left-164 {
    left: 41rem;
  }

  .\32xl\:left-172 {
    left: 43rem;
  }

  .\32xl\:left-179 {
    left: 44.75rem;
  }

  .\32xl\:left-184 {
    left: 46rem;
  }

  .\32xl\:left-192 {
    left: 48rem;
  }

  .\32xl\:left-224 {
    left: 56rem;
  }

  .\32xl\:left-240 {
    left: 60rem;
  }

  .\32xl\:left-256 {
    left: 64rem;
  }

  .\32xl\:left-265 {
    left: 66.25rem;
  }

  .\32xl\:left-288 {
    left: 72rem;
  }

  .\32xl\:left-384 {
    left: 96rem;
  }

  .\32xl\:left-auto {
    left: auto;
  }

  .\32xl\:left-px {
    left: 1px;
  }

  .\32xl\:left-0\.5 {
    left: 0.125rem;
  }

  .\32xl\:left-1\.5 {
    left: 0.375rem;
  }

  .\32xl\:left-2\.5 {
    left: 0.625rem;
  }

  .\32xl\:left-3\.5 {
    left: 0.875rem;
  }

  .\32xl\:left-0\.75 {
    left: 0.1875rem;
  }

  .\32xl\:left-4\.5 {
    left: 1.125rem;
  }

  .\32xl\:left-7\.5 {
    left: 1.875rem;
  }

  .\32xl\:left-9\.5 {
    left: 2.375rem;
  }

  .\32xl\:left-9\.75 {
    left: 2.4375rem;
  }

  .\32xl\:left-12\.5 {
    left: 3.125rem;
  }

  .\32xl\:left-13\.5 {
    left: 3.375rem;
  }

  .\32xl\:left-292\.5 {
    left: 73.125rem;
  }

  .\32xl\:left-1\/24 {
    left: 4.166667%;
  }

  .\32xl\:left-2\/24 {
    left: 8.333333%;
  }

  .\32xl\:left-3\/24 {
    left: 12.5%;
  }

  .\32xl\:left-4\/24 {
    left: 16.666667%;
  }

  .\32xl\:left-5\/24 {
    left: 20.833333%;
  }

  .\32xl\:left-6\/24 {
    left: 25%;
  }

  .\32xl\:left-7\/24 {
    left: 29.166666%;
  }

  .\32xl\:left-8\/24 {
    left: 33.333333%;
  }

  .\32xl\:left-9\/24 {
    left: 37.5%;
  }

  .\32xl\:left-10\/24 {
    left: 41.666666%;
  }

  .\32xl\:left-11\/24 {
    left: 45.833333%;
  }

  .\32xl\:left-12\/24 {
    left: 50%;
  }

  .\32xl\:left-13\/24 {
    left: 54.166666%;
  }

  .\32xl\:left-14\/24 {
    left: 58.333333%;
  }

  .\32xl\:left-15\/24 {
    left: 62.5%;
  }

  .\32xl\:left-16\/24 {
    left: 66.666667%;
  }

  .\32xl\:left-17\/24 {
    left: 70.833333%;
  }

  .\32xl\:left-18\/24 {
    left: 75%;
  }

  .\32xl\:left-19\/24 {
    left: 79.166667%;
  }

  .\32xl\:left-20\/24 {
    left: 83.333333%;
  }

  .\32xl\:left-21\/24 {
    left: 87.5%;
  }

  .\32xl\:left-22\/24 {
    left: 91.666667%;
  }

  .\32xl\:left-23\/24 {
    left: 95.833333%;
  }

  .\32xl\:left-24\/24 {
    left: 100%;
  }

  .\32xl\:left-screen-header {
    left: 41.55vw;
  }

  .\32xl\:left-screen-60 {
    left: 60vh;
  }

  .\32xl\:left-screen-80 {
    left: 80vh;
  }

  .\32xl\:left-screen-85 {
    left: 85vh;
  }

  .\32xl\:left-screen-90 {
    left: 90vh;
  }

  .\32xl\:left-screen-95 {
    left: 95vh;
  }

  .\32xl\:left-screen-minus-header {
    left: calc(100vh - 5.25rem);
  }

  .\32xl\:left-screen-minus-35\.5 {
    left: calc(100vh - 8.875rem);
  }

  .\32xl\:left-screen-minus-36 {
    left: calc(100vh - 9rem);
  }

  .\32xl\:left-screen-minus-40 {
    left: calc(100vh - 10rem);
  }

  .\32xl\:left-screen-minus-55 {
    left: calc(100vh - 13.75rem);
  }

  .\32xl\:left-screen-minus-72 {
    left: calc(100vh - 18rem);
  }

  .\32xl\:left-screen-minus-80 {
    left: calc(100vh - 20rem);
  }

  .\32xl\:left-full-4 {
    left: calc(100% - 16px);
  }

  .\32xl\:left-account-body {
    left: calc(100vw - 304px);
  }

  .\32xl\:left-menu-center {
    left: calc(50% - 288px);
  }

  .\32xl\:left-tutorials-hidden {
    left: calc(100% - 56px);
  }

  .\32xl\:left-popup-full-width {
    left: calc(100% + 32px);
  }

  .\32xl\:left-popup-full-width-md {
    left: calc(100% + 64px);
  }

  .\32xl\:left-popup-full-height {
    left: calc(100% + 68px);
  }

  .\32xl\:left-max-content {
    left: max-content;
  }

  .\32xl\:-left-0 {
    left: 0px;
  }

  .\32xl\:-left-1 {
    left: -0.25rem;
  }

  .\32xl\:-left-2 {
    left: -0.5rem;
  }

  .\32xl\:-left-3 {
    left: -0.75rem;
  }

  .\32xl\:-left-4 {
    left: -1rem;
  }

  .\32xl\:-left-5 {
    left: -1.25rem;
  }

  .\32xl\:-left-6 {
    left: -1.5rem;
  }

  .\32xl\:-left-7 {
    left: -1.75rem;
  }

  .\32xl\:-left-8 {
    left: -2rem;
  }

  .\32xl\:-left-9 {
    left: -2.25rem;
  }

  .\32xl\:-left-10 {
    left: -2.5rem;
  }

  .\32xl\:-left-11 {
    left: -2.75rem;
  }

  .\32xl\:-left-12 {
    left: -3rem;
  }

  .\32xl\:-left-14 {
    left: -3.5rem;
  }

  .\32xl\:-left-16 {
    left: -4rem;
  }

  .\32xl\:-left-18 {
    left: -4.5rem;
  }

  .\32xl\:-left-20 {
    left: -5rem;
  }

  .\32xl\:-left-21 {
    left: -5.25rem;
  }

  .\32xl\:-left-22 {
    left: -5.5rem;
  }

  .\32xl\:-left-24 {
    left: -6rem;
  }

  .\32xl\:-left-26 {
    left: -6.5rem;
  }

  .\32xl\:-left-28 {
    left: -7rem;
  }

  .\32xl\:-left-29 {
    left: -7.25rem;
  }

  .\32xl\:-left-32 {
    left: -8rem;
  }

  .\32xl\:-left-34 {
    left: -8.5rem;
  }

  .\32xl\:-left-36 {
    left: -9rem;
  }

  .\32xl\:-left-40 {
    left: -10rem;
  }

  .\32xl\:-left-42 {
    left: -10.5rem;
  }

  .\32xl\:-left-44 {
    left: -11rem;
  }

  .\32xl\:-left-48 {
    left: -12rem;
  }

  .\32xl\:-left-52 {
    left: -13rem;
  }

  .\32xl\:-left-56 {
    left: -14rem;
  }

  .\32xl\:-left-60 {
    left: -15rem;
  }

  .\32xl\:-left-64 {
    left: -16rem;
  }

  .\32xl\:-left-68 {
    left: -17rem;
  }

  .\32xl\:-left-72 {
    left: -18rem;
  }

  .\32xl\:-left-77 {
    left: -19.25rem;
  }

  .\32xl\:-left-80 {
    left: -20rem;
  }

  .\32xl\:-left-82 {
    left: -20.5rem;
  }

  .\32xl\:-left-88 {
    left: -22rem;
  }

  .\32xl\:-left-94 {
    left: -23.5rem;
  }

  .\32xl\:-left-96 {
    left: -24rem;
  }

  .\32xl\:-left-98 {
    left: -24.5rem;
  }

  .\32xl\:-left-104 {
    left: -26rem;
  }

  .\32xl\:-left-108 {
    left: -27rem;
  }

  .\32xl\:-left-110 {
    left: -27.5rem;
  }

  .\32xl\:-left-112 {
    left: -28rem;
  }

  .\32xl\:-left-120 {
    left: -30rem;
  }

  .\32xl\:-left-128 {
    left: -32rem;
  }

  .\32xl\:-left-132 {
    left: -33rem;
  }

  .\32xl\:-left-134 {
    left: -33.5rem;
  }

  .\32xl\:-left-135 {
    left: -33.75rem;
  }

  .\32xl\:-left-136 {
    left: -34rem;
  }

  .\32xl\:-left-144 {
    left: -36rem;
  }

  .\32xl\:-left-152 {
    left: -38rem;
  }

  .\32xl\:-left-160 {
    left: -40rem;
  }

  .\32xl\:-left-164 {
    left: -41rem;
  }

  .\32xl\:-left-172 {
    left: -43rem;
  }

  .\32xl\:-left-179 {
    left: -44.75rem;
  }

  .\32xl\:-left-184 {
    left: -46rem;
  }

  .\32xl\:-left-192 {
    left: -48rem;
  }

  .\32xl\:-left-224 {
    left: -56rem;
  }

  .\32xl\:-left-240 {
    left: -60rem;
  }

  .\32xl\:-left-256 {
    left: -64rem;
  }

  .\32xl\:-left-265 {
    left: -66.25rem;
  }

  .\32xl\:-left-288 {
    left: -72rem;
  }

  .\32xl\:-left-384 {
    left: -96rem;
  }

  .\32xl\:-left-px {
    left: -1px;
  }

  .\32xl\:-left-0\.5 {
    left: -0.125rem;
  }

  .\32xl\:-left-1\.5 {
    left: -0.375rem;
  }

  .\32xl\:-left-2\.5 {
    left: -0.625rem;
  }

  .\32xl\:-left-3\.5 {
    left: -0.875rem;
  }

  .\32xl\:-left-0\.75 {
    left: -0.1875rem;
  }

  .\32xl\:-left-4\.5 {
    left: -1.125rem;
  }

  .\32xl\:-left-7\.5 {
    left: -1.875rem;
  }

  .\32xl\:-left-9\.5 {
    left: -2.375rem;
  }

  .\32xl\:-left-9\.75 {
    left: -2.4375rem;
  }

  .\32xl\:-left-12\.5 {
    left: -3.125rem;
  }

  .\32xl\:-left-13\.5 {
    left: -3.375rem;
  }

  .\32xl\:-left-292\.5 {
    left: -73.125rem;
  }

  .\32xl\:-left-1\/24 {
    left: -4.16667%;
  }

  .\32xl\:-left-2\/24 {
    left: -8.33333%;
  }

  .\32xl\:-left-3\/24 {
    left: -12.5%;
  }

  .\32xl\:-left-4\/24 {
    left: -16.66667%;
  }

  .\32xl\:-left-5\/24 {
    left: -20.83333%;
  }

  .\32xl\:-left-6\/24 {
    left: -25%;
  }

  .\32xl\:-left-7\/24 {
    left: -29.16667%;
  }

  .\32xl\:-left-8\/24 {
    left: -33.33333%;
  }

  .\32xl\:-left-9\/24 {
    left: -37.5%;
  }

  .\32xl\:-left-10\/24 {
    left: -41.66667%;
  }

  .\32xl\:-left-11\/24 {
    left: -45.83333%;
  }

  .\32xl\:-left-12\/24 {
    left: -50%;
  }

  .\32xl\:-left-13\/24 {
    left: -54.16667%;
  }

  .\32xl\:-left-14\/24 {
    left: -58.33333%;
  }

  .\32xl\:-left-15\/24 {
    left: -62.5%;
  }

  .\32xl\:-left-16\/24 {
    left: -66.66667%;
  }

  .\32xl\:-left-17\/24 {
    left: -70.83333%;
  }

  .\32xl\:-left-18\/24 {
    left: -75%;
  }

  .\32xl\:-left-19\/24 {
    left: -79.16667%;
  }

  .\32xl\:-left-20\/24 {
    left: -83.33333%;
  }

  .\32xl\:-left-21\/24 {
    left: -87.5%;
  }

  .\32xl\:-left-22\/24 {
    left: -91.66667%;
  }

  .\32xl\:-left-23\/24 {
    left: -95.83333%;
  }

  .\32xl\:-left-24\/24 {
    left: -100%;
  }

  .\32xl\:-left-screen-header {
    left: -41.55vw;
  }

  .\32xl\:-left-screen-60 {
    left: -60vh;
  }

  .\32xl\:-left-screen-80 {
    left: -80vh;
  }

  .\32xl\:-left-screen-85 {
    left: -85vh;
  }

  .\32xl\:-left-screen-90 {
    left: -90vh;
  }

  .\32xl\:-left-screen-95 {
    left: -95vh;
  }

  .\32xl\:-left-screen-minus-header {
    left: calc(-100vh - -5.25rem);
  }

  .\32xl\:-left-screen-minus-35\.5 {
    left: calc(-100vh - -8.875rem);
  }

  .\32xl\:-left-screen-minus-36 {
    left: calc(-100vh - -9rem);
  }

  .\32xl\:-left-screen-minus-40 {
    left: calc(-100vh - -10rem);
  }

  .\32xl\:-left-screen-minus-55 {
    left: calc(-100vh - -13.75rem);
  }

  .\32xl\:-left-screen-minus-72 {
    left: calc(-100vh - -18rem);
  }

  .\32xl\:-left-screen-minus-80 {
    left: calc(-100vh - -20rem);
  }

  .\32xl\:-left-full-4 {
    left: calc(-100% - -16px);
  }

  .\32xl\:-left-account-body {
    left: calc(-100vw - -304px);
  }

  .\32xl\:-left-menu-center {
    left: calc(-50% - -288px);
  }

  .\32xl\:-left-tutorials-hidden {
    left: calc(-100% - -56px);
  }

  .\32xl\:-left-popup-full-width {
    left: calc(-100% + -32px);
  }

  .\32xl\:-left-popup-full-width-md {
    left: calc(-100% + -64px);
  }

  .\32xl\:-left-popup-full-height {
    left: calc(-100% + -68px);
  }

  .\32xl\:-left-max-content {
    left: max-content;
  }

  .\32xl\:left-1\/2 {
    left: 50%;
  }

  .\32xl\:left-1\/3 {
    left: 33.333333%;
  }

  .\32xl\:left-2\/3 {
    left: 66.666667%;
  }

  .\32xl\:left-1\/4 {
    left: 25%;
  }

  .\32xl\:left-2\/4 {
    left: 50%;
  }

  .\32xl\:left-3\/4 {
    left: 75%;
  }

  .\32xl\:left-full {
    left: 100%;
  }

  .\32xl\:-left-1\/2 {
    left: -50%;
  }

  .\32xl\:-left-1\/3 {
    left: -33.333333%;
  }

  .\32xl\:-left-2\/3 {
    left: -66.666667%;
  }

  .\32xl\:-left-1\/4 {
    left: -25%;
  }

  .\32xl\:-left-2\/4 {
    left: -50%;
  }

  .\32xl\:-left-3\/4 {
    left: -75%;
  }

  .\32xl\:-left-full {
    left: -100%;
  }

  .\32xl\:isolate {
    isolation: isolate;
  }

  .\32xl\:isolation-auto {
    isolation: auto;
  }

  .\32xl\:z-0 {
    z-index: 0;
  }

  .\32xl\:z-1 {
    z-index: 1;
  }

  .\32xl\:z-2 {
    z-index: 2;
  }

  .\32xl\:z-3 {
    z-index: 3;
  }

  .\32xl\:z-4 {
    z-index: 4;
  }

  .\32xl\:z-5 {
    z-index: 5;
  }

  .\32xl\:z-6 {
    z-index: 6;
  }

  .\32xl\:z-7 {
    z-index: 7;
  }

  .\32xl\:z-8 {
    z-index: 8;
  }

  .\32xl\:z-9 {
    z-index: 9;
  }

  .\32xl\:z-10 {
    z-index: 10;
  }

  .\32xl\:z-11 {
    z-index: 11;
  }

  .\32xl\:z-20 {
    z-index: 20;
  }

  .\32xl\:z-30 {
    z-index: 30;
  }

  .\32xl\:z-40 {
    z-index: 40;
  }

  .\32xl\:z-50 {
    z-index: 50;
  }

  .\32xl\:z-auto {
    z-index: auto;
  }

  .\32xl\:focus-within\:z-0:focus-within {
    z-index: 0;
  }

  .\32xl\:focus-within\:z-1:focus-within {
    z-index: 1;
  }

  .\32xl\:focus-within\:z-2:focus-within {
    z-index: 2;
  }

  .\32xl\:focus-within\:z-3:focus-within {
    z-index: 3;
  }

  .\32xl\:focus-within\:z-4:focus-within {
    z-index: 4;
  }

  .\32xl\:focus-within\:z-5:focus-within {
    z-index: 5;
  }

  .\32xl\:focus-within\:z-6:focus-within {
    z-index: 6;
  }

  .\32xl\:focus-within\:z-7:focus-within {
    z-index: 7;
  }

  .\32xl\:focus-within\:z-8:focus-within {
    z-index: 8;
  }

  .\32xl\:focus-within\:z-9:focus-within {
    z-index: 9;
  }

  .\32xl\:focus-within\:z-10:focus-within {
    z-index: 10;
  }

  .\32xl\:focus-within\:z-11:focus-within {
    z-index: 11;
  }

  .\32xl\:focus-within\:z-20:focus-within {
    z-index: 20;
  }

  .\32xl\:focus-within\:z-30:focus-within {
    z-index: 30;
  }

  .\32xl\:focus-within\:z-40:focus-within {
    z-index: 40;
  }

  .\32xl\:focus-within\:z-50:focus-within {
    z-index: 50;
  }

  .\32xl\:focus-within\:z-auto:focus-within {
    z-index: auto;
  }

  .\32xl\:focus\:z-0:focus {
    z-index: 0;
  }

  .\32xl\:focus\:z-1:focus {
    z-index: 1;
  }

  .\32xl\:focus\:z-2:focus {
    z-index: 2;
  }

  .\32xl\:focus\:z-3:focus {
    z-index: 3;
  }

  .\32xl\:focus\:z-4:focus {
    z-index: 4;
  }

  .\32xl\:focus\:z-5:focus {
    z-index: 5;
  }

  .\32xl\:focus\:z-6:focus {
    z-index: 6;
  }

  .\32xl\:focus\:z-7:focus {
    z-index: 7;
  }

  .\32xl\:focus\:z-8:focus {
    z-index: 8;
  }

  .\32xl\:focus\:z-9:focus {
    z-index: 9;
  }

  .\32xl\:focus\:z-10:focus {
    z-index: 10;
  }

  .\32xl\:focus\:z-11:focus {
    z-index: 11;
  }

  .\32xl\:focus\:z-20:focus {
    z-index: 20;
  }

  .\32xl\:focus\:z-30:focus {
    z-index: 30;
  }

  .\32xl\:focus\:z-40:focus {
    z-index: 40;
  }

  .\32xl\:focus\:z-50:focus {
    z-index: 50;
  }

  .\32xl\:focus\:z-auto:focus {
    z-index: auto;
  }

  .\32xl\:order-1 {
    order: 1;
  }

  .\32xl\:order-2 {
    order: 2;
  }

  .\32xl\:order-3 {
    order: 3;
  }

  .\32xl\:order-4 {
    order: 4;
  }

  .\32xl\:order-5 {
    order: 5;
  }

  .\32xl\:order-6 {
    order: 6;
  }

  .\32xl\:order-7 {
    order: 7;
  }

  .\32xl\:order-8 {
    order: 8;
  }

  .\32xl\:order-9 {
    order: 9;
  }

  .\32xl\:order-10 {
    order: 10;
  }

  .\32xl\:order-11 {
    order: 11;
  }

  .\32xl\:order-12 {
    order: 12;
  }

  .\32xl\:order-first {
    order: -9999;
  }

  .\32xl\:order-last {
    order: 9999;
  }

  .\32xl\:order-none {
    order: 0;
  }

  .\32xl\:col-auto {
    grid-column: auto;
  }

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .\32xl\:col-span-full {
    grid-column: 1 / -1;
  }

  .\32xl\:col-start-1 {
    grid-column-start: 1;
  }

  .\32xl\:col-start-2 {
    grid-column-start: 2;
  }

  .\32xl\:col-start-3 {
    grid-column-start: 3;
  }

  .\32xl\:col-start-4 {
    grid-column-start: 4;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5;
  }

  .\32xl\:col-start-6 {
    grid-column-start: 6;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7;
  }

  .\32xl\:col-start-8 {
    grid-column-start: 8;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9;
  }

  .\32xl\:col-start-10 {
    grid-column-start: 10;
  }

  .\32xl\:col-start-11 {
    grid-column-start: 11;
  }

  .\32xl\:col-start-12 {
    grid-column-start: 12;
  }

  .\32xl\:col-start-13 {
    grid-column-start: 13;
  }

  .\32xl\:col-start-auto {
    grid-column-start: auto;
  }

  .\32xl\:col-end-1 {
    grid-column-end: 1;
  }

  .\32xl\:col-end-2 {
    grid-column-end: 2;
  }

  .\32xl\:col-end-3 {
    grid-column-end: 3;
  }

  .\32xl\:col-end-4 {
    grid-column-end: 4;
  }

  .\32xl\:col-end-5 {
    grid-column-end: 5;
  }

  .\32xl\:col-end-6 {
    grid-column-end: 6;
  }

  .\32xl\:col-end-7 {
    grid-column-end: 7;
  }

  .\32xl\:col-end-8 {
    grid-column-end: 8;
  }

  .\32xl\:col-end-9 {
    grid-column-end: 9;
  }

  .\32xl\:col-end-10 {
    grid-column-end: 10;
  }

  .\32xl\:col-end-11 {
    grid-column-end: 11;
  }

  .\32xl\:col-end-12 {
    grid-column-end: 12;
  }

  .\32xl\:col-end-13 {
    grid-column-end: 13;
  }

  .\32xl\:col-end-auto {
    grid-column-end: auto;
  }

  .\32xl\:row-auto {
    grid-row: auto;
  }

  .\32xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .\32xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .\32xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .\32xl\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .\32xl\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .\32xl\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .\32xl\:row-span-full {
    grid-row: 1 / -1;
  }

  .\32xl\:row-start-1 {
    grid-row-start: 1;
  }

  .\32xl\:row-start-2 {
    grid-row-start: 2;
  }

  .\32xl\:row-start-3 {
    grid-row-start: 3;
  }

  .\32xl\:row-start-4 {
    grid-row-start: 4;
  }

  .\32xl\:row-start-5 {
    grid-row-start: 5;
  }

  .\32xl\:row-start-6 {
    grid-row-start: 6;
  }

  .\32xl\:row-start-7 {
    grid-row-start: 7;
  }

  .\32xl\:row-start-auto {
    grid-row-start: auto;
  }

  .\32xl\:row-end-1 {
    grid-row-end: 1;
  }

  .\32xl\:row-end-2 {
    grid-row-end: 2;
  }

  .\32xl\:row-end-3 {
    grid-row-end: 3;
  }

  .\32xl\:row-end-4 {
    grid-row-end: 4;
  }

  .\32xl\:row-end-5 {
    grid-row-end: 5;
  }

  .\32xl\:row-end-6 {
    grid-row-end: 6;
  }

  .\32xl\:row-end-7 {
    grid-row-end: 7;
  }

  .\32xl\:row-end-auto {
    grid-row-end: auto;
  }

  .\32xl\:float-right {
    float: right;
  }

  .\32xl\:float-left {
    float: left;
  }

  .\32xl\:float-none {
    float: none;
  }

  .\32xl\:clear-left {
    clear: left;
  }

  .\32xl\:clear-right {
    clear: right;
  }

  .\32xl\:clear-both {
    clear: both;
  }

  .\32xl\:clear-none {
    clear: none;
  }

  .\32xl\:m-0 {
    margin: 0px;
  }

  .\32xl\:m-1 {
    margin: 0.25rem;
  }

  .\32xl\:m-2 {
    margin: 0.5rem;
  }

  .\32xl\:m-3 {
    margin: 0.75rem;
  }

  .\32xl\:m-4 {
    margin: 1rem;
  }

  .\32xl\:m-5 {
    margin: 1.25rem;
  }

  .\32xl\:m-6 {
    margin: 1.5rem;
  }

  .\32xl\:m-7 {
    margin: 1.75rem;
  }

  .\32xl\:m-8 {
    margin: 2rem;
  }

  .\32xl\:m-9 {
    margin: 2.25rem;
  }

  .\32xl\:m-10 {
    margin: 2.5rem;
  }

  .\32xl\:m-11 {
    margin: 2.75rem;
  }

  .\32xl\:m-12 {
    margin: 3rem;
  }

  .\32xl\:m-14 {
    margin: 3.5rem;
  }

  .\32xl\:m-16 {
    margin: 4rem;
  }

  .\32xl\:m-18 {
    margin: 4.5rem;
  }

  .\32xl\:m-20 {
    margin: 5rem;
  }

  .\32xl\:m-21 {
    margin: 5.25rem;
  }

  .\32xl\:m-22 {
    margin: 5.5rem;
  }

  .\32xl\:m-24 {
    margin: 6rem;
  }

  .\32xl\:m-26 {
    margin: 6.5rem;
  }

  .\32xl\:m-28 {
    margin: 7rem;
  }

  .\32xl\:m-29 {
    margin: 7.25rem;
  }

  .\32xl\:m-32 {
    margin: 8rem;
  }

  .\32xl\:m-34 {
    margin: 8.5rem;
  }

  .\32xl\:m-36 {
    margin: 9rem;
  }

  .\32xl\:m-40 {
    margin: 10rem;
  }

  .\32xl\:m-42 {
    margin: 10.5rem;
  }

  .\32xl\:m-44 {
    margin: 11rem;
  }

  .\32xl\:m-48 {
    margin: 12rem;
  }

  .\32xl\:m-52 {
    margin: 13rem;
  }

  .\32xl\:m-56 {
    margin: 14rem;
  }

  .\32xl\:m-60 {
    margin: 15rem;
  }

  .\32xl\:m-64 {
    margin: 16rem;
  }

  .\32xl\:m-68 {
    margin: 17rem;
  }

  .\32xl\:m-72 {
    margin: 18rem;
  }

  .\32xl\:m-77 {
    margin: 19.25rem;
  }

  .\32xl\:m-80 {
    margin: 20rem;
  }

  .\32xl\:m-82 {
    margin: 20.5rem;
  }

  .\32xl\:m-88 {
    margin: 22rem;
  }

  .\32xl\:m-94 {
    margin: 23.5rem;
  }

  .\32xl\:m-96 {
    margin: 24rem;
  }

  .\32xl\:m-98 {
    margin: 24.5rem;
  }

  .\32xl\:m-104 {
    margin: 26rem;
  }

  .\32xl\:m-108 {
    margin: 27rem;
  }

  .\32xl\:m-110 {
    margin: 27.5rem;
  }

  .\32xl\:m-112 {
    margin: 28rem;
  }

  .\32xl\:m-120 {
    margin: 30rem;
  }

  .\32xl\:m-128 {
    margin: 32rem;
  }

  .\32xl\:m-132 {
    margin: 33rem;
  }

  .\32xl\:m-134 {
    margin: 33.5rem;
  }

  .\32xl\:m-135 {
    margin: 33.75rem;
  }

  .\32xl\:m-136 {
    margin: 34rem;
  }

  .\32xl\:m-144 {
    margin: 36rem;
  }

  .\32xl\:m-152 {
    margin: 38rem;
  }

  .\32xl\:m-160 {
    margin: 40rem;
  }

  .\32xl\:m-164 {
    margin: 41rem;
  }

  .\32xl\:m-172 {
    margin: 43rem;
  }

  .\32xl\:m-179 {
    margin: 44.75rem;
  }

  .\32xl\:m-184 {
    margin: 46rem;
  }

  .\32xl\:m-192 {
    margin: 48rem;
  }

  .\32xl\:m-224 {
    margin: 56rem;
  }

  .\32xl\:m-240 {
    margin: 60rem;
  }

  .\32xl\:m-256 {
    margin: 64rem;
  }

  .\32xl\:m-265 {
    margin: 66.25rem;
  }

  .\32xl\:m-288 {
    margin: 72rem;
  }

  .\32xl\:m-384 {
    margin: 96rem;
  }

  .\32xl\:m-auto {
    margin: auto;
  }

  .\32xl\:m-px {
    margin: 1px;
  }

  .\32xl\:m-0\.5 {
    margin: 0.125rem;
  }

  .\32xl\:m-1\.5 {
    margin: 0.375rem;
  }

  .\32xl\:m-2\.5 {
    margin: 0.625rem;
  }

  .\32xl\:m-3\.5 {
    margin: 0.875rem;
  }

  .\32xl\:m-0\.75 {
    margin: 0.1875rem;
  }

  .\32xl\:m-4\.5 {
    margin: 1.125rem;
  }

  .\32xl\:m-7\.5 {
    margin: 1.875rem;
  }

  .\32xl\:m-9\.5 {
    margin: 2.375rem;
  }

  .\32xl\:m-9\.75 {
    margin: 2.4375rem;
  }

  .\32xl\:m-12\.5 {
    margin: 3.125rem;
  }

  .\32xl\:m-13\.5 {
    margin: 3.375rem;
  }

  .\32xl\:m-292\.5 {
    margin: 73.125rem;
  }

  .\32xl\:m-1\/24 {
    margin: 4.166667%;
  }

  .\32xl\:m-2\/24 {
    margin: 8.333333%;
  }

  .\32xl\:m-3\/24 {
    margin: 12.5%;
  }

  .\32xl\:m-4\/24 {
    margin: 16.666667%;
  }

  .\32xl\:m-5\/24 {
    margin: 20.833333%;
  }

  .\32xl\:m-6\/24 {
    margin: 25%;
  }

  .\32xl\:m-7\/24 {
    margin: 29.166666%;
  }

  .\32xl\:m-8\/24 {
    margin: 33.333333%;
  }

  .\32xl\:m-9\/24 {
    margin: 37.5%;
  }

  .\32xl\:m-10\/24 {
    margin: 41.666666%;
  }

  .\32xl\:m-11\/24 {
    margin: 45.833333%;
  }

  .\32xl\:m-12\/24 {
    margin: 50%;
  }

  .\32xl\:m-13\/24 {
    margin: 54.166666%;
  }

  .\32xl\:m-14\/24 {
    margin: 58.333333%;
  }

  .\32xl\:m-15\/24 {
    margin: 62.5%;
  }

  .\32xl\:m-16\/24 {
    margin: 66.666667%;
  }

  .\32xl\:m-17\/24 {
    margin: 70.833333%;
  }

  .\32xl\:m-18\/24 {
    margin: 75%;
  }

  .\32xl\:m-19\/24 {
    margin: 79.166667%;
  }

  .\32xl\:m-20\/24 {
    margin: 83.333333%;
  }

  .\32xl\:m-21\/24 {
    margin: 87.5%;
  }

  .\32xl\:m-22\/24 {
    margin: 91.666667%;
  }

  .\32xl\:m-23\/24 {
    margin: 95.833333%;
  }

  .\32xl\:m-24\/24 {
    margin: 100%;
  }

  .\32xl\:m-screen-header {
    margin: 41.55vw;
  }

  .\32xl\:m-screen-60 {
    margin: 60vh;
  }

  .\32xl\:m-screen-80 {
    margin: 80vh;
  }

  .\32xl\:m-screen-85 {
    margin: 85vh;
  }

  .\32xl\:m-screen-90 {
    margin: 90vh;
  }

  .\32xl\:m-screen-95 {
    margin: 95vh;
  }

  .\32xl\:m-screen-minus-header {
    margin: calc(100vh - 5.25rem);
  }

  .\32xl\:m-screen-minus-35\.5 {
    margin: calc(100vh - 8.875rem);
  }

  .\32xl\:m-screen-minus-36 {
    margin: calc(100vh - 9rem);
  }

  .\32xl\:m-screen-minus-40 {
    margin: calc(100vh - 10rem);
  }

  .\32xl\:m-screen-minus-55 {
    margin: calc(100vh - 13.75rem);
  }

  .\32xl\:m-screen-minus-72 {
    margin: calc(100vh - 18rem);
  }

  .\32xl\:m-screen-minus-80 {
    margin: calc(100vh - 20rem);
  }

  .\32xl\:m-full-4 {
    margin: calc(100% - 16px);
  }

  .\32xl\:m-account-body {
    margin: calc(100vw - 304px);
  }

  .\32xl\:m-menu-center {
    margin: calc(50% - 288px);
  }

  .\32xl\:m-tutorials-hidden {
    margin: calc(100% - 56px);
  }

  .\32xl\:m-popup-full-width {
    margin: calc(100% + 32px);
  }

  .\32xl\:m-popup-full-width-md {
    margin: calc(100% + 64px);
  }

  .\32xl\:m-popup-full-height {
    margin: calc(100% + 68px);
  }

  .\32xl\:m-max-content {
    margin: max-content;
  }

  .\32xl\:-m-0 {
    margin: 0px;
  }

  .\32xl\:-m-1 {
    margin: -0.25rem;
  }

  .\32xl\:-m-2 {
    margin: -0.5rem;
  }

  .\32xl\:-m-3 {
    margin: -0.75rem;
  }

  .\32xl\:-m-4 {
    margin: -1rem;
  }

  .\32xl\:-m-5 {
    margin: -1.25rem;
  }

  .\32xl\:-m-6 {
    margin: -1.5rem;
  }

  .\32xl\:-m-7 {
    margin: -1.75rem;
  }

  .\32xl\:-m-8 {
    margin: -2rem;
  }

  .\32xl\:-m-9 {
    margin: -2.25rem;
  }

  .\32xl\:-m-10 {
    margin: -2.5rem;
  }

  .\32xl\:-m-11 {
    margin: -2.75rem;
  }

  .\32xl\:-m-12 {
    margin: -3rem;
  }

  .\32xl\:-m-14 {
    margin: -3.5rem;
  }

  .\32xl\:-m-16 {
    margin: -4rem;
  }

  .\32xl\:-m-18 {
    margin: -4.5rem;
  }

  .\32xl\:-m-20 {
    margin: -5rem;
  }

  .\32xl\:-m-21 {
    margin: -5.25rem;
  }

  .\32xl\:-m-22 {
    margin: -5.5rem;
  }

  .\32xl\:-m-24 {
    margin: -6rem;
  }

  .\32xl\:-m-26 {
    margin: -6.5rem;
  }

  .\32xl\:-m-28 {
    margin: -7rem;
  }

  .\32xl\:-m-29 {
    margin: -7.25rem;
  }

  .\32xl\:-m-32 {
    margin: -8rem;
  }

  .\32xl\:-m-34 {
    margin: -8.5rem;
  }

  .\32xl\:-m-36 {
    margin: -9rem;
  }

  .\32xl\:-m-40 {
    margin: -10rem;
  }

  .\32xl\:-m-42 {
    margin: -10.5rem;
  }

  .\32xl\:-m-44 {
    margin: -11rem;
  }

  .\32xl\:-m-48 {
    margin: -12rem;
  }

  .\32xl\:-m-52 {
    margin: -13rem;
  }

  .\32xl\:-m-56 {
    margin: -14rem;
  }

  .\32xl\:-m-60 {
    margin: -15rem;
  }

  .\32xl\:-m-64 {
    margin: -16rem;
  }

  .\32xl\:-m-68 {
    margin: -17rem;
  }

  .\32xl\:-m-72 {
    margin: -18rem;
  }

  .\32xl\:-m-77 {
    margin: -19.25rem;
  }

  .\32xl\:-m-80 {
    margin: -20rem;
  }

  .\32xl\:-m-82 {
    margin: -20.5rem;
  }

  .\32xl\:-m-88 {
    margin: -22rem;
  }

  .\32xl\:-m-94 {
    margin: -23.5rem;
  }

  .\32xl\:-m-96 {
    margin: -24rem;
  }

  .\32xl\:-m-98 {
    margin: -24.5rem;
  }

  .\32xl\:-m-104 {
    margin: -26rem;
  }

  .\32xl\:-m-108 {
    margin: -27rem;
  }

  .\32xl\:-m-110 {
    margin: -27.5rem;
  }

  .\32xl\:-m-112 {
    margin: -28rem;
  }

  .\32xl\:-m-120 {
    margin: -30rem;
  }

  .\32xl\:-m-128 {
    margin: -32rem;
  }

  .\32xl\:-m-132 {
    margin: -33rem;
  }

  .\32xl\:-m-134 {
    margin: -33.5rem;
  }

  .\32xl\:-m-135 {
    margin: -33.75rem;
  }

  .\32xl\:-m-136 {
    margin: -34rem;
  }

  .\32xl\:-m-144 {
    margin: -36rem;
  }

  .\32xl\:-m-152 {
    margin: -38rem;
  }

  .\32xl\:-m-160 {
    margin: -40rem;
  }

  .\32xl\:-m-164 {
    margin: -41rem;
  }

  .\32xl\:-m-172 {
    margin: -43rem;
  }

  .\32xl\:-m-179 {
    margin: -44.75rem;
  }

  .\32xl\:-m-184 {
    margin: -46rem;
  }

  .\32xl\:-m-192 {
    margin: -48rem;
  }

  .\32xl\:-m-224 {
    margin: -56rem;
  }

  .\32xl\:-m-240 {
    margin: -60rem;
  }

  .\32xl\:-m-256 {
    margin: -64rem;
  }

  .\32xl\:-m-265 {
    margin: -66.25rem;
  }

  .\32xl\:-m-288 {
    margin: -72rem;
  }

  .\32xl\:-m-384 {
    margin: -96rem;
  }

  .\32xl\:-m-px {
    margin: -1px;
  }

  .\32xl\:-m-0\.5 {
    margin: -0.125rem;
  }

  .\32xl\:-m-1\.5 {
    margin: -0.375rem;
  }

  .\32xl\:-m-2\.5 {
    margin: -0.625rem;
  }

  .\32xl\:-m-3\.5 {
    margin: -0.875rem;
  }

  .\32xl\:-m-0\.75 {
    margin: -0.1875rem;
  }

  .\32xl\:-m-4\.5 {
    margin: -1.125rem;
  }

  .\32xl\:-m-7\.5 {
    margin: -1.875rem;
  }

  .\32xl\:-m-9\.5 {
    margin: -2.375rem;
  }

  .\32xl\:-m-9\.75 {
    margin: -2.4375rem;
  }

  .\32xl\:-m-12\.5 {
    margin: -3.125rem;
  }

  .\32xl\:-m-13\.5 {
    margin: -3.375rem;
  }

  .\32xl\:-m-292\.5 {
    margin: -73.125rem;
  }

  .\32xl\:-m-1\/24 {
    margin: -4.16667%;
  }

  .\32xl\:-m-2\/24 {
    margin: -8.33333%;
  }

  .\32xl\:-m-3\/24 {
    margin: -12.5%;
  }

  .\32xl\:-m-4\/24 {
    margin: -16.66667%;
  }

  .\32xl\:-m-5\/24 {
    margin: -20.83333%;
  }

  .\32xl\:-m-6\/24 {
    margin: -25%;
  }

  .\32xl\:-m-7\/24 {
    margin: -29.16667%;
  }

  .\32xl\:-m-8\/24 {
    margin: -33.33333%;
  }

  .\32xl\:-m-9\/24 {
    margin: -37.5%;
  }

  .\32xl\:-m-10\/24 {
    margin: -41.66667%;
  }

  .\32xl\:-m-11\/24 {
    margin: -45.83333%;
  }

  .\32xl\:-m-12\/24 {
    margin: -50%;
  }

  .\32xl\:-m-13\/24 {
    margin: -54.16667%;
  }

  .\32xl\:-m-14\/24 {
    margin: -58.33333%;
  }

  .\32xl\:-m-15\/24 {
    margin: -62.5%;
  }

  .\32xl\:-m-16\/24 {
    margin: -66.66667%;
  }

  .\32xl\:-m-17\/24 {
    margin: -70.83333%;
  }

  .\32xl\:-m-18\/24 {
    margin: -75%;
  }

  .\32xl\:-m-19\/24 {
    margin: -79.16667%;
  }

  .\32xl\:-m-20\/24 {
    margin: -83.33333%;
  }

  .\32xl\:-m-21\/24 {
    margin: -87.5%;
  }

  .\32xl\:-m-22\/24 {
    margin: -91.66667%;
  }

  .\32xl\:-m-23\/24 {
    margin: -95.83333%;
  }

  .\32xl\:-m-24\/24 {
    margin: -100%;
  }

  .\32xl\:-m-screen-header {
    margin: -41.55vw;
  }

  .\32xl\:-m-screen-60 {
    margin: -60vh;
  }

  .\32xl\:-m-screen-80 {
    margin: -80vh;
  }

  .\32xl\:-m-screen-85 {
    margin: -85vh;
  }

  .\32xl\:-m-screen-90 {
    margin: -90vh;
  }

  .\32xl\:-m-screen-95 {
    margin: -95vh;
  }

  .\32xl\:-m-screen-minus-header {
    margin: calc(-100vh - -5.25rem);
  }

  .\32xl\:-m-screen-minus-35\.5 {
    margin: calc(-100vh - -8.875rem);
  }

  .\32xl\:-m-screen-minus-36 {
    margin: calc(-100vh - -9rem);
  }

  .\32xl\:-m-screen-minus-40 {
    margin: calc(-100vh - -10rem);
  }

  .\32xl\:-m-screen-minus-55 {
    margin: calc(-100vh - -13.75rem);
  }

  .\32xl\:-m-screen-minus-72 {
    margin: calc(-100vh - -18rem);
  }

  .\32xl\:-m-screen-minus-80 {
    margin: calc(-100vh - -20rem);
  }

  .\32xl\:-m-full-4 {
    margin: calc(-100% - -16px);
  }

  .\32xl\:-m-account-body {
    margin: calc(-100vw - -304px);
  }

  .\32xl\:-m-menu-center {
    margin: calc(-50% - -288px);
  }

  .\32xl\:-m-tutorials-hidden {
    margin: calc(-100% - -56px);
  }

  .\32xl\:-m-popup-full-width {
    margin: calc(-100% + -32px);
  }

  .\32xl\:-m-popup-full-width-md {
    margin: calc(-100% + -64px);
  }

  .\32xl\:-m-popup-full-height {
    margin: calc(-100% + -68px);
  }

  .\32xl\:-m-max-content {
    margin: max-content;
  }

  .\32xl\:hover\:m-0:hover {
    margin: 0px;
  }

  .\32xl\:hover\:m-1:hover {
    margin: 0.25rem;
  }

  .\32xl\:hover\:m-2:hover {
    margin: 0.5rem;
  }

  .\32xl\:hover\:m-3:hover {
    margin: 0.75rem;
  }

  .\32xl\:hover\:m-4:hover {
    margin: 1rem;
  }

  .\32xl\:hover\:m-5:hover {
    margin: 1.25rem;
  }

  .\32xl\:hover\:m-6:hover {
    margin: 1.5rem;
  }

  .\32xl\:hover\:m-7:hover {
    margin: 1.75rem;
  }

  .\32xl\:hover\:m-8:hover {
    margin: 2rem;
  }

  .\32xl\:hover\:m-9:hover {
    margin: 2.25rem;
  }

  .\32xl\:hover\:m-10:hover {
    margin: 2.5rem;
  }

  .\32xl\:hover\:m-11:hover {
    margin: 2.75rem;
  }

  .\32xl\:hover\:m-12:hover {
    margin: 3rem;
  }

  .\32xl\:hover\:m-14:hover {
    margin: 3.5rem;
  }

  .\32xl\:hover\:m-16:hover {
    margin: 4rem;
  }

  .\32xl\:hover\:m-18:hover {
    margin: 4.5rem;
  }

  .\32xl\:hover\:m-20:hover {
    margin: 5rem;
  }

  .\32xl\:hover\:m-21:hover {
    margin: 5.25rem;
  }

  .\32xl\:hover\:m-22:hover {
    margin: 5.5rem;
  }

  .\32xl\:hover\:m-24:hover {
    margin: 6rem;
  }

  .\32xl\:hover\:m-26:hover {
    margin: 6.5rem;
  }

  .\32xl\:hover\:m-28:hover {
    margin: 7rem;
  }

  .\32xl\:hover\:m-29:hover {
    margin: 7.25rem;
  }

  .\32xl\:hover\:m-32:hover {
    margin: 8rem;
  }

  .\32xl\:hover\:m-34:hover {
    margin: 8.5rem;
  }

  .\32xl\:hover\:m-36:hover {
    margin: 9rem;
  }

  .\32xl\:hover\:m-40:hover {
    margin: 10rem;
  }

  .\32xl\:hover\:m-42:hover {
    margin: 10.5rem;
  }

  .\32xl\:hover\:m-44:hover {
    margin: 11rem;
  }

  .\32xl\:hover\:m-48:hover {
    margin: 12rem;
  }

  .\32xl\:hover\:m-52:hover {
    margin: 13rem;
  }

  .\32xl\:hover\:m-56:hover {
    margin: 14rem;
  }

  .\32xl\:hover\:m-60:hover {
    margin: 15rem;
  }

  .\32xl\:hover\:m-64:hover {
    margin: 16rem;
  }

  .\32xl\:hover\:m-68:hover {
    margin: 17rem;
  }

  .\32xl\:hover\:m-72:hover {
    margin: 18rem;
  }

  .\32xl\:hover\:m-77:hover {
    margin: 19.25rem;
  }

  .\32xl\:hover\:m-80:hover {
    margin: 20rem;
  }

  .\32xl\:hover\:m-82:hover {
    margin: 20.5rem;
  }

  .\32xl\:hover\:m-88:hover {
    margin: 22rem;
  }

  .\32xl\:hover\:m-94:hover {
    margin: 23.5rem;
  }

  .\32xl\:hover\:m-96:hover {
    margin: 24rem;
  }

  .\32xl\:hover\:m-98:hover {
    margin: 24.5rem;
  }

  .\32xl\:hover\:m-104:hover {
    margin: 26rem;
  }

  .\32xl\:hover\:m-108:hover {
    margin: 27rem;
  }

  .\32xl\:hover\:m-110:hover {
    margin: 27.5rem;
  }

  .\32xl\:hover\:m-112:hover {
    margin: 28rem;
  }

  .\32xl\:hover\:m-120:hover {
    margin: 30rem;
  }

  .\32xl\:hover\:m-128:hover {
    margin: 32rem;
  }

  .\32xl\:hover\:m-132:hover {
    margin: 33rem;
  }

  .\32xl\:hover\:m-134:hover {
    margin: 33.5rem;
  }

  .\32xl\:hover\:m-135:hover {
    margin: 33.75rem;
  }

  .\32xl\:hover\:m-136:hover {
    margin: 34rem;
  }

  .\32xl\:hover\:m-144:hover {
    margin: 36rem;
  }

  .\32xl\:hover\:m-152:hover {
    margin: 38rem;
  }

  .\32xl\:hover\:m-160:hover {
    margin: 40rem;
  }

  .\32xl\:hover\:m-164:hover {
    margin: 41rem;
  }

  .\32xl\:hover\:m-172:hover {
    margin: 43rem;
  }

  .\32xl\:hover\:m-179:hover {
    margin: 44.75rem;
  }

  .\32xl\:hover\:m-184:hover {
    margin: 46rem;
  }

  .\32xl\:hover\:m-192:hover {
    margin: 48rem;
  }

  .\32xl\:hover\:m-224:hover {
    margin: 56rem;
  }

  .\32xl\:hover\:m-240:hover {
    margin: 60rem;
  }

  .\32xl\:hover\:m-256:hover {
    margin: 64rem;
  }

  .\32xl\:hover\:m-265:hover {
    margin: 66.25rem;
  }

  .\32xl\:hover\:m-288:hover {
    margin: 72rem;
  }

  .\32xl\:hover\:m-384:hover {
    margin: 96rem;
  }

  .\32xl\:hover\:m-auto:hover {
    margin: auto;
  }

  .\32xl\:hover\:m-px:hover {
    margin: 1px;
  }

  .\32xl\:hover\:m-0\.5:hover {
    margin: 0.125rem;
  }

  .\32xl\:hover\:m-1\.5:hover {
    margin: 0.375rem;
  }

  .\32xl\:hover\:m-2\.5:hover {
    margin: 0.625rem;
  }

  .\32xl\:hover\:m-3\.5:hover {
    margin: 0.875rem;
  }

  .\32xl\:hover\:m-0\.75:hover {
    margin: 0.1875rem;
  }

  .\32xl\:hover\:m-4\.5:hover {
    margin: 1.125rem;
  }

  .\32xl\:hover\:m-7\.5:hover {
    margin: 1.875rem;
  }

  .\32xl\:hover\:m-9\.5:hover {
    margin: 2.375rem;
  }

  .\32xl\:hover\:m-9\.75:hover {
    margin: 2.4375rem;
  }

  .\32xl\:hover\:m-12\.5:hover {
    margin: 3.125rem;
  }

  .\32xl\:hover\:m-13\.5:hover {
    margin: 3.375rem;
  }

  .\32xl\:hover\:m-292\.5:hover {
    margin: 73.125rem;
  }

  .\32xl\:hover\:m-1\/24:hover {
    margin: 4.166667%;
  }

  .\32xl\:hover\:m-2\/24:hover {
    margin: 8.333333%;
  }

  .\32xl\:hover\:m-3\/24:hover {
    margin: 12.5%;
  }

  .\32xl\:hover\:m-4\/24:hover {
    margin: 16.666667%;
  }

  .\32xl\:hover\:m-5\/24:hover {
    margin: 20.833333%;
  }

  .\32xl\:hover\:m-6\/24:hover {
    margin: 25%;
  }

  .\32xl\:hover\:m-7\/24:hover {
    margin: 29.166666%;
  }

  .\32xl\:hover\:m-8\/24:hover {
    margin: 33.333333%;
  }

  .\32xl\:hover\:m-9\/24:hover {
    margin: 37.5%;
  }

  .\32xl\:hover\:m-10\/24:hover {
    margin: 41.666666%;
  }

  .\32xl\:hover\:m-11\/24:hover {
    margin: 45.833333%;
  }

  .\32xl\:hover\:m-12\/24:hover {
    margin: 50%;
  }

  .\32xl\:hover\:m-13\/24:hover {
    margin: 54.166666%;
  }

  .\32xl\:hover\:m-14\/24:hover {
    margin: 58.333333%;
  }

  .\32xl\:hover\:m-15\/24:hover {
    margin: 62.5%;
  }

  .\32xl\:hover\:m-16\/24:hover {
    margin: 66.666667%;
  }

  .\32xl\:hover\:m-17\/24:hover {
    margin: 70.833333%;
  }

  .\32xl\:hover\:m-18\/24:hover {
    margin: 75%;
  }

  .\32xl\:hover\:m-19\/24:hover {
    margin: 79.166667%;
  }

  .\32xl\:hover\:m-20\/24:hover {
    margin: 83.333333%;
  }

  .\32xl\:hover\:m-21\/24:hover {
    margin: 87.5%;
  }

  .\32xl\:hover\:m-22\/24:hover {
    margin: 91.666667%;
  }

  .\32xl\:hover\:m-23\/24:hover {
    margin: 95.833333%;
  }

  .\32xl\:hover\:m-24\/24:hover {
    margin: 100%;
  }

  .\32xl\:hover\:m-screen-header:hover {
    margin: 41.55vw;
  }

  .\32xl\:hover\:m-screen-60:hover {
    margin: 60vh;
  }

  .\32xl\:hover\:m-screen-80:hover {
    margin: 80vh;
  }

  .\32xl\:hover\:m-screen-85:hover {
    margin: 85vh;
  }

  .\32xl\:hover\:m-screen-90:hover {
    margin: 90vh;
  }

  .\32xl\:hover\:m-screen-95:hover {
    margin: 95vh;
  }

  .\32xl\:hover\:m-screen-minus-header:hover {
    margin: calc(100vh - 5.25rem);
  }

  .\32xl\:hover\:m-screen-minus-35\.5:hover {
    margin: calc(100vh - 8.875rem);
  }

  .\32xl\:hover\:m-screen-minus-36:hover {
    margin: calc(100vh - 9rem);
  }

  .\32xl\:hover\:m-screen-minus-40:hover {
    margin: calc(100vh - 10rem);
  }

  .\32xl\:hover\:m-screen-minus-55:hover {
    margin: calc(100vh - 13.75rem);
  }

  .\32xl\:hover\:m-screen-minus-72:hover {
    margin: calc(100vh - 18rem);
  }

  .\32xl\:hover\:m-screen-minus-80:hover {
    margin: calc(100vh - 20rem);
  }

  .\32xl\:hover\:m-full-4:hover {
    margin: calc(100% - 16px);
  }

  .\32xl\:hover\:m-account-body:hover {
    margin: calc(100vw - 304px);
  }

  .\32xl\:hover\:m-menu-center:hover {
    margin: calc(50% - 288px);
  }

  .\32xl\:hover\:m-tutorials-hidden:hover {
    margin: calc(100% - 56px);
  }

  .\32xl\:hover\:m-popup-full-width:hover {
    margin: calc(100% + 32px);
  }

  .\32xl\:hover\:m-popup-full-width-md:hover {
    margin: calc(100% + 64px);
  }

  .\32xl\:hover\:m-popup-full-height:hover {
    margin: calc(100% + 68px);
  }

  .\32xl\:hover\:m-max-content:hover {
    margin: max-content;
  }

  .\32xl\:hover\:-m-0:hover {
    margin: 0px;
  }

  .\32xl\:hover\:-m-1:hover {
    margin: -0.25rem;
  }

  .\32xl\:hover\:-m-2:hover {
    margin: -0.5rem;
  }

  .\32xl\:hover\:-m-3:hover {
    margin: -0.75rem;
  }

  .\32xl\:hover\:-m-4:hover {
    margin: -1rem;
  }

  .\32xl\:hover\:-m-5:hover {
    margin: -1.25rem;
  }

  .\32xl\:hover\:-m-6:hover {
    margin: -1.5rem;
  }

  .\32xl\:hover\:-m-7:hover {
    margin: -1.75rem;
  }

  .\32xl\:hover\:-m-8:hover {
    margin: -2rem;
  }

  .\32xl\:hover\:-m-9:hover {
    margin: -2.25rem;
  }

  .\32xl\:hover\:-m-10:hover {
    margin: -2.5rem;
  }

  .\32xl\:hover\:-m-11:hover {
    margin: -2.75rem;
  }

  .\32xl\:hover\:-m-12:hover {
    margin: -3rem;
  }

  .\32xl\:hover\:-m-14:hover {
    margin: -3.5rem;
  }

  .\32xl\:hover\:-m-16:hover {
    margin: -4rem;
  }

  .\32xl\:hover\:-m-18:hover {
    margin: -4.5rem;
  }

  .\32xl\:hover\:-m-20:hover {
    margin: -5rem;
  }

  .\32xl\:hover\:-m-21:hover {
    margin: -5.25rem;
  }

  .\32xl\:hover\:-m-22:hover {
    margin: -5.5rem;
  }

  .\32xl\:hover\:-m-24:hover {
    margin: -6rem;
  }

  .\32xl\:hover\:-m-26:hover {
    margin: -6.5rem;
  }

  .\32xl\:hover\:-m-28:hover {
    margin: -7rem;
  }

  .\32xl\:hover\:-m-29:hover {
    margin: -7.25rem;
  }

  .\32xl\:hover\:-m-32:hover {
    margin: -8rem;
  }

  .\32xl\:hover\:-m-34:hover {
    margin: -8.5rem;
  }

  .\32xl\:hover\:-m-36:hover {
    margin: -9rem;
  }

  .\32xl\:hover\:-m-40:hover {
    margin: -10rem;
  }

  .\32xl\:hover\:-m-42:hover {
    margin: -10.5rem;
  }

  .\32xl\:hover\:-m-44:hover {
    margin: -11rem;
  }

  .\32xl\:hover\:-m-48:hover {
    margin: -12rem;
  }

  .\32xl\:hover\:-m-52:hover {
    margin: -13rem;
  }

  .\32xl\:hover\:-m-56:hover {
    margin: -14rem;
  }

  .\32xl\:hover\:-m-60:hover {
    margin: -15rem;
  }

  .\32xl\:hover\:-m-64:hover {
    margin: -16rem;
  }

  .\32xl\:hover\:-m-68:hover {
    margin: -17rem;
  }

  .\32xl\:hover\:-m-72:hover {
    margin: -18rem;
  }

  .\32xl\:hover\:-m-77:hover {
    margin: -19.25rem;
  }

  .\32xl\:hover\:-m-80:hover {
    margin: -20rem;
  }

  .\32xl\:hover\:-m-82:hover {
    margin: -20.5rem;
  }

  .\32xl\:hover\:-m-88:hover {
    margin: -22rem;
  }

  .\32xl\:hover\:-m-94:hover {
    margin: -23.5rem;
  }

  .\32xl\:hover\:-m-96:hover {
    margin: -24rem;
  }

  .\32xl\:hover\:-m-98:hover {
    margin: -24.5rem;
  }

  .\32xl\:hover\:-m-104:hover {
    margin: -26rem;
  }

  .\32xl\:hover\:-m-108:hover {
    margin: -27rem;
  }

  .\32xl\:hover\:-m-110:hover {
    margin: -27.5rem;
  }

  .\32xl\:hover\:-m-112:hover {
    margin: -28rem;
  }

  .\32xl\:hover\:-m-120:hover {
    margin: -30rem;
  }

  .\32xl\:hover\:-m-128:hover {
    margin: -32rem;
  }

  .\32xl\:hover\:-m-132:hover {
    margin: -33rem;
  }

  .\32xl\:hover\:-m-134:hover {
    margin: -33.5rem;
  }

  .\32xl\:hover\:-m-135:hover {
    margin: -33.75rem;
  }

  .\32xl\:hover\:-m-136:hover {
    margin: -34rem;
  }

  .\32xl\:hover\:-m-144:hover {
    margin: -36rem;
  }

  .\32xl\:hover\:-m-152:hover {
    margin: -38rem;
  }

  .\32xl\:hover\:-m-160:hover {
    margin: -40rem;
  }

  .\32xl\:hover\:-m-164:hover {
    margin: -41rem;
  }

  .\32xl\:hover\:-m-172:hover {
    margin: -43rem;
  }

  .\32xl\:hover\:-m-179:hover {
    margin: -44.75rem;
  }

  .\32xl\:hover\:-m-184:hover {
    margin: -46rem;
  }

  .\32xl\:hover\:-m-192:hover {
    margin: -48rem;
  }

  .\32xl\:hover\:-m-224:hover {
    margin: -56rem;
  }

  .\32xl\:hover\:-m-240:hover {
    margin: -60rem;
  }

  .\32xl\:hover\:-m-256:hover {
    margin: -64rem;
  }

  .\32xl\:hover\:-m-265:hover {
    margin: -66.25rem;
  }

  .\32xl\:hover\:-m-288:hover {
    margin: -72rem;
  }

  .\32xl\:hover\:-m-384:hover {
    margin: -96rem;
  }

  .\32xl\:hover\:-m-px:hover {
    margin: -1px;
  }

  .\32xl\:hover\:-m-0\.5:hover {
    margin: -0.125rem;
  }

  .\32xl\:hover\:-m-1\.5:hover {
    margin: -0.375rem;
  }

  .\32xl\:hover\:-m-2\.5:hover {
    margin: -0.625rem;
  }

  .\32xl\:hover\:-m-3\.5:hover {
    margin: -0.875rem;
  }

  .\32xl\:hover\:-m-0\.75:hover {
    margin: -0.1875rem;
  }

  .\32xl\:hover\:-m-4\.5:hover {
    margin: -1.125rem;
  }

  .\32xl\:hover\:-m-7\.5:hover {
    margin: -1.875rem;
  }

  .\32xl\:hover\:-m-9\.5:hover {
    margin: -2.375rem;
  }

  .\32xl\:hover\:-m-9\.75:hover {
    margin: -2.4375rem;
  }

  .\32xl\:hover\:-m-12\.5:hover {
    margin: -3.125rem;
  }

  .\32xl\:hover\:-m-13\.5:hover {
    margin: -3.375rem;
  }

  .\32xl\:hover\:-m-292\.5:hover {
    margin: -73.125rem;
  }

  .\32xl\:hover\:-m-1\/24:hover {
    margin: -4.16667%;
  }

  .\32xl\:hover\:-m-2\/24:hover {
    margin: -8.33333%;
  }

  .\32xl\:hover\:-m-3\/24:hover {
    margin: -12.5%;
  }

  .\32xl\:hover\:-m-4\/24:hover {
    margin: -16.66667%;
  }

  .\32xl\:hover\:-m-5\/24:hover {
    margin: -20.83333%;
  }

  .\32xl\:hover\:-m-6\/24:hover {
    margin: -25%;
  }

  .\32xl\:hover\:-m-7\/24:hover {
    margin: -29.16667%;
  }

  .\32xl\:hover\:-m-8\/24:hover {
    margin: -33.33333%;
  }

  .\32xl\:hover\:-m-9\/24:hover {
    margin: -37.5%;
  }

  .\32xl\:hover\:-m-10\/24:hover {
    margin: -41.66667%;
  }

  .\32xl\:hover\:-m-11\/24:hover {
    margin: -45.83333%;
  }

  .\32xl\:hover\:-m-12\/24:hover {
    margin: -50%;
  }

  .\32xl\:hover\:-m-13\/24:hover {
    margin: -54.16667%;
  }

  .\32xl\:hover\:-m-14\/24:hover {
    margin: -58.33333%;
  }

  .\32xl\:hover\:-m-15\/24:hover {
    margin: -62.5%;
  }

  .\32xl\:hover\:-m-16\/24:hover {
    margin: -66.66667%;
  }

  .\32xl\:hover\:-m-17\/24:hover {
    margin: -70.83333%;
  }

  .\32xl\:hover\:-m-18\/24:hover {
    margin: -75%;
  }

  .\32xl\:hover\:-m-19\/24:hover {
    margin: -79.16667%;
  }

  .\32xl\:hover\:-m-20\/24:hover {
    margin: -83.33333%;
  }

  .\32xl\:hover\:-m-21\/24:hover {
    margin: -87.5%;
  }

  .\32xl\:hover\:-m-22\/24:hover {
    margin: -91.66667%;
  }

  .\32xl\:hover\:-m-23\/24:hover {
    margin: -95.83333%;
  }

  .\32xl\:hover\:-m-24\/24:hover {
    margin: -100%;
  }

  .\32xl\:hover\:-m-screen-header:hover {
    margin: -41.55vw;
  }

  .\32xl\:hover\:-m-screen-60:hover {
    margin: -60vh;
  }

  .\32xl\:hover\:-m-screen-80:hover {
    margin: -80vh;
  }

  .\32xl\:hover\:-m-screen-85:hover {
    margin: -85vh;
  }

  .\32xl\:hover\:-m-screen-90:hover {
    margin: -90vh;
  }

  .\32xl\:hover\:-m-screen-95:hover {
    margin: -95vh;
  }

  .\32xl\:hover\:-m-screen-minus-header:hover {
    margin: calc(-100vh - -5.25rem);
  }

  .\32xl\:hover\:-m-screen-minus-35\.5:hover {
    margin: calc(-100vh - -8.875rem);
  }

  .\32xl\:hover\:-m-screen-minus-36:hover {
    margin: calc(-100vh - -9rem);
  }

  .\32xl\:hover\:-m-screen-minus-40:hover {
    margin: calc(-100vh - -10rem);
  }

  .\32xl\:hover\:-m-screen-minus-55:hover {
    margin: calc(-100vh - -13.75rem);
  }

  .\32xl\:hover\:-m-screen-minus-72:hover {
    margin: calc(-100vh - -18rem);
  }

  .\32xl\:hover\:-m-screen-minus-80:hover {
    margin: calc(-100vh - -20rem);
  }

  .\32xl\:hover\:-m-full-4:hover {
    margin: calc(-100% - -16px);
  }

  .\32xl\:hover\:-m-account-body:hover {
    margin: calc(-100vw - -304px);
  }

  .\32xl\:hover\:-m-menu-center:hover {
    margin: calc(-50% - -288px);
  }

  .\32xl\:hover\:-m-tutorials-hidden:hover {
    margin: calc(-100% - -56px);
  }

  .\32xl\:hover\:-m-popup-full-width:hover {
    margin: calc(-100% + -32px);
  }

  .\32xl\:hover\:-m-popup-full-width-md:hover {
    margin: calc(-100% + -64px);
  }

  .\32xl\:hover\:-m-popup-full-height:hover {
    margin: calc(-100% + -68px);
  }

  .\32xl\:hover\:-m-max-content:hover {
    margin: max-content;
  }

  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:mx-18 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:mx-21 {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .\32xl\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:mx-26 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:mx-29 {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:mx-34 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:mx-42 {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .\32xl\:mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:mx-68 {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .\32xl\:mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:mx-77 {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:mx-82 {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .\32xl\:mx-88 {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .\32xl\:mx-94 {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .\32xl\:mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:mx-98 {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .\32xl\:mx-104 {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .\32xl\:mx-108 {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .\32xl\:mx-110 {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .\32xl\:mx-112 {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .\32xl\:mx-120 {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .\32xl\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .\32xl\:mx-132 {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .\32xl\:mx-134 {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .\32xl\:mx-135 {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .\32xl\:mx-136 {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .\32xl\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .\32xl\:mx-152 {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .\32xl\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .\32xl\:mx-164 {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .\32xl\:mx-172 {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .\32xl\:mx-179 {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .\32xl\:mx-184 {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .\32xl\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .\32xl\:mx-224 {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .\32xl\:mx-240 {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .\32xl\:mx-256 {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .\32xl\:mx-265 {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .\32xl\:mx-288 {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .\32xl\:mx-384 {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:mx-px {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:mx-0\.75 {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .\32xl\:mx-4\.5 {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .\32xl\:mx-7\.5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .\32xl\:mx-9\.5 {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .\32xl\:mx-9\.75 {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .\32xl\:mx-12\.5 {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .\32xl\:mx-13\.5 {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .\32xl\:mx-292\.5 {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .\32xl\:mx-1\/24 {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .\32xl\:mx-2\/24 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .\32xl\:mx-3\/24 {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .\32xl\:mx-4\/24 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .\32xl\:mx-5\/24 {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .\32xl\:mx-6\/24 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .\32xl\:mx-7\/24 {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .\32xl\:mx-8\/24 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .\32xl\:mx-9\/24 {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .\32xl\:mx-10\/24 {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .\32xl\:mx-11\/24 {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .\32xl\:mx-12\/24 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .\32xl\:mx-13\/24 {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .\32xl\:mx-14\/24 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .\32xl\:mx-15\/24 {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .\32xl\:mx-16\/24 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .\32xl\:mx-17\/24 {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .\32xl\:mx-18\/24 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .\32xl\:mx-19\/24 {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .\32xl\:mx-20\/24 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .\32xl\:mx-21\/24 {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .\32xl\:mx-22\/24 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .\32xl\:mx-23\/24 {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .\32xl\:mx-24\/24 {
    margin-left: 100%;
    margin-right: 100%;
  }

  .\32xl\:mx-screen-header {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .\32xl\:mx-screen-60 {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .\32xl\:mx-screen-80 {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .\32xl\:mx-screen-85 {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .\32xl\:mx-screen-90 {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .\32xl\:mx-screen-95 {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .\32xl\:mx-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .\32xl\:mx-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .\32xl\:mx-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .\32xl\:mx-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .\32xl\:mx-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .\32xl\:mx-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .\32xl\:mx-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .\32xl\:mx-full-4 {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .\32xl\:mx-account-body {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .\32xl\:mx-menu-center {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .\32xl\:mx-tutorials-hidden {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .\32xl\:mx-popup-full-width {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .\32xl\:mx-popup-full-width-md {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .\32xl\:mx-popup-full-height {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .\32xl\:mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .\32xl\:-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-mx-18 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .\32xl\:-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:-mx-21 {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .\32xl\:-mx-22 {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .\32xl\:-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:-mx-26 {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .\32xl\:-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:-mx-29 {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .\32xl\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:-mx-34 {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .\32xl\:-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:-mx-42 {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .\32xl\:-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:-mx-68 {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .\32xl\:-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:-mx-77 {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .\32xl\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:-mx-82 {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .\32xl\:-mx-88 {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .\32xl\:-mx-94 {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .\32xl\:-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:-mx-98 {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .\32xl\:-mx-104 {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .\32xl\:-mx-108 {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .\32xl\:-mx-110 {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .\32xl\:-mx-112 {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .\32xl\:-mx-120 {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .\32xl\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .\32xl\:-mx-132 {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .\32xl\:-mx-134 {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .\32xl\:-mx-135 {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .\32xl\:-mx-136 {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .\32xl\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .\32xl\:-mx-152 {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .\32xl\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .\32xl\:-mx-164 {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .\32xl\:-mx-172 {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .\32xl\:-mx-179 {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .\32xl\:-mx-184 {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .\32xl\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .\32xl\:-mx-224 {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .\32xl\:-mx-240 {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .\32xl\:-mx-256 {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .\32xl\:-mx-265 {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .\32xl\:-mx-288 {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .\32xl\:-mx-384 {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .\32xl\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:-mx-0\.75 {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .\32xl\:-mx-4\.5 {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .\32xl\:-mx-7\.5 {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .\32xl\:-mx-9\.5 {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .\32xl\:-mx-9\.75 {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .\32xl\:-mx-12\.5 {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .\32xl\:-mx-13\.5 {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .\32xl\:-mx-292\.5 {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .\32xl\:-mx-1\/24 {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .\32xl\:-mx-2\/24 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .\32xl\:-mx-3\/24 {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .\32xl\:-mx-4\/24 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .\32xl\:-mx-5\/24 {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .\32xl\:-mx-6\/24 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .\32xl\:-mx-7\/24 {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .\32xl\:-mx-8\/24 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .\32xl\:-mx-9\/24 {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .\32xl\:-mx-10\/24 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .\32xl\:-mx-11\/24 {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .\32xl\:-mx-12\/24 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .\32xl\:-mx-13\/24 {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .\32xl\:-mx-14\/24 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .\32xl\:-mx-15\/24 {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .\32xl\:-mx-16\/24 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .\32xl\:-mx-17\/24 {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .\32xl\:-mx-18\/24 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .\32xl\:-mx-19\/24 {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .\32xl\:-mx-20\/24 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .\32xl\:-mx-21\/24 {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .\32xl\:-mx-22\/24 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .\32xl\:-mx-23\/24 {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .\32xl\:-mx-24\/24 {
    margin-left: -100%;
    margin-right: -100%;
  }

  .\32xl\:-mx-screen-header {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .\32xl\:-mx-screen-60 {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .\32xl\:-mx-screen-80 {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .\32xl\:-mx-screen-85 {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .\32xl\:-mx-screen-90 {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .\32xl\:-mx-screen-95 {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .\32xl\:-mx-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .\32xl\:-mx-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .\32xl\:-mx-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .\32xl\:-mx-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .\32xl\:-mx-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .\32xl\:-mx-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .\32xl\:-mx-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .\32xl\:-mx-full-4 {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .\32xl\:-mx-account-body {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .\32xl\:-mx-menu-center {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .\32xl\:-mx-tutorials-hidden {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .\32xl\:-mx-popup-full-width {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .\32xl\:-mx-popup-full-width-md {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .\32xl\:-mx-popup-full-height {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .\32xl\:-mx-max-content {
    margin-left: max-content;
    margin-right: max-content;
  }

  .\32xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .\32xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:my-21 {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .\32xl\:my-22 {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:my-26 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .\32xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:my-29 {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:my-34 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .\32xl\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:my-42 {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .\32xl\:my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:my-68 {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .\32xl\:my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:my-77 {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .\32xl\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:my-82 {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .\32xl\:my-88 {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .\32xl\:my-94 {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .\32xl\:my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:my-98 {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .\32xl\:my-104 {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .\32xl\:my-108 {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .\32xl\:my-110 {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .\32xl\:my-112 {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .\32xl\:my-120 {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .\32xl\:my-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .\32xl\:my-132 {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .\32xl\:my-134 {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .\32xl\:my-135 {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .\32xl\:my-136 {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .\32xl\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .\32xl\:my-152 {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .\32xl\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .\32xl\:my-164 {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .\32xl\:my-172 {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .\32xl\:my-179 {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .\32xl\:my-184 {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .\32xl\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .\32xl\:my-224 {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .\32xl\:my-240 {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .\32xl\:my-256 {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .\32xl\:my-265 {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .\32xl\:my-288 {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .\32xl\:my-384 {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .\32xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:my-px {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:my-0\.75 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .\32xl\:my-4\.5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .\32xl\:my-7\.5 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .\32xl\:my-9\.5 {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .\32xl\:my-9\.75 {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .\32xl\:my-12\.5 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .\32xl\:my-13\.5 {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .\32xl\:my-292\.5 {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .\32xl\:my-1\/24 {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .\32xl\:my-2\/24 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .\32xl\:my-3\/24 {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .\32xl\:my-4\/24 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .\32xl\:my-5\/24 {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .\32xl\:my-6\/24 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .\32xl\:my-7\/24 {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .\32xl\:my-8\/24 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .\32xl\:my-9\/24 {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .\32xl\:my-10\/24 {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .\32xl\:my-11\/24 {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .\32xl\:my-12\/24 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .\32xl\:my-13\/24 {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .\32xl\:my-14\/24 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .\32xl\:my-15\/24 {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .\32xl\:my-16\/24 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .\32xl\:my-17\/24 {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .\32xl\:my-18\/24 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .\32xl\:my-19\/24 {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .\32xl\:my-20\/24 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .\32xl\:my-21\/24 {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .\32xl\:my-22\/24 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .\32xl\:my-23\/24 {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .\32xl\:my-24\/24 {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .\32xl\:my-screen-header {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .\32xl\:my-screen-60 {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .\32xl\:my-screen-80 {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .\32xl\:my-screen-85 {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .\32xl\:my-screen-90 {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .\32xl\:my-screen-95 {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .\32xl\:my-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .\32xl\:my-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .\32xl\:my-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .\32xl\:my-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .\32xl\:my-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .\32xl\:my-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .\32xl\:my-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .\32xl\:my-full-4 {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .\32xl\:my-account-body {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .\32xl\:my-menu-center {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .\32xl\:my-tutorials-hidden {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .\32xl\:my-popup-full-width {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .\32xl\:my-popup-full-width-md {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .\32xl\:my-popup-full-height {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .\32xl\:my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .\32xl\:-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:-my-18 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .\32xl\:-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:-my-21 {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .\32xl\:-my-22 {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .\32xl\:-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:-my-26 {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .\32xl\:-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:-my-29 {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .\32xl\:-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:-my-34 {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .\32xl\:-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:-my-42 {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .\32xl\:-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:-my-68 {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .\32xl\:-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:-my-77 {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .\32xl\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:-my-82 {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .\32xl\:-my-88 {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .\32xl\:-my-94 {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .\32xl\:-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:-my-98 {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .\32xl\:-my-104 {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .\32xl\:-my-108 {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .\32xl\:-my-110 {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .\32xl\:-my-112 {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .\32xl\:-my-120 {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .\32xl\:-my-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .\32xl\:-my-132 {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .\32xl\:-my-134 {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .\32xl\:-my-135 {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .\32xl\:-my-136 {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .\32xl\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .\32xl\:-my-152 {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .\32xl\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .\32xl\:-my-164 {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .\32xl\:-my-172 {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .\32xl\:-my-179 {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .\32xl\:-my-184 {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .\32xl\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .\32xl\:-my-224 {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .\32xl\:-my-240 {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .\32xl\:-my-256 {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .\32xl\:-my-265 {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .\32xl\:-my-288 {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .\32xl\:-my-384 {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .\32xl\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:-my-0\.75 {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .\32xl\:-my-4\.5 {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .\32xl\:-my-7\.5 {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .\32xl\:-my-9\.5 {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .\32xl\:-my-9\.75 {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .\32xl\:-my-12\.5 {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .\32xl\:-my-13\.5 {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .\32xl\:-my-292\.5 {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .\32xl\:-my-1\/24 {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .\32xl\:-my-2\/24 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .\32xl\:-my-3\/24 {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .\32xl\:-my-4\/24 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .\32xl\:-my-5\/24 {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .\32xl\:-my-6\/24 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .\32xl\:-my-7\/24 {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .\32xl\:-my-8\/24 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .\32xl\:-my-9\/24 {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .\32xl\:-my-10\/24 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .\32xl\:-my-11\/24 {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .\32xl\:-my-12\/24 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .\32xl\:-my-13\/24 {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .\32xl\:-my-14\/24 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .\32xl\:-my-15\/24 {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .\32xl\:-my-16\/24 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .\32xl\:-my-17\/24 {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .\32xl\:-my-18\/24 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .\32xl\:-my-19\/24 {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .\32xl\:-my-20\/24 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .\32xl\:-my-21\/24 {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .\32xl\:-my-22\/24 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .\32xl\:-my-23\/24 {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .\32xl\:-my-24\/24 {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .\32xl\:-my-screen-header {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .\32xl\:-my-screen-60 {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .\32xl\:-my-screen-80 {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .\32xl\:-my-screen-85 {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .\32xl\:-my-screen-90 {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .\32xl\:-my-screen-95 {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .\32xl\:-my-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .\32xl\:-my-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .\32xl\:-my-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .\32xl\:-my-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .\32xl\:-my-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .\32xl\:-my-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .\32xl\:-my-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .\32xl\:-my-full-4 {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .\32xl\:-my-account-body {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .\32xl\:-my-menu-center {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .\32xl\:-my-tutorials-hidden {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .\32xl\:-my-popup-full-width {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .\32xl\:-my-popup-full-width-md {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .\32xl\:-my-popup-full-height {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .\32xl\:-my-max-content {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .\32xl\:hover\:mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:hover\:mx-1:hover {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:hover\:mx-2:hover {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:hover\:mx-3:hover {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:hover\:mx-4:hover {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:hover\:mx-5:hover {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:hover\:mx-6:hover {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:hover\:mx-7:hover {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:hover\:mx-8:hover {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:hover\:mx-9:hover {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:hover\:mx-10:hover {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:hover\:mx-11:hover {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:hover\:mx-12:hover {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:hover\:mx-14:hover {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:hover\:mx-16:hover {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:hover\:mx-18:hover {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .\32xl\:hover\:mx-20:hover {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .\32xl\:hover\:mx-21:hover {
    margin-left: 5.25rem;
    margin-right: 5.25rem;
  }

  .\32xl\:hover\:mx-22:hover {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }

  .\32xl\:hover\:mx-24:hover {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .\32xl\:hover\:mx-26:hover {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .\32xl\:hover\:mx-28:hover {
    margin-left: 7rem;
    margin-right: 7rem;
  }

  .\32xl\:hover\:mx-29:hover {
    margin-left: 7.25rem;
    margin-right: 7.25rem;
  }

  .\32xl\:hover\:mx-32:hover {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .\32xl\:hover\:mx-34:hover {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }

  .\32xl\:hover\:mx-36:hover {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .\32xl\:hover\:mx-40:hover {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .\32xl\:hover\:mx-42:hover {
    margin-left: 10.5rem;
    margin-right: 10.5rem;
  }

  .\32xl\:hover\:mx-44:hover {
    margin-left: 11rem;
    margin-right: 11rem;
  }

  .\32xl\:hover\:mx-48:hover {
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .\32xl\:hover\:mx-52:hover {
    margin-left: 13rem;
    margin-right: 13rem;
  }

  .\32xl\:hover\:mx-56:hover {
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .\32xl\:hover\:mx-60:hover {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .\32xl\:hover\:mx-64:hover {
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .\32xl\:hover\:mx-68:hover {
    margin-left: 17rem;
    margin-right: 17rem;
  }

  .\32xl\:hover\:mx-72:hover {
    margin-left: 18rem;
    margin-right: 18rem;
  }

  .\32xl\:hover\:mx-77:hover {
    margin-left: 19.25rem;
    margin-right: 19.25rem;
  }

  .\32xl\:hover\:mx-80:hover {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:hover\:mx-82:hover {
    margin-left: 20.5rem;
    margin-right: 20.5rem;
  }

  .\32xl\:hover\:mx-88:hover {
    margin-left: 22rem;
    margin-right: 22rem;
  }

  .\32xl\:hover\:mx-94:hover {
    margin-left: 23.5rem;
    margin-right: 23.5rem;
  }

  .\32xl\:hover\:mx-96:hover {
    margin-left: 24rem;
    margin-right: 24rem;
  }

  .\32xl\:hover\:mx-98:hover {
    margin-left: 24.5rem;
    margin-right: 24.5rem;
  }

  .\32xl\:hover\:mx-104:hover {
    margin-left: 26rem;
    margin-right: 26rem;
  }

  .\32xl\:hover\:mx-108:hover {
    margin-left: 27rem;
    margin-right: 27rem;
  }

  .\32xl\:hover\:mx-110:hover {
    margin-left: 27.5rem;
    margin-right: 27.5rem;
  }

  .\32xl\:hover\:mx-112:hover {
    margin-left: 28rem;
    margin-right: 28rem;
  }

  .\32xl\:hover\:mx-120:hover {
    margin-left: 30rem;
    margin-right: 30rem;
  }

  .\32xl\:hover\:mx-128:hover {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .\32xl\:hover\:mx-132:hover {
    margin-left: 33rem;
    margin-right: 33rem;
  }

  .\32xl\:hover\:mx-134:hover {
    margin-left: 33.5rem;
    margin-right: 33.5rem;
  }

  .\32xl\:hover\:mx-135:hover {
    margin-left: 33.75rem;
    margin-right: 33.75rem;
  }

  .\32xl\:hover\:mx-136:hover {
    margin-left: 34rem;
    margin-right: 34rem;
  }

  .\32xl\:hover\:mx-144:hover {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .\32xl\:hover\:mx-152:hover {
    margin-left: 38rem;
    margin-right: 38rem;
  }

  .\32xl\:hover\:mx-160:hover {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .\32xl\:hover\:mx-164:hover {
    margin-left: 41rem;
    margin-right: 41rem;
  }

  .\32xl\:hover\:mx-172:hover {
    margin-left: 43rem;
    margin-right: 43rem;
  }

  .\32xl\:hover\:mx-179:hover {
    margin-left: 44.75rem;
    margin-right: 44.75rem;
  }

  .\32xl\:hover\:mx-184:hover {
    margin-left: 46rem;
    margin-right: 46rem;
  }

  .\32xl\:hover\:mx-192:hover {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .\32xl\:hover\:mx-224:hover {
    margin-left: 56rem;
    margin-right: 56rem;
  }

  .\32xl\:hover\:mx-240:hover {
    margin-left: 60rem;
    margin-right: 60rem;
  }

  .\32xl\:hover\:mx-256:hover {
    margin-left: 64rem;
    margin-right: 64rem;
  }

  .\32xl\:hover\:mx-265:hover {
    margin-left: 66.25rem;
    margin-right: 66.25rem;
  }

  .\32xl\:hover\:mx-288:hover {
    margin-left: 72rem;
    margin-right: 72rem;
  }

  .\32xl\:hover\:mx-384:hover {
    margin-left: 96rem;
    margin-right: 96rem;
  }

  .\32xl\:hover\:mx-auto:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:hover\:mx-px:hover {
    margin-left: 1px;
    margin-right: 1px;
  }

  .\32xl\:hover\:mx-0\.5:hover {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .\32xl\:hover\:mx-1\.5:hover {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .\32xl\:hover\:mx-2\.5:hover {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .\32xl\:hover\:mx-3\.5:hover {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }

  .\32xl\:hover\:mx-0\.75:hover {
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }

  .\32xl\:hover\:mx-4\.5:hover {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
  }

  .\32xl\:hover\:mx-7\.5:hover {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }

  .\32xl\:hover\:mx-9\.5:hover {
    margin-left: 2.375rem;
    margin-right: 2.375rem;
  }

  .\32xl\:hover\:mx-9\.75:hover {
    margin-left: 2.4375rem;
    margin-right: 2.4375rem;
  }

  .\32xl\:hover\:mx-12\.5:hover {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }

  .\32xl\:hover\:mx-13\.5:hover {
    margin-left: 3.375rem;
    margin-right: 3.375rem;
  }

  .\32xl\:hover\:mx-292\.5:hover {
    margin-left: 73.125rem;
    margin-right: 73.125rem;
  }

  .\32xl\:hover\:mx-1\/24:hover {
    margin-left: 4.166667%;
    margin-right: 4.166667%;
  }

  .\32xl\:hover\:mx-2\/24:hover {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .\32xl\:hover\:mx-3\/24:hover {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .\32xl\:hover\:mx-4\/24:hover {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .\32xl\:hover\:mx-5\/24:hover {
    margin-left: 20.833333%;
    margin-right: 20.833333%;
  }

  .\32xl\:hover\:mx-6\/24:hover {
    margin-left: 25%;
    margin-right: 25%;
  }

  .\32xl\:hover\:mx-7\/24:hover {
    margin-left: 29.166666%;
    margin-right: 29.166666%;
  }

  .\32xl\:hover\:mx-8\/24:hover {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .\32xl\:hover\:mx-9\/24:hover {
    margin-left: 37.5%;
    margin-right: 37.5%;
  }

  .\32xl\:hover\:mx-10\/24:hover {
    margin-left: 41.666666%;
    margin-right: 41.666666%;
  }

  .\32xl\:hover\:mx-11\/24:hover {
    margin-left: 45.833333%;
    margin-right: 45.833333%;
  }

  .\32xl\:hover\:mx-12\/24:hover {
    margin-left: 50%;
    margin-right: 50%;
  }

  .\32xl\:hover\:mx-13\/24:hover {
    margin-left: 54.166666%;
    margin-right: 54.166666%;
  }

  .\32xl\:hover\:mx-14\/24:hover {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .\32xl\:hover\:mx-15\/24:hover {
    margin-left: 62.5%;
    margin-right: 62.5%;
  }

  .\32xl\:hover\:mx-16\/24:hover {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .\32xl\:hover\:mx-17\/24:hover {
    margin-left: 70.833333%;
    margin-right: 70.833333%;
  }

  .\32xl\:hover\:mx-18\/24:hover {
    margin-left: 75%;
    margin-right: 75%;
  }

  .\32xl\:hover\:mx-19\/24:hover {
    margin-left: 79.166667%;
    margin-right: 79.166667%;
  }

  .\32xl\:hover\:mx-20\/24:hover {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .\32xl\:hover\:mx-21\/24:hover {
    margin-left: 87.5%;
    margin-right: 87.5%;
  }

  .\32xl\:hover\:mx-22\/24:hover {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .\32xl\:hover\:mx-23\/24:hover {
    margin-left: 95.833333%;
    margin-right: 95.833333%;
  }

  .\32xl\:hover\:mx-24\/24:hover {
    margin-left: 100%;
    margin-right: 100%;
  }

  .\32xl\:hover\:mx-screen-header:hover {
    margin-left: 41.55vw;
    margin-right: 41.55vw;
  }

  .\32xl\:hover\:mx-screen-60:hover {
    margin-left: 60vh;
    margin-right: 60vh;
  }

  .\32xl\:hover\:mx-screen-80:hover {
    margin-left: 80vh;
    margin-right: 80vh;
  }

  .\32xl\:hover\:mx-screen-85:hover {
    margin-left: 85vh;
    margin-right: 85vh;
  }

  .\32xl\:hover\:mx-screen-90:hover {
    margin-left: 90vh;
    margin-right: 90vh;
  }

  .\32xl\:hover\:mx-screen-95:hover {
    margin-left: 95vh;
    margin-right: 95vh;
  }

  .\32xl\:hover\:mx-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
    margin-right: calc(100vh - 5.25rem);
  }

  .\32xl\:hover\:mx-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
    margin-right: calc(100vh - 8.875rem);
  }

  .\32xl\:hover\:mx-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
    margin-right: calc(100vh - 9rem);
  }

  .\32xl\:hover\:mx-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
    margin-right: calc(100vh - 10rem);
  }

  .\32xl\:hover\:mx-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
    margin-right: calc(100vh - 13.75rem);
  }

  .\32xl\:hover\:mx-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
    margin-right: calc(100vh - 18rem);
  }

  .\32xl\:hover\:mx-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
    margin-right: calc(100vh - 20rem);
  }

  .\32xl\:hover\:mx-full-4:hover {
    margin-left: calc(100% - 16px);
    margin-right: calc(100% - 16px);
  }

  .\32xl\:hover\:mx-account-body:hover {
    margin-left: calc(100vw - 304px);
    margin-right: calc(100vw - 304px);
  }

  .\32xl\:hover\:mx-menu-center:hover {
    margin-left: calc(50% - 288px);
    margin-right: calc(50% - 288px);
  }

  .\32xl\:hover\:mx-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
    margin-right: calc(100% - 56px);
  }

  .\32xl\:hover\:mx-popup-full-width:hover {
    margin-left: calc(100% + 32px);
    margin-right: calc(100% + 32px);
  }

  .\32xl\:hover\:mx-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
    margin-right: calc(100% + 64px);
  }

  .\32xl\:hover\:mx-popup-full-height:hover {
    margin-left: calc(100% + 68px);
    margin-right: calc(100% + 68px);
  }

  .\32xl\:hover\:mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .\32xl\:hover\:-mx-0:hover {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:hover\:-mx-1:hover {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:hover\:-mx-2:hover {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:hover\:-mx-3:hover {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:hover\:-mx-4:hover {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:hover\:-mx-5:hover {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:hover\:-mx-6:hover {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:hover\:-mx-7:hover {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:hover\:-mx-8:hover {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:hover\:-mx-9:hover {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:hover\:-mx-10:hover {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:hover\:-mx-11:hover {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:hover\:-mx-12:hover {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:hover\:-mx-14:hover {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:hover\:-mx-16:hover {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:hover\:-mx-18:hover {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .\32xl\:hover\:-mx-20:hover {
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .\32xl\:hover\:-mx-21:hover {
    margin-left: -5.25rem;
    margin-right: -5.25rem;
  }

  .\32xl\:hover\:-mx-22:hover {
    margin-left: -5.5rem;
    margin-right: -5.5rem;
  }

  .\32xl\:hover\:-mx-24:hover {
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .\32xl\:hover\:-mx-26:hover {
    margin-left: -6.5rem;
    margin-right: -6.5rem;
  }

  .\32xl\:hover\:-mx-28:hover {
    margin-left: -7rem;
    margin-right: -7rem;
  }

  .\32xl\:hover\:-mx-29:hover {
    margin-left: -7.25rem;
    margin-right: -7.25rem;
  }

  .\32xl\:hover\:-mx-32:hover {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .\32xl\:hover\:-mx-34:hover {
    margin-left: -8.5rem;
    margin-right: -8.5rem;
  }

  .\32xl\:hover\:-mx-36:hover {
    margin-left: -9rem;
    margin-right: -9rem;
  }

  .\32xl\:hover\:-mx-40:hover {
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .\32xl\:hover\:-mx-42:hover {
    margin-left: -10.5rem;
    margin-right: -10.5rem;
  }

  .\32xl\:hover\:-mx-44:hover {
    margin-left: -11rem;
    margin-right: -11rem;
  }

  .\32xl\:hover\:-mx-48:hover {
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .\32xl\:hover\:-mx-52:hover {
    margin-left: -13rem;
    margin-right: -13rem;
  }

  .\32xl\:hover\:-mx-56:hover {
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .\32xl\:hover\:-mx-60:hover {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .\32xl\:hover\:-mx-64:hover {
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .\32xl\:hover\:-mx-68:hover {
    margin-left: -17rem;
    margin-right: -17rem;
  }

  .\32xl\:hover\:-mx-72:hover {
    margin-left: -18rem;
    margin-right: -18rem;
  }

  .\32xl\:hover\:-mx-77:hover {
    margin-left: -19.25rem;
    margin-right: -19.25rem;
  }

  .\32xl\:hover\:-mx-80:hover {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .\32xl\:hover\:-mx-82:hover {
    margin-left: -20.5rem;
    margin-right: -20.5rem;
  }

  .\32xl\:hover\:-mx-88:hover {
    margin-left: -22rem;
    margin-right: -22rem;
  }

  .\32xl\:hover\:-mx-94:hover {
    margin-left: -23.5rem;
    margin-right: -23.5rem;
  }

  .\32xl\:hover\:-mx-96:hover {
    margin-left: -24rem;
    margin-right: -24rem;
  }

  .\32xl\:hover\:-mx-98:hover {
    margin-left: -24.5rem;
    margin-right: -24.5rem;
  }

  .\32xl\:hover\:-mx-104:hover {
    margin-left: -26rem;
    margin-right: -26rem;
  }

  .\32xl\:hover\:-mx-108:hover {
    margin-left: -27rem;
    margin-right: -27rem;
  }

  .\32xl\:hover\:-mx-110:hover {
    margin-left: -27.5rem;
    margin-right: -27.5rem;
  }

  .\32xl\:hover\:-mx-112:hover {
    margin-left: -28rem;
    margin-right: -28rem;
  }

  .\32xl\:hover\:-mx-120:hover {
    margin-left: -30rem;
    margin-right: -30rem;
  }

  .\32xl\:hover\:-mx-128:hover {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .\32xl\:hover\:-mx-132:hover {
    margin-left: -33rem;
    margin-right: -33rem;
  }

  .\32xl\:hover\:-mx-134:hover {
    margin-left: -33.5rem;
    margin-right: -33.5rem;
  }

  .\32xl\:hover\:-mx-135:hover {
    margin-left: -33.75rem;
    margin-right: -33.75rem;
  }

  .\32xl\:hover\:-mx-136:hover {
    margin-left: -34rem;
    margin-right: -34rem;
  }

  .\32xl\:hover\:-mx-144:hover {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .\32xl\:hover\:-mx-152:hover {
    margin-left: -38rem;
    margin-right: -38rem;
  }

  .\32xl\:hover\:-mx-160:hover {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .\32xl\:hover\:-mx-164:hover {
    margin-left: -41rem;
    margin-right: -41rem;
  }

  .\32xl\:hover\:-mx-172:hover {
    margin-left: -43rem;
    margin-right: -43rem;
  }

  .\32xl\:hover\:-mx-179:hover {
    margin-left: -44.75rem;
    margin-right: -44.75rem;
  }

  .\32xl\:hover\:-mx-184:hover {
    margin-left: -46rem;
    margin-right: -46rem;
  }

  .\32xl\:hover\:-mx-192:hover {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .\32xl\:hover\:-mx-224:hover {
    margin-left: -56rem;
    margin-right: -56rem;
  }

  .\32xl\:hover\:-mx-240:hover {
    margin-left: -60rem;
    margin-right: -60rem;
  }

  .\32xl\:hover\:-mx-256:hover {
    margin-left: -64rem;
    margin-right: -64rem;
  }

  .\32xl\:hover\:-mx-265:hover {
    margin-left: -66.25rem;
    margin-right: -66.25rem;
  }

  .\32xl\:hover\:-mx-288:hover {
    margin-left: -72rem;
    margin-right: -72rem;
  }

  .\32xl\:hover\:-mx-384:hover {
    margin-left: -96rem;
    margin-right: -96rem;
  }

  .\32xl\:hover\:-mx-px:hover {
    margin-left: -1px;
    margin-right: -1px;
  }

  .\32xl\:hover\:-mx-0\.5:hover {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
  }

  .\32xl\:hover\:-mx-1\.5:hover {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }

  .\32xl\:hover\:-mx-2\.5:hover {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .\32xl\:hover\:-mx-3\.5:hover {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
  }

  .\32xl\:hover\:-mx-0\.75:hover {
    margin-left: -0.1875rem;
    margin-right: -0.1875rem;
  }

  .\32xl\:hover\:-mx-4\.5:hover {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .\32xl\:hover\:-mx-7\.5:hover {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .\32xl\:hover\:-mx-9\.5:hover {
    margin-left: -2.375rem;
    margin-right: -2.375rem;
  }

  .\32xl\:hover\:-mx-9\.75:hover {
    margin-left: -2.4375rem;
    margin-right: -2.4375rem;
  }

  .\32xl\:hover\:-mx-12\.5:hover {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }

  .\32xl\:hover\:-mx-13\.5:hover {
    margin-left: -3.375rem;
    margin-right: -3.375rem;
  }

  .\32xl\:hover\:-mx-292\.5:hover {
    margin-left: -73.125rem;
    margin-right: -73.125rem;
  }

  .\32xl\:hover\:-mx-1\/24:hover {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }

  .\32xl\:hover\:-mx-2\/24:hover {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .\32xl\:hover\:-mx-3\/24:hover {
    margin-left: -12.5%;
    margin-right: -12.5%;
  }

  .\32xl\:hover\:-mx-4\/24:hover {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .\32xl\:hover\:-mx-5\/24:hover {
    margin-left: -20.83333%;
    margin-right: -20.83333%;
  }

  .\32xl\:hover\:-mx-6\/24:hover {
    margin-left: -25%;
    margin-right: -25%;
  }

  .\32xl\:hover\:-mx-7\/24:hover {
    margin-left: -29.16667%;
    margin-right: -29.16667%;
  }

  .\32xl\:hover\:-mx-8\/24:hover {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .\32xl\:hover\:-mx-9\/24:hover {
    margin-left: -37.5%;
    margin-right: -37.5%;
  }

  .\32xl\:hover\:-mx-10\/24:hover {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .\32xl\:hover\:-mx-11\/24:hover {
    margin-left: -45.83333%;
    margin-right: -45.83333%;
  }

  .\32xl\:hover\:-mx-12\/24:hover {
    margin-left: -50%;
    margin-right: -50%;
  }

  .\32xl\:hover\:-mx-13\/24:hover {
    margin-left: -54.16667%;
    margin-right: -54.16667%;
  }

  .\32xl\:hover\:-mx-14\/24:hover {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .\32xl\:hover\:-mx-15\/24:hover {
    margin-left: -62.5%;
    margin-right: -62.5%;
  }

  .\32xl\:hover\:-mx-16\/24:hover {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .\32xl\:hover\:-mx-17\/24:hover {
    margin-left: -70.83333%;
    margin-right: -70.83333%;
  }

  .\32xl\:hover\:-mx-18\/24:hover {
    margin-left: -75%;
    margin-right: -75%;
  }

  .\32xl\:hover\:-mx-19\/24:hover {
    margin-left: -79.16667%;
    margin-right: -79.16667%;
  }

  .\32xl\:hover\:-mx-20\/24:hover {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .\32xl\:hover\:-mx-21\/24:hover {
    margin-left: -87.5%;
    margin-right: -87.5%;
  }

  .\32xl\:hover\:-mx-22\/24:hover {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .\32xl\:hover\:-mx-23\/24:hover {
    margin-left: -95.83333%;
    margin-right: -95.83333%;
  }

  .\32xl\:hover\:-mx-24\/24:hover {
    margin-left: -100%;
    margin-right: -100%;
  }

  .\32xl\:hover\:-mx-screen-header:hover {
    margin-left: -41.55vw;
    margin-right: -41.55vw;
  }

  .\32xl\:hover\:-mx-screen-60:hover {
    margin-left: -60vh;
    margin-right: -60vh;
  }

  .\32xl\:hover\:-mx-screen-80:hover {
    margin-left: -80vh;
    margin-right: -80vh;
  }

  .\32xl\:hover\:-mx-screen-85:hover {
    margin-left: -85vh;
    margin-right: -85vh;
  }

  .\32xl\:hover\:-mx-screen-90:hover {
    margin-left: -90vh;
    margin-right: -90vh;
  }

  .\32xl\:hover\:-mx-screen-95:hover {
    margin-left: -95vh;
    margin-right: -95vh;
  }

  .\32xl\:hover\:-mx-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
    margin-right: calc(-100vh - -5.25rem);
  }

  .\32xl\:hover\:-mx-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
    margin-right: calc(-100vh - -8.875rem);
  }

  .\32xl\:hover\:-mx-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
    margin-right: calc(-100vh - -9rem);
  }

  .\32xl\:hover\:-mx-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
    margin-right: calc(-100vh - -10rem);
  }

  .\32xl\:hover\:-mx-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
    margin-right: calc(-100vh - -13.75rem);
  }

  .\32xl\:hover\:-mx-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
    margin-right: calc(-100vh - -18rem);
  }

  .\32xl\:hover\:-mx-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
    margin-right: calc(-100vh - -20rem);
  }

  .\32xl\:hover\:-mx-full-4:hover {
    margin-left: calc(-100% - -16px);
    margin-right: calc(-100% - -16px);
  }

  .\32xl\:hover\:-mx-account-body:hover {
    margin-left: calc(-100vw - -304px);
    margin-right: calc(-100vw - -304px);
  }

  .\32xl\:hover\:-mx-menu-center:hover {
    margin-left: calc(-50% - -288px);
    margin-right: calc(-50% - -288px);
  }

  .\32xl\:hover\:-mx-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
    margin-right: calc(-100% - -56px);
  }

  .\32xl\:hover\:-mx-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
    margin-right: calc(-100% + -32px);
  }

  .\32xl\:hover\:-mx-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
    margin-right: calc(-100% + -64px);
  }

  .\32xl\:hover\:-mx-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
    margin-right: calc(-100% + -68px);
  }

  .\32xl\:hover\:-mx-max-content:hover {
    margin-left: max-content;
    margin-right: max-content;
  }

  .\32xl\:hover\:my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:hover\:my-1:hover {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:hover\:my-2:hover {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:hover\:my-3:hover {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:hover\:my-4:hover {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:hover\:my-5:hover {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:hover\:my-6:hover {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:hover\:my-7:hover {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:hover\:my-8:hover {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:hover\:my-9:hover {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:hover\:my-10:hover {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:hover\:my-11:hover {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:hover\:my-12:hover {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:hover\:my-14:hover {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:hover\:my-16:hover {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:hover\:my-18:hover {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .\32xl\:hover\:my-20:hover {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .\32xl\:hover\:my-21:hover {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .\32xl\:hover\:my-22:hover {
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }

  .\32xl\:hover\:my-24:hover {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:hover\:my-26:hover {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }

  .\32xl\:hover\:my-28:hover {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .\32xl\:hover\:my-29:hover {
    margin-top: 7.25rem;
    margin-bottom: 7.25rem;
  }

  .\32xl\:hover\:my-32:hover {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:hover\:my-34:hover {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }

  .\32xl\:hover\:my-36:hover {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .\32xl\:hover\:my-40:hover {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .\32xl\:hover\:my-42:hover {
    margin-top: 10.5rem;
    margin-bottom: 10.5rem;
  }

  .\32xl\:hover\:my-44:hover {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .\32xl\:hover\:my-48:hover {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .\32xl\:hover\:my-52:hover {
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .\32xl\:hover\:my-56:hover {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .\32xl\:hover\:my-60:hover {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .\32xl\:hover\:my-64:hover {
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .\32xl\:hover\:my-68:hover {
    margin-top: 17rem;
    margin-bottom: 17rem;
  }

  .\32xl\:hover\:my-72:hover {
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .\32xl\:hover\:my-77:hover {
    margin-top: 19.25rem;
    margin-bottom: 19.25rem;
  }

  .\32xl\:hover\:my-80:hover {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .\32xl\:hover\:my-82:hover {
    margin-top: 20.5rem;
    margin-bottom: 20.5rem;
  }

  .\32xl\:hover\:my-88:hover {
    margin-top: 22rem;
    margin-bottom: 22rem;
  }

  .\32xl\:hover\:my-94:hover {
    margin-top: 23.5rem;
    margin-bottom: 23.5rem;
  }

  .\32xl\:hover\:my-96:hover {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .\32xl\:hover\:my-98:hover {
    margin-top: 24.5rem;
    margin-bottom: 24.5rem;
  }

  .\32xl\:hover\:my-104:hover {
    margin-top: 26rem;
    margin-bottom: 26rem;
  }

  .\32xl\:hover\:my-108:hover {
    margin-top: 27rem;
    margin-bottom: 27rem;
  }

  .\32xl\:hover\:my-110:hover {
    margin-top: 27.5rem;
    margin-bottom: 27.5rem;
  }

  .\32xl\:hover\:my-112:hover {
    margin-top: 28rem;
    margin-bottom: 28rem;
  }

  .\32xl\:hover\:my-120:hover {
    margin-top: 30rem;
    margin-bottom: 30rem;
  }

  .\32xl\:hover\:my-128:hover {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .\32xl\:hover\:my-132:hover {
    margin-top: 33rem;
    margin-bottom: 33rem;
  }

  .\32xl\:hover\:my-134:hover {
    margin-top: 33.5rem;
    margin-bottom: 33.5rem;
  }

  .\32xl\:hover\:my-135:hover {
    margin-top: 33.75rem;
    margin-bottom: 33.75rem;
  }

  .\32xl\:hover\:my-136:hover {
    margin-top: 34rem;
    margin-bottom: 34rem;
  }

  .\32xl\:hover\:my-144:hover {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .\32xl\:hover\:my-152:hover {
    margin-top: 38rem;
    margin-bottom: 38rem;
  }

  .\32xl\:hover\:my-160:hover {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .\32xl\:hover\:my-164:hover {
    margin-top: 41rem;
    margin-bottom: 41rem;
  }

  .\32xl\:hover\:my-172:hover {
    margin-top: 43rem;
    margin-bottom: 43rem;
  }

  .\32xl\:hover\:my-179:hover {
    margin-top: 44.75rem;
    margin-bottom: 44.75rem;
  }

  .\32xl\:hover\:my-184:hover {
    margin-top: 46rem;
    margin-bottom: 46rem;
  }

  .\32xl\:hover\:my-192:hover {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .\32xl\:hover\:my-224:hover {
    margin-top: 56rem;
    margin-bottom: 56rem;
  }

  .\32xl\:hover\:my-240:hover {
    margin-top: 60rem;
    margin-bottom: 60rem;
  }

  .\32xl\:hover\:my-256:hover {
    margin-top: 64rem;
    margin-bottom: 64rem;
  }

  .\32xl\:hover\:my-265:hover {
    margin-top: 66.25rem;
    margin-bottom: 66.25rem;
  }

  .\32xl\:hover\:my-288:hover {
    margin-top: 72rem;
    margin-bottom: 72rem;
  }

  .\32xl\:hover\:my-384:hover {
    margin-top: 96rem;
    margin-bottom: 96rem;
  }

  .\32xl\:hover\:my-auto:hover {
    margin-top: auto;
    margin-bottom: auto;
  }

  .\32xl\:hover\:my-px:hover {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .\32xl\:hover\:my-0\.5:hover {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .\32xl\:hover\:my-1\.5:hover {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .\32xl\:hover\:my-2\.5:hover {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .\32xl\:hover\:my-3\.5:hover {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .\32xl\:hover\:my-0\.75:hover {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
  }

  .\32xl\:hover\:my-4\.5:hover {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .\32xl\:hover\:my-7\.5:hover {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .\32xl\:hover\:my-9\.5:hover {
    margin-top: 2.375rem;
    margin-bottom: 2.375rem;
  }

  .\32xl\:hover\:my-9\.75:hover {
    margin-top: 2.4375rem;
    margin-bottom: 2.4375rem;
  }

  .\32xl\:hover\:my-12\.5:hover {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .\32xl\:hover\:my-13\.5:hover {
    margin-top: 3.375rem;
    margin-bottom: 3.375rem;
  }

  .\32xl\:hover\:my-292\.5:hover {
    margin-top: 73.125rem;
    margin-bottom: 73.125rem;
  }

  .\32xl\:hover\:my-1\/24:hover {
    margin-top: 4.166667%;
    margin-bottom: 4.166667%;
  }

  .\32xl\:hover\:my-2\/24:hover {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .\32xl\:hover\:my-3\/24:hover {
    margin-top: 12.5%;
    margin-bottom: 12.5%;
  }

  .\32xl\:hover\:my-4\/24:hover {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .\32xl\:hover\:my-5\/24:hover {
    margin-top: 20.833333%;
    margin-bottom: 20.833333%;
  }

  .\32xl\:hover\:my-6\/24:hover {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .\32xl\:hover\:my-7\/24:hover {
    margin-top: 29.166666%;
    margin-bottom: 29.166666%;
  }

  .\32xl\:hover\:my-8\/24:hover {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .\32xl\:hover\:my-9\/24:hover {
    margin-top: 37.5%;
    margin-bottom: 37.5%;
  }

  .\32xl\:hover\:my-10\/24:hover {
    margin-top: 41.666666%;
    margin-bottom: 41.666666%;
  }

  .\32xl\:hover\:my-11\/24:hover {
    margin-top: 45.833333%;
    margin-bottom: 45.833333%;
  }

  .\32xl\:hover\:my-12\/24:hover {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .\32xl\:hover\:my-13\/24:hover {
    margin-top: 54.166666%;
    margin-bottom: 54.166666%;
  }

  .\32xl\:hover\:my-14\/24:hover {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .\32xl\:hover\:my-15\/24:hover {
    margin-top: 62.5%;
    margin-bottom: 62.5%;
  }

  .\32xl\:hover\:my-16\/24:hover {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .\32xl\:hover\:my-17\/24:hover {
    margin-top: 70.833333%;
    margin-bottom: 70.833333%;
  }

  .\32xl\:hover\:my-18\/24:hover {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .\32xl\:hover\:my-19\/24:hover {
    margin-top: 79.166667%;
    margin-bottom: 79.166667%;
  }

  .\32xl\:hover\:my-20\/24:hover {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .\32xl\:hover\:my-21\/24:hover {
    margin-top: 87.5%;
    margin-bottom: 87.5%;
  }

  .\32xl\:hover\:my-22\/24:hover {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .\32xl\:hover\:my-23\/24:hover {
    margin-top: 95.833333%;
    margin-bottom: 95.833333%;
  }

  .\32xl\:hover\:my-24\/24:hover {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .\32xl\:hover\:my-screen-header:hover {
    margin-top: 41.55vw;
    margin-bottom: 41.55vw;
  }

  .\32xl\:hover\:my-screen-60:hover {
    margin-top: 60vh;
    margin-bottom: 60vh;
  }

  .\32xl\:hover\:my-screen-80:hover {
    margin-top: 80vh;
    margin-bottom: 80vh;
  }

  .\32xl\:hover\:my-screen-85:hover {
    margin-top: 85vh;
    margin-bottom: 85vh;
  }

  .\32xl\:hover\:my-screen-90:hover {
    margin-top: 90vh;
    margin-bottom: 90vh;
  }

  .\32xl\:hover\:my-screen-95:hover {
    margin-top: 95vh;
    margin-bottom: 95vh;
  }

  .\32xl\:hover\:my-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
    margin-bottom: calc(100vh - 5.25rem);
  }

  .\32xl\:hover\:my-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
    margin-bottom: calc(100vh - 8.875rem);
  }

  .\32xl\:hover\:my-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
    margin-bottom: calc(100vh - 9rem);
  }

  .\32xl\:hover\:my-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
    margin-bottom: calc(100vh - 10rem);
  }

  .\32xl\:hover\:my-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
    margin-bottom: calc(100vh - 13.75rem);
  }

  .\32xl\:hover\:my-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
    margin-bottom: calc(100vh - 18rem);
  }

  .\32xl\:hover\:my-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
    margin-bottom: calc(100vh - 20rem);
  }

  .\32xl\:hover\:my-full-4:hover {
    margin-top: calc(100% - 16px);
    margin-bottom: calc(100% - 16px);
  }

  .\32xl\:hover\:my-account-body:hover {
    margin-top: calc(100vw - 304px);
    margin-bottom: calc(100vw - 304px);
  }

  .\32xl\:hover\:my-menu-center:hover {
    margin-top: calc(50% - 288px);
    margin-bottom: calc(50% - 288px);
  }

  .\32xl\:hover\:my-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
    margin-bottom: calc(100% - 56px);
  }

  .\32xl\:hover\:my-popup-full-width:hover {
    margin-top: calc(100% + 32px);
    margin-bottom: calc(100% + 32px);
  }

  .\32xl\:hover\:my-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
    margin-bottom: calc(100% + 64px);
  }

  .\32xl\:hover\:my-popup-full-height:hover {
    margin-top: calc(100% + 68px);
    margin-bottom: calc(100% + 68px);
  }

  .\32xl\:hover\:my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .\32xl\:hover\:-my-0:hover {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .\32xl\:hover\:-my-1:hover {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:hover\:-my-2:hover {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:hover\:-my-3:hover {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:hover\:-my-4:hover {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:hover\:-my-5:hover {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:hover\:-my-6:hover {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:hover\:-my-7:hover {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:hover\:-my-8:hover {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:hover\:-my-9:hover {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:hover\:-my-10:hover {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:hover\:-my-11:hover {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:hover\:-my-12:hover {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:hover\:-my-14:hover {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:hover\:-my-16:hover {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:hover\:-my-18:hover {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .\32xl\:hover\:-my-20:hover {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .\32xl\:hover\:-my-21:hover {
    margin-top: -5.25rem;
    margin-bottom: -5.25rem;
  }

  .\32xl\:hover\:-my-22:hover {
    margin-top: -5.5rem;
    margin-bottom: -5.5rem;
  }

  .\32xl\:hover\:-my-24:hover {
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .\32xl\:hover\:-my-26:hover {
    margin-top: -6.5rem;
    margin-bottom: -6.5rem;
  }

  .\32xl\:hover\:-my-28:hover {
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .\32xl\:hover\:-my-29:hover {
    margin-top: -7.25rem;
    margin-bottom: -7.25rem;
  }

  .\32xl\:hover\:-my-32:hover {
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .\32xl\:hover\:-my-34:hover {
    margin-top: -8.5rem;
    margin-bottom: -8.5rem;
  }

  .\32xl\:hover\:-my-36:hover {
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .\32xl\:hover\:-my-40:hover {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .\32xl\:hover\:-my-42:hover {
    margin-top: -10.5rem;
    margin-bottom: -10.5rem;
  }

  .\32xl\:hover\:-my-44:hover {
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .\32xl\:hover\:-my-48:hover {
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .\32xl\:hover\:-my-52:hover {
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .\32xl\:hover\:-my-56:hover {
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .\32xl\:hover\:-my-60:hover {
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .\32xl\:hover\:-my-64:hover {
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .\32xl\:hover\:-my-68:hover {
    margin-top: -17rem;
    margin-bottom: -17rem;
  }

  .\32xl\:hover\:-my-72:hover {
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .\32xl\:hover\:-my-77:hover {
    margin-top: -19.25rem;
    margin-bottom: -19.25rem;
  }

  .\32xl\:hover\:-my-80:hover {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:hover\:-my-82:hover {
    margin-top: -20.5rem;
    margin-bottom: -20.5rem;
  }

  .\32xl\:hover\:-my-88:hover {
    margin-top: -22rem;
    margin-bottom: -22rem;
  }

  .\32xl\:hover\:-my-94:hover {
    margin-top: -23.5rem;
    margin-bottom: -23.5rem;
  }

  .\32xl\:hover\:-my-96:hover {
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .\32xl\:hover\:-my-98:hover {
    margin-top: -24.5rem;
    margin-bottom: -24.5rem;
  }

  .\32xl\:hover\:-my-104:hover {
    margin-top: -26rem;
    margin-bottom: -26rem;
  }

  .\32xl\:hover\:-my-108:hover {
    margin-top: -27rem;
    margin-bottom: -27rem;
  }

  .\32xl\:hover\:-my-110:hover {
    margin-top: -27.5rem;
    margin-bottom: -27.5rem;
  }

  .\32xl\:hover\:-my-112:hover {
    margin-top: -28rem;
    margin-bottom: -28rem;
  }

  .\32xl\:hover\:-my-120:hover {
    margin-top: -30rem;
    margin-bottom: -30rem;
  }

  .\32xl\:hover\:-my-128:hover {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .\32xl\:hover\:-my-132:hover {
    margin-top: -33rem;
    margin-bottom: -33rem;
  }

  .\32xl\:hover\:-my-134:hover {
    margin-top: -33.5rem;
    margin-bottom: -33.5rem;
  }

  .\32xl\:hover\:-my-135:hover {
    margin-top: -33.75rem;
    margin-bottom: -33.75rem;
  }

  .\32xl\:hover\:-my-136:hover {
    margin-top: -34rem;
    margin-bottom: -34rem;
  }

  .\32xl\:hover\:-my-144:hover {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .\32xl\:hover\:-my-152:hover {
    margin-top: -38rem;
    margin-bottom: -38rem;
  }

  .\32xl\:hover\:-my-160:hover {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .\32xl\:hover\:-my-164:hover {
    margin-top: -41rem;
    margin-bottom: -41rem;
  }

  .\32xl\:hover\:-my-172:hover {
    margin-top: -43rem;
    margin-bottom: -43rem;
  }

  .\32xl\:hover\:-my-179:hover {
    margin-top: -44.75rem;
    margin-bottom: -44.75rem;
  }

  .\32xl\:hover\:-my-184:hover {
    margin-top: -46rem;
    margin-bottom: -46rem;
  }

  .\32xl\:hover\:-my-192:hover {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .\32xl\:hover\:-my-224:hover {
    margin-top: -56rem;
    margin-bottom: -56rem;
  }

  .\32xl\:hover\:-my-240:hover {
    margin-top: -60rem;
    margin-bottom: -60rem;
  }

  .\32xl\:hover\:-my-256:hover {
    margin-top: -64rem;
    margin-bottom: -64rem;
  }

  .\32xl\:hover\:-my-265:hover {
    margin-top: -66.25rem;
    margin-bottom: -66.25rem;
  }

  .\32xl\:hover\:-my-288:hover {
    margin-top: -72rem;
    margin-bottom: -72rem;
  }

  .\32xl\:hover\:-my-384:hover {
    margin-top: -96rem;
    margin-bottom: -96rem;
  }

  .\32xl\:hover\:-my-px:hover {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .\32xl\:hover\:-my-0\.5:hover {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .\32xl\:hover\:-my-1\.5:hover {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .\32xl\:hover\:-my-2\.5:hover {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .\32xl\:hover\:-my-3\.5:hover {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .\32xl\:hover\:-my-0\.75:hover {
    margin-top: -0.1875rem;
    margin-bottom: -0.1875rem;
  }

  .\32xl\:hover\:-my-4\.5:hover {
    margin-top: -1.125rem;
    margin-bottom: -1.125rem;
  }

  .\32xl\:hover\:-my-7\.5:hover {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }

  .\32xl\:hover\:-my-9\.5:hover {
    margin-top: -2.375rem;
    margin-bottom: -2.375rem;
  }

  .\32xl\:hover\:-my-9\.75:hover {
    margin-top: -2.4375rem;
    margin-bottom: -2.4375rem;
  }

  .\32xl\:hover\:-my-12\.5:hover {
    margin-top: -3.125rem;
    margin-bottom: -3.125rem;
  }

  .\32xl\:hover\:-my-13\.5:hover {
    margin-top: -3.375rem;
    margin-bottom: -3.375rem;
  }

  .\32xl\:hover\:-my-292\.5:hover {
    margin-top: -73.125rem;
    margin-bottom: -73.125rem;
  }

  .\32xl\:hover\:-my-1\/24:hover {
    margin-top: -4.16667%;
    margin-bottom: -4.16667%;
  }

  .\32xl\:hover\:-my-2\/24:hover {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .\32xl\:hover\:-my-3\/24:hover {
    margin-top: -12.5%;
    margin-bottom: -12.5%;
  }

  .\32xl\:hover\:-my-4\/24:hover {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .\32xl\:hover\:-my-5\/24:hover {
    margin-top: -20.83333%;
    margin-bottom: -20.83333%;
  }

  .\32xl\:hover\:-my-6\/24:hover {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .\32xl\:hover\:-my-7\/24:hover {
    margin-top: -29.16667%;
    margin-bottom: -29.16667%;
  }

  .\32xl\:hover\:-my-8\/24:hover {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .\32xl\:hover\:-my-9\/24:hover {
    margin-top: -37.5%;
    margin-bottom: -37.5%;
  }

  .\32xl\:hover\:-my-10\/24:hover {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .\32xl\:hover\:-my-11\/24:hover {
    margin-top: -45.83333%;
    margin-bottom: -45.83333%;
  }

  .\32xl\:hover\:-my-12\/24:hover {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .\32xl\:hover\:-my-13\/24:hover {
    margin-top: -54.16667%;
    margin-bottom: -54.16667%;
  }

  .\32xl\:hover\:-my-14\/24:hover {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .\32xl\:hover\:-my-15\/24:hover {
    margin-top: -62.5%;
    margin-bottom: -62.5%;
  }

  .\32xl\:hover\:-my-16\/24:hover {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .\32xl\:hover\:-my-17\/24:hover {
    margin-top: -70.83333%;
    margin-bottom: -70.83333%;
  }

  .\32xl\:hover\:-my-18\/24:hover {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .\32xl\:hover\:-my-19\/24:hover {
    margin-top: -79.16667%;
    margin-bottom: -79.16667%;
  }

  .\32xl\:hover\:-my-20\/24:hover {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .\32xl\:hover\:-my-21\/24:hover {
    margin-top: -87.5%;
    margin-bottom: -87.5%;
  }

  .\32xl\:hover\:-my-22\/24:hover {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .\32xl\:hover\:-my-23\/24:hover {
    margin-top: -95.83333%;
    margin-bottom: -95.83333%;
  }

  .\32xl\:hover\:-my-24\/24:hover {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .\32xl\:hover\:-my-screen-header:hover {
    margin-top: -41.55vw;
    margin-bottom: -41.55vw;
  }

  .\32xl\:hover\:-my-screen-60:hover {
    margin-top: -60vh;
    margin-bottom: -60vh;
  }

  .\32xl\:hover\:-my-screen-80:hover {
    margin-top: -80vh;
    margin-bottom: -80vh;
  }

  .\32xl\:hover\:-my-screen-85:hover {
    margin-top: -85vh;
    margin-bottom: -85vh;
  }

  .\32xl\:hover\:-my-screen-90:hover {
    margin-top: -90vh;
    margin-bottom: -90vh;
  }

  .\32xl\:hover\:-my-screen-95:hover {
    margin-top: -95vh;
    margin-bottom: -95vh;
  }

  .\32xl\:hover\:-my-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .\32xl\:hover\:-my-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .\32xl\:hover\:-my-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
    margin-bottom: calc(-100vh - -9rem);
  }

  .\32xl\:hover\:-my-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
    margin-bottom: calc(-100vh - -10rem);
  }

  .\32xl\:hover\:-my-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .\32xl\:hover\:-my-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
    margin-bottom: calc(-100vh - -18rem);
  }

  .\32xl\:hover\:-my-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
    margin-bottom: calc(-100vh - -20rem);
  }

  .\32xl\:hover\:-my-full-4:hover {
    margin-top: calc(-100% - -16px);
    margin-bottom: calc(-100% - -16px);
  }

  .\32xl\:hover\:-my-account-body:hover {
    margin-top: calc(-100vw - -304px);
    margin-bottom: calc(-100vw - -304px);
  }

  .\32xl\:hover\:-my-menu-center:hover {
    margin-top: calc(-50% - -288px);
    margin-bottom: calc(-50% - -288px);
  }

  .\32xl\:hover\:-my-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
    margin-bottom: calc(-100% - -56px);
  }

  .\32xl\:hover\:-my-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
    margin-bottom: calc(-100% + -32px);
  }

  .\32xl\:hover\:-my-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
    margin-bottom: calc(-100% + -64px);
  }

  .\32xl\:hover\:-my-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
    margin-bottom: calc(-100% + -68px);
  }

  .\32xl\:hover\:-my-max-content:hover {
    margin-top: max-content;
    margin-bottom: max-content;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mt-18 {
    margin-top: 4.5rem;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

  .\32xl\:mt-21 {
    margin-top: 5.25rem;
  }

  .\32xl\:mt-22 {
    margin-top: 5.5rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mt-26 {
    margin-top: 6.5rem;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem;
  }

  .\32xl\:mt-29 {
    margin-top: 7.25rem;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem;
  }

  .\32xl\:mt-34 {
    margin-top: 8.5rem;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem;
  }

  .\32xl\:mt-42 {
    margin-top: 10.5rem;
  }

  .\32xl\:mt-44 {
    margin-top: 11rem;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

  .\32xl\:mt-52 {
    margin-top: 13rem;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem;
  }

  .\32xl\:mt-60 {
    margin-top: 15rem;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem;
  }

  .\32xl\:mt-68 {
    margin-top: 17rem;
  }

  .\32xl\:mt-72 {
    margin-top: 18rem;
  }

  .\32xl\:mt-77 {
    margin-top: 19.25rem;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem;
  }

  .\32xl\:mt-82 {
    margin-top: 20.5rem;
  }

  .\32xl\:mt-88 {
    margin-top: 22rem;
  }

  .\32xl\:mt-94 {
    margin-top: 23.5rem;
  }

  .\32xl\:mt-96 {
    margin-top: 24rem;
  }

  .\32xl\:mt-98 {
    margin-top: 24.5rem;
  }

  .\32xl\:mt-104 {
    margin-top: 26rem;
  }

  .\32xl\:mt-108 {
    margin-top: 27rem;
  }

  .\32xl\:mt-110 {
    margin-top: 27.5rem;
  }

  .\32xl\:mt-112 {
    margin-top: 28rem;
  }

  .\32xl\:mt-120 {
    margin-top: 30rem;
  }

  .\32xl\:mt-128 {
    margin-top: 32rem;
  }

  .\32xl\:mt-132 {
    margin-top: 33rem;
  }

  .\32xl\:mt-134 {
    margin-top: 33.5rem;
  }

  .\32xl\:mt-135 {
    margin-top: 33.75rem;
  }

  .\32xl\:mt-136 {
    margin-top: 34rem;
  }

  .\32xl\:mt-144 {
    margin-top: 36rem;
  }

  .\32xl\:mt-152 {
    margin-top: 38rem;
  }

  .\32xl\:mt-160 {
    margin-top: 40rem;
  }

  .\32xl\:mt-164 {
    margin-top: 41rem;
  }

  .\32xl\:mt-172 {
    margin-top: 43rem;
  }

  .\32xl\:mt-179 {
    margin-top: 44.75rem;
  }

  .\32xl\:mt-184 {
    margin-top: 46rem;
  }

  .\32xl\:mt-192 {
    margin-top: 48rem;
  }

  .\32xl\:mt-224 {
    margin-top: 56rem;
  }

  .\32xl\:mt-240 {
    margin-top: 60rem;
  }

  .\32xl\:mt-256 {
    margin-top: 64rem;
  }

  .\32xl\:mt-265 {
    margin-top: 66.25rem;
  }

  .\32xl\:mt-288 {
    margin-top: 72rem;
  }

  .\32xl\:mt-384 {
    margin-top: 96rem;
  }

  .\32xl\:mt-auto {
    margin-top: auto;
  }

  .\32xl\:mt-px {
    margin-top: 1px;
  }

  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem;
  }

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem;
  }

  .\32xl\:mt-0\.75 {
    margin-top: 0.1875rem;
  }

  .\32xl\:mt-4\.5 {
    margin-top: 1.125rem;
  }

  .\32xl\:mt-7\.5 {
    margin-top: 1.875rem;
  }

  .\32xl\:mt-9\.5 {
    margin-top: 2.375rem;
  }

  .\32xl\:mt-9\.75 {
    margin-top: 2.4375rem;
  }

  .\32xl\:mt-12\.5 {
    margin-top: 3.125rem;
  }

  .\32xl\:mt-13\.5 {
    margin-top: 3.375rem;
  }

  .\32xl\:mt-292\.5 {
    margin-top: 73.125rem;
  }

  .\32xl\:mt-1\/24 {
    margin-top: 4.166667%;
  }

  .\32xl\:mt-2\/24 {
    margin-top: 8.333333%;
  }

  .\32xl\:mt-3\/24 {
    margin-top: 12.5%;
  }

  .\32xl\:mt-4\/24 {
    margin-top: 16.666667%;
  }

  .\32xl\:mt-5\/24 {
    margin-top: 20.833333%;
  }

  .\32xl\:mt-6\/24 {
    margin-top: 25%;
  }

  .\32xl\:mt-7\/24 {
    margin-top: 29.166666%;
  }

  .\32xl\:mt-8\/24 {
    margin-top: 33.333333%;
  }

  .\32xl\:mt-9\/24 {
    margin-top: 37.5%;
  }

  .\32xl\:mt-10\/24 {
    margin-top: 41.666666%;
  }

  .\32xl\:mt-11\/24 {
    margin-top: 45.833333%;
  }

  .\32xl\:mt-12\/24 {
    margin-top: 50%;
  }

  .\32xl\:mt-13\/24 {
    margin-top: 54.166666%;
  }

  .\32xl\:mt-14\/24 {
    margin-top: 58.333333%;
  }

  .\32xl\:mt-15\/24 {
    margin-top: 62.5%;
  }

  .\32xl\:mt-16\/24 {
    margin-top: 66.666667%;
  }

  .\32xl\:mt-17\/24 {
    margin-top: 70.833333%;
  }

  .\32xl\:mt-18\/24 {
    margin-top: 75%;
  }

  .\32xl\:mt-19\/24 {
    margin-top: 79.166667%;
  }

  .\32xl\:mt-20\/24 {
    margin-top: 83.333333%;
  }

  .\32xl\:mt-21\/24 {
    margin-top: 87.5%;
  }

  .\32xl\:mt-22\/24 {
    margin-top: 91.666667%;
  }

  .\32xl\:mt-23\/24 {
    margin-top: 95.833333%;
  }

  .\32xl\:mt-24\/24 {
    margin-top: 100%;
  }

  .\32xl\:mt-screen-header {
    margin-top: 41.55vw;
  }

  .\32xl\:mt-screen-60 {
    margin-top: 60vh;
  }

  .\32xl\:mt-screen-80 {
    margin-top: 80vh;
  }

  .\32xl\:mt-screen-85 {
    margin-top: 85vh;
  }

  .\32xl\:mt-screen-90 {
    margin-top: 90vh;
  }

  .\32xl\:mt-screen-95 {
    margin-top: 95vh;
  }

  .\32xl\:mt-screen-minus-header {
    margin-top: calc(100vh - 5.25rem);
  }

  .\32xl\:mt-screen-minus-35\.5 {
    margin-top: calc(100vh - 8.875rem);
  }

  .\32xl\:mt-screen-minus-36 {
    margin-top: calc(100vh - 9rem);
  }

  .\32xl\:mt-screen-minus-40 {
    margin-top: calc(100vh - 10rem);
  }

  .\32xl\:mt-screen-minus-55 {
    margin-top: calc(100vh - 13.75rem);
  }

  .\32xl\:mt-screen-minus-72 {
    margin-top: calc(100vh - 18rem);
  }

  .\32xl\:mt-screen-minus-80 {
    margin-top: calc(100vh - 20rem);
  }

  .\32xl\:mt-full-4 {
    margin-top: calc(100% - 16px);
  }

  .\32xl\:mt-account-body {
    margin-top: calc(100vw - 304px);
  }

  .\32xl\:mt-menu-center {
    margin-top: calc(50% - 288px);
  }

  .\32xl\:mt-tutorials-hidden {
    margin-top: calc(100% - 56px);
  }

  .\32xl\:mt-popup-full-width {
    margin-top: calc(100% + 32px);
  }

  .\32xl\:mt-popup-full-width-md {
    margin-top: calc(100% + 64px);
  }

  .\32xl\:mt-popup-full-height {
    margin-top: calc(100% + 68px);
  }

  .\32xl\:mt-max-content {
    margin-top: max-content;
  }

  .\32xl\:-mt-0 {
    margin-top: 0px;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\32xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\32xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\32xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\32xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\32xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem;
  }

  .\32xl\:-mt-18 {
    margin-top: -4.5rem;
  }

  .\32xl\:-mt-20 {
    margin-top: -5rem;
  }

  .\32xl\:-mt-21 {
    margin-top: -5.25rem;
  }

  .\32xl\:-mt-22 {
    margin-top: -5.5rem;
  }

  .\32xl\:-mt-24 {
    margin-top: -6rem;
  }

  .\32xl\:-mt-26 {
    margin-top: -6.5rem;
  }

  .\32xl\:-mt-28 {
    margin-top: -7rem;
  }

  .\32xl\:-mt-29 {
    margin-top: -7.25rem;
  }

  .\32xl\:-mt-32 {
    margin-top: -8rem;
  }

  .\32xl\:-mt-34 {
    margin-top: -8.5rem;
  }

  .\32xl\:-mt-36 {
    margin-top: -9rem;
  }

  .\32xl\:-mt-40 {
    margin-top: -10rem;
  }

  .\32xl\:-mt-42 {
    margin-top: -10.5rem;
  }

  .\32xl\:-mt-44 {
    margin-top: -11rem;
  }

  .\32xl\:-mt-48 {
    margin-top: -12rem;
  }

  .\32xl\:-mt-52 {
    margin-top: -13rem;
  }

  .\32xl\:-mt-56 {
    margin-top: -14rem;
  }

  .\32xl\:-mt-60 {
    margin-top: -15rem;
  }

  .\32xl\:-mt-64 {
    margin-top: -16rem;
  }

  .\32xl\:-mt-68 {
    margin-top: -17rem;
  }

  .\32xl\:-mt-72 {
    margin-top: -18rem;
  }

  .\32xl\:-mt-77 {
    margin-top: -19.25rem;
  }

  .\32xl\:-mt-80 {
    margin-top: -20rem;
  }

  .\32xl\:-mt-82 {
    margin-top: -20.5rem;
  }

  .\32xl\:-mt-88 {
    margin-top: -22rem;
  }

  .\32xl\:-mt-94 {
    margin-top: -23.5rem;
  }

  .\32xl\:-mt-96 {
    margin-top: -24rem;
  }

  .\32xl\:-mt-98 {
    margin-top: -24.5rem;
  }

  .\32xl\:-mt-104 {
    margin-top: -26rem;
  }

  .\32xl\:-mt-108 {
    margin-top: -27rem;
  }

  .\32xl\:-mt-110 {
    margin-top: -27.5rem;
  }

  .\32xl\:-mt-112 {
    margin-top: -28rem;
  }

  .\32xl\:-mt-120 {
    margin-top: -30rem;
  }

  .\32xl\:-mt-128 {
    margin-top: -32rem;
  }

  .\32xl\:-mt-132 {
    margin-top: -33rem;
  }

  .\32xl\:-mt-134 {
    margin-top: -33.5rem;
  }

  .\32xl\:-mt-135 {
    margin-top: -33.75rem;
  }

  .\32xl\:-mt-136 {
    margin-top: -34rem;
  }

  .\32xl\:-mt-144 {
    margin-top: -36rem;
  }

  .\32xl\:-mt-152 {
    margin-top: -38rem;
  }

  .\32xl\:-mt-160 {
    margin-top: -40rem;
  }

  .\32xl\:-mt-164 {
    margin-top: -41rem;
  }

  .\32xl\:-mt-172 {
    margin-top: -43rem;
  }

  .\32xl\:-mt-179 {
    margin-top: -44.75rem;
  }

  .\32xl\:-mt-184 {
    margin-top: -46rem;
  }

  .\32xl\:-mt-192 {
    margin-top: -48rem;
  }

  .\32xl\:-mt-224 {
    margin-top: -56rem;
  }

  .\32xl\:-mt-240 {
    margin-top: -60rem;
  }

  .\32xl\:-mt-256 {
    margin-top: -64rem;
  }

  .\32xl\:-mt-265 {
    margin-top: -66.25rem;
  }

  .\32xl\:-mt-288 {
    margin-top: -72rem;
  }

  .\32xl\:-mt-384 {
    margin-top: -96rem;
  }

  .\32xl\:-mt-px {
    margin-top: -1px;
  }

  .\32xl\:-mt-0\.5 {
    margin-top: -0.125rem;
  }

  .\32xl\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\32xl\:-mt-3\.5 {
    margin-top: -0.875rem;
  }

  .\32xl\:-mt-0\.75 {
    margin-top: -0.1875rem;
  }

  .\32xl\:-mt-4\.5 {
    margin-top: -1.125rem;
  }

  .\32xl\:-mt-7\.5 {
    margin-top: -1.875rem;
  }

  .\32xl\:-mt-9\.5 {
    margin-top: -2.375rem;
  }

  .\32xl\:-mt-9\.75 {
    margin-top: -2.4375rem;
  }

  .\32xl\:-mt-12\.5 {
    margin-top: -3.125rem;
  }

  .\32xl\:-mt-13\.5 {
    margin-top: -3.375rem;
  }

  .\32xl\:-mt-292\.5 {
    margin-top: -73.125rem;
  }

  .\32xl\:-mt-1\/24 {
    margin-top: -4.16667%;
  }

  .\32xl\:-mt-2\/24 {
    margin-top: -8.33333%;
  }

  .\32xl\:-mt-3\/24 {
    margin-top: -12.5%;
  }

  .\32xl\:-mt-4\/24 {
    margin-top: -16.66667%;
  }

  .\32xl\:-mt-5\/24 {
    margin-top: -20.83333%;
  }

  .\32xl\:-mt-6\/24 {
    margin-top: -25%;
  }

  .\32xl\:-mt-7\/24 {
    margin-top: -29.16667%;
  }

  .\32xl\:-mt-8\/24 {
    margin-top: -33.33333%;
  }

  .\32xl\:-mt-9\/24 {
    margin-top: -37.5%;
  }

  .\32xl\:-mt-10\/24 {
    margin-top: -41.66667%;
  }

  .\32xl\:-mt-11\/24 {
    margin-top: -45.83333%;
  }

  .\32xl\:-mt-12\/24 {
    margin-top: -50%;
  }

  .\32xl\:-mt-13\/24 {
    margin-top: -54.16667%;
  }

  .\32xl\:-mt-14\/24 {
    margin-top: -58.33333%;
  }

  .\32xl\:-mt-15\/24 {
    margin-top: -62.5%;
  }

  .\32xl\:-mt-16\/24 {
    margin-top: -66.66667%;
  }

  .\32xl\:-mt-17\/24 {
    margin-top: -70.83333%;
  }

  .\32xl\:-mt-18\/24 {
    margin-top: -75%;
  }

  .\32xl\:-mt-19\/24 {
    margin-top: -79.16667%;
  }

  .\32xl\:-mt-20\/24 {
    margin-top: -83.33333%;
  }

  .\32xl\:-mt-21\/24 {
    margin-top: -87.5%;
  }

  .\32xl\:-mt-22\/24 {
    margin-top: -91.66667%;
  }

  .\32xl\:-mt-23\/24 {
    margin-top: -95.83333%;
  }

  .\32xl\:-mt-24\/24 {
    margin-top: -100%;
  }

  .\32xl\:-mt-screen-header {
    margin-top: -41.55vw;
  }

  .\32xl\:-mt-screen-60 {
    margin-top: -60vh;
  }

  .\32xl\:-mt-screen-80 {
    margin-top: -80vh;
  }

  .\32xl\:-mt-screen-85 {
    margin-top: -85vh;
  }

  .\32xl\:-mt-screen-90 {
    margin-top: -90vh;
  }

  .\32xl\:-mt-screen-95 {
    margin-top: -95vh;
  }

  .\32xl\:-mt-screen-minus-header {
    margin-top: calc(-100vh - -5.25rem);
  }

  .\32xl\:-mt-screen-minus-35\.5 {
    margin-top: calc(-100vh - -8.875rem);
  }

  .\32xl\:-mt-screen-minus-36 {
    margin-top: calc(-100vh - -9rem);
  }

  .\32xl\:-mt-screen-minus-40 {
    margin-top: calc(-100vh - -10rem);
  }

  .\32xl\:-mt-screen-minus-55 {
    margin-top: calc(-100vh - -13.75rem);
  }

  .\32xl\:-mt-screen-minus-72 {
    margin-top: calc(-100vh - -18rem);
  }

  .\32xl\:-mt-screen-minus-80 {
    margin-top: calc(-100vh - -20rem);
  }

  .\32xl\:-mt-full-4 {
    margin-top: calc(-100% - -16px);
  }

  .\32xl\:-mt-account-body {
    margin-top: calc(-100vw - -304px);
  }

  .\32xl\:-mt-menu-center {
    margin-top: calc(-50% - -288px);
  }

  .\32xl\:-mt-tutorials-hidden {
    margin-top: calc(-100% - -56px);
  }

  .\32xl\:-mt-popup-full-width {
    margin-top: calc(-100% + -32px);
  }

  .\32xl\:-mt-popup-full-width-md {
    margin-top: calc(-100% + -64px);
  }

  .\32xl\:-mt-popup-full-height {
    margin-top: calc(-100% + -68px);
  }

  .\32xl\:-mt-max-content {
    margin-top: max-content;
  }

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mr-18 {
    margin-right: 4.5rem;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl\:mr-21 {
    margin-right: 5.25rem;
  }

  .\32xl\:mr-22 {
    margin-right: 5.5rem;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem;
  }

  .\32xl\:mr-26 {
    margin-right: 6.5rem;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem;
  }

  .\32xl\:mr-29 {
    margin-right: 7.25rem;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem;
  }

  .\32xl\:mr-34 {
    margin-right: 8.5rem;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem;
  }

  .\32xl\:mr-42 {
    margin-right: 10.5rem;
  }

  .\32xl\:mr-44 {
    margin-right: 11rem;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem;
  }

  .\32xl\:mr-52 {
    margin-right: 13rem;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem;
  }

  .\32xl\:mr-60 {
    margin-right: 15rem;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem;
  }

  .\32xl\:mr-68 {
    margin-right: 17rem;
  }

  .\32xl\:mr-72 {
    margin-right: 18rem;
  }

  .\32xl\:mr-77 {
    margin-right: 19.25rem;
  }

  .\32xl\:mr-80 {
    margin-right: 20rem;
  }

  .\32xl\:mr-82 {
    margin-right: 20.5rem;
  }

  .\32xl\:mr-88 {
    margin-right: 22rem;
  }

  .\32xl\:mr-94 {
    margin-right: 23.5rem;
  }

  .\32xl\:mr-96 {
    margin-right: 24rem;
  }

  .\32xl\:mr-98 {
    margin-right: 24.5rem;
  }

  .\32xl\:mr-104 {
    margin-right: 26rem;
  }

  .\32xl\:mr-108 {
    margin-right: 27rem;
  }

  .\32xl\:mr-110 {
    margin-right: 27.5rem;
  }

  .\32xl\:mr-112 {
    margin-right: 28rem;
  }

  .\32xl\:mr-120 {
    margin-right: 30rem;
  }

  .\32xl\:mr-128 {
    margin-right: 32rem;
  }

  .\32xl\:mr-132 {
    margin-right: 33rem;
  }

  .\32xl\:mr-134 {
    margin-right: 33.5rem;
  }

  .\32xl\:mr-135 {
    margin-right: 33.75rem;
  }

  .\32xl\:mr-136 {
    margin-right: 34rem;
  }

  .\32xl\:mr-144 {
    margin-right: 36rem;
  }

  .\32xl\:mr-152 {
    margin-right: 38rem;
  }

  .\32xl\:mr-160 {
    margin-right: 40rem;
  }

  .\32xl\:mr-164 {
    margin-right: 41rem;
  }

  .\32xl\:mr-172 {
    margin-right: 43rem;
  }

  .\32xl\:mr-179 {
    margin-right: 44.75rem;
  }

  .\32xl\:mr-184 {
    margin-right: 46rem;
  }

  .\32xl\:mr-192 {
    margin-right: 48rem;
  }

  .\32xl\:mr-224 {
    margin-right: 56rem;
  }

  .\32xl\:mr-240 {
    margin-right: 60rem;
  }

  .\32xl\:mr-256 {
    margin-right: 64rem;
  }

  .\32xl\:mr-265 {
    margin-right: 66.25rem;
  }

  .\32xl\:mr-288 {
    margin-right: 72rem;
  }

  .\32xl\:mr-384 {
    margin-right: 96rem;
  }

  .\32xl\:mr-auto {
    margin-right: auto;
  }

  .\32xl\:mr-px {
    margin-right: 1px;
  }

  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem;
  }

  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem;
  }

  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem;
  }

  .\32xl\:mr-0\.75 {
    margin-right: 0.1875rem;
  }

  .\32xl\:mr-4\.5 {
    margin-right: 1.125rem;
  }

  .\32xl\:mr-7\.5 {
    margin-right: 1.875rem;
  }

  .\32xl\:mr-9\.5 {
    margin-right: 2.375rem;
  }

  .\32xl\:mr-9\.75 {
    margin-right: 2.4375rem;
  }

  .\32xl\:mr-12\.5 {
    margin-right: 3.125rem;
  }

  .\32xl\:mr-13\.5 {
    margin-right: 3.375rem;
  }

  .\32xl\:mr-292\.5 {
    margin-right: 73.125rem;
  }

  .\32xl\:mr-1\/24 {
    margin-right: 4.166667%;
  }

  .\32xl\:mr-2\/24 {
    margin-right: 8.333333%;
  }

  .\32xl\:mr-3\/24 {
    margin-right: 12.5%;
  }

  .\32xl\:mr-4\/24 {
    margin-right: 16.666667%;
  }

  .\32xl\:mr-5\/24 {
    margin-right: 20.833333%;
  }

  .\32xl\:mr-6\/24 {
    margin-right: 25%;
  }

  .\32xl\:mr-7\/24 {
    margin-right: 29.166666%;
  }

  .\32xl\:mr-8\/24 {
    margin-right: 33.333333%;
  }

  .\32xl\:mr-9\/24 {
    margin-right: 37.5%;
  }

  .\32xl\:mr-10\/24 {
    margin-right: 41.666666%;
  }

  .\32xl\:mr-11\/24 {
    margin-right: 45.833333%;
  }

  .\32xl\:mr-12\/24 {
    margin-right: 50%;
  }

  .\32xl\:mr-13\/24 {
    margin-right: 54.166666%;
  }

  .\32xl\:mr-14\/24 {
    margin-right: 58.333333%;
  }

  .\32xl\:mr-15\/24 {
    margin-right: 62.5%;
  }

  .\32xl\:mr-16\/24 {
    margin-right: 66.666667%;
  }

  .\32xl\:mr-17\/24 {
    margin-right: 70.833333%;
  }

  .\32xl\:mr-18\/24 {
    margin-right: 75%;
  }

  .\32xl\:mr-19\/24 {
    margin-right: 79.166667%;
  }

  .\32xl\:mr-20\/24 {
    margin-right: 83.333333%;
  }

  .\32xl\:mr-21\/24 {
    margin-right: 87.5%;
  }

  .\32xl\:mr-22\/24 {
    margin-right: 91.666667%;
  }

  .\32xl\:mr-23\/24 {
    margin-right: 95.833333%;
  }

  .\32xl\:mr-24\/24 {
    margin-right: 100%;
  }

  .\32xl\:mr-screen-header {
    margin-right: 41.55vw;
  }

  .\32xl\:mr-screen-60 {
    margin-right: 60vh;
  }

  .\32xl\:mr-screen-80 {
    margin-right: 80vh;
  }

  .\32xl\:mr-screen-85 {
    margin-right: 85vh;
  }

  .\32xl\:mr-screen-90 {
    margin-right: 90vh;
  }

  .\32xl\:mr-screen-95 {
    margin-right: 95vh;
  }

  .\32xl\:mr-screen-minus-header {
    margin-right: calc(100vh - 5.25rem);
  }

  .\32xl\:mr-screen-minus-35\.5 {
    margin-right: calc(100vh - 8.875rem);
  }

  .\32xl\:mr-screen-minus-36 {
    margin-right: calc(100vh - 9rem);
  }

  .\32xl\:mr-screen-minus-40 {
    margin-right: calc(100vh - 10rem);
  }

  .\32xl\:mr-screen-minus-55 {
    margin-right: calc(100vh - 13.75rem);
  }

  .\32xl\:mr-screen-minus-72 {
    margin-right: calc(100vh - 18rem);
  }

  .\32xl\:mr-screen-minus-80 {
    margin-right: calc(100vh - 20rem);
  }

  .\32xl\:mr-full-4 {
    margin-right: calc(100% - 16px);
  }

  .\32xl\:mr-account-body {
    margin-right: calc(100vw - 304px);
  }

  .\32xl\:mr-menu-center {
    margin-right: calc(50% - 288px);
  }

  .\32xl\:mr-tutorials-hidden {
    margin-right: calc(100% - 56px);
  }

  .\32xl\:mr-popup-full-width {
    margin-right: calc(100% + 32px);
  }

  .\32xl\:mr-popup-full-width-md {
    margin-right: calc(100% + 64px);
  }

  .\32xl\:mr-popup-full-height {
    margin-right: calc(100% + 68px);
  }

  .\32xl\:mr-max-content {
    margin-right: max-content;
  }

  .\32xl\:-mr-0 {
    margin-right: 0px;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\32xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\32xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\32xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\32xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\32xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\32xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .\32xl\:-mr-16 {
    margin-right: -4rem;
  }

  .\32xl\:-mr-18 {
    margin-right: -4.5rem;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem;
  }

  .\32xl\:-mr-21 {
    margin-right: -5.25rem;
  }

  .\32xl\:-mr-22 {
    margin-right: -5.5rem;
  }

  .\32xl\:-mr-24 {
    margin-right: -6rem;
  }

  .\32xl\:-mr-26 {
    margin-right: -6.5rem;
  }

  .\32xl\:-mr-28 {
    margin-right: -7rem;
  }

  .\32xl\:-mr-29 {
    margin-right: -7.25rem;
  }

  .\32xl\:-mr-32 {
    margin-right: -8rem;
  }

  .\32xl\:-mr-34 {
    margin-right: -8.5rem;
  }

  .\32xl\:-mr-36 {
    margin-right: -9rem;
  }

  .\32xl\:-mr-40 {
    margin-right: -10rem;
  }

  .\32xl\:-mr-42 {
    margin-right: -10.5rem;
  }

  .\32xl\:-mr-44 {
    margin-right: -11rem;
  }

  .\32xl\:-mr-48 {
    margin-right: -12rem;
  }

  .\32xl\:-mr-52 {
    margin-right: -13rem;
  }

  .\32xl\:-mr-56 {
    margin-right: -14rem;
  }

  .\32xl\:-mr-60 {
    margin-right: -15rem;
  }

  .\32xl\:-mr-64 {
    margin-right: -16rem;
  }

  .\32xl\:-mr-68 {
    margin-right: -17rem;
  }

  .\32xl\:-mr-72 {
    margin-right: -18rem;
  }

  .\32xl\:-mr-77 {
    margin-right: -19.25rem;
  }

  .\32xl\:-mr-80 {
    margin-right: -20rem;
  }

  .\32xl\:-mr-82 {
    margin-right: -20.5rem;
  }

  .\32xl\:-mr-88 {
    margin-right: -22rem;
  }

  .\32xl\:-mr-94 {
    margin-right: -23.5rem;
  }

  .\32xl\:-mr-96 {
    margin-right: -24rem;
  }

  .\32xl\:-mr-98 {
    margin-right: -24.5rem;
  }

  .\32xl\:-mr-104 {
    margin-right: -26rem;
  }

  .\32xl\:-mr-108 {
    margin-right: -27rem;
  }

  .\32xl\:-mr-110 {
    margin-right: -27.5rem;
  }

  .\32xl\:-mr-112 {
    margin-right: -28rem;
  }

  .\32xl\:-mr-120 {
    margin-right: -30rem;
  }

  .\32xl\:-mr-128 {
    margin-right: -32rem;
  }

  .\32xl\:-mr-132 {
    margin-right: -33rem;
  }

  .\32xl\:-mr-134 {
    margin-right: -33.5rem;
  }

  .\32xl\:-mr-135 {
    margin-right: -33.75rem;
  }

  .\32xl\:-mr-136 {
    margin-right: -34rem;
  }

  .\32xl\:-mr-144 {
    margin-right: -36rem;
  }

  .\32xl\:-mr-152 {
    margin-right: -38rem;
  }

  .\32xl\:-mr-160 {
    margin-right: -40rem;
  }

  .\32xl\:-mr-164 {
    margin-right: -41rem;
  }

  .\32xl\:-mr-172 {
    margin-right: -43rem;
  }

  .\32xl\:-mr-179 {
    margin-right: -44.75rem;
  }

  .\32xl\:-mr-184 {
    margin-right: -46rem;
  }

  .\32xl\:-mr-192 {
    margin-right: -48rem;
  }

  .\32xl\:-mr-224 {
    margin-right: -56rem;
  }

  .\32xl\:-mr-240 {
    margin-right: -60rem;
  }

  .\32xl\:-mr-256 {
    margin-right: -64rem;
  }

  .\32xl\:-mr-265 {
    margin-right: -66.25rem;
  }

  .\32xl\:-mr-288 {
    margin-right: -72rem;
  }

  .\32xl\:-mr-384 {
    margin-right: -96rem;
  }

  .\32xl\:-mr-px {
    margin-right: -1px;
  }

  .\32xl\:-mr-0\.5 {
    margin-right: -0.125rem;
  }

  .\32xl\:-mr-1\.5 {
    margin-right: -0.375rem;
  }

  .\32xl\:-mr-2\.5 {
    margin-right: -0.625rem;
  }

  .\32xl\:-mr-3\.5 {
    margin-right: -0.875rem;
  }

  .\32xl\:-mr-0\.75 {
    margin-right: -0.1875rem;
  }

  .\32xl\:-mr-4\.5 {
    margin-right: -1.125rem;
  }

  .\32xl\:-mr-7\.5 {
    margin-right: -1.875rem;
  }

  .\32xl\:-mr-9\.5 {
    margin-right: -2.375rem;
  }

  .\32xl\:-mr-9\.75 {
    margin-right: -2.4375rem;
  }

  .\32xl\:-mr-12\.5 {
    margin-right: -3.125rem;
  }

  .\32xl\:-mr-13\.5 {
    margin-right: -3.375rem;
  }

  .\32xl\:-mr-292\.5 {
    margin-right: -73.125rem;
  }

  .\32xl\:-mr-1\/24 {
    margin-right: -4.16667%;
  }

  .\32xl\:-mr-2\/24 {
    margin-right: -8.33333%;
  }

  .\32xl\:-mr-3\/24 {
    margin-right: -12.5%;
  }

  .\32xl\:-mr-4\/24 {
    margin-right: -16.66667%;
  }

  .\32xl\:-mr-5\/24 {
    margin-right: -20.83333%;
  }

  .\32xl\:-mr-6\/24 {
    margin-right: -25%;
  }

  .\32xl\:-mr-7\/24 {
    margin-right: -29.16667%;
  }

  .\32xl\:-mr-8\/24 {
    margin-right: -33.33333%;
  }

  .\32xl\:-mr-9\/24 {
    margin-right: -37.5%;
  }

  .\32xl\:-mr-10\/24 {
    margin-right: -41.66667%;
  }

  .\32xl\:-mr-11\/24 {
    margin-right: -45.83333%;
  }

  .\32xl\:-mr-12\/24 {
    margin-right: -50%;
  }

  .\32xl\:-mr-13\/24 {
    margin-right: -54.16667%;
  }

  .\32xl\:-mr-14\/24 {
    margin-right: -58.33333%;
  }

  .\32xl\:-mr-15\/24 {
    margin-right: -62.5%;
  }

  .\32xl\:-mr-16\/24 {
    margin-right: -66.66667%;
  }

  .\32xl\:-mr-17\/24 {
    margin-right: -70.83333%;
  }

  .\32xl\:-mr-18\/24 {
    margin-right: -75%;
  }

  .\32xl\:-mr-19\/24 {
    margin-right: -79.16667%;
  }

  .\32xl\:-mr-20\/24 {
    margin-right: -83.33333%;
  }

  .\32xl\:-mr-21\/24 {
    margin-right: -87.5%;
  }

  .\32xl\:-mr-22\/24 {
    margin-right: -91.66667%;
  }

  .\32xl\:-mr-23\/24 {
    margin-right: -95.83333%;
  }

  .\32xl\:-mr-24\/24 {
    margin-right: -100%;
  }

  .\32xl\:-mr-screen-header {
    margin-right: -41.55vw;
  }

  .\32xl\:-mr-screen-60 {
    margin-right: -60vh;
  }

  .\32xl\:-mr-screen-80 {
    margin-right: -80vh;
  }

  .\32xl\:-mr-screen-85 {
    margin-right: -85vh;
  }

  .\32xl\:-mr-screen-90 {
    margin-right: -90vh;
  }

  .\32xl\:-mr-screen-95 {
    margin-right: -95vh;
  }

  .\32xl\:-mr-screen-minus-header {
    margin-right: calc(-100vh - -5.25rem);
  }

  .\32xl\:-mr-screen-minus-35\.5 {
    margin-right: calc(-100vh - -8.875rem);
  }

  .\32xl\:-mr-screen-minus-36 {
    margin-right: calc(-100vh - -9rem);
  }

  .\32xl\:-mr-screen-minus-40 {
    margin-right: calc(-100vh - -10rem);
  }

  .\32xl\:-mr-screen-minus-55 {
    margin-right: calc(-100vh - -13.75rem);
  }

  .\32xl\:-mr-screen-minus-72 {
    margin-right: calc(-100vh - -18rem);
  }

  .\32xl\:-mr-screen-minus-80 {
    margin-right: calc(-100vh - -20rem);
  }

  .\32xl\:-mr-full-4 {
    margin-right: calc(-100% - -16px);
  }

  .\32xl\:-mr-account-body {
    margin-right: calc(-100vw - -304px);
  }

  .\32xl\:-mr-menu-center {
    margin-right: calc(-50% - -288px);
  }

  .\32xl\:-mr-tutorials-hidden {
    margin-right: calc(-100% - -56px);
  }

  .\32xl\:-mr-popup-full-width {
    margin-right: calc(-100% + -32px);
  }

  .\32xl\:-mr-popup-full-width-md {
    margin-right: calc(-100% + -64px);
  }

  .\32xl\:-mr-popup-full-height {
    margin-right: calc(-100% + -68px);
  }

  .\32xl\:-mr-max-content {
    margin-right: max-content;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mb-21 {
    margin-bottom: 5.25rem;
  }

  .\32xl\:mb-22 {
    margin-bottom: 5.5rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:mb-26 {
    margin-bottom: 6.5rem;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem;
  }

  .\32xl\:mb-29 {
    margin-bottom: 7.25rem;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .\32xl\:mb-34 {
    margin-bottom: 8.5rem;
  }

  .\32xl\:mb-36 {
    margin-bottom: 9rem;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .\32xl\:mb-42 {
    margin-bottom: 10.5rem;
  }

  .\32xl\:mb-44 {
    margin-bottom: 11rem;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .\32xl\:mb-52 {
    margin-bottom: 13rem;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .\32xl\:mb-60 {
    margin-bottom: 15rem;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:mb-68 {
    margin-bottom: 17rem;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\32xl\:mb-77 {
    margin-bottom: 19.25rem;
  }

  .\32xl\:mb-80 {
    margin-bottom: 20rem;
  }

  .\32xl\:mb-82 {
    margin-bottom: 20.5rem;
  }

  .\32xl\:mb-88 {
    margin-bottom: 22rem;
  }

  .\32xl\:mb-94 {
    margin-bottom: 23.5rem;
  }

  .\32xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .\32xl\:mb-98 {
    margin-bottom: 24.5rem;
  }

  .\32xl\:mb-104 {
    margin-bottom: 26rem;
  }

  .\32xl\:mb-108 {
    margin-bottom: 27rem;
  }

  .\32xl\:mb-110 {
    margin-bottom: 27.5rem;
  }

  .\32xl\:mb-112 {
    margin-bottom: 28rem;
  }

  .\32xl\:mb-120 {
    margin-bottom: 30rem;
  }

  .\32xl\:mb-128 {
    margin-bottom: 32rem;
  }

  .\32xl\:mb-132 {
    margin-bottom: 33rem;
  }

  .\32xl\:mb-134 {
    margin-bottom: 33.5rem;
  }

  .\32xl\:mb-135 {
    margin-bottom: 33.75rem;
  }

  .\32xl\:mb-136 {
    margin-bottom: 34rem;
  }

  .\32xl\:mb-144 {
    margin-bottom: 36rem;
  }

  .\32xl\:mb-152 {
    margin-bottom: 38rem;
  }

  .\32xl\:mb-160 {
    margin-bottom: 40rem;
  }

  .\32xl\:mb-164 {
    margin-bottom: 41rem;
  }

  .\32xl\:mb-172 {
    margin-bottom: 43rem;
  }

  .\32xl\:mb-179 {
    margin-bottom: 44.75rem;
  }

  .\32xl\:mb-184 {
    margin-bottom: 46rem;
  }

  .\32xl\:mb-192 {
    margin-bottom: 48rem;
  }

  .\32xl\:mb-224 {
    margin-bottom: 56rem;
  }

  .\32xl\:mb-240 {
    margin-bottom: 60rem;
  }

  .\32xl\:mb-256 {
    margin-bottom: 64rem;
  }

  .\32xl\:mb-265 {
    margin-bottom: 66.25rem;
  }

  .\32xl\:mb-288 {
    margin-bottom: 72rem;
  }

  .\32xl\:mb-384 {
    margin-bottom: 96rem;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px;
  }

  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }

  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\32xl\:mb-0\.75 {
    margin-bottom: 0.1875rem;
  }

  .\32xl\:mb-4\.5 {
    margin-bottom: 1.125rem;
  }

  .\32xl\:mb-7\.5 {
    margin-bottom: 1.875rem;
  }

  .\32xl\:mb-9\.5 {
    margin-bottom: 2.375rem;
  }

  .\32xl\:mb-9\.75 {
    margin-bottom: 2.4375rem;
  }

  .\32xl\:mb-12\.5 {
    margin-bottom: 3.125rem;
  }

  .\32xl\:mb-13\.5 {
    margin-bottom: 3.375rem;
  }

  .\32xl\:mb-292\.5 {
    margin-bottom: 73.125rem;
  }

  .\32xl\:mb-1\/24 {
    margin-bottom: 4.166667%;
  }

  .\32xl\:mb-2\/24 {
    margin-bottom: 8.333333%;
  }

  .\32xl\:mb-3\/24 {
    margin-bottom: 12.5%;
  }

  .\32xl\:mb-4\/24 {
    margin-bottom: 16.666667%;
  }

  .\32xl\:mb-5\/24 {
    margin-bottom: 20.833333%;
  }

  .\32xl\:mb-6\/24 {
    margin-bottom: 25%;
  }

  .\32xl\:mb-7\/24 {
    margin-bottom: 29.166666%;
  }

  .\32xl\:mb-8\/24 {
    margin-bottom: 33.333333%;
  }

  .\32xl\:mb-9\/24 {
    margin-bottom: 37.5%;
  }

  .\32xl\:mb-10\/24 {
    margin-bottom: 41.666666%;
  }

  .\32xl\:mb-11\/24 {
    margin-bottom: 45.833333%;
  }

  .\32xl\:mb-12\/24 {
    margin-bottom: 50%;
  }

  .\32xl\:mb-13\/24 {
    margin-bottom: 54.166666%;
  }

  .\32xl\:mb-14\/24 {
    margin-bottom: 58.333333%;
  }

  .\32xl\:mb-15\/24 {
    margin-bottom: 62.5%;
  }

  .\32xl\:mb-16\/24 {
    margin-bottom: 66.666667%;
  }

  .\32xl\:mb-17\/24 {
    margin-bottom: 70.833333%;
  }

  .\32xl\:mb-18\/24 {
    margin-bottom: 75%;
  }

  .\32xl\:mb-19\/24 {
    margin-bottom: 79.166667%;
  }

  .\32xl\:mb-20\/24 {
    margin-bottom: 83.333333%;
  }

  .\32xl\:mb-21\/24 {
    margin-bottom: 87.5%;
  }

  .\32xl\:mb-22\/24 {
    margin-bottom: 91.666667%;
  }

  .\32xl\:mb-23\/24 {
    margin-bottom: 95.833333%;
  }

  .\32xl\:mb-24\/24 {
    margin-bottom: 100%;
  }

  .\32xl\:mb-screen-header {
    margin-bottom: 41.55vw;
  }

  .\32xl\:mb-screen-60 {
    margin-bottom: 60vh;
  }

  .\32xl\:mb-screen-80 {
    margin-bottom: 80vh;
  }

  .\32xl\:mb-screen-85 {
    margin-bottom: 85vh;
  }

  .\32xl\:mb-screen-90 {
    margin-bottom: 90vh;
  }

  .\32xl\:mb-screen-95 {
    margin-bottom: 95vh;
  }

  .\32xl\:mb-screen-minus-header {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .\32xl\:mb-screen-minus-35\.5 {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .\32xl\:mb-screen-minus-36 {
    margin-bottom: calc(100vh - 9rem);
  }

  .\32xl\:mb-screen-minus-40 {
    margin-bottom: calc(100vh - 10rem);
  }

  .\32xl\:mb-screen-minus-55 {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .\32xl\:mb-screen-minus-72 {
    margin-bottom: calc(100vh - 18rem);
  }

  .\32xl\:mb-screen-minus-80 {
    margin-bottom: calc(100vh - 20rem);
  }

  .\32xl\:mb-full-4 {
    margin-bottom: calc(100% - 16px);
  }

  .\32xl\:mb-account-body {
    margin-bottom: calc(100vw - 304px);
  }

  .\32xl\:mb-menu-center {
    margin-bottom: calc(50% - 288px);
  }

  .\32xl\:mb-tutorials-hidden {
    margin-bottom: calc(100% - 56px);
  }

  .\32xl\:mb-popup-full-width {
    margin-bottom: calc(100% + 32px);
  }

  .\32xl\:mb-popup-full-width-md {
    margin-bottom: calc(100% + 64px);
  }

  .\32xl\:mb-popup-full-height {
    margin-bottom: calc(100% + 68px);
  }

  .\32xl\:mb-max-content {
    margin-bottom: max-content;
  }

  .\32xl\:-mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\32xl\:-mb-18 {
    margin-bottom: -4.5rem;
  }

  .\32xl\:-mb-20 {
    margin-bottom: -5rem;
  }

  .\32xl\:-mb-21 {
    margin-bottom: -5.25rem;
  }

  .\32xl\:-mb-22 {
    margin-bottom: -5.5rem;
  }

  .\32xl\:-mb-24 {
    margin-bottom: -6rem;
  }

  .\32xl\:-mb-26 {
    margin-bottom: -6.5rem;
  }

  .\32xl\:-mb-28 {
    margin-bottom: -7rem;
  }

  .\32xl\:-mb-29 {
    margin-bottom: -7.25rem;
  }

  .\32xl\:-mb-32 {
    margin-bottom: -8rem;
  }

  .\32xl\:-mb-34 {
    margin-bottom: -8.5rem;
  }

  .\32xl\:-mb-36 {
    margin-bottom: -9rem;
  }

  .\32xl\:-mb-40 {
    margin-bottom: -10rem;
  }

  .\32xl\:-mb-42 {
    margin-bottom: -10.5rem;
  }

  .\32xl\:-mb-44 {
    margin-bottom: -11rem;
  }

  .\32xl\:-mb-48 {
    margin-bottom: -12rem;
  }

  .\32xl\:-mb-52 {
    margin-bottom: -13rem;
  }

  .\32xl\:-mb-56 {
    margin-bottom: -14rem;
  }

  .\32xl\:-mb-60 {
    margin-bottom: -15rem;
  }

  .\32xl\:-mb-64 {
    margin-bottom: -16rem;
  }

  .\32xl\:-mb-68 {
    margin-bottom: -17rem;
  }

  .\32xl\:-mb-72 {
    margin-bottom: -18rem;
  }

  .\32xl\:-mb-77 {
    margin-bottom: -19.25rem;
  }

  .\32xl\:-mb-80 {
    margin-bottom: -20rem;
  }

  .\32xl\:-mb-82 {
    margin-bottom: -20.5rem;
  }

  .\32xl\:-mb-88 {
    margin-bottom: -22rem;
  }

  .\32xl\:-mb-94 {
    margin-bottom: -23.5rem;
  }

  .\32xl\:-mb-96 {
    margin-bottom: -24rem;
  }

  .\32xl\:-mb-98 {
    margin-bottom: -24.5rem;
  }

  .\32xl\:-mb-104 {
    margin-bottom: -26rem;
  }

  .\32xl\:-mb-108 {
    margin-bottom: -27rem;
  }

  .\32xl\:-mb-110 {
    margin-bottom: -27.5rem;
  }

  .\32xl\:-mb-112 {
    margin-bottom: -28rem;
  }

  .\32xl\:-mb-120 {
    margin-bottom: -30rem;
  }

  .\32xl\:-mb-128 {
    margin-bottom: -32rem;
  }

  .\32xl\:-mb-132 {
    margin-bottom: -33rem;
  }

  .\32xl\:-mb-134 {
    margin-bottom: -33.5rem;
  }

  .\32xl\:-mb-135 {
    margin-bottom: -33.75rem;
  }

  .\32xl\:-mb-136 {
    margin-bottom: -34rem;
  }

  .\32xl\:-mb-144 {
    margin-bottom: -36rem;
  }

  .\32xl\:-mb-152 {
    margin-bottom: -38rem;
  }

  .\32xl\:-mb-160 {
    margin-bottom: -40rem;
  }

  .\32xl\:-mb-164 {
    margin-bottom: -41rem;
  }

  .\32xl\:-mb-172 {
    margin-bottom: -43rem;
  }

  .\32xl\:-mb-179 {
    margin-bottom: -44.75rem;
  }

  .\32xl\:-mb-184 {
    margin-bottom: -46rem;
  }

  .\32xl\:-mb-192 {
    margin-bottom: -48rem;
  }

  .\32xl\:-mb-224 {
    margin-bottom: -56rem;
  }

  .\32xl\:-mb-240 {
    margin-bottom: -60rem;
  }

  .\32xl\:-mb-256 {
    margin-bottom: -64rem;
  }

  .\32xl\:-mb-265 {
    margin-bottom: -66.25rem;
  }

  .\32xl\:-mb-288 {
    margin-bottom: -72rem;
  }

  .\32xl\:-mb-384 {
    margin-bottom: -96rem;
  }

  .\32xl\:-mb-px {
    margin-bottom: -1px;
  }

  .\32xl\:-mb-0\.5 {
    margin-bottom: -0.125rem;
  }

  .\32xl\:-mb-1\.5 {
    margin-bottom: -0.375rem;
  }

  .\32xl\:-mb-2\.5 {
    margin-bottom: -0.625rem;
  }

  .\32xl\:-mb-3\.5 {
    margin-bottom: -0.875rem;
  }

  .\32xl\:-mb-0\.75 {
    margin-bottom: -0.1875rem;
  }

  .\32xl\:-mb-4\.5 {
    margin-bottom: -1.125rem;
  }

  .\32xl\:-mb-7\.5 {
    margin-bottom: -1.875rem;
  }

  .\32xl\:-mb-9\.5 {
    margin-bottom: -2.375rem;
  }

  .\32xl\:-mb-9\.75 {
    margin-bottom: -2.4375rem;
  }

  .\32xl\:-mb-12\.5 {
    margin-bottom: -3.125rem;
  }

  .\32xl\:-mb-13\.5 {
    margin-bottom: -3.375rem;
  }

  .\32xl\:-mb-292\.5 {
    margin-bottom: -73.125rem;
  }

  .\32xl\:-mb-1\/24 {
    margin-bottom: -4.16667%;
  }

  .\32xl\:-mb-2\/24 {
    margin-bottom: -8.33333%;
  }

  .\32xl\:-mb-3\/24 {
    margin-bottom: -12.5%;
  }

  .\32xl\:-mb-4\/24 {
    margin-bottom: -16.66667%;
  }

  .\32xl\:-mb-5\/24 {
    margin-bottom: -20.83333%;
  }

  .\32xl\:-mb-6\/24 {
    margin-bottom: -25%;
  }

  .\32xl\:-mb-7\/24 {
    margin-bottom: -29.16667%;
  }

  .\32xl\:-mb-8\/24 {
    margin-bottom: -33.33333%;
  }

  .\32xl\:-mb-9\/24 {
    margin-bottom: -37.5%;
  }

  .\32xl\:-mb-10\/24 {
    margin-bottom: -41.66667%;
  }

  .\32xl\:-mb-11\/24 {
    margin-bottom: -45.83333%;
  }

  .\32xl\:-mb-12\/24 {
    margin-bottom: -50%;
  }

  .\32xl\:-mb-13\/24 {
    margin-bottom: -54.16667%;
  }

  .\32xl\:-mb-14\/24 {
    margin-bottom: -58.33333%;
  }

  .\32xl\:-mb-15\/24 {
    margin-bottom: -62.5%;
  }

  .\32xl\:-mb-16\/24 {
    margin-bottom: -66.66667%;
  }

  .\32xl\:-mb-17\/24 {
    margin-bottom: -70.83333%;
  }

  .\32xl\:-mb-18\/24 {
    margin-bottom: -75%;
  }

  .\32xl\:-mb-19\/24 {
    margin-bottom: -79.16667%;
  }

  .\32xl\:-mb-20\/24 {
    margin-bottom: -83.33333%;
  }

  .\32xl\:-mb-21\/24 {
    margin-bottom: -87.5%;
  }

  .\32xl\:-mb-22\/24 {
    margin-bottom: -91.66667%;
  }

  .\32xl\:-mb-23\/24 {
    margin-bottom: -95.83333%;
  }

  .\32xl\:-mb-24\/24 {
    margin-bottom: -100%;
  }

  .\32xl\:-mb-screen-header {
    margin-bottom: -41.55vw;
  }

  .\32xl\:-mb-screen-60 {
    margin-bottom: -60vh;
  }

  .\32xl\:-mb-screen-80 {
    margin-bottom: -80vh;
  }

  .\32xl\:-mb-screen-85 {
    margin-bottom: -85vh;
  }

  .\32xl\:-mb-screen-90 {
    margin-bottom: -90vh;
  }

  .\32xl\:-mb-screen-95 {
    margin-bottom: -95vh;
  }

  .\32xl\:-mb-screen-minus-header {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .\32xl\:-mb-screen-minus-35\.5 {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .\32xl\:-mb-screen-minus-36 {
    margin-bottom: calc(-100vh - -9rem);
  }

  .\32xl\:-mb-screen-minus-40 {
    margin-bottom: calc(-100vh - -10rem);
  }

  .\32xl\:-mb-screen-minus-55 {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .\32xl\:-mb-screen-minus-72 {
    margin-bottom: calc(-100vh - -18rem);
  }

  .\32xl\:-mb-screen-minus-80 {
    margin-bottom: calc(-100vh - -20rem);
  }

  .\32xl\:-mb-full-4 {
    margin-bottom: calc(-100% - -16px);
  }

  .\32xl\:-mb-account-body {
    margin-bottom: calc(-100vw - -304px);
  }

  .\32xl\:-mb-menu-center {
    margin-bottom: calc(-50% - -288px);
  }

  .\32xl\:-mb-tutorials-hidden {
    margin-bottom: calc(-100% - -56px);
  }

  .\32xl\:-mb-popup-full-width {
    margin-bottom: calc(-100% + -32px);
  }

  .\32xl\:-mb-popup-full-width-md {
    margin-bottom: calc(-100% + -64px);
  }

  .\32xl\:-mb-popup-full-height {
    margin-bottom: calc(-100% + -68px);
  }

  .\32xl\:-mb-max-content {
    margin-bottom: max-content;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:ml-18 {
    margin-left: 4.5rem;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem;
  }

  .\32xl\:ml-21 {
    margin-left: 5.25rem;
  }

  .\32xl\:ml-22 {
    margin-left: 5.5rem;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:ml-26 {
    margin-left: 6.5rem;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem;
  }

  .\32xl\:ml-29 {
    margin-left: 7.25rem;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem;
  }

  .\32xl\:ml-34 {
    margin-left: 8.5rem;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:ml-42 {
    margin-left: 10.5rem;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem;
  }

  .\32xl\:ml-52 {
    margin-left: 13rem;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem;
  }

  .\32xl\:ml-60 {
    margin-left: 15rem;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem;
  }

  .\32xl\:ml-68 {
    margin-left: 17rem;
  }

  .\32xl\:ml-72 {
    margin-left: 18rem;
  }

  .\32xl\:ml-77 {
    margin-left: 19.25rem;
  }

  .\32xl\:ml-80 {
    margin-left: 20rem;
  }

  .\32xl\:ml-82 {
    margin-left: 20.5rem;
  }

  .\32xl\:ml-88 {
    margin-left: 22rem;
  }

  .\32xl\:ml-94 {
    margin-left: 23.5rem;
  }

  .\32xl\:ml-96 {
    margin-left: 24rem;
  }

  .\32xl\:ml-98 {
    margin-left: 24.5rem;
  }

  .\32xl\:ml-104 {
    margin-left: 26rem;
  }

  .\32xl\:ml-108 {
    margin-left: 27rem;
  }

  .\32xl\:ml-110 {
    margin-left: 27.5rem;
  }

  .\32xl\:ml-112 {
    margin-left: 28rem;
  }

  .\32xl\:ml-120 {
    margin-left: 30rem;
  }

  .\32xl\:ml-128 {
    margin-left: 32rem;
  }

  .\32xl\:ml-132 {
    margin-left: 33rem;
  }

  .\32xl\:ml-134 {
    margin-left: 33.5rem;
  }

  .\32xl\:ml-135 {
    margin-left: 33.75rem;
  }

  .\32xl\:ml-136 {
    margin-left: 34rem;
  }

  .\32xl\:ml-144 {
    margin-left: 36rem;
  }

  .\32xl\:ml-152 {
    margin-left: 38rem;
  }

  .\32xl\:ml-160 {
    margin-left: 40rem;
  }

  .\32xl\:ml-164 {
    margin-left: 41rem;
  }

  .\32xl\:ml-172 {
    margin-left: 43rem;
  }

  .\32xl\:ml-179 {
    margin-left: 44.75rem;
  }

  .\32xl\:ml-184 {
    margin-left: 46rem;
  }

  .\32xl\:ml-192 {
    margin-left: 48rem;
  }

  .\32xl\:ml-224 {
    margin-left: 56rem;
  }

  .\32xl\:ml-240 {
    margin-left: 60rem;
  }

  .\32xl\:ml-256 {
    margin-left: 64rem;
  }

  .\32xl\:ml-265 {
    margin-left: 66.25rem;
  }

  .\32xl\:ml-288 {
    margin-left: 72rem;
  }

  .\32xl\:ml-384 {
    margin-left: 96rem;
  }

  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:ml-px {
    margin-left: 1px;
  }

  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem;
  }

  .\32xl\:ml-0\.75 {
    margin-left: 0.1875rem;
  }

  .\32xl\:ml-4\.5 {
    margin-left: 1.125rem;
  }

  .\32xl\:ml-7\.5 {
    margin-left: 1.875rem;
  }

  .\32xl\:ml-9\.5 {
    margin-left: 2.375rem;
  }

  .\32xl\:ml-9\.75 {
    margin-left: 2.4375rem;
  }

  .\32xl\:ml-12\.5 {
    margin-left: 3.125rem;
  }

  .\32xl\:ml-13\.5 {
    margin-left: 3.375rem;
  }

  .\32xl\:ml-292\.5 {
    margin-left: 73.125rem;
  }

  .\32xl\:ml-1\/24 {
    margin-left: 4.166667%;
  }

  .\32xl\:ml-2\/24 {
    margin-left: 8.333333%;
  }

  .\32xl\:ml-3\/24 {
    margin-left: 12.5%;
  }

  .\32xl\:ml-4\/24 {
    margin-left: 16.666667%;
  }

  .\32xl\:ml-5\/24 {
    margin-left: 20.833333%;
  }

  .\32xl\:ml-6\/24 {
    margin-left: 25%;
  }

  .\32xl\:ml-7\/24 {
    margin-left: 29.166666%;
  }

  .\32xl\:ml-8\/24 {
    margin-left: 33.333333%;
  }

  .\32xl\:ml-9\/24 {
    margin-left: 37.5%;
  }

  .\32xl\:ml-10\/24 {
    margin-left: 41.666666%;
  }

  .\32xl\:ml-11\/24 {
    margin-left: 45.833333%;
  }

  .\32xl\:ml-12\/24 {
    margin-left: 50%;
  }

  .\32xl\:ml-13\/24 {
    margin-left: 54.166666%;
  }

  .\32xl\:ml-14\/24 {
    margin-left: 58.333333%;
  }

  .\32xl\:ml-15\/24 {
    margin-left: 62.5%;
  }

  .\32xl\:ml-16\/24 {
    margin-left: 66.666667%;
  }

  .\32xl\:ml-17\/24 {
    margin-left: 70.833333%;
  }

  .\32xl\:ml-18\/24 {
    margin-left: 75%;
  }

  .\32xl\:ml-19\/24 {
    margin-left: 79.166667%;
  }

  .\32xl\:ml-20\/24 {
    margin-left: 83.333333%;
  }

  .\32xl\:ml-21\/24 {
    margin-left: 87.5%;
  }

  .\32xl\:ml-22\/24 {
    margin-left: 91.666667%;
  }

  .\32xl\:ml-23\/24 {
    margin-left: 95.833333%;
  }

  .\32xl\:ml-24\/24 {
    margin-left: 100%;
  }

  .\32xl\:ml-screen-header {
    margin-left: 41.55vw;
  }

  .\32xl\:ml-screen-60 {
    margin-left: 60vh;
  }

  .\32xl\:ml-screen-80 {
    margin-left: 80vh;
  }

  .\32xl\:ml-screen-85 {
    margin-left: 85vh;
  }

  .\32xl\:ml-screen-90 {
    margin-left: 90vh;
  }

  .\32xl\:ml-screen-95 {
    margin-left: 95vh;
  }

  .\32xl\:ml-screen-minus-header {
    margin-left: calc(100vh - 5.25rem);
  }

  .\32xl\:ml-screen-minus-35\.5 {
    margin-left: calc(100vh - 8.875rem);
  }

  .\32xl\:ml-screen-minus-36 {
    margin-left: calc(100vh - 9rem);
  }

  .\32xl\:ml-screen-minus-40 {
    margin-left: calc(100vh - 10rem);
  }

  .\32xl\:ml-screen-minus-55 {
    margin-left: calc(100vh - 13.75rem);
  }

  .\32xl\:ml-screen-minus-72 {
    margin-left: calc(100vh - 18rem);
  }

  .\32xl\:ml-screen-minus-80 {
    margin-left: calc(100vh - 20rem);
  }

  .\32xl\:ml-full-4 {
    margin-left: calc(100% - 16px);
  }

  .\32xl\:ml-account-body {
    margin-left: calc(100vw - 304px);
  }

  .\32xl\:ml-menu-center {
    margin-left: calc(50% - 288px);
  }

  .\32xl\:ml-tutorials-hidden {
    margin-left: calc(100% - 56px);
  }

  .\32xl\:ml-popup-full-width {
    margin-left: calc(100% + 32px);
  }

  .\32xl\:ml-popup-full-width-md {
    margin-left: calc(100% + 64px);
  }

  .\32xl\:ml-popup-full-height {
    margin-left: calc(100% + 68px);
  }

  .\32xl\:ml-max-content {
    margin-left: max-content;
  }

  .\32xl\:-ml-0 {
    margin-left: 0px;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\32xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\32xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\32xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\32xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\32xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\32xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\32xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\32xl\:-ml-18 {
    margin-left: -4.5rem;
  }

  .\32xl\:-ml-20 {
    margin-left: -5rem;
  }

  .\32xl\:-ml-21 {
    margin-left: -5.25rem;
  }

  .\32xl\:-ml-22 {
    margin-left: -5.5rem;
  }

  .\32xl\:-ml-24 {
    margin-left: -6rem;
  }

  .\32xl\:-ml-26 {
    margin-left: -6.5rem;
  }

  .\32xl\:-ml-28 {
    margin-left: -7rem;
  }

  .\32xl\:-ml-29 {
    margin-left: -7.25rem;
  }

  .\32xl\:-ml-32 {
    margin-left: -8rem;
  }

  .\32xl\:-ml-34 {
    margin-left: -8.5rem;
  }

  .\32xl\:-ml-36 {
    margin-left: -9rem;
  }

  .\32xl\:-ml-40 {
    margin-left: -10rem;
  }

  .\32xl\:-ml-42 {
    margin-left: -10.5rem;
  }

  .\32xl\:-ml-44 {
    margin-left: -11rem;
  }

  .\32xl\:-ml-48 {
    margin-left: -12rem;
  }

  .\32xl\:-ml-52 {
    margin-left: -13rem;
  }

  .\32xl\:-ml-56 {
    margin-left: -14rem;
  }

  .\32xl\:-ml-60 {
    margin-left: -15rem;
  }

  .\32xl\:-ml-64 {
    margin-left: -16rem;
  }

  .\32xl\:-ml-68 {
    margin-left: -17rem;
  }

  .\32xl\:-ml-72 {
    margin-left: -18rem;
  }

  .\32xl\:-ml-77 {
    margin-left: -19.25rem;
  }

  .\32xl\:-ml-80 {
    margin-left: -20rem;
  }

  .\32xl\:-ml-82 {
    margin-left: -20.5rem;
  }

  .\32xl\:-ml-88 {
    margin-left: -22rem;
  }

  .\32xl\:-ml-94 {
    margin-left: -23.5rem;
  }

  .\32xl\:-ml-96 {
    margin-left: -24rem;
  }

  .\32xl\:-ml-98 {
    margin-left: -24.5rem;
  }

  .\32xl\:-ml-104 {
    margin-left: -26rem;
  }

  .\32xl\:-ml-108 {
    margin-left: -27rem;
  }

  .\32xl\:-ml-110 {
    margin-left: -27.5rem;
  }

  .\32xl\:-ml-112 {
    margin-left: -28rem;
  }

  .\32xl\:-ml-120 {
    margin-left: -30rem;
  }

  .\32xl\:-ml-128 {
    margin-left: -32rem;
  }

  .\32xl\:-ml-132 {
    margin-left: -33rem;
  }

  .\32xl\:-ml-134 {
    margin-left: -33.5rem;
  }

  .\32xl\:-ml-135 {
    margin-left: -33.75rem;
  }

  .\32xl\:-ml-136 {
    margin-left: -34rem;
  }

  .\32xl\:-ml-144 {
    margin-left: -36rem;
  }

  .\32xl\:-ml-152 {
    margin-left: -38rem;
  }

  .\32xl\:-ml-160 {
    margin-left: -40rem;
  }

  .\32xl\:-ml-164 {
    margin-left: -41rem;
  }

  .\32xl\:-ml-172 {
    margin-left: -43rem;
  }

  .\32xl\:-ml-179 {
    margin-left: -44.75rem;
  }

  .\32xl\:-ml-184 {
    margin-left: -46rem;
  }

  .\32xl\:-ml-192 {
    margin-left: -48rem;
  }

  .\32xl\:-ml-224 {
    margin-left: -56rem;
  }

  .\32xl\:-ml-240 {
    margin-left: -60rem;
  }

  .\32xl\:-ml-256 {
    margin-left: -64rem;
  }

  .\32xl\:-ml-265 {
    margin-left: -66.25rem;
  }

  .\32xl\:-ml-288 {
    margin-left: -72rem;
  }

  .\32xl\:-ml-384 {
    margin-left: -96rem;
  }

  .\32xl\:-ml-px {
    margin-left: -1px;
  }

  .\32xl\:-ml-0\.5 {
    margin-left: -0.125rem;
  }

  .\32xl\:-ml-1\.5 {
    margin-left: -0.375rem;
  }

  .\32xl\:-ml-2\.5 {
    margin-left: -0.625rem;
  }

  .\32xl\:-ml-3\.5 {
    margin-left: -0.875rem;
  }

  .\32xl\:-ml-0\.75 {
    margin-left: -0.1875rem;
  }

  .\32xl\:-ml-4\.5 {
    margin-left: -1.125rem;
  }

  .\32xl\:-ml-7\.5 {
    margin-left: -1.875rem;
  }

  .\32xl\:-ml-9\.5 {
    margin-left: -2.375rem;
  }

  .\32xl\:-ml-9\.75 {
    margin-left: -2.4375rem;
  }

  .\32xl\:-ml-12\.5 {
    margin-left: -3.125rem;
  }

  .\32xl\:-ml-13\.5 {
    margin-left: -3.375rem;
  }

  .\32xl\:-ml-292\.5 {
    margin-left: -73.125rem;
  }

  .\32xl\:-ml-1\/24 {
    margin-left: -4.16667%;
  }

  .\32xl\:-ml-2\/24 {
    margin-left: -8.33333%;
  }

  .\32xl\:-ml-3\/24 {
    margin-left: -12.5%;
  }

  .\32xl\:-ml-4\/24 {
    margin-left: -16.66667%;
  }

  .\32xl\:-ml-5\/24 {
    margin-left: -20.83333%;
  }

  .\32xl\:-ml-6\/24 {
    margin-left: -25%;
  }

  .\32xl\:-ml-7\/24 {
    margin-left: -29.16667%;
  }

  .\32xl\:-ml-8\/24 {
    margin-left: -33.33333%;
  }

  .\32xl\:-ml-9\/24 {
    margin-left: -37.5%;
  }

  .\32xl\:-ml-10\/24 {
    margin-left: -41.66667%;
  }

  .\32xl\:-ml-11\/24 {
    margin-left: -45.83333%;
  }

  .\32xl\:-ml-12\/24 {
    margin-left: -50%;
  }

  .\32xl\:-ml-13\/24 {
    margin-left: -54.16667%;
  }

  .\32xl\:-ml-14\/24 {
    margin-left: -58.33333%;
  }

  .\32xl\:-ml-15\/24 {
    margin-left: -62.5%;
  }

  .\32xl\:-ml-16\/24 {
    margin-left: -66.66667%;
  }

  .\32xl\:-ml-17\/24 {
    margin-left: -70.83333%;
  }

  .\32xl\:-ml-18\/24 {
    margin-left: -75%;
  }

  .\32xl\:-ml-19\/24 {
    margin-left: -79.16667%;
  }

  .\32xl\:-ml-20\/24 {
    margin-left: -83.33333%;
  }

  .\32xl\:-ml-21\/24 {
    margin-left: -87.5%;
  }

  .\32xl\:-ml-22\/24 {
    margin-left: -91.66667%;
  }

  .\32xl\:-ml-23\/24 {
    margin-left: -95.83333%;
  }

  .\32xl\:-ml-24\/24 {
    margin-left: -100%;
  }

  .\32xl\:-ml-screen-header {
    margin-left: -41.55vw;
  }

  .\32xl\:-ml-screen-60 {
    margin-left: -60vh;
  }

  .\32xl\:-ml-screen-80 {
    margin-left: -80vh;
  }

  .\32xl\:-ml-screen-85 {
    margin-left: -85vh;
  }

  .\32xl\:-ml-screen-90 {
    margin-left: -90vh;
  }

  .\32xl\:-ml-screen-95 {
    margin-left: -95vh;
  }

  .\32xl\:-ml-screen-minus-header {
    margin-left: calc(-100vh - -5.25rem);
  }

  .\32xl\:-ml-screen-minus-35\.5 {
    margin-left: calc(-100vh - -8.875rem);
  }

  .\32xl\:-ml-screen-minus-36 {
    margin-left: calc(-100vh - -9rem);
  }

  .\32xl\:-ml-screen-minus-40 {
    margin-left: calc(-100vh - -10rem);
  }

  .\32xl\:-ml-screen-minus-55 {
    margin-left: calc(-100vh - -13.75rem);
  }

  .\32xl\:-ml-screen-minus-72 {
    margin-left: calc(-100vh - -18rem);
  }

  .\32xl\:-ml-screen-minus-80 {
    margin-left: calc(-100vh - -20rem);
  }

  .\32xl\:-ml-full-4 {
    margin-left: calc(-100% - -16px);
  }

  .\32xl\:-ml-account-body {
    margin-left: calc(-100vw - -304px);
  }

  .\32xl\:-ml-menu-center {
    margin-left: calc(-50% - -288px);
  }

  .\32xl\:-ml-tutorials-hidden {
    margin-left: calc(-100% - -56px);
  }

  .\32xl\:-ml-popup-full-width {
    margin-left: calc(-100% + -32px);
  }

  .\32xl\:-ml-popup-full-width-md {
    margin-left: calc(-100% + -64px);
  }

  .\32xl\:-ml-popup-full-height {
    margin-left: calc(-100% + -68px);
  }

  .\32xl\:-ml-max-content {
    margin-left: max-content;
  }

  .\32xl\:hover\:mt-0:hover {
    margin-top: 0px;
  }

  .\32xl\:hover\:mt-1:hover {
    margin-top: 0.25rem;
  }

  .\32xl\:hover\:mt-2:hover {
    margin-top: 0.5rem;
  }

  .\32xl\:hover\:mt-3:hover {
    margin-top: 0.75rem;
  }

  .\32xl\:hover\:mt-4:hover {
    margin-top: 1rem;
  }

  .\32xl\:hover\:mt-5:hover {
    margin-top: 1.25rem;
  }

  .\32xl\:hover\:mt-6:hover {
    margin-top: 1.5rem;
  }

  .\32xl\:hover\:mt-7:hover {
    margin-top: 1.75rem;
  }

  .\32xl\:hover\:mt-8:hover {
    margin-top: 2rem;
  }

  .\32xl\:hover\:mt-9:hover {
    margin-top: 2.25rem;
  }

  .\32xl\:hover\:mt-10:hover {
    margin-top: 2.5rem;
  }

  .\32xl\:hover\:mt-11:hover {
    margin-top: 2.75rem;
  }

  .\32xl\:hover\:mt-12:hover {
    margin-top: 3rem;
  }

  .\32xl\:hover\:mt-14:hover {
    margin-top: 3.5rem;
  }

  .\32xl\:hover\:mt-16:hover {
    margin-top: 4rem;
  }

  .\32xl\:hover\:mt-18:hover {
    margin-top: 4.5rem;
  }

  .\32xl\:hover\:mt-20:hover {
    margin-top: 5rem;
  }

  .\32xl\:hover\:mt-21:hover {
    margin-top: 5.25rem;
  }

  .\32xl\:hover\:mt-22:hover {
    margin-top: 5.5rem;
  }

  .\32xl\:hover\:mt-24:hover {
    margin-top: 6rem;
  }

  .\32xl\:hover\:mt-26:hover {
    margin-top: 6.5rem;
  }

  .\32xl\:hover\:mt-28:hover {
    margin-top: 7rem;
  }

  .\32xl\:hover\:mt-29:hover {
    margin-top: 7.25rem;
  }

  .\32xl\:hover\:mt-32:hover {
    margin-top: 8rem;
  }

  .\32xl\:hover\:mt-34:hover {
    margin-top: 8.5rem;
  }

  .\32xl\:hover\:mt-36:hover {
    margin-top: 9rem;
  }

  .\32xl\:hover\:mt-40:hover {
    margin-top: 10rem;
  }

  .\32xl\:hover\:mt-42:hover {
    margin-top: 10.5rem;
  }

  .\32xl\:hover\:mt-44:hover {
    margin-top: 11rem;
  }

  .\32xl\:hover\:mt-48:hover {
    margin-top: 12rem;
  }

  .\32xl\:hover\:mt-52:hover {
    margin-top: 13rem;
  }

  .\32xl\:hover\:mt-56:hover {
    margin-top: 14rem;
  }

  .\32xl\:hover\:mt-60:hover {
    margin-top: 15rem;
  }

  .\32xl\:hover\:mt-64:hover {
    margin-top: 16rem;
  }

  .\32xl\:hover\:mt-68:hover {
    margin-top: 17rem;
  }

  .\32xl\:hover\:mt-72:hover {
    margin-top: 18rem;
  }

  .\32xl\:hover\:mt-77:hover {
    margin-top: 19.25rem;
  }

  .\32xl\:hover\:mt-80:hover {
    margin-top: 20rem;
  }

  .\32xl\:hover\:mt-82:hover {
    margin-top: 20.5rem;
  }

  .\32xl\:hover\:mt-88:hover {
    margin-top: 22rem;
  }

  .\32xl\:hover\:mt-94:hover {
    margin-top: 23.5rem;
  }

  .\32xl\:hover\:mt-96:hover {
    margin-top: 24rem;
  }

  .\32xl\:hover\:mt-98:hover {
    margin-top: 24.5rem;
  }

  .\32xl\:hover\:mt-104:hover {
    margin-top: 26rem;
  }

  .\32xl\:hover\:mt-108:hover {
    margin-top: 27rem;
  }

  .\32xl\:hover\:mt-110:hover {
    margin-top: 27.5rem;
  }

  .\32xl\:hover\:mt-112:hover {
    margin-top: 28rem;
  }

  .\32xl\:hover\:mt-120:hover {
    margin-top: 30rem;
  }

  .\32xl\:hover\:mt-128:hover {
    margin-top: 32rem;
  }

  .\32xl\:hover\:mt-132:hover {
    margin-top: 33rem;
  }

  .\32xl\:hover\:mt-134:hover {
    margin-top: 33.5rem;
  }

  .\32xl\:hover\:mt-135:hover {
    margin-top: 33.75rem;
  }

  .\32xl\:hover\:mt-136:hover {
    margin-top: 34rem;
  }

  .\32xl\:hover\:mt-144:hover {
    margin-top: 36rem;
  }

  .\32xl\:hover\:mt-152:hover {
    margin-top: 38rem;
  }

  .\32xl\:hover\:mt-160:hover {
    margin-top: 40rem;
  }

  .\32xl\:hover\:mt-164:hover {
    margin-top: 41rem;
  }

  .\32xl\:hover\:mt-172:hover {
    margin-top: 43rem;
  }

  .\32xl\:hover\:mt-179:hover {
    margin-top: 44.75rem;
  }

  .\32xl\:hover\:mt-184:hover {
    margin-top: 46rem;
  }

  .\32xl\:hover\:mt-192:hover {
    margin-top: 48rem;
  }

  .\32xl\:hover\:mt-224:hover {
    margin-top: 56rem;
  }

  .\32xl\:hover\:mt-240:hover {
    margin-top: 60rem;
  }

  .\32xl\:hover\:mt-256:hover {
    margin-top: 64rem;
  }

  .\32xl\:hover\:mt-265:hover {
    margin-top: 66.25rem;
  }

  .\32xl\:hover\:mt-288:hover {
    margin-top: 72rem;
  }

  .\32xl\:hover\:mt-384:hover {
    margin-top: 96rem;
  }

  .\32xl\:hover\:mt-auto:hover {
    margin-top: auto;
  }

  .\32xl\:hover\:mt-px:hover {
    margin-top: 1px;
  }

  .\32xl\:hover\:mt-0\.5:hover {
    margin-top: 0.125rem;
  }

  .\32xl\:hover\:mt-1\.5:hover {
    margin-top: 0.375rem;
  }

  .\32xl\:hover\:mt-2\.5:hover {
    margin-top: 0.625rem;
  }

  .\32xl\:hover\:mt-3\.5:hover {
    margin-top: 0.875rem;
  }

  .\32xl\:hover\:mt-0\.75:hover {
    margin-top: 0.1875rem;
  }

  .\32xl\:hover\:mt-4\.5:hover {
    margin-top: 1.125rem;
  }

  .\32xl\:hover\:mt-7\.5:hover {
    margin-top: 1.875rem;
  }

  .\32xl\:hover\:mt-9\.5:hover {
    margin-top: 2.375rem;
  }

  .\32xl\:hover\:mt-9\.75:hover {
    margin-top: 2.4375rem;
  }

  .\32xl\:hover\:mt-12\.5:hover {
    margin-top: 3.125rem;
  }

  .\32xl\:hover\:mt-13\.5:hover {
    margin-top: 3.375rem;
  }

  .\32xl\:hover\:mt-292\.5:hover {
    margin-top: 73.125rem;
  }

  .\32xl\:hover\:mt-1\/24:hover {
    margin-top: 4.166667%;
  }

  .\32xl\:hover\:mt-2\/24:hover {
    margin-top: 8.333333%;
  }

  .\32xl\:hover\:mt-3\/24:hover {
    margin-top: 12.5%;
  }

  .\32xl\:hover\:mt-4\/24:hover {
    margin-top: 16.666667%;
  }

  .\32xl\:hover\:mt-5\/24:hover {
    margin-top: 20.833333%;
  }

  .\32xl\:hover\:mt-6\/24:hover {
    margin-top: 25%;
  }

  .\32xl\:hover\:mt-7\/24:hover {
    margin-top: 29.166666%;
  }

  .\32xl\:hover\:mt-8\/24:hover {
    margin-top: 33.333333%;
  }

  .\32xl\:hover\:mt-9\/24:hover {
    margin-top: 37.5%;
  }

  .\32xl\:hover\:mt-10\/24:hover {
    margin-top: 41.666666%;
  }

  .\32xl\:hover\:mt-11\/24:hover {
    margin-top: 45.833333%;
  }

  .\32xl\:hover\:mt-12\/24:hover {
    margin-top: 50%;
  }

  .\32xl\:hover\:mt-13\/24:hover {
    margin-top: 54.166666%;
  }

  .\32xl\:hover\:mt-14\/24:hover {
    margin-top: 58.333333%;
  }

  .\32xl\:hover\:mt-15\/24:hover {
    margin-top: 62.5%;
  }

  .\32xl\:hover\:mt-16\/24:hover {
    margin-top: 66.666667%;
  }

  .\32xl\:hover\:mt-17\/24:hover {
    margin-top: 70.833333%;
  }

  .\32xl\:hover\:mt-18\/24:hover {
    margin-top: 75%;
  }

  .\32xl\:hover\:mt-19\/24:hover {
    margin-top: 79.166667%;
  }

  .\32xl\:hover\:mt-20\/24:hover {
    margin-top: 83.333333%;
  }

  .\32xl\:hover\:mt-21\/24:hover {
    margin-top: 87.5%;
  }

  .\32xl\:hover\:mt-22\/24:hover {
    margin-top: 91.666667%;
  }

  .\32xl\:hover\:mt-23\/24:hover {
    margin-top: 95.833333%;
  }

  .\32xl\:hover\:mt-24\/24:hover {
    margin-top: 100%;
  }

  .\32xl\:hover\:mt-screen-header:hover {
    margin-top: 41.55vw;
  }

  .\32xl\:hover\:mt-screen-60:hover {
    margin-top: 60vh;
  }

  .\32xl\:hover\:mt-screen-80:hover {
    margin-top: 80vh;
  }

  .\32xl\:hover\:mt-screen-85:hover {
    margin-top: 85vh;
  }

  .\32xl\:hover\:mt-screen-90:hover {
    margin-top: 90vh;
  }

  .\32xl\:hover\:mt-screen-95:hover {
    margin-top: 95vh;
  }

  .\32xl\:hover\:mt-screen-minus-header:hover {
    margin-top: calc(100vh - 5.25rem);
  }

  .\32xl\:hover\:mt-screen-minus-35\.5:hover {
    margin-top: calc(100vh - 8.875rem);
  }

  .\32xl\:hover\:mt-screen-minus-36:hover {
    margin-top: calc(100vh - 9rem);
  }

  .\32xl\:hover\:mt-screen-minus-40:hover {
    margin-top: calc(100vh - 10rem);
  }

  .\32xl\:hover\:mt-screen-minus-55:hover {
    margin-top: calc(100vh - 13.75rem);
  }

  .\32xl\:hover\:mt-screen-minus-72:hover {
    margin-top: calc(100vh - 18rem);
  }

  .\32xl\:hover\:mt-screen-minus-80:hover {
    margin-top: calc(100vh - 20rem);
  }

  .\32xl\:hover\:mt-full-4:hover {
    margin-top: calc(100% - 16px);
  }

  .\32xl\:hover\:mt-account-body:hover {
    margin-top: calc(100vw - 304px);
  }

  .\32xl\:hover\:mt-menu-center:hover {
    margin-top: calc(50% - 288px);
  }

  .\32xl\:hover\:mt-tutorials-hidden:hover {
    margin-top: calc(100% - 56px);
  }

  .\32xl\:hover\:mt-popup-full-width:hover {
    margin-top: calc(100% + 32px);
  }

  .\32xl\:hover\:mt-popup-full-width-md:hover {
    margin-top: calc(100% + 64px);
  }

  .\32xl\:hover\:mt-popup-full-height:hover {
    margin-top: calc(100% + 68px);
  }

  .\32xl\:hover\:mt-max-content:hover {
    margin-top: max-content;
  }

  .\32xl\:hover\:-mt-0:hover {
    margin-top: 0px;
  }

  .\32xl\:hover\:-mt-1:hover {
    margin-top: -0.25rem;
  }

  .\32xl\:hover\:-mt-2:hover {
    margin-top: -0.5rem;
  }

  .\32xl\:hover\:-mt-3:hover {
    margin-top: -0.75rem;
  }

  .\32xl\:hover\:-mt-4:hover {
    margin-top: -1rem;
  }

  .\32xl\:hover\:-mt-5:hover {
    margin-top: -1.25rem;
  }

  .\32xl\:hover\:-mt-6:hover {
    margin-top: -1.5rem;
  }

  .\32xl\:hover\:-mt-7:hover {
    margin-top: -1.75rem;
  }

  .\32xl\:hover\:-mt-8:hover {
    margin-top: -2rem;
  }

  .\32xl\:hover\:-mt-9:hover {
    margin-top: -2.25rem;
  }

  .\32xl\:hover\:-mt-10:hover {
    margin-top: -2.5rem;
  }

  .\32xl\:hover\:-mt-11:hover {
    margin-top: -2.75rem;
  }

  .\32xl\:hover\:-mt-12:hover {
    margin-top: -3rem;
  }

  .\32xl\:hover\:-mt-14:hover {
    margin-top: -3.5rem;
  }

  .\32xl\:hover\:-mt-16:hover {
    margin-top: -4rem;
  }

  .\32xl\:hover\:-mt-18:hover {
    margin-top: -4.5rem;
  }

  .\32xl\:hover\:-mt-20:hover {
    margin-top: -5rem;
  }

  .\32xl\:hover\:-mt-21:hover {
    margin-top: -5.25rem;
  }

  .\32xl\:hover\:-mt-22:hover {
    margin-top: -5.5rem;
  }

  .\32xl\:hover\:-mt-24:hover {
    margin-top: -6rem;
  }

  .\32xl\:hover\:-mt-26:hover {
    margin-top: -6.5rem;
  }

  .\32xl\:hover\:-mt-28:hover {
    margin-top: -7rem;
  }

  .\32xl\:hover\:-mt-29:hover {
    margin-top: -7.25rem;
  }

  .\32xl\:hover\:-mt-32:hover {
    margin-top: -8rem;
  }

  .\32xl\:hover\:-mt-34:hover {
    margin-top: -8.5rem;
  }

  .\32xl\:hover\:-mt-36:hover {
    margin-top: -9rem;
  }

  .\32xl\:hover\:-mt-40:hover {
    margin-top: -10rem;
  }

  .\32xl\:hover\:-mt-42:hover {
    margin-top: -10.5rem;
  }

  .\32xl\:hover\:-mt-44:hover {
    margin-top: -11rem;
  }

  .\32xl\:hover\:-mt-48:hover {
    margin-top: -12rem;
  }

  .\32xl\:hover\:-mt-52:hover {
    margin-top: -13rem;
  }

  .\32xl\:hover\:-mt-56:hover {
    margin-top: -14rem;
  }

  .\32xl\:hover\:-mt-60:hover {
    margin-top: -15rem;
  }

  .\32xl\:hover\:-mt-64:hover {
    margin-top: -16rem;
  }

  .\32xl\:hover\:-mt-68:hover {
    margin-top: -17rem;
  }

  .\32xl\:hover\:-mt-72:hover {
    margin-top: -18rem;
  }

  .\32xl\:hover\:-mt-77:hover {
    margin-top: -19.25rem;
  }

  .\32xl\:hover\:-mt-80:hover {
    margin-top: -20rem;
  }

  .\32xl\:hover\:-mt-82:hover {
    margin-top: -20.5rem;
  }

  .\32xl\:hover\:-mt-88:hover {
    margin-top: -22rem;
  }

  .\32xl\:hover\:-mt-94:hover {
    margin-top: -23.5rem;
  }

  .\32xl\:hover\:-mt-96:hover {
    margin-top: -24rem;
  }

  .\32xl\:hover\:-mt-98:hover {
    margin-top: -24.5rem;
  }

  .\32xl\:hover\:-mt-104:hover {
    margin-top: -26rem;
  }

  .\32xl\:hover\:-mt-108:hover {
    margin-top: -27rem;
  }

  .\32xl\:hover\:-mt-110:hover {
    margin-top: -27.5rem;
  }

  .\32xl\:hover\:-mt-112:hover {
    margin-top: -28rem;
  }

  .\32xl\:hover\:-mt-120:hover {
    margin-top: -30rem;
  }

  .\32xl\:hover\:-mt-128:hover {
    margin-top: -32rem;
  }

  .\32xl\:hover\:-mt-132:hover {
    margin-top: -33rem;
  }

  .\32xl\:hover\:-mt-134:hover {
    margin-top: -33.5rem;
  }

  .\32xl\:hover\:-mt-135:hover {
    margin-top: -33.75rem;
  }

  .\32xl\:hover\:-mt-136:hover {
    margin-top: -34rem;
  }

  .\32xl\:hover\:-mt-144:hover {
    margin-top: -36rem;
  }

  .\32xl\:hover\:-mt-152:hover {
    margin-top: -38rem;
  }

  .\32xl\:hover\:-mt-160:hover {
    margin-top: -40rem;
  }

  .\32xl\:hover\:-mt-164:hover {
    margin-top: -41rem;
  }

  .\32xl\:hover\:-mt-172:hover {
    margin-top: -43rem;
  }

  .\32xl\:hover\:-mt-179:hover {
    margin-top: -44.75rem;
  }

  .\32xl\:hover\:-mt-184:hover {
    margin-top: -46rem;
  }

  .\32xl\:hover\:-mt-192:hover {
    margin-top: -48rem;
  }

  .\32xl\:hover\:-mt-224:hover {
    margin-top: -56rem;
  }

  .\32xl\:hover\:-mt-240:hover {
    margin-top: -60rem;
  }

  .\32xl\:hover\:-mt-256:hover {
    margin-top: -64rem;
  }

  .\32xl\:hover\:-mt-265:hover {
    margin-top: -66.25rem;
  }

  .\32xl\:hover\:-mt-288:hover {
    margin-top: -72rem;
  }

  .\32xl\:hover\:-mt-384:hover {
    margin-top: -96rem;
  }

  .\32xl\:hover\:-mt-px:hover {
    margin-top: -1px;
  }

  .\32xl\:hover\:-mt-0\.5:hover {
    margin-top: -0.125rem;
  }

  .\32xl\:hover\:-mt-1\.5:hover {
    margin-top: -0.375rem;
  }

  .\32xl\:hover\:-mt-2\.5:hover {
    margin-top: -0.625rem;
  }

  .\32xl\:hover\:-mt-3\.5:hover {
    margin-top: -0.875rem;
  }

  .\32xl\:hover\:-mt-0\.75:hover {
    margin-top: -0.1875rem;
  }

  .\32xl\:hover\:-mt-4\.5:hover {
    margin-top: -1.125rem;
  }

  .\32xl\:hover\:-mt-7\.5:hover {
    margin-top: -1.875rem;
  }

  .\32xl\:hover\:-mt-9\.5:hover {
    margin-top: -2.375rem;
  }

  .\32xl\:hover\:-mt-9\.75:hover {
    margin-top: -2.4375rem;
  }

  .\32xl\:hover\:-mt-12\.5:hover {
    margin-top: -3.125rem;
  }

  .\32xl\:hover\:-mt-13\.5:hover {
    margin-top: -3.375rem;
  }

  .\32xl\:hover\:-mt-292\.5:hover {
    margin-top: -73.125rem;
  }

  .\32xl\:hover\:-mt-1\/24:hover {
    margin-top: -4.16667%;
  }

  .\32xl\:hover\:-mt-2\/24:hover {
    margin-top: -8.33333%;
  }

  .\32xl\:hover\:-mt-3\/24:hover {
    margin-top: -12.5%;
  }

  .\32xl\:hover\:-mt-4\/24:hover {
    margin-top: -16.66667%;
  }

  .\32xl\:hover\:-mt-5\/24:hover {
    margin-top: -20.83333%;
  }

  .\32xl\:hover\:-mt-6\/24:hover {
    margin-top: -25%;
  }

  .\32xl\:hover\:-mt-7\/24:hover {
    margin-top: -29.16667%;
  }

  .\32xl\:hover\:-mt-8\/24:hover {
    margin-top: -33.33333%;
  }

  .\32xl\:hover\:-mt-9\/24:hover {
    margin-top: -37.5%;
  }

  .\32xl\:hover\:-mt-10\/24:hover {
    margin-top: -41.66667%;
  }

  .\32xl\:hover\:-mt-11\/24:hover {
    margin-top: -45.83333%;
  }

  .\32xl\:hover\:-mt-12\/24:hover {
    margin-top: -50%;
  }

  .\32xl\:hover\:-mt-13\/24:hover {
    margin-top: -54.16667%;
  }

  .\32xl\:hover\:-mt-14\/24:hover {
    margin-top: -58.33333%;
  }

  .\32xl\:hover\:-mt-15\/24:hover {
    margin-top: -62.5%;
  }

  .\32xl\:hover\:-mt-16\/24:hover {
    margin-top: -66.66667%;
  }

  .\32xl\:hover\:-mt-17\/24:hover {
    margin-top: -70.83333%;
  }

  .\32xl\:hover\:-mt-18\/24:hover {
    margin-top: -75%;
  }

  .\32xl\:hover\:-mt-19\/24:hover {
    margin-top: -79.16667%;
  }

  .\32xl\:hover\:-mt-20\/24:hover {
    margin-top: -83.33333%;
  }

  .\32xl\:hover\:-mt-21\/24:hover {
    margin-top: -87.5%;
  }

  .\32xl\:hover\:-mt-22\/24:hover {
    margin-top: -91.66667%;
  }

  .\32xl\:hover\:-mt-23\/24:hover {
    margin-top: -95.83333%;
  }

  .\32xl\:hover\:-mt-24\/24:hover {
    margin-top: -100%;
  }

  .\32xl\:hover\:-mt-screen-header:hover {
    margin-top: -41.55vw;
  }

  .\32xl\:hover\:-mt-screen-60:hover {
    margin-top: -60vh;
  }

  .\32xl\:hover\:-mt-screen-80:hover {
    margin-top: -80vh;
  }

  .\32xl\:hover\:-mt-screen-85:hover {
    margin-top: -85vh;
  }

  .\32xl\:hover\:-mt-screen-90:hover {
    margin-top: -90vh;
  }

  .\32xl\:hover\:-mt-screen-95:hover {
    margin-top: -95vh;
  }

  .\32xl\:hover\:-mt-screen-minus-header:hover {
    margin-top: calc(-100vh - -5.25rem);
  }

  .\32xl\:hover\:-mt-screen-minus-35\.5:hover {
    margin-top: calc(-100vh - -8.875rem);
  }

  .\32xl\:hover\:-mt-screen-minus-36:hover {
    margin-top: calc(-100vh - -9rem);
  }

  .\32xl\:hover\:-mt-screen-minus-40:hover {
    margin-top: calc(-100vh - -10rem);
  }

  .\32xl\:hover\:-mt-screen-minus-55:hover {
    margin-top: calc(-100vh - -13.75rem);
  }

  .\32xl\:hover\:-mt-screen-minus-72:hover {
    margin-top: calc(-100vh - -18rem);
  }

  .\32xl\:hover\:-mt-screen-minus-80:hover {
    margin-top: calc(-100vh - -20rem);
  }

  .\32xl\:hover\:-mt-full-4:hover {
    margin-top: calc(-100% - -16px);
  }

  .\32xl\:hover\:-mt-account-body:hover {
    margin-top: calc(-100vw - -304px);
  }

  .\32xl\:hover\:-mt-menu-center:hover {
    margin-top: calc(-50% - -288px);
  }

  .\32xl\:hover\:-mt-tutorials-hidden:hover {
    margin-top: calc(-100% - -56px);
  }

  .\32xl\:hover\:-mt-popup-full-width:hover {
    margin-top: calc(-100% + -32px);
  }

  .\32xl\:hover\:-mt-popup-full-width-md:hover {
    margin-top: calc(-100% + -64px);
  }

  .\32xl\:hover\:-mt-popup-full-height:hover {
    margin-top: calc(-100% + -68px);
  }

  .\32xl\:hover\:-mt-max-content:hover {
    margin-top: max-content;
  }

  .\32xl\:hover\:mr-0:hover {
    margin-right: 0px;
  }

  .\32xl\:hover\:mr-1:hover {
    margin-right: 0.25rem;
  }

  .\32xl\:hover\:mr-2:hover {
    margin-right: 0.5rem;
  }

  .\32xl\:hover\:mr-3:hover {
    margin-right: 0.75rem;
  }

  .\32xl\:hover\:mr-4:hover {
    margin-right: 1rem;
  }

  .\32xl\:hover\:mr-5:hover {
    margin-right: 1.25rem;
  }

  .\32xl\:hover\:mr-6:hover {
    margin-right: 1.5rem;
  }

  .\32xl\:hover\:mr-7:hover {
    margin-right: 1.75rem;
  }

  .\32xl\:hover\:mr-8:hover {
    margin-right: 2rem;
  }

  .\32xl\:hover\:mr-9:hover {
    margin-right: 2.25rem;
  }

  .\32xl\:hover\:mr-10:hover {
    margin-right: 2.5rem;
  }

  .\32xl\:hover\:mr-11:hover {
    margin-right: 2.75rem;
  }

  .\32xl\:hover\:mr-12:hover {
    margin-right: 3rem;
  }

  .\32xl\:hover\:mr-14:hover {
    margin-right: 3.5rem;
  }

  .\32xl\:hover\:mr-16:hover {
    margin-right: 4rem;
  }

  .\32xl\:hover\:mr-18:hover {
    margin-right: 4.5rem;
  }

  .\32xl\:hover\:mr-20:hover {
    margin-right: 5rem;
  }

  .\32xl\:hover\:mr-21:hover {
    margin-right: 5.25rem;
  }

  .\32xl\:hover\:mr-22:hover {
    margin-right: 5.5rem;
  }

  .\32xl\:hover\:mr-24:hover {
    margin-right: 6rem;
  }

  .\32xl\:hover\:mr-26:hover {
    margin-right: 6.5rem;
  }

  .\32xl\:hover\:mr-28:hover {
    margin-right: 7rem;
  }

  .\32xl\:hover\:mr-29:hover {
    margin-right: 7.25rem;
  }

  .\32xl\:hover\:mr-32:hover {
    margin-right: 8rem;
  }

  .\32xl\:hover\:mr-34:hover {
    margin-right: 8.5rem;
  }

  .\32xl\:hover\:mr-36:hover {
    margin-right: 9rem;
  }

  .\32xl\:hover\:mr-40:hover {
    margin-right: 10rem;
  }

  .\32xl\:hover\:mr-42:hover {
    margin-right: 10.5rem;
  }

  .\32xl\:hover\:mr-44:hover {
    margin-right: 11rem;
  }

  .\32xl\:hover\:mr-48:hover {
    margin-right: 12rem;
  }

  .\32xl\:hover\:mr-52:hover {
    margin-right: 13rem;
  }

  .\32xl\:hover\:mr-56:hover {
    margin-right: 14rem;
  }

  .\32xl\:hover\:mr-60:hover {
    margin-right: 15rem;
  }

  .\32xl\:hover\:mr-64:hover {
    margin-right: 16rem;
  }

  .\32xl\:hover\:mr-68:hover {
    margin-right: 17rem;
  }

  .\32xl\:hover\:mr-72:hover {
    margin-right: 18rem;
  }

  .\32xl\:hover\:mr-77:hover {
    margin-right: 19.25rem;
  }

  .\32xl\:hover\:mr-80:hover {
    margin-right: 20rem;
  }

  .\32xl\:hover\:mr-82:hover {
    margin-right: 20.5rem;
  }

  .\32xl\:hover\:mr-88:hover {
    margin-right: 22rem;
  }

  .\32xl\:hover\:mr-94:hover {
    margin-right: 23.5rem;
  }

  .\32xl\:hover\:mr-96:hover {
    margin-right: 24rem;
  }

  .\32xl\:hover\:mr-98:hover {
    margin-right: 24.5rem;
  }

  .\32xl\:hover\:mr-104:hover {
    margin-right: 26rem;
  }

  .\32xl\:hover\:mr-108:hover {
    margin-right: 27rem;
  }

  .\32xl\:hover\:mr-110:hover {
    margin-right: 27.5rem;
  }

  .\32xl\:hover\:mr-112:hover {
    margin-right: 28rem;
  }

  .\32xl\:hover\:mr-120:hover {
    margin-right: 30rem;
  }

  .\32xl\:hover\:mr-128:hover {
    margin-right: 32rem;
  }

  .\32xl\:hover\:mr-132:hover {
    margin-right: 33rem;
  }

  .\32xl\:hover\:mr-134:hover {
    margin-right: 33.5rem;
  }

  .\32xl\:hover\:mr-135:hover {
    margin-right: 33.75rem;
  }

  .\32xl\:hover\:mr-136:hover {
    margin-right: 34rem;
  }

  .\32xl\:hover\:mr-144:hover {
    margin-right: 36rem;
  }

  .\32xl\:hover\:mr-152:hover {
    margin-right: 38rem;
  }

  .\32xl\:hover\:mr-160:hover {
    margin-right: 40rem;
  }

  .\32xl\:hover\:mr-164:hover {
    margin-right: 41rem;
  }

  .\32xl\:hover\:mr-172:hover {
    margin-right: 43rem;
  }

  .\32xl\:hover\:mr-179:hover {
    margin-right: 44.75rem;
  }

  .\32xl\:hover\:mr-184:hover {
    margin-right: 46rem;
  }

  .\32xl\:hover\:mr-192:hover {
    margin-right: 48rem;
  }

  .\32xl\:hover\:mr-224:hover {
    margin-right: 56rem;
  }

  .\32xl\:hover\:mr-240:hover {
    margin-right: 60rem;
  }

  .\32xl\:hover\:mr-256:hover {
    margin-right: 64rem;
  }

  .\32xl\:hover\:mr-265:hover {
    margin-right: 66.25rem;
  }

  .\32xl\:hover\:mr-288:hover {
    margin-right: 72rem;
  }

  .\32xl\:hover\:mr-384:hover {
    margin-right: 96rem;
  }

  .\32xl\:hover\:mr-auto:hover {
    margin-right: auto;
  }

  .\32xl\:hover\:mr-px:hover {
    margin-right: 1px;
  }

  .\32xl\:hover\:mr-0\.5:hover {
    margin-right: 0.125rem;
  }

  .\32xl\:hover\:mr-1\.5:hover {
    margin-right: 0.375rem;
  }

  .\32xl\:hover\:mr-2\.5:hover {
    margin-right: 0.625rem;
  }

  .\32xl\:hover\:mr-3\.5:hover {
    margin-right: 0.875rem;
  }

  .\32xl\:hover\:mr-0\.75:hover {
    margin-right: 0.1875rem;
  }

  .\32xl\:hover\:mr-4\.5:hover {
    margin-right: 1.125rem;
  }

  .\32xl\:hover\:mr-7\.5:hover {
    margin-right: 1.875rem;
  }

  .\32xl\:hover\:mr-9\.5:hover {
    margin-right: 2.375rem;
  }

  .\32xl\:hover\:mr-9\.75:hover {
    margin-right: 2.4375rem;
  }

  .\32xl\:hover\:mr-12\.5:hover {
    margin-right: 3.125rem;
  }

  .\32xl\:hover\:mr-13\.5:hover {
    margin-right: 3.375rem;
  }

  .\32xl\:hover\:mr-292\.5:hover {
    margin-right: 73.125rem;
  }

  .\32xl\:hover\:mr-1\/24:hover {
    margin-right: 4.166667%;
  }

  .\32xl\:hover\:mr-2\/24:hover {
    margin-right: 8.333333%;
  }

  .\32xl\:hover\:mr-3\/24:hover {
    margin-right: 12.5%;
  }

  .\32xl\:hover\:mr-4\/24:hover {
    margin-right: 16.666667%;
  }

  .\32xl\:hover\:mr-5\/24:hover {
    margin-right: 20.833333%;
  }

  .\32xl\:hover\:mr-6\/24:hover {
    margin-right: 25%;
  }

  .\32xl\:hover\:mr-7\/24:hover {
    margin-right: 29.166666%;
  }

  .\32xl\:hover\:mr-8\/24:hover {
    margin-right: 33.333333%;
  }

  .\32xl\:hover\:mr-9\/24:hover {
    margin-right: 37.5%;
  }

  .\32xl\:hover\:mr-10\/24:hover {
    margin-right: 41.666666%;
  }

  .\32xl\:hover\:mr-11\/24:hover {
    margin-right: 45.833333%;
  }

  .\32xl\:hover\:mr-12\/24:hover {
    margin-right: 50%;
  }

  .\32xl\:hover\:mr-13\/24:hover {
    margin-right: 54.166666%;
  }

  .\32xl\:hover\:mr-14\/24:hover {
    margin-right: 58.333333%;
  }

  .\32xl\:hover\:mr-15\/24:hover {
    margin-right: 62.5%;
  }

  .\32xl\:hover\:mr-16\/24:hover {
    margin-right: 66.666667%;
  }

  .\32xl\:hover\:mr-17\/24:hover {
    margin-right: 70.833333%;
  }

  .\32xl\:hover\:mr-18\/24:hover {
    margin-right: 75%;
  }

  .\32xl\:hover\:mr-19\/24:hover {
    margin-right: 79.166667%;
  }

  .\32xl\:hover\:mr-20\/24:hover {
    margin-right: 83.333333%;
  }

  .\32xl\:hover\:mr-21\/24:hover {
    margin-right: 87.5%;
  }

  .\32xl\:hover\:mr-22\/24:hover {
    margin-right: 91.666667%;
  }

  .\32xl\:hover\:mr-23\/24:hover {
    margin-right: 95.833333%;
  }

  .\32xl\:hover\:mr-24\/24:hover {
    margin-right: 100%;
  }

  .\32xl\:hover\:mr-screen-header:hover {
    margin-right: 41.55vw;
  }

  .\32xl\:hover\:mr-screen-60:hover {
    margin-right: 60vh;
  }

  .\32xl\:hover\:mr-screen-80:hover {
    margin-right: 80vh;
  }

  .\32xl\:hover\:mr-screen-85:hover {
    margin-right: 85vh;
  }

  .\32xl\:hover\:mr-screen-90:hover {
    margin-right: 90vh;
  }

  .\32xl\:hover\:mr-screen-95:hover {
    margin-right: 95vh;
  }

  .\32xl\:hover\:mr-screen-minus-header:hover {
    margin-right: calc(100vh - 5.25rem);
  }

  .\32xl\:hover\:mr-screen-minus-35\.5:hover {
    margin-right: calc(100vh - 8.875rem);
  }

  .\32xl\:hover\:mr-screen-minus-36:hover {
    margin-right: calc(100vh - 9rem);
  }

  .\32xl\:hover\:mr-screen-minus-40:hover {
    margin-right: calc(100vh - 10rem);
  }

  .\32xl\:hover\:mr-screen-minus-55:hover {
    margin-right: calc(100vh - 13.75rem);
  }

  .\32xl\:hover\:mr-screen-minus-72:hover {
    margin-right: calc(100vh - 18rem);
  }

  .\32xl\:hover\:mr-screen-minus-80:hover {
    margin-right: calc(100vh - 20rem);
  }

  .\32xl\:hover\:mr-full-4:hover {
    margin-right: calc(100% - 16px);
  }

  .\32xl\:hover\:mr-account-body:hover {
    margin-right: calc(100vw - 304px);
  }

  .\32xl\:hover\:mr-menu-center:hover {
    margin-right: calc(50% - 288px);
  }

  .\32xl\:hover\:mr-tutorials-hidden:hover {
    margin-right: calc(100% - 56px);
  }

  .\32xl\:hover\:mr-popup-full-width:hover {
    margin-right: calc(100% + 32px);
  }

  .\32xl\:hover\:mr-popup-full-width-md:hover {
    margin-right: calc(100% + 64px);
  }

  .\32xl\:hover\:mr-popup-full-height:hover {
    margin-right: calc(100% + 68px);
  }

  .\32xl\:hover\:mr-max-content:hover {
    margin-right: max-content;
  }

  .\32xl\:hover\:-mr-0:hover {
    margin-right: 0px;
  }

  .\32xl\:hover\:-mr-1:hover {
    margin-right: -0.25rem;
  }

  .\32xl\:hover\:-mr-2:hover {
    margin-right: -0.5rem;
  }

  .\32xl\:hover\:-mr-3:hover {
    margin-right: -0.75rem;
  }

  .\32xl\:hover\:-mr-4:hover {
    margin-right: -1rem;
  }

  .\32xl\:hover\:-mr-5:hover {
    margin-right: -1.25rem;
  }

  .\32xl\:hover\:-mr-6:hover {
    margin-right: -1.5rem;
  }

  .\32xl\:hover\:-mr-7:hover {
    margin-right: -1.75rem;
  }

  .\32xl\:hover\:-mr-8:hover {
    margin-right: -2rem;
  }

  .\32xl\:hover\:-mr-9:hover {
    margin-right: -2.25rem;
  }

  .\32xl\:hover\:-mr-10:hover {
    margin-right: -2.5rem;
  }

  .\32xl\:hover\:-mr-11:hover {
    margin-right: -2.75rem;
  }

  .\32xl\:hover\:-mr-12:hover {
    margin-right: -3rem;
  }

  .\32xl\:hover\:-mr-14:hover {
    margin-right: -3.5rem;
  }

  .\32xl\:hover\:-mr-16:hover {
    margin-right: -4rem;
  }

  .\32xl\:hover\:-mr-18:hover {
    margin-right: -4.5rem;
  }

  .\32xl\:hover\:-mr-20:hover {
    margin-right: -5rem;
  }

  .\32xl\:hover\:-mr-21:hover {
    margin-right: -5.25rem;
  }

  .\32xl\:hover\:-mr-22:hover {
    margin-right: -5.5rem;
  }

  .\32xl\:hover\:-mr-24:hover {
    margin-right: -6rem;
  }

  .\32xl\:hover\:-mr-26:hover {
    margin-right: -6.5rem;
  }

  .\32xl\:hover\:-mr-28:hover {
    margin-right: -7rem;
  }

  .\32xl\:hover\:-mr-29:hover {
    margin-right: -7.25rem;
  }

  .\32xl\:hover\:-mr-32:hover {
    margin-right: -8rem;
  }

  .\32xl\:hover\:-mr-34:hover {
    margin-right: -8.5rem;
  }

  .\32xl\:hover\:-mr-36:hover {
    margin-right: -9rem;
  }

  .\32xl\:hover\:-mr-40:hover {
    margin-right: -10rem;
  }

  .\32xl\:hover\:-mr-42:hover {
    margin-right: -10.5rem;
  }

  .\32xl\:hover\:-mr-44:hover {
    margin-right: -11rem;
  }

  .\32xl\:hover\:-mr-48:hover {
    margin-right: -12rem;
  }

  .\32xl\:hover\:-mr-52:hover {
    margin-right: -13rem;
  }

  .\32xl\:hover\:-mr-56:hover {
    margin-right: -14rem;
  }

  .\32xl\:hover\:-mr-60:hover {
    margin-right: -15rem;
  }

  .\32xl\:hover\:-mr-64:hover {
    margin-right: -16rem;
  }

  .\32xl\:hover\:-mr-68:hover {
    margin-right: -17rem;
  }

  .\32xl\:hover\:-mr-72:hover {
    margin-right: -18rem;
  }

  .\32xl\:hover\:-mr-77:hover {
    margin-right: -19.25rem;
  }

  .\32xl\:hover\:-mr-80:hover {
    margin-right: -20rem;
  }

  .\32xl\:hover\:-mr-82:hover {
    margin-right: -20.5rem;
  }

  .\32xl\:hover\:-mr-88:hover {
    margin-right: -22rem;
  }

  .\32xl\:hover\:-mr-94:hover {
    margin-right: -23.5rem;
  }

  .\32xl\:hover\:-mr-96:hover {
    margin-right: -24rem;
  }

  .\32xl\:hover\:-mr-98:hover {
    margin-right: -24.5rem;
  }

  .\32xl\:hover\:-mr-104:hover {
    margin-right: -26rem;
  }

  .\32xl\:hover\:-mr-108:hover {
    margin-right: -27rem;
  }

  .\32xl\:hover\:-mr-110:hover {
    margin-right: -27.5rem;
  }

  .\32xl\:hover\:-mr-112:hover {
    margin-right: -28rem;
  }

  .\32xl\:hover\:-mr-120:hover {
    margin-right: -30rem;
  }

  .\32xl\:hover\:-mr-128:hover {
    margin-right: -32rem;
  }

  .\32xl\:hover\:-mr-132:hover {
    margin-right: -33rem;
  }

  .\32xl\:hover\:-mr-134:hover {
    margin-right: -33.5rem;
  }

  .\32xl\:hover\:-mr-135:hover {
    margin-right: -33.75rem;
  }

  .\32xl\:hover\:-mr-136:hover {
    margin-right: -34rem;
  }

  .\32xl\:hover\:-mr-144:hover {
    margin-right: -36rem;
  }

  .\32xl\:hover\:-mr-152:hover {
    margin-right: -38rem;
  }

  .\32xl\:hover\:-mr-160:hover {
    margin-right: -40rem;
  }

  .\32xl\:hover\:-mr-164:hover {
    margin-right: -41rem;
  }

  .\32xl\:hover\:-mr-172:hover {
    margin-right: -43rem;
  }

  .\32xl\:hover\:-mr-179:hover {
    margin-right: -44.75rem;
  }

  .\32xl\:hover\:-mr-184:hover {
    margin-right: -46rem;
  }

  .\32xl\:hover\:-mr-192:hover {
    margin-right: -48rem;
  }

  .\32xl\:hover\:-mr-224:hover {
    margin-right: -56rem;
  }

  .\32xl\:hover\:-mr-240:hover {
    margin-right: -60rem;
  }

  .\32xl\:hover\:-mr-256:hover {
    margin-right: -64rem;
  }

  .\32xl\:hover\:-mr-265:hover {
    margin-right: -66.25rem;
  }

  .\32xl\:hover\:-mr-288:hover {
    margin-right: -72rem;
  }

  .\32xl\:hover\:-mr-384:hover {
    margin-right: -96rem;
  }

  .\32xl\:hover\:-mr-px:hover {
    margin-right: -1px;
  }

  .\32xl\:hover\:-mr-0\.5:hover {
    margin-right: -0.125rem;
  }

  .\32xl\:hover\:-mr-1\.5:hover {
    margin-right: -0.375rem;
  }

  .\32xl\:hover\:-mr-2\.5:hover {
    margin-right: -0.625rem;
  }

  .\32xl\:hover\:-mr-3\.5:hover {
    margin-right: -0.875rem;
  }

  .\32xl\:hover\:-mr-0\.75:hover {
    margin-right: -0.1875rem;
  }

  .\32xl\:hover\:-mr-4\.5:hover {
    margin-right: -1.125rem;
  }

  .\32xl\:hover\:-mr-7\.5:hover {
    margin-right: -1.875rem;
  }

  .\32xl\:hover\:-mr-9\.5:hover {
    margin-right: -2.375rem;
  }

  .\32xl\:hover\:-mr-9\.75:hover {
    margin-right: -2.4375rem;
  }

  .\32xl\:hover\:-mr-12\.5:hover {
    margin-right: -3.125rem;
  }

  .\32xl\:hover\:-mr-13\.5:hover {
    margin-right: -3.375rem;
  }

  .\32xl\:hover\:-mr-292\.5:hover {
    margin-right: -73.125rem;
  }

  .\32xl\:hover\:-mr-1\/24:hover {
    margin-right: -4.16667%;
  }

  .\32xl\:hover\:-mr-2\/24:hover {
    margin-right: -8.33333%;
  }

  .\32xl\:hover\:-mr-3\/24:hover {
    margin-right: -12.5%;
  }

  .\32xl\:hover\:-mr-4\/24:hover {
    margin-right: -16.66667%;
  }

  .\32xl\:hover\:-mr-5\/24:hover {
    margin-right: -20.83333%;
  }

  .\32xl\:hover\:-mr-6\/24:hover {
    margin-right: -25%;
  }

  .\32xl\:hover\:-mr-7\/24:hover {
    margin-right: -29.16667%;
  }

  .\32xl\:hover\:-mr-8\/24:hover {
    margin-right: -33.33333%;
  }

  .\32xl\:hover\:-mr-9\/24:hover {
    margin-right: -37.5%;
  }

  .\32xl\:hover\:-mr-10\/24:hover {
    margin-right: -41.66667%;
  }

  .\32xl\:hover\:-mr-11\/24:hover {
    margin-right: -45.83333%;
  }

  .\32xl\:hover\:-mr-12\/24:hover {
    margin-right: -50%;
  }

  .\32xl\:hover\:-mr-13\/24:hover {
    margin-right: -54.16667%;
  }

  .\32xl\:hover\:-mr-14\/24:hover {
    margin-right: -58.33333%;
  }

  .\32xl\:hover\:-mr-15\/24:hover {
    margin-right: -62.5%;
  }

  .\32xl\:hover\:-mr-16\/24:hover {
    margin-right: -66.66667%;
  }

  .\32xl\:hover\:-mr-17\/24:hover {
    margin-right: -70.83333%;
  }

  .\32xl\:hover\:-mr-18\/24:hover {
    margin-right: -75%;
  }

  .\32xl\:hover\:-mr-19\/24:hover {
    margin-right: -79.16667%;
  }

  .\32xl\:hover\:-mr-20\/24:hover {
    margin-right: -83.33333%;
  }

  .\32xl\:hover\:-mr-21\/24:hover {
    margin-right: -87.5%;
  }

  .\32xl\:hover\:-mr-22\/24:hover {
    margin-right: -91.66667%;
  }

  .\32xl\:hover\:-mr-23\/24:hover {
    margin-right: -95.83333%;
  }

  .\32xl\:hover\:-mr-24\/24:hover {
    margin-right: -100%;
  }

  .\32xl\:hover\:-mr-screen-header:hover {
    margin-right: -41.55vw;
  }

  .\32xl\:hover\:-mr-screen-60:hover {
    margin-right: -60vh;
  }

  .\32xl\:hover\:-mr-screen-80:hover {
    margin-right: -80vh;
  }

  .\32xl\:hover\:-mr-screen-85:hover {
    margin-right: -85vh;
  }

  .\32xl\:hover\:-mr-screen-90:hover {
    margin-right: -90vh;
  }

  .\32xl\:hover\:-mr-screen-95:hover {
    margin-right: -95vh;
  }

  .\32xl\:hover\:-mr-screen-minus-header:hover {
    margin-right: calc(-100vh - -5.25rem);
  }

  .\32xl\:hover\:-mr-screen-minus-35\.5:hover {
    margin-right: calc(-100vh - -8.875rem);
  }

  .\32xl\:hover\:-mr-screen-minus-36:hover {
    margin-right: calc(-100vh - -9rem);
  }

  .\32xl\:hover\:-mr-screen-minus-40:hover {
    margin-right: calc(-100vh - -10rem);
  }

  .\32xl\:hover\:-mr-screen-minus-55:hover {
    margin-right: calc(-100vh - -13.75rem);
  }

  .\32xl\:hover\:-mr-screen-minus-72:hover {
    margin-right: calc(-100vh - -18rem);
  }

  .\32xl\:hover\:-mr-screen-minus-80:hover {
    margin-right: calc(-100vh - -20rem);
  }

  .\32xl\:hover\:-mr-full-4:hover {
    margin-right: calc(-100% - -16px);
  }

  .\32xl\:hover\:-mr-account-body:hover {
    margin-right: calc(-100vw - -304px);
  }

  .\32xl\:hover\:-mr-menu-center:hover {
    margin-right: calc(-50% - -288px);
  }

  .\32xl\:hover\:-mr-tutorials-hidden:hover {
    margin-right: calc(-100% - -56px);
  }

  .\32xl\:hover\:-mr-popup-full-width:hover {
    margin-right: calc(-100% + -32px);
  }

  .\32xl\:hover\:-mr-popup-full-width-md:hover {
    margin-right: calc(-100% + -64px);
  }

  .\32xl\:hover\:-mr-popup-full-height:hover {
    margin-right: calc(-100% + -68px);
  }

  .\32xl\:hover\:-mr-max-content:hover {
    margin-right: max-content;
  }

  .\32xl\:hover\:mb-0:hover {
    margin-bottom: 0px;
  }

  .\32xl\:hover\:mb-1:hover {
    margin-bottom: 0.25rem;
  }

  .\32xl\:hover\:mb-2:hover {
    margin-bottom: 0.5rem;
  }

  .\32xl\:hover\:mb-3:hover {
    margin-bottom: 0.75rem;
  }

  .\32xl\:hover\:mb-4:hover {
    margin-bottom: 1rem;
  }

  .\32xl\:hover\:mb-5:hover {
    margin-bottom: 1.25rem;
  }

  .\32xl\:hover\:mb-6:hover {
    margin-bottom: 1.5rem;
  }

  .\32xl\:hover\:mb-7:hover {
    margin-bottom: 1.75rem;
  }

  .\32xl\:hover\:mb-8:hover {
    margin-bottom: 2rem;
  }

  .\32xl\:hover\:mb-9:hover {
    margin-bottom: 2.25rem;
  }

  .\32xl\:hover\:mb-10:hover {
    margin-bottom: 2.5rem;
  }

  .\32xl\:hover\:mb-11:hover {
    margin-bottom: 2.75rem;
  }

  .\32xl\:hover\:mb-12:hover {
    margin-bottom: 3rem;
  }

  .\32xl\:hover\:mb-14:hover {
    margin-bottom: 3.5rem;
  }

  .\32xl\:hover\:mb-16:hover {
    margin-bottom: 4rem;
  }

  .\32xl\:hover\:mb-18:hover {
    margin-bottom: 4.5rem;
  }

  .\32xl\:hover\:mb-20:hover {
    margin-bottom: 5rem;
  }

  .\32xl\:hover\:mb-21:hover {
    margin-bottom: 5.25rem;
  }

  .\32xl\:hover\:mb-22:hover {
    margin-bottom: 5.5rem;
  }

  .\32xl\:hover\:mb-24:hover {
    margin-bottom: 6rem;
  }

  .\32xl\:hover\:mb-26:hover {
    margin-bottom: 6.5rem;
  }

  .\32xl\:hover\:mb-28:hover {
    margin-bottom: 7rem;
  }

  .\32xl\:hover\:mb-29:hover {
    margin-bottom: 7.25rem;
  }

  .\32xl\:hover\:mb-32:hover {
    margin-bottom: 8rem;
  }

  .\32xl\:hover\:mb-34:hover {
    margin-bottom: 8.5rem;
  }

  .\32xl\:hover\:mb-36:hover {
    margin-bottom: 9rem;
  }

  .\32xl\:hover\:mb-40:hover {
    margin-bottom: 10rem;
  }

  .\32xl\:hover\:mb-42:hover {
    margin-bottom: 10.5rem;
  }

  .\32xl\:hover\:mb-44:hover {
    margin-bottom: 11rem;
  }

  .\32xl\:hover\:mb-48:hover {
    margin-bottom: 12rem;
  }

  .\32xl\:hover\:mb-52:hover {
    margin-bottom: 13rem;
  }

  .\32xl\:hover\:mb-56:hover {
    margin-bottom: 14rem;
  }

  .\32xl\:hover\:mb-60:hover {
    margin-bottom: 15rem;
  }

  .\32xl\:hover\:mb-64:hover {
    margin-bottom: 16rem;
  }

  .\32xl\:hover\:mb-68:hover {
    margin-bottom: 17rem;
  }

  .\32xl\:hover\:mb-72:hover {
    margin-bottom: 18rem;
  }

  .\32xl\:hover\:mb-77:hover {
    margin-bottom: 19.25rem;
  }

  .\32xl\:hover\:mb-80:hover {
    margin-bottom: 20rem;
  }

  .\32xl\:hover\:mb-82:hover {
    margin-bottom: 20.5rem;
  }

  .\32xl\:hover\:mb-88:hover {
    margin-bottom: 22rem;
  }

  .\32xl\:hover\:mb-94:hover {
    margin-bottom: 23.5rem;
  }

  .\32xl\:hover\:mb-96:hover {
    margin-bottom: 24rem;
  }

  .\32xl\:hover\:mb-98:hover {
    margin-bottom: 24.5rem;
  }

  .\32xl\:hover\:mb-104:hover {
    margin-bottom: 26rem;
  }

  .\32xl\:hover\:mb-108:hover {
    margin-bottom: 27rem;
  }

  .\32xl\:hover\:mb-110:hover {
    margin-bottom: 27.5rem;
  }

  .\32xl\:hover\:mb-112:hover {
    margin-bottom: 28rem;
  }

  .\32xl\:hover\:mb-120:hover {
    margin-bottom: 30rem;
  }

  .\32xl\:hover\:mb-128:hover {
    margin-bottom: 32rem;
  }

  .\32xl\:hover\:mb-132:hover {
    margin-bottom: 33rem;
  }

  .\32xl\:hover\:mb-134:hover {
    margin-bottom: 33.5rem;
  }

  .\32xl\:hover\:mb-135:hover {
    margin-bottom: 33.75rem;
  }

  .\32xl\:hover\:mb-136:hover {
    margin-bottom: 34rem;
  }

  .\32xl\:hover\:mb-144:hover {
    margin-bottom: 36rem;
  }

  .\32xl\:hover\:mb-152:hover {
    margin-bottom: 38rem;
  }

  .\32xl\:hover\:mb-160:hover {
    margin-bottom: 40rem;
  }

  .\32xl\:hover\:mb-164:hover {
    margin-bottom: 41rem;
  }

  .\32xl\:hover\:mb-172:hover {
    margin-bottom: 43rem;
  }

  .\32xl\:hover\:mb-179:hover {
    margin-bottom: 44.75rem;
  }

  .\32xl\:hover\:mb-184:hover {
    margin-bottom: 46rem;
  }

  .\32xl\:hover\:mb-192:hover {
    margin-bottom: 48rem;
  }

  .\32xl\:hover\:mb-224:hover {
    margin-bottom: 56rem;
  }

  .\32xl\:hover\:mb-240:hover {
    margin-bottom: 60rem;
  }

  .\32xl\:hover\:mb-256:hover {
    margin-bottom: 64rem;
  }

  .\32xl\:hover\:mb-265:hover {
    margin-bottom: 66.25rem;
  }

  .\32xl\:hover\:mb-288:hover {
    margin-bottom: 72rem;
  }

  .\32xl\:hover\:mb-384:hover {
    margin-bottom: 96rem;
  }

  .\32xl\:hover\:mb-auto:hover {
    margin-bottom: auto;
  }

  .\32xl\:hover\:mb-px:hover {
    margin-bottom: 1px;
  }

  .\32xl\:hover\:mb-0\.5:hover {
    margin-bottom: 0.125rem;
  }

  .\32xl\:hover\:mb-1\.5:hover {
    margin-bottom: 0.375rem;
  }

  .\32xl\:hover\:mb-2\.5:hover {
    margin-bottom: 0.625rem;
  }

  .\32xl\:hover\:mb-3\.5:hover {
    margin-bottom: 0.875rem;
  }

  .\32xl\:hover\:mb-0\.75:hover {
    margin-bottom: 0.1875rem;
  }

  .\32xl\:hover\:mb-4\.5:hover {
    margin-bottom: 1.125rem;
  }

  .\32xl\:hover\:mb-7\.5:hover {
    margin-bottom: 1.875rem;
  }

  .\32xl\:hover\:mb-9\.5:hover {
    margin-bottom: 2.375rem;
  }

  .\32xl\:hover\:mb-9\.75:hover {
    margin-bottom: 2.4375rem;
  }

  .\32xl\:hover\:mb-12\.5:hover {
    margin-bottom: 3.125rem;
  }

  .\32xl\:hover\:mb-13\.5:hover {
    margin-bottom: 3.375rem;
  }

  .\32xl\:hover\:mb-292\.5:hover {
    margin-bottom: 73.125rem;
  }

  .\32xl\:hover\:mb-1\/24:hover {
    margin-bottom: 4.166667%;
  }

  .\32xl\:hover\:mb-2\/24:hover {
    margin-bottom: 8.333333%;
  }

  .\32xl\:hover\:mb-3\/24:hover {
    margin-bottom: 12.5%;
  }

  .\32xl\:hover\:mb-4\/24:hover {
    margin-bottom: 16.666667%;
  }

  .\32xl\:hover\:mb-5\/24:hover {
    margin-bottom: 20.833333%;
  }

  .\32xl\:hover\:mb-6\/24:hover {
    margin-bottom: 25%;
  }

  .\32xl\:hover\:mb-7\/24:hover {
    margin-bottom: 29.166666%;
  }

  .\32xl\:hover\:mb-8\/24:hover {
    margin-bottom: 33.333333%;
  }

  .\32xl\:hover\:mb-9\/24:hover {
    margin-bottom: 37.5%;
  }

  .\32xl\:hover\:mb-10\/24:hover {
    margin-bottom: 41.666666%;
  }

  .\32xl\:hover\:mb-11\/24:hover {
    margin-bottom: 45.833333%;
  }

  .\32xl\:hover\:mb-12\/24:hover {
    margin-bottom: 50%;
  }

  .\32xl\:hover\:mb-13\/24:hover {
    margin-bottom: 54.166666%;
  }

  .\32xl\:hover\:mb-14\/24:hover {
    margin-bottom: 58.333333%;
  }

  .\32xl\:hover\:mb-15\/24:hover {
    margin-bottom: 62.5%;
  }

  .\32xl\:hover\:mb-16\/24:hover {
    margin-bottom: 66.666667%;
  }

  .\32xl\:hover\:mb-17\/24:hover {
    margin-bottom: 70.833333%;
  }

  .\32xl\:hover\:mb-18\/24:hover {
    margin-bottom: 75%;
  }

  .\32xl\:hover\:mb-19\/24:hover {
    margin-bottom: 79.166667%;
  }

  .\32xl\:hover\:mb-20\/24:hover {
    margin-bottom: 83.333333%;
  }

  .\32xl\:hover\:mb-21\/24:hover {
    margin-bottom: 87.5%;
  }

  .\32xl\:hover\:mb-22\/24:hover {
    margin-bottom: 91.666667%;
  }

  .\32xl\:hover\:mb-23\/24:hover {
    margin-bottom: 95.833333%;
  }

  .\32xl\:hover\:mb-24\/24:hover {
    margin-bottom: 100%;
  }

  .\32xl\:hover\:mb-screen-header:hover {
    margin-bottom: 41.55vw;
  }

  .\32xl\:hover\:mb-screen-60:hover {
    margin-bottom: 60vh;
  }

  .\32xl\:hover\:mb-screen-80:hover {
    margin-bottom: 80vh;
  }

  .\32xl\:hover\:mb-screen-85:hover {
    margin-bottom: 85vh;
  }

  .\32xl\:hover\:mb-screen-90:hover {
    margin-bottom: 90vh;
  }

  .\32xl\:hover\:mb-screen-95:hover {
    margin-bottom: 95vh;
  }

  .\32xl\:hover\:mb-screen-minus-header:hover {
    margin-bottom: calc(100vh - 5.25rem);
  }

  .\32xl\:hover\:mb-screen-minus-35\.5:hover {
    margin-bottom: calc(100vh - 8.875rem);
  }

  .\32xl\:hover\:mb-screen-minus-36:hover {
    margin-bottom: calc(100vh - 9rem);
  }

  .\32xl\:hover\:mb-screen-minus-40:hover {
    margin-bottom: calc(100vh - 10rem);
  }

  .\32xl\:hover\:mb-screen-minus-55:hover {
    margin-bottom: calc(100vh - 13.75rem);
  }

  .\32xl\:hover\:mb-screen-minus-72:hover {
    margin-bottom: calc(100vh - 18rem);
  }

  .\32xl\:hover\:mb-screen-minus-80:hover {
    margin-bottom: calc(100vh - 20rem);
  }

  .\32xl\:hover\:mb-full-4:hover {
    margin-bottom: calc(100% - 16px);
  }

  .\32xl\:hover\:mb-account-body:hover {
    margin-bottom: calc(100vw - 304px);
  }

  .\32xl\:hover\:mb-menu-center:hover {
    margin-bottom: calc(50% - 288px);
  }

  .\32xl\:hover\:mb-tutorials-hidden:hover {
    margin-bottom: calc(100% - 56px);
  }

  .\32xl\:hover\:mb-popup-full-width:hover {
    margin-bottom: calc(100% + 32px);
  }

  .\32xl\:hover\:mb-popup-full-width-md:hover {
    margin-bottom: calc(100% + 64px);
  }

  .\32xl\:hover\:mb-popup-full-height:hover {
    margin-bottom: calc(100% + 68px);
  }

  .\32xl\:hover\:mb-max-content:hover {
    margin-bottom: max-content;
  }

  .\32xl\:hover\:-mb-0:hover {
    margin-bottom: 0px;
  }

  .\32xl\:hover\:-mb-1:hover {
    margin-bottom: -0.25rem;
  }

  .\32xl\:hover\:-mb-2:hover {
    margin-bottom: -0.5rem;
  }

  .\32xl\:hover\:-mb-3:hover {
    margin-bottom: -0.75rem;
  }

  .\32xl\:hover\:-mb-4:hover {
    margin-bottom: -1rem;
  }

  .\32xl\:hover\:-mb-5:hover {
    margin-bottom: -1.25rem;
  }

  .\32xl\:hover\:-mb-6:hover {
    margin-bottom: -1.5rem;
  }

  .\32xl\:hover\:-mb-7:hover {
    margin-bottom: -1.75rem;
  }

  .\32xl\:hover\:-mb-8:hover {
    margin-bottom: -2rem;
  }

  .\32xl\:hover\:-mb-9:hover {
    margin-bottom: -2.25rem;
  }

  .\32xl\:hover\:-mb-10:hover {
    margin-bottom: -2.5rem;
  }

  .\32xl\:hover\:-mb-11:hover {
    margin-bottom: -2.75rem;
  }

  .\32xl\:hover\:-mb-12:hover {
    margin-bottom: -3rem;
  }

  .\32xl\:hover\:-mb-14:hover {
    margin-bottom: -3.5rem;
  }

  .\32xl\:hover\:-mb-16:hover {
    margin-bottom: -4rem;
  }

  .\32xl\:hover\:-mb-18:hover {
    margin-bottom: -4.5rem;
  }

  .\32xl\:hover\:-mb-20:hover {
    margin-bottom: -5rem;
  }

  .\32xl\:hover\:-mb-21:hover {
    margin-bottom: -5.25rem;
  }

  .\32xl\:hover\:-mb-22:hover {
    margin-bottom: -5.5rem;
  }

  .\32xl\:hover\:-mb-24:hover {
    margin-bottom: -6rem;
  }

  .\32xl\:hover\:-mb-26:hover {
    margin-bottom: -6.5rem;
  }

  .\32xl\:hover\:-mb-28:hover {
    margin-bottom: -7rem;
  }

  .\32xl\:hover\:-mb-29:hover {
    margin-bottom: -7.25rem;
  }

  .\32xl\:hover\:-mb-32:hover {
    margin-bottom: -8rem;
  }

  .\32xl\:hover\:-mb-34:hover {
    margin-bottom: -8.5rem;
  }

  .\32xl\:hover\:-mb-36:hover {
    margin-bottom: -9rem;
  }

  .\32xl\:hover\:-mb-40:hover {
    margin-bottom: -10rem;
  }

  .\32xl\:hover\:-mb-42:hover {
    margin-bottom: -10.5rem;
  }

  .\32xl\:hover\:-mb-44:hover {
    margin-bottom: -11rem;
  }

  .\32xl\:hover\:-mb-48:hover {
    margin-bottom: -12rem;
  }

  .\32xl\:hover\:-mb-52:hover {
    margin-bottom: -13rem;
  }

  .\32xl\:hover\:-mb-56:hover {
    margin-bottom: -14rem;
  }

  .\32xl\:hover\:-mb-60:hover {
    margin-bottom: -15rem;
  }

  .\32xl\:hover\:-mb-64:hover {
    margin-bottom: -16rem;
  }

  .\32xl\:hover\:-mb-68:hover {
    margin-bottom: -17rem;
  }

  .\32xl\:hover\:-mb-72:hover {
    margin-bottom: -18rem;
  }

  .\32xl\:hover\:-mb-77:hover {
    margin-bottom: -19.25rem;
  }

  .\32xl\:hover\:-mb-80:hover {
    margin-bottom: -20rem;
  }

  .\32xl\:hover\:-mb-82:hover {
    margin-bottom: -20.5rem;
  }

  .\32xl\:hover\:-mb-88:hover {
    margin-bottom: -22rem;
  }

  .\32xl\:hover\:-mb-94:hover {
    margin-bottom: -23.5rem;
  }

  .\32xl\:hover\:-mb-96:hover {
    margin-bottom: -24rem;
  }

  .\32xl\:hover\:-mb-98:hover {
    margin-bottom: -24.5rem;
  }

  .\32xl\:hover\:-mb-104:hover {
    margin-bottom: -26rem;
  }

  .\32xl\:hover\:-mb-108:hover {
    margin-bottom: -27rem;
  }

  .\32xl\:hover\:-mb-110:hover {
    margin-bottom: -27.5rem;
  }

  .\32xl\:hover\:-mb-112:hover {
    margin-bottom: -28rem;
  }

  .\32xl\:hover\:-mb-120:hover {
    margin-bottom: -30rem;
  }

  .\32xl\:hover\:-mb-128:hover {
    margin-bottom: -32rem;
  }

  .\32xl\:hover\:-mb-132:hover {
    margin-bottom: -33rem;
  }

  .\32xl\:hover\:-mb-134:hover {
    margin-bottom: -33.5rem;
  }

  .\32xl\:hover\:-mb-135:hover {
    margin-bottom: -33.75rem;
  }

  .\32xl\:hover\:-mb-136:hover {
    margin-bottom: -34rem;
  }

  .\32xl\:hover\:-mb-144:hover {
    margin-bottom: -36rem;
  }

  .\32xl\:hover\:-mb-152:hover {
    margin-bottom: -38rem;
  }

  .\32xl\:hover\:-mb-160:hover {
    margin-bottom: -40rem;
  }

  .\32xl\:hover\:-mb-164:hover {
    margin-bottom: -41rem;
  }

  .\32xl\:hover\:-mb-172:hover {
    margin-bottom: -43rem;
  }

  .\32xl\:hover\:-mb-179:hover {
    margin-bottom: -44.75rem;
  }

  .\32xl\:hover\:-mb-184:hover {
    margin-bottom: -46rem;
  }

  .\32xl\:hover\:-mb-192:hover {
    margin-bottom: -48rem;
  }

  .\32xl\:hover\:-mb-224:hover {
    margin-bottom: -56rem;
  }

  .\32xl\:hover\:-mb-240:hover {
    margin-bottom: -60rem;
  }

  .\32xl\:hover\:-mb-256:hover {
    margin-bottom: -64rem;
  }

  .\32xl\:hover\:-mb-265:hover {
    margin-bottom: -66.25rem;
  }

  .\32xl\:hover\:-mb-288:hover {
    margin-bottom: -72rem;
  }

  .\32xl\:hover\:-mb-384:hover {
    margin-bottom: -96rem;
  }

  .\32xl\:hover\:-mb-px:hover {
    margin-bottom: -1px;
  }

  .\32xl\:hover\:-mb-0\.5:hover {
    margin-bottom: -0.125rem;
  }

  .\32xl\:hover\:-mb-1\.5:hover {
    margin-bottom: -0.375rem;
  }

  .\32xl\:hover\:-mb-2\.5:hover {
    margin-bottom: -0.625rem;
  }

  .\32xl\:hover\:-mb-3\.5:hover {
    margin-bottom: -0.875rem;
  }

  .\32xl\:hover\:-mb-0\.75:hover {
    margin-bottom: -0.1875rem;
  }

  .\32xl\:hover\:-mb-4\.5:hover {
    margin-bottom: -1.125rem;
  }

  .\32xl\:hover\:-mb-7\.5:hover {
    margin-bottom: -1.875rem;
  }

  .\32xl\:hover\:-mb-9\.5:hover {
    margin-bottom: -2.375rem;
  }

  .\32xl\:hover\:-mb-9\.75:hover {
    margin-bottom: -2.4375rem;
  }

  .\32xl\:hover\:-mb-12\.5:hover {
    margin-bottom: -3.125rem;
  }

  .\32xl\:hover\:-mb-13\.5:hover {
    margin-bottom: -3.375rem;
  }

  .\32xl\:hover\:-mb-292\.5:hover {
    margin-bottom: -73.125rem;
  }

  .\32xl\:hover\:-mb-1\/24:hover {
    margin-bottom: -4.16667%;
  }

  .\32xl\:hover\:-mb-2\/24:hover {
    margin-bottom: -8.33333%;
  }

  .\32xl\:hover\:-mb-3\/24:hover {
    margin-bottom: -12.5%;
  }

  .\32xl\:hover\:-mb-4\/24:hover {
    margin-bottom: -16.66667%;
  }

  .\32xl\:hover\:-mb-5\/24:hover {
    margin-bottom: -20.83333%;
  }

  .\32xl\:hover\:-mb-6\/24:hover {
    margin-bottom: -25%;
  }

  .\32xl\:hover\:-mb-7\/24:hover {
    margin-bottom: -29.16667%;
  }

  .\32xl\:hover\:-mb-8\/24:hover {
    margin-bottom: -33.33333%;
  }

  .\32xl\:hover\:-mb-9\/24:hover {
    margin-bottom: -37.5%;
  }

  .\32xl\:hover\:-mb-10\/24:hover {
    margin-bottom: -41.66667%;
  }

  .\32xl\:hover\:-mb-11\/24:hover {
    margin-bottom: -45.83333%;
  }

  .\32xl\:hover\:-mb-12\/24:hover {
    margin-bottom: -50%;
  }

  .\32xl\:hover\:-mb-13\/24:hover {
    margin-bottom: -54.16667%;
  }

  .\32xl\:hover\:-mb-14\/24:hover {
    margin-bottom: -58.33333%;
  }

  .\32xl\:hover\:-mb-15\/24:hover {
    margin-bottom: -62.5%;
  }

  .\32xl\:hover\:-mb-16\/24:hover {
    margin-bottom: -66.66667%;
  }

  .\32xl\:hover\:-mb-17\/24:hover {
    margin-bottom: -70.83333%;
  }

  .\32xl\:hover\:-mb-18\/24:hover {
    margin-bottom: -75%;
  }

  .\32xl\:hover\:-mb-19\/24:hover {
    margin-bottom: -79.16667%;
  }

  .\32xl\:hover\:-mb-20\/24:hover {
    margin-bottom: -83.33333%;
  }

  .\32xl\:hover\:-mb-21\/24:hover {
    margin-bottom: -87.5%;
  }

  .\32xl\:hover\:-mb-22\/24:hover {
    margin-bottom: -91.66667%;
  }

  .\32xl\:hover\:-mb-23\/24:hover {
    margin-bottom: -95.83333%;
  }

  .\32xl\:hover\:-mb-24\/24:hover {
    margin-bottom: -100%;
  }

  .\32xl\:hover\:-mb-screen-header:hover {
    margin-bottom: -41.55vw;
  }

  .\32xl\:hover\:-mb-screen-60:hover {
    margin-bottom: -60vh;
  }

  .\32xl\:hover\:-mb-screen-80:hover {
    margin-bottom: -80vh;
  }

  .\32xl\:hover\:-mb-screen-85:hover {
    margin-bottom: -85vh;
  }

  .\32xl\:hover\:-mb-screen-90:hover {
    margin-bottom: -90vh;
  }

  .\32xl\:hover\:-mb-screen-95:hover {
    margin-bottom: -95vh;
  }

  .\32xl\:hover\:-mb-screen-minus-header:hover {
    margin-bottom: calc(-100vh - -5.25rem);
  }

  .\32xl\:hover\:-mb-screen-minus-35\.5:hover {
    margin-bottom: calc(-100vh - -8.875rem);
  }

  .\32xl\:hover\:-mb-screen-minus-36:hover {
    margin-bottom: calc(-100vh - -9rem);
  }

  .\32xl\:hover\:-mb-screen-minus-40:hover {
    margin-bottom: calc(-100vh - -10rem);
  }

  .\32xl\:hover\:-mb-screen-minus-55:hover {
    margin-bottom: calc(-100vh - -13.75rem);
  }

  .\32xl\:hover\:-mb-screen-minus-72:hover {
    margin-bottom: calc(-100vh - -18rem);
  }

  .\32xl\:hover\:-mb-screen-minus-80:hover {
    margin-bottom: calc(-100vh - -20rem);
  }

  .\32xl\:hover\:-mb-full-4:hover {
    margin-bottom: calc(-100% - -16px);
  }

  .\32xl\:hover\:-mb-account-body:hover {
    margin-bottom: calc(-100vw - -304px);
  }

  .\32xl\:hover\:-mb-menu-center:hover {
    margin-bottom: calc(-50% - -288px);
  }

  .\32xl\:hover\:-mb-tutorials-hidden:hover {
    margin-bottom: calc(-100% - -56px);
  }

  .\32xl\:hover\:-mb-popup-full-width:hover {
    margin-bottom: calc(-100% + -32px);
  }

  .\32xl\:hover\:-mb-popup-full-width-md:hover {
    margin-bottom: calc(-100% + -64px);
  }

  .\32xl\:hover\:-mb-popup-full-height:hover {
    margin-bottom: calc(-100% + -68px);
  }

  .\32xl\:hover\:-mb-max-content:hover {
    margin-bottom: max-content;
  }

  .\32xl\:hover\:ml-0:hover {
    margin-left: 0px;
  }

  .\32xl\:hover\:ml-1:hover {
    margin-left: 0.25rem;
  }

  .\32xl\:hover\:ml-2:hover {
    margin-left: 0.5rem;
  }

  .\32xl\:hover\:ml-3:hover {
    margin-left: 0.75rem;
  }

  .\32xl\:hover\:ml-4:hover {
    margin-left: 1rem;
  }

  .\32xl\:hover\:ml-5:hover {
    margin-left: 1.25rem;
  }

  .\32xl\:hover\:ml-6:hover {
    margin-left: 1.5rem;
  }

  .\32xl\:hover\:ml-7:hover {
    margin-left: 1.75rem;
  }

  .\32xl\:hover\:ml-8:hover {
    margin-left: 2rem;
  }

  .\32xl\:hover\:ml-9:hover {
    margin-left: 2.25rem;
  }

  .\32xl\:hover\:ml-10:hover {
    margin-left: 2.5rem;
  }

  .\32xl\:hover\:ml-11:hover {
    margin-left: 2.75rem;
  }

  .\32xl\:hover\:ml-12:hover {
    margin-left: 3rem;
  }

  .\32xl\:hover\:ml-14:hover {
    margin-left: 3.5rem;
  }

  .\32xl\:hover\:ml-16:hover {
    margin-left: 4rem;
  }

  .\32xl\:hover\:ml-18:hover {
    margin-left: 4.5rem;
  }

  .\32xl\:hover\:ml-20:hover {
    margin-left: 5rem;
  }

  .\32xl\:hover\:ml-21:hover {
    margin-left: 5.25rem;
  }

  .\32xl\:hover\:ml-22:hover {
    margin-left: 5.5rem;
  }

  .\32xl\:hover\:ml-24:hover {
    margin-left: 6rem;
  }

  .\32xl\:hover\:ml-26:hover {
    margin-left: 6.5rem;
  }

  .\32xl\:hover\:ml-28:hover {
    margin-left: 7rem;
  }

  .\32xl\:hover\:ml-29:hover {
    margin-left: 7.25rem;
  }

  .\32xl\:hover\:ml-32:hover {
    margin-left: 8rem;
  }

  .\32xl\:hover\:ml-34:hover {
    margin-left: 8.5rem;
  }

  .\32xl\:hover\:ml-36:hover {
    margin-left: 9rem;
  }

  .\32xl\:hover\:ml-40:hover {
    margin-left: 10rem;
  }

  .\32xl\:hover\:ml-42:hover {
    margin-left: 10.5rem;
  }

  .\32xl\:hover\:ml-44:hover {
    margin-left: 11rem;
  }

  .\32xl\:hover\:ml-48:hover {
    margin-left: 12rem;
  }

  .\32xl\:hover\:ml-52:hover {
    margin-left: 13rem;
  }

  .\32xl\:hover\:ml-56:hover {
    margin-left: 14rem;
  }

  .\32xl\:hover\:ml-60:hover {
    margin-left: 15rem;
  }

  .\32xl\:hover\:ml-64:hover {
    margin-left: 16rem;
  }

  .\32xl\:hover\:ml-68:hover {
    margin-left: 17rem;
  }

  .\32xl\:hover\:ml-72:hover {
    margin-left: 18rem;
  }

  .\32xl\:hover\:ml-77:hover {
    margin-left: 19.25rem;
  }

  .\32xl\:hover\:ml-80:hover {
    margin-left: 20rem;
  }

  .\32xl\:hover\:ml-82:hover {
    margin-left: 20.5rem;
  }

  .\32xl\:hover\:ml-88:hover {
    margin-left: 22rem;
  }

  .\32xl\:hover\:ml-94:hover {
    margin-left: 23.5rem;
  }

  .\32xl\:hover\:ml-96:hover {
    margin-left: 24rem;
  }

  .\32xl\:hover\:ml-98:hover {
    margin-left: 24.5rem;
  }

  .\32xl\:hover\:ml-104:hover {
    margin-left: 26rem;
  }

  .\32xl\:hover\:ml-108:hover {
    margin-left: 27rem;
  }

  .\32xl\:hover\:ml-110:hover {
    margin-left: 27.5rem;
  }

  .\32xl\:hover\:ml-112:hover {
    margin-left: 28rem;
  }

  .\32xl\:hover\:ml-120:hover {
    margin-left: 30rem;
  }

  .\32xl\:hover\:ml-128:hover {
    margin-left: 32rem;
  }

  .\32xl\:hover\:ml-132:hover {
    margin-left: 33rem;
  }

  .\32xl\:hover\:ml-134:hover {
    margin-left: 33.5rem;
  }

  .\32xl\:hover\:ml-135:hover {
    margin-left: 33.75rem;
  }

  .\32xl\:hover\:ml-136:hover {
    margin-left: 34rem;
  }

  .\32xl\:hover\:ml-144:hover {
    margin-left: 36rem;
  }

  .\32xl\:hover\:ml-152:hover {
    margin-left: 38rem;
  }

  .\32xl\:hover\:ml-160:hover {
    margin-left: 40rem;
  }

  .\32xl\:hover\:ml-164:hover {
    margin-left: 41rem;
  }

  .\32xl\:hover\:ml-172:hover {
    margin-left: 43rem;
  }

  .\32xl\:hover\:ml-179:hover {
    margin-left: 44.75rem;
  }

  .\32xl\:hover\:ml-184:hover {
    margin-left: 46rem;
  }

  .\32xl\:hover\:ml-192:hover {
    margin-left: 48rem;
  }

  .\32xl\:hover\:ml-224:hover {
    margin-left: 56rem;
  }

  .\32xl\:hover\:ml-240:hover {
    margin-left: 60rem;
  }

  .\32xl\:hover\:ml-256:hover {
    margin-left: 64rem;
  }

  .\32xl\:hover\:ml-265:hover {
    margin-left: 66.25rem;
  }

  .\32xl\:hover\:ml-288:hover {
    margin-left: 72rem;
  }

  .\32xl\:hover\:ml-384:hover {
    margin-left: 96rem;
  }

  .\32xl\:hover\:ml-auto:hover {
    margin-left: auto;
  }

  .\32xl\:hover\:ml-px:hover {
    margin-left: 1px;
  }

  .\32xl\:hover\:ml-0\.5:hover {
    margin-left: 0.125rem;
  }

  .\32xl\:hover\:ml-1\.5:hover {
    margin-left: 0.375rem;
  }

  .\32xl\:hover\:ml-2\.5:hover {
    margin-left: 0.625rem;
  }

  .\32xl\:hover\:ml-3\.5:hover {
    margin-left: 0.875rem;
  }

  .\32xl\:hover\:ml-0\.75:hover {
    margin-left: 0.1875rem;
  }

  .\32xl\:hover\:ml-4\.5:hover {
    margin-left: 1.125rem;
  }

  .\32xl\:hover\:ml-7\.5:hover {
    margin-left: 1.875rem;
  }

  .\32xl\:hover\:ml-9\.5:hover {
    margin-left: 2.375rem;
  }

  .\32xl\:hover\:ml-9\.75:hover {
    margin-left: 2.4375rem;
  }

  .\32xl\:hover\:ml-12\.5:hover {
    margin-left: 3.125rem;
  }

  .\32xl\:hover\:ml-13\.5:hover {
    margin-left: 3.375rem;
  }

  .\32xl\:hover\:ml-292\.5:hover {
    margin-left: 73.125rem;
  }

  .\32xl\:hover\:ml-1\/24:hover {
    margin-left: 4.166667%;
  }

  .\32xl\:hover\:ml-2\/24:hover {
    margin-left: 8.333333%;
  }

  .\32xl\:hover\:ml-3\/24:hover {
    margin-left: 12.5%;
  }

  .\32xl\:hover\:ml-4\/24:hover {
    margin-left: 16.666667%;
  }

  .\32xl\:hover\:ml-5\/24:hover {
    margin-left: 20.833333%;
  }

  .\32xl\:hover\:ml-6\/24:hover {
    margin-left: 25%;
  }

  .\32xl\:hover\:ml-7\/24:hover {
    margin-left: 29.166666%;
  }

  .\32xl\:hover\:ml-8\/24:hover {
    margin-left: 33.333333%;
  }

  .\32xl\:hover\:ml-9\/24:hover {
    margin-left: 37.5%;
  }

  .\32xl\:hover\:ml-10\/24:hover {
    margin-left: 41.666666%;
  }

  .\32xl\:hover\:ml-11\/24:hover {
    margin-left: 45.833333%;
  }

  .\32xl\:hover\:ml-12\/24:hover {
    margin-left: 50%;
  }

  .\32xl\:hover\:ml-13\/24:hover {
    margin-left: 54.166666%;
  }

  .\32xl\:hover\:ml-14\/24:hover {
    margin-left: 58.333333%;
  }

  .\32xl\:hover\:ml-15\/24:hover {
    margin-left: 62.5%;
  }

  .\32xl\:hover\:ml-16\/24:hover {
    margin-left: 66.666667%;
  }

  .\32xl\:hover\:ml-17\/24:hover {
    margin-left: 70.833333%;
  }

  .\32xl\:hover\:ml-18\/24:hover {
    margin-left: 75%;
  }

  .\32xl\:hover\:ml-19\/24:hover {
    margin-left: 79.166667%;
  }

  .\32xl\:hover\:ml-20\/24:hover {
    margin-left: 83.333333%;
  }

  .\32xl\:hover\:ml-21\/24:hover {
    margin-left: 87.5%;
  }

  .\32xl\:hover\:ml-22\/24:hover {
    margin-left: 91.666667%;
  }

  .\32xl\:hover\:ml-23\/24:hover {
    margin-left: 95.833333%;
  }

  .\32xl\:hover\:ml-24\/24:hover {
    margin-left: 100%;
  }

  .\32xl\:hover\:ml-screen-header:hover {
    margin-left: 41.55vw;
  }

  .\32xl\:hover\:ml-screen-60:hover {
    margin-left: 60vh;
  }

  .\32xl\:hover\:ml-screen-80:hover {
    margin-left: 80vh;
  }

  .\32xl\:hover\:ml-screen-85:hover {
    margin-left: 85vh;
  }

  .\32xl\:hover\:ml-screen-90:hover {
    margin-left: 90vh;
  }

  .\32xl\:hover\:ml-screen-95:hover {
    margin-left: 95vh;
  }

  .\32xl\:hover\:ml-screen-minus-header:hover {
    margin-left: calc(100vh - 5.25rem);
  }

  .\32xl\:hover\:ml-screen-minus-35\.5:hover {
    margin-left: calc(100vh - 8.875rem);
  }

  .\32xl\:hover\:ml-screen-minus-36:hover {
    margin-left: calc(100vh - 9rem);
  }

  .\32xl\:hover\:ml-screen-minus-40:hover {
    margin-left: calc(100vh - 10rem);
  }

  .\32xl\:hover\:ml-screen-minus-55:hover {
    margin-left: calc(100vh - 13.75rem);
  }

  .\32xl\:hover\:ml-screen-minus-72:hover {
    margin-left: calc(100vh - 18rem);
  }

  .\32xl\:hover\:ml-screen-minus-80:hover {
    margin-left: calc(100vh - 20rem);
  }

  .\32xl\:hover\:ml-full-4:hover {
    margin-left: calc(100% - 16px);
  }

  .\32xl\:hover\:ml-account-body:hover {
    margin-left: calc(100vw - 304px);
  }

  .\32xl\:hover\:ml-menu-center:hover {
    margin-left: calc(50% - 288px);
  }

  .\32xl\:hover\:ml-tutorials-hidden:hover {
    margin-left: calc(100% - 56px);
  }

  .\32xl\:hover\:ml-popup-full-width:hover {
    margin-left: calc(100% + 32px);
  }

  .\32xl\:hover\:ml-popup-full-width-md:hover {
    margin-left: calc(100% + 64px);
  }

  .\32xl\:hover\:ml-popup-full-height:hover {
    margin-left: calc(100% + 68px);
  }

  .\32xl\:hover\:ml-max-content:hover {
    margin-left: max-content;
  }

  .\32xl\:hover\:-ml-0:hover {
    margin-left: 0px;
  }

  .\32xl\:hover\:-ml-1:hover {
    margin-left: -0.25rem;
  }

  .\32xl\:hover\:-ml-2:hover {
    margin-left: -0.5rem;
  }

  .\32xl\:hover\:-ml-3:hover {
    margin-left: -0.75rem;
  }

  .\32xl\:hover\:-ml-4:hover {
    margin-left: -1rem;
  }

  .\32xl\:hover\:-ml-5:hover {
    margin-left: -1.25rem;
  }

  .\32xl\:hover\:-ml-6:hover {
    margin-left: -1.5rem;
  }

  .\32xl\:hover\:-ml-7:hover {
    margin-left: -1.75rem;
  }

  .\32xl\:hover\:-ml-8:hover {
    margin-left: -2rem;
  }

  .\32xl\:hover\:-ml-9:hover {
    margin-left: -2.25rem;
  }

  .\32xl\:hover\:-ml-10:hover {
    margin-left: -2.5rem;
  }

  .\32xl\:hover\:-ml-11:hover {
    margin-left: -2.75rem;
  }

  .\32xl\:hover\:-ml-12:hover {
    margin-left: -3rem;
  }

  .\32xl\:hover\:-ml-14:hover {
    margin-left: -3.5rem;
  }

  .\32xl\:hover\:-ml-16:hover {
    margin-left: -4rem;
  }

  .\32xl\:hover\:-ml-18:hover {
    margin-left: -4.5rem;
  }

  .\32xl\:hover\:-ml-20:hover {
    margin-left: -5rem;
  }

  .\32xl\:hover\:-ml-21:hover {
    margin-left: -5.25rem;
  }

  .\32xl\:hover\:-ml-22:hover {
    margin-left: -5.5rem;
  }

  .\32xl\:hover\:-ml-24:hover {
    margin-left: -6rem;
  }

  .\32xl\:hover\:-ml-26:hover {
    margin-left: -6.5rem;
  }

  .\32xl\:hover\:-ml-28:hover {
    margin-left: -7rem;
  }

  .\32xl\:hover\:-ml-29:hover {
    margin-left: -7.25rem;
  }

  .\32xl\:hover\:-ml-32:hover {
    margin-left: -8rem;
  }

  .\32xl\:hover\:-ml-34:hover {
    margin-left: -8.5rem;
  }

  .\32xl\:hover\:-ml-36:hover {
    margin-left: -9rem;
  }

  .\32xl\:hover\:-ml-40:hover {
    margin-left: -10rem;
  }

  .\32xl\:hover\:-ml-42:hover {
    margin-left: -10.5rem;
  }

  .\32xl\:hover\:-ml-44:hover {
    margin-left: -11rem;
  }

  .\32xl\:hover\:-ml-48:hover {
    margin-left: -12rem;
  }

  .\32xl\:hover\:-ml-52:hover {
    margin-left: -13rem;
  }

  .\32xl\:hover\:-ml-56:hover {
    margin-left: -14rem;
  }

  .\32xl\:hover\:-ml-60:hover {
    margin-left: -15rem;
  }

  .\32xl\:hover\:-ml-64:hover {
    margin-left: -16rem;
  }

  .\32xl\:hover\:-ml-68:hover {
    margin-left: -17rem;
  }

  .\32xl\:hover\:-ml-72:hover {
    margin-left: -18rem;
  }

  .\32xl\:hover\:-ml-77:hover {
    margin-left: -19.25rem;
  }

  .\32xl\:hover\:-ml-80:hover {
    margin-left: -20rem;
  }

  .\32xl\:hover\:-ml-82:hover {
    margin-left: -20.5rem;
  }

  .\32xl\:hover\:-ml-88:hover {
    margin-left: -22rem;
  }

  .\32xl\:hover\:-ml-94:hover {
    margin-left: -23.5rem;
  }

  .\32xl\:hover\:-ml-96:hover {
    margin-left: -24rem;
  }

  .\32xl\:hover\:-ml-98:hover {
    margin-left: -24.5rem;
  }

  .\32xl\:hover\:-ml-104:hover {
    margin-left: -26rem;
  }

  .\32xl\:hover\:-ml-108:hover {
    margin-left: -27rem;
  }

  .\32xl\:hover\:-ml-110:hover {
    margin-left: -27.5rem;
  }

  .\32xl\:hover\:-ml-112:hover {
    margin-left: -28rem;
  }

  .\32xl\:hover\:-ml-120:hover {
    margin-left: -30rem;
  }

  .\32xl\:hover\:-ml-128:hover {
    margin-left: -32rem;
  }

  .\32xl\:hover\:-ml-132:hover {
    margin-left: -33rem;
  }

  .\32xl\:hover\:-ml-134:hover {
    margin-left: -33.5rem;
  }

  .\32xl\:hover\:-ml-135:hover {
    margin-left: -33.75rem;
  }

  .\32xl\:hover\:-ml-136:hover {
    margin-left: -34rem;
  }

  .\32xl\:hover\:-ml-144:hover {
    margin-left: -36rem;
  }

  .\32xl\:hover\:-ml-152:hover {
    margin-left: -38rem;
  }

  .\32xl\:hover\:-ml-160:hover {
    margin-left: -40rem;
  }

  .\32xl\:hover\:-ml-164:hover {
    margin-left: -41rem;
  }

  .\32xl\:hover\:-ml-172:hover {
    margin-left: -43rem;
  }

  .\32xl\:hover\:-ml-179:hover {
    margin-left: -44.75rem;
  }

  .\32xl\:hover\:-ml-184:hover {
    margin-left: -46rem;
  }

  .\32xl\:hover\:-ml-192:hover {
    margin-left: -48rem;
  }

  .\32xl\:hover\:-ml-224:hover {
    margin-left: -56rem;
  }

  .\32xl\:hover\:-ml-240:hover {
    margin-left: -60rem;
  }

  .\32xl\:hover\:-ml-256:hover {
    margin-left: -64rem;
  }

  .\32xl\:hover\:-ml-265:hover {
    margin-left: -66.25rem;
  }

  .\32xl\:hover\:-ml-288:hover {
    margin-left: -72rem;
  }

  .\32xl\:hover\:-ml-384:hover {
    margin-left: -96rem;
  }

  .\32xl\:hover\:-ml-px:hover {
    margin-left: -1px;
  }

  .\32xl\:hover\:-ml-0\.5:hover {
    margin-left: -0.125rem;
  }

  .\32xl\:hover\:-ml-1\.5:hover {
    margin-left: -0.375rem;
  }

  .\32xl\:hover\:-ml-2\.5:hover {
    margin-left: -0.625rem;
  }

  .\32xl\:hover\:-ml-3\.5:hover {
    margin-left: -0.875rem;
  }

  .\32xl\:hover\:-ml-0\.75:hover {
    margin-left: -0.1875rem;
  }

  .\32xl\:hover\:-ml-4\.5:hover {
    margin-left: -1.125rem;
  }

  .\32xl\:hover\:-ml-7\.5:hover {
    margin-left: -1.875rem;
  }

  .\32xl\:hover\:-ml-9\.5:hover {
    margin-left: -2.375rem;
  }

  .\32xl\:hover\:-ml-9\.75:hover {
    margin-left: -2.4375rem;
  }

  .\32xl\:hover\:-ml-12\.5:hover {
    margin-left: -3.125rem;
  }

  .\32xl\:hover\:-ml-13\.5:hover {
    margin-left: -3.375rem;
  }

  .\32xl\:hover\:-ml-292\.5:hover {
    margin-left: -73.125rem;
  }

  .\32xl\:hover\:-ml-1\/24:hover {
    margin-left: -4.16667%;
  }

  .\32xl\:hover\:-ml-2\/24:hover {
    margin-left: -8.33333%;
  }

  .\32xl\:hover\:-ml-3\/24:hover {
    margin-left: -12.5%;
  }

  .\32xl\:hover\:-ml-4\/24:hover {
    margin-left: -16.66667%;
  }

  .\32xl\:hover\:-ml-5\/24:hover {
    margin-left: -20.83333%;
  }

  .\32xl\:hover\:-ml-6\/24:hover {
    margin-left: -25%;
  }

  .\32xl\:hover\:-ml-7\/24:hover {
    margin-left: -29.16667%;
  }

  .\32xl\:hover\:-ml-8\/24:hover {
    margin-left: -33.33333%;
  }

  .\32xl\:hover\:-ml-9\/24:hover {
    margin-left: -37.5%;
  }

  .\32xl\:hover\:-ml-10\/24:hover {
    margin-left: -41.66667%;
  }

  .\32xl\:hover\:-ml-11\/24:hover {
    margin-left: -45.83333%;
  }

  .\32xl\:hover\:-ml-12\/24:hover {
    margin-left: -50%;
  }

  .\32xl\:hover\:-ml-13\/24:hover {
    margin-left: -54.16667%;
  }

  .\32xl\:hover\:-ml-14\/24:hover {
    margin-left: -58.33333%;
  }

  .\32xl\:hover\:-ml-15\/24:hover {
    margin-left: -62.5%;
  }

  .\32xl\:hover\:-ml-16\/24:hover {
    margin-left: -66.66667%;
  }

  .\32xl\:hover\:-ml-17\/24:hover {
    margin-left: -70.83333%;
  }

  .\32xl\:hover\:-ml-18\/24:hover {
    margin-left: -75%;
  }

  .\32xl\:hover\:-ml-19\/24:hover {
    margin-left: -79.16667%;
  }

  .\32xl\:hover\:-ml-20\/24:hover {
    margin-left: -83.33333%;
  }

  .\32xl\:hover\:-ml-21\/24:hover {
    margin-left: -87.5%;
  }

  .\32xl\:hover\:-ml-22\/24:hover {
    margin-left: -91.66667%;
  }

  .\32xl\:hover\:-ml-23\/24:hover {
    margin-left: -95.83333%;
  }

  .\32xl\:hover\:-ml-24\/24:hover {
    margin-left: -100%;
  }

  .\32xl\:hover\:-ml-screen-header:hover {
    margin-left: -41.55vw;
  }

  .\32xl\:hover\:-ml-screen-60:hover {
    margin-left: -60vh;
  }

  .\32xl\:hover\:-ml-screen-80:hover {
    margin-left: -80vh;
  }

  .\32xl\:hover\:-ml-screen-85:hover {
    margin-left: -85vh;
  }

  .\32xl\:hover\:-ml-screen-90:hover {
    margin-left: -90vh;
  }

  .\32xl\:hover\:-ml-screen-95:hover {
    margin-left: -95vh;
  }

  .\32xl\:hover\:-ml-screen-minus-header:hover {
    margin-left: calc(-100vh - -5.25rem);
  }

  .\32xl\:hover\:-ml-screen-minus-35\.5:hover {
    margin-left: calc(-100vh - -8.875rem);
  }

  .\32xl\:hover\:-ml-screen-minus-36:hover {
    margin-left: calc(-100vh - -9rem);
  }

  .\32xl\:hover\:-ml-screen-minus-40:hover {
    margin-left: calc(-100vh - -10rem);
  }

  .\32xl\:hover\:-ml-screen-minus-55:hover {
    margin-left: calc(-100vh - -13.75rem);
  }

  .\32xl\:hover\:-ml-screen-minus-72:hover {
    margin-left: calc(-100vh - -18rem);
  }

  .\32xl\:hover\:-ml-screen-minus-80:hover {
    margin-left: calc(-100vh - -20rem);
  }

  .\32xl\:hover\:-ml-full-4:hover {
    margin-left: calc(-100% - -16px);
  }

  .\32xl\:hover\:-ml-account-body:hover {
    margin-left: calc(-100vw - -304px);
  }

  .\32xl\:hover\:-ml-menu-center:hover {
    margin-left: calc(-50% - -288px);
  }

  .\32xl\:hover\:-ml-tutorials-hidden:hover {
    margin-left: calc(-100% - -56px);
  }

  .\32xl\:hover\:-ml-popup-full-width:hover {
    margin-left: calc(-100% + -32px);
  }

  .\32xl\:hover\:-ml-popup-full-width-md:hover {
    margin-left: calc(-100% + -64px);
  }

  .\32xl\:hover\:-ml-popup-full-height:hover {
    margin-left: calc(-100% + -68px);
  }

  .\32xl\:hover\:-ml-max-content:hover {
    margin-left: max-content;
  }

  .\32xl\:box-border {
    box-sizing: border-box;
  }

  .\32xl\:box-content {
    box-sizing: content-box;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:inline-block {
    display: inline-block;
  }

  .\32xl\:inline {
    display: inline;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:inline-flex {
    display: inline-flex;
  }

  .\32xl\:table {
    display: table;
  }

  .\32xl\:inline-table {
    display: inline-table;
  }

  .\32xl\:table-caption {
    display: table-caption;
  }

  .\32xl\:table-cell {
    display: table-cell;
  }

  .\32xl\:table-column {
    display: table-column;
  }

  .\32xl\:table-column-group {
    display: table-column-group;
  }

  .\32xl\:table-footer-group {
    display: table-footer-group;
  }

  .\32xl\:table-header-group {
    display: table-header-group;
  }

  .\32xl\:table-row-group {
    display: table-row-group;
  }

  .\32xl\:table-row {
    display: table-row;
  }

  .\32xl\:flow-root {
    display: flow-root;
  }

  .\32xl\:grid {
    display: grid;
  }

  .\32xl\:inline-grid {
    display: inline-grid;
  }

  .\32xl\:contents {
    display: contents;
  }

  .\32xl\:list-item {
    display: list-item;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-0 {
    height: 0px;
  }

  .\32xl\:h-1 {
    height: 0.25rem;
  }

  .\32xl\:h-2 {
    height: 0.5rem;
  }

  .\32xl\:h-3 {
    height: 0.75rem;
  }

  .\32xl\:h-4 {
    height: 1rem;
  }

  .\32xl\:h-5 {
    height: 1.25rem;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-7 {
    height: 1.75rem;
  }

  .\32xl\:h-8 {
    height: 2rem;
  }

  .\32xl\:h-9 {
    height: 2.25rem;
  }

  .\32xl\:h-10 {
    height: 2.5rem;
  }

  .\32xl\:h-11 {
    height: 2.75rem;
  }

  .\32xl\:h-12 {
    height: 3rem;
  }

  .\32xl\:h-14 {
    height: 3.5rem;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:h-18 {
    height: 4.5rem;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:h-21 {
    height: 5.25rem;
  }

  .\32xl\:h-22 {
    height: 5.5rem;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

  .\32xl\:h-26 {
    height: 6.5rem;
  }

  .\32xl\:h-28 {
    height: 7rem;
  }

  .\32xl\:h-29 {
    height: 7.25rem;
  }

  .\32xl\:h-32 {
    height: 8rem;
  }

  .\32xl\:h-34 {
    height: 8.5rem;
  }

  .\32xl\:h-36 {
    height: 9rem;
  }

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-42 {
    height: 10.5rem;
  }

  .\32xl\:h-44 {
    height: 11rem;
  }

  .\32xl\:h-48 {
    height: 12rem;
  }

  .\32xl\:h-52 {
    height: 13rem;
  }

  .\32xl\:h-56 {
    height: 14rem;
  }

  .\32xl\:h-60 {
    height: 15rem;
  }

  .\32xl\:h-64 {
    height: 16rem;
  }

  .\32xl\:h-68 {
    height: 17rem;
  }

  .\32xl\:h-72 {
    height: 18rem;
  }

  .\32xl\:h-77 {
    height: 19.25rem;
  }

  .\32xl\:h-80 {
    height: 20rem;
  }

  .\32xl\:h-82 {
    height: 20.5rem;
  }

  .\32xl\:h-88 {
    height: 22rem;
  }

  .\32xl\:h-94 {
    height: 23.5rem;
  }

  .\32xl\:h-96 {
    height: 24rem;
  }

  .\32xl\:h-98 {
    height: 24.5rem;
  }

  .\32xl\:h-104 {
    height: 26rem;
  }

  .\32xl\:h-108 {
    height: 27rem;
  }

  .\32xl\:h-110 {
    height: 27.5rem;
  }

  .\32xl\:h-112 {
    height: 28rem;
  }

  .\32xl\:h-120 {
    height: 30rem;
  }

  .\32xl\:h-128 {
    height: 32rem;
  }

  .\32xl\:h-132 {
    height: 33rem;
  }

  .\32xl\:h-134 {
    height: 33.5rem;
  }

  .\32xl\:h-135 {
    height: 33.75rem;
  }

  .\32xl\:h-136 {
    height: 34rem;
  }

  .\32xl\:h-144 {
    height: 36rem;
  }

  .\32xl\:h-152 {
    height: 38rem;
  }

  .\32xl\:h-160 {
    height: 40rem;
  }

  .\32xl\:h-164 {
    height: 41rem;
  }

  .\32xl\:h-172 {
    height: 43rem;
  }

  .\32xl\:h-179 {
    height: 44.75rem;
  }

  .\32xl\:h-184 {
    height: 46rem;
  }

  .\32xl\:h-192 {
    height: 48rem;
  }

  .\32xl\:h-224 {
    height: 56rem;
  }

  .\32xl\:h-240 {
    height: 60rem;
  }

  .\32xl\:h-256 {
    height: 64rem;
  }

  .\32xl\:h-265 {
    height: 66.25rem;
  }

  .\32xl\:h-288 {
    height: 72rem;
  }

  .\32xl\:h-384 {
    height: 96rem;
  }

  .\32xl\:h-auto {
    height: auto;
  }

  .\32xl\:h-px {
    height: 1px;
  }

  .\32xl\:h-0\.5 {
    height: 0.125rem;
  }

  .\32xl\:h-1\.5 {
    height: 0.375rem;
  }

  .\32xl\:h-2\.5 {
    height: 0.625rem;
  }

  .\32xl\:h-3\.5 {
    height: 0.875rem;
  }

  .\32xl\:h-0\.75 {
    height: 0.1875rem;
  }

  .\32xl\:h-4\.5 {
    height: 1.125rem;
  }

  .\32xl\:h-7\.5 {
    height: 1.875rem;
  }

  .\32xl\:h-9\.5 {
    height: 2.375rem;
  }

  .\32xl\:h-9\.75 {
    height: 2.4375rem;
  }

  .\32xl\:h-12\.5 {
    height: 3.125rem;
  }

  .\32xl\:h-13\.5 {
    height: 3.375rem;
  }

  .\32xl\:h-292\.5 {
    height: 73.125rem;
  }

  .\32xl\:h-1\/24 {
    height: 4.166667%;
  }

  .\32xl\:h-2\/24 {
    height: 8.333333%;
  }

  .\32xl\:h-3\/24 {
    height: 12.5%;
  }

  .\32xl\:h-4\/24 {
    height: 16.666667%;
  }

  .\32xl\:h-5\/24 {
    height: 20.833333%;
  }

  .\32xl\:h-6\/24 {
    height: 25%;
  }

  .\32xl\:h-7\/24 {
    height: 29.166666%;
  }

  .\32xl\:h-8\/24 {
    height: 33.333333%;
  }

  .\32xl\:h-9\/24 {
    height: 37.5%;
  }

  .\32xl\:h-10\/24 {
    height: 41.666666%;
  }

  .\32xl\:h-11\/24 {
    height: 45.833333%;
  }

  .\32xl\:h-12\/24 {
    height: 50%;
  }

  .\32xl\:h-13\/24 {
    height: 54.166666%;
  }

  .\32xl\:h-14\/24 {
    height: 58.333333%;
  }

  .\32xl\:h-15\/24 {
    height: 62.5%;
  }

  .\32xl\:h-16\/24 {
    height: 66.666667%;
  }

  .\32xl\:h-17\/24 {
    height: 70.833333%;
  }

  .\32xl\:h-18\/24 {
    height: 75%;
  }

  .\32xl\:h-19\/24 {
    height: 79.166667%;
  }

  .\32xl\:h-20\/24 {
    height: 83.333333%;
  }

  .\32xl\:h-21\/24 {
    height: 87.5%;
  }

  .\32xl\:h-22\/24 {
    height: 91.666667%;
  }

  .\32xl\:h-23\/24 {
    height: 95.833333%;
  }

  .\32xl\:h-24\/24 {
    height: 100%;
  }

  .\32xl\:h-screen-header {
    height: 41.55vw;
  }

  .\32xl\:h-screen-60 {
    height: 60vh;
  }

  .\32xl\:h-screen-80 {
    height: 80vh;
  }

  .\32xl\:h-screen-85 {
    height: 85vh;
  }

  .\32xl\:h-screen-90 {
    height: 90vh;
  }

  .\32xl\:h-screen-95 {
    height: 95vh;
  }

  .\32xl\:h-screen-minus-header {
    height: calc(100vh - 5.25rem);
  }

  .\32xl\:h-screen-minus-35\.5 {
    height: calc(100vh - 8.875rem);
  }

  .\32xl\:h-screen-minus-36 {
    height: calc(100vh - 9rem);
  }

  .\32xl\:h-screen-minus-40 {
    height: calc(100vh - 10rem);
  }

  .\32xl\:h-screen-minus-55 {
    height: calc(100vh - 13.75rem);
  }

  .\32xl\:h-screen-minus-72 {
    height: calc(100vh - 18rem);
  }

  .\32xl\:h-screen-minus-80 {
    height: calc(100vh - 20rem);
  }

  .\32xl\:h-full-4 {
    height: calc(100% - 16px);
  }

  .\32xl\:h-account-body {
    height: calc(100vw - 304px);
  }

  .\32xl\:h-menu-center {
    height: calc(50% - 288px);
  }

  .\32xl\:h-tutorials-hidden {
    height: calc(100% - 56px);
  }

  .\32xl\:h-popup-full-width {
    height: calc(100% + 32px);
  }

  .\32xl\:h-popup-full-width-md {
    height: calc(100% + 64px);
  }

  .\32xl\:h-popup-full-height {
    height: calc(100% + 68px);
  }

  .\32xl\:h-max-content {
    height: -moz-max-content;
    height: max-content;
  }

  .\32xl\:h-1\/2 {
    height: 50%;
  }

  .\32xl\:h-1\/3 {
    height: 33.333333%;
  }

  .\32xl\:h-2\/3 {
    height: 66.666667%;
  }

  .\32xl\:h-1\/4 {
    height: 25%;
  }

  .\32xl\:h-2\/4 {
    height: 50%;
  }

  .\32xl\:h-3\/4 {
    height: 75%;
  }

  .\32xl\:h-1\/5 {
    height: 20%;
  }

  .\32xl\:h-2\/5 {
    height: 40%;
  }

  .\32xl\:h-3\/5 {
    height: 60%;
  }

  .\32xl\:h-4\/5 {
    height: 80%;
  }

  .\32xl\:h-1\/6 {
    height: 16.666667%;
  }

  .\32xl\:h-2\/6 {
    height: 33.333333%;
  }

  .\32xl\:h-3\/6 {
    height: 50%;
  }

  .\32xl\:h-4\/6 {
    height: 66.666667%;
  }

  .\32xl\:h-5\/6 {
    height: 83.333333%;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:h-screen {
    height: 100vh;
  }

  .\32xl\:max-h-0 {
    max-height: 0px;
  }

  .\32xl\:max-h-1 {
    max-height: 0.25rem;
  }

  .\32xl\:max-h-2 {
    max-height: 0.5rem;
  }

  .\32xl\:max-h-3 {
    max-height: 0.75rem;
  }

  .\32xl\:max-h-4 {
    max-height: 1rem;
  }

  .\32xl\:max-h-5 {
    max-height: 1.25rem;
  }

  .\32xl\:max-h-6 {
    max-height: 1.5rem;
  }

  .\32xl\:max-h-7 {
    max-height: 1.75rem;
  }

  .\32xl\:max-h-8 {
    max-height: 2rem;
  }

  .\32xl\:max-h-9 {
    max-height: 2.25rem;
  }

  .\32xl\:max-h-10 {
    max-height: 2.5rem;
  }

  .\32xl\:max-h-11 {
    max-height: 2.75rem;
  }

  .\32xl\:max-h-12 {
    max-height: 3rem;
  }

  .\32xl\:max-h-14 {
    max-height: 3.5rem;
  }

  .\32xl\:max-h-16 {
    max-height: 4rem;
  }

  .\32xl\:max-h-18 {
    max-height: 4.5rem;
  }

  .\32xl\:max-h-20 {
    max-height: 5rem;
  }

  .\32xl\:max-h-21 {
    max-height: 5.25rem;
  }

  .\32xl\:max-h-22 {
    max-height: 5.5rem;
  }

  .\32xl\:max-h-24 {
    max-height: 6rem;
  }

  .\32xl\:max-h-26 {
    max-height: 6.5rem;
  }

  .\32xl\:max-h-28 {
    max-height: 7rem;
  }

  .\32xl\:max-h-29 {
    max-height: 7.25rem;
  }

  .\32xl\:max-h-32 {
    max-height: 8rem;
  }

  .\32xl\:max-h-34 {
    max-height: 8.5rem;
  }

  .\32xl\:max-h-36 {
    max-height: 9rem;
  }

  .\32xl\:max-h-40 {
    max-height: 10rem;
  }

  .\32xl\:max-h-42 {
    max-height: 10.5rem;
  }

  .\32xl\:max-h-44 {
    max-height: 11rem;
  }

  .\32xl\:max-h-48 {
    max-height: 12rem;
  }

  .\32xl\:max-h-52 {
    max-height: 13rem;
  }

  .\32xl\:max-h-56 {
    max-height: 14rem;
  }

  .\32xl\:max-h-60 {
    max-height: 15rem;
  }

  .\32xl\:max-h-64 {
    max-height: 16rem;
  }

  .\32xl\:max-h-68 {
    max-height: 17rem;
  }

  .\32xl\:max-h-72 {
    max-height: 18rem;
  }

  .\32xl\:max-h-77 {
    max-height: 19.25rem;
  }

  .\32xl\:max-h-80 {
    max-height: 20rem;
  }

  .\32xl\:max-h-82 {
    max-height: 20.5rem;
  }

  .\32xl\:max-h-88 {
    max-height: 22rem;
  }

  .\32xl\:max-h-94 {
    max-height: 23.5rem;
  }

  .\32xl\:max-h-96 {
    max-height: 24rem;
  }

  .\32xl\:max-h-98 {
    max-height: 24.5rem;
  }

  .\32xl\:max-h-104 {
    max-height: 26rem;
  }

  .\32xl\:max-h-108 {
    max-height: 27rem;
  }

  .\32xl\:max-h-110 {
    max-height: 27.5rem;
  }

  .\32xl\:max-h-112 {
    max-height: 28rem;
  }

  .\32xl\:max-h-120 {
    max-height: 30rem;
  }

  .\32xl\:max-h-128 {
    max-height: 32rem;
  }

  .\32xl\:max-h-132 {
    max-height: 33rem;
  }

  .\32xl\:max-h-134 {
    max-height: 33.5rem;
  }

  .\32xl\:max-h-135 {
    max-height: 33.75rem;
  }

  .\32xl\:max-h-136 {
    max-height: 34rem;
  }

  .\32xl\:max-h-144 {
    max-height: 36rem;
  }

  .\32xl\:max-h-152 {
    max-height: 38rem;
  }

  .\32xl\:max-h-160 {
    max-height: 40rem;
  }

  .\32xl\:max-h-164 {
    max-height: 41rem;
  }

  .\32xl\:max-h-172 {
    max-height: 43rem;
  }

  .\32xl\:max-h-179 {
    max-height: 44.75rem;
  }

  .\32xl\:max-h-184 {
    max-height: 46rem;
  }

  .\32xl\:max-h-192 {
    max-height: 48rem;
  }

  .\32xl\:max-h-224 {
    max-height: 56rem;
  }

  .\32xl\:max-h-240 {
    max-height: 60rem;
  }

  .\32xl\:max-h-256 {
    max-height: 64rem;
  }

  .\32xl\:max-h-265 {
    max-height: 66.25rem;
  }

  .\32xl\:max-h-288 {
    max-height: 72rem;
  }

  .\32xl\:max-h-384 {
    max-height: 96rem;
  }

  .\32xl\:max-h-px {
    max-height: 1px;
  }

  .\32xl\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .\32xl\:max-h-1\.5 {
    max-height: 0.375rem;
  }

  .\32xl\:max-h-2\.5 {
    max-height: 0.625rem;
  }

  .\32xl\:max-h-3\.5 {
    max-height: 0.875rem;
  }

  .\32xl\:max-h-0\.75 {
    max-height: 0.1875rem;
  }

  .\32xl\:max-h-4\.5 {
    max-height: 1.125rem;
  }

  .\32xl\:max-h-7\.5 {
    max-height: 1.875rem;
  }

  .\32xl\:max-h-9\.5 {
    max-height: 2.375rem;
  }

  .\32xl\:max-h-9\.75 {
    max-height: 2.4375rem;
  }

  .\32xl\:max-h-12\.5 {
    max-height: 3.125rem;
  }

  .\32xl\:max-h-13\.5 {
    max-height: 3.375rem;
  }

  .\32xl\:max-h-292\.5 {
    max-height: 73.125rem;
  }

  .\32xl\:max-h-1\/24 {
    max-height: 4.166667%;
  }

  .\32xl\:max-h-2\/24 {
    max-height: 8.333333%;
  }

  .\32xl\:max-h-3\/24 {
    max-height: 12.5%;
  }

  .\32xl\:max-h-4\/24 {
    max-height: 16.666667%;
  }

  .\32xl\:max-h-5\/24 {
    max-height: 20.833333%;
  }

  .\32xl\:max-h-6\/24 {
    max-height: 25%;
  }

  .\32xl\:max-h-7\/24 {
    max-height: 29.166666%;
  }

  .\32xl\:max-h-8\/24 {
    max-height: 33.333333%;
  }

  .\32xl\:max-h-9\/24 {
    max-height: 37.5%;
  }

  .\32xl\:max-h-10\/24 {
    max-height: 41.666666%;
  }

  .\32xl\:max-h-11\/24 {
    max-height: 45.833333%;
  }

  .\32xl\:max-h-12\/24 {
    max-height: 50%;
  }

  .\32xl\:max-h-13\/24 {
    max-height: 54.166666%;
  }

  .\32xl\:max-h-14\/24 {
    max-height: 58.333333%;
  }

  .\32xl\:max-h-15\/24 {
    max-height: 62.5%;
  }

  .\32xl\:max-h-16\/24 {
    max-height: 66.666667%;
  }

  .\32xl\:max-h-17\/24 {
    max-height: 70.833333%;
  }

  .\32xl\:max-h-18\/24 {
    max-height: 75%;
  }

  .\32xl\:max-h-19\/24 {
    max-height: 79.166667%;
  }

  .\32xl\:max-h-20\/24 {
    max-height: 83.333333%;
  }

  .\32xl\:max-h-21\/24 {
    max-height: 87.5%;
  }

  .\32xl\:max-h-22\/24 {
    max-height: 91.666667%;
  }

  .\32xl\:max-h-23\/24 {
    max-height: 95.833333%;
  }

  .\32xl\:max-h-24\/24 {
    max-height: 100%;
  }

  .\32xl\:max-h-screen-header {
    max-height: 41.55vw;
  }

  .\32xl\:max-h-screen-60 {
    max-height: 60vh;
  }

  .\32xl\:max-h-screen-80 {
    max-height: 80vh;
  }

  .\32xl\:max-h-screen-85 {
    max-height: 85vh;
  }

  .\32xl\:max-h-screen-90 {
    max-height: 90vh;
  }

  .\32xl\:max-h-screen-95 {
    max-height: 95vh;
  }

  .\32xl\:max-h-screen-minus-header {
    max-height: calc(100vh - 5.25rem);
  }

  .\32xl\:max-h-screen-minus-35\.5 {
    max-height: calc(100vh - 8.875rem);
  }

  .\32xl\:max-h-screen-minus-36 {
    max-height: calc(100vh - 9rem);
  }

  .\32xl\:max-h-screen-minus-40 {
    max-height: calc(100vh - 10rem);
  }

  .\32xl\:max-h-screen-minus-55 {
    max-height: calc(100vh - 13.75rem);
  }

  .\32xl\:max-h-screen-minus-72 {
    max-height: calc(100vh - 18rem);
  }

  .\32xl\:max-h-screen-minus-80 {
    max-height: calc(100vh - 20rem);
  }

  .\32xl\:max-h-full-4 {
    max-height: calc(100% - 16px);
  }

  .\32xl\:max-h-account-body {
    max-height: calc(100vw - 304px);
  }

  .\32xl\:max-h-menu-center {
    max-height: calc(50% - 288px);
  }

  .\32xl\:max-h-tutorials-hidden {
    max-height: calc(100% - 56px);
  }

  .\32xl\:max-h-popup-full-width {
    max-height: calc(100% + 32px);
  }

  .\32xl\:max-h-popup-full-width-md {
    max-height: calc(100% + 64px);
  }

  .\32xl\:max-h-popup-full-height {
    max-height: calc(100% + 68px);
  }

  .\32xl\:max-h-max-content {
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh;
  }

  .\32xl\:min-h-0 {
    min-height: 0px;
  }

  .\32xl\:min-h-12 {
    min-height: 3rem;
  }

  .\32xl\:min-h-16 {
    min-height: 4rem;
  }

  .\32xl\:min-h-24 {
    min-height: 6rem;
  }

  .\32xl\:min-h-32 {
    min-height: 8rem;
  }

  .\32xl\:min-h-50 {
    min-height: 12.5rem;
  }

  .\32xl\:min-h-63 {
    min-height: 15.75rem;
  }

  .\32xl\:min-h-100 {
    min-height: 25rem;
  }

  .\32xl\:min-h-116 {
    min-height: 29rem;
  }

  .\32xl\:min-h-128 {
    min-height: 32rem;
  }

  .\32xl\:min-h-full {
    min-height: 100%;
  }

  .\32xl\:min-h-screen {
    min-height: 100vh;
  }

  .\32xl\:w-0 {
    width: 0px;
  }

  .\32xl\:w-1 {
    width: 0.25rem;
  }

  .\32xl\:w-2 {
    width: 0.5rem;
  }

  .\32xl\:w-3 {
    width: 0.75rem;
  }

  .\32xl\:w-4 {
    width: 1rem;
  }

  .\32xl\:w-5 {
    width: 1.25rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-7 {
    width: 1.75rem;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }

  .\32xl\:w-9 {
    width: 2.25rem;
  }

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-11 {
    width: 2.75rem;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-14 {
    width: 3.5rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-18 {
    width: 4.5rem;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-21 {
    width: 5.25rem;
  }

  .\32xl\:w-22 {
    width: 5.5rem;
  }

  .\32xl\:w-24 {
    width: 6rem;
  }

  .\32xl\:w-26 {
    width: 6.5rem;
  }

  .\32xl\:w-28 {
    width: 7rem;
  }

  .\32xl\:w-29 {
    width: 7.25rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-34 {
    width: 8.5rem;
  }

  .\32xl\:w-36 {
    width: 9rem;
  }

  .\32xl\:w-40 {
    width: 10rem;
  }

  .\32xl\:w-42 {
    width: 10.5rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-48 {
    width: 12rem;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

  .\32xl\:w-60 {
    width: 15rem;
  }

  .\32xl\:w-64 {
    width: 16rem;
  }

  .\32xl\:w-68 {
    width: 17rem;
  }

  .\32xl\:w-72 {
    width: 18rem;
  }

  .\32xl\:w-77 {
    width: 19.25rem;
  }

  .\32xl\:w-80 {
    width: 20rem;
  }

  .\32xl\:w-82 {
    width: 20.5rem;
  }

  .\32xl\:w-88 {
    width: 22rem;
  }

  .\32xl\:w-94 {
    width: 23.5rem;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:w-98 {
    width: 24.5rem;
  }

  .\32xl\:w-104 {
    width: 26rem;
  }

  .\32xl\:w-108 {
    width: 27rem;
  }

  .\32xl\:w-110 {
    width: 27.5rem;
  }

  .\32xl\:w-112 {
    width: 28rem;
  }

  .\32xl\:w-120 {
    width: 30rem;
  }

  .\32xl\:w-128 {
    width: 32rem;
  }

  .\32xl\:w-132 {
    width: 33rem;
  }

  .\32xl\:w-134 {
    width: 33.5rem;
  }

  .\32xl\:w-135 {
    width: 33.75rem;
  }

  .\32xl\:w-136 {
    width: 34rem;
  }

  .\32xl\:w-144 {
    width: 36rem;
  }

  .\32xl\:w-152 {
    width: 38rem;
  }

  .\32xl\:w-160 {
    width: 40rem;
  }

  .\32xl\:w-164 {
    width: 41rem;
  }

  .\32xl\:w-172 {
    width: 43rem;
  }

  .\32xl\:w-179 {
    width: 44.75rem;
  }

  .\32xl\:w-184 {
    width: 46rem;
  }

  .\32xl\:w-192 {
    width: 48rem;
  }

  .\32xl\:w-224 {
    width: 56rem;
  }

  .\32xl\:w-240 {
    width: 60rem;
  }

  .\32xl\:w-256 {
    width: 64rem;
  }

  .\32xl\:w-265 {
    width: 66.25rem;
  }

  .\32xl\:w-288 {
    width: 72rem;
  }

  .\32xl\:w-384 {
    width: 96rem;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:w-px {
    width: 1px;
  }

  .\32xl\:w-0\.5 {
    width: 0.125rem;
  }

  .\32xl\:w-1\.5 {
    width: 0.375rem;
  }

  .\32xl\:w-2\.5 {
    width: 0.625rem;
  }

  .\32xl\:w-3\.5 {
    width: 0.875rem;
  }

  .\32xl\:w-0\.75 {
    width: 0.1875rem;
  }

  .\32xl\:w-4\.5 {
    width: 1.125rem;
  }

  .\32xl\:w-7\.5 {
    width: 1.875rem;
  }

  .\32xl\:w-9\.5 {
    width: 2.375rem;
  }

  .\32xl\:w-9\.75 {
    width: 2.4375rem;
  }

  .\32xl\:w-12\.5 {
    width: 3.125rem;
  }

  .\32xl\:w-13\.5 {
    width: 3.375rem;
  }

  .\32xl\:w-292\.5 {
    width: 73.125rem;
  }

  .\32xl\:w-1\/24 {
    width: 4.166667%;
  }

  .\32xl\:w-2\/24 {
    width: 8.333333%;
  }

  .\32xl\:w-3\/24 {
    width: 12.5%;
  }

  .\32xl\:w-4\/24 {
    width: 16.666667%;
  }

  .\32xl\:w-5\/24 {
    width: 20.833333%;
  }

  .\32xl\:w-6\/24 {
    width: 25%;
  }

  .\32xl\:w-7\/24 {
    width: 29.166666%;
  }

  .\32xl\:w-8\/24 {
    width: 33.333333%;
  }

  .\32xl\:w-9\/24 {
    width: 37.5%;
  }

  .\32xl\:w-10\/24 {
    width: 41.666666%;
  }

  .\32xl\:w-11\/24 {
    width: 45.833333%;
  }

  .\32xl\:w-12\/24 {
    width: 50%;
  }

  .\32xl\:w-13\/24 {
    width: 54.166666%;
  }

  .\32xl\:w-14\/24 {
    width: 58.333333%;
  }

  .\32xl\:w-15\/24 {
    width: 62.5%;
  }

  .\32xl\:w-16\/24 {
    width: 66.666667%;
  }

  .\32xl\:w-17\/24 {
    width: 70.833333%;
  }

  .\32xl\:w-18\/24 {
    width: 75%;
  }

  .\32xl\:w-19\/24 {
    width: 79.166667%;
  }

  .\32xl\:w-20\/24 {
    width: 83.333333%;
  }

  .\32xl\:w-21\/24 {
    width: 87.5%;
  }

  .\32xl\:w-22\/24 {
    width: 91.666667%;
  }

  .\32xl\:w-23\/24 {
    width: 95.833333%;
  }

  .\32xl\:w-24\/24 {
    width: 100%;
  }

  .\32xl\:w-screen-header {
    width: 41.55vw;
  }

  .\32xl\:w-screen-60 {
    width: 60vh;
  }

  .\32xl\:w-screen-80 {
    width: 80vh;
  }

  .\32xl\:w-screen-85 {
    width: 85vh;
  }

  .\32xl\:w-screen-90 {
    width: 90vh;
  }

  .\32xl\:w-screen-95 {
    width: 95vh;
  }

  .\32xl\:w-screen-minus-header {
    width: calc(100vh - 5.25rem);
  }

  .\32xl\:w-screen-minus-35\.5 {
    width: calc(100vh - 8.875rem);
  }

  .\32xl\:w-screen-minus-36 {
    width: calc(100vh - 9rem);
  }

  .\32xl\:w-screen-minus-40 {
    width: calc(100vh - 10rem);
  }

  .\32xl\:w-screen-minus-55 {
    width: calc(100vh - 13.75rem);
  }

  .\32xl\:w-screen-minus-72 {
    width: calc(100vh - 18rem);
  }

  .\32xl\:w-screen-minus-80 {
    width: calc(100vh - 20rem);
  }

  .\32xl\:w-full-4 {
    width: calc(100% - 16px);
  }

  .\32xl\:w-account-body {
    width: calc(100vw - 304px);
  }

  .\32xl\:w-menu-center {
    width: calc(50% - 288px);
  }

  .\32xl\:w-tutorials-hidden {
    width: calc(100% - 56px);
  }

  .\32xl\:w-popup-full-width {
    width: calc(100% + 32px);
  }

  .\32xl\:w-popup-full-width-md {
    width: calc(100% + 64px);
  }

  .\32xl\:w-popup-full-height {
    width: calc(100% + 68px);
  }

  .\32xl\:w-max-content {
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:w-1\/2 {
    width: 50%;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333%;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-2\/4 {
    width: 50%;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

  .\32xl\:w-1\/5 {
    width: 20%;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-4\/5 {
    width: 80%;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333%;
  }

  .\32xl\:w-3\/6 {
    width: 50%;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl\:w-1\/12 {
    width: 8.333333%;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667%;
  }

  .\32xl\:w-3\/12 {
    width: 25%;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:w-6\/12 {
    width: 50%;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333%;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:w-9\/12 {
    width: 75%;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667%;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:w-screen {
    width: 100vw;
  }

  .\32xl\:w-min {
    width: -moz-min-content;
    width: min-content;
  }

  .\32xl\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .\32xl\:min-w-0 {
    min-width: 0px;
  }

  .\32xl\:min-w-20 {
    min-width: 5rem;
  }

  .\32xl\:min-w-32 {
    min-width: 8rem;
  }

  .\32xl\:min-w-50 {
    min-width: 12.5rem;
  }

  .\32xl\:min-w-64 {
    min-width: 16rem;
  }

  .\32xl\:min-w-72 {
    min-width: 18rem;
  }

  .\32xl\:min-w-100 {
    min-width: 25rem;
  }

  .\32xl\:min-w-105 {
    min-width: 26.25rem;
  }

  .\32xl\:min-w-150 {
    min-width: 37.5rem;
  }

  .\32xl\:min-w-168 {
    min-width: 42rem;
  }

  .\32xl\:min-w-240 {
    min-width: 60rem;
  }

  .\32xl\:min-w-304 {
    min-width: 76rem;
  }

  .\32xl\:min-w-full {
    min-width: 100%;
  }

  .\32xl\:min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
  }

  .\32xl\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .\32xl\:max-w-0 {
    max-width: 0rem;
  }

  .\32xl\:max-w-25 {
    max-width: 6.25rem;
  }

  .\32xl\:max-w-32 {
    max-width: 8rem;
  }

  .\32xl\:max-w-48 {
    max-width: 12rem;
  }

  .\32xl\:max-w-62 {
    max-width: 15.5rem;
  }

  .\32xl\:max-w-64 {
    max-width: 16rem;
  }

  .\32xl\:max-w-72 {
    max-width: 18rem;
  }

  .\32xl\:max-w-74 {
    max-width: 18.5rem;
  }

  .\32xl\:max-w-80 {
    max-width: 20rem;
  }

  .\32xl\:max-w-88 {
    max-width: 22rem;
  }

  .\32xl\:max-w-92 {
    max-width: 23rem;
  }

  .\32xl\:max-w-112 {
    max-width: 28rem;
  }

  .\32xl\:max-w-128 {
    max-width: 32rem;
  }

  .\32xl\:max-w-144 {
    max-width: 36rem;
  }

  .\32xl\:max-w-168 {
    max-width: 42rem;
  }

  .\32xl\:max-w-172 {
    max-width: 43rem;
  }

  .\32xl\:max-w-208 {
    max-width: 52rem;
  }

  .\32xl\:max-w-232 {
    max-width: 58rem;
  }

  .\32xl\:max-w-254 {
    max-width: 63.5rem;
  }

  .\32xl\:max-w-280 {
    max-width: 70rem;
  }

  .\32xl\:max-w-300 {
    max-width: 75rem;
  }

  .\32xl\:max-w-none {
    max-width: none;
  }

  .\32xl\:max-w-xs {
    max-width: 20rem;
  }

  .\32xl\:max-w-sm {
    max-width: 24rem;
  }

  .\32xl\:max-w-md {
    max-width: 28rem;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\32xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\32xl\:max-w-full {
    max-width: 100%;
  }

  .\32xl\:max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
  }

  .\32xl\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .\32xl\:max-w-prose {
    max-width: 65ch;
  }

  .\32xl\:max-w-screen-xs {
    max-width: 425px;
  }

  .\32xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .\32xl\:max-w-screen-md {
    max-width: 768px;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .\32xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .\32xl\:max-w-explorer {
    max-width: calc(100% - 1rem);
  }

  .\32xl\:flex-1 {
    flex: 1 1 0%;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto;
  }

  .\32xl\:flex-initial {
    flex: 0 1 auto;
  }

  .\32xl\:flex-none {
    flex: none;
  }

  .\32xl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .\32xl\:flex-shrink {
    flex-shrink: 1;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0;
  }

  .\32xl\:flex-grow {
    flex-grow: 1;
  }

  .\32xl\:table-auto {
    table-layout: auto;
  }

  .\32xl\:table-fixed {
    table-layout: fixed;
  }

  .\32xl\:border-collapse {
    border-collapse: collapse;
  }

  .\32xl\:border-separate {
    border-collapse: separate;
  }

  .\32xl\:origin-center {
    transform-origin: center;
  }

  .\32xl\:origin-top {
    transform-origin: top;
  }

  .\32xl\:origin-top-right {
    transform-origin: top right;
  }

  .\32xl\:origin-right {
    transform-origin: right;
  }

  .\32xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .\32xl\:origin-bottom {
    transform-origin: bottom;
  }

  .\32xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .\32xl\:origin-left {
    transform-origin: left;
  }

  .\32xl\:origin-top-left {
    transform-origin: top left;
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\:transform-none {
    transform: none;
  }

  .\32xl\:translate-x-0 {
    --tw-translate-x: 0px;
  }

  .\32xl\:translate-x-1 {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:translate-x-2 {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:translate-x-3 {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:translate-x-4 {
    --tw-translate-x: 1rem;
  }

  .\32xl\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:translate-x-6 {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:translate-x-7 {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:translate-x-8 {
    --tw-translate-x: 2rem;
  }

  .\32xl\:translate-x-9 {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:translate-x-10 {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:translate-x-11 {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:translate-x-12 {
    --tw-translate-x: 3rem;
  }

  .\32xl\:translate-x-14 {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:translate-x-16 {
    --tw-translate-x: 4rem;
  }

  .\32xl\:translate-x-18 {
    --tw-translate-x: 4.5rem;
  }

  .\32xl\:translate-x-20 {
    --tw-translate-x: 5rem;
  }

  .\32xl\:translate-x-21 {
    --tw-translate-x: 5.25rem;
  }

  .\32xl\:translate-x-22 {
    --tw-translate-x: 5.5rem;
  }

  .\32xl\:translate-x-24 {
    --tw-translate-x: 6rem;
  }

  .\32xl\:translate-x-26 {
    --tw-translate-x: 6.5rem;
  }

  .\32xl\:translate-x-28 {
    --tw-translate-x: 7rem;
  }

  .\32xl\:translate-x-29 {
    --tw-translate-x: 7.25rem;
  }

  .\32xl\:translate-x-32 {
    --tw-translate-x: 8rem;
  }

  .\32xl\:translate-x-34 {
    --tw-translate-x: 8.5rem;
  }

  .\32xl\:translate-x-36 {
    --tw-translate-x: 9rem;
  }

  .\32xl\:translate-x-40 {
    --tw-translate-x: 10rem;
  }

  .\32xl\:translate-x-42 {
    --tw-translate-x: 10.5rem;
  }

  .\32xl\:translate-x-44 {
    --tw-translate-x: 11rem;
  }

  .\32xl\:translate-x-48 {
    --tw-translate-x: 12rem;
  }

  .\32xl\:translate-x-52 {
    --tw-translate-x: 13rem;
  }

  .\32xl\:translate-x-56 {
    --tw-translate-x: 14rem;
  }

  .\32xl\:translate-x-60 {
    --tw-translate-x: 15rem;
  }

  .\32xl\:translate-x-64 {
    --tw-translate-x: 16rem;
  }

  .\32xl\:translate-x-68 {
    --tw-translate-x: 17rem;
  }

  .\32xl\:translate-x-72 {
    --tw-translate-x: 18rem;
  }

  .\32xl\:translate-x-77 {
    --tw-translate-x: 19.25rem;
  }

  .\32xl\:translate-x-80 {
    --tw-translate-x: 20rem;
  }

  .\32xl\:translate-x-82 {
    --tw-translate-x: 20.5rem;
  }

  .\32xl\:translate-x-88 {
    --tw-translate-x: 22rem;
  }

  .\32xl\:translate-x-94 {
    --tw-translate-x: 23.5rem;
  }

  .\32xl\:translate-x-96 {
    --tw-translate-x: 24rem;
  }

  .\32xl\:translate-x-98 {
    --tw-translate-x: 24.5rem;
  }

  .\32xl\:translate-x-104 {
    --tw-translate-x: 26rem;
  }

  .\32xl\:translate-x-108 {
    --tw-translate-x: 27rem;
  }

  .\32xl\:translate-x-110 {
    --tw-translate-x: 27.5rem;
  }

  .\32xl\:translate-x-112 {
    --tw-translate-x: 28rem;
  }

  .\32xl\:translate-x-120 {
    --tw-translate-x: 30rem;
  }

  .\32xl\:translate-x-128 {
    --tw-translate-x: 32rem;
  }

  .\32xl\:translate-x-132 {
    --tw-translate-x: 33rem;
  }

  .\32xl\:translate-x-134 {
    --tw-translate-x: 33.5rem;
  }

  .\32xl\:translate-x-135 {
    --tw-translate-x: 33.75rem;
  }

  .\32xl\:translate-x-136 {
    --tw-translate-x: 34rem;
  }

  .\32xl\:translate-x-144 {
    --tw-translate-x: 36rem;
  }

  .\32xl\:translate-x-152 {
    --tw-translate-x: 38rem;
  }

  .\32xl\:translate-x-160 {
    --tw-translate-x: 40rem;
  }

  .\32xl\:translate-x-164 {
    --tw-translate-x: 41rem;
  }

  .\32xl\:translate-x-172 {
    --tw-translate-x: 43rem;
  }

  .\32xl\:translate-x-179 {
    --tw-translate-x: 44.75rem;
  }

  .\32xl\:translate-x-184 {
    --tw-translate-x: 46rem;
  }

  .\32xl\:translate-x-192 {
    --tw-translate-x: 48rem;
  }

  .\32xl\:translate-x-224 {
    --tw-translate-x: 56rem;
  }

  .\32xl\:translate-x-240 {
    --tw-translate-x: 60rem;
  }

  .\32xl\:translate-x-256 {
    --tw-translate-x: 64rem;
  }

  .\32xl\:translate-x-265 {
    --tw-translate-x: 66.25rem;
  }

  .\32xl\:translate-x-288 {
    --tw-translate-x: 72rem;
  }

  .\32xl\:translate-x-384 {
    --tw-translate-x: 96rem;
  }

  .\32xl\:translate-x-px {
    --tw-translate-x: 1px;
  }

  .\32xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:translate-x-0\.75 {
    --tw-translate-x: 0.1875rem;
  }

  .\32xl\:translate-x-4\.5 {
    --tw-translate-x: 1.125rem;
  }

  .\32xl\:translate-x-7\.5 {
    --tw-translate-x: 1.875rem;
  }

  .\32xl\:translate-x-9\.5 {
    --tw-translate-x: 2.375rem;
  }

  .\32xl\:translate-x-9\.75 {
    --tw-translate-x: 2.4375rem;
  }

  .\32xl\:translate-x-12\.5 {
    --tw-translate-x: 3.125rem;
  }

  .\32xl\:translate-x-13\.5 {
    --tw-translate-x: 3.375rem;
  }

  .\32xl\:translate-x-292\.5 {
    --tw-translate-x: 73.125rem;
  }

  .\32xl\:translate-x-1\/24 {
    --tw-translate-x: 4.166667%;
  }

  .\32xl\:translate-x-2\/24 {
    --tw-translate-x: 8.333333%;
  }

  .\32xl\:translate-x-3\/24 {
    --tw-translate-x: 12.5%;
  }

  .\32xl\:translate-x-4\/24 {
    --tw-translate-x: 16.666667%;
  }

  .\32xl\:translate-x-5\/24 {
    --tw-translate-x: 20.833333%;
  }

  .\32xl\:translate-x-6\/24 {
    --tw-translate-x: 25%;
  }

  .\32xl\:translate-x-7\/24 {
    --tw-translate-x: 29.166666%;
  }

  .\32xl\:translate-x-8\/24 {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:translate-x-9\/24 {
    --tw-translate-x: 37.5%;
  }

  .\32xl\:translate-x-10\/24 {
    --tw-translate-x: 41.666666%;
  }

  .\32xl\:translate-x-11\/24 {
    --tw-translate-x: 45.833333%;
  }

  .\32xl\:translate-x-12\/24 {
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-13\/24 {
    --tw-translate-x: 54.166666%;
  }

  .\32xl\:translate-x-14\/24 {
    --tw-translate-x: 58.333333%;
  }

  .\32xl\:translate-x-15\/24 {
    --tw-translate-x: 62.5%;
  }

  .\32xl\:translate-x-16\/24 {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:translate-x-17\/24 {
    --tw-translate-x: 70.833333%;
  }

  .\32xl\:translate-x-18\/24 {
    --tw-translate-x: 75%;
  }

  .\32xl\:translate-x-19\/24 {
    --tw-translate-x: 79.166667%;
  }

  .\32xl\:translate-x-20\/24 {
    --tw-translate-x: 83.333333%;
  }

  .\32xl\:translate-x-21\/24 {
    --tw-translate-x: 87.5%;
  }

  .\32xl\:translate-x-22\/24 {
    --tw-translate-x: 91.666667%;
  }

  .\32xl\:translate-x-23\/24 {
    --tw-translate-x: 95.833333%;
  }

  .\32xl\:translate-x-24\/24 {
    --tw-translate-x: 100%;
  }

  .\32xl\:translate-x-screen-header {
    --tw-translate-x: 41.55vw;
  }

  .\32xl\:translate-x-screen-60 {
    --tw-translate-x: 60vh;
  }

  .\32xl\:translate-x-screen-80 {
    --tw-translate-x: 80vh;
  }

  .\32xl\:translate-x-screen-85 {
    --tw-translate-x: 85vh;
  }

  .\32xl\:translate-x-screen-90 {
    --tw-translate-x: 90vh;
  }

  .\32xl\:translate-x-screen-95 {
    --tw-translate-x: 95vh;
  }

  .\32xl\:translate-x-screen-minus-header {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .\32xl\:translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .\32xl\:translate-x-screen-minus-36 {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .\32xl\:translate-x-screen-minus-40 {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .\32xl\:translate-x-screen-minus-55 {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .\32xl\:translate-x-screen-minus-72 {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .\32xl\:translate-x-screen-minus-80 {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .\32xl\:translate-x-full-4 {
    --tw-translate-x: calc(100% - 16px);
  }

  .\32xl\:translate-x-account-body {
    --tw-translate-x: calc(100vw - 304px);
  }

  .\32xl\:translate-x-menu-center {
    --tw-translate-x: calc(50% - 288px);
  }

  .\32xl\:translate-x-tutorials-hidden {
    --tw-translate-x: calc(100% - 56px);
  }

  .\32xl\:translate-x-popup-full-width {
    --tw-translate-x: calc(100% + 32px);
  }

  .\32xl\:translate-x-popup-full-width-md {
    --tw-translate-x: calc(100% + 64px);
  }

  .\32xl\:translate-x-popup-full-height {
    --tw-translate-x: calc(100% + 68px);
  }

  .\32xl\:translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .\32xl\:-translate-x-0 {
    --tw-translate-x: 0px;
  }

  .\32xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .\32xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:-translate-x-8 {
    --tw-translate-x: -2rem;
  }

  .\32xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:-translate-x-12 {
    --tw-translate-x: -3rem;
  }

  .\32xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:-translate-x-16 {
    --tw-translate-x: -4rem;
  }

  .\32xl\:-translate-x-18 {
    --tw-translate-x: -4.5rem;
  }

  .\32xl\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }

  .\32xl\:-translate-x-21 {
    --tw-translate-x: -5.25rem;
  }

  .\32xl\:-translate-x-22 {
    --tw-translate-x: -5.5rem;
  }

  .\32xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
  }

  .\32xl\:-translate-x-26 {
    --tw-translate-x: -6.5rem;
  }

  .\32xl\:-translate-x-28 {
    --tw-translate-x: -7rem;
  }

  .\32xl\:-translate-x-29 {
    --tw-translate-x: -7.25rem;
  }

  .\32xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
  }

  .\32xl\:-translate-x-34 {
    --tw-translate-x: -8.5rem;
  }

  .\32xl\:-translate-x-36 {
    --tw-translate-x: -9rem;
  }

  .\32xl\:-translate-x-40 {
    --tw-translate-x: -10rem;
  }

  .\32xl\:-translate-x-42 {
    --tw-translate-x: -10.5rem;
  }

  .\32xl\:-translate-x-44 {
    --tw-translate-x: -11rem;
  }

  .\32xl\:-translate-x-48 {
    --tw-translate-x: -12rem;
  }

  .\32xl\:-translate-x-52 {
    --tw-translate-x: -13rem;
  }

  .\32xl\:-translate-x-56 {
    --tw-translate-x: -14rem;
  }

  .\32xl\:-translate-x-60 {
    --tw-translate-x: -15rem;
  }

  .\32xl\:-translate-x-64 {
    --tw-translate-x: -16rem;
  }

  .\32xl\:-translate-x-68 {
    --tw-translate-x: -17rem;
  }

  .\32xl\:-translate-x-72 {
    --tw-translate-x: -18rem;
  }

  .\32xl\:-translate-x-77 {
    --tw-translate-x: -19.25rem;
  }

  .\32xl\:-translate-x-80 {
    --tw-translate-x: -20rem;
  }

  .\32xl\:-translate-x-82 {
    --tw-translate-x: -20.5rem;
  }

  .\32xl\:-translate-x-88 {
    --tw-translate-x: -22rem;
  }

  .\32xl\:-translate-x-94 {
    --tw-translate-x: -23.5rem;
  }

  .\32xl\:-translate-x-96 {
    --tw-translate-x: -24rem;
  }

  .\32xl\:-translate-x-98 {
    --tw-translate-x: -24.5rem;
  }

  .\32xl\:-translate-x-104 {
    --tw-translate-x: -26rem;
  }

  .\32xl\:-translate-x-108 {
    --tw-translate-x: -27rem;
  }

  .\32xl\:-translate-x-110 {
    --tw-translate-x: -27.5rem;
  }

  .\32xl\:-translate-x-112 {
    --tw-translate-x: -28rem;
  }

  .\32xl\:-translate-x-120 {
    --tw-translate-x: -30rem;
  }

  .\32xl\:-translate-x-128 {
    --tw-translate-x: -32rem;
  }

  .\32xl\:-translate-x-132 {
    --tw-translate-x: -33rem;
  }

  .\32xl\:-translate-x-134 {
    --tw-translate-x: -33.5rem;
  }

  .\32xl\:-translate-x-135 {
    --tw-translate-x: -33.75rem;
  }

  .\32xl\:-translate-x-136 {
    --tw-translate-x: -34rem;
  }

  .\32xl\:-translate-x-144 {
    --tw-translate-x: -36rem;
  }

  .\32xl\:-translate-x-152 {
    --tw-translate-x: -38rem;
  }

  .\32xl\:-translate-x-160 {
    --tw-translate-x: -40rem;
  }

  .\32xl\:-translate-x-164 {
    --tw-translate-x: -41rem;
  }

  .\32xl\:-translate-x-172 {
    --tw-translate-x: -43rem;
  }

  .\32xl\:-translate-x-179 {
    --tw-translate-x: -44.75rem;
  }

  .\32xl\:-translate-x-184 {
    --tw-translate-x: -46rem;
  }

  .\32xl\:-translate-x-192 {
    --tw-translate-x: -48rem;
  }

  .\32xl\:-translate-x-224 {
    --tw-translate-x: -56rem;
  }

  .\32xl\:-translate-x-240 {
    --tw-translate-x: -60rem;
  }

  .\32xl\:-translate-x-256 {
    --tw-translate-x: -64rem;
  }

  .\32xl\:-translate-x-265 {
    --tw-translate-x: -66.25rem;
  }

  .\32xl\:-translate-x-288 {
    --tw-translate-x: -72rem;
  }

  .\32xl\:-translate-x-384 {
    --tw-translate-x: -96rem;
  }

  .\32xl\:-translate-x-px {
    --tw-translate-x: -1px;
  }

  .\32xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:-translate-x-0\.75 {
    --tw-translate-x: -0.1875rem;
  }

  .\32xl\:-translate-x-4\.5 {
    --tw-translate-x: -1.125rem;
  }

  .\32xl\:-translate-x-7\.5 {
    --tw-translate-x: -1.875rem;
  }

  .\32xl\:-translate-x-9\.5 {
    --tw-translate-x: -2.375rem;
  }

  .\32xl\:-translate-x-9\.75 {
    --tw-translate-x: -2.4375rem;
  }

  .\32xl\:-translate-x-12\.5 {
    --tw-translate-x: -3.125rem;
  }

  .\32xl\:-translate-x-13\.5 {
    --tw-translate-x: -3.375rem;
  }

  .\32xl\:-translate-x-292\.5 {
    --tw-translate-x: -73.125rem;
  }

  .\32xl\:-translate-x-1\/24 {
    --tw-translate-x: -4.16667%;
  }

  .\32xl\:-translate-x-2\/24 {
    --tw-translate-x: -8.33333%;
  }

  .\32xl\:-translate-x-3\/24 {
    --tw-translate-x: -12.5%;
  }

  .\32xl\:-translate-x-4\/24 {
    --tw-translate-x: -16.66667%;
  }

  .\32xl\:-translate-x-5\/24 {
    --tw-translate-x: -20.83333%;
  }

  .\32xl\:-translate-x-6\/24 {
    --tw-translate-x: -25%;
  }

  .\32xl\:-translate-x-7\/24 {
    --tw-translate-x: -29.16667%;
  }

  .\32xl\:-translate-x-8\/24 {
    --tw-translate-x: -33.33333%;
  }

  .\32xl\:-translate-x-9\/24 {
    --tw-translate-x: -37.5%;
  }

  .\32xl\:-translate-x-10\/24 {
    --tw-translate-x: -41.66667%;
  }

  .\32xl\:-translate-x-11\/24 {
    --tw-translate-x: -45.83333%;
  }

  .\32xl\:-translate-x-12\/24 {
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-13\/24 {
    --tw-translate-x: -54.16667%;
  }

  .\32xl\:-translate-x-14\/24 {
    --tw-translate-x: -58.33333%;
  }

  .\32xl\:-translate-x-15\/24 {
    --tw-translate-x: -62.5%;
  }

  .\32xl\:-translate-x-16\/24 {
    --tw-translate-x: -66.66667%;
  }

  .\32xl\:-translate-x-17\/24 {
    --tw-translate-x: -70.83333%;
  }

  .\32xl\:-translate-x-18\/24 {
    --tw-translate-x: -75%;
  }

  .\32xl\:-translate-x-19\/24 {
    --tw-translate-x: -79.16667%;
  }

  .\32xl\:-translate-x-20\/24 {
    --tw-translate-x: -83.33333%;
  }

  .\32xl\:-translate-x-21\/24 {
    --tw-translate-x: -87.5%;
  }

  .\32xl\:-translate-x-22\/24 {
    --tw-translate-x: -91.66667%;
  }

  .\32xl\:-translate-x-23\/24 {
    --tw-translate-x: -95.83333%;
  }

  .\32xl\:-translate-x-24\/24 {
    --tw-translate-x: -100%;
  }

  .\32xl\:-translate-x-screen-header {
    --tw-translate-x: -41.55vw;
  }

  .\32xl\:-translate-x-screen-60 {
    --tw-translate-x: -60vh;
  }

  .\32xl\:-translate-x-screen-80 {
    --tw-translate-x: -80vh;
  }

  .\32xl\:-translate-x-screen-85 {
    --tw-translate-x: -85vh;
  }

  .\32xl\:-translate-x-screen-90 {
    --tw-translate-x: -90vh;
  }

  .\32xl\:-translate-x-screen-95 {
    --tw-translate-x: -95vh;
  }

  .\32xl\:-translate-x-screen-minus-header {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .\32xl\:-translate-x-screen-minus-35\.5 {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .\32xl\:-translate-x-screen-minus-36 {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .\32xl\:-translate-x-screen-minus-40 {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .\32xl\:-translate-x-screen-minus-55 {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .\32xl\:-translate-x-screen-minus-72 {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .\32xl\:-translate-x-screen-minus-80 {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .\32xl\:-translate-x-full-4 {
    --tw-translate-x: calc(-100% - -16px);
  }

  .\32xl\:-translate-x-account-body {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .\32xl\:-translate-x-menu-center {
    --tw-translate-x: calc(-50% - -288px);
  }

  .\32xl\:-translate-x-tutorials-hidden {
    --tw-translate-x: calc(-100% - -56px);
  }

  .\32xl\:-translate-x-popup-full-width {
    --tw-translate-x: calc(-100% + -32px);
  }

  .\32xl\:-translate-x-popup-full-width-md {
    --tw-translate-x: calc(-100% + -64px);
  }

  .\32xl\:-translate-x-popup-full-height {
    --tw-translate-x: calc(-100% + -68px);
  }

  .\32xl\:-translate-x-max-content {
    --tw-translate-x: max-content;
  }

  .\32xl\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }

  .\32xl\:translate-x-2\/4 {
    --tw-translate-x: 50%;
  }

  .\32xl\:translate-x-3\/4 {
    --tw-translate-x: 75%;
  }

  .\32xl\:translate-x-full {
    --tw-translate-x: 100%;
  }

  .\32xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }

  .\32xl\:-translate-x-2\/4 {
    --tw-translate-x: -50%;
  }

  .\32xl\:-translate-x-3\/4 {
    --tw-translate-x: -75%;
  }

  .\32xl\:-translate-x-full {
    --tw-translate-x: -100%;
  }

  .\32xl\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .\32xl\:translate-y-1 {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:translate-y-2 {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:translate-y-3 {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:translate-y-4 {
    --tw-translate-y: 1rem;
  }

  .\32xl\:translate-y-5 {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:translate-y-6 {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:translate-y-7 {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:translate-y-8 {
    --tw-translate-y: 2rem;
  }

  .\32xl\:translate-y-9 {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:translate-y-10 {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:translate-y-11 {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:translate-y-12 {
    --tw-translate-y: 3rem;
  }

  .\32xl\:translate-y-14 {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:translate-y-16 {
    --tw-translate-y: 4rem;
  }

  .\32xl\:translate-y-18 {
    --tw-translate-y: 4.5rem;
  }

  .\32xl\:translate-y-20 {
    --tw-translate-y: 5rem;
  }

  .\32xl\:translate-y-21 {
    --tw-translate-y: 5.25rem;
  }

  .\32xl\:translate-y-22 {
    --tw-translate-y: 5.5rem;
  }

  .\32xl\:translate-y-24 {
    --tw-translate-y: 6rem;
  }

  .\32xl\:translate-y-26 {
    --tw-translate-y: 6.5rem;
  }

  .\32xl\:translate-y-28 {
    --tw-translate-y: 7rem;
  }

  .\32xl\:translate-y-29 {
    --tw-translate-y: 7.25rem;
  }

  .\32xl\:translate-y-32 {
    --tw-translate-y: 8rem;
  }

  .\32xl\:translate-y-34 {
    --tw-translate-y: 8.5rem;
  }

  .\32xl\:translate-y-36 {
    --tw-translate-y: 9rem;
  }

  .\32xl\:translate-y-40 {
    --tw-translate-y: 10rem;
  }

  .\32xl\:translate-y-42 {
    --tw-translate-y: 10.5rem;
  }

  .\32xl\:translate-y-44 {
    --tw-translate-y: 11rem;
  }

  .\32xl\:translate-y-48 {
    --tw-translate-y: 12rem;
  }

  .\32xl\:translate-y-52 {
    --tw-translate-y: 13rem;
  }

  .\32xl\:translate-y-56 {
    --tw-translate-y: 14rem;
  }

  .\32xl\:translate-y-60 {
    --tw-translate-y: 15rem;
  }

  .\32xl\:translate-y-64 {
    --tw-translate-y: 16rem;
  }

  .\32xl\:translate-y-68 {
    --tw-translate-y: 17rem;
  }

  .\32xl\:translate-y-72 {
    --tw-translate-y: 18rem;
  }

  .\32xl\:translate-y-77 {
    --tw-translate-y: 19.25rem;
  }

  .\32xl\:translate-y-80 {
    --tw-translate-y: 20rem;
  }

  .\32xl\:translate-y-82 {
    --tw-translate-y: 20.5rem;
  }

  .\32xl\:translate-y-88 {
    --tw-translate-y: 22rem;
  }

  .\32xl\:translate-y-94 {
    --tw-translate-y: 23.5rem;
  }

  .\32xl\:translate-y-96 {
    --tw-translate-y: 24rem;
  }

  .\32xl\:translate-y-98 {
    --tw-translate-y: 24.5rem;
  }

  .\32xl\:translate-y-104 {
    --tw-translate-y: 26rem;
  }

  .\32xl\:translate-y-108 {
    --tw-translate-y: 27rem;
  }

  .\32xl\:translate-y-110 {
    --tw-translate-y: 27.5rem;
  }

  .\32xl\:translate-y-112 {
    --tw-translate-y: 28rem;
  }

  .\32xl\:translate-y-120 {
    --tw-translate-y: 30rem;
  }

  .\32xl\:translate-y-128 {
    --tw-translate-y: 32rem;
  }

  .\32xl\:translate-y-132 {
    --tw-translate-y: 33rem;
  }

  .\32xl\:translate-y-134 {
    --tw-translate-y: 33.5rem;
  }

  .\32xl\:translate-y-135 {
    --tw-translate-y: 33.75rem;
  }

  .\32xl\:translate-y-136 {
    --tw-translate-y: 34rem;
  }

  .\32xl\:translate-y-144 {
    --tw-translate-y: 36rem;
  }

  .\32xl\:translate-y-152 {
    --tw-translate-y: 38rem;
  }

  .\32xl\:translate-y-160 {
    --tw-translate-y: 40rem;
  }

  .\32xl\:translate-y-164 {
    --tw-translate-y: 41rem;
  }

  .\32xl\:translate-y-172 {
    --tw-translate-y: 43rem;
  }

  .\32xl\:translate-y-179 {
    --tw-translate-y: 44.75rem;
  }

  .\32xl\:translate-y-184 {
    --tw-translate-y: 46rem;
  }

  .\32xl\:translate-y-192 {
    --tw-translate-y: 48rem;
  }

  .\32xl\:translate-y-224 {
    --tw-translate-y: 56rem;
  }

  .\32xl\:translate-y-240 {
    --tw-translate-y: 60rem;
  }

  .\32xl\:translate-y-256 {
    --tw-translate-y: 64rem;
  }

  .\32xl\:translate-y-265 {
    --tw-translate-y: 66.25rem;
  }

  .\32xl\:translate-y-288 {
    --tw-translate-y: 72rem;
  }

  .\32xl\:translate-y-384 {
    --tw-translate-y: 96rem;
  }

  .\32xl\:translate-y-px {
    --tw-translate-y: 1px;
  }

  .\32xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:translate-y-0\.75 {
    --tw-translate-y: 0.1875rem;
  }

  .\32xl\:translate-y-4\.5 {
    --tw-translate-y: 1.125rem;
  }

  .\32xl\:translate-y-7\.5 {
    --tw-translate-y: 1.875rem;
  }

  .\32xl\:translate-y-9\.5 {
    --tw-translate-y: 2.375rem;
  }

  .\32xl\:translate-y-9\.75 {
    --tw-translate-y: 2.4375rem;
  }

  .\32xl\:translate-y-12\.5 {
    --tw-translate-y: 3.125rem;
  }

  .\32xl\:translate-y-13\.5 {
    --tw-translate-y: 3.375rem;
  }

  .\32xl\:translate-y-292\.5 {
    --tw-translate-y: 73.125rem;
  }

  .\32xl\:translate-y-1\/24 {
    --tw-translate-y: 4.166667%;
  }

  .\32xl\:translate-y-2\/24 {
    --tw-translate-y: 8.333333%;
  }

  .\32xl\:translate-y-3\/24 {
    --tw-translate-y: 12.5%;
  }

  .\32xl\:translate-y-4\/24 {
    --tw-translate-y: 16.666667%;
  }

  .\32xl\:translate-y-5\/24 {
    --tw-translate-y: 20.833333%;
  }

  .\32xl\:translate-y-6\/24 {
    --tw-translate-y: 25%;
  }

  .\32xl\:translate-y-7\/24 {
    --tw-translate-y: 29.166666%;
  }

  .\32xl\:translate-y-8\/24 {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:translate-y-9\/24 {
    --tw-translate-y: 37.5%;
  }

  .\32xl\:translate-y-10\/24 {
    --tw-translate-y: 41.666666%;
  }

  .\32xl\:translate-y-11\/24 {
    --tw-translate-y: 45.833333%;
  }

  .\32xl\:translate-y-12\/24 {
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-13\/24 {
    --tw-translate-y: 54.166666%;
  }

  .\32xl\:translate-y-14\/24 {
    --tw-translate-y: 58.333333%;
  }

  .\32xl\:translate-y-15\/24 {
    --tw-translate-y: 62.5%;
  }

  .\32xl\:translate-y-16\/24 {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:translate-y-17\/24 {
    --tw-translate-y: 70.833333%;
  }

  .\32xl\:translate-y-18\/24 {
    --tw-translate-y: 75%;
  }

  .\32xl\:translate-y-19\/24 {
    --tw-translate-y: 79.166667%;
  }

  .\32xl\:translate-y-20\/24 {
    --tw-translate-y: 83.333333%;
  }

  .\32xl\:translate-y-21\/24 {
    --tw-translate-y: 87.5%;
  }

  .\32xl\:translate-y-22\/24 {
    --tw-translate-y: 91.666667%;
  }

  .\32xl\:translate-y-23\/24 {
    --tw-translate-y: 95.833333%;
  }

  .\32xl\:translate-y-24\/24 {
    --tw-translate-y: 100%;
  }

  .\32xl\:translate-y-screen-header {
    --tw-translate-y: 41.55vw;
  }

  .\32xl\:translate-y-screen-60 {
    --tw-translate-y: 60vh;
  }

  .\32xl\:translate-y-screen-80 {
    --tw-translate-y: 80vh;
  }

  .\32xl\:translate-y-screen-85 {
    --tw-translate-y: 85vh;
  }

  .\32xl\:translate-y-screen-90 {
    --tw-translate-y: 90vh;
  }

  .\32xl\:translate-y-screen-95 {
    --tw-translate-y: 95vh;
  }

  .\32xl\:translate-y-screen-minus-header {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .\32xl\:translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .\32xl\:translate-y-screen-minus-36 {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .\32xl\:translate-y-screen-minus-40 {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .\32xl\:translate-y-screen-minus-55 {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .\32xl\:translate-y-screen-minus-72 {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .\32xl\:translate-y-screen-minus-80 {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .\32xl\:translate-y-full-4 {
    --tw-translate-y: calc(100% - 16px);
  }

  .\32xl\:translate-y-account-body {
    --tw-translate-y: calc(100vw - 304px);
  }

  .\32xl\:translate-y-menu-center {
    --tw-translate-y: calc(50% - 288px);
  }

  .\32xl\:translate-y-tutorials-hidden {
    --tw-translate-y: calc(100% - 56px);
  }

  .\32xl\:translate-y-popup-full-width {
    --tw-translate-y: calc(100% + 32px);
  }

  .\32xl\:translate-y-popup-full-width-md {
    --tw-translate-y: calc(100% + 64px);
  }

  .\32xl\:translate-y-popup-full-height {
    --tw-translate-y: calc(100% + 68px);
  }

  .\32xl\:translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .\32xl\:-translate-y-0 {
    --tw-translate-y: 0px;
  }

  .\32xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:-translate-y-4 {
    --tw-translate-y: -1rem;
  }

  .\32xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:-translate-y-8 {
    --tw-translate-y: -2rem;
  }

  .\32xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .\32xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:-translate-y-16 {
    --tw-translate-y: -4rem;
  }

  .\32xl\:-translate-y-18 {
    --tw-translate-y: -4.5rem;
  }

  .\32xl\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .\32xl\:-translate-y-21 {
    --tw-translate-y: -5.25rem;
  }

  .\32xl\:-translate-y-22 {
    --tw-translate-y: -5.5rem;
  }

  .\32xl\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }

  .\32xl\:-translate-y-26 {
    --tw-translate-y: -6.5rem;
  }

  .\32xl\:-translate-y-28 {
    --tw-translate-y: -7rem;
  }

  .\32xl\:-translate-y-29 {
    --tw-translate-y: -7.25rem;
  }

  .\32xl\:-translate-y-32 {
    --tw-translate-y: -8rem;
  }

  .\32xl\:-translate-y-34 {
    --tw-translate-y: -8.5rem;
  }

  .\32xl\:-translate-y-36 {
    --tw-translate-y: -9rem;
  }

  .\32xl\:-translate-y-40 {
    --tw-translate-y: -10rem;
  }

  .\32xl\:-translate-y-42 {
    --tw-translate-y: -10.5rem;
  }

  .\32xl\:-translate-y-44 {
    --tw-translate-y: -11rem;
  }

  .\32xl\:-translate-y-48 {
    --tw-translate-y: -12rem;
  }

  .\32xl\:-translate-y-52 {
    --tw-translate-y: -13rem;
  }

  .\32xl\:-translate-y-56 {
    --tw-translate-y: -14rem;
  }

  .\32xl\:-translate-y-60 {
    --tw-translate-y: -15rem;
  }

  .\32xl\:-translate-y-64 {
    --tw-translate-y: -16rem;
  }

  .\32xl\:-translate-y-68 {
    --tw-translate-y: -17rem;
  }

  .\32xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
  }

  .\32xl\:-translate-y-77 {
    --tw-translate-y: -19.25rem;
  }

  .\32xl\:-translate-y-80 {
    --tw-translate-y: -20rem;
  }

  .\32xl\:-translate-y-82 {
    --tw-translate-y: -20.5rem;
  }

  .\32xl\:-translate-y-88 {
    --tw-translate-y: -22rem;
  }

  .\32xl\:-translate-y-94 {
    --tw-translate-y: -23.5rem;
  }

  .\32xl\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }

  .\32xl\:-translate-y-98 {
    --tw-translate-y: -24.5rem;
  }

  .\32xl\:-translate-y-104 {
    --tw-translate-y: -26rem;
  }

  .\32xl\:-translate-y-108 {
    --tw-translate-y: -27rem;
  }

  .\32xl\:-translate-y-110 {
    --tw-translate-y: -27.5rem;
  }

  .\32xl\:-translate-y-112 {
    --tw-translate-y: -28rem;
  }

  .\32xl\:-translate-y-120 {
    --tw-translate-y: -30rem;
  }

  .\32xl\:-translate-y-128 {
    --tw-translate-y: -32rem;
  }

  .\32xl\:-translate-y-132 {
    --tw-translate-y: -33rem;
  }

  .\32xl\:-translate-y-134 {
    --tw-translate-y: -33.5rem;
  }

  .\32xl\:-translate-y-135 {
    --tw-translate-y: -33.75rem;
  }

  .\32xl\:-translate-y-136 {
    --tw-translate-y: -34rem;
  }

  .\32xl\:-translate-y-144 {
    --tw-translate-y: -36rem;
  }

  .\32xl\:-translate-y-152 {
    --tw-translate-y: -38rem;
  }

  .\32xl\:-translate-y-160 {
    --tw-translate-y: -40rem;
  }

  .\32xl\:-translate-y-164 {
    --tw-translate-y: -41rem;
  }

  .\32xl\:-translate-y-172 {
    --tw-translate-y: -43rem;
  }

  .\32xl\:-translate-y-179 {
    --tw-translate-y: -44.75rem;
  }

  .\32xl\:-translate-y-184 {
    --tw-translate-y: -46rem;
  }

  .\32xl\:-translate-y-192 {
    --tw-translate-y: -48rem;
  }

  .\32xl\:-translate-y-224 {
    --tw-translate-y: -56rem;
  }

  .\32xl\:-translate-y-240 {
    --tw-translate-y: -60rem;
  }

  .\32xl\:-translate-y-256 {
    --tw-translate-y: -64rem;
  }

  .\32xl\:-translate-y-265 {
    --tw-translate-y: -66.25rem;
  }

  .\32xl\:-translate-y-288 {
    --tw-translate-y: -72rem;
  }

  .\32xl\:-translate-y-384 {
    --tw-translate-y: -96rem;
  }

  .\32xl\:-translate-y-px {
    --tw-translate-y: -1px;
  }

  .\32xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:-translate-y-0\.75 {
    --tw-translate-y: -0.1875rem;
  }

  .\32xl\:-translate-y-4\.5 {
    --tw-translate-y: -1.125rem;
  }

  .\32xl\:-translate-y-7\.5 {
    --tw-translate-y: -1.875rem;
  }

  .\32xl\:-translate-y-9\.5 {
    --tw-translate-y: -2.375rem;
  }

  .\32xl\:-translate-y-9\.75 {
    --tw-translate-y: -2.4375rem;
  }

  .\32xl\:-translate-y-12\.5 {
    --tw-translate-y: -3.125rem;
  }

  .\32xl\:-translate-y-13\.5 {
    --tw-translate-y: -3.375rem;
  }

  .\32xl\:-translate-y-292\.5 {
    --tw-translate-y: -73.125rem;
  }

  .\32xl\:-translate-y-1\/24 {
    --tw-translate-y: -4.16667%;
  }

  .\32xl\:-translate-y-2\/24 {
    --tw-translate-y: -8.33333%;
  }

  .\32xl\:-translate-y-3\/24 {
    --tw-translate-y: -12.5%;
  }

  .\32xl\:-translate-y-4\/24 {
    --tw-translate-y: -16.66667%;
  }

  .\32xl\:-translate-y-5\/24 {
    --tw-translate-y: -20.83333%;
  }

  .\32xl\:-translate-y-6\/24 {
    --tw-translate-y: -25%;
  }

  .\32xl\:-translate-y-7\/24 {
    --tw-translate-y: -29.16667%;
  }

  .\32xl\:-translate-y-8\/24 {
    --tw-translate-y: -33.33333%;
  }

  .\32xl\:-translate-y-9\/24 {
    --tw-translate-y: -37.5%;
  }

  .\32xl\:-translate-y-10\/24 {
    --tw-translate-y: -41.66667%;
  }

  .\32xl\:-translate-y-11\/24 {
    --tw-translate-y: -45.83333%;
  }

  .\32xl\:-translate-y-12\/24 {
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-13\/24 {
    --tw-translate-y: -54.16667%;
  }

  .\32xl\:-translate-y-14\/24 {
    --tw-translate-y: -58.33333%;
  }

  .\32xl\:-translate-y-15\/24 {
    --tw-translate-y: -62.5%;
  }

  .\32xl\:-translate-y-16\/24 {
    --tw-translate-y: -66.66667%;
  }

  .\32xl\:-translate-y-17\/24 {
    --tw-translate-y: -70.83333%;
  }

  .\32xl\:-translate-y-18\/24 {
    --tw-translate-y: -75%;
  }

  .\32xl\:-translate-y-19\/24 {
    --tw-translate-y: -79.16667%;
  }

  .\32xl\:-translate-y-20\/24 {
    --tw-translate-y: -83.33333%;
  }

  .\32xl\:-translate-y-21\/24 {
    --tw-translate-y: -87.5%;
  }

  .\32xl\:-translate-y-22\/24 {
    --tw-translate-y: -91.66667%;
  }

  .\32xl\:-translate-y-23\/24 {
    --tw-translate-y: -95.83333%;
  }

  .\32xl\:-translate-y-24\/24 {
    --tw-translate-y: -100%;
  }

  .\32xl\:-translate-y-screen-header {
    --tw-translate-y: -41.55vw;
  }

  .\32xl\:-translate-y-screen-60 {
    --tw-translate-y: -60vh;
  }

  .\32xl\:-translate-y-screen-80 {
    --tw-translate-y: -80vh;
  }

  .\32xl\:-translate-y-screen-85 {
    --tw-translate-y: -85vh;
  }

  .\32xl\:-translate-y-screen-90 {
    --tw-translate-y: -90vh;
  }

  .\32xl\:-translate-y-screen-95 {
    --tw-translate-y: -95vh;
  }

  .\32xl\:-translate-y-screen-minus-header {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .\32xl\:-translate-y-screen-minus-35\.5 {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .\32xl\:-translate-y-screen-minus-36 {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .\32xl\:-translate-y-screen-minus-40 {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .\32xl\:-translate-y-screen-minus-55 {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .\32xl\:-translate-y-screen-minus-72 {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .\32xl\:-translate-y-screen-minus-80 {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .\32xl\:-translate-y-full-4 {
    --tw-translate-y: calc(-100% - -16px);
  }

  .\32xl\:-translate-y-account-body {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .\32xl\:-translate-y-menu-center {
    --tw-translate-y: calc(-50% - -288px);
  }

  .\32xl\:-translate-y-tutorials-hidden {
    --tw-translate-y: calc(-100% - -56px);
  }

  .\32xl\:-translate-y-popup-full-width {
    --tw-translate-y: calc(-100% + -32px);
  }

  .\32xl\:-translate-y-popup-full-width-md {
    --tw-translate-y: calc(-100% + -64px);
  }

  .\32xl\:-translate-y-popup-full-height {
    --tw-translate-y: calc(-100% + -68px);
  }

  .\32xl\:-translate-y-max-content {
    --tw-translate-y: max-content;
  }

  .\32xl\:translate-y-1\/2 {
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:translate-y-1\/4 {
    --tw-translate-y: 25%;
  }

  .\32xl\:translate-y-2\/4 {
    --tw-translate-y: 50%;
  }

  .\32xl\:translate-y-3\/4 {
    --tw-translate-y: 75%;
  }

  .\32xl\:translate-y-full {
    --tw-translate-y: 100%;
  }

  .\32xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:-translate-y-1\/4 {
    --tw-translate-y: -25%;
  }

  .\32xl\:-translate-y-2\/4 {
    --tw-translate-y: -50%;
  }

  .\32xl\:-translate-y-3\/4 {
    --tw-translate-y: -75%;
  }

  .\32xl\:-translate-y-full {
    --tw-translate-y: -100%;
  }

  .\32xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem;
  }

  .\32xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem;
  }

  .\32xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem;
  }

  .\32xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem;
  }

  .\32xl\:hover\:translate-x-18:hover {
    --tw-translate-x: 4.5rem;
  }

  .\32xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem;
  }

  .\32xl\:hover\:translate-x-21:hover {
    --tw-translate-x: 5.25rem;
  }

  .\32xl\:hover\:translate-x-22:hover {
    --tw-translate-x: 5.5rem;
  }

  .\32xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem;
  }

  .\32xl\:hover\:translate-x-26:hover {
    --tw-translate-x: 6.5rem;
  }

  .\32xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem;
  }

  .\32xl\:hover\:translate-x-29:hover {
    --tw-translate-x: 7.25rem;
  }

  .\32xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem;
  }

  .\32xl\:hover\:translate-x-34:hover {
    --tw-translate-x: 8.5rem;
  }

  .\32xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem;
  }

  .\32xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem;
  }

  .\32xl\:hover\:translate-x-42:hover {
    --tw-translate-x: 10.5rem;
  }

  .\32xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem;
  }

  .\32xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem;
  }

  .\32xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem;
  }

  .\32xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem;
  }

  .\32xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem;
  }

  .\32xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem;
  }

  .\32xl\:hover\:translate-x-68:hover {
    --tw-translate-x: 17rem;
  }

  .\32xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18rem;
  }

  .\32xl\:hover\:translate-x-77:hover {
    --tw-translate-x: 19.25rem;
  }

  .\32xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem;
  }

  .\32xl\:hover\:translate-x-82:hover {
    --tw-translate-x: 20.5rem;
  }

  .\32xl\:hover\:translate-x-88:hover {
    --tw-translate-x: 22rem;
  }

  .\32xl\:hover\:translate-x-94:hover {
    --tw-translate-x: 23.5rem;
  }

  .\32xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem;
  }

  .\32xl\:hover\:translate-x-98:hover {
    --tw-translate-x: 24.5rem;
  }

  .\32xl\:hover\:translate-x-104:hover {
    --tw-translate-x: 26rem;
  }

  .\32xl\:hover\:translate-x-108:hover {
    --tw-translate-x: 27rem;
  }

  .\32xl\:hover\:translate-x-110:hover {
    --tw-translate-x: 27.5rem;
  }

  .\32xl\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem;
  }

  .\32xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem;
  }

  .\32xl\:hover\:translate-x-128:hover {
    --tw-translate-x: 32rem;
  }

  .\32xl\:hover\:translate-x-132:hover {
    --tw-translate-x: 33rem;
  }

  .\32xl\:hover\:translate-x-134:hover {
    --tw-translate-x: 33.5rem;
  }

  .\32xl\:hover\:translate-x-135:hover {
    --tw-translate-x: 33.75rem;
  }

  .\32xl\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem;
  }

  .\32xl\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem;
  }

  .\32xl\:hover\:translate-x-152:hover {
    --tw-translate-x: 38rem;
  }

  .\32xl\:hover\:translate-x-160:hover {
    --tw-translate-x: 40rem;
  }

  .\32xl\:hover\:translate-x-164:hover {
    --tw-translate-x: 41rem;
  }

  .\32xl\:hover\:translate-x-172:hover {
    --tw-translate-x: 43rem;
  }

  .\32xl\:hover\:translate-x-179:hover {
    --tw-translate-x: 44.75rem;
  }

  .\32xl\:hover\:translate-x-184:hover {
    --tw-translate-x: 46rem;
  }

  .\32xl\:hover\:translate-x-192:hover {
    --tw-translate-x: 48rem;
  }

  .\32xl\:hover\:translate-x-224:hover {
    --tw-translate-x: 56rem;
  }

  .\32xl\:hover\:translate-x-240:hover {
    --tw-translate-x: 60rem;
  }

  .\32xl\:hover\:translate-x-256:hover {
    --tw-translate-x: 64rem;
  }

  .\32xl\:hover\:translate-x-265:hover {
    --tw-translate-x: 66.25rem;
  }

  .\32xl\:hover\:translate-x-288:hover {
    --tw-translate-x: 72rem;
  }

  .\32xl\:hover\:translate-x-384:hover {
    --tw-translate-x: 96rem;
  }

  .\32xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px;
  }

  .\32xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:hover\:translate-x-0\.75:hover {
    --tw-translate-x: 0.1875rem;
  }

  .\32xl\:hover\:translate-x-4\.5:hover {
    --tw-translate-x: 1.125rem;
  }

  .\32xl\:hover\:translate-x-7\.5:hover {
    --tw-translate-x: 1.875rem;
  }

  .\32xl\:hover\:translate-x-9\.5:hover {
    --tw-translate-x: 2.375rem;
  }

  .\32xl\:hover\:translate-x-9\.75:hover {
    --tw-translate-x: 2.4375rem;
  }

  .\32xl\:hover\:translate-x-12\.5:hover {
    --tw-translate-x: 3.125rem;
  }

  .\32xl\:hover\:translate-x-13\.5:hover {
    --tw-translate-x: 3.375rem;
  }

  .\32xl\:hover\:translate-x-292\.5:hover {
    --tw-translate-x: 73.125rem;
  }

  .\32xl\:hover\:translate-x-1\/24:hover {
    --tw-translate-x: 4.166667%;
  }

  .\32xl\:hover\:translate-x-2\/24:hover {
    --tw-translate-x: 8.333333%;
  }

  .\32xl\:hover\:translate-x-3\/24:hover {
    --tw-translate-x: 12.5%;
  }

  .\32xl\:hover\:translate-x-4\/24:hover {
    --tw-translate-x: 16.666667%;
  }

  .\32xl\:hover\:translate-x-5\/24:hover {
    --tw-translate-x: 20.833333%;
  }

  .\32xl\:hover\:translate-x-6\/24:hover {
    --tw-translate-x: 25%;
  }

  .\32xl\:hover\:translate-x-7\/24:hover {
    --tw-translate-x: 29.166666%;
  }

  .\32xl\:hover\:translate-x-8\/24:hover {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:hover\:translate-x-9\/24:hover {
    --tw-translate-x: 37.5%;
  }

  .\32xl\:hover\:translate-x-10\/24:hover {
    --tw-translate-x: 41.666666%;
  }

  .\32xl\:hover\:translate-x-11\/24:hover {
    --tw-translate-x: 45.833333%;
  }

  .\32xl\:hover\:translate-x-12\/24:hover {
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-13\/24:hover {
    --tw-translate-x: 54.166666%;
  }

  .\32xl\:hover\:translate-x-14\/24:hover {
    --tw-translate-x: 58.333333%;
  }

  .\32xl\:hover\:translate-x-15\/24:hover {
    --tw-translate-x: 62.5%;
  }

  .\32xl\:hover\:translate-x-16\/24:hover {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:hover\:translate-x-17\/24:hover {
    --tw-translate-x: 70.833333%;
  }

  .\32xl\:hover\:translate-x-18\/24:hover {
    --tw-translate-x: 75%;
  }

  .\32xl\:hover\:translate-x-19\/24:hover {
    --tw-translate-x: 79.166667%;
  }

  .\32xl\:hover\:translate-x-20\/24:hover {
    --tw-translate-x: 83.333333%;
  }

  .\32xl\:hover\:translate-x-21\/24:hover {
    --tw-translate-x: 87.5%;
  }

  .\32xl\:hover\:translate-x-22\/24:hover {
    --tw-translate-x: 91.666667%;
  }

  .\32xl\:hover\:translate-x-23\/24:hover {
    --tw-translate-x: 95.833333%;
  }

  .\32xl\:hover\:translate-x-24\/24:hover {
    --tw-translate-x: 100%;
  }

  .\32xl\:hover\:translate-x-screen-header:hover {
    --tw-translate-x: 41.55vw;
  }

  .\32xl\:hover\:translate-x-screen-60:hover {
    --tw-translate-x: 60vh;
  }

  .\32xl\:hover\:translate-x-screen-80:hover {
    --tw-translate-x: 80vh;
  }

  .\32xl\:hover\:translate-x-screen-85:hover {
    --tw-translate-x: 85vh;
  }

  .\32xl\:hover\:translate-x-screen-90:hover {
    --tw-translate-x: 90vh;
  }

  .\32xl\:hover\:translate-x-screen-95:hover {
    --tw-translate-x: 95vh;
  }

  .\32xl\:hover\:translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .\32xl\:hover\:translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .\32xl\:hover\:translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .\32xl\:hover\:translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .\32xl\:hover\:translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .\32xl\:hover\:translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .\32xl\:hover\:translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .\32xl\:hover\:translate-x-full-4:hover {
    --tw-translate-x: calc(100% - 16px);
  }

  .\32xl\:hover\:translate-x-account-body:hover {
    --tw-translate-x: calc(100vw - 304px);
  }

  .\32xl\:hover\:translate-x-menu-center:hover {
    --tw-translate-x: calc(50% - 288px);
  }

  .\32xl\:hover\:translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(100% - 56px);
  }

  .\32xl\:hover\:translate-x-popup-full-width:hover {
    --tw-translate-x: calc(100% + 32px);
  }

  .\32xl\:hover\:translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(100% + 64px);
  }

  .\32xl\:hover\:translate-x-popup-full-height:hover {
    --tw-translate-x: calc(100% + 68px);
  }

  .\32xl\:hover\:translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .\32xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
  }

  .\32xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem;
  }

  .\32xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem;
  }

  .\32xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem;
  }

  .\32xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem;
  }

  .\32xl\:hover\:-translate-x-18:hover {
    --tw-translate-x: -4.5rem;
  }

  .\32xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem;
  }

  .\32xl\:hover\:-translate-x-21:hover {
    --tw-translate-x: -5.25rem;
  }

  .\32xl\:hover\:-translate-x-22:hover {
    --tw-translate-x: -5.5rem;
  }

  .\32xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem;
  }

  .\32xl\:hover\:-translate-x-26:hover {
    --tw-translate-x: -6.5rem;
  }

  .\32xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem;
  }

  .\32xl\:hover\:-translate-x-29:hover {
    --tw-translate-x: -7.25rem;
  }

  .\32xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem;
  }

  .\32xl\:hover\:-translate-x-34:hover {
    --tw-translate-x: -8.5rem;
  }

  .\32xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem;
  }

  .\32xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem;
  }

  .\32xl\:hover\:-translate-x-42:hover {
    --tw-translate-x: -10.5rem;
  }

  .\32xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem;
  }

  .\32xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem;
  }

  .\32xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem;
  }

  .\32xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem;
  }

  .\32xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem;
  }

  .\32xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem;
  }

  .\32xl\:hover\:-translate-x-68:hover {
    --tw-translate-x: -17rem;
  }

  .\32xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18rem;
  }

  .\32xl\:hover\:-translate-x-77:hover {
    --tw-translate-x: -19.25rem;
  }

  .\32xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem;
  }

  .\32xl\:hover\:-translate-x-82:hover {
    --tw-translate-x: -20.5rem;
  }

  .\32xl\:hover\:-translate-x-88:hover {
    --tw-translate-x: -22rem;
  }

  .\32xl\:hover\:-translate-x-94:hover {
    --tw-translate-x: -23.5rem;
  }

  .\32xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem;
  }

  .\32xl\:hover\:-translate-x-98:hover {
    --tw-translate-x: -24.5rem;
  }

  .\32xl\:hover\:-translate-x-104:hover {
    --tw-translate-x: -26rem;
  }

  .\32xl\:hover\:-translate-x-108:hover {
    --tw-translate-x: -27rem;
  }

  .\32xl\:hover\:-translate-x-110:hover {
    --tw-translate-x: -27.5rem;
  }

  .\32xl\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem;
  }

  .\32xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem;
  }

  .\32xl\:hover\:-translate-x-128:hover {
    --tw-translate-x: -32rem;
  }

  .\32xl\:hover\:-translate-x-132:hover {
    --tw-translate-x: -33rem;
  }

  .\32xl\:hover\:-translate-x-134:hover {
    --tw-translate-x: -33.5rem;
  }

  .\32xl\:hover\:-translate-x-135:hover {
    --tw-translate-x: -33.75rem;
  }

  .\32xl\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem;
  }

  .\32xl\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem;
  }

  .\32xl\:hover\:-translate-x-152:hover {
    --tw-translate-x: -38rem;
  }

  .\32xl\:hover\:-translate-x-160:hover {
    --tw-translate-x: -40rem;
  }

  .\32xl\:hover\:-translate-x-164:hover {
    --tw-translate-x: -41rem;
  }

  .\32xl\:hover\:-translate-x-172:hover {
    --tw-translate-x: -43rem;
  }

  .\32xl\:hover\:-translate-x-179:hover {
    --tw-translate-x: -44.75rem;
  }

  .\32xl\:hover\:-translate-x-184:hover {
    --tw-translate-x: -46rem;
  }

  .\32xl\:hover\:-translate-x-192:hover {
    --tw-translate-x: -48rem;
  }

  .\32xl\:hover\:-translate-x-224:hover {
    --tw-translate-x: -56rem;
  }

  .\32xl\:hover\:-translate-x-240:hover {
    --tw-translate-x: -60rem;
  }

  .\32xl\:hover\:-translate-x-256:hover {
    --tw-translate-x: -64rem;
  }

  .\32xl\:hover\:-translate-x-265:hover {
    --tw-translate-x: -66.25rem;
  }

  .\32xl\:hover\:-translate-x-288:hover {
    --tw-translate-x: -72rem;
  }

  .\32xl\:hover\:-translate-x-384:hover {
    --tw-translate-x: -96rem;
  }

  .\32xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:hover\:-translate-x-0\.75:hover {
    --tw-translate-x: -0.1875rem;
  }

  .\32xl\:hover\:-translate-x-4\.5:hover {
    --tw-translate-x: -1.125rem;
  }

  .\32xl\:hover\:-translate-x-7\.5:hover {
    --tw-translate-x: -1.875rem;
  }

  .\32xl\:hover\:-translate-x-9\.5:hover {
    --tw-translate-x: -2.375rem;
  }

  .\32xl\:hover\:-translate-x-9\.75:hover {
    --tw-translate-x: -2.4375rem;
  }

  .\32xl\:hover\:-translate-x-12\.5:hover {
    --tw-translate-x: -3.125rem;
  }

  .\32xl\:hover\:-translate-x-13\.5:hover {
    --tw-translate-x: -3.375rem;
  }

  .\32xl\:hover\:-translate-x-292\.5:hover {
    --tw-translate-x: -73.125rem;
  }

  .\32xl\:hover\:-translate-x-1\/24:hover {
    --tw-translate-x: -4.16667%;
  }

  .\32xl\:hover\:-translate-x-2\/24:hover {
    --tw-translate-x: -8.33333%;
  }

  .\32xl\:hover\:-translate-x-3\/24:hover {
    --tw-translate-x: -12.5%;
  }

  .\32xl\:hover\:-translate-x-4\/24:hover {
    --tw-translate-x: -16.66667%;
  }

  .\32xl\:hover\:-translate-x-5\/24:hover {
    --tw-translate-x: -20.83333%;
  }

  .\32xl\:hover\:-translate-x-6\/24:hover {
    --tw-translate-x: -25%;
  }

  .\32xl\:hover\:-translate-x-7\/24:hover {
    --tw-translate-x: -29.16667%;
  }

  .\32xl\:hover\:-translate-x-8\/24:hover {
    --tw-translate-x: -33.33333%;
  }

  .\32xl\:hover\:-translate-x-9\/24:hover {
    --tw-translate-x: -37.5%;
  }

  .\32xl\:hover\:-translate-x-10\/24:hover {
    --tw-translate-x: -41.66667%;
  }

  .\32xl\:hover\:-translate-x-11\/24:hover {
    --tw-translate-x: -45.83333%;
  }

  .\32xl\:hover\:-translate-x-12\/24:hover {
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-13\/24:hover {
    --tw-translate-x: -54.16667%;
  }

  .\32xl\:hover\:-translate-x-14\/24:hover {
    --tw-translate-x: -58.33333%;
  }

  .\32xl\:hover\:-translate-x-15\/24:hover {
    --tw-translate-x: -62.5%;
  }

  .\32xl\:hover\:-translate-x-16\/24:hover {
    --tw-translate-x: -66.66667%;
  }

  .\32xl\:hover\:-translate-x-17\/24:hover {
    --tw-translate-x: -70.83333%;
  }

  .\32xl\:hover\:-translate-x-18\/24:hover {
    --tw-translate-x: -75%;
  }

  .\32xl\:hover\:-translate-x-19\/24:hover {
    --tw-translate-x: -79.16667%;
  }

  .\32xl\:hover\:-translate-x-20\/24:hover {
    --tw-translate-x: -83.33333%;
  }

  .\32xl\:hover\:-translate-x-21\/24:hover {
    --tw-translate-x: -87.5%;
  }

  .\32xl\:hover\:-translate-x-22\/24:hover {
    --tw-translate-x: -91.66667%;
  }

  .\32xl\:hover\:-translate-x-23\/24:hover {
    --tw-translate-x: -95.83333%;
  }

  .\32xl\:hover\:-translate-x-24\/24:hover {
    --tw-translate-x: -100%;
  }

  .\32xl\:hover\:-translate-x-screen-header:hover {
    --tw-translate-x: -41.55vw;
  }

  .\32xl\:hover\:-translate-x-screen-60:hover {
    --tw-translate-x: -60vh;
  }

  .\32xl\:hover\:-translate-x-screen-80:hover {
    --tw-translate-x: -80vh;
  }

  .\32xl\:hover\:-translate-x-screen-85:hover {
    --tw-translate-x: -85vh;
  }

  .\32xl\:hover\:-translate-x-screen-90:hover {
    --tw-translate-x: -90vh;
  }

  .\32xl\:hover\:-translate-x-screen-95:hover {
    --tw-translate-x: -95vh;
  }

  .\32xl\:hover\:-translate-x-screen-minus-header:hover {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .\32xl\:hover\:-translate-x-screen-minus-35\.5:hover {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .\32xl\:hover\:-translate-x-screen-minus-36:hover {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .\32xl\:hover\:-translate-x-screen-minus-40:hover {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .\32xl\:hover\:-translate-x-screen-minus-55:hover {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .\32xl\:hover\:-translate-x-screen-minus-72:hover {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .\32xl\:hover\:-translate-x-screen-minus-80:hover {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .\32xl\:hover\:-translate-x-full-4:hover {
    --tw-translate-x: calc(-100% - -16px);
  }

  .\32xl\:hover\:-translate-x-account-body:hover {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .\32xl\:hover\:-translate-x-menu-center:hover {
    --tw-translate-x: calc(-50% - -288px);
  }

  .\32xl\:hover\:-translate-x-tutorials-hidden:hover {
    --tw-translate-x: calc(-100% - -56px);
  }

  .\32xl\:hover\:-translate-x-popup-full-width:hover {
    --tw-translate-x: calc(-100% + -32px);
  }

  .\32xl\:hover\:-translate-x-popup-full-width-md:hover {
    --tw-translate-x: calc(-100% + -64px);
  }

  .\32xl\:hover\:-translate-x-popup-full-height:hover {
    --tw-translate-x: calc(-100% + -68px);
  }

  .\32xl\:hover\:-translate-x-max-content:hover {
    --tw-translate-x: max-content;
  }

  .\32xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25%;
  }

  .\32xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50%;
  }

  .\32xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75%;
  }

  .\32xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100%;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25%;
  }

  .\32xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50%;
  }

  .\32xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75%;
  }

  .\32xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100%;
  }

  .\32xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem;
  }

  .\32xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem;
  }

  .\32xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem;
  }

  .\32xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem;
  }

  .\32xl\:hover\:translate-y-18:hover {
    --tw-translate-y: 4.5rem;
  }

  .\32xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem;
  }

  .\32xl\:hover\:translate-y-21:hover {
    --tw-translate-y: 5.25rem;
  }

  .\32xl\:hover\:translate-y-22:hover {
    --tw-translate-y: 5.5rem;
  }

  .\32xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem;
  }

  .\32xl\:hover\:translate-y-26:hover {
    --tw-translate-y: 6.5rem;
  }

  .\32xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem;
  }

  .\32xl\:hover\:translate-y-29:hover {
    --tw-translate-y: 7.25rem;
  }

  .\32xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem;
  }

  .\32xl\:hover\:translate-y-34:hover {
    --tw-translate-y: 8.5rem;
  }

  .\32xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem;
  }

  .\32xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem;
  }

  .\32xl\:hover\:translate-y-42:hover {
    --tw-translate-y: 10.5rem;
  }

  .\32xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem;
  }

  .\32xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem;
  }

  .\32xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem;
  }

  .\32xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem;
  }

  .\32xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem;
  }

  .\32xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem;
  }

  .\32xl\:hover\:translate-y-68:hover {
    --tw-translate-y: 17rem;
  }

  .\32xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18rem;
  }

  .\32xl\:hover\:translate-y-77:hover {
    --tw-translate-y: 19.25rem;
  }

  .\32xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem;
  }

  .\32xl\:hover\:translate-y-82:hover {
    --tw-translate-y: 20.5rem;
  }

  .\32xl\:hover\:translate-y-88:hover {
    --tw-translate-y: 22rem;
  }

  .\32xl\:hover\:translate-y-94:hover {
    --tw-translate-y: 23.5rem;
  }

  .\32xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem;
  }

  .\32xl\:hover\:translate-y-98:hover {
    --tw-translate-y: 24.5rem;
  }

  .\32xl\:hover\:translate-y-104:hover {
    --tw-translate-y: 26rem;
  }

  .\32xl\:hover\:translate-y-108:hover {
    --tw-translate-y: 27rem;
  }

  .\32xl\:hover\:translate-y-110:hover {
    --tw-translate-y: 27.5rem;
  }

  .\32xl\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem;
  }

  .\32xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem;
  }

  .\32xl\:hover\:translate-y-128:hover {
    --tw-translate-y: 32rem;
  }

  .\32xl\:hover\:translate-y-132:hover {
    --tw-translate-y: 33rem;
  }

  .\32xl\:hover\:translate-y-134:hover {
    --tw-translate-y: 33.5rem;
  }

  .\32xl\:hover\:translate-y-135:hover {
    --tw-translate-y: 33.75rem;
  }

  .\32xl\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem;
  }

  .\32xl\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem;
  }

  .\32xl\:hover\:translate-y-152:hover {
    --tw-translate-y: 38rem;
  }

  .\32xl\:hover\:translate-y-160:hover {
    --tw-translate-y: 40rem;
  }

  .\32xl\:hover\:translate-y-164:hover {
    --tw-translate-y: 41rem;
  }

  .\32xl\:hover\:translate-y-172:hover {
    --tw-translate-y: 43rem;
  }

  .\32xl\:hover\:translate-y-179:hover {
    --tw-translate-y: 44.75rem;
  }

  .\32xl\:hover\:translate-y-184:hover {
    --tw-translate-y: 46rem;
  }

  .\32xl\:hover\:translate-y-192:hover {
    --tw-translate-y: 48rem;
  }

  .\32xl\:hover\:translate-y-224:hover {
    --tw-translate-y: 56rem;
  }

  .\32xl\:hover\:translate-y-240:hover {
    --tw-translate-y: 60rem;
  }

  .\32xl\:hover\:translate-y-256:hover {
    --tw-translate-y: 64rem;
  }

  .\32xl\:hover\:translate-y-265:hover {
    --tw-translate-y: 66.25rem;
  }

  .\32xl\:hover\:translate-y-288:hover {
    --tw-translate-y: 72rem;
  }

  .\32xl\:hover\:translate-y-384:hover {
    --tw-translate-y: 96rem;
  }

  .\32xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px;
  }

  .\32xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:hover\:translate-y-0\.75:hover {
    --tw-translate-y: 0.1875rem;
  }

  .\32xl\:hover\:translate-y-4\.5:hover {
    --tw-translate-y: 1.125rem;
  }

  .\32xl\:hover\:translate-y-7\.5:hover {
    --tw-translate-y: 1.875rem;
  }

  .\32xl\:hover\:translate-y-9\.5:hover {
    --tw-translate-y: 2.375rem;
  }

  .\32xl\:hover\:translate-y-9\.75:hover {
    --tw-translate-y: 2.4375rem;
  }

  .\32xl\:hover\:translate-y-12\.5:hover {
    --tw-translate-y: 3.125rem;
  }

  .\32xl\:hover\:translate-y-13\.5:hover {
    --tw-translate-y: 3.375rem;
  }

  .\32xl\:hover\:translate-y-292\.5:hover {
    --tw-translate-y: 73.125rem;
  }

  .\32xl\:hover\:translate-y-1\/24:hover {
    --tw-translate-y: 4.166667%;
  }

  .\32xl\:hover\:translate-y-2\/24:hover {
    --tw-translate-y: 8.333333%;
  }

  .\32xl\:hover\:translate-y-3\/24:hover {
    --tw-translate-y: 12.5%;
  }

  .\32xl\:hover\:translate-y-4\/24:hover {
    --tw-translate-y: 16.666667%;
  }

  .\32xl\:hover\:translate-y-5\/24:hover {
    --tw-translate-y: 20.833333%;
  }

  .\32xl\:hover\:translate-y-6\/24:hover {
    --tw-translate-y: 25%;
  }

  .\32xl\:hover\:translate-y-7\/24:hover {
    --tw-translate-y: 29.166666%;
  }

  .\32xl\:hover\:translate-y-8\/24:hover {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:hover\:translate-y-9\/24:hover {
    --tw-translate-y: 37.5%;
  }

  .\32xl\:hover\:translate-y-10\/24:hover {
    --tw-translate-y: 41.666666%;
  }

  .\32xl\:hover\:translate-y-11\/24:hover {
    --tw-translate-y: 45.833333%;
  }

  .\32xl\:hover\:translate-y-12\/24:hover {
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-13\/24:hover {
    --tw-translate-y: 54.166666%;
  }

  .\32xl\:hover\:translate-y-14\/24:hover {
    --tw-translate-y: 58.333333%;
  }

  .\32xl\:hover\:translate-y-15\/24:hover {
    --tw-translate-y: 62.5%;
  }

  .\32xl\:hover\:translate-y-16\/24:hover {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:hover\:translate-y-17\/24:hover {
    --tw-translate-y: 70.833333%;
  }

  .\32xl\:hover\:translate-y-18\/24:hover {
    --tw-translate-y: 75%;
  }

  .\32xl\:hover\:translate-y-19\/24:hover {
    --tw-translate-y: 79.166667%;
  }

  .\32xl\:hover\:translate-y-20\/24:hover {
    --tw-translate-y: 83.333333%;
  }

  .\32xl\:hover\:translate-y-21\/24:hover {
    --tw-translate-y: 87.5%;
  }

  .\32xl\:hover\:translate-y-22\/24:hover {
    --tw-translate-y: 91.666667%;
  }

  .\32xl\:hover\:translate-y-23\/24:hover {
    --tw-translate-y: 95.833333%;
  }

  .\32xl\:hover\:translate-y-24\/24:hover {
    --tw-translate-y: 100%;
  }

  .\32xl\:hover\:translate-y-screen-header:hover {
    --tw-translate-y: 41.55vw;
  }

  .\32xl\:hover\:translate-y-screen-60:hover {
    --tw-translate-y: 60vh;
  }

  .\32xl\:hover\:translate-y-screen-80:hover {
    --tw-translate-y: 80vh;
  }

  .\32xl\:hover\:translate-y-screen-85:hover {
    --tw-translate-y: 85vh;
  }

  .\32xl\:hover\:translate-y-screen-90:hover {
    --tw-translate-y: 90vh;
  }

  .\32xl\:hover\:translate-y-screen-95:hover {
    --tw-translate-y: 95vh;
  }

  .\32xl\:hover\:translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .\32xl\:hover\:translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .\32xl\:hover\:translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .\32xl\:hover\:translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .\32xl\:hover\:translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .\32xl\:hover\:translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .\32xl\:hover\:translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .\32xl\:hover\:translate-y-full-4:hover {
    --tw-translate-y: calc(100% - 16px);
  }

  .\32xl\:hover\:translate-y-account-body:hover {
    --tw-translate-y: calc(100vw - 304px);
  }

  .\32xl\:hover\:translate-y-menu-center:hover {
    --tw-translate-y: calc(50% - 288px);
  }

  .\32xl\:hover\:translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(100% - 56px);
  }

  .\32xl\:hover\:translate-y-popup-full-width:hover {
    --tw-translate-y: calc(100% + 32px);
  }

  .\32xl\:hover\:translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(100% + 64px);
  }

  .\32xl\:hover\:translate-y-popup-full-height:hover {
    --tw-translate-y: calc(100% + 68px);
  }

  .\32xl\:hover\:translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .\32xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px;
  }

  .\32xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
  }

  .\32xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem;
  }

  .\32xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem;
  }

  .\32xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem;
  }

  .\32xl\:hover\:-translate-y-18:hover {
    --tw-translate-y: -4.5rem;
  }

  .\32xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem;
  }

  .\32xl\:hover\:-translate-y-21:hover {
    --tw-translate-y: -5.25rem;
  }

  .\32xl\:hover\:-translate-y-22:hover {
    --tw-translate-y: -5.5rem;
  }

  .\32xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem;
  }

  .\32xl\:hover\:-translate-y-26:hover {
    --tw-translate-y: -6.5rem;
  }

  .\32xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem;
  }

  .\32xl\:hover\:-translate-y-29:hover {
    --tw-translate-y: -7.25rem;
  }

  .\32xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem;
  }

  .\32xl\:hover\:-translate-y-34:hover {
    --tw-translate-y: -8.5rem;
  }

  .\32xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem;
  }

  .\32xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem;
  }

  .\32xl\:hover\:-translate-y-42:hover {
    --tw-translate-y: -10.5rem;
  }

  .\32xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem;
  }

  .\32xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem;
  }

  .\32xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem;
  }

  .\32xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem;
  }

  .\32xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem;
  }

  .\32xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem;
  }

  .\32xl\:hover\:-translate-y-68:hover {
    --tw-translate-y: -17rem;
  }

  .\32xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18rem;
  }

  .\32xl\:hover\:-translate-y-77:hover {
    --tw-translate-y: -19.25rem;
  }

  .\32xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem;
  }

  .\32xl\:hover\:-translate-y-82:hover {
    --tw-translate-y: -20.5rem;
  }

  .\32xl\:hover\:-translate-y-88:hover {
    --tw-translate-y: -22rem;
  }

  .\32xl\:hover\:-translate-y-94:hover {
    --tw-translate-y: -23.5rem;
  }

  .\32xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem;
  }

  .\32xl\:hover\:-translate-y-98:hover {
    --tw-translate-y: -24.5rem;
  }

  .\32xl\:hover\:-translate-y-104:hover {
    --tw-translate-y: -26rem;
  }

  .\32xl\:hover\:-translate-y-108:hover {
    --tw-translate-y: -27rem;
  }

  .\32xl\:hover\:-translate-y-110:hover {
    --tw-translate-y: -27.5rem;
  }

  .\32xl\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem;
  }

  .\32xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem;
  }

  .\32xl\:hover\:-translate-y-128:hover {
    --tw-translate-y: -32rem;
  }

  .\32xl\:hover\:-translate-y-132:hover {
    --tw-translate-y: -33rem;
  }

  .\32xl\:hover\:-translate-y-134:hover {
    --tw-translate-y: -33.5rem;
  }

  .\32xl\:hover\:-translate-y-135:hover {
    --tw-translate-y: -33.75rem;
  }

  .\32xl\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem;
  }

  .\32xl\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem;
  }

  .\32xl\:hover\:-translate-y-152:hover {
    --tw-translate-y: -38rem;
  }

  .\32xl\:hover\:-translate-y-160:hover {
    --tw-translate-y: -40rem;
  }

  .\32xl\:hover\:-translate-y-164:hover {
    --tw-translate-y: -41rem;
  }

  .\32xl\:hover\:-translate-y-172:hover {
    --tw-translate-y: -43rem;
  }

  .\32xl\:hover\:-translate-y-179:hover {
    --tw-translate-y: -44.75rem;
  }

  .\32xl\:hover\:-translate-y-184:hover {
    --tw-translate-y: -46rem;
  }

  .\32xl\:hover\:-translate-y-192:hover {
    --tw-translate-y: -48rem;
  }

  .\32xl\:hover\:-translate-y-224:hover {
    --tw-translate-y: -56rem;
  }

  .\32xl\:hover\:-translate-y-240:hover {
    --tw-translate-y: -60rem;
  }

  .\32xl\:hover\:-translate-y-256:hover {
    --tw-translate-y: -64rem;
  }

  .\32xl\:hover\:-translate-y-265:hover {
    --tw-translate-y: -66.25rem;
  }

  .\32xl\:hover\:-translate-y-288:hover {
    --tw-translate-y: -72rem;
  }

  .\32xl\:hover\:-translate-y-384:hover {
    --tw-translate-y: -96rem;
  }

  .\32xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:hover\:-translate-y-0\.75:hover {
    --tw-translate-y: -0.1875rem;
  }

  .\32xl\:hover\:-translate-y-4\.5:hover {
    --tw-translate-y: -1.125rem;
  }

  .\32xl\:hover\:-translate-y-7\.5:hover {
    --tw-translate-y: -1.875rem;
  }

  .\32xl\:hover\:-translate-y-9\.5:hover {
    --tw-translate-y: -2.375rem;
  }

  .\32xl\:hover\:-translate-y-9\.75:hover {
    --tw-translate-y: -2.4375rem;
  }

  .\32xl\:hover\:-translate-y-12\.5:hover {
    --tw-translate-y: -3.125rem;
  }

  .\32xl\:hover\:-translate-y-13\.5:hover {
    --tw-translate-y: -3.375rem;
  }

  .\32xl\:hover\:-translate-y-292\.5:hover {
    --tw-translate-y: -73.125rem;
  }

  .\32xl\:hover\:-translate-y-1\/24:hover {
    --tw-translate-y: -4.16667%;
  }

  .\32xl\:hover\:-translate-y-2\/24:hover {
    --tw-translate-y: -8.33333%;
  }

  .\32xl\:hover\:-translate-y-3\/24:hover {
    --tw-translate-y: -12.5%;
  }

  .\32xl\:hover\:-translate-y-4\/24:hover {
    --tw-translate-y: -16.66667%;
  }

  .\32xl\:hover\:-translate-y-5\/24:hover {
    --tw-translate-y: -20.83333%;
  }

  .\32xl\:hover\:-translate-y-6\/24:hover {
    --tw-translate-y: -25%;
  }

  .\32xl\:hover\:-translate-y-7\/24:hover {
    --tw-translate-y: -29.16667%;
  }

  .\32xl\:hover\:-translate-y-8\/24:hover {
    --tw-translate-y: -33.33333%;
  }

  .\32xl\:hover\:-translate-y-9\/24:hover {
    --tw-translate-y: -37.5%;
  }

  .\32xl\:hover\:-translate-y-10\/24:hover {
    --tw-translate-y: -41.66667%;
  }

  .\32xl\:hover\:-translate-y-11\/24:hover {
    --tw-translate-y: -45.83333%;
  }

  .\32xl\:hover\:-translate-y-12\/24:hover {
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-13\/24:hover {
    --tw-translate-y: -54.16667%;
  }

  .\32xl\:hover\:-translate-y-14\/24:hover {
    --tw-translate-y: -58.33333%;
  }

  .\32xl\:hover\:-translate-y-15\/24:hover {
    --tw-translate-y: -62.5%;
  }

  .\32xl\:hover\:-translate-y-16\/24:hover {
    --tw-translate-y: -66.66667%;
  }

  .\32xl\:hover\:-translate-y-17\/24:hover {
    --tw-translate-y: -70.83333%;
  }

  .\32xl\:hover\:-translate-y-18\/24:hover {
    --tw-translate-y: -75%;
  }

  .\32xl\:hover\:-translate-y-19\/24:hover {
    --tw-translate-y: -79.16667%;
  }

  .\32xl\:hover\:-translate-y-20\/24:hover {
    --tw-translate-y: -83.33333%;
  }

  .\32xl\:hover\:-translate-y-21\/24:hover {
    --tw-translate-y: -87.5%;
  }

  .\32xl\:hover\:-translate-y-22\/24:hover {
    --tw-translate-y: -91.66667%;
  }

  .\32xl\:hover\:-translate-y-23\/24:hover {
    --tw-translate-y: -95.83333%;
  }

  .\32xl\:hover\:-translate-y-24\/24:hover {
    --tw-translate-y: -100%;
  }

  .\32xl\:hover\:-translate-y-screen-header:hover {
    --tw-translate-y: -41.55vw;
  }

  .\32xl\:hover\:-translate-y-screen-60:hover {
    --tw-translate-y: -60vh;
  }

  .\32xl\:hover\:-translate-y-screen-80:hover {
    --tw-translate-y: -80vh;
  }

  .\32xl\:hover\:-translate-y-screen-85:hover {
    --tw-translate-y: -85vh;
  }

  .\32xl\:hover\:-translate-y-screen-90:hover {
    --tw-translate-y: -90vh;
  }

  .\32xl\:hover\:-translate-y-screen-95:hover {
    --tw-translate-y: -95vh;
  }

  .\32xl\:hover\:-translate-y-screen-minus-header:hover {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .\32xl\:hover\:-translate-y-screen-minus-35\.5:hover {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .\32xl\:hover\:-translate-y-screen-minus-36:hover {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .\32xl\:hover\:-translate-y-screen-minus-40:hover {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .\32xl\:hover\:-translate-y-screen-minus-55:hover {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .\32xl\:hover\:-translate-y-screen-minus-72:hover {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .\32xl\:hover\:-translate-y-screen-minus-80:hover {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .\32xl\:hover\:-translate-y-full-4:hover {
    --tw-translate-y: calc(-100% - -16px);
  }

  .\32xl\:hover\:-translate-y-account-body:hover {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .\32xl\:hover\:-translate-y-menu-center:hover {
    --tw-translate-y: calc(-50% - -288px);
  }

  .\32xl\:hover\:-translate-y-tutorials-hidden:hover {
    --tw-translate-y: calc(-100% - -56px);
  }

  .\32xl\:hover\:-translate-y-popup-full-width:hover {
    --tw-translate-y: calc(-100% + -32px);
  }

  .\32xl\:hover\:-translate-y-popup-full-width-md:hover {
    --tw-translate-y: calc(-100% + -64px);
  }

  .\32xl\:hover\:-translate-y-popup-full-height:hover {
    --tw-translate-y: calc(-100% + -68px);
  }

  .\32xl\:hover\:-translate-y-max-content:hover {
    --tw-translate-y: max-content;
  }

  .\32xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25%;
  }

  .\32xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50%;
  }

  .\32xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75%;
  }

  .\32xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100%;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25%;
  }

  .\32xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50%;
  }

  .\32xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75%;
  }

  .\32xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100%;
  }

  .\32xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem;
  }

  .\32xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem;
  }

  .\32xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem;
  }

  .\32xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem;
  }

  .\32xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem;
  }

  .\32xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem;
  }

  .\32xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem;
  }

  .\32xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem;
  }

  .\32xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem;
  }

  .\32xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem;
  }

  .\32xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem;
  }

  .\32xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem;
  }

  .\32xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem;
  }

  .\32xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem;
  }

  .\32xl\:focus\:translate-x-18:focus {
    --tw-translate-x: 4.5rem;
  }

  .\32xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem;
  }

  .\32xl\:focus\:translate-x-21:focus {
    --tw-translate-x: 5.25rem;
  }

  .\32xl\:focus\:translate-x-22:focus {
    --tw-translate-x: 5.5rem;
  }

  .\32xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem;
  }

  .\32xl\:focus\:translate-x-26:focus {
    --tw-translate-x: 6.5rem;
  }

  .\32xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem;
  }

  .\32xl\:focus\:translate-x-29:focus {
    --tw-translate-x: 7.25rem;
  }

  .\32xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem;
  }

  .\32xl\:focus\:translate-x-34:focus {
    --tw-translate-x: 8.5rem;
  }

  .\32xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem;
  }

  .\32xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem;
  }

  .\32xl\:focus\:translate-x-42:focus {
    --tw-translate-x: 10.5rem;
  }

  .\32xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem;
  }

  .\32xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem;
  }

  .\32xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem;
  }

  .\32xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem;
  }

  .\32xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem;
  }

  .\32xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem;
  }

  .\32xl\:focus\:translate-x-68:focus {
    --tw-translate-x: 17rem;
  }

  .\32xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18rem;
  }

  .\32xl\:focus\:translate-x-77:focus {
    --tw-translate-x: 19.25rem;
  }

  .\32xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem;
  }

  .\32xl\:focus\:translate-x-82:focus {
    --tw-translate-x: 20.5rem;
  }

  .\32xl\:focus\:translate-x-88:focus {
    --tw-translate-x: 22rem;
  }

  .\32xl\:focus\:translate-x-94:focus {
    --tw-translate-x: 23.5rem;
  }

  .\32xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem;
  }

  .\32xl\:focus\:translate-x-98:focus {
    --tw-translate-x: 24.5rem;
  }

  .\32xl\:focus\:translate-x-104:focus {
    --tw-translate-x: 26rem;
  }

  .\32xl\:focus\:translate-x-108:focus {
    --tw-translate-x: 27rem;
  }

  .\32xl\:focus\:translate-x-110:focus {
    --tw-translate-x: 27.5rem;
  }

  .\32xl\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem;
  }

  .\32xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem;
  }

  .\32xl\:focus\:translate-x-128:focus {
    --tw-translate-x: 32rem;
  }

  .\32xl\:focus\:translate-x-132:focus {
    --tw-translate-x: 33rem;
  }

  .\32xl\:focus\:translate-x-134:focus {
    --tw-translate-x: 33.5rem;
  }

  .\32xl\:focus\:translate-x-135:focus {
    --tw-translate-x: 33.75rem;
  }

  .\32xl\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem;
  }

  .\32xl\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem;
  }

  .\32xl\:focus\:translate-x-152:focus {
    --tw-translate-x: 38rem;
  }

  .\32xl\:focus\:translate-x-160:focus {
    --tw-translate-x: 40rem;
  }

  .\32xl\:focus\:translate-x-164:focus {
    --tw-translate-x: 41rem;
  }

  .\32xl\:focus\:translate-x-172:focus {
    --tw-translate-x: 43rem;
  }

  .\32xl\:focus\:translate-x-179:focus {
    --tw-translate-x: 44.75rem;
  }

  .\32xl\:focus\:translate-x-184:focus {
    --tw-translate-x: 46rem;
  }

  .\32xl\:focus\:translate-x-192:focus {
    --tw-translate-x: 48rem;
  }

  .\32xl\:focus\:translate-x-224:focus {
    --tw-translate-x: 56rem;
  }

  .\32xl\:focus\:translate-x-240:focus {
    --tw-translate-x: 60rem;
  }

  .\32xl\:focus\:translate-x-256:focus {
    --tw-translate-x: 64rem;
  }

  .\32xl\:focus\:translate-x-265:focus {
    --tw-translate-x: 66.25rem;
  }

  .\32xl\:focus\:translate-x-288:focus {
    --tw-translate-x: 72rem;
  }

  .\32xl\:focus\:translate-x-384:focus {
    --tw-translate-x: 96rem;
  }

  .\32xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px;
  }

  .\32xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem;
  }

  .\32xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem;
  }

  .\32xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem;
  }

  .\32xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem;
  }

  .\32xl\:focus\:translate-x-0\.75:focus {
    --tw-translate-x: 0.1875rem;
  }

  .\32xl\:focus\:translate-x-4\.5:focus {
    --tw-translate-x: 1.125rem;
  }

  .\32xl\:focus\:translate-x-7\.5:focus {
    --tw-translate-x: 1.875rem;
  }

  .\32xl\:focus\:translate-x-9\.5:focus {
    --tw-translate-x: 2.375rem;
  }

  .\32xl\:focus\:translate-x-9\.75:focus {
    --tw-translate-x: 2.4375rem;
  }

  .\32xl\:focus\:translate-x-12\.5:focus {
    --tw-translate-x: 3.125rem;
  }

  .\32xl\:focus\:translate-x-13\.5:focus {
    --tw-translate-x: 3.375rem;
  }

  .\32xl\:focus\:translate-x-292\.5:focus {
    --tw-translate-x: 73.125rem;
  }

  .\32xl\:focus\:translate-x-1\/24:focus {
    --tw-translate-x: 4.166667%;
  }

  .\32xl\:focus\:translate-x-2\/24:focus {
    --tw-translate-x: 8.333333%;
  }

  .\32xl\:focus\:translate-x-3\/24:focus {
    --tw-translate-x: 12.5%;
  }

  .\32xl\:focus\:translate-x-4\/24:focus {
    --tw-translate-x: 16.666667%;
  }

  .\32xl\:focus\:translate-x-5\/24:focus {
    --tw-translate-x: 20.833333%;
  }

  .\32xl\:focus\:translate-x-6\/24:focus {
    --tw-translate-x: 25%;
  }

  .\32xl\:focus\:translate-x-7\/24:focus {
    --tw-translate-x: 29.166666%;
  }

  .\32xl\:focus\:translate-x-8\/24:focus {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:focus\:translate-x-9\/24:focus {
    --tw-translate-x: 37.5%;
  }

  .\32xl\:focus\:translate-x-10\/24:focus {
    --tw-translate-x: 41.666666%;
  }

  .\32xl\:focus\:translate-x-11\/24:focus {
    --tw-translate-x: 45.833333%;
  }

  .\32xl\:focus\:translate-x-12\/24:focus {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-13\/24:focus {
    --tw-translate-x: 54.166666%;
  }

  .\32xl\:focus\:translate-x-14\/24:focus {
    --tw-translate-x: 58.333333%;
  }

  .\32xl\:focus\:translate-x-15\/24:focus {
    --tw-translate-x: 62.5%;
  }

  .\32xl\:focus\:translate-x-16\/24:focus {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:focus\:translate-x-17\/24:focus {
    --tw-translate-x: 70.833333%;
  }

  .\32xl\:focus\:translate-x-18\/24:focus {
    --tw-translate-x: 75%;
  }

  .\32xl\:focus\:translate-x-19\/24:focus {
    --tw-translate-x: 79.166667%;
  }

  .\32xl\:focus\:translate-x-20\/24:focus {
    --tw-translate-x: 83.333333%;
  }

  .\32xl\:focus\:translate-x-21\/24:focus {
    --tw-translate-x: 87.5%;
  }

  .\32xl\:focus\:translate-x-22\/24:focus {
    --tw-translate-x: 91.666667%;
  }

  .\32xl\:focus\:translate-x-23\/24:focus {
    --tw-translate-x: 95.833333%;
  }

  .\32xl\:focus\:translate-x-24\/24:focus {
    --tw-translate-x: 100%;
  }

  .\32xl\:focus\:translate-x-screen-header:focus {
    --tw-translate-x: 41.55vw;
  }

  .\32xl\:focus\:translate-x-screen-60:focus {
    --tw-translate-x: 60vh;
  }

  .\32xl\:focus\:translate-x-screen-80:focus {
    --tw-translate-x: 80vh;
  }

  .\32xl\:focus\:translate-x-screen-85:focus {
    --tw-translate-x: 85vh;
  }

  .\32xl\:focus\:translate-x-screen-90:focus {
    --tw-translate-x: 90vh;
  }

  .\32xl\:focus\:translate-x-screen-95:focus {
    --tw-translate-x: 95vh;
  }

  .\32xl\:focus\:translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(100vh - 5.25rem);
  }

  .\32xl\:focus\:translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(100vh - 8.875rem);
  }

  .\32xl\:focus\:translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(100vh - 9rem);
  }

  .\32xl\:focus\:translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(100vh - 10rem);
  }

  .\32xl\:focus\:translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(100vh - 13.75rem);
  }

  .\32xl\:focus\:translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(100vh - 18rem);
  }

  .\32xl\:focus\:translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(100vh - 20rem);
  }

  .\32xl\:focus\:translate-x-full-4:focus {
    --tw-translate-x: calc(100% - 16px);
  }

  .\32xl\:focus\:translate-x-account-body:focus {
    --tw-translate-x: calc(100vw - 304px);
  }

  .\32xl\:focus\:translate-x-menu-center:focus {
    --tw-translate-x: calc(50% - 288px);
  }

  .\32xl\:focus\:translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(100% - 56px);
  }

  .\32xl\:focus\:translate-x-popup-full-width:focus {
    --tw-translate-x: calc(100% + 32px);
  }

  .\32xl\:focus\:translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(100% + 64px);
  }

  .\32xl\:focus\:translate-x-popup-full-height:focus {
    --tw-translate-x: calc(100% + 68px);
  }

  .\32xl\:focus\:translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .\32xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px;
  }

  .\32xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem;
  }

  .\32xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem;
  }

  .\32xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem;
  }

  .\32xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem;
  }

  .\32xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem;
  }

  .\32xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem;
  }

  .\32xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem;
  }

  .\32xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem;
  }

  .\32xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem;
  }

  .\32xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem;
  }

  .\32xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem;
  }

  .\32xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem;
  }

  .\32xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem;
  }

  .\32xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem;
  }

  .\32xl\:focus\:-translate-x-18:focus {
    --tw-translate-x: -4.5rem;
  }

  .\32xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem;
  }

  .\32xl\:focus\:-translate-x-21:focus {
    --tw-translate-x: -5.25rem;
  }

  .\32xl\:focus\:-translate-x-22:focus {
    --tw-translate-x: -5.5rem;
  }

  .\32xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem;
  }

  .\32xl\:focus\:-translate-x-26:focus {
    --tw-translate-x: -6.5rem;
  }

  .\32xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem;
  }

  .\32xl\:focus\:-translate-x-29:focus {
    --tw-translate-x: -7.25rem;
  }

  .\32xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem;
  }

  .\32xl\:focus\:-translate-x-34:focus {
    --tw-translate-x: -8.5rem;
  }

  .\32xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem;
  }

  .\32xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem;
  }

  .\32xl\:focus\:-translate-x-42:focus {
    --tw-translate-x: -10.5rem;
  }

  .\32xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem;
  }

  .\32xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem;
  }

  .\32xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem;
  }

  .\32xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem;
  }

  .\32xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem;
  }

  .\32xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem;
  }

  .\32xl\:focus\:-translate-x-68:focus {
    --tw-translate-x: -17rem;
  }

  .\32xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18rem;
  }

  .\32xl\:focus\:-translate-x-77:focus {
    --tw-translate-x: -19.25rem;
  }

  .\32xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem;
  }

  .\32xl\:focus\:-translate-x-82:focus {
    --tw-translate-x: -20.5rem;
  }

  .\32xl\:focus\:-translate-x-88:focus {
    --tw-translate-x: -22rem;
  }

  .\32xl\:focus\:-translate-x-94:focus {
    --tw-translate-x: -23.5rem;
  }

  .\32xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem;
  }

  .\32xl\:focus\:-translate-x-98:focus {
    --tw-translate-x: -24.5rem;
  }

  .\32xl\:focus\:-translate-x-104:focus {
    --tw-translate-x: -26rem;
  }

  .\32xl\:focus\:-translate-x-108:focus {
    --tw-translate-x: -27rem;
  }

  .\32xl\:focus\:-translate-x-110:focus {
    --tw-translate-x: -27.5rem;
  }

  .\32xl\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem;
  }

  .\32xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem;
  }

  .\32xl\:focus\:-translate-x-128:focus {
    --tw-translate-x: -32rem;
  }

  .\32xl\:focus\:-translate-x-132:focus {
    --tw-translate-x: -33rem;
  }

  .\32xl\:focus\:-translate-x-134:focus {
    --tw-translate-x: -33.5rem;
  }

  .\32xl\:focus\:-translate-x-135:focus {
    --tw-translate-x: -33.75rem;
  }

  .\32xl\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem;
  }

  .\32xl\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem;
  }

  .\32xl\:focus\:-translate-x-152:focus {
    --tw-translate-x: -38rem;
  }

  .\32xl\:focus\:-translate-x-160:focus {
    --tw-translate-x: -40rem;
  }

  .\32xl\:focus\:-translate-x-164:focus {
    --tw-translate-x: -41rem;
  }

  .\32xl\:focus\:-translate-x-172:focus {
    --tw-translate-x: -43rem;
  }

  .\32xl\:focus\:-translate-x-179:focus {
    --tw-translate-x: -44.75rem;
  }

  .\32xl\:focus\:-translate-x-184:focus {
    --tw-translate-x: -46rem;
  }

  .\32xl\:focus\:-translate-x-192:focus {
    --tw-translate-x: -48rem;
  }

  .\32xl\:focus\:-translate-x-224:focus {
    --tw-translate-x: -56rem;
  }

  .\32xl\:focus\:-translate-x-240:focus {
    --tw-translate-x: -60rem;
  }

  .\32xl\:focus\:-translate-x-256:focus {
    --tw-translate-x: -64rem;
  }

  .\32xl\:focus\:-translate-x-265:focus {
    --tw-translate-x: -66.25rem;
  }

  .\32xl\:focus\:-translate-x-288:focus {
    --tw-translate-x: -72rem;
  }

  .\32xl\:focus\:-translate-x-384:focus {
    --tw-translate-x: -96rem;
  }

  .\32xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem;
  }

  .\32xl\:focus\:-translate-x-0\.75:focus {
    --tw-translate-x: -0.1875rem;
  }

  .\32xl\:focus\:-translate-x-4\.5:focus {
    --tw-translate-x: -1.125rem;
  }

  .\32xl\:focus\:-translate-x-7\.5:focus {
    --tw-translate-x: -1.875rem;
  }

  .\32xl\:focus\:-translate-x-9\.5:focus {
    --tw-translate-x: -2.375rem;
  }

  .\32xl\:focus\:-translate-x-9\.75:focus {
    --tw-translate-x: -2.4375rem;
  }

  .\32xl\:focus\:-translate-x-12\.5:focus {
    --tw-translate-x: -3.125rem;
  }

  .\32xl\:focus\:-translate-x-13\.5:focus {
    --tw-translate-x: -3.375rem;
  }

  .\32xl\:focus\:-translate-x-292\.5:focus {
    --tw-translate-x: -73.125rem;
  }

  .\32xl\:focus\:-translate-x-1\/24:focus {
    --tw-translate-x: -4.16667%;
  }

  .\32xl\:focus\:-translate-x-2\/24:focus {
    --tw-translate-x: -8.33333%;
  }

  .\32xl\:focus\:-translate-x-3\/24:focus {
    --tw-translate-x: -12.5%;
  }

  .\32xl\:focus\:-translate-x-4\/24:focus {
    --tw-translate-x: -16.66667%;
  }

  .\32xl\:focus\:-translate-x-5\/24:focus {
    --tw-translate-x: -20.83333%;
  }

  .\32xl\:focus\:-translate-x-6\/24:focus {
    --tw-translate-x: -25%;
  }

  .\32xl\:focus\:-translate-x-7\/24:focus {
    --tw-translate-x: -29.16667%;
  }

  .\32xl\:focus\:-translate-x-8\/24:focus {
    --tw-translate-x: -33.33333%;
  }

  .\32xl\:focus\:-translate-x-9\/24:focus {
    --tw-translate-x: -37.5%;
  }

  .\32xl\:focus\:-translate-x-10\/24:focus {
    --tw-translate-x: -41.66667%;
  }

  .\32xl\:focus\:-translate-x-11\/24:focus {
    --tw-translate-x: -45.83333%;
  }

  .\32xl\:focus\:-translate-x-12\/24:focus {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-13\/24:focus {
    --tw-translate-x: -54.16667%;
  }

  .\32xl\:focus\:-translate-x-14\/24:focus {
    --tw-translate-x: -58.33333%;
  }

  .\32xl\:focus\:-translate-x-15\/24:focus {
    --tw-translate-x: -62.5%;
  }

  .\32xl\:focus\:-translate-x-16\/24:focus {
    --tw-translate-x: -66.66667%;
  }

  .\32xl\:focus\:-translate-x-17\/24:focus {
    --tw-translate-x: -70.83333%;
  }

  .\32xl\:focus\:-translate-x-18\/24:focus {
    --tw-translate-x: -75%;
  }

  .\32xl\:focus\:-translate-x-19\/24:focus {
    --tw-translate-x: -79.16667%;
  }

  .\32xl\:focus\:-translate-x-20\/24:focus {
    --tw-translate-x: -83.33333%;
  }

  .\32xl\:focus\:-translate-x-21\/24:focus {
    --tw-translate-x: -87.5%;
  }

  .\32xl\:focus\:-translate-x-22\/24:focus {
    --tw-translate-x: -91.66667%;
  }

  .\32xl\:focus\:-translate-x-23\/24:focus {
    --tw-translate-x: -95.83333%;
  }

  .\32xl\:focus\:-translate-x-24\/24:focus {
    --tw-translate-x: -100%;
  }

  .\32xl\:focus\:-translate-x-screen-header:focus {
    --tw-translate-x: -41.55vw;
  }

  .\32xl\:focus\:-translate-x-screen-60:focus {
    --tw-translate-x: -60vh;
  }

  .\32xl\:focus\:-translate-x-screen-80:focus {
    --tw-translate-x: -80vh;
  }

  .\32xl\:focus\:-translate-x-screen-85:focus {
    --tw-translate-x: -85vh;
  }

  .\32xl\:focus\:-translate-x-screen-90:focus {
    --tw-translate-x: -90vh;
  }

  .\32xl\:focus\:-translate-x-screen-95:focus {
    --tw-translate-x: -95vh;
  }

  .\32xl\:focus\:-translate-x-screen-minus-header:focus {
    --tw-translate-x: calc(-100vh - -5.25rem);
  }

  .\32xl\:focus\:-translate-x-screen-minus-35\.5:focus {
    --tw-translate-x: calc(-100vh - -8.875rem);
  }

  .\32xl\:focus\:-translate-x-screen-minus-36:focus {
    --tw-translate-x: calc(-100vh - -9rem);
  }

  .\32xl\:focus\:-translate-x-screen-minus-40:focus {
    --tw-translate-x: calc(-100vh - -10rem);
  }

  .\32xl\:focus\:-translate-x-screen-minus-55:focus {
    --tw-translate-x: calc(-100vh - -13.75rem);
  }

  .\32xl\:focus\:-translate-x-screen-minus-72:focus {
    --tw-translate-x: calc(-100vh - -18rem);
  }

  .\32xl\:focus\:-translate-x-screen-minus-80:focus {
    --tw-translate-x: calc(-100vh - -20rem);
  }

  .\32xl\:focus\:-translate-x-full-4:focus {
    --tw-translate-x: calc(-100% - -16px);
  }

  .\32xl\:focus\:-translate-x-account-body:focus {
    --tw-translate-x: calc(-100vw - -304px);
  }

  .\32xl\:focus\:-translate-x-menu-center:focus {
    --tw-translate-x: calc(-50% - -288px);
  }

  .\32xl\:focus\:-translate-x-tutorials-hidden:focus {
    --tw-translate-x: calc(-100% - -56px);
  }

  .\32xl\:focus\:-translate-x-popup-full-width:focus {
    --tw-translate-x: calc(-100% + -32px);
  }

  .\32xl\:focus\:-translate-x-popup-full-width-md:focus {
    --tw-translate-x: calc(-100% + -64px);
  }

  .\32xl\:focus\:-translate-x-popup-full-height:focus {
    --tw-translate-x: calc(-100% + -68px);
  }

  .\32xl\:focus\:-translate-x-max-content:focus {
    --tw-translate-x: max-content;
  }

  .\32xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333%;
  }

  .\32xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667%;
  }

  .\32xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25%;
  }

  .\32xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50%;
  }

  .\32xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75%;
  }

  .\32xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100%;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333%;
  }

  .\32xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667%;
  }

  .\32xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25%;
  }

  .\32xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50%;
  }

  .\32xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75%;
  }

  .\32xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100%;
  }

  .\32xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem;
  }

  .\32xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem;
  }

  .\32xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem;
  }

  .\32xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem;
  }

  .\32xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem;
  }

  .\32xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem;
  }

  .\32xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem;
  }

  .\32xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem;
  }

  .\32xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem;
  }

  .\32xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem;
  }

  .\32xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem;
  }

  .\32xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem;
  }

  .\32xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem;
  }

  .\32xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem;
  }

  .\32xl\:focus\:translate-y-18:focus {
    --tw-translate-y: 4.5rem;
  }

  .\32xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem;
  }

  .\32xl\:focus\:translate-y-21:focus {
    --tw-translate-y: 5.25rem;
  }

  .\32xl\:focus\:translate-y-22:focus {
    --tw-translate-y: 5.5rem;
  }

  .\32xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem;
  }

  .\32xl\:focus\:translate-y-26:focus {
    --tw-translate-y: 6.5rem;
  }

  .\32xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem;
  }

  .\32xl\:focus\:translate-y-29:focus {
    --tw-translate-y: 7.25rem;
  }

  .\32xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem;
  }

  .\32xl\:focus\:translate-y-34:focus {
    --tw-translate-y: 8.5rem;
  }

  .\32xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem;
  }

  .\32xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem;
  }

  .\32xl\:focus\:translate-y-42:focus {
    --tw-translate-y: 10.5rem;
  }

  .\32xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem;
  }

  .\32xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem;
  }

  .\32xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem;
  }

  .\32xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem;
  }

  .\32xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem;
  }

  .\32xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem;
  }

  .\32xl\:focus\:translate-y-68:focus {
    --tw-translate-y: 17rem;
  }

  .\32xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18rem;
  }

  .\32xl\:focus\:translate-y-77:focus {
    --tw-translate-y: 19.25rem;
  }

  .\32xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem;
  }

  .\32xl\:focus\:translate-y-82:focus {
    --tw-translate-y: 20.5rem;
  }

  .\32xl\:focus\:translate-y-88:focus {
    --tw-translate-y: 22rem;
  }

  .\32xl\:focus\:translate-y-94:focus {
    --tw-translate-y: 23.5rem;
  }

  .\32xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem;
  }

  .\32xl\:focus\:translate-y-98:focus {
    --tw-translate-y: 24.5rem;
  }

  .\32xl\:focus\:translate-y-104:focus {
    --tw-translate-y: 26rem;
  }

  .\32xl\:focus\:translate-y-108:focus {
    --tw-translate-y: 27rem;
  }

  .\32xl\:focus\:translate-y-110:focus {
    --tw-translate-y: 27.5rem;
  }

  .\32xl\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem;
  }

  .\32xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem;
  }

  .\32xl\:focus\:translate-y-128:focus {
    --tw-translate-y: 32rem;
  }

  .\32xl\:focus\:translate-y-132:focus {
    --tw-translate-y: 33rem;
  }

  .\32xl\:focus\:translate-y-134:focus {
    --tw-translate-y: 33.5rem;
  }

  .\32xl\:focus\:translate-y-135:focus {
    --tw-translate-y: 33.75rem;
  }

  .\32xl\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem;
  }

  .\32xl\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem;
  }

  .\32xl\:focus\:translate-y-152:focus {
    --tw-translate-y: 38rem;
  }

  .\32xl\:focus\:translate-y-160:focus {
    --tw-translate-y: 40rem;
  }

  .\32xl\:focus\:translate-y-164:focus {
    --tw-translate-y: 41rem;
  }

  .\32xl\:focus\:translate-y-172:focus {
    --tw-translate-y: 43rem;
  }

  .\32xl\:focus\:translate-y-179:focus {
    --tw-translate-y: 44.75rem;
  }

  .\32xl\:focus\:translate-y-184:focus {
    --tw-translate-y: 46rem;
  }

  .\32xl\:focus\:translate-y-192:focus {
    --tw-translate-y: 48rem;
  }

  .\32xl\:focus\:translate-y-224:focus {
    --tw-translate-y: 56rem;
  }

  .\32xl\:focus\:translate-y-240:focus {
    --tw-translate-y: 60rem;
  }

  .\32xl\:focus\:translate-y-256:focus {
    --tw-translate-y: 64rem;
  }

  .\32xl\:focus\:translate-y-265:focus {
    --tw-translate-y: 66.25rem;
  }

  .\32xl\:focus\:translate-y-288:focus {
    --tw-translate-y: 72rem;
  }

  .\32xl\:focus\:translate-y-384:focus {
    --tw-translate-y: 96rem;
  }

  .\32xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px;
  }

  .\32xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem;
  }

  .\32xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem;
  }

  .\32xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem;
  }

  .\32xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem;
  }

  .\32xl\:focus\:translate-y-0\.75:focus {
    --tw-translate-y: 0.1875rem;
  }

  .\32xl\:focus\:translate-y-4\.5:focus {
    --tw-translate-y: 1.125rem;
  }

  .\32xl\:focus\:translate-y-7\.5:focus {
    --tw-translate-y: 1.875rem;
  }

  .\32xl\:focus\:translate-y-9\.5:focus {
    --tw-translate-y: 2.375rem;
  }

  .\32xl\:focus\:translate-y-9\.75:focus {
    --tw-translate-y: 2.4375rem;
  }

  .\32xl\:focus\:translate-y-12\.5:focus {
    --tw-translate-y: 3.125rem;
  }

  .\32xl\:focus\:translate-y-13\.5:focus {
    --tw-translate-y: 3.375rem;
  }

  .\32xl\:focus\:translate-y-292\.5:focus {
    --tw-translate-y: 73.125rem;
  }

  .\32xl\:focus\:translate-y-1\/24:focus {
    --tw-translate-y: 4.166667%;
  }

  .\32xl\:focus\:translate-y-2\/24:focus {
    --tw-translate-y: 8.333333%;
  }

  .\32xl\:focus\:translate-y-3\/24:focus {
    --tw-translate-y: 12.5%;
  }

  .\32xl\:focus\:translate-y-4\/24:focus {
    --tw-translate-y: 16.666667%;
  }

  .\32xl\:focus\:translate-y-5\/24:focus {
    --tw-translate-y: 20.833333%;
  }

  .\32xl\:focus\:translate-y-6\/24:focus {
    --tw-translate-y: 25%;
  }

  .\32xl\:focus\:translate-y-7\/24:focus {
    --tw-translate-y: 29.166666%;
  }

  .\32xl\:focus\:translate-y-8\/24:focus {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:focus\:translate-y-9\/24:focus {
    --tw-translate-y: 37.5%;
  }

  .\32xl\:focus\:translate-y-10\/24:focus {
    --tw-translate-y: 41.666666%;
  }

  .\32xl\:focus\:translate-y-11\/24:focus {
    --tw-translate-y: 45.833333%;
  }

  .\32xl\:focus\:translate-y-12\/24:focus {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-13\/24:focus {
    --tw-translate-y: 54.166666%;
  }

  .\32xl\:focus\:translate-y-14\/24:focus {
    --tw-translate-y: 58.333333%;
  }

  .\32xl\:focus\:translate-y-15\/24:focus {
    --tw-translate-y: 62.5%;
  }

  .\32xl\:focus\:translate-y-16\/24:focus {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:focus\:translate-y-17\/24:focus {
    --tw-translate-y: 70.833333%;
  }

  .\32xl\:focus\:translate-y-18\/24:focus {
    --tw-translate-y: 75%;
  }

  .\32xl\:focus\:translate-y-19\/24:focus {
    --tw-translate-y: 79.166667%;
  }

  .\32xl\:focus\:translate-y-20\/24:focus {
    --tw-translate-y: 83.333333%;
  }

  .\32xl\:focus\:translate-y-21\/24:focus {
    --tw-translate-y: 87.5%;
  }

  .\32xl\:focus\:translate-y-22\/24:focus {
    --tw-translate-y: 91.666667%;
  }

  .\32xl\:focus\:translate-y-23\/24:focus {
    --tw-translate-y: 95.833333%;
  }

  .\32xl\:focus\:translate-y-24\/24:focus {
    --tw-translate-y: 100%;
  }

  .\32xl\:focus\:translate-y-screen-header:focus {
    --tw-translate-y: 41.55vw;
  }

  .\32xl\:focus\:translate-y-screen-60:focus {
    --tw-translate-y: 60vh;
  }

  .\32xl\:focus\:translate-y-screen-80:focus {
    --tw-translate-y: 80vh;
  }

  .\32xl\:focus\:translate-y-screen-85:focus {
    --tw-translate-y: 85vh;
  }

  .\32xl\:focus\:translate-y-screen-90:focus {
    --tw-translate-y: 90vh;
  }

  .\32xl\:focus\:translate-y-screen-95:focus {
    --tw-translate-y: 95vh;
  }

  .\32xl\:focus\:translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(100vh - 5.25rem);
  }

  .\32xl\:focus\:translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(100vh - 8.875rem);
  }

  .\32xl\:focus\:translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(100vh - 9rem);
  }

  .\32xl\:focus\:translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(100vh - 10rem);
  }

  .\32xl\:focus\:translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(100vh - 13.75rem);
  }

  .\32xl\:focus\:translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(100vh - 18rem);
  }

  .\32xl\:focus\:translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(100vh - 20rem);
  }

  .\32xl\:focus\:translate-y-full-4:focus {
    --tw-translate-y: calc(100% - 16px);
  }

  .\32xl\:focus\:translate-y-account-body:focus {
    --tw-translate-y: calc(100vw - 304px);
  }

  .\32xl\:focus\:translate-y-menu-center:focus {
    --tw-translate-y: calc(50% - 288px);
  }

  .\32xl\:focus\:translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(100% - 56px);
  }

  .\32xl\:focus\:translate-y-popup-full-width:focus {
    --tw-translate-y: calc(100% + 32px);
  }

  .\32xl\:focus\:translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(100% + 64px);
  }

  .\32xl\:focus\:translate-y-popup-full-height:focus {
    --tw-translate-y: calc(100% + 68px);
  }

  .\32xl\:focus\:translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .\32xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px;
  }

  .\32xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem;
  }

  .\32xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem;
  }

  .\32xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem;
  }

  .\32xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem;
  }

  .\32xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem;
  }

  .\32xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem;
  }

  .\32xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem;
  }

  .\32xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem;
  }

  .\32xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem;
  }

  .\32xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem;
  }

  .\32xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem;
  }

  .\32xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem;
  }

  .\32xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem;
  }

  .\32xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem;
  }

  .\32xl\:focus\:-translate-y-18:focus {
    --tw-translate-y: -4.5rem;
  }

  .\32xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem;
  }

  .\32xl\:focus\:-translate-y-21:focus {
    --tw-translate-y: -5.25rem;
  }

  .\32xl\:focus\:-translate-y-22:focus {
    --tw-translate-y: -5.5rem;
  }

  .\32xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem;
  }

  .\32xl\:focus\:-translate-y-26:focus {
    --tw-translate-y: -6.5rem;
  }

  .\32xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem;
  }

  .\32xl\:focus\:-translate-y-29:focus {
    --tw-translate-y: -7.25rem;
  }

  .\32xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem;
  }

  .\32xl\:focus\:-translate-y-34:focus {
    --tw-translate-y: -8.5rem;
  }

  .\32xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem;
  }

  .\32xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem;
  }

  .\32xl\:focus\:-translate-y-42:focus {
    --tw-translate-y: -10.5rem;
  }

  .\32xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem;
  }

  .\32xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem;
  }

  .\32xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem;
  }

  .\32xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem;
  }

  .\32xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem;
  }

  .\32xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem;
  }

  .\32xl\:focus\:-translate-y-68:focus {
    --tw-translate-y: -17rem;
  }

  .\32xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18rem;
  }

  .\32xl\:focus\:-translate-y-77:focus {
    --tw-translate-y: -19.25rem;
  }

  .\32xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem;
  }

  .\32xl\:focus\:-translate-y-82:focus {
    --tw-translate-y: -20.5rem;
  }

  .\32xl\:focus\:-translate-y-88:focus {
    --tw-translate-y: -22rem;
  }

  .\32xl\:focus\:-translate-y-94:focus {
    --tw-translate-y: -23.5rem;
  }

  .\32xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem;
  }

  .\32xl\:focus\:-translate-y-98:focus {
    --tw-translate-y: -24.5rem;
  }

  .\32xl\:focus\:-translate-y-104:focus {
    --tw-translate-y: -26rem;
  }

  .\32xl\:focus\:-translate-y-108:focus {
    --tw-translate-y: -27rem;
  }

  .\32xl\:focus\:-translate-y-110:focus {
    --tw-translate-y: -27.5rem;
  }

  .\32xl\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem;
  }

  .\32xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem;
  }

  .\32xl\:focus\:-translate-y-128:focus {
    --tw-translate-y: -32rem;
  }

  .\32xl\:focus\:-translate-y-132:focus {
    --tw-translate-y: -33rem;
  }

  .\32xl\:focus\:-translate-y-134:focus {
    --tw-translate-y: -33.5rem;
  }

  .\32xl\:focus\:-translate-y-135:focus {
    --tw-translate-y: -33.75rem;
  }

  .\32xl\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem;
  }

  .\32xl\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem;
  }

  .\32xl\:focus\:-translate-y-152:focus {
    --tw-translate-y: -38rem;
  }

  .\32xl\:focus\:-translate-y-160:focus {
    --tw-translate-y: -40rem;
  }

  .\32xl\:focus\:-translate-y-164:focus {
    --tw-translate-y: -41rem;
  }

  .\32xl\:focus\:-translate-y-172:focus {
    --tw-translate-y: -43rem;
  }

  .\32xl\:focus\:-translate-y-179:focus {
    --tw-translate-y: -44.75rem;
  }

  .\32xl\:focus\:-translate-y-184:focus {
    --tw-translate-y: -46rem;
  }

  .\32xl\:focus\:-translate-y-192:focus {
    --tw-translate-y: -48rem;
  }

  .\32xl\:focus\:-translate-y-224:focus {
    --tw-translate-y: -56rem;
  }

  .\32xl\:focus\:-translate-y-240:focus {
    --tw-translate-y: -60rem;
  }

  .\32xl\:focus\:-translate-y-256:focus {
    --tw-translate-y: -64rem;
  }

  .\32xl\:focus\:-translate-y-265:focus {
    --tw-translate-y: -66.25rem;
  }

  .\32xl\:focus\:-translate-y-288:focus {
    --tw-translate-y: -72rem;
  }

  .\32xl\:focus\:-translate-y-384:focus {
    --tw-translate-y: -96rem;
  }

  .\32xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem;
  }

  .\32xl\:focus\:-translate-y-0\.75:focus {
    --tw-translate-y: -0.1875rem;
  }

  .\32xl\:focus\:-translate-y-4\.5:focus {
    --tw-translate-y: -1.125rem;
  }

  .\32xl\:focus\:-translate-y-7\.5:focus {
    --tw-translate-y: -1.875rem;
  }

  .\32xl\:focus\:-translate-y-9\.5:focus {
    --tw-translate-y: -2.375rem;
  }

  .\32xl\:focus\:-translate-y-9\.75:focus {
    --tw-translate-y: -2.4375rem;
  }

  .\32xl\:focus\:-translate-y-12\.5:focus {
    --tw-translate-y: -3.125rem;
  }

  .\32xl\:focus\:-translate-y-13\.5:focus {
    --tw-translate-y: -3.375rem;
  }

  .\32xl\:focus\:-translate-y-292\.5:focus {
    --tw-translate-y: -73.125rem;
  }

  .\32xl\:focus\:-translate-y-1\/24:focus {
    --tw-translate-y: -4.16667%;
  }

  .\32xl\:focus\:-translate-y-2\/24:focus {
    --tw-translate-y: -8.33333%;
  }

  .\32xl\:focus\:-translate-y-3\/24:focus {
    --tw-translate-y: -12.5%;
  }

  .\32xl\:focus\:-translate-y-4\/24:focus {
    --tw-translate-y: -16.66667%;
  }

  .\32xl\:focus\:-translate-y-5\/24:focus {
    --tw-translate-y: -20.83333%;
  }

  .\32xl\:focus\:-translate-y-6\/24:focus {
    --tw-translate-y: -25%;
  }

  .\32xl\:focus\:-translate-y-7\/24:focus {
    --tw-translate-y: -29.16667%;
  }

  .\32xl\:focus\:-translate-y-8\/24:focus {
    --tw-translate-y: -33.33333%;
  }

  .\32xl\:focus\:-translate-y-9\/24:focus {
    --tw-translate-y: -37.5%;
  }

  .\32xl\:focus\:-translate-y-10\/24:focus {
    --tw-translate-y: -41.66667%;
  }

  .\32xl\:focus\:-translate-y-11\/24:focus {
    --tw-translate-y: -45.83333%;
  }

  .\32xl\:focus\:-translate-y-12\/24:focus {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-13\/24:focus {
    --tw-translate-y: -54.16667%;
  }

  .\32xl\:focus\:-translate-y-14\/24:focus {
    --tw-translate-y: -58.33333%;
  }

  .\32xl\:focus\:-translate-y-15\/24:focus {
    --tw-translate-y: -62.5%;
  }

  .\32xl\:focus\:-translate-y-16\/24:focus {
    --tw-translate-y: -66.66667%;
  }

  .\32xl\:focus\:-translate-y-17\/24:focus {
    --tw-translate-y: -70.83333%;
  }

  .\32xl\:focus\:-translate-y-18\/24:focus {
    --tw-translate-y: -75%;
  }

  .\32xl\:focus\:-translate-y-19\/24:focus {
    --tw-translate-y: -79.16667%;
  }

  .\32xl\:focus\:-translate-y-20\/24:focus {
    --tw-translate-y: -83.33333%;
  }

  .\32xl\:focus\:-translate-y-21\/24:focus {
    --tw-translate-y: -87.5%;
  }

  .\32xl\:focus\:-translate-y-22\/24:focus {
    --tw-translate-y: -91.66667%;
  }

  .\32xl\:focus\:-translate-y-23\/24:focus {
    --tw-translate-y: -95.83333%;
  }

  .\32xl\:focus\:-translate-y-24\/24:focus {
    --tw-translate-y: -100%;
  }

  .\32xl\:focus\:-translate-y-screen-header:focus {
    --tw-translate-y: -41.55vw;
  }

  .\32xl\:focus\:-translate-y-screen-60:focus {
    --tw-translate-y: -60vh;
  }

  .\32xl\:focus\:-translate-y-screen-80:focus {
    --tw-translate-y: -80vh;
  }

  .\32xl\:focus\:-translate-y-screen-85:focus {
    --tw-translate-y: -85vh;
  }

  .\32xl\:focus\:-translate-y-screen-90:focus {
    --tw-translate-y: -90vh;
  }

  .\32xl\:focus\:-translate-y-screen-95:focus {
    --tw-translate-y: -95vh;
  }

  .\32xl\:focus\:-translate-y-screen-minus-header:focus {
    --tw-translate-y: calc(-100vh - -5.25rem);
  }

  .\32xl\:focus\:-translate-y-screen-minus-35\.5:focus {
    --tw-translate-y: calc(-100vh - -8.875rem);
  }

  .\32xl\:focus\:-translate-y-screen-minus-36:focus {
    --tw-translate-y: calc(-100vh - -9rem);
  }

  .\32xl\:focus\:-translate-y-screen-minus-40:focus {
    --tw-translate-y: calc(-100vh - -10rem);
  }

  .\32xl\:focus\:-translate-y-screen-minus-55:focus {
    --tw-translate-y: calc(-100vh - -13.75rem);
  }

  .\32xl\:focus\:-translate-y-screen-minus-72:focus {
    --tw-translate-y: calc(-100vh - -18rem);
  }

  .\32xl\:focus\:-translate-y-screen-minus-80:focus {
    --tw-translate-y: calc(-100vh - -20rem);
  }

  .\32xl\:focus\:-translate-y-full-4:focus {
    --tw-translate-y: calc(-100% - -16px);
  }

  .\32xl\:focus\:-translate-y-account-body:focus {
    --tw-translate-y: calc(-100vw - -304px);
  }

  .\32xl\:focus\:-translate-y-menu-center:focus {
    --tw-translate-y: calc(-50% - -288px);
  }

  .\32xl\:focus\:-translate-y-tutorials-hidden:focus {
    --tw-translate-y: calc(-100% - -56px);
  }

  .\32xl\:focus\:-translate-y-popup-full-width:focus {
    --tw-translate-y: calc(-100% + -32px);
  }

  .\32xl\:focus\:-translate-y-popup-full-width-md:focus {
    --tw-translate-y: calc(-100% + -64px);
  }

  .\32xl\:focus\:-translate-y-popup-full-height:focus {
    --tw-translate-y: calc(-100% + -68px);
  }

  .\32xl\:focus\:-translate-y-max-content:focus {
    --tw-translate-y: max-content;
  }

  .\32xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333%;
  }

  .\32xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667%;
  }

  .\32xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25%;
  }

  .\32xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50%;
  }

  .\32xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75%;
  }

  .\32xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100%;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333%;
  }

  .\32xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667%;
  }

  .\32xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25%;
  }

  .\32xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50%;
  }

  .\32xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75%;
  }

  .\32xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100%;
  }

  .\32xl\:rotate-0 {
    --tw-rotate: 0deg;
  }

  .\32xl\:rotate-1 {
    --tw-rotate: 1deg;
  }

  .\32xl\:rotate-2 {
    --tw-rotate: 2deg;
  }

  .\32xl\:rotate-3 {
    --tw-rotate: 3deg;
  }

  .\32xl\:rotate-6 {
    --tw-rotate: 6deg;
  }

  .\32xl\:rotate-12 {
    --tw-rotate: 12deg;
  }

  .\32xl\:rotate-45 {
    --tw-rotate: 45deg;
  }

  .\32xl\:rotate-90 {
    --tw-rotate: 90deg;
  }

  .\32xl\:rotate-180 {
    --tw-rotate: 180deg;
  }

  .\32xl\:-rotate-180 {
    --tw-rotate: -180deg;
  }

  .\32xl\:-rotate-90 {
    --tw-rotate: -90deg;
  }

  .\32xl\:-rotate-45 {
    --tw-rotate: -45deg;
  }

  .\32xl\:-rotate-12 {
    --tw-rotate: -12deg;
  }

  .\32xl\:-rotate-6 {
    --tw-rotate: -6deg;
  }

  .\32xl\:-rotate-3 {
    --tw-rotate: -3deg;
  }

  .\32xl\:-rotate-2 {
    --tw-rotate: -2deg;
  }

  .\32xl\:-rotate-1 {
    --tw-rotate: -1deg;
  }

  .\32xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg;
  }

  .\32xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg;
  }

  .\32xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg;
  }

  .\32xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg;
  }

  .\32xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg;
  }

  .\32xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg;
  }

  .\32xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg;
  }

  .\32xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg;
  }

  .\32xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg;
  }

  .\32xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg;
  }

  .\32xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg;
  }

  .\32xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg;
  }

  .\32xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg;
  }

  .\32xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg;
  }

  .\32xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg;
  }

  .\32xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg;
  }

  .\32xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg;
  }

  .\32xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg;
  }

  .\32xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg;
  }

  .\32xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg;
  }

  .\32xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg;
  }

  .\32xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg;
  }

  .\32xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg;
  }

  .\32xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg;
  }

  .\32xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg;
  }

  .\32xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg;
  }

  .\32xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg;
  }

  .\32xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg;
  }

  .\32xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg;
  }

  .\32xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg;
  }

  .\32xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg;
  }

  .\32xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg;
  }

  .\32xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg;
  }

  .\32xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg;
  }

  .\32xl\:skew-x-0 {
    --tw-skew-x: 0deg;
  }

  .\32xl\:skew-x-1 {
    --tw-skew-x: 1deg;
  }

  .\32xl\:skew-x-2 {
    --tw-skew-x: 2deg;
  }

  .\32xl\:skew-x-3 {
    --tw-skew-x: 3deg;
  }

  .\32xl\:skew-x-6 {
    --tw-skew-x: 6deg;
  }

  .\32xl\:skew-x-12 {
    --tw-skew-x: 12deg;
  }

  .\32xl\:-skew-x-12 {
    --tw-skew-x: -12deg;
  }

  .\32xl\:-skew-x-6 {
    --tw-skew-x: -6deg;
  }

  .\32xl\:-skew-x-3 {
    --tw-skew-x: -3deg;
  }

  .\32xl\:-skew-x-2 {
    --tw-skew-x: -2deg;
  }

  .\32xl\:-skew-x-1 {
    --tw-skew-x: -1deg;
  }

  .\32xl\:skew-y-0 {
    --tw-skew-y: 0deg;
  }

  .\32xl\:skew-y-1 {
    --tw-skew-y: 1deg;
  }

  .\32xl\:skew-y-2 {
    --tw-skew-y: 2deg;
  }

  .\32xl\:skew-y-3 {
    --tw-skew-y: 3deg;
  }

  .\32xl\:skew-y-6 {
    --tw-skew-y: 6deg;
  }

  .\32xl\:skew-y-12 {
    --tw-skew-y: 12deg;
  }

  .\32xl\:-skew-y-12 {
    --tw-skew-y: -12deg;
  }

  .\32xl\:-skew-y-6 {
    --tw-skew-y: -6deg;
  }

  .\32xl\:-skew-y-3 {
    --tw-skew-y: -3deg;
  }

  .\32xl\:-skew-y-2 {
    --tw-skew-y: -2deg;
  }

  .\32xl\:-skew-y-1 {
    --tw-skew-y: -1deg;
  }

  .\32xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg;
  }

  .\32xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg;
  }

  .\32xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg;
  }

  .\32xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg;
  }

  .\32xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg;
  }

  .\32xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg;
  }

  .\32xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg;
  }

  .\32xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg;
  }

  .\32xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg;
  }

  .\32xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg;
  }

  .\32xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg;
  }

  .\32xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg;
  }

  .\32xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg;
  }

  .\32xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg;
  }

  .\32xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg;
  }

  .\32xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg;
  }

  .\32xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg;
  }

  .\32xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg;
  }

  .\32xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg;
  }

  .\32xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg;
  }

  .\32xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg;
  }

  .\32xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg;
  }

  .\32xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg;
  }

  .\32xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg;
  }

  .\32xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg;
  }

  .\32xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg;
  }

  .\32xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg;
  }

  .\32xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg;
  }

  .\32xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg;
  }

  .\32xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg;
  }

  .\32xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg;
  }

  .\32xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg;
  }

  .\32xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg;
  }

  .\32xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg;
  }

  .\32xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg;
  }

  .\32xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg;
  }

  .\32xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg;
  }

  .\32xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg;
  }

  .\32xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg;
  }

  .\32xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg;
  }

  .\32xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg;
  }

  .\32xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg;
  }

  .\32xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg;
  }

  .\32xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg;
  }

  .\32xl\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-0:hover {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-50:hover {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-75:hover {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-90:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-95:hover {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-100:hover {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-0:focus {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-50:focus {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-75:focus {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-90:focus {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-95:focus {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-100:focus {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
  }

  .\32xl\:scale-x-0 {
    --tw-scale-x: 0;
  }

  .\32xl\:scale-x-50 {
    --tw-scale-x: .5;
  }

  .\32xl\:scale-x-75 {
    --tw-scale-x: .75;
  }

  .\32xl\:scale-x-90 {
    --tw-scale-x: .9;
  }

  .\32xl\:scale-x-95 {
    --tw-scale-x: .95;
  }

  .\32xl\:scale-x-100 {
    --tw-scale-x: 1;
  }

  .\32xl\:scale-x-105 {
    --tw-scale-x: 1.05;
  }

  .\32xl\:scale-x-110 {
    --tw-scale-x: 1.1;
  }

  .\32xl\:scale-x-125 {
    --tw-scale-x: 1.25;
  }

  .\32xl\:scale-x-150 {
    --tw-scale-x: 1.5;
  }

  .\32xl\:scale-y-0 {
    --tw-scale-y: 0;
  }

  .\32xl\:scale-y-50 {
    --tw-scale-y: .5;
  }

  .\32xl\:scale-y-75 {
    --tw-scale-y: .75;
  }

  .\32xl\:scale-y-90 {
    --tw-scale-y: .9;
  }

  .\32xl\:scale-y-95 {
    --tw-scale-y: .95;
  }

  .\32xl\:scale-y-100 {
    --tw-scale-y: 1;
  }

  .\32xl\:scale-y-105 {
    --tw-scale-y: 1.05;
  }

  .\32xl\:scale-y-110 {
    --tw-scale-y: 1.1;
  }

  .\32xl\:scale-y-125 {
    --tw-scale-y: 1.25;
  }

  .\32xl\:scale-y-150 {
    --tw-scale-y: 1.5;
  }

  .\32xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0;
  }

  .\32xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5;
  }

  .\32xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75;
  }

  .\32xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9;
  }

  .\32xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95;
  }

  .\32xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1;
  }

  .\32xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05;
  }

  .\32xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1;
  }

  .\32xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25;
  }

  .\32xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5;
  }

  .\32xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0;
  }

  .\32xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5;
  }

  .\32xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75;
  }

  .\32xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9;
  }

  .\32xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95;
  }

  .\32xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1;
  }

  .\32xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05;
  }

  .\32xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1;
  }

  .\32xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25;
  }

  .\32xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5;
  }

  .\32xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0;
  }

  .\32xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5;
  }

  .\32xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75;
  }

  .\32xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9;
  }

  .\32xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95;
  }

  .\32xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1;
  }

  .\32xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05;
  }

  .\32xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1;
  }

  .\32xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25;
  }

  .\32xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5;
  }

  .\32xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0;
  }

  .\32xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5;
  }

  .\32xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75;
  }

  .\32xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9;
  }

  .\32xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95;
  }

  .\32xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1;
  }

  .\32xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05;
  }

  .\32xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1;
  }

  .\32xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25;
  }

  .\32xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5;
  }

  .\32xl\:animate-none {
    animation: none;
  }

  .\32xl\:animate-spin {
    animation: spin 1s linear infinite;
  }

  .\32xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:animate-bounce {
    animation: bounce 1s infinite;
  }

  .\32xl\:animate-glow {
    animation: glow 3.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:cursor-auto {
    cursor: auto;
  }

  .\32xl\:cursor-default {
    cursor: default;
  }

  .\32xl\:cursor-pointer {
    cursor: pointer;
  }

  .\32xl\:cursor-wait {
    cursor: wait;
  }

  .\32xl\:cursor-text {
    cursor: text;
  }

  .\32xl\:cursor-move {
    cursor: move;
  }

  .\32xl\:cursor-help {
    cursor: help;
  }

  .\32xl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .\32xl\:select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }

  .\32xl\:select-text {
    -webkit-user-select: text;
       -moz-user-select: text;
            user-select: text;
  }

  .\32xl\:select-all {
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .\32xl\:select-auto {
    -webkit-user-select: auto;
       -moz-user-select: auto;
            user-select: auto;
  }

  .\32xl\:resize-none {
    resize: none;
  }

  .\32xl\:resize-y {
    resize: vertical;
  }

  .\32xl\:resize-x {
    resize: horizontal;
  }

  .\32xl\:resize {
    resize: both;
  }

  .\32xl\:list-inside {
    list-style-position: inside;
  }

  .\32xl\:list-outside {
    list-style-position: outside;
  }

  .\32xl\:list-none {
    list-style-type: none;
  }

  .\32xl\:list-disc {
    list-style-type: disc;
  }

  .\32xl\:list-decimal {
    list-style-type: decimal;
  }

  .\32xl\:appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .\32xl\:auto-cols-auto {
    grid-auto-columns: auto;
  }

  .\32xl\:auto-cols-min {
    grid-auto-columns: min-content;
  }

  .\32xl\:auto-cols-max {
    grid-auto-columns: max-content;
  }

  .\32xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .\32xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .\32xl\:grid-flow-col {
    grid-auto-flow: column;
  }

  .\32xl\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .\32xl\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .\32xl\:auto-rows-auto {
    grid-auto-rows: auto;
  }

  .\32xl\:auto-rows-min {
    grid-auto-rows: min-content;
  }

  .\32xl\:auto-rows-max {
    grid-auto-rows: max-content;
  }

  .\32xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none;
  }

  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .\32xl\:grid-rows-none {
    grid-template-rows: none;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .\32xl\:flex-col {
    flex-direction: column;
  }

  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .\32xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\32xl\:place-content-center {
    place-content: center;
  }

  .\32xl\:place-content-start {
    place-content: start;
  }

  .\32xl\:place-content-end {
    place-content: end;
  }

  .\32xl\:place-content-between {
    place-content: space-between;
  }

  .\32xl\:place-content-around {
    place-content: space-around;
  }

  .\32xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .\32xl\:place-content-stretch {
    place-content: stretch;
  }

  .\32xl\:place-items-start {
    place-items: start;
  }

  .\32xl\:place-items-end {
    place-items: end;
  }

  .\32xl\:place-items-center {
    place-items: center;
  }

  .\32xl\:place-items-stretch {
    place-items: stretch;
  }

  .\32xl\:content-center {
    align-content: center;
  }

  .\32xl\:content-start {
    align-content: flex-start;
  }

  .\32xl\:content-end {
    align-content: flex-end;
  }

  .\32xl\:content-between {
    align-content: space-between;
  }

  .\32xl\:content-around {
    align-content: space-around;
  }

  .\32xl\:content-evenly {
    align-content: space-evenly;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:items-end {
    align-items: flex-end;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:items-baseline {
    align-items: baseline;
  }

  .\32xl\:items-stretch {
    align-items: stretch;
  }

  .\32xl\:justify-start {
    justify-content: flex-start;
  }

  .\32xl\:justify-end {
    justify-content: flex-end;
  }

  .\32xl\:justify-center {
    justify-content: center;
  }

  .\32xl\:justify-between {
    justify-content: space-between;
  }

  .\32xl\:justify-around {
    justify-content: space-around;
  }

  .\32xl\:justify-evenly {
    justify-content: space-evenly;
  }

  .\32xl\:justify-items-start {
    justify-items: start;
  }

  .\32xl\:justify-items-end {
    justify-items: end;
  }

  .\32xl\:justify-items-center {
    justify-items: center;
  }

  .\32xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .\32xl\:gap-0 {
    gap: 0px;
  }

  .\32xl\:gap-1 {
    gap: 0.25rem;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:gap-7 {
    gap: 1.75rem;
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:gap-9 {
    gap: 2.25rem;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-11 {
    gap: 2.75rem;
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-14 {
    gap: 3.5rem;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:gap-18 {
    gap: 4.5rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-21 {
    gap: 5.25rem;
  }

  .\32xl\:gap-22 {
    gap: 5.5rem;
  }

  .\32xl\:gap-24 {
    gap: 6rem;
  }

  .\32xl\:gap-26 {
    gap: 6.5rem;
  }

  .\32xl\:gap-28 {
    gap: 7rem;
  }

  .\32xl\:gap-29 {
    gap: 7.25rem;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:gap-34 {
    gap: 8.5rem;
  }

  .\32xl\:gap-36 {
    gap: 9rem;
  }

  .\32xl\:gap-40 {
    gap: 10rem;
  }

  .\32xl\:gap-42 {
    gap: 10.5rem;
  }

  .\32xl\:gap-44 {
    gap: 11rem;
  }

  .\32xl\:gap-48 {
    gap: 12rem;
  }

  .\32xl\:gap-52 {
    gap: 13rem;
  }

  .\32xl\:gap-56 {
    gap: 14rem;
  }

  .\32xl\:gap-60 {
    gap: 15rem;
  }

  .\32xl\:gap-64 {
    gap: 16rem;
  }

  .\32xl\:gap-68 {
    gap: 17rem;
  }

  .\32xl\:gap-72 {
    gap: 18rem;
  }

  .\32xl\:gap-77 {
    gap: 19.25rem;
  }

  .\32xl\:gap-80 {
    gap: 20rem;
  }

  .\32xl\:gap-82 {
    gap: 20.5rem;
  }

  .\32xl\:gap-88 {
    gap: 22rem;
  }

  .\32xl\:gap-94 {
    gap: 23.5rem;
  }

  .\32xl\:gap-96 {
    gap: 24rem;
  }

  .\32xl\:gap-98 {
    gap: 24.5rem;
  }

  .\32xl\:gap-104 {
    gap: 26rem;
  }

  .\32xl\:gap-108 {
    gap: 27rem;
  }

  .\32xl\:gap-110 {
    gap: 27.5rem;
  }

  .\32xl\:gap-112 {
    gap: 28rem;
  }

  .\32xl\:gap-120 {
    gap: 30rem;
  }

  .\32xl\:gap-128 {
    gap: 32rem;
  }

  .\32xl\:gap-132 {
    gap: 33rem;
  }

  .\32xl\:gap-134 {
    gap: 33.5rem;
  }

  .\32xl\:gap-135 {
    gap: 33.75rem;
  }

  .\32xl\:gap-136 {
    gap: 34rem;
  }

  .\32xl\:gap-144 {
    gap: 36rem;
  }

  .\32xl\:gap-152 {
    gap: 38rem;
  }

  .\32xl\:gap-160 {
    gap: 40rem;
  }

  .\32xl\:gap-164 {
    gap: 41rem;
  }

  .\32xl\:gap-172 {
    gap: 43rem;
  }

  .\32xl\:gap-179 {
    gap: 44.75rem;
  }

  .\32xl\:gap-184 {
    gap: 46rem;
  }

  .\32xl\:gap-192 {
    gap: 48rem;
  }

  .\32xl\:gap-224 {
    gap: 56rem;
  }

  .\32xl\:gap-240 {
    gap: 60rem;
  }

  .\32xl\:gap-256 {
    gap: 64rem;
  }

  .\32xl\:gap-265 {
    gap: 66.25rem;
  }

  .\32xl\:gap-288 {
    gap: 72rem;
  }

  .\32xl\:gap-384 {
    gap: 96rem;
  }

  .\32xl\:gap-px {
    gap: 1px;
  }

  .\32xl\:gap-0\.5 {
    gap: 0.125rem;
  }

  .\32xl\:gap-1\.5 {
    gap: 0.375rem;
  }

  .\32xl\:gap-2\.5 {
    gap: 0.625rem;
  }

  .\32xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\32xl\:gap-0\.75 {
    gap: 0.1875rem;
  }

  .\32xl\:gap-4\.5 {
    gap: 1.125rem;
  }

  .\32xl\:gap-7\.5 {
    gap: 1.875rem;
  }

  .\32xl\:gap-9\.5 {
    gap: 2.375rem;
  }

  .\32xl\:gap-9\.75 {
    gap: 2.4375rem;
  }

  .\32xl\:gap-12\.5 {
    gap: 3.125rem;
  }

  .\32xl\:gap-13\.5 {
    gap: 3.375rem;
  }

  .\32xl\:gap-292\.5 {
    gap: 73.125rem;
  }

  .\32xl\:gap-1\/24 {
    gap: 4.166667%;
  }

  .\32xl\:gap-2\/24 {
    gap: 8.333333%;
  }

  .\32xl\:gap-3\/24 {
    gap: 12.5%;
  }

  .\32xl\:gap-4\/24 {
    gap: 16.666667%;
  }

  .\32xl\:gap-5\/24 {
    gap: 20.833333%;
  }

  .\32xl\:gap-6\/24 {
    gap: 25%;
  }

  .\32xl\:gap-7\/24 {
    gap: 29.166666%;
  }

  .\32xl\:gap-8\/24 {
    gap: 33.333333%;
  }

  .\32xl\:gap-9\/24 {
    gap: 37.5%;
  }

  .\32xl\:gap-10\/24 {
    gap: 41.666666%;
  }

  .\32xl\:gap-11\/24 {
    gap: 45.833333%;
  }

  .\32xl\:gap-12\/24 {
    gap: 50%;
  }

  .\32xl\:gap-13\/24 {
    gap: 54.166666%;
  }

  .\32xl\:gap-14\/24 {
    gap: 58.333333%;
  }

  .\32xl\:gap-15\/24 {
    gap: 62.5%;
  }

  .\32xl\:gap-16\/24 {
    gap: 66.666667%;
  }

  .\32xl\:gap-17\/24 {
    gap: 70.833333%;
  }

  .\32xl\:gap-18\/24 {
    gap: 75%;
  }

  .\32xl\:gap-19\/24 {
    gap: 79.166667%;
  }

  .\32xl\:gap-20\/24 {
    gap: 83.333333%;
  }

  .\32xl\:gap-21\/24 {
    gap: 87.5%;
  }

  .\32xl\:gap-22\/24 {
    gap: 91.666667%;
  }

  .\32xl\:gap-23\/24 {
    gap: 95.833333%;
  }

  .\32xl\:gap-24\/24 {
    gap: 100%;
  }

  .\32xl\:gap-screen-header {
    gap: 41.55vw;
  }

  .\32xl\:gap-screen-60 {
    gap: 60vh;
  }

  .\32xl\:gap-screen-80 {
    gap: 80vh;
  }

  .\32xl\:gap-screen-85 {
    gap: 85vh;
  }

  .\32xl\:gap-screen-90 {
    gap: 90vh;
  }

  .\32xl\:gap-screen-95 {
    gap: 95vh;
  }

  .\32xl\:gap-screen-minus-header {
    gap: calc(100vh - 5.25rem);
  }

  .\32xl\:gap-screen-minus-35\.5 {
    gap: calc(100vh - 8.875rem);
  }

  .\32xl\:gap-screen-minus-36 {
    gap: calc(100vh - 9rem);
  }

  .\32xl\:gap-screen-minus-40 {
    gap: calc(100vh - 10rem);
  }

  .\32xl\:gap-screen-minus-55 {
    gap: calc(100vh - 13.75rem);
  }

  .\32xl\:gap-screen-minus-72 {
    gap: calc(100vh - 18rem);
  }

  .\32xl\:gap-screen-minus-80 {
    gap: calc(100vh - 20rem);
  }

  .\32xl\:gap-full-4 {
    gap: calc(100% - 16px);
  }

  .\32xl\:gap-account-body {
    gap: calc(100vw - 304px);
  }

  .\32xl\:gap-menu-center {
    gap: calc(50% - 288px);
  }

  .\32xl\:gap-tutorials-hidden {
    gap: calc(100% - 56px);
  }

  .\32xl\:gap-popup-full-width {
    gap: calc(100% + 32px);
  }

  .\32xl\:gap-popup-full-width-md {
    gap: calc(100% + 64px);
  }

  .\32xl\:gap-popup-full-height {
    gap: calc(100% + 68px);
  }

  .\32xl\:gap-max-content {
    gap: max-content;
  }

  .\32xl\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .\32xl\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .\32xl\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .\32xl\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .\32xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .\32xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .\32xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\32xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .\32xl\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }

  .\32xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .\32xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .\32xl\:gap-x-18 {
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:gap-x-21 {
    -moz-column-gap: 5.25rem;
         column-gap: 5.25rem;
  }

  .\32xl\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .\32xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .\32xl\:gap-x-26 {
    -moz-column-gap: 6.5rem;
         column-gap: 6.5rem;
  }

  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:gap-x-29 {
    -moz-column-gap: 7.25rem;
         column-gap: 7.25rem;
  }

  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .\32xl\:gap-x-34 {
    -moz-column-gap: 8.5rem;
         column-gap: 8.5rem;
  }

  .\32xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .\32xl\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .\32xl\:gap-x-42 {
    -moz-column-gap: 10.5rem;
         column-gap: 10.5rem;
  }

  .\32xl\:gap-x-44 {
    -moz-column-gap: 11rem;
         column-gap: 11rem;
  }

  .\32xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .\32xl\:gap-x-52 {
    -moz-column-gap: 13rem;
         column-gap: 13rem;
  }

  .\32xl\:gap-x-56 {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .\32xl\:gap-x-60 {
    -moz-column-gap: 15rem;
         column-gap: 15rem;
  }

  .\32xl\:gap-x-64 {
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .\32xl\:gap-x-68 {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }

  .\32xl\:gap-x-72 {
    -moz-column-gap: 18rem;
         column-gap: 18rem;
  }

  .\32xl\:gap-x-77 {
    -moz-column-gap: 19.25rem;
         column-gap: 19.25rem;
  }

  .\32xl\:gap-x-80 {
    -moz-column-gap: 20rem;
         column-gap: 20rem;
  }

  .\32xl\:gap-x-82 {
    -moz-column-gap: 20.5rem;
         column-gap: 20.5rem;
  }

  .\32xl\:gap-x-88 {
    -moz-column-gap: 22rem;
         column-gap: 22rem;
  }

  .\32xl\:gap-x-94 {
    -moz-column-gap: 23.5rem;
         column-gap: 23.5rem;
  }

  .\32xl\:gap-x-96 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  .\32xl\:gap-x-98 {
    -moz-column-gap: 24.5rem;
         column-gap: 24.5rem;
  }

  .\32xl\:gap-x-104 {
    -moz-column-gap: 26rem;
         column-gap: 26rem;
  }

  .\32xl\:gap-x-108 {
    -moz-column-gap: 27rem;
         column-gap: 27rem;
  }

  .\32xl\:gap-x-110 {
    -moz-column-gap: 27.5rem;
         column-gap: 27.5rem;
  }

  .\32xl\:gap-x-112 {
    -moz-column-gap: 28rem;
         column-gap: 28rem;
  }

  .\32xl\:gap-x-120 {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }

  .\32xl\:gap-x-128 {
    -moz-column-gap: 32rem;
         column-gap: 32rem;
  }

  .\32xl\:gap-x-132 {
    -moz-column-gap: 33rem;
         column-gap: 33rem;
  }

  .\32xl\:gap-x-134 {
    -moz-column-gap: 33.5rem;
         column-gap: 33.5rem;
  }

  .\32xl\:gap-x-135 {
    -moz-column-gap: 33.75rem;
         column-gap: 33.75rem;
  }

  .\32xl\:gap-x-136 {
    -moz-column-gap: 34rem;
         column-gap: 34rem;
  }

  .\32xl\:gap-x-144 {
    -moz-column-gap: 36rem;
         column-gap: 36rem;
  }

  .\32xl\:gap-x-152 {
    -moz-column-gap: 38rem;
         column-gap: 38rem;
  }

  .\32xl\:gap-x-160 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  .\32xl\:gap-x-164 {
    -moz-column-gap: 41rem;
         column-gap: 41rem;
  }

  .\32xl\:gap-x-172 {
    -moz-column-gap: 43rem;
         column-gap: 43rem;
  }

  .\32xl\:gap-x-179 {
    -moz-column-gap: 44.75rem;
         column-gap: 44.75rem;
  }

  .\32xl\:gap-x-184 {
    -moz-column-gap: 46rem;
         column-gap: 46rem;
  }

  .\32xl\:gap-x-192 {
    -moz-column-gap: 48rem;
         column-gap: 48rem;
  }

  .\32xl\:gap-x-224 {
    -moz-column-gap: 56rem;
         column-gap: 56rem;
  }

  .\32xl\:gap-x-240 {
    -moz-column-gap: 60rem;
         column-gap: 60rem;
  }

  .\32xl\:gap-x-256 {
    -moz-column-gap: 64rem;
         column-gap: 64rem;
  }

  .\32xl\:gap-x-265 {
    -moz-column-gap: 66.25rem;
         column-gap: 66.25rem;
  }

  .\32xl\:gap-x-288 {
    -moz-column-gap: 72rem;
         column-gap: 72rem;
  }

  .\32xl\:gap-x-384 {
    -moz-column-gap: 96rem;
         column-gap: 96rem;
  }

  .\32xl\:gap-x-px {
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .\32xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem;
         column-gap: 0.125rem;
  }

  .\32xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }

  .\32xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }

  .\32xl\:gap-x-0\.75 {
    -moz-column-gap: 0.1875rem;
         column-gap: 0.1875rem;
  }

  .\32xl\:gap-x-4\.5 {
    -moz-column-gap: 1.125rem;
         column-gap: 1.125rem;
  }

  .\32xl\:gap-x-7\.5 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .\32xl\:gap-x-9\.5 {
    -moz-column-gap: 2.375rem;
         column-gap: 2.375rem;
  }

  .\32xl\:gap-x-9\.75 {
    -moz-column-gap: 2.4375rem;
         column-gap: 2.4375rem;
  }

  .\32xl\:gap-x-12\.5 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .\32xl\:gap-x-13\.5 {
    -moz-column-gap: 3.375rem;
         column-gap: 3.375rem;
  }

  .\32xl\:gap-x-292\.5 {
    -moz-column-gap: 73.125rem;
         column-gap: 73.125rem;
  }

  .\32xl\:gap-x-1\/24 {
    -moz-column-gap: 4.166667%;
         column-gap: 4.166667%;
  }

  .\32xl\:gap-x-2\/24 {
    -moz-column-gap: 8.333333%;
         column-gap: 8.333333%;
  }

  .\32xl\:gap-x-3\/24 {
    -moz-column-gap: 12.5%;
         column-gap: 12.5%;
  }

  .\32xl\:gap-x-4\/24 {
    -moz-column-gap: 16.666667%;
         column-gap: 16.666667%;
  }

  .\32xl\:gap-x-5\/24 {
    -moz-column-gap: 20.833333%;
         column-gap: 20.833333%;
  }

  .\32xl\:gap-x-6\/24 {
    -moz-column-gap: 25%;
         column-gap: 25%;
  }

  .\32xl\:gap-x-7\/24 {
    -moz-column-gap: 29.166666%;
         column-gap: 29.166666%;
  }

  .\32xl\:gap-x-8\/24 {
    -moz-column-gap: 33.333333%;
         column-gap: 33.333333%;
  }

  .\32xl\:gap-x-9\/24 {
    -moz-column-gap: 37.5%;
         column-gap: 37.5%;
  }

  .\32xl\:gap-x-10\/24 {
    -moz-column-gap: 41.666666%;
         column-gap: 41.666666%;
  }

  .\32xl\:gap-x-11\/24 {
    -moz-column-gap: 45.833333%;
         column-gap: 45.833333%;
  }

  .\32xl\:gap-x-12\/24 {
    -moz-column-gap: 50%;
         column-gap: 50%;
  }

  .\32xl\:gap-x-13\/24 {
    -moz-column-gap: 54.166666%;
         column-gap: 54.166666%;
  }

  .\32xl\:gap-x-14\/24 {
    -moz-column-gap: 58.333333%;
         column-gap: 58.333333%;
  }

  .\32xl\:gap-x-15\/24 {
    -moz-column-gap: 62.5%;
         column-gap: 62.5%;
  }

  .\32xl\:gap-x-16\/24 {
    -moz-column-gap: 66.666667%;
         column-gap: 66.666667%;
  }

  .\32xl\:gap-x-17\/24 {
    -moz-column-gap: 70.833333%;
         column-gap: 70.833333%;
  }

  .\32xl\:gap-x-18\/24 {
    -moz-column-gap: 75%;
         column-gap: 75%;
  }

  .\32xl\:gap-x-19\/24 {
    -moz-column-gap: 79.166667%;
         column-gap: 79.166667%;
  }

  .\32xl\:gap-x-20\/24 {
    -moz-column-gap: 83.333333%;
         column-gap: 83.333333%;
  }

  .\32xl\:gap-x-21\/24 {
    -moz-column-gap: 87.5%;
         column-gap: 87.5%;
  }

  .\32xl\:gap-x-22\/24 {
    -moz-column-gap: 91.666667%;
         column-gap: 91.666667%;
  }

  .\32xl\:gap-x-23\/24 {
    -moz-column-gap: 95.833333%;
         column-gap: 95.833333%;
  }

  .\32xl\:gap-x-24\/24 {
    -moz-column-gap: 100%;
         column-gap: 100%;
  }

  .\32xl\:gap-x-screen-header {
    -moz-column-gap: 41.55vw;
         column-gap: 41.55vw;
  }

  .\32xl\:gap-x-screen-60 {
    -moz-column-gap: 60vh;
         column-gap: 60vh;
  }

  .\32xl\:gap-x-screen-80 {
    -moz-column-gap: 80vh;
         column-gap: 80vh;
  }

  .\32xl\:gap-x-screen-85 {
    -moz-column-gap: 85vh;
         column-gap: 85vh;
  }

  .\32xl\:gap-x-screen-90 {
    -moz-column-gap: 90vh;
         column-gap: 90vh;
  }

  .\32xl\:gap-x-screen-95 {
    -moz-column-gap: 95vh;
         column-gap: 95vh;
  }

  .\32xl\:gap-x-screen-minus-header {
    -moz-column-gap: calc(100vh - 5.25rem);
         column-gap: calc(100vh - 5.25rem);
  }

  .\32xl\:gap-x-screen-minus-35\.5 {
    -moz-column-gap: calc(100vh - 8.875rem);
         column-gap: calc(100vh - 8.875rem);
  }

  .\32xl\:gap-x-screen-minus-36 {
    -moz-column-gap: calc(100vh - 9rem);
         column-gap: calc(100vh - 9rem);
  }

  .\32xl\:gap-x-screen-minus-40 {
    -moz-column-gap: calc(100vh - 10rem);
         column-gap: calc(100vh - 10rem);
  }

  .\32xl\:gap-x-screen-minus-55 {
    -moz-column-gap: calc(100vh - 13.75rem);
         column-gap: calc(100vh - 13.75rem);
  }

  .\32xl\:gap-x-screen-minus-72 {
    -moz-column-gap: calc(100vh - 18rem);
         column-gap: calc(100vh - 18rem);
  }

  .\32xl\:gap-x-screen-minus-80 {
    -moz-column-gap: calc(100vh - 20rem);
         column-gap: calc(100vh - 20rem);
  }

  .\32xl\:gap-x-full-4 {
    -moz-column-gap: calc(100% - 16px);
         column-gap: calc(100% - 16px);
  }

  .\32xl\:gap-x-account-body {
    -moz-column-gap: calc(100vw - 304px);
         column-gap: calc(100vw - 304px);
  }

  .\32xl\:gap-x-menu-center {
    -moz-column-gap: calc(50% - 288px);
         column-gap: calc(50% - 288px);
  }

  .\32xl\:gap-x-tutorials-hidden {
    -moz-column-gap: calc(100% - 56px);
         column-gap: calc(100% - 56px);
  }

  .\32xl\:gap-x-popup-full-width {
    -moz-column-gap: calc(100% + 32px);
         column-gap: calc(100% + 32px);
  }

  .\32xl\:gap-x-popup-full-width-md {
    -moz-column-gap: calc(100% + 64px);
         column-gap: calc(100% + 64px);
  }

  .\32xl\:gap-x-popup-full-height {
    -moz-column-gap: calc(100% + 68px);
         column-gap: calc(100% + 68px);
  }

  .\32xl\:gap-x-max-content {
    -moz-column-gap: max-content;
         column-gap: max-content;
  }

  .\32xl\:gap-y-0 {
    row-gap: 0px;
  }

  .\32xl\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .\32xl\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .\32xl\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .\32xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .\32xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .\32xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .\32xl\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .\32xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .\32xl\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .\32xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .\32xl\:gap-y-11 {
    row-gap: 2.75rem;
  }

  .\32xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .\32xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .\32xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .\32xl\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .\32xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .\32xl\:gap-y-21 {
    row-gap: 5.25rem;
  }

  .\32xl\:gap-y-22 {
    row-gap: 5.5rem;
  }

  .\32xl\:gap-y-24 {
    row-gap: 6rem;
  }

  .\32xl\:gap-y-26 {
    row-gap: 6.5rem;
  }

  .\32xl\:gap-y-28 {
    row-gap: 7rem;
  }

  .\32xl\:gap-y-29 {
    row-gap: 7.25rem;
  }

  .\32xl\:gap-y-32 {
    row-gap: 8rem;
  }

  .\32xl\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .\32xl\:gap-y-36 {
    row-gap: 9rem;
  }

  .\32xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .\32xl\:gap-y-42 {
    row-gap: 10.5rem;
  }

  .\32xl\:gap-y-44 {
    row-gap: 11rem;
  }

  .\32xl\:gap-y-48 {
    row-gap: 12rem;
  }

  .\32xl\:gap-y-52 {
    row-gap: 13rem;
  }

  .\32xl\:gap-y-56 {
    row-gap: 14rem;
  }

  .\32xl\:gap-y-60 {
    row-gap: 15rem;
  }

  .\32xl\:gap-y-64 {
    row-gap: 16rem;
  }

  .\32xl\:gap-y-68 {
    row-gap: 17rem;
  }

  .\32xl\:gap-y-72 {
    row-gap: 18rem;
  }

  .\32xl\:gap-y-77 {
    row-gap: 19.25rem;
  }

  .\32xl\:gap-y-80 {
    row-gap: 20rem;
  }

  .\32xl\:gap-y-82 {
    row-gap: 20.5rem;
  }

  .\32xl\:gap-y-88 {
    row-gap: 22rem;
  }

  .\32xl\:gap-y-94 {
    row-gap: 23.5rem;
  }

  .\32xl\:gap-y-96 {
    row-gap: 24rem;
  }

  .\32xl\:gap-y-98 {
    row-gap: 24.5rem;
  }

  .\32xl\:gap-y-104 {
    row-gap: 26rem;
  }

  .\32xl\:gap-y-108 {
    row-gap: 27rem;
  }

  .\32xl\:gap-y-110 {
    row-gap: 27.5rem;
  }

  .\32xl\:gap-y-112 {
    row-gap: 28rem;
  }

  .\32xl\:gap-y-120 {
    row-gap: 30rem;
  }

  .\32xl\:gap-y-128 {
    row-gap: 32rem;
  }

  .\32xl\:gap-y-132 {
    row-gap: 33rem;
  }

  .\32xl\:gap-y-134 {
    row-gap: 33.5rem;
  }

  .\32xl\:gap-y-135 {
    row-gap: 33.75rem;
  }

  .\32xl\:gap-y-136 {
    row-gap: 34rem;
  }

  .\32xl\:gap-y-144 {
    row-gap: 36rem;
  }

  .\32xl\:gap-y-152 {
    row-gap: 38rem;
  }

  .\32xl\:gap-y-160 {
    row-gap: 40rem;
  }

  .\32xl\:gap-y-164 {
    row-gap: 41rem;
  }

  .\32xl\:gap-y-172 {
    row-gap: 43rem;
  }

  .\32xl\:gap-y-179 {
    row-gap: 44.75rem;
  }

  .\32xl\:gap-y-184 {
    row-gap: 46rem;
  }

  .\32xl\:gap-y-192 {
    row-gap: 48rem;
  }

  .\32xl\:gap-y-224 {
    row-gap: 56rem;
  }

  .\32xl\:gap-y-240 {
    row-gap: 60rem;
  }

  .\32xl\:gap-y-256 {
    row-gap: 64rem;
  }

  .\32xl\:gap-y-265 {
    row-gap: 66.25rem;
  }

  .\32xl\:gap-y-288 {
    row-gap: 72rem;
  }

  .\32xl\:gap-y-384 {
    row-gap: 96rem;
  }

  .\32xl\:gap-y-px {
    row-gap: 1px;
  }

  .\32xl\:gap-y-0\.5 {
    row-gap: 0.125rem;
  }

  .\32xl\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .\32xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .\32xl\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }

  .\32xl\:gap-y-0\.75 {
    row-gap: 0.1875rem;
  }

  .\32xl\:gap-y-4\.5 {
    row-gap: 1.125rem;
  }

  .\32xl\:gap-y-7\.5 {
    row-gap: 1.875rem;
  }

  .\32xl\:gap-y-9\.5 {
    row-gap: 2.375rem;
  }

  .\32xl\:gap-y-9\.75 {
    row-gap: 2.4375rem;
  }

  .\32xl\:gap-y-12\.5 {
    row-gap: 3.125rem;
  }

  .\32xl\:gap-y-13\.5 {
    row-gap: 3.375rem;
  }

  .\32xl\:gap-y-292\.5 {
    row-gap: 73.125rem;
  }

  .\32xl\:gap-y-1\/24 {
    row-gap: 4.166667%;
  }

  .\32xl\:gap-y-2\/24 {
    row-gap: 8.333333%;
  }

  .\32xl\:gap-y-3\/24 {
    row-gap: 12.5%;
  }

  .\32xl\:gap-y-4\/24 {
    row-gap: 16.666667%;
  }

  .\32xl\:gap-y-5\/24 {
    row-gap: 20.833333%;
  }

  .\32xl\:gap-y-6\/24 {
    row-gap: 25%;
  }

  .\32xl\:gap-y-7\/24 {
    row-gap: 29.166666%;
  }

  .\32xl\:gap-y-8\/24 {
    row-gap: 33.333333%;
  }

  .\32xl\:gap-y-9\/24 {
    row-gap: 37.5%;
  }

  .\32xl\:gap-y-10\/24 {
    row-gap: 41.666666%;
  }

  .\32xl\:gap-y-11\/24 {
    row-gap: 45.833333%;
  }

  .\32xl\:gap-y-12\/24 {
    row-gap: 50%;
  }

  .\32xl\:gap-y-13\/24 {
    row-gap: 54.166666%;
  }

  .\32xl\:gap-y-14\/24 {
    row-gap: 58.333333%;
  }

  .\32xl\:gap-y-15\/24 {
    row-gap: 62.5%;
  }

  .\32xl\:gap-y-16\/24 {
    row-gap: 66.666667%;
  }

  .\32xl\:gap-y-17\/24 {
    row-gap: 70.833333%;
  }

  .\32xl\:gap-y-18\/24 {
    row-gap: 75%;
  }

  .\32xl\:gap-y-19\/24 {
    row-gap: 79.166667%;
  }

  .\32xl\:gap-y-20\/24 {
    row-gap: 83.333333%;
  }

  .\32xl\:gap-y-21\/24 {
    row-gap: 87.5%;
  }

  .\32xl\:gap-y-22\/24 {
    row-gap: 91.666667%;
  }

  .\32xl\:gap-y-23\/24 {
    row-gap: 95.833333%;
  }

  .\32xl\:gap-y-24\/24 {
    row-gap: 100%;
  }

  .\32xl\:gap-y-screen-header {
    row-gap: 41.55vw;
  }

  .\32xl\:gap-y-screen-60 {
    row-gap: 60vh;
  }

  .\32xl\:gap-y-screen-80 {
    row-gap: 80vh;
  }

  .\32xl\:gap-y-screen-85 {
    row-gap: 85vh;
  }

  .\32xl\:gap-y-screen-90 {
    row-gap: 90vh;
  }

  .\32xl\:gap-y-screen-95 {
    row-gap: 95vh;
  }

  .\32xl\:gap-y-screen-minus-header {
    row-gap: calc(100vh - 5.25rem);
  }

  .\32xl\:gap-y-screen-minus-35\.5 {
    row-gap: calc(100vh - 8.875rem);
  }

  .\32xl\:gap-y-screen-minus-36 {
    row-gap: calc(100vh - 9rem);
  }

  .\32xl\:gap-y-screen-minus-40 {
    row-gap: calc(100vh - 10rem);
  }

  .\32xl\:gap-y-screen-minus-55 {
    row-gap: calc(100vh - 13.75rem);
  }

  .\32xl\:gap-y-screen-minus-72 {
    row-gap: calc(100vh - 18rem);
  }

  .\32xl\:gap-y-screen-minus-80 {
    row-gap: calc(100vh - 20rem);
  }

  .\32xl\:gap-y-full-4 {
    row-gap: calc(100% - 16px);
  }

  .\32xl\:gap-y-account-body {
    row-gap: calc(100vw - 304px);
  }

  .\32xl\:gap-y-menu-center {
    row-gap: calc(50% - 288px);
  }

  .\32xl\:gap-y-tutorials-hidden {
    row-gap: calc(100% - 56px);
  }

  .\32xl\:gap-y-popup-full-width {
    row-gap: calc(100% + 32px);
  }

  .\32xl\:gap-y-popup-full-width-md {
    row-gap: calc(100% + 64px);
  }

  .\32xl\:gap-y-popup-full-height {
    row-gap: calc(100% + 68px);
  }

  .\32xl\:gap-y-max-content {
    row-gap: max-content;
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(26rem * var(--tw-space-x-reverse));
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27rem * var(--tw-space-x-reverse));
    margin-left: calc(27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32rem * var(--tw-space-x-reverse));
    margin-left: calc(32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33rem * var(--tw-space-x-reverse));
    margin-left: calc(33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(34rem * var(--tw-space-x-reverse));
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(36rem * var(--tw-space-x-reverse));
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(38rem * var(--tw-space-x-reverse));
    margin-left: calc(38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41rem * var(--tw-space-x-reverse));
    margin-left: calc(41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(43rem * var(--tw-space-x-reverse));
    margin-left: calc(43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46rem * var(--tw-space-x-reverse));
    margin-left: calc(46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48rem * var(--tw-space-x-reverse));
    margin-left: calc(48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(56rem * var(--tw-space-x-reverse));
    margin-left: calc(56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(64rem * var(--tw-space-x-reverse));
    margin-left: calc(64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(72rem * var(--tw-space-x-reverse));
    margin-left: calc(72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(96rem * var(--tw-space-x-reverse));
    margin-left: calc(96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.166667% * var(--tw-space-x-reverse));
    margin-left: calc(4.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.333333% * var(--tw-space-x-reverse));
    margin-left: calc(8.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5% * var(--tw-space-x-reverse));
    margin-left: calc(12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16.666667% * var(--tw-space-x-reverse));
    margin-left: calc(16.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20.833333% * var(--tw-space-x-reverse));
    margin-left: calc(20.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(25% * var(--tw-space-x-reverse));
    margin-left: calc(25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(29.166666% * var(--tw-space-x-reverse));
    margin-left: calc(29.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(33.333333% * var(--tw-space-x-reverse));
    margin-left: calc(33.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(37.5% * var(--tw-space-x-reverse));
    margin-left: calc(37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.666666% * var(--tw-space-x-reverse));
    margin-left: calc(41.666666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(45.833333% * var(--tw-space-x-reverse));
    margin-left: calc(45.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50% * var(--tw-space-x-reverse));
    margin-left: calc(50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(54.166666% * var(--tw-space-x-reverse));
    margin-left: calc(54.166666% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(58.333333% * var(--tw-space-x-reverse));
    margin-left: calc(58.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(62.5% * var(--tw-space-x-reverse));
    margin-left: calc(62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(66.666667% * var(--tw-space-x-reverse));
    margin-left: calc(66.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70.833333% * var(--tw-space-x-reverse));
    margin-left: calc(70.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(75% * var(--tw-space-x-reverse));
    margin-left: calc(75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(79.166667% * var(--tw-space-x-reverse));
    margin-left: calc(79.166667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(83.333333% * var(--tw-space-x-reverse));
    margin-left: calc(83.333333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(87.5% * var(--tw-space-x-reverse));
    margin-left: calc(87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(91.666667% * var(--tw-space-x-reverse));
    margin-left: calc(91.666667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95.833333% * var(--tw-space-x-reverse));
    margin-left: calc(95.833333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(100% * var(--tw-space-x-reverse));
    margin-left: calc(100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60vh * var(--tw-space-x-reverse));
    margin-left: calc(60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80vh * var(--tw-space-x-reverse));
    margin-left: calc(80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(85vh * var(--tw-space-x-reverse));
    margin-left: calc(85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(90vh * var(--tw-space-x-reverse));
    margin-left: calc(90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(95vh * var(--tw-space-x-reverse));
    margin-left: calc(95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vh - 20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100vw - 304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(50% - 288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(50% - 288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% - 56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% - 56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(100% + 68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(100% + 68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-7.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-10.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-19.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-19.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-20.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-23.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-23.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-24.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-24.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-26rem * var(--tw-space-x-reverse));
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27rem * var(--tw-space-x-reverse));
    margin-left: calc(-27rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-27.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-27.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-32rem * var(--tw-space-x-reverse));
    margin-left: calc(-32rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33rem * var(--tw-space-x-reverse));
    margin-left: calc(-33rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-33.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-34rem * var(--tw-space-x-reverse));
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-36rem * var(--tw-space-x-reverse));
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-38rem * var(--tw-space-x-reverse));
    margin-left: calc(-38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41rem * var(--tw-space-x-reverse));
    margin-left: calc(-41rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-43rem * var(--tw-space-x-reverse));
    margin-left: calc(-43rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-44.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-44.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-46rem * var(--tw-space-x-reverse));
    margin-left: calc(-46rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-48rem * var(--tw-space-x-reverse));
    margin-left: calc(-48rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-56rem * var(--tw-space-x-reverse));
    margin-left: calc(-56rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-64rem * var(--tw-space-x-reverse));
    margin-left: calc(-64rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-66.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-72rem * var(--tw-space-x-reverse));
    margin-left: calc(-72rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-96rem * var(--tw-space-x-reverse));
    margin-left: calc(-96rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-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)));
  }

  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.1875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.1875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.4375rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.4375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-73.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-73.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-4.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-8.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12.5% * var(--tw-space-x-reverse));
    margin-left: calc(-12.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-16.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-20.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-25% * var(--tw-space-x-reverse));
    margin-left: calc(-25% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-29.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-29.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-33.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-33.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-37.5% * var(--tw-space-x-reverse));
    margin-left: calc(-37.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-41.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-45.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-45.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-50% * var(--tw-space-x-reverse));
    margin-left: calc(-50% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-54.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-54.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-58.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-58.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-62.5% * var(--tw-space-x-reverse));
    margin-left: calc(-62.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-66.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-66.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-70.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-70.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-75% * var(--tw-space-x-reverse));
    margin-left: calc(-75% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-79.16667% * var(--tw-space-x-reverse));
    margin-left: calc(-79.16667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-83.33333% * var(--tw-space-x-reverse));
    margin-left: calc(-83.33333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-87.5% * var(--tw-space-x-reverse));
    margin-left: calc(-87.5% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-91.66667% * var(--tw-space-x-reverse));
    margin-left: calc(-91.66667% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95.83333% * var(--tw-space-x-reverse));
    margin-left: calc(-95.83333% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-100% * var(--tw-space-x-reverse));
    margin-left: calc(-100% * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-41.55vw * var(--tw-space-x-reverse));
    margin-left: calc(-41.55vw * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-60vh * var(--tw-space-x-reverse));
    margin-left: calc(-60vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-80vh * var(--tw-space-x-reverse));
    margin-left: calc(-80vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-85vh * var(--tw-space-x-reverse));
    margin-left: calc(-85vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-90vh * var(--tw-space-x-reverse));
    margin-left: calc(-90vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-95vh * var(--tw-space-x-reverse));
    margin-left: calc(-95vh * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -5.25rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -8.875rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -9rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -10rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -13.75rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -18rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vh - -20rem) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -16px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100vw - -304px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-50% - -288px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% - -56px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -32px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -64px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(calc(-100% + -68px) * var(--tw-space-x-reverse));
    margin-left: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:-space-x-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(max-content * var(--tw-space-x-reverse));
    margin-left: calc(max-content * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(19.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(23.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(26rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(27.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(32rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(34rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(36rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(38rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(43rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(44.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(46rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(48rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(56rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(64rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(72rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(96rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.1875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.4375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(73.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.166667% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.333333% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.5% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16.666667% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20.833333% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(25% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(29.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(29.166666% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(33.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(33.333333% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(37.5% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.666666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.666666% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(45.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(45.833333% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(54.166666% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(54.166666% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(58.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(58.333333% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(62.5% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(66.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(66.666667% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(70.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(70.833333% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(75% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(79.166667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(79.166667% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(83.333333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(83.333333% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(87.5% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(91.666667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(91.666667% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95.833333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95.833333% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(100% * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(41.55vw * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60vh * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(80vh * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(85vh * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(90vh * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(95vh * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 5.25rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 8.875rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 9rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 10rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 13.75rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 18rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vh - 20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vh - 20rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 16px) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100vw - 304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100vw - 304px) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(50% - 288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(50% - 288px) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% - 56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% - 56px) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 32px) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 64px) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(100% + 68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(100% + 68px) * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-29 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-42 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-77 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-19.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-19.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-82 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-94 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-23.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-23.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-98 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-24.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-24.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-104 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-110 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-27.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-27.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-128 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-32rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-32rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-132 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-134 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.5rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-135 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-152 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-38rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-38rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-164 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-172 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-43rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-43rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-179 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-44.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-44.75rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-184 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-46rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-46rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-192 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-48rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-48rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-224 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-56rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-56rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-256 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-64rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-64rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-265 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-288 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-72rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-72rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-384 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-96rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-96rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-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));
  }

  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-0\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.1875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.875rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-9\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-9\.75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.4375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-12\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-13\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.375rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-292\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-73.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-73.125rem * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-1\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.16667% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-2\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.33333% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-3\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12.5% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-4\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16.66667% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-5\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20.83333% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-6\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-25% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-25% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-7\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-29.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-29.16667% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-8\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-33.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-33.33333% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-9\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-37.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-37.5% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-10\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.66667% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-11\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-45.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-45.83333% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-12\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-50% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-50% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-13\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-54.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-54.16667% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-14\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-58.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-58.33333% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-15\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-62.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-62.5% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-16\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-66.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-66.66667% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-17\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-70.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-70.83333% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-18\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-75% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-75% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-19\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-79.16667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-79.16667% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-20\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-83.33333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-83.33333% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-21\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-87.5% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-87.5% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-22\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-91.66667% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-91.66667% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-23\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95.83333% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95.83333% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-24\/24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-100% * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-100% * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-41.55vw * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-41.55vw * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-60vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-60vh * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-80vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-80vh * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-85vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-85vh * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-90vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-90vh * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-95vh * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-95vh * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-minus-header > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -5.25rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -5.25rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-minus-35\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -8.875rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -8.875rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-minus-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -9rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -9rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-minus-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -10rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -10rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-minus-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -13.75rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -13.75rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-minus-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -18rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -18rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-screen-minus-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vh - -20rem) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vh - -20rem) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-full-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -16px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -16px) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-account-body > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100vw - -304px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100vw - -304px) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-menu-center > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-50% - -288px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-50% - -288px) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-tutorials-hidden > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% - -56px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% - -56px) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-popup-full-width > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -32px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -32px) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-popup-full-width-md > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -64px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -64px) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-popup-full-height > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(calc(-100% + -68px) * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(calc(-100% + -68px) * var(--tw-space-y-reverse));
  }

  .\32xl\:-space-y-max-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(max-content * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(max-content * var(--tw-space-y-reverse));
  }

  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\:divide-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(7px * var(--tw-divide-x-reverse));
    border-left-width: calc(7px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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)));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\:divide-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(7px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(7px * var(--tw-divide-y-reverse));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
  }

  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
  }

  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed;
  }

  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted;
  }

  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent;
  }

  .\32xl\:divide-green-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-darkest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-darker > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-medium > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-lighter > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-pale > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-pale-60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(234,234,234,0.6);
  }

  .\32xl\:divide-grey-faint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-lightest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-divide-opacity));
  }

  .\32xl\:divide-grey-page > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(243,243,243,0.5);
  }

  .\32xl\:divide-primary-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-blue-dark > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .\32xl\:divide-secondary-blue-light-20 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.2);
  }

  .\32xl\:divide-secondary-blue-light-10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(46,174,178,0.1);
  }

  .\32xl\:divide-tertiary-orange > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .\32xl\:divide-tertiary-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-divide-opacity));
  }

  .\32xl\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-divide-opacity));
  }

  .\32xl\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-divide-opacity));
  }

  .\32xl\:divide-error > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-divide-opacity));
  }

  .\32xl\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-divide-opacity));
  }

  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .\32xl\:divide-black-neutral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-divide-opacity));
  }

  .\32xl\:divide-toggle > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,0.3);
  }

  .\32xl\:divide-toggle-active > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(8,198,145,1);
  }

  .\32xl\:divide-tertiary-orange-hover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-divide-opacity));
  }

  .\32xl\:divide-google-maps > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-divide-opacity));
  }

  .\32xl\:divide-chart > :not([hidden]) ~ :not([hidden]) {
    border-color: rgba(218,240,225,0.2);
  }

  .\32xl\:divide-energy-rating-a > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-divide-opacity));
  }

  .\32xl\:divide-energy-rating-b > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-divide-opacity));
  }

  .\32xl\:divide-energy-rating-c > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-divide-opacity));
  }

  .\32xl\:divide-energy-rating-d > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-divide-opacity));
  }

  .\32xl\:divide-energy-rating-e > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-divide-opacity));
  }

  .\32xl\:divide-energy-rating-f > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-divide-opacity));
  }

  .\32xl\:divide-energy-rating-g > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-divide-opacity));
  }

  .\32xl\:divide-flo-blue-light > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-divide-opacity));
  }

  .\32xl\:divide-green-dark-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-divide-opacity));
  }

  .\32xl\:divide-tertiary-background > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-divide-opacity));
  }

  .\32xl\:divide-tertiary-green > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-divide-opacity));
  }

  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0;
  }

  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05;
  }

  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
  }

  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2;
  }

  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25;
  }

  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3;
  }

  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4;
  }

  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5;
  }

  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6;
  }

  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7;
  }

  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75;
  }

  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8;
  }

  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9;
  }

  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95;
  }

  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
  }

  .\32xl\:place-self-auto {
    place-self: auto;
  }

  .\32xl\:place-self-start {
    place-self: start;
  }

  .\32xl\:place-self-end {
    place-self: end;
  }

  .\32xl\:place-self-center {
    place-self: center;
  }

  .\32xl\:place-self-stretch {
    place-self: stretch;
  }

  .\32xl\:self-auto {
    align-self: auto;
  }

  .\32xl\:self-start {
    align-self: flex-start;
  }

  .\32xl\:self-end {
    align-self: flex-end;
  }

  .\32xl\:self-center {
    align-self: center;
  }

  .\32xl\:self-stretch {
    align-self: stretch;
  }

  .\32xl\:self-baseline {
    align-self: baseline;
  }

  .\32xl\:justify-self-auto {
    justify-self: auto;
  }

  .\32xl\:justify-self-start {
    justify-self: start;
  }

  .\32xl\:justify-self-end {
    justify-self: end;
  }

  .\32xl\:justify-self-center {
    justify-self: center;
  }

  .\32xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .\32xl\:overflow-auto {
    overflow: auto;
  }

  .\32xl\:overflow-hidden {
    overflow: hidden;
  }

  .\32xl\:overflow-visible {
    overflow: visible;
  }

  .\32xl\:overflow-scroll {
    overflow: scroll;
  }

  .\32xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .\32xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .\32xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .\32xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .\32xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .\32xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .\32xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .\32xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .\32xl\:overscroll-auto {
    overscroll-behavior: auto;
  }

  .\32xl\:overscroll-contain {
    overscroll-behavior: contain;
  }

  .\32xl\:overscroll-none {
    overscroll-behavior: none;
  }

  .\32xl\:overscroll-y-auto {
    overscroll-behavior-y: auto;
  }

  .\32xl\:overscroll-y-contain {
    overscroll-behavior-y: contain;
  }

  .\32xl\:overscroll-y-none {
    overscroll-behavior-y: none;
  }

  .\32xl\:overscroll-x-auto {
    overscroll-behavior-x: auto;
  }

  .\32xl\:overscroll-x-contain {
    overscroll-behavior-x: contain;
  }

  .\32xl\:overscroll-x-none {
    overscroll-behavior-x: none;
  }

  .\32xl\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .\32xl\:overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .\32xl\:overflow-clip {
    text-overflow: clip;
  }

  .\32xl\:whitespace-normal {
    white-space: normal;
  }

  .\32xl\:whitespace-nowrap {
    white-space: nowrap;
  }

  .\32xl\:whitespace-pre {
    white-space: pre;
  }

  .\32xl\:whitespace-pre-line {
    white-space: pre-line;
  }

  .\32xl\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .\32xl\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .\32xl\:break-words {
    overflow-wrap: break-word;
  }

  .\32xl\:break-all {
    word-break: break-all;
  }

  .\32xl\:rounded-none {
    border-radius: 0px;
  }

  .\32xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .\32xl\:rounded {
    border-radius: 0.25rem;
  }

  .\32xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .\32xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .\32xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .\32xl\:rounded-2xl {
    border-radius: 1rem;
  }

  .\32xl\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .\32xl\:rounded-full {
    border-radius: 9999px;
  }

  .\32xl\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .\32xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .\32xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .\32xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .\32xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .\32xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .\32xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .\32xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .\32xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .\32xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .\32xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .\32xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .\32xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .\32xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .\32xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .\32xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .\32xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .\32xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .\32xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .\32xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .\32xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .\32xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .\32xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .\32xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .\32xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .\32xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .\32xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .\32xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .\32xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .\32xl\:border-0 {
    border-width: 0px;
  }

  .\32xl\:border-2 {
    border-width: 2px;
  }

  .\32xl\:border-3 {
    border-width: 3px;
  }

  .\32xl\:border-4 {
    border-width: 4px;
  }

  .\32xl\:border-7 {
    border-width: 7px;
  }

  .\32xl\:border-8 {
    border-width: 8px;
  }

  .\32xl\:border {
    border-width: 1px;
  }

  .\32xl\:border-t-0 {
    border-top-width: 0px;
  }

  .\32xl\:border-t-2 {
    border-top-width: 2px;
  }

  .\32xl\:border-t-3 {
    border-top-width: 3px;
  }

  .\32xl\:border-t-4 {
    border-top-width: 4px;
  }

  .\32xl\:border-t-7 {
    border-top-width: 7px;
  }

  .\32xl\:border-t-8 {
    border-top-width: 8px;
  }

  .\32xl\:border-t {
    border-top-width: 1px;
  }

  .\32xl\:border-r-0 {
    border-right-width: 0px;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px;
  }

  .\32xl\:border-r-3 {
    border-right-width: 3px;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px;
  }

  .\32xl\:border-r-7 {
    border-right-width: 7px;
  }

  .\32xl\:border-r-8 {
    border-right-width: 8px;
  }

  .\32xl\:border-r {
    border-right-width: 1px;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px;
  }

  .\32xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\32xl\:border-b-7 {
    border-bottom-width: 7px;
  }

  .\32xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .\32xl\:border-b {
    border-bottom-width: 1px;
  }

  .\32xl\:border-l-0 {
    border-left-width: 0px;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px;
  }

  .\32xl\:border-l-3 {
    border-left-width: 3px;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px;
  }

  .\32xl\:border-l-7 {
    border-left-width: 7px;
  }

  .\32xl\:border-l-8 {
    border-left-width: 8px;
  }

  .\32xl\:border-l {
    border-left-width: 1px;
  }

  .\32xl\:border-solid {
    border-style: solid;
  }

  .\32xl\:border-dashed {
    border-style: dashed;
  }

  .\32xl\:border-dotted {
    border-style: dotted;
  }

  .\32xl\:border-double {
    border-style: double;
  }

  .\32xl\:border-none {
    border-style: none;
  }

  .\32xl\:border-transparent {
    border-color: transparent;
  }

  .\32xl\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .\32xl\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .\32xl\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .\32xl\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .\32xl\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .\32xl\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .\32xl\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .\32xl\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .\32xl\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .\32xl\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .\32xl\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .\32xl\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .\32xl\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .\32xl\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .\32xl\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .\32xl\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .\32xl\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .\32xl\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .\32xl\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .\32xl\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .\32xl\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .\32xl\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .\32xl\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .\32xl\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .\32xl\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .\32xl\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .\32xl\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .\32xl\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .\32xl\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .\32xl\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .\32xl\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .\32xl\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .\32xl\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-transparent {
    border-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:border-green-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-darker {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-dark {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-medium {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-light {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-darkest {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-darker {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-medium {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-pale {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-pale-60 {
    border-color: rgba(234,234,234,0.6);
  }

  .group:hover .\32xl\:group-hover\:border-grey-faint {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-lightest {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-grey-page {
    border-color: rgba(243,243,243,0.5);
  }

  .group:hover .\32xl\:group-hover\:border-primary-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-green {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-secondary-blue-light-20 {
    border-color: rgba(46,174,178,0.2);
  }

  .group:hover .\32xl\:group-hover\:border-secondary-blue-light-10 {
    border-color: rgba(46,174,178,0.1);
  }

  .group:hover .\32xl\:group-hover\:border-tertiary-orange {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-tertiary-yellow {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-success {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-warning {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-error {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-info {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-black-neutral {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-toggle {
    border-color: rgba(8,198,145,0.3);
  }

  .group:hover .\32xl\:group-hover\:border-toggle-active {
    border-color: rgba(8,198,145,1);
  }

  .group:hover .\32xl\:group-hover\:border-tertiary-orange-hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-google-maps {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-chart {
    border-color: rgba(218,240,225,0.2);
  }

  .group:hover .\32xl\:group-hover\:border-energy-rating-a {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-energy-rating-b {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-energy-rating-c {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-energy-rating-d {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-energy-rating-e {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-energy-rating-f {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-energy-rating-g {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-flo-blue-light {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-green-dark-60 {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-tertiary-background {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .group:hover .\32xl\:group-hover\:border-tertiary-green {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent;
  }

  .\32xl\:focus-within\:border-green-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-darkest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-darker:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-medium:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-lighter:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-pale:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-pale-60:focus-within {
    border-color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus-within\:border-grey-faint:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-lightest:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-grey-page:focus-within {
    border-color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus-within\:border-primary-white:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-blue-dark:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-secondary-blue-light-20:focus-within {
    border-color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus-within\:border-secondary-blue-light-10:focus-within {
    border-color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus-within\:border-tertiary-orange:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-tertiary-yellow:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-error:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-black-neutral:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-toggle:focus-within {
    border-color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus-within\:border-toggle-active:focus-within {
    border-color: rgba(8,198,145,1);
  }

  .\32xl\:focus-within\:border-tertiary-orange-hover:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-google-maps:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-chart:focus-within {
    border-color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus-within\:border-energy-rating-a:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-energy-rating-b:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-energy-rating-c:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-energy-rating-d:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-energy-rating-e:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-energy-rating-f:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-energy-rating-g:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-flo-blue-light:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-green-dark-60:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-tertiary-background:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus-within\:border-tertiary-green:focus-within {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .\32xl\:hover\:border-green-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-darkest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-darker:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey:hover {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-medium:hover {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-lighter:hover {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-pale:hover {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-pale-60:hover {
    border-color: rgba(234,234,234,0.6);
  }

  .\32xl\:hover\:border-grey-faint:hover {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-lightest:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-grey-page:hover {
    border-color: rgba(243,243,243,0.5);
  }

  .\32xl\:hover\:border-primary-white:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-blue-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-secondary-blue-light-20:hover {
    border-color: rgba(46,174,178,0.2);
  }

  .\32xl\:hover\:border-secondary-blue-light-10:hover {
    border-color: rgba(46,174,178,0.1);
  }

  .\32xl\:hover\:border-tertiary-orange:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-tertiary-yellow:hover {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-success:hover {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-error:hover {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-info:hover {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-black-neutral:hover {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-toggle:hover {
    border-color: rgba(8,198,145,0.3);
  }

  .\32xl\:hover\:border-toggle-active:hover {
    border-color: rgba(8,198,145,1);
  }

  .\32xl\:hover\:border-tertiary-orange-hover:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-google-maps:hover {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-chart:hover {
    border-color: rgba(218,240,225,0.2);
  }

  .\32xl\:hover\:border-energy-rating-a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-energy-rating-b:hover {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-energy-rating-c:hover {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-energy-rating-d:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-energy-rating-e:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-energy-rating-f:hover {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-energy-rating-g:hover {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-flo-blue-light:hover {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-green-dark-60:hover {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-tertiary-background:hover {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .\32xl\:hover\:border-tertiary-green:hover {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .\32xl\:focus\:border-green-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(3, 43, 38, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(6, 57, 50, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(11, 77, 68, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 147, 101, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-darkest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(48, 48, 48, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-darker:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 74, 74, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(108, 116, 118, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey:focus {
    --tw-border-opacity: 1;
    border-color: rgba(136, 136, 136, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-medium:focus {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 170, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-lighter:focus {
    --tw-border-opacity: 1;
    border-color: rgba(218, 218, 218, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-pale:focus {
    --tw-border-opacity: 1;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-pale-60:focus {
    border-color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus\:border-grey-faint:focus {
    --tw-border-opacity: 1;
    border-color: rgba(243, 243, 243, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-lightest:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-grey-page:focus {
    border-color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus\:border-primary-white:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(12, 195, 147, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-blue-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgba(23, 85, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-secondary-blue-light-20:focus {
    border-color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus\:border-secondary-blue-light-10:focus {
    border-color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus\:border-tertiary-orange:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-tertiary-yellow:focus {
    --tw-border-opacity: 1;
    border-color: rgba(249, 200, 70, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-success:focus {
    --tw-border-opacity: 1;
    border-color: rgba(71, 182, 105, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgba(244, 96, 54, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-error:focus {
    --tw-border-opacity: 1;
    border-color: rgba(230, 49, 71, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-info:focus {
    --tw-border-opacity: 1;
    border-color: rgba(46, 174, 178, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-black:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-black-neutral:focus {
    --tw-border-opacity: 1;
    border-color: rgba(55, 63, 65, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-toggle:focus {
    border-color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus\:border-toggle-active:focus {
    border-color: rgba(8,198,145,1);
  }

  .\32xl\:focus\:border-tertiary-orange-hover:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 129, 97, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-google-maps:focus {
    --tw-border-opacity: 1;
    border-color: rgba(229, 227, 223, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-chart:focus {
    border-color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus\:border-energy-rating-a:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 132, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-energy-rating-b:focus {
    --tw-border-opacity: 1;
    border-color: rgba(25, 176, 89, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-energy-rating-c:focus {
    --tw-border-opacity: 1;
    border-color: rgba(141, 198, 65, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-energy-rating-d:focus {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-energy-rating-e:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 172, 100, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-energy-rating-f:focus {
    --tw-border-opacity: 1;
    border-color: rgba(247, 133, 33, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-energy-rating-g:focus {
    --tw-border-opacity: 1;
    border-color: rgba(239, 28, 57, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-flo-blue-light:focus {
    --tw-border-opacity: 1;
    border-color: rgba(0, 114, 180, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-green-dark-60:focus {
    --tw-border-opacity: 1;
    border-color: rgba(163, 183, 180, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-tertiary-background:focus {
    --tw-border-opacity: 1;
    border-color: rgba(235, 250, 246, var(--tw-border-opacity));
  }

  .\32xl\:focus\:border-tertiary-green:focus {
    --tw-border-opacity: 1;
    border-color: rgba(8, 198, 145, var(--tw-border-opacity));
  }

  .\32xl\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .\32xl\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1;
  }

  .\32xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0;
  }

  .\32xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1;
  }

  .\32xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0;
  }

  .\32xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1;
  }

  .\32xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0;
  }

  .\32xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
  }

  .\32xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1;
  }

  .\32xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2;
  }

  .\32xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25;
  }

  .\32xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3;
  }

  .\32xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4;
  }

  .\32xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
  }

  .\32xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
  }

  .\32xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7;
  }

  .\32xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75;
  }

  .\32xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8;
  }

  .\32xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9;
  }

  .\32xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
  }

  .\32xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1;
  }

  .\32xl\:bg-transparent {
    background-color: transparent;
  }

  .\32xl\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .\32xl\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .\32xl\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .\32xl\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .\32xl\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .\32xl\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .\32xl\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .\32xl\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .\32xl\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .\32xl\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .\32xl\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .\32xl\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .\32xl\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .\32xl\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .\32xl\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .\32xl\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .\32xl\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .\32xl\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .\32xl\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .\32xl\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .\32xl\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .\32xl\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .\32xl\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-transparent:nth-child(even) {
    background-color: transparent;
  }

  .\32xl\:even\:bg-green-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-darkest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-darker:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-medium:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-lighter:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-pale:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-pale-60:nth-child(even) {
    background-color: rgba(234,234,234,0.6);
  }

  .\32xl\:even\:bg-grey-faint:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-lightest:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-grey-page:nth-child(even) {
    background-color: rgba(243,243,243,0.5);
  }

  .\32xl\:even\:bg-primary-white:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-secondary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-secondary-blue-dark:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-secondary-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-secondary-blue-light-20:nth-child(even) {
    background-color: rgba(46,174,178,0.2);
  }

  .\32xl\:even\:bg-secondary-blue-light-10:nth-child(even) {
    background-color: rgba(46,174,178,0.1);
  }

  .\32xl\:even\:bg-tertiary-orange:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-tertiary-yellow:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-success:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-warning:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-error:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-info:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-black:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-black-neutral:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-toggle:nth-child(even) {
    background-color: rgba(8,198,145,0.3);
  }

  .\32xl\:even\:bg-toggle-active:nth-child(even) {
    background-color: rgba(8,198,145,1);
  }

  .\32xl\:even\:bg-tertiary-orange-hover:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-google-maps:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-chart:nth-child(even) {
    background-color: rgba(218,240,225,0.2);
  }

  .\32xl\:even\:bg-energy-rating-a:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-energy-rating-b:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-energy-rating-c:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-energy-rating-d:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-energy-rating-e:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-energy-rating-f:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-energy-rating-g:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-flo-blue-light:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-green-dark-60:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-tertiary-background:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .\32xl\:even\:bg-tertiary-green:nth-child(even) {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-transparent {
    background-color: transparent;
  }

  .group:hover .\32xl\:group-hover\:bg-green-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-darkest {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-darker {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-medium {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-pale {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-pale-60 {
    background-color: rgba(234,234,234,0.6);
  }

  .group:hover .\32xl\:group-hover\:bg-grey-faint {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-lightest {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-grey-page {
    background-color: rgba(243,243,243,0.5);
  }

  .group:hover .\32xl\:group-hover\:bg-primary-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-blue-light-20 {
    background-color: rgba(46,174,178,0.2);
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-blue-light-10 {
    background-color: rgba(46,174,178,0.1);
  }

  .group:hover .\32xl\:group-hover\:bg-tertiary-orange {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-tertiary-yellow {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-success {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-error {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-info {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-black-neutral {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-toggle {
    background-color: rgba(8,198,145,0.3);
  }

  .group:hover .\32xl\:group-hover\:bg-toggle-active {
    background-color: rgba(8,198,145,1);
  }

  .group:hover .\32xl\:group-hover\:bg-tertiary-orange-hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-google-maps {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-chart {
    background-color: rgba(218,240,225,0.2);
  }

  .group:hover .\32xl\:group-hover\:bg-energy-rating-a {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-energy-rating-b {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-energy-rating-c {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-energy-rating-d {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-energy-rating-e {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-energy-rating-f {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-energy-rating-g {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-flo-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-green-dark-60 {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-tertiary-background {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .group:hover .\32xl\:group-hover\:bg-tertiary-green {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent;
  }

  .\32xl\:focus-within\:bg-green-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-darkest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-darker:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-medium:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-lighter:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-pale:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-pale-60:focus-within {
    background-color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus-within\:bg-grey-faint:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-lightest:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-grey-page:focus-within {
    background-color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus-within\:bg-primary-white:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-blue-dark:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-secondary-blue-light-20:focus-within {
    background-color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus-within\:bg-secondary-blue-light-10:focus-within {
    background-color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus-within\:bg-tertiary-orange:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-tertiary-yellow:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-error:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-black-neutral:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-toggle:focus-within {
    background-color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus-within\:bg-toggle-active:focus-within {
    background-color: rgba(8,198,145,1);
  }

  .\32xl\:focus-within\:bg-tertiary-orange-hover:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-google-maps:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-chart:focus-within {
    background-color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus-within\:bg-energy-rating-a:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-energy-rating-b:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-energy-rating-c:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-energy-rating-d:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-energy-rating-e:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-energy-rating-f:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-energy-rating-g:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-flo-blue-light:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-green-dark-60:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-tertiary-background:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus-within\:bg-tertiary-green:focus-within {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .\32xl\:hover\:bg-green-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-darkest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-medium:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-lighter:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-pale:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-pale-60:hover {
    background-color: rgba(234,234,234,0.6);
  }

  .\32xl\:hover\:bg-grey-faint:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-lightest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-grey-page:hover {
    background-color: rgba(243,243,243,0.5);
  }

  .\32xl\:hover\:bg-primary-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-secondary-blue-light-20:hover {
    background-color: rgba(46,174,178,0.2);
  }

  .\32xl\:hover\:bg-secondary-blue-light-10:hover {
    background-color: rgba(46,174,178,0.1);
  }

  .\32xl\:hover\:bg-tertiary-orange:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-tertiary-yellow:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-black-neutral:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-toggle:hover {
    background-color: rgba(8,198,145,0.3);
  }

  .\32xl\:hover\:bg-toggle-active:hover {
    background-color: rgba(8,198,145,1);
  }

  .\32xl\:hover\:bg-tertiary-orange-hover:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-google-maps:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-chart:hover {
    background-color: rgba(218,240,225,0.2);
  }

  .\32xl\:hover\:bg-energy-rating-a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-energy-rating-b:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-energy-rating-c:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-energy-rating-d:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-energy-rating-e:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-energy-rating-f:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-energy-rating-g:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-flo-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-green-dark-60:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-tertiary-background:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .\32xl\:hover\:bg-tertiary-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .\32xl\:focus\:bg-green-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 43, 38, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 57, 50, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 77, 68, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 147, 101, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-darkest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 48, 48, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-darker:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 74, 74, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 116, 118, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(136, 136, 136, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-medium:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(170, 170, 170, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(187, 187, 187, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-lighter:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 218, 218, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-pale:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-pale-60:focus {
    background-color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus\:bg-grey-faint:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-lightest:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-grey-page:focus {
    background-color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus\:bg-primary-white:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 195, 147, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-blue-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 85, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-secondary-blue-light-20:focus {
    background-color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus\:bg-secondary-blue-light-10:focus {
    background-color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus\:bg-tertiary-orange:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-tertiary-yellow:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 200, 70, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(71, 182, 105, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 96, 54, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 49, 71, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 174, 178, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-black-neutral:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 63, 65, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-toggle:focus {
    background-color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus\:bg-toggle-active:focus {
    background-color: rgba(8,198,145,1);
  }

  .\32xl\:focus\:bg-tertiary-orange-hover:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 129, 97, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-google-maps:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 227, 223, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-chart:focus {
    background-color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus\:bg-energy-rating-a:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 132, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-energy-rating-b:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(25, 176, 89, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-energy-rating-c:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 198, 65, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-energy-rating-d:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-energy-rating-e:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 172, 100, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-energy-rating-f:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 133, 33, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-energy-rating-g:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 28, 57, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-flo-blue-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 114, 180, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-green-dark-60:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(163, 183, 180, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-tertiary-background:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 250, 246, var(--tw-bg-opacity));
  }

  .\32xl\:focus\:bg-tertiary-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(8, 198, 145, var(--tw-bg-opacity));
  }

  .\32xl\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .\32xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1;
  }

  .\32xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0;
  }

  .\32xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1;
  }

  .\32xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0;
  }

  .\32xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
  }

  .\32xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1;
  }

  .\32xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2;
  }

  .\32xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25;
  }

  .\32xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3;
  }

  .\32xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4;
  }

  .\32xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .\32xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
  }

  .\32xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7;
  }

  .\32xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75;
  }

  .\32xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8;
  }

  .\32xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9;
  }

  .\32xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95;
  }

  .\32xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1;
  }

  .\32xl\:bg-none {
    background-image: none;
  }

  .\32xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  }

  .\32xl\:bg-search {
    background-image: url('/images/v2/icons/search.svg');
  }

  .\32xl\:bg-search-dark {
    background-image: url('/images/v2/icons/search-dark.svg');
  }

  .\32xl\:bg-select {
    background-image: url('/images/v2/icons/select.svg');
  }

  .\32xl\:bg-select-light {
    background-image: url('/images/v2/icons/select-light.svg');
  }

  .\32xl\:bg-list-check {
    background-image: url('/images/v2/icons/list-check.svg');
  }

  .\32xl\:bg-list-times {
    background-image: url('/images/v2/icons/list-times.svg');
  }

  .\32xl\:bg-chevrons {
    background-image: url('/images/v2/illustrations/chevron-wide.svg');
  }

  .\32xl\:bg-chevron {
    background-image: url('/images/v2/illustrations/chevron-small.svg');
  }

  .\32xl\:bg-chevron-repeat {
    background-image: url('/images/v2/illustrations/chevron-wide-space.svg');
  }

  .\32xl\:bg-chevron-reverse {
    background-image: url('/images/v2/illustrations/chevron-reverse.svg');
  }

  .\32xl\:bg-chevron-offset {
    background-image: url('/images/v2/illustrations/chevron-wide-offset.svg');
  }

  .\32xl\:bg-chevron-offset-translucent {
    background-image: url('/images/v2/illustrations/chevron-wide-offset-translucent.svg');
  }

  .\32xl\:bg-triangles-sm {
    background-image: url('/images/v2/illustrations/small-triangles.svg');
  }

  .\32xl\:bg-triangles-sm-bl {
    background-image: url('/images/v2/illustrations/small-triangles-bl.svg');
  }

  .\32xl\:bg-triangles-sm-bl-min {
    background-image: url('/images/v2/illustrations/small-triangles-bl-min.svg');
  }

  .\32xl\:bg-triangles-sm-tr {
    background-image: url('/images/v2/illustrations/small-triangles-tr.svg');
  }

  .\32xl\:bg-triangles-sm-br {
    background-image: url('/images/v2/illustrations/small-triangles-br.svg');
  }

  .\32xl\:bg-triangles-sm-br-min {
    background-image: url('/images/v2/illustrations/small-triangles-br-min.svg');
  }

  .\32xl\:bg-triangles-sm-br-ten {
    background-image: url('/images/v2/illustrations/small-triangles-br-ten.svg');
  }

  .\32xl\:bg-triangles-sm-full {
    background-image: url('/images/v2/illustrations/small-triangles-full.svg');
  }

  .\32xl\:bg-triangles-sm-reverse {
    background-image: url('/images/v2/illustrations/small-triangles-reverse.svg');
  }

  .\32xl\:bg-triangles-sm-square {
    background-image: url('/images/v2/illustrations/small-triangles-square.svg');
  }

  .\32xl\:bg-triangles-sm-rotate {
    background-image: url('/images/v2/illustrations/small-triangles-rotate.svg');
  }

  .\32xl\:bg-triangles-lg {
    background-image: url('/images/v2/illustrations/big-triangles.svg');
  }

  .\32xl\:bg-triangles-lg-square {
    background-image: url('/images/v2/illustrations/big-triangles-square.svg');
  }

  .\32xl\:bg-hero-house {
    background-image: url('/images/v2/illustrations/hero-house-shadow.svg');
  }

  .\32xl\:bg-persona-hero-house {
    background-image: url('/images/v2/illustrations/persona-hero-house.svg');
  }

  .\32xl\:bg-house-min {
    background-image: url('/images/v2/illustrations/house-min.svg');
  }

  .\32xl\:bg-home-hero-auth {
    background-image: url('/images/v2/illustrations/home-hero-auth.svg');
  }

  .\32xl\:bg-home-hero {
    background-image: url('/images/home/background.jpg');
  }

  .\32xl\:bg-horizontal-house {
    background-image: url('/images/v2/illustrations/horizontal-house-repeat.svg');
  }

  .\32xl\:bg-map {
    background-image: url('/images/v2/illustrations/map.svg');
  }

  .\32xl\:bg-map-alt {
    background-image: url('/images/v2/illustrations/map-alt.svg');
  }

  .\32xl\:bg-map-alt-2 {
    background-image: url('/images/v2/illustrations/map-alt-2.svg');
  }

  .\32xl\:bg-map-alt-3 {
    background-image: url('/images/v2/illustrations/map-alt-3.svg');
  }

  .\32xl\:bg-b2bfinance {
    background-image: url(/images/finance-finder/b2bfinance-tick.png);
  }

  .\32xl\:bg-frame {
    background-image: url(/images/about/frame.png);
  }

  .\32xl\:bg-dot-wave {
    background-image: url(/images/dot-wave.png);
  }

  .\32xl\:bg-line-wave {
    background-image: url(/images/line-wave.svg);
  }

  .\32xl\:from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-green-darkest {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .\32xl\:from-green-darker {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .\32xl\:from-green-dark {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .\32xl\:from-green-medium {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .\32xl\:from-green-light {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:from-grey-darkest {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .\32xl\:from-grey-darker {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .\32xl\:from-grey-dark {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .\32xl\:from-grey {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .\32xl\:from-grey-medium {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:from-grey-light {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .\32xl\:from-grey-lighter {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:from-grey-pale {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:from-grey-pale-60 {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:from-grey-faint {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:from-grey-lightest {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:from-grey-page {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:from-primary-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:from-secondary-green {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .\32xl\:from-secondary-blue-dark {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .\32xl\:from-secondary-blue-light {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:from-secondary-blue-light-20 {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:from-secondary-blue-light-10 {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:from-tertiary-orange {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:from-tertiary-yellow {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .\32xl\:from-success {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:from-warning {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:from-error {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .\32xl\:from-info {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:from-black {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:from-black-neutral {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .\32xl\:from-toggle {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:from-toggle-active {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:from-tertiary-orange-hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .\32xl\:from-google-maps {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .\32xl\:from-chart {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .\32xl\:from-energy-rating-a {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .\32xl\:from-energy-rating-b {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .\32xl\:from-energy-rating-c {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .\32xl\:from-energy-rating-d {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .\32xl\:from-energy-rating-e {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .\32xl\:from-energy-rating-f {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .\32xl\:from-energy-rating-g {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .\32xl\:from-flo-blue-light {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .\32xl\:from-green-dark-60 {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .\32xl\:from-tertiary-background {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .\32xl\:from-tertiary-green {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-green-darkest:hover {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .\32xl\:hover\:from-green-darker:hover {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .\32xl\:hover\:from-green-dark:hover {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .\32xl\:hover\:from-green-medium:hover {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .\32xl\:hover\:from-green-light:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:hover\:from-grey-darkest:hover {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .\32xl\:hover\:from-grey-darker:hover {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .\32xl\:hover\:from-grey-dark:hover {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .\32xl\:hover\:from-grey:hover {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .\32xl\:hover\:from-grey-medium:hover {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:hover\:from-grey-light:hover {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .\32xl\:hover\:from-grey-lighter:hover {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:hover\:from-grey-pale:hover {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:hover\:from-grey-pale-60:hover {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:hover\:from-grey-faint:hover {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:hover\:from-grey-lightest:hover {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:hover\:from-grey-page:hover {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:hover\:from-primary-white:hover {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:from-secondary-green:hover {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .\32xl\:hover\:from-secondary-blue-dark:hover {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .\32xl\:hover\:from-secondary-blue-light:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:hover\:from-secondary-blue-light-20:hover {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:hover\:from-secondary-blue-light-10:hover {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:hover\:from-tertiary-orange:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:hover\:from-tertiary-yellow:hover {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .\32xl\:hover\:from-success:hover {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:hover\:from-warning:hover {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:hover\:from-error:hover {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .\32xl\:hover\:from-info:hover {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:hover\:from-black:hover {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:from-black-neutral:hover {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .\32xl\:hover\:from-toggle:hover {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:hover\:from-toggle-active:hover {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:hover\:from-tertiary-orange-hover:hover {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .\32xl\:hover\:from-google-maps:hover {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .\32xl\:hover\:from-chart:hover {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .\32xl\:hover\:from-energy-rating-a:hover {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .\32xl\:hover\:from-energy-rating-b:hover {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .\32xl\:hover\:from-energy-rating-c:hover {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .\32xl\:hover\:from-energy-rating-d:hover {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .\32xl\:hover\:from-energy-rating-e:hover {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .\32xl\:hover\:from-energy-rating-f:hover {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .\32xl\:hover\:from-energy-rating-g:hover {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .\32xl\:hover\:from-flo-blue-light:hover {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .\32xl\:hover\:from-green-dark-60:hover {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .\32xl\:hover\:from-tertiary-background:hover {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .\32xl\:hover\:from-tertiary-green:hover {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-green-darkest:focus {
    --tw-gradient-from: #032b26;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .\32xl\:focus\:from-green-darker:focus {
    --tw-gradient-from: #063932;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .\32xl\:focus\:from-green-dark:focus {
    --tw-gradient-from: #0b4d44;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .\32xl\:focus\:from-green-medium:focus {
    --tw-gradient-from: #199365;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .\32xl\:focus\:from-green-light:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:focus\:from-grey-darkest:focus {
    --tw-gradient-from: #303030;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .\32xl\:focus\:from-grey-darker:focus {
    --tw-gradient-from: #4a4a4a;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .\32xl\:focus\:from-grey-dark:focus {
    --tw-gradient-from: #6c7476;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .\32xl\:focus\:from-grey:focus {
    --tw-gradient-from: #888888;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .\32xl\:focus\:from-grey-medium:focus {
    --tw-gradient-from: #aaaaaa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:focus\:from-grey-light:focus {
    --tw-gradient-from: #bbbbbb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .\32xl\:focus\:from-grey-lighter:focus {
    --tw-gradient-from: #dadada;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:focus\:from-grey-pale:focus {
    --tw-gradient-from: #eaeaea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:focus\:from-grey-pale-60:focus {
    --tw-gradient-from: rgba(234,234,234,0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:focus\:from-grey-faint:focus {
    --tw-gradient-from: #f3f3f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:focus\:from-grey-lightest:focus {
    --tw-gradient-from: #f9f9f9;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:focus\:from-grey-page:focus {
    --tw-gradient-from: rgba(243,243,243,0.5);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:focus\:from-primary-white:focus {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:from-secondary-green:focus {
    --tw-gradient-from: #0cc393;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .\32xl\:focus\:from-secondary-blue-dark:focus {
    --tw-gradient-from: #175564;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .\32xl\:focus\:from-secondary-blue-light:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:focus\:from-secondary-blue-light-20:focus {
    --tw-gradient-from: rgba(46,174,178,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:focus\:from-secondary-blue-light-10:focus {
    --tw-gradient-from: rgba(46,174,178,0.1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:focus\:from-tertiary-orange:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:focus\:from-tertiary-yellow:focus {
    --tw-gradient-from: #f9c846;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .\32xl\:focus\:from-success:focus {
    --tw-gradient-from: #47b669;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:focus\:from-warning:focus {
    --tw-gradient-from: #f46036;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:focus\:from-error:focus {
    --tw-gradient-from: #e63147;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .\32xl\:focus\:from-info:focus {
    --tw-gradient-from: #2eaeb2;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:focus\:from-black:focus {
    --tw-gradient-from: #000000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:from-black-neutral:focus {
    --tw-gradient-from: #373f41;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .\32xl\:focus\:from-toggle:focus {
    --tw-gradient-from: rgba(8,198,145,0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:focus\:from-toggle-active:focus {
    --tw-gradient-from: rgba(8,198,145,1);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:focus\:from-tertiary-orange-hover:focus {
    --tw-gradient-from: #f78161;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .\32xl\:focus\:from-google-maps:focus {
    --tw-gradient-from: #e5e3df;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .\32xl\:focus\:from-chart:focus {
    --tw-gradient-from: rgba(218,240,225,0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .\32xl\:focus\:from-energy-rating-a:focus {
    --tw-gradient-from: #008459;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .\32xl\:focus\:from-energy-rating-b:focus {
    --tw-gradient-from: #19b059;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .\32xl\:focus\:from-energy-rating-c:focus {
    --tw-gradient-from: #8dc641;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .\32xl\:focus\:from-energy-rating-d:focus {
    --tw-gradient-from: #ffcc00;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .\32xl\:focus\:from-energy-rating-e:focus {
    --tw-gradient-from: #f7ac64;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .\32xl\:focus\:from-energy-rating-f:focus {
    --tw-gradient-from: #f78521;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .\32xl\:focus\:from-energy-rating-g:focus {
    --tw-gradient-from: #ef1c39;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .\32xl\:focus\:from-flo-blue-light:focus {
    --tw-gradient-from: #0072b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .\32xl\:focus\:from-green-dark-60:focus {
    --tw-gradient-from: #a3b7b4;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .\32xl\:focus\:from-tertiary-background:focus {
    --tw-gradient-from: #ebfaf6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .\32xl\:focus\:from-tertiary-green:focus {
    --tw-gradient-from: #08c691;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-green-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .\32xl\:via-green-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .\32xl\:via-green-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .\32xl\:via-green-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .\32xl\:via-green-light {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:via-grey-darkest {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .\32xl\:via-grey-darker {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .\32xl\:via-grey-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .\32xl\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .\32xl\:via-grey-medium {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:via-grey-light {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .\32xl\:via-grey-lighter {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:via-grey-pale {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:via-grey-pale-60 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:via-grey-faint {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:via-grey-lightest {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:via-grey-page {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:via-primary-white {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:via-secondary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .\32xl\:via-secondary-blue-dark {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .\32xl\:via-secondary-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:via-secondary-blue-light-20 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:via-secondary-blue-light-10 {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:via-tertiary-orange {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:via-tertiary-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .\32xl\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:via-error {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .\32xl\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:via-black-neutral {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .\32xl\:via-toggle {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:via-toggle-active {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:via-tertiary-orange-hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .\32xl\:via-google-maps {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .\32xl\:via-chart {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .\32xl\:via-energy-rating-a {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .\32xl\:via-energy-rating-b {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .\32xl\:via-energy-rating-c {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .\32xl\:via-energy-rating-d {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .\32xl\:via-energy-rating-e {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .\32xl\:via-energy-rating-f {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .\32xl\:via-energy-rating-g {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .\32xl\:via-flo-blue-light {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .\32xl\:via-green-dark-60 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .\32xl\:via-tertiary-background {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .\32xl\:via-tertiary-green {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-green-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .\32xl\:hover\:via-green-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .\32xl\:hover\:via-green-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .\32xl\:hover\:via-green-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .\32xl\:hover\:via-green-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:hover\:via-grey-darkest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .\32xl\:hover\:via-grey-darker:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .\32xl\:hover\:via-grey-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .\32xl\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .\32xl\:hover\:via-grey-medium:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:hover\:via-grey-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .\32xl\:hover\:via-grey-lighter:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:hover\:via-grey-pale:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:hover\:via-grey-pale-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:hover\:via-grey-faint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:hover\:via-grey-lightest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:hover\:via-grey-page:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:hover\:via-primary-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:hover\:via-secondary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .\32xl\:hover\:via-secondary-blue-dark:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .\32xl\:hover\:via-secondary-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:hover\:via-secondary-blue-light-20:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:hover\:via-secondary-blue-light-10:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:hover\:via-tertiary-orange:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:hover\:via-tertiary-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .\32xl\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:hover\:via-error:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .\32xl\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:hover\:via-black-neutral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .\32xl\:hover\:via-toggle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:hover\:via-toggle-active:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:hover\:via-tertiary-orange-hover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .\32xl\:hover\:via-google-maps:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .\32xl\:hover\:via-chart:hover {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .\32xl\:hover\:via-energy-rating-a:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .\32xl\:hover\:via-energy-rating-b:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .\32xl\:hover\:via-energy-rating-c:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .\32xl\:hover\:via-energy-rating-d:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .\32xl\:hover\:via-energy-rating-e:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .\32xl\:hover\:via-energy-rating-f:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .\32xl\:hover\:via-energy-rating-g:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .\32xl\:hover\:via-flo-blue-light:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .\32xl\:hover\:via-green-dark-60:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .\32xl\:hover\:via-tertiary-background:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .\32xl\:hover\:via-tertiary-green:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-green-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #032b26, var(--tw-gradient-to, rgba(3, 43, 38, 0));
  }

  .\32xl\:focus\:via-green-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #063932, var(--tw-gradient-to, rgba(6, 57, 50, 0));
  }

  .\32xl\:focus\:via-green-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0b4d44, var(--tw-gradient-to, rgba(11, 77, 68, 0));
  }

  .\32xl\:focus\:via-green-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #199365, var(--tw-gradient-to, rgba(25, 147, 101, 0));
  }

  .\32xl\:focus\:via-green-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:focus\:via-grey-darkest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #303030, var(--tw-gradient-to, rgba(48, 48, 48, 0));
  }

  .\32xl\:focus\:via-grey-darker:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4a4a4a, var(--tw-gradient-to, rgba(74, 74, 74, 0));
  }

  .\32xl\:focus\:via-grey-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c7476, var(--tw-gradient-to, rgba(108, 116, 118, 0));
  }

  .\32xl\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #888888, var(--tw-gradient-to, rgba(136, 136, 136, 0));
  }

  .\32xl\:focus\:via-grey-medium:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aaaaaa, var(--tw-gradient-to, rgba(170, 170, 170, 0));
  }

  .\32xl\:focus\:via-grey-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bbbbbb, var(--tw-gradient-to, rgba(187, 187, 187, 0));
  }

  .\32xl\:focus\:via-grey-lighter:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dadada, var(--tw-gradient-to, rgba(218, 218, 218, 0));
  }

  .\32xl\:focus\:via-grey-pale:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eaeaea, var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:focus\:via-grey-pale-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(234,234,234,0.6), var(--tw-gradient-to, rgba(234, 234, 234, 0));
  }

  .\32xl\:focus\:via-grey-faint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3f3f3, var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:focus\:via-grey-lightest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9f9f9, var(--tw-gradient-to, rgba(249, 249, 249, 0));
  }

  .\32xl\:focus\:via-grey-page:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(243,243,243,0.5), var(--tw-gradient-to, rgba(243, 243, 243, 0));
  }

  .\32xl\:focus\:via-primary-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffffff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .\32xl\:focus\:via-secondary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0cc393, var(--tw-gradient-to, rgba(12, 195, 147, 0));
  }

  .\32xl\:focus\:via-secondary-blue-dark:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #175564, var(--tw-gradient-to, rgba(23, 85, 100, 0));
  }

  .\32xl\:focus\:via-secondary-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:focus\:via-secondary-blue-light-20:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.2), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:focus\:via-secondary-blue-light-10:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(46,174,178,0.1), var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:focus\:via-tertiary-orange:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:focus\:via-tertiary-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9c846, var(--tw-gradient-to, rgba(249, 200, 70, 0));
  }

  .\32xl\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #47b669, var(--tw-gradient-to, rgba(71, 182, 105, 0));
  }

  .\32xl\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f46036, var(--tw-gradient-to, rgba(244, 96, 54, 0));
  }

  .\32xl\:focus\:via-error:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e63147, var(--tw-gradient-to, rgba(230, 49, 71, 0));
  }

  .\32xl\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2eaeb2, var(--tw-gradient-to, rgba(46, 174, 178, 0));
  }

  .\32xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .\32xl\:focus\:via-black-neutral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #373f41, var(--tw-gradient-to, rgba(55, 63, 65, 0));
  }

  .\32xl\:focus\:via-toggle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,0.3), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:focus\:via-toggle-active:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(8,198,145,1), var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:focus\:via-tertiary-orange-hover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78161, var(--tw-gradient-to, rgba(247, 129, 97, 0));
  }

  .\32xl\:focus\:via-google-maps:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e5e3df, var(--tw-gradient-to, rgba(229, 227, 223, 0));
  }

  .\32xl\:focus\:via-chart:focus {
    --tw-gradient-stops: var(--tw-gradient-from), rgba(218,240,225,0.2), var(--tw-gradient-to, rgba(218, 240, 225, 0));
  }

  .\32xl\:focus\:via-energy-rating-a:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #008459, var(--tw-gradient-to, rgba(0, 132, 89, 0));
  }

  .\32xl\:focus\:via-energy-rating-b:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #19b059, var(--tw-gradient-to, rgba(25, 176, 89, 0));
  }

  .\32xl\:focus\:via-energy-rating-c:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8dc641, var(--tw-gradient-to, rgba(141, 198, 65, 0));
  }

  .\32xl\:focus\:via-energy-rating-d:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffcc00, var(--tw-gradient-to, rgba(255, 204, 0, 0));
  }

  .\32xl\:focus\:via-energy-rating-e:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7ac64, var(--tw-gradient-to, rgba(247, 172, 100, 0));
  }

  .\32xl\:focus\:via-energy-rating-f:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f78521, var(--tw-gradient-to, rgba(247, 133, 33, 0));
  }

  .\32xl\:focus\:via-energy-rating-g:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef1c39, var(--tw-gradient-to, rgba(239, 28, 57, 0));
  }

  .\32xl\:focus\:via-flo-blue-light:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0072b4, var(--tw-gradient-to, rgba(0, 114, 180, 0));
  }

  .\32xl\:focus\:via-green-dark-60:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3b7b4, var(--tw-gradient-to, rgba(163, 183, 180, 0));
  }

  .\32xl\:focus\:via-tertiary-background:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebfaf6, var(--tw-gradient-to, rgba(235, 250, 246, 0));
  }

  .\32xl\:focus\:via-tertiary-green:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #08c691, var(--tw-gradient-to, rgba(8, 198, 145, 0));
  }

  .\32xl\:to-transparent {
    --tw-gradient-to: transparent;
  }

  .\32xl\:to-green-darkest {
    --tw-gradient-to: #032b26;
  }

  .\32xl\:to-green-darker {
    --tw-gradient-to: #063932;
  }

  .\32xl\:to-green-dark {
    --tw-gradient-to: #0b4d44;
  }

  .\32xl\:to-green-medium {
    --tw-gradient-to: #199365;
  }

  .\32xl\:to-green-light {
    --tw-gradient-to: #47b669;
  }

  .\32xl\:to-grey-darkest {
    --tw-gradient-to: #303030;
  }

  .\32xl\:to-grey-darker {
    --tw-gradient-to: #4a4a4a;
  }

  .\32xl\:to-grey-dark {
    --tw-gradient-to: #6c7476;
  }

  .\32xl\:to-grey {
    --tw-gradient-to: #888888;
  }

  .\32xl\:to-grey-medium {
    --tw-gradient-to: #aaaaaa;
  }

  .\32xl\:to-grey-light {
    --tw-gradient-to: #bbbbbb;
  }

  .\32xl\:to-grey-lighter {
    --tw-gradient-to: #dadada;
  }

  .\32xl\:to-grey-pale {
    --tw-gradient-to: #eaeaea;
  }

  .\32xl\:to-grey-pale-60 {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .\32xl\:to-grey-faint {
    --tw-gradient-to: #f3f3f3;
  }

  .\32xl\:to-grey-lightest {
    --tw-gradient-to: #f9f9f9;
  }

  .\32xl\:to-grey-page {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .\32xl\:to-primary-white {
    --tw-gradient-to: #ffffff;
  }

  .\32xl\:to-secondary-green {
    --tw-gradient-to: #0cc393;
  }

  .\32xl\:to-secondary-blue-dark {
    --tw-gradient-to: #175564;
  }

  .\32xl\:to-secondary-blue-light {
    --tw-gradient-to: #2eaeb2;
  }

  .\32xl\:to-secondary-blue-light-20 {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .\32xl\:to-secondary-blue-light-10 {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .\32xl\:to-tertiary-orange {
    --tw-gradient-to: #f46036;
  }

  .\32xl\:to-tertiary-yellow {
    --tw-gradient-to: #f9c846;
  }

  .\32xl\:to-success {
    --tw-gradient-to: #47b669;
  }

  .\32xl\:to-warning {
    --tw-gradient-to: #f46036;
  }

  .\32xl\:to-error {
    --tw-gradient-to: #e63147;
  }

  .\32xl\:to-info {
    --tw-gradient-to: #2eaeb2;
  }

  .\32xl\:to-black {
    --tw-gradient-to: #000000;
  }

  .\32xl\:to-black-neutral {
    --tw-gradient-to: #373f41;
  }

  .\32xl\:to-toggle {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .\32xl\:to-toggle-active {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .\32xl\:to-tertiary-orange-hover {
    --tw-gradient-to: #f78161;
  }

  .\32xl\:to-google-maps {
    --tw-gradient-to: #e5e3df;
  }

  .\32xl\:to-chart {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .\32xl\:to-energy-rating-a {
    --tw-gradient-to: #008459;
  }

  .\32xl\:to-energy-rating-b {
    --tw-gradient-to: #19b059;
  }

  .\32xl\:to-energy-rating-c {
    --tw-gradient-to: #8dc641;
  }

  .\32xl\:to-energy-rating-d {
    --tw-gradient-to: #ffcc00;
  }

  .\32xl\:to-energy-rating-e {
    --tw-gradient-to: #f7ac64;
  }

  .\32xl\:to-energy-rating-f {
    --tw-gradient-to: #f78521;
  }

  .\32xl\:to-energy-rating-g {
    --tw-gradient-to: #ef1c39;
  }

  .\32xl\:to-flo-blue-light {
    --tw-gradient-to: #0072b4;
  }

  .\32xl\:to-green-dark-60 {
    --tw-gradient-to: #a3b7b4;
  }

  .\32xl\:to-tertiary-background {
    --tw-gradient-to: #ebfaf6;
  }

  .\32xl\:to-tertiary-green {
    --tw-gradient-to: #08c691;
  }

  .\32xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent;
  }

  .\32xl\:hover\:to-green-darkest:hover {
    --tw-gradient-to: #032b26;
  }

  .\32xl\:hover\:to-green-darker:hover {
    --tw-gradient-to: #063932;
  }

  .\32xl\:hover\:to-green-dark:hover {
    --tw-gradient-to: #0b4d44;
  }

  .\32xl\:hover\:to-green-medium:hover {
    --tw-gradient-to: #199365;
  }

  .\32xl\:hover\:to-green-light:hover {
    --tw-gradient-to: #47b669;
  }

  .\32xl\:hover\:to-grey-darkest:hover {
    --tw-gradient-to: #303030;
  }

  .\32xl\:hover\:to-grey-darker:hover {
    --tw-gradient-to: #4a4a4a;
  }

  .\32xl\:hover\:to-grey-dark:hover {
    --tw-gradient-to: #6c7476;
  }

  .\32xl\:hover\:to-grey:hover {
    --tw-gradient-to: #888888;
  }

  .\32xl\:hover\:to-grey-medium:hover {
    --tw-gradient-to: #aaaaaa;
  }

  .\32xl\:hover\:to-grey-light:hover {
    --tw-gradient-to: #bbbbbb;
  }

  .\32xl\:hover\:to-grey-lighter:hover {
    --tw-gradient-to: #dadada;
  }

  .\32xl\:hover\:to-grey-pale:hover {
    --tw-gradient-to: #eaeaea;
  }

  .\32xl\:hover\:to-grey-pale-60:hover {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .\32xl\:hover\:to-grey-faint:hover {
    --tw-gradient-to: #f3f3f3;
  }

  .\32xl\:hover\:to-grey-lightest:hover {
    --tw-gradient-to: #f9f9f9;
  }

  .\32xl\:hover\:to-grey-page:hover {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .\32xl\:hover\:to-primary-white:hover {
    --tw-gradient-to: #ffffff;
  }

  .\32xl\:hover\:to-secondary-green:hover {
    --tw-gradient-to: #0cc393;
  }

  .\32xl\:hover\:to-secondary-blue-dark:hover {
    --tw-gradient-to: #175564;
  }

  .\32xl\:hover\:to-secondary-blue-light:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .\32xl\:hover\:to-secondary-blue-light-20:hover {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .\32xl\:hover\:to-secondary-blue-light-10:hover {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .\32xl\:hover\:to-tertiary-orange:hover {
    --tw-gradient-to: #f46036;
  }

  .\32xl\:hover\:to-tertiary-yellow:hover {
    --tw-gradient-to: #f9c846;
  }

  .\32xl\:hover\:to-success:hover {
    --tw-gradient-to: #47b669;
  }

  .\32xl\:hover\:to-warning:hover {
    --tw-gradient-to: #f46036;
  }

  .\32xl\:hover\:to-error:hover {
    --tw-gradient-to: #e63147;
  }

  .\32xl\:hover\:to-info:hover {
    --tw-gradient-to: #2eaeb2;
  }

  .\32xl\:hover\:to-black:hover {
    --tw-gradient-to: #000000;
  }

  .\32xl\:hover\:to-black-neutral:hover {
    --tw-gradient-to: #373f41;
  }

  .\32xl\:hover\:to-toggle:hover {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .\32xl\:hover\:to-toggle-active:hover {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .\32xl\:hover\:to-tertiary-orange-hover:hover {
    --tw-gradient-to: #f78161;
  }

  .\32xl\:hover\:to-google-maps:hover {
    --tw-gradient-to: #e5e3df;
  }

  .\32xl\:hover\:to-chart:hover {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .\32xl\:hover\:to-energy-rating-a:hover {
    --tw-gradient-to: #008459;
  }

  .\32xl\:hover\:to-energy-rating-b:hover {
    --tw-gradient-to: #19b059;
  }

  .\32xl\:hover\:to-energy-rating-c:hover {
    --tw-gradient-to: #8dc641;
  }

  .\32xl\:hover\:to-energy-rating-d:hover {
    --tw-gradient-to: #ffcc00;
  }

  .\32xl\:hover\:to-energy-rating-e:hover {
    --tw-gradient-to: #f7ac64;
  }

  .\32xl\:hover\:to-energy-rating-f:hover {
    --tw-gradient-to: #f78521;
  }

  .\32xl\:hover\:to-energy-rating-g:hover {
    --tw-gradient-to: #ef1c39;
  }

  .\32xl\:hover\:to-flo-blue-light:hover {
    --tw-gradient-to: #0072b4;
  }

  .\32xl\:hover\:to-green-dark-60:hover {
    --tw-gradient-to: #a3b7b4;
  }

  .\32xl\:hover\:to-tertiary-background:hover {
    --tw-gradient-to: #ebfaf6;
  }

  .\32xl\:hover\:to-tertiary-green:hover {
    --tw-gradient-to: #08c691;
  }

  .\32xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent;
  }

  .\32xl\:focus\:to-green-darkest:focus {
    --tw-gradient-to: #032b26;
  }

  .\32xl\:focus\:to-green-darker:focus {
    --tw-gradient-to: #063932;
  }

  .\32xl\:focus\:to-green-dark:focus {
    --tw-gradient-to: #0b4d44;
  }

  .\32xl\:focus\:to-green-medium:focus {
    --tw-gradient-to: #199365;
  }

  .\32xl\:focus\:to-green-light:focus {
    --tw-gradient-to: #47b669;
  }

  .\32xl\:focus\:to-grey-darkest:focus {
    --tw-gradient-to: #303030;
  }

  .\32xl\:focus\:to-grey-darker:focus {
    --tw-gradient-to: #4a4a4a;
  }

  .\32xl\:focus\:to-grey-dark:focus {
    --tw-gradient-to: #6c7476;
  }

  .\32xl\:focus\:to-grey:focus {
    --tw-gradient-to: #888888;
  }

  .\32xl\:focus\:to-grey-medium:focus {
    --tw-gradient-to: #aaaaaa;
  }

  .\32xl\:focus\:to-grey-light:focus {
    --tw-gradient-to: #bbbbbb;
  }

  .\32xl\:focus\:to-grey-lighter:focus {
    --tw-gradient-to: #dadada;
  }

  .\32xl\:focus\:to-grey-pale:focus {
    --tw-gradient-to: #eaeaea;
  }

  .\32xl\:focus\:to-grey-pale-60:focus {
    --tw-gradient-to: rgba(234,234,234,0.6);
  }

  .\32xl\:focus\:to-grey-faint:focus {
    --tw-gradient-to: #f3f3f3;
  }

  .\32xl\:focus\:to-grey-lightest:focus {
    --tw-gradient-to: #f9f9f9;
  }

  .\32xl\:focus\:to-grey-page:focus {
    --tw-gradient-to: rgba(243,243,243,0.5);
  }

  .\32xl\:focus\:to-primary-white:focus {
    --tw-gradient-to: #ffffff;
  }

  .\32xl\:focus\:to-secondary-green:focus {
    --tw-gradient-to: #0cc393;
  }

  .\32xl\:focus\:to-secondary-blue-dark:focus {
    --tw-gradient-to: #175564;
  }

  .\32xl\:focus\:to-secondary-blue-light:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .\32xl\:focus\:to-secondary-blue-light-20:focus {
    --tw-gradient-to: rgba(46,174,178,0.2);
  }

  .\32xl\:focus\:to-secondary-blue-light-10:focus {
    --tw-gradient-to: rgba(46,174,178,0.1);
  }

  .\32xl\:focus\:to-tertiary-orange:focus {
    --tw-gradient-to: #f46036;
  }

  .\32xl\:focus\:to-tertiary-yellow:focus {
    --tw-gradient-to: #f9c846;
  }

  .\32xl\:focus\:to-success:focus {
    --tw-gradient-to: #47b669;
  }

  .\32xl\:focus\:to-warning:focus {
    --tw-gradient-to: #f46036;
  }

  .\32xl\:focus\:to-error:focus {
    --tw-gradient-to: #e63147;
  }

  .\32xl\:focus\:to-info:focus {
    --tw-gradient-to: #2eaeb2;
  }

  .\32xl\:focus\:to-black:focus {
    --tw-gradient-to: #000000;
  }

  .\32xl\:focus\:to-black-neutral:focus {
    --tw-gradient-to: #373f41;
  }

  .\32xl\:focus\:to-toggle:focus {
    --tw-gradient-to: rgba(8,198,145,0.3);
  }

  .\32xl\:focus\:to-toggle-active:focus {
    --tw-gradient-to: rgba(8,198,145,1);
  }

  .\32xl\:focus\:to-tertiary-orange-hover:focus {
    --tw-gradient-to: #f78161;
  }

  .\32xl\:focus\:to-google-maps:focus {
    --tw-gradient-to: #e5e3df;
  }

  .\32xl\:focus\:to-chart:focus {
    --tw-gradient-to: rgba(218,240,225,0.2);
  }

  .\32xl\:focus\:to-energy-rating-a:focus {
    --tw-gradient-to: #008459;
  }

  .\32xl\:focus\:to-energy-rating-b:focus {
    --tw-gradient-to: #19b059;
  }

  .\32xl\:focus\:to-energy-rating-c:focus {
    --tw-gradient-to: #8dc641;
  }

  .\32xl\:focus\:to-energy-rating-d:focus {
    --tw-gradient-to: #ffcc00;
  }

  .\32xl\:focus\:to-energy-rating-e:focus {
    --tw-gradient-to: #f7ac64;
  }

  .\32xl\:focus\:to-energy-rating-f:focus {
    --tw-gradient-to: #f78521;
  }

  .\32xl\:focus\:to-energy-rating-g:focus {
    --tw-gradient-to: #ef1c39;
  }

  .\32xl\:focus\:to-flo-blue-light:focus {
    --tw-gradient-to: #0072b4;
  }

  .\32xl\:focus\:to-green-dark-60:focus {
    --tw-gradient-to: #a3b7b4;
  }

  .\32xl\:focus\:to-tertiary-background:focus {
    --tw-gradient-to: #ebfaf6;
  }

  .\32xl\:focus\:to-tertiary-green:focus {
    --tw-gradient-to: #08c691;
  }

  .\32xl\:decoration-slice {
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .\32xl\:decoration-clone {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .\32xl\:bg-5 {
    background-size: 1.25rem;
  }

  .\32xl\:bg-20 {
    background-size: 5rem;
  }

  .\32xl\:bg-45 {
    background-size: 11.25rem;
  }

  .\32xl\:bg-48 {
    background-size: 12rem;
  }

  .\32xl\:bg-80 {
    background-size: 20rem;
  }

  .\32xl\:bg-100 {
    background-size: 25rem;
  }

  .\32xl\:bg-112 {
    background-size: 28rem;
  }

  .\32xl\:bg-120 {
    background-size: 30rem;
  }

  .\32xl\:bg-128 {
    background-size: 32rem;
  }

  .\32xl\:bg-132 {
    background-size: 33rem;
  }

  .\32xl\:bg-140 {
    background-size: 35rem;
  }

  .\32xl\:bg-152 {
    background-size: 38rem;
  }

  .\32xl\:bg-164 {
    background-size: 41rem;
  }

  .\32xl\:bg-184 {
    background-size: 46rem;
  }

  .\32xl\:bg-200 {
    background-size: 50rem;
  }

  .\32xl\:bg-288 {
    background-size: 72rem;
  }

  .\32xl\:bg-540 {
    background-size: 135rem;
  }

  .\32xl\:bg-auto {
    background-size: auto;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:bg-contain {
    background-size: contain;
  }

  .\32xl\:bg-4\/5 {
    background-size: 80%;
  }

  .\32xl\:bg-fixed {
    background-attachment: fixed;
  }

  .\32xl\:bg-local {
    background-attachment: local;
  }

  .\32xl\:bg-scroll {
    background-attachment: scroll;
  }

  .\32xl\:bg-clip-border {
    background-clip: border-box;
  }

  .\32xl\:bg-clip-padding {
    background-clip: padding-box;
  }

  .\32xl\:bg-clip-content {
    background-clip: content-box;
  }

  .\32xl\:bg-clip-text {
    -webkit-background-clip: text;
            background-clip: text;
  }

  .\32xl\:bg-bottom {
    background-position: bottom;
  }

  .\32xl\:bg-center {
    background-position: center;
  }

  .\32xl\:bg-left {
    background-position: left;
  }

  .\32xl\:bg-left-bottom {
    background-position: left bottom;
  }

  .\32xl\:bg-left-top {
    background-position: left top;
  }

  .\32xl\:bg-right {
    background-position: right;
  }

  .\32xl\:bg-right-bottom {
    background-position: right bottom;
  }

  .\32xl\:bg-right-top {
    background-position: right top;
  }

  .\32xl\:bg-top {
    background-position: top;
  }

  .\32xl\:bg-top-0\.75 {
    background-position: 0 0.1875rem;
  }

  .\32xl\:bg-left-2 {
    background-position: left 0.5rem center;
  }

  .\32xl\:bg-right-2 {
    background-position: right 0.5rem center;
  }

  .\32xl\:bg-left-top-3 {
    background-position: 0.75rem 0.75rem;
  }

  .\32xl\:bg-left-top-5 {
    background-position: 1.25rem 1.25rem;
  }

  .\32xl\:bg-right-top-5 {
    background-position: right 1.25rem top 1.25rem;
  }

  .\32xl\:bg-right-top-2 {
    background-position: right 0.5rem top 0.5rem;
  }

  .\32xl\:bg-left-bottom-5 {
    background-position: left 1.25rem bottom 1.25rem;
  }

  .\32xl\:bg-right-bottom-5 {
    background-position: right 1.25rem bottom 1.25rem;
  }

  .\32xl\:-bg-right-top-36 {
    background-position: right 0 top -9rem;
  }

  .\32xl\:-bg-right-bottom-px {
    background-position: right 0 bottom -1px;
  }

  .\32xl\:-bg-right-bottom-16 {
    background-position: right -0.125rem bottom -4rem;
  }

  .\32xl\:-bg-bottom-1 {
    background-position: bottom -4rem center;
  }

  .\32xl\:-bg-bottom-1-left {
    background-position: bottom -4rem left;
  }

  .\32xl\:bg-repeat {
    background-repeat: repeat;
  }

  .\32xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .\32xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .\32xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .\32xl\:bg-repeat-round {
    background-repeat: round;
  }

  .\32xl\:bg-repeat-space {
    background-repeat: space;
  }

  .\32xl\:bg-origin-border {
    background-origin: border-box;
  }

  .\32xl\:bg-origin-padding {
    background-origin: padding-box;
  }

  .\32xl\:bg-origin-content {
    background-origin: content-box;
  }

  .\32xl\:fill-current {
    fill: currentColor;
  }

  .\32xl\:fill-none {
    fill: none;
  }

  .\32xl\:fill-green-light {
    fill: #47b669;
  }

  .\32xl\:stroke-current {
    stroke: currentColor;
  }

  .\32xl\:stroke-green-medium {
    stroke: #199365;
  }

  .\32xl\:stroke-tertiary-orange {
    stroke: #f46036;
  }

  .\32xl\:stroke-grey-pale {
    stroke: #eaeaea;
  }

  .\32xl\:stroke-0 {
    stroke-width: 0;
  }

  .\32xl\:stroke-1 {
    stroke-width: 1;
  }

  .\32xl\:stroke-2 {
    stroke-width: 2;
  }

  .\32xl\:stroke-12 {
    stroke-width: 12;
  }

  .\32xl\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .\32xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\32xl\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

  .\32xl\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .\32xl\:object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .\32xl\:object-bottom {
    -o-object-position: bottom;
       object-position: bottom;
  }

  .\32xl\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .\32xl\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .\32xl\:object-left-bottom {
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .\32xl\:object-left-top {
    -o-object-position: left top;
       object-position: left top;
  }

  .\32xl\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .\32xl\:object-right-bottom {
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .\32xl\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .\32xl\:object-top {
    -o-object-position: top;
       object-position: top;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-5 {
    padding: 1.25rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-7 {
    padding: 1.75rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-9 {
    padding: 2.25rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-11 {
    padding: 2.75rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-14 {
    padding: 3.5rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

  .\32xl\:p-18 {
    padding: 4.5rem;
  }

  .\32xl\:p-20 {
    padding: 5rem;
  }

  .\32xl\:p-21 {
    padding: 5.25rem;
  }

  .\32xl\:p-22 {
    padding: 5.5rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }

  .\32xl\:p-26 {
    padding: 6.5rem;
  }

  .\32xl\:p-28 {
    padding: 7rem;
  }

  .\32xl\:p-29 {
    padding: 7.25rem;
  }

  .\32xl\:p-32 {
    padding: 8rem;
  }

  .\32xl\:p-34 {
    padding: 8.5rem;
  }

  .\32xl\:p-36 {
    padding: 9rem;
  }

  .\32xl\:p-40 {
    padding: 10rem;
  }

  .\32xl\:p-42 {
    padding: 10.5rem;
  }

  .\32xl\:p-44 {
    padding: 11rem;
  }

  .\32xl\:p-48 {
    padding: 12rem;
  }

  .\32xl\:p-52 {
    padding: 13rem;
  }

  .\32xl\:p-56 {
    padding: 14rem;
  }

  .\32xl\:p-60 {
    padding: 15rem;
  }

  .\32xl\:p-64 {
    padding: 16rem;
  }

  .\32xl\:p-68 {
    padding: 17rem;
  }

  .\32xl\:p-72 {
    padding: 18rem;
  }

  .\32xl\:p-77 {
    padding: 19.25rem;
  }

  .\32xl\:p-80 {
    padding: 20rem;
  }

  .\32xl\:p-82 {
    padding: 20.5rem;
  }

  .\32xl\:p-88 {
    padding: 22rem;
  }

  .\32xl\:p-94 {
    padding: 23.5rem;
  }

  .\32xl\:p-96 {
    padding: 24rem;
  }

  .\32xl\:p-98 {
    padding: 24.5rem;
  }

  .\32xl\:p-104 {
    padding: 26rem;
  }

  .\32xl\:p-108 {
    padding: 27rem;
  }

  .\32xl\:p-110 {
    padding: 27.5rem;
  }

  .\32xl\:p-112 {
    padding: 28rem;
  }

  .\32xl\:p-120 {
    padding: 30rem;
  }

  .\32xl\:p-128 {
    padding: 32rem;
  }

  .\32xl\:p-132 {
    padding: 33rem;
  }

  .\32xl\:p-134 {
    padding: 33.5rem;
  }

  .\32xl\:p-135 {
    padding: 33.75rem;
  }

  .\32xl\:p-136 {
    padding: 34rem;
  }

  .\32xl\:p-144 {
    padding: 36rem;
  }

  .\32xl\:p-152 {
    padding: 38rem;
  }

  .\32xl\:p-160 {
    padding: 40rem;
  }

  .\32xl\:p-164 {
    padding: 41rem;
  }

  .\32xl\:p-172 {
    padding: 43rem;
  }

  .\32xl\:p-179 {
    padding: 44.75rem;
  }

  .\32xl\:p-184 {
    padding: 46rem;
  }

  .\32xl\:p-192 {
    padding: 48rem;
  }

  .\32xl\:p-224 {
    padding: 56rem;
  }

  .\32xl\:p-240 {
    padding: 60rem;
  }

  .\32xl\:p-256 {
    padding: 64rem;
  }

  .\32xl\:p-265 {
    padding: 66.25rem;
  }

  .\32xl\:p-288 {
    padding: 72rem;
  }

  .\32xl\:p-384 {
    padding: 96rem;
  }

  .\32xl\:p-px {
    padding: 1px;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .\32xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\32xl\:p-0\.75 {
    padding: 0.1875rem;
  }

  .\32xl\:p-4\.5 {
    padding: 1.125rem;
  }

  .\32xl\:p-7\.5 {
    padding: 1.875rem;
  }

  .\32xl\:p-9\.5 {
    padding: 2.375rem;
  }

  .\32xl\:p-9\.75 {
    padding: 2.4375rem;
  }

  .\32xl\:p-12\.5 {
    padding: 3.125rem;
  }

  .\32xl\:p-13\.5 {
    padding: 3.375rem;
  }

  .\32xl\:p-292\.5 {
    padding: 73.125rem;
  }

  .\32xl\:p-1\/24 {
    padding: 4.166667%;
  }

  .\32xl\:p-2\/24 {
    padding: 8.333333%;
  }

  .\32xl\:p-3\/24 {
    padding: 12.5%;
  }

  .\32xl\:p-4\/24 {
    padding: 16.666667%;
  }

  .\32xl\:p-5\/24 {
    padding: 20.833333%;
  }

  .\32xl\:p-6\/24 {
    padding: 25%;
  }

  .\32xl\:p-7\/24 {
    padding: 29.166666%;
  }

  .\32xl\:p-8\/24 {
    padding: 33.333333%;
  }

  .\32xl\:p-9\/24 {
    padding: 37.5%;
  }

  .\32xl\:p-10\/24 {
    padding: 41.666666%;
  }

  .\32xl\:p-11\/24 {
    padding: 45.833333%;
  }

  .\32xl\:p-12\/24 {
    padding: 50%;
  }

  .\32xl\:p-13\/24 {
    padding: 54.166666%;
  }

  .\32xl\:p-14\/24 {
    padding: 58.333333%;
  }

  .\32xl\:p-15\/24 {
    padding: 62.5%;
  }

  .\32xl\:p-16\/24 {
    padding: 66.666667%;
  }

  .\32xl\:p-17\/24 {
    padding: 70.833333%;
  }

  .\32xl\:p-18\/24 {
    padding: 75%;
  }

  .\32xl\:p-19\/24 {
    padding: 79.166667%;
  }

  .\32xl\:p-20\/24 {
    padding: 83.333333%;
  }

  .\32xl\:p-21\/24 {
    padding: 87.5%;
  }

  .\32xl\:p-22\/24 {
    padding: 91.666667%;
  }

  .\32xl\:p-23\/24 {
    padding: 95.833333%;
  }

  .\32xl\:p-24\/24 {
    padding: 100%;
  }

  .\32xl\:p-screen-header {
    padding: 41.55vw;
  }

  .\32xl\:p-screen-60 {
    padding: 60vh;
  }

  .\32xl\:p-screen-80 {
    padding: 80vh;
  }

  .\32xl\:p-screen-85 {
    padding: 85vh;
  }

  .\32xl\:p-screen-90 {
    padding: 90vh;
  }

  .\32xl\:p-screen-95 {
    padding: 95vh;
  }

  .\32xl\:p-screen-minus-header {
    padding: calc(100vh - 5.25rem);
  }

  .\32xl\:p-screen-minus-35\.5 {
    padding: calc(100vh - 8.875rem);
  }

  .\32xl\:p-screen-minus-36 {
    padding: calc(100vh - 9rem);
  }

  .\32xl\:p-screen-minus-40 {
    padding: calc(100vh - 10rem);
  }

  .\32xl\:p-screen-minus-55 {
    padding: calc(100vh - 13.75rem);
  }

  .\32xl\:p-screen-minus-72 {
    padding: calc(100vh - 18rem);
  }

  .\32xl\:p-screen-minus-80 {
    padding: calc(100vh - 20rem);
  }

  .\32xl\:p-full-4 {
    padding: calc(100% - 16px);
  }

  .\32xl\:p-account-body {
    padding: calc(100vw - 304px);
  }

  .\32xl\:p-menu-center {
    padding: calc(50% - 288px);
  }

  .\32xl\:p-tutorials-hidden {
    padding: calc(100% - 56px);
  }

  .\32xl\:p-popup-full-width {
    padding: calc(100% + 32px);
  }

  .\32xl\:p-popup-full-width-md {
    padding: calc(100% + 64px);
  }

  .\32xl\:p-popup-full-height {
    padding: calc(100% + 68px);
  }

  .\32xl\:p-max-content {
    padding: max-content;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .\32xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-21 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

  .\32xl\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-26 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-29 {
    padding-left: 7.25rem;
    padding-right: 7.25rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:px-34 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-42 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .\32xl\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .\32xl\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .\32xl\:px-68 {
    padding-left: 17rem;
    padding-right: 17rem;
  }

  .\32xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .\32xl\:px-77 {
    padding-left: 19.25rem;
    padding-right: 19.25rem;
  }

  .\32xl\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .\32xl\:px-82 {
    padding-left: 20.5rem;
    padding-right: 20.5rem;
  }

  .\32xl\:px-88 {
    padding-left: 22rem;
    padding-right: 22rem;
  }

  .\32xl\:px-94 {
    padding-left: 23.5rem;
    padding-right: 23.5rem;
  }

  .\32xl\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .\32xl\:px-98 {
    padding-left: 24.5rem;
    padding-right: 24.5rem;
  }

  .\32xl\:px-104 {
    padding-left: 26rem;
    padding-right: 26rem;
  }

  .\32xl\:px-108 {
    padding-left: 27rem;
    padding-right: 27rem;
  }

  .\32xl\:px-110 {
    padding-left: 27.5rem;
    padding-right: 27.5rem;
  }

  .\32xl\:px-112 {
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .\32xl\:px-120 {
    padding-left: 30rem;
    padding-right: 30rem;
  }

  .\32xl\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .\32xl\:px-132 {
    padding-left: 33rem;
    padding-right: 33rem;
  }

  .\32xl\:px-134 {
    padding-left: 33.5rem;
    padding-right: 33.5rem;
  }

  .\32xl\:px-135 {
    padding-left: 33.75rem;
    padding-right: 33.75rem;
  }

  .\32xl\:px-136 {
    padding-left: 34rem;
    padding-right: 34rem;
  }

  .\32xl\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .\32xl\:px-152 {
    padding-left: 38rem;
    padding-right: 38rem;
  }

  .\32xl\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .\32xl\:px-164 {
    padding-left: 41rem;
    padding-right: 41rem;
  }

  .\32xl\:px-172 {
    padding-left: 43rem;
    padding-right: 43rem;
  }

  .\32xl\:px-179 {
    padding-left: 44.75rem;
    padding-right: 44.75rem;
  }

  .\32xl\:px-184 {
    padding-left: 46rem;
    padding-right: 46rem;
  }

  .\32xl\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .\32xl\:px-224 {
    padding-left: 56rem;
    padding-right: 56rem;
  }

  .\32xl\:px-240 {
    padding-left: 60rem;
    padding-right: 60rem;
  }

  .\32xl\:px-256 {
    padding-left: 64rem;
    padding-right: 64rem;
  }

  .\32xl\:px-265 {
    padding-left: 66.25rem;
    padding-right: 66.25rem;
  }

  .\32xl\:px-288 {
    padding-left: 72rem;
    padding-right: 72rem;
  }

  .\32xl\:px-384 {
    padding-left: 96rem;
    padding-right: 96rem;
  }

  .\32xl\:px-px {
    padding-left: 1px;
    padding-right: 1px;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }

  .\32xl\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .\32xl\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .\32xl\:px-0\.75 {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
  }

  .\32xl\:px-4\.5 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .\32xl\:px-7\.5 {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .\32xl\:px-9\.5 {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

  .\32xl\:px-9\.75 {
    padding-left: 2.4375rem;
    padding-right: 2.4375rem;
  }

  .\32xl\:px-12\.5 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .\32xl\:px-13\.5 {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .\32xl\:px-292\.5 {
    padding-left: 73.125rem;
    padding-right: 73.125rem;
  }

  .\32xl\:px-1\/24 {
    padding-left: 4.166667%;
    padding-right: 4.166667%;
  }

  .\32xl\:px-2\/24 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .\32xl\:px-3\/24 {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

  .\32xl\:px-4\/24 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .\32xl\:px-5\/24 {
    padding-left: 20.833333%;
    padding-right: 20.833333%;
  }

  .\32xl\:px-6\/24 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .\32xl\:px-7\/24 {
    padding-left: 29.166666%;
    padding-right: 29.166666%;
  }

  .\32xl\:px-8\/24 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .\32xl\:px-9\/24 {
    padding-left: 37.5%;
    padding-right: 37.5%;
  }

  .\32xl\:px-10\/24 {
    padding-left: 41.666666%;
    padding-right: 41.666666%;
  }

  .\32xl\:px-11\/24 {
    padding-left: 45.833333%;
    padding-right: 45.833333%;
  }

  .\32xl\:px-12\/24 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .\32xl\:px-13\/24 {
    padding-left: 54.166666%;
    padding-right: 54.166666%;
  }

  .\32xl\:px-14\/24 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .\32xl\:px-15\/24 {
    padding-left: 62.5%;
    padding-right: 62.5%;
  }

  .\32xl\:px-16\/24 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .\32xl\:px-17\/24 {
    padding-left: 70.833333%;
    padding-right: 70.833333%;
  }

  .\32xl\:px-18\/24 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .\32xl\:px-19\/24 {
    padding-left: 79.166667%;
    padding-right: 79.166667%;
  }

  .\32xl\:px-20\/24 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .\32xl\:px-21\/24 {
    padding-left: 87.5%;
    padding-right: 87.5%;
  }

  .\32xl\:px-22\/24 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .\32xl\:px-23\/24 {
    padding-left: 95.833333%;
    padding-right: 95.833333%;
  }

  .\32xl\:px-24\/24 {
    padding-left: 100%;
    padding-right: 100%;
  }

  .\32xl\:px-screen-header {
    padding-left: 41.55vw;
    padding-right: 41.55vw;
  }

  .\32xl\:px-screen-60 {
    padding-left: 60vh;
    padding-right: 60vh;
  }

  .\32xl\:px-screen-80 {
    padding-left: 80vh;
    padding-right: 80vh;
  }

  .\32xl\:px-screen-85 {
    padding-left: 85vh;
    padding-right: 85vh;
  }

  .\32xl\:px-screen-90 {
    padding-left: 90vh;
    padding-right: 90vh;
  }

  .\32xl\:px-screen-95 {
    padding-left: 95vh;
    padding-right: 95vh;
  }

  .\32xl\:px-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
    padding-right: calc(100vh - 5.25rem);
  }

  .\32xl\:px-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
    padding-right: calc(100vh - 8.875rem);
  }

  .\32xl\:px-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
    padding-right: calc(100vh - 9rem);
  }

  .\32xl\:px-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
    padding-right: calc(100vh - 10rem);
  }

  .\32xl\:px-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
    padding-right: calc(100vh - 13.75rem);
  }

  .\32xl\:px-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
    padding-right: calc(100vh - 18rem);
  }

  .\32xl\:px-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
    padding-right: calc(100vh - 20rem);
  }

  .\32xl\:px-full-4 {
    padding-left: calc(100% - 16px);
    padding-right: calc(100% - 16px);
  }

  .\32xl\:px-account-body {
    padding-left: calc(100vw - 304px);
    padding-right: calc(100vw - 304px);
  }

  .\32xl\:px-menu-center {
    padding-left: calc(50% - 288px);
    padding-right: calc(50% - 288px);
  }

  .\32xl\:px-tutorials-hidden {
    padding-left: calc(100% - 56px);
    padding-right: calc(100% - 56px);
  }

  .\32xl\:px-popup-full-width {
    padding-left: calc(100% + 32px);
    padding-right: calc(100% + 32px);
  }

  .\32xl\:px-popup-full-width-md {
    padding-left: calc(100% + 64px);
    padding-right: calc(100% + 64px);
  }

  .\32xl\:px-popup-full-height {
    padding-left: calc(100% + 68px);
    padding-right: calc(100% + 68px);
  }

  .\32xl\:px-max-content {
    padding-left: max-content;
    padding-right: max-content;
  }

  .\32xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:py-21 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .\32xl\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:py-26 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .\32xl\:py-29 {
    padding-top: 7.25rem;
    padding-bottom: 7.25rem;
  }

  .\32xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .\32xl\:py-34 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .\32xl\:py-42 {
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
  }

  .\32xl\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .\32xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\32xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .\32xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .\32xl\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .\32xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .\32xl\:py-68 {
    padding-top: 17rem;
    padding-bottom: 17rem;
  }

  .\32xl\:py-72 {
    padding-top: 18rem;
    padding-bottom: 18rem;
  }

  .\32xl\:py-77 {
    padding-top: 19.25rem;
    padding-bottom: 19.25rem;
  }

  .\32xl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .\32xl\:py-82 {
    padding-top: 20.5rem;
    padding-bottom: 20.5rem;
  }

  .\32xl\:py-88 {
    padding-top: 22rem;
    padding-bottom: 22rem;
  }

  .\32xl\:py-94 {
    padding-top: 23.5rem;
    padding-bottom: 23.5rem;
  }

  .\32xl\:py-96 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  .\32xl\:py-98 {
    padding-top: 24.5rem;
    padding-bottom: 24.5rem;
  }

  .\32xl\:py-104 {
    padding-top: 26rem;
    padding-bottom: 26rem;
  }

  .\32xl\:py-108 {
    padding-top: 27rem;
    padding-bottom: 27rem;
  }

  .\32xl\:py-110 {
    padding-top: 27.5rem;
    padding-bottom: 27.5rem;
  }

  .\32xl\:py-112 {
    padding-top: 28rem;
    padding-bottom: 28rem;
  }

  .\32xl\:py-120 {
    padding-top: 30rem;
    padding-bottom: 30rem;
  }

  .\32xl\:py-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .\32xl\:py-132 {
    padding-top: 33rem;
    padding-bottom: 33rem;
  }

  .\32xl\:py-134 {
    padding-top: 33.5rem;
    padding-bottom: 33.5rem;
  }

  .\32xl\:py-135 {
    padding-top: 33.75rem;
    padding-bottom: 33.75rem;
  }

  .\32xl\:py-136 {
    padding-top: 34rem;
    padding-bottom: 34rem;
  }

  .\32xl\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .\32xl\:py-152 {
    padding-top: 38rem;
    padding-bottom: 38rem;
  }

  .\32xl\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .\32xl\:py-164 {
    padding-top: 41rem;
    padding-bottom: 41rem;
  }

  .\32xl\:py-172 {
    padding-top: 43rem;
    padding-bottom: 43rem;
  }

  .\32xl\:py-179 {
    padding-top: 44.75rem;
    padding-bottom: 44.75rem;
  }

  .\32xl\:py-184 {
    padding-top: 46rem;
    padding-bottom: 46rem;
  }

  .\32xl\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .\32xl\:py-224 {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }

  .\32xl\:py-240 {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }

  .\32xl\:py-256 {
    padding-top: 64rem;
    padding-bottom: 64rem;
  }

  .\32xl\:py-265 {
    padding-top: 66.25rem;
    padding-bottom: 66.25rem;
  }

  .\32xl\:py-288 {
    padding-top: 72rem;
    padding-bottom: 72rem;
  }

  .\32xl\:py-384 {
    padding-top: 96rem;
    padding-bottom: 96rem;
  }

  .\32xl\:py-px {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .\32xl\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }

  .\32xl\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .\32xl\:py-0\.75 {
    padding-top: 0.1875rem;
    padding-bottom: 0.1875rem;
  }

  .\32xl\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .\32xl\:py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .\32xl\:py-9\.5 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }

  .\32xl\:py-9\.75 {
    padding-top: 2.4375rem;
    padding-bottom: 2.4375rem;
  }

  .\32xl\:py-12\.5 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .\32xl\:py-13\.5 {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .\32xl\:py-292\.5 {
    padding-top: 73.125rem;
    padding-bottom: 73.125rem;
  }

  .\32xl\:py-1\/24 {
    padding-top: 4.166667%;
    padding-bottom: 4.166667%;
  }

  .\32xl\:py-2\/24 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .\32xl\:py-3\/24 {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }

  .\32xl\:py-4\/24 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .\32xl\:py-5\/24 {
    padding-top: 20.833333%;
    padding-bottom: 20.833333%;
  }

  .\32xl\:py-6\/24 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .\32xl\:py-7\/24 {
    padding-top: 29.166666%;
    padding-bottom: 29.166666%;
  }

  .\32xl\:py-8\/24 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .\32xl\:py-9\/24 {
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .\32xl\:py-10\/24 {
    padding-top: 41.666666%;
    padding-bottom: 41.666666%;
  }

  .\32xl\:py-11\/24 {
    padding-top: 45.833333%;
    padding-bottom: 45.833333%;
  }

  .\32xl\:py-12\/24 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .\32xl\:py-13\/24 {
    padding-top: 54.166666%;
    padding-bottom: 54.166666%;
  }

  .\32xl\:py-14\/24 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .\32xl\:py-15\/24 {
    padding-top: 62.5%;
    padding-bottom: 62.5%;
  }

  .\32xl\:py-16\/24 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .\32xl\:py-17\/24 {
    padding-top: 70.833333%;
    padding-bottom: 70.833333%;
  }

  .\32xl\:py-18\/24 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .\32xl\:py-19\/24 {
    padding-top: 79.166667%;
    padding-bottom: 79.166667%;
  }

  .\32xl\:py-20\/24 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .\32xl\:py-21\/24 {
    padding-top: 87.5%;
    padding-bottom: 87.5%;
  }

  .\32xl\:py-22\/24 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .\32xl\:py-23\/24 {
    padding-top: 95.833333%;
    padding-bottom: 95.833333%;
  }

  .\32xl\:py-24\/24 {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .\32xl\:py-screen-header {
    padding-top: 41.55vw;
    padding-bottom: 41.55vw;
  }

  .\32xl\:py-screen-60 {
    padding-top: 60vh;
    padding-bottom: 60vh;
  }

  .\32xl\:py-screen-80 {
    padding-top: 80vh;
    padding-bottom: 80vh;
  }

  .\32xl\:py-screen-85 {
    padding-top: 85vh;
    padding-bottom: 85vh;
  }

  .\32xl\:py-screen-90 {
    padding-top: 90vh;
    padding-bottom: 90vh;
  }

  .\32xl\:py-screen-95 {
    padding-top: 95vh;
    padding-bottom: 95vh;
  }

  .\32xl\:py-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
    padding-bottom: calc(100vh - 5.25rem);
  }

  .\32xl\:py-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
    padding-bottom: calc(100vh - 8.875rem);
  }

  .\32xl\:py-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
    padding-bottom: calc(100vh - 9rem);
  }

  .\32xl\:py-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
    padding-bottom: calc(100vh - 10rem);
  }

  .\32xl\:py-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
    padding-bottom: calc(100vh - 13.75rem);
  }

  .\32xl\:py-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
    padding-bottom: calc(100vh - 18rem);
  }

  .\32xl\:py-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
    padding-bottom: calc(100vh - 20rem);
  }

  .\32xl\:py-full-4 {
    padding-top: calc(100% - 16px);
    padding-bottom: calc(100% - 16px);
  }

  .\32xl\:py-account-body {
    padding-top: calc(100vw - 304px);
    padding-bottom: calc(100vw - 304px);
  }

  .\32xl\:py-menu-center {
    padding-top: calc(50% - 288px);
    padding-bottom: calc(50% - 288px);
  }

  .\32xl\:py-tutorials-hidden {
    padding-top: calc(100% - 56px);
    padding-bottom: calc(100% - 56px);
  }

  .\32xl\:py-popup-full-width {
    padding-top: calc(100% + 32px);
    padding-bottom: calc(100% + 32px);
  }

  .\32xl\:py-popup-full-width-md {
    padding-top: calc(100% + 64px);
    padding-bottom: calc(100% + 64px);
  }

  .\32xl\:py-popup-full-height {
    padding-top: calc(100% + 68px);
    padding-bottom: calc(100% + 68px);
  }

  .\32xl\:py-max-content {
    padding-top: max-content;
    padding-bottom: max-content;
  }

  .\32xl\:pt-0 {
    padding-top: 0px;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:pt-18 {
    padding-top: 4.5rem;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem;
  }

  .\32xl\:pt-21 {
    padding-top: 5.25rem;
  }

  .\32xl\:pt-22 {
    padding-top: 5.5rem;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem;
  }

  .\32xl\:pt-26 {
    padding-top: 6.5rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl\:pt-29 {
    padding-top: 7.25rem;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:pt-34 {
    padding-top: 8.5rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:pt-42 {
    padding-top: 10.5rem;
  }

  .\32xl\:pt-44 {
    padding-top: 11rem;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem;
  }

  .\32xl\:pt-52 {
    padding-top: 13rem;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem;
  }

  .\32xl\:pt-60 {
    padding-top: 15rem;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem;
  }

  .\32xl\:pt-68 {
    padding-top: 17rem;
  }

  .\32xl\:pt-72 {
    padding-top: 18rem;
  }

  .\32xl\:pt-77 {
    padding-top: 19.25rem;
  }

  .\32xl\:pt-80 {
    padding-top: 20rem;
  }

  .\32xl\:pt-82 {
    padding-top: 20.5rem;
  }

  .\32xl\:pt-88 {
    padding-top: 22rem;
  }

  .\32xl\:pt-94 {
    padding-top: 23.5rem;
  }

  .\32xl\:pt-96 {
    padding-top: 24rem;
  }

  .\32xl\:pt-98 {
    padding-top: 24.5rem;
  }

  .\32xl\:pt-104 {
    padding-top: 26rem;
  }

  .\32xl\:pt-108 {
    padding-top: 27rem;
  }

  .\32xl\:pt-110 {
    padding-top: 27.5rem;
  }

  .\32xl\:pt-112 {
    padding-top: 28rem;
  }

  .\32xl\:pt-120 {
    padding-top: 30rem;
  }

  .\32xl\:pt-128 {
    padding-top: 32rem;
  }

  .\32xl\:pt-132 {
    padding-top: 33rem;
  }

  .\32xl\:pt-134 {
    padding-top: 33.5rem;
  }

  .\32xl\:pt-135 {
    padding-top: 33.75rem;
  }

  .\32xl\:pt-136 {
    padding-top: 34rem;
  }

  .\32xl\:pt-144 {
    padding-top: 36rem;
  }

  .\32xl\:pt-152 {
    padding-top: 38rem;
  }

  .\32xl\:pt-160 {
    padding-top: 40rem;
  }

  .\32xl\:pt-164 {
    padding-top: 41rem;
  }

  .\32xl\:pt-172 {
    padding-top: 43rem;
  }

  .\32xl\:pt-179 {
    padding-top: 44.75rem;
  }

  .\32xl\:pt-184 {
    padding-top: 46rem;
  }

  .\32xl\:pt-192 {
    padding-top: 48rem;
  }

  .\32xl\:pt-224 {
    padding-top: 56rem;
  }

  .\32xl\:pt-240 {
    padding-top: 60rem;
  }

  .\32xl\:pt-256 {
    padding-top: 64rem;
  }

  .\32xl\:pt-265 {
    padding-top: 66.25rem;
  }

  .\32xl\:pt-288 {
    padding-top: 72rem;
  }

  .\32xl\:pt-384 {
    padding-top: 96rem;
  }

  .\32xl\:pt-px {
    padding-top: 1px;
  }

  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem;
  }

  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem;
  }

  .\32xl\:pt-0\.75 {
    padding-top: 0.1875rem;
  }

  .\32xl\:pt-4\.5 {
    padding-top: 1.125rem;
  }

  .\32xl\:pt-7\.5 {
    padding-top: 1.875rem;
  }

  .\32xl\:pt-9\.5 {
    padding-top: 2.375rem;
  }

  .\32xl\:pt-9\.75 {
    padding-top: 2.4375rem;
  }

  .\32xl\:pt-12\.5 {
    padding-top: 3.125rem;
  }

  .\32xl\:pt-13\.5 {
    padding-top: 3.375rem;
  }

  .\32xl\:pt-292\.5 {
    padding-top: 73.125rem;
  }

  .\32xl\:pt-1\/24 {
    padding-top: 4.166667%;
  }

  .\32xl\:pt-2\/24 {
    padding-top: 8.333333%;
  }

  .\32xl\:pt-3\/24 {
    padding-top: 12.5%;
  }

  .\32xl\:pt-4\/24 {
    padding-top: 16.666667%;
  }

  .\32xl\:pt-5\/24 {
    padding-top: 20.833333%;
  }

  .\32xl\:pt-6\/24 {
    padding-top: 25%;
  }

  .\32xl\:pt-7\/24 {
    padding-top: 29.166666%;
  }

  .\32xl\:pt-8\/24 {
    padding-top: 33.333333%;
  }

  .\32xl\:pt-9\/24 {
    padding-top: 37.5%;
  }

  .\32xl\:pt-10\/24 {
    padding-top: 41.666666%;
  }

  .\32xl\:pt-11\/24 {
    padding-top: 45.833333%;
  }

  .\32xl\:pt-12\/24 {
    padding-top: 50%;
  }

  .\32xl\:pt-13\/24 {
    padding-top: 54.166666%;
  }

  .\32xl\:pt-14\/24 {
    padding-top: 58.333333%;
  }

  .\32xl\:pt-15\/24 {
    padding-top: 62.5%;
  }

  .\32xl\:pt-16\/24 {
    padding-top: 66.666667%;
  }

  .\32xl\:pt-17\/24 {
    padding-top: 70.833333%;
  }

  .\32xl\:pt-18\/24 {
    padding-top: 75%;
  }

  .\32xl\:pt-19\/24 {
    padding-top: 79.166667%;
  }

  .\32xl\:pt-20\/24 {
    padding-top: 83.333333%;
  }

  .\32xl\:pt-21\/24 {
    padding-top: 87.5%;
  }

  .\32xl\:pt-22\/24 {
    padding-top: 91.666667%;
  }

  .\32xl\:pt-23\/24 {
    padding-top: 95.833333%;
  }

  .\32xl\:pt-24\/24 {
    padding-top: 100%;
  }

  .\32xl\:pt-screen-header {
    padding-top: 41.55vw;
  }

  .\32xl\:pt-screen-60 {
    padding-top: 60vh;
  }

  .\32xl\:pt-screen-80 {
    padding-top: 80vh;
  }

  .\32xl\:pt-screen-85 {
    padding-top: 85vh;
  }

  .\32xl\:pt-screen-90 {
    padding-top: 90vh;
  }

  .\32xl\:pt-screen-95 {
    padding-top: 95vh;
  }

  .\32xl\:pt-screen-minus-header {
    padding-top: calc(100vh - 5.25rem);
  }

  .\32xl\:pt-screen-minus-35\.5 {
    padding-top: calc(100vh - 8.875rem);
  }

  .\32xl\:pt-screen-minus-36 {
    padding-top: calc(100vh - 9rem);
  }

  .\32xl\:pt-screen-minus-40 {
    padding-top: calc(100vh - 10rem);
  }

  .\32xl\:pt-screen-minus-55 {
    padding-top: calc(100vh - 13.75rem);
  }

  .\32xl\:pt-screen-minus-72 {
    padding-top: calc(100vh - 18rem);
  }

  .\32xl\:pt-screen-minus-80 {
    padding-top: calc(100vh - 20rem);
  }

  .\32xl\:pt-full-4 {
    padding-top: calc(100% - 16px);
  }

  .\32xl\:pt-account-body {
    padding-top: calc(100vw - 304px);
  }

  .\32xl\:pt-menu-center {
    padding-top: calc(50% - 288px);
  }

  .\32xl\:pt-tutorials-hidden {
    padding-top: calc(100% - 56px);
  }

  .\32xl\:pt-popup-full-width {
    padding-top: calc(100% + 32px);
  }

  .\32xl\:pt-popup-full-width-md {
    padding-top: calc(100% + 64px);
  }

  .\32xl\:pt-popup-full-height {
    padding-top: calc(100% + 68px);
  }

  .\32xl\:pt-max-content {
    padding-top: max-content;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pr-18 {
    padding-right: 4.5rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

  .\32xl\:pr-21 {
    padding-right: 5.25rem;
  }

  .\32xl\:pr-22 {
    padding-right: 5.5rem;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem;
  }

  .\32xl\:pr-26 {
    padding-right: 6.5rem;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pr-29 {
    padding-right: 7.25rem;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem;
  }

  .\32xl\:pr-34 {
    padding-right: 8.5rem;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem;
  }

  .\32xl\:pr-42 {
    padding-right: 10.5rem;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem;
  }

  .\32xl\:pr-60 {
    padding-right: 15rem;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem;
  }

  .\32xl\:pr-68 {
    padding-right: 17rem;
  }

  .\32xl\:pr-72 {
    padding-right: 18rem;
  }

  .\32xl\:pr-77 {
    padding-right: 19.25rem;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem;
  }

  .\32xl\:pr-82 {
    padding-right: 20.5rem;
  }

  .\32xl\:pr-88 {
    padding-right: 22rem;
  }

  .\32xl\:pr-94 {
    padding-right: 23.5rem;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem;
  }

  .\32xl\:pr-98 {
    padding-right: 24.5rem;
  }

  .\32xl\:pr-104 {
    padding-right: 26rem;
  }

  .\32xl\:pr-108 {
    padding-right: 27rem;
  }

  .\32xl\:pr-110 {
    padding-right: 27.5rem;
  }

  .\32xl\:pr-112 {
    padding-right: 28rem;
  }

  .\32xl\:pr-120 {
    padding-right: 30rem;
  }

  .\32xl\:pr-128 {
    padding-right: 32rem;
  }

  .\32xl\:pr-132 {
    padding-right: 33rem;
  }

  .\32xl\:pr-134 {
    padding-right: 33.5rem;
  }

  .\32xl\:pr-135 {
    padding-right: 33.75rem;
  }

  .\32xl\:pr-136 {
    padding-right: 34rem;
  }

  .\32xl\:pr-144 {
    padding-right: 36rem;
  }

  .\32xl\:pr-152 {
    padding-right: 38rem;
  }

  .\32xl\:pr-160 {
    padding-right: 40rem;
  }

  .\32xl\:pr-164 {
    padding-right: 41rem;
  }

  .\32xl\:pr-172 {
    padding-right: 43rem;
  }

  .\32xl\:pr-179 {
    padding-right: 44.75rem;
  }

  .\32xl\:pr-184 {
    padding-right: 46rem;
  }

  .\32xl\:pr-192 {
    padding-right: 48rem;
  }

  .\32xl\:pr-224 {
    padding-right: 56rem;
  }

  .\32xl\:pr-240 {
    padding-right: 60rem;
  }

  .\32xl\:pr-256 {
    padding-right: 64rem;
  }

  .\32xl\:pr-265 {
    padding-right: 66.25rem;
  }

  .\32xl\:pr-288 {
    padding-right: 72rem;
  }

  .\32xl\:pr-384 {
    padding-right: 96rem;
  }

  .\32xl\:pr-px {
    padding-right: 1px;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem;
  }

  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }

  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem;
  }

  .\32xl\:pr-0\.75 {
    padding-right: 0.1875rem;
  }

  .\32xl\:pr-4\.5 {
    padding-right: 1.125rem;
  }

  .\32xl\:pr-7\.5 {
    padding-right: 1.875rem;
  }

  .\32xl\:pr-9\.5 {
    padding-right: 2.375rem;
  }

  .\32xl\:pr-9\.75 {
    padding-right: 2.4375rem;
  }

  .\32xl\:pr-12\.5 {
    padding-right: 3.125rem;
  }

  .\32xl\:pr-13\.5 {
    padding-right: 3.375rem;
  }

  .\32xl\:pr-292\.5 {
    padding-right: 73.125rem;
  }

  .\32xl\:pr-1\/24 {
    padding-right: 4.166667%;
  }

  .\32xl\:pr-2\/24 {
    padding-right: 8.333333%;
  }

  .\32xl\:pr-3\/24 {
    padding-right: 12.5%;
  }

  .\32xl\:pr-4\/24 {
    padding-right: 16.666667%;
  }

  .\32xl\:pr-5\/24 {
    padding-right: 20.833333%;
  }

  .\32xl\:pr-6\/24 {
    padding-right: 25%;
  }

  .\32xl\:pr-7\/24 {
    padding-right: 29.166666%;
  }

  .\32xl\:pr-8\/24 {
    padding-right: 33.333333%;
  }

  .\32xl\:pr-9\/24 {
    padding-right: 37.5%;
  }

  .\32xl\:pr-10\/24 {
    padding-right: 41.666666%;
  }

  .\32xl\:pr-11\/24 {
    padding-right: 45.833333%;
  }

  .\32xl\:pr-12\/24 {
    padding-right: 50%;
  }

  .\32xl\:pr-13\/24 {
    padding-right: 54.166666%;
  }

  .\32xl\:pr-14\/24 {
    padding-right: 58.333333%;
  }

  .\32xl\:pr-15\/24 {
    padding-right: 62.5%;
  }

  .\32xl\:pr-16\/24 {
    padding-right: 66.666667%;
  }

  .\32xl\:pr-17\/24 {
    padding-right: 70.833333%;
  }

  .\32xl\:pr-18\/24 {
    padding-right: 75%;
  }

  .\32xl\:pr-19\/24 {
    padding-right: 79.166667%;
  }

  .\32xl\:pr-20\/24 {
    padding-right: 83.333333%;
  }

  .\32xl\:pr-21\/24 {
    padding-right: 87.5%;
  }

  .\32xl\:pr-22\/24 {
    padding-right: 91.666667%;
  }

  .\32xl\:pr-23\/24 {
    padding-right: 95.833333%;
  }

  .\32xl\:pr-24\/24 {
    padding-right: 100%;
  }

  .\32xl\:pr-screen-header {
    padding-right: 41.55vw;
  }

  .\32xl\:pr-screen-60 {
    padding-right: 60vh;
  }

  .\32xl\:pr-screen-80 {
    padding-right: 80vh;
  }

  .\32xl\:pr-screen-85 {
    padding-right: 85vh;
  }

  .\32xl\:pr-screen-90 {
    padding-right: 90vh;
  }

  .\32xl\:pr-screen-95 {
    padding-right: 95vh;
  }

  .\32xl\:pr-screen-minus-header {
    padding-right: calc(100vh - 5.25rem);
  }

  .\32xl\:pr-screen-minus-35\.5 {
    padding-right: calc(100vh - 8.875rem);
  }

  .\32xl\:pr-screen-minus-36 {
    padding-right: calc(100vh - 9rem);
  }

  .\32xl\:pr-screen-minus-40 {
    padding-right: calc(100vh - 10rem);
  }

  .\32xl\:pr-screen-minus-55 {
    padding-right: calc(100vh - 13.75rem);
  }

  .\32xl\:pr-screen-minus-72 {
    padding-right: calc(100vh - 18rem);
  }

  .\32xl\:pr-screen-minus-80 {
    padding-right: calc(100vh - 20rem);
  }

  .\32xl\:pr-full-4 {
    padding-right: calc(100% - 16px);
  }

  .\32xl\:pr-account-body {
    padding-right: calc(100vw - 304px);
  }

  .\32xl\:pr-menu-center {
    padding-right: calc(50% - 288px);
  }

  .\32xl\:pr-tutorials-hidden {
    padding-right: calc(100% - 56px);
  }

  .\32xl\:pr-popup-full-width {
    padding-right: calc(100% + 32px);
  }

  .\32xl\:pr-popup-full-width-md {
    padding-right: calc(100% + 64px);
  }

  .\32xl\:pr-popup-full-height {
    padding-right: calc(100% + 68px);
  }

  .\32xl\:pr-max-content {
    padding-right: max-content;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pb-18 {
    padding-bottom: 4.5rem;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .\32xl\:pb-21 {
    padding-bottom: 5.25rem;
  }

  .\32xl\:pb-22 {
    padding-bottom: 5.5rem;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\32xl\:pb-26 {
    padding-bottom: 6.5rem;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pb-29 {
    padding-bottom: 7.25rem;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pb-34 {
    padding-bottom: 8.5rem;
  }

  .\32xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .\32xl\:pb-42 {
    padding-bottom: 10.5rem;
  }

  .\32xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .\32xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .\32xl\:pb-60 {
    padding-bottom: 15rem;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .\32xl\:pb-68 {
    padding-bottom: 17rem;
  }

  .\32xl\:pb-72 {
    padding-bottom: 18rem;
  }

  .\32xl\:pb-77 {
    padding-bottom: 19.25rem;
  }

  .\32xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .\32xl\:pb-82 {
    padding-bottom: 20.5rem;
  }

  .\32xl\:pb-88 {
    padding-bottom: 22rem;
  }

  .\32xl\:pb-94 {
    padding-bottom: 23.5rem;
  }

  .\32xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .\32xl\:pb-98 {
    padding-bottom: 24.5rem;
  }

  .\32xl\:pb-104 {
    padding-bottom: 26rem;
  }

  .\32xl\:pb-108 {
    padding-bottom: 27rem;
  }

  .\32xl\:pb-110 {
    padding-bottom: 27.5rem;
  }

  .\32xl\:pb-112 {
    padding-bottom: 28rem;
  }

  .\32xl\:pb-120 {
    padding-bottom: 30rem;
  }

  .\32xl\:pb-128 {
    padding-bottom: 32rem;
  }

  .\32xl\:pb-132 {
    padding-bottom: 33rem;
  }

  .\32xl\:pb-134 {
    padding-bottom: 33.5rem;
  }

  .\32xl\:pb-135 {
    padding-bottom: 33.75rem;
  }

  .\32xl\:pb-136 {
    padding-bottom: 34rem;
  }

  .\32xl\:pb-144 {
    padding-bottom: 36rem;
  }

  .\32xl\:pb-152 {
    padding-bottom: 38rem;
  }

  .\32xl\:pb-160 {
    padding-bottom: 40rem;
  }

  .\32xl\:pb-164 {
    padding-bottom: 41rem;
  }

  .\32xl\:pb-172 {
    padding-bottom: 43rem;
  }

  .\32xl\:pb-179 {
    padding-bottom: 44.75rem;
  }

  .\32xl\:pb-184 {
    padding-bottom: 46rem;
  }

  .\32xl\:pb-192 {
    padding-bottom: 48rem;
  }

  .\32xl\:pb-224 {
    padding-bottom: 56rem;
  }

  .\32xl\:pb-240 {
    padding-bottom: 60rem;
  }

  .\32xl\:pb-256 {
    padding-bottom: 64rem;
  }

  .\32xl\:pb-265 {
    padding-bottom: 66.25rem;
  }

  .\32xl\:pb-288 {
    padding-bottom: 72rem;
  }

  .\32xl\:pb-384 {
    padding-bottom: 96rem;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px;
  }

  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem;
  }

  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

  .\32xl\:pb-0\.75 {
    padding-bottom: 0.1875rem;
  }

  .\32xl\:pb-4\.5 {
    padding-bottom: 1.125rem;
  }

  .\32xl\:pb-7\.5 {
    padding-bottom: 1.875rem;
  }

  .\32xl\:pb-9\.5 {
    padding-bottom: 2.375rem;
  }

  .\32xl\:pb-9\.75 {
    padding-bottom: 2.4375rem;
  }

  .\32xl\:pb-12\.5 {
    padding-bottom: 3.125rem;
  }

  .\32xl\:pb-13\.5 {
    padding-bottom: 3.375rem;
  }

  .\32xl\:pb-292\.5 {
    padding-bottom: 73.125rem;
  }

  .\32xl\:pb-1\/24 {
    padding-bottom: 4.166667%;
  }

  .\32xl\:pb-2\/24 {
    padding-bottom: 8.333333%;
  }

  .\32xl\:pb-3\/24 {
    padding-bottom: 12.5%;
  }

  .\32xl\:pb-4\/24 {
    padding-bottom: 16.666667%;
  }

  .\32xl\:pb-5\/24 {
    padding-bottom: 20.833333%;
  }

  .\32xl\:pb-6\/24 {
    padding-bottom: 25%;
  }

  .\32xl\:pb-7\/24 {
    padding-bottom: 29.166666%;
  }

  .\32xl\:pb-8\/24 {
    padding-bottom: 33.333333%;
  }

  .\32xl\:pb-9\/24 {
    padding-bottom: 37.5%;
  }

  .\32xl\:pb-10\/24 {
    padding-bottom: 41.666666%;
  }

  .\32xl\:pb-11\/24 {
    padding-bottom: 45.833333%;
  }

  .\32xl\:pb-12\/24 {
    padding-bottom: 50%;
  }

  .\32xl\:pb-13\/24 {
    padding-bottom: 54.166666%;
  }

  .\32xl\:pb-14\/24 {
    padding-bottom: 58.333333%;
  }

  .\32xl\:pb-15\/24 {
    padding-bottom: 62.5%;
  }

  .\32xl\:pb-16\/24 {
    padding-bottom: 66.666667%;
  }

  .\32xl\:pb-17\/24 {
    padding-bottom: 70.833333%;
  }

  .\32xl\:pb-18\/24 {
    padding-bottom: 75%;
  }

  .\32xl\:pb-19\/24 {
    padding-bottom: 79.166667%;
  }

  .\32xl\:pb-20\/24 {
    padding-bottom: 83.333333%;
  }

  .\32xl\:pb-21\/24 {
    padding-bottom: 87.5%;
  }

  .\32xl\:pb-22\/24 {
    padding-bottom: 91.666667%;
  }

  .\32xl\:pb-23\/24 {
    padding-bottom: 95.833333%;
  }

  .\32xl\:pb-24\/24 {
    padding-bottom: 100%;
  }

  .\32xl\:pb-screen-header {
    padding-bottom: 41.55vw;
  }

  .\32xl\:pb-screen-60 {
    padding-bottom: 60vh;
  }

  .\32xl\:pb-screen-80 {
    padding-bottom: 80vh;
  }

  .\32xl\:pb-screen-85 {
    padding-bottom: 85vh;
  }

  .\32xl\:pb-screen-90 {
    padding-bottom: 90vh;
  }

  .\32xl\:pb-screen-95 {
    padding-bottom: 95vh;
  }

  .\32xl\:pb-screen-minus-header {
    padding-bottom: calc(100vh - 5.25rem);
  }

  .\32xl\:pb-screen-minus-35\.5 {
    padding-bottom: calc(100vh - 8.875rem);
  }

  .\32xl\:pb-screen-minus-36 {
    padding-bottom: calc(100vh - 9rem);
  }

  .\32xl\:pb-screen-minus-40 {
    padding-bottom: calc(100vh - 10rem);
  }

  .\32xl\:pb-screen-minus-55 {
    padding-bottom: calc(100vh - 13.75rem);
  }

  .\32xl\:pb-screen-minus-72 {
    padding-bottom: calc(100vh - 18rem);
  }

  .\32xl\:pb-screen-minus-80 {
    padding-bottom: calc(100vh - 20rem);
  }

  .\32xl\:pb-full-4 {
    padding-bottom: calc(100% - 16px);
  }

  .\32xl\:pb-account-body {
    padding-bottom: calc(100vw - 304px);
  }

  .\32xl\:pb-menu-center {
    padding-bottom: calc(50% - 288px);
  }

  .\32xl\:pb-tutorials-hidden {
    padding-bottom: calc(100% - 56px);
  }

  .\32xl\:pb-popup-full-width {
    padding-bottom: calc(100% + 32px);
  }

  .\32xl\:pb-popup-full-width-md {
    padding-bottom: calc(100% + 64px);
  }

  .\32xl\:pb-popup-full-height {
    padding-bottom: calc(100% + 68px);
  }

  .\32xl\:pb-max-content {
    padding-bottom: max-content;
  }

  .\32xl\:pl-0 {
    padding-left: 0px;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pl-18 {
    padding-left: 4.5rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pl-21 {
    padding-left: 5.25rem;
  }

  .\32xl\:pl-22 {
    padding-left: 5.5rem;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem;
  }

  .\32xl\:pl-26 {
    padding-left: 6.5rem;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem;
  }

  .\32xl\:pl-29 {
    padding-left: 7.25rem;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem;
  }

  .\32xl\:pl-34 {
    padding-left: 8.5rem;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pl-42 {
    padding-left: 10.5rem;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem;
  }

  .\32xl\:pl-60 {
    padding-left: 15rem;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem;
  }

  .\32xl\:pl-68 {
    padding-left: 17rem;
  }

  .\32xl\:pl-72 {
    padding-left: 18rem;
  }

  .\32xl\:pl-77 {
    padding-left: 19.25rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pl-82 {
    padding-left: 20.5rem;
  }

  .\32xl\:pl-88 {
    padding-left: 22rem;
  }

  .\32xl\:pl-94 {
    padding-left: 23.5rem;
  }

  .\32xl\:pl-96 {
    padding-left: 24rem;
  }

  .\32xl\:pl-98 {
    padding-left: 24.5rem;
  }

  .\32xl\:pl-104 {
    padding-left: 26rem;
  }

  .\32xl\:pl-108 {
    padding-left: 27rem;
  }

  .\32xl\:pl-110 {
    padding-left: 27.5rem;
  }

  .\32xl\:pl-112 {
    padding-left: 28rem;
  }

  .\32xl\:pl-120 {
    padding-left: 30rem;
  }

  .\32xl\:pl-128 {
    padding-left: 32rem;
  }

  .\32xl\:pl-132 {
    padding-left: 33rem;
  }

  .\32xl\:pl-134 {
    padding-left: 33.5rem;
  }

  .\32xl\:pl-135 {
    padding-left: 33.75rem;
  }

  .\32xl\:pl-136 {
    padding-left: 34rem;
  }

  .\32xl\:pl-144 {
    padding-left: 36rem;
  }

  .\32xl\:pl-152 {
    padding-left: 38rem;
  }

  .\32xl\:pl-160 {
    padding-left: 40rem;
  }

  .\32xl\:pl-164 {
    padding-left: 41rem;
  }

  .\32xl\:pl-172 {
    padding-left: 43rem;
  }

  .\32xl\:pl-179 {
    padding-left: 44.75rem;
  }

  .\32xl\:pl-184 {
    padding-left: 46rem;
  }

  .\32xl\:pl-192 {
    padding-left: 48rem;
  }

  .\32xl\:pl-224 {
    padding-left: 56rem;
  }

  .\32xl\:pl-240 {
    padding-left: 60rem;
  }

  .\32xl\:pl-256 {
    padding-left: 64rem;
  }

  .\32xl\:pl-265 {
    padding-left: 66.25rem;
  }

  .\32xl\:pl-288 {
    padding-left: 72rem;
  }

  .\32xl\:pl-384 {
    padding-left: 96rem;
  }

  .\32xl\:pl-px {
    padding-left: 1px;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem;
  }

  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem;
  }

  .\32xl\:pl-0\.75 {
    padding-left: 0.1875rem;
  }

  .\32xl\:pl-4\.5 {
    padding-left: 1.125rem;
  }

  .\32xl\:pl-7\.5 {
    padding-left: 1.875rem;
  }

  .\32xl\:pl-9\.5 {
    padding-left: 2.375rem;
  }

  .\32xl\:pl-9\.75 {
    padding-left: 2.4375rem;
  }

  .\32xl\:pl-12\.5 {
    padding-left: 3.125rem;
  }

  .\32xl\:pl-13\.5 {
    padding-left: 3.375rem;
  }

  .\32xl\:pl-292\.5 {
    padding-left: 73.125rem;
  }

  .\32xl\:pl-1\/24 {
    padding-left: 4.166667%;
  }

  .\32xl\:pl-2\/24 {
    padding-left: 8.333333%;
  }

  .\32xl\:pl-3\/24 {
    padding-left: 12.5%;
  }

  .\32xl\:pl-4\/24 {
    padding-left: 16.666667%;
  }

  .\32xl\:pl-5\/24 {
    padding-left: 20.833333%;
  }

  .\32xl\:pl-6\/24 {
    padding-left: 25%;
  }

  .\32xl\:pl-7\/24 {
    padding-left: 29.166666%;
  }

  .\32xl\:pl-8\/24 {
    padding-left: 33.333333%;
  }

  .\32xl\:pl-9\/24 {
    padding-left: 37.5%;
  }

  .\32xl\:pl-10\/24 {
    padding-left: 41.666666%;
  }

  .\32xl\:pl-11\/24 {
    padding-left: 45.833333%;
  }

  .\32xl\:pl-12\/24 {
    padding-left: 50%;
  }

  .\32xl\:pl-13\/24 {
    padding-left: 54.166666%;
  }

  .\32xl\:pl-14\/24 {
    padding-left: 58.333333%;
  }

  .\32xl\:pl-15\/24 {
    padding-left: 62.5%;
  }

  .\32xl\:pl-16\/24 {
    padding-left: 66.666667%;
  }

  .\32xl\:pl-17\/24 {
    padding-left: 70.833333%;
  }

  .\32xl\:pl-18\/24 {
    padding-left: 75%;
  }

  .\32xl\:pl-19\/24 {
    padding-left: 79.166667%;
  }

  .\32xl\:pl-20\/24 {
    padding-left: 83.333333%;
  }

  .\32xl\:pl-21\/24 {
    padding-left: 87.5%;
  }

  .\32xl\:pl-22\/24 {
    padding-left: 91.666667%;
  }

  .\32xl\:pl-23\/24 {
    padding-left: 95.833333%;
  }

  .\32xl\:pl-24\/24 {
    padding-left: 100%;
  }

  .\32xl\:pl-screen-header {
    padding-left: 41.55vw;
  }

  .\32xl\:pl-screen-60 {
    padding-left: 60vh;
  }

  .\32xl\:pl-screen-80 {
    padding-left: 80vh;
  }

  .\32xl\:pl-screen-85 {
    padding-left: 85vh;
  }

  .\32xl\:pl-screen-90 {
    padding-left: 90vh;
  }

  .\32xl\:pl-screen-95 {
    padding-left: 95vh;
  }

  .\32xl\:pl-screen-minus-header {
    padding-left: calc(100vh - 5.25rem);
  }

  .\32xl\:pl-screen-minus-35\.5 {
    padding-left: calc(100vh - 8.875rem);
  }

  .\32xl\:pl-screen-minus-36 {
    padding-left: calc(100vh - 9rem);
  }

  .\32xl\:pl-screen-minus-40 {
    padding-left: calc(100vh - 10rem);
  }

  .\32xl\:pl-screen-minus-55 {
    padding-left: calc(100vh - 13.75rem);
  }

  .\32xl\:pl-screen-minus-72 {
    padding-left: calc(100vh - 18rem);
  }

  .\32xl\:pl-screen-minus-80 {
    padding-left: calc(100vh - 20rem);
  }

  .\32xl\:pl-full-4 {
    padding-left: calc(100% - 16px);
  }

  .\32xl\:pl-account-body {
    padding-left: calc(100vw - 304px);
  }

  .\32xl\:pl-menu-center {
    padding-left: calc(50% - 288px);
  }

  .\32xl\:pl-tutorials-hidden {
    padding-left: calc(100% - 56px);
  }

  .\32xl\:pl-popup-full-width {
    padding-left: calc(100% + 32px);
  }

  .\32xl\:pl-popup-full-width-md {
    padding-left: calc(100% + 64px);
  }

  .\32xl\:pl-popup-full-height {
    padding-left: calc(100% + 68px);
  }

  .\32xl\:pl-max-content {
    padding-left: max-content;
  }

  .\32xl\:text-left {
    text-align: left;
  }

  .\32xl\:text-center {
    text-align: center;
  }

  .\32xl\:text-right {
    text-align: right;
  }

  .\32xl\:text-justify {
    text-align: justify;
  }

  .\32xl\:align-baseline {
    vertical-align: baseline;
  }

  .\32xl\:align-top {
    vertical-align: top;
  }

  .\32xl\:align-middle {
    vertical-align: middle;
  }

  .\32xl\:align-bottom {
    vertical-align: bottom;
  }

  .\32xl\:align-text-top {
    vertical-align: text-top;
  }

  .\32xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .\32xl\:font-sans {
    font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .\32xl\:font-sans-alt {
    font-family: "Sen", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .\32xl\:font-sans-table {
    font-family: "Mulish", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .\32xl\:font-mono {
    font-family: courier new, Courier, monospace;
  }

  .\32xl\:text-3xs {
    font-size: 0.625rem;
  }

  .\32xl\:text-2xs {
    font-size: 0.6875rem;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
  }

  .\32xl\:text-md {
    font-size: 1.125rem;
  }

  .\32xl\:text-lg {
    font-size: 1.25rem;
  }

  .\32xl\:text-xl {
    font-size: 1.5rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.75rem;
  }

  .\32xl\:text-feature {
    font-size: 2rem;
  }

  .\32xl\:text-2\.5xl {
    font-size: 1.875rem;
  }

  .\32xl\:text-highlight {
    font-size: 2.25rem;
  }

  .\32xl\:text-3xl {
    font-size: 2.625rem;
  }

  .\32xl\:text-hero {
    font-size: 2.875rem;
  }

  .\32xl\:text-4xl {
    font-size: 3.125rem;
  }

  .\32xl\:text-highlight-lg {
    font-size: 3.75rem;
  }

  .\32xl\:text-5xl {
    font-size: 4rem;
  }

  .\32xl\:text-footer {
    font-size: 0.8125rem;
  }

  .\32xl\:font-thin {
    font-weight: 100;
  }

  .\32xl\:font-extralight {
    font-weight: 200;
  }

  .\32xl\:font-light {
    font-weight: 300;
  }

  .\32xl\:font-normal {
    font-weight: 400;
  }

  .\32xl\:font-medium {
    font-weight: 500;
  }

  .\32xl\:font-semibold {
    font-weight: 600;
  }

  .\32xl\:font-bold {
    font-weight: 700;
  }

  .\32xl\:font-extrabold {
    font-weight: 800;
  }

  .\32xl\:font-black {
    font-weight: 900;
  }

  .\32xl\:uppercase {
    text-transform: uppercase;
  }

  .\32xl\:lowercase {
    text-transform: lowercase;
  }

  .\32xl\:capitalize {
    text-transform: capitalize;
  }

  .\32xl\:normal-case {
    text-transform: none;
  }

  .\32xl\:italic {
    font-style: italic;
  }

  .\32xl\:not-italic {
    font-style: normal;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\: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);
  }

  .\32xl\:normal-nums {
    font-variant-numeric: normal;
  }

  .\32xl\:ordinal {
    --tw-ordinal: ordinal;
  }

  .\32xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero;
  }

  .\32xl\:lining-nums {
    --tw-numeric-figure: lining-nums;
  }

  .\32xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
  }

  .\32xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums;
  }

  .\32xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums;
  }

  .\32xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
  }

  .\32xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
  }

  .\32xl\:leading-4 {
    line-height: 1rem;
  }

  .\32xl\:leading-5 {
    line-height: 1.25rem;
  }

  .\32xl\:leading-6 {
    line-height: 1.5rem;
  }

  .\32xl\:leading-7 {
    line-height: 1.75rem;
  }

  .\32xl\:leading-8 {
    line-height: 2rem;
  }

  .\32xl\:leading-10 {
    line-height: 2.5rem;
  }

  .\32xl\:leading-13 {
    line-height: 3.25rem;
  }

  .\32xl\:leading-14 {
    line-height: 3.5rem;
  }

  .\32xl\:leading-16 {
    line-height: 4rem;
  }

  .\32xl\:leading-base {
    line-height: 1rem;
  }

  .\32xl\:leading-lg {
    line-height: 1.375rem;
  }

  .\32xl\:leading-xl {
    line-height: 2.375rem;
  }

  .\32xl\:leading-2xl {
    line-height: 3.0625rem;
  }

  .\32xl\:leading-3xl {
    line-height: 3.75rem;
  }

  .\32xl\:leading-4xl {
    line-height: 4.4375rem;
  }

  .\32xl\:leading-5xl {
    line-height: 5.125rem;
  }

  .\32xl\:leading-4\.5 {
    line-height: 1.125rem;
  }

  .\32xl\:leading-11\.5 {
    line-height: 2.875rem;
  }

  .\32xl\:leading-none {
    line-height: 1;
  }

  .\32xl\:leading-inherit {
    line-height: inherit;
  }

  .\32xl\:leading-14\/10 {
    line-height: 140%;
  }

  .\32xl\:tracking-tight {
    letter-spacing: -0.0625rem;
  }

  .\32xl\:tracking-wide {
    letter-spacing: 0.0625rem;
  }

  .\32xl\:tracking-table {
    letter-spacing: 0.2px;
  }

  .\32xl\:tracking-loose {
    letter-spacing: 0.1px;
  }

  .\32xl\:text-transparent {
    color: transparent;
  }

  .\32xl\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .\32xl\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .\32xl\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .\32xl\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .\32xl\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .\32xl\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .\32xl\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .\32xl\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .\32xl\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .\32xl\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .\32xl\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .\32xl\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .\32xl\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .\32xl\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .\32xl\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .\32xl\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .\32xl\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .\32xl\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .\32xl\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .\32xl\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .\32xl\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .\32xl\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .\32xl\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .\32xl\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .\32xl\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .\32xl\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .\32xl\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .\32xl\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .\32xl\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .\32xl\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .\32xl\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .\32xl\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .\32xl\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-transparent {
    color: transparent;
  }

  .group:hover .\32xl\:group-hover\:text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-darker {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-dark {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-medium {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-light {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-darker {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-medium {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-light {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-lighter {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-pale {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-pale-60 {
    color: rgba(234,234,234,0.6);
  }

  .group:hover .\32xl\:group-hover\:text-grey-faint {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-lightest {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-grey-page {
    color: rgba(243,243,243,0.5);
  }

  .group:hover .\32xl\:group-hover\:text-primary-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-green {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-blue-light {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-secondary-blue-light-20 {
    color: rgba(46,174,178,0.2);
  }

  .group:hover .\32xl\:group-hover\:text-secondary-blue-light-10 {
    color: rgba(46,174,178,0.1);
  }

  .group:hover .\32xl\:group-hover\:text-tertiary-orange {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-tertiary-yellow {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-success {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-warning {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-error {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-info {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-black {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-black-neutral {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-toggle {
    color: rgba(8,198,145,0.3);
  }

  .group:hover .\32xl\:group-hover\:text-toggle-active {
    color: rgba(8,198,145,1);
  }

  .group:hover .\32xl\:group-hover\:text-tertiary-orange-hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-google-maps {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-chart {
    color: rgba(218,240,225,0.2);
  }

  .group:hover .\32xl\:group-hover\:text-energy-rating-a {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-energy-rating-b {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-energy-rating-c {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-energy-rating-d {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-energy-rating-e {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-energy-rating-f {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-energy-rating-g {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-flo-blue-light {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-green-dark-60 {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-tertiary-background {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .group:hover .\32xl\:group-hover\:text-tertiary-green {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-transparent:focus-within {
    color: transparent;
  }

  .\32xl\:focus-within\:text-green-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-darkest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-darker:focus-within {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-medium:focus-within {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-lighter:focus-within {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-pale:focus-within {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-pale-60:focus-within {
    color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus-within\:text-grey-faint:focus-within {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-lightest:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-grey-page:focus-within {
    color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus-within\:text-primary-white:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-blue-dark:focus-within {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-secondary-blue-light-20:focus-within {
    color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus-within\:text-secondary-blue-light-10:focus-within {
    color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus-within\:text-tertiary-orange:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-tertiary-yellow:focus-within {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-error:focus-within {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-black-neutral:focus-within {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-toggle:focus-within {
    color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus-within\:text-toggle-active:focus-within {
    color: rgba(8,198,145,1);
  }

  .\32xl\:focus-within\:text-tertiary-orange-hover:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-google-maps:focus-within {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-chart:focus-within {
    color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus-within\:text-energy-rating-a:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-energy-rating-b:focus-within {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-energy-rating-c:focus-within {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-energy-rating-d:focus-within {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-energy-rating-e:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-energy-rating-f:focus-within {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-energy-rating-g:focus-within {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-flo-blue-light:focus-within {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-green-dark-60:focus-within {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-tertiary-background:focus-within {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus-within\:text-tertiary-green:focus-within {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .\32xl\:hover\:text-green-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-light:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-darkest:hover {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-darker:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey:hover {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-medium:hover {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-light:hover {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-lighter:hover {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-pale:hover {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-pale-60:hover {
    color: rgba(234,234,234,0.6);
  }

  .\32xl\:hover\:text-grey-faint:hover {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-lightest:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-grey-page:hover {
    color: rgba(243,243,243,0.5);
  }

  .\32xl\:hover\:text-primary-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-blue-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-secondary-blue-light-20:hover {
    color: rgba(46,174,178,0.2);
  }

  .\32xl\:hover\:text-secondary-blue-light-10:hover {
    color: rgba(46,174,178,0.1);
  }

  .\32xl\:hover\:text-tertiary-orange:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-tertiary-yellow:hover {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-success:hover {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-warning:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-error:hover {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-info:hover {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-black-neutral:hover {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-toggle:hover {
    color: rgba(8,198,145,0.3);
  }

  .\32xl\:hover\:text-toggle-active:hover {
    color: rgba(8,198,145,1);
  }

  .\32xl\:hover\:text-tertiary-orange-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-google-maps:hover {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-chart:hover {
    color: rgba(218,240,225,0.2);
  }

  .\32xl\:hover\:text-energy-rating-a:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-energy-rating-b:hover {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-energy-rating-c:hover {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-energy-rating-d:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-energy-rating-e:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-energy-rating-f:hover {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-energy-rating-g:hover {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-flo-blue-light:hover {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-green-dark-60:hover {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-tertiary-background:hover {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .\32xl\:hover\:text-tertiary-green:hover {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .\32xl\:focus\:text-green-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-light:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-darkest:focus {
    --tw-text-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-darker:focus {
    --tw-text-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey:focus {
    --tw-text-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-medium:focus {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-light:focus {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-lighter:focus {
    --tw-text-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-pale:focus {
    --tw-text-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-pale-60:focus {
    color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus\:text-grey-faint:focus {
    --tw-text-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-lightest:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-grey-page:focus {
    color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus\:text-primary-white:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-blue-dark:focus {
    --tw-text-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-secondary-blue-light-20:focus {
    color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus\:text-secondary-blue-light-10:focus {
    color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus\:text-tertiary-orange:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-tertiary-yellow:focus {
    --tw-text-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-success:focus {
    --tw-text-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-warning:focus {
    --tw-text-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-error:focus {
    --tw-text-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-info:focus {
    --tw-text-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-black-neutral:focus {
    --tw-text-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-toggle:focus {
    color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus\:text-toggle-active:focus {
    color: rgba(8,198,145,1);
  }

  .\32xl\:focus\:text-tertiary-orange-hover:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-google-maps:focus {
    --tw-text-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-chart:focus {
    color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus\:text-energy-rating-a:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-energy-rating-b:focus {
    --tw-text-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-energy-rating-c:focus {
    --tw-text-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-energy-rating-d:focus {
    --tw-text-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-energy-rating-e:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-energy-rating-f:focus {
    --tw-text-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-energy-rating-g:focus {
    --tw-text-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-flo-blue-light:focus {
    --tw-text-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-green-dark-60:focus {
    --tw-text-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-tertiary-background:focus {
    --tw-text-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-text-opacity));
  }

  .\32xl\:focus\:text-tertiary-green:focus {
    --tw-text-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-text-opacity));
  }

  .\32xl\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .\32xl\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1;
  }

  .\32xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0;
  }

  .\32xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1;
  }

  .\32xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0;
  }

  .\32xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1;
  }

  .\32xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0;
  }

  .\32xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
  }

  .\32xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1;
  }

  .\32xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2;
  }

  .\32xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25;
  }

  .\32xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3;
  }

  .\32xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4;
  }

  .\32xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
  }

  .\32xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
  }

  .\32xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7;
  }

  .\32xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75;
  }

  .\32xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8;
  }

  .\32xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9;
  }

  .\32xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95;
  }

  .\32xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1;
  }

  .\32xl\:underline {
    text-decoration: underline;
  }

  .\32xl\:line-through {
    text-decoration: line-through;
  }

  .\32xl\:no-underline {
    text-decoration: none;
  }

  .group:hover .\32xl\:group-hover\:underline {
    text-decoration: underline;
  }

  .group:hover .\32xl\:group-hover\:line-through {
    text-decoration: line-through;
  }

  .group:hover .\32xl\:group-hover\:no-underline {
    text-decoration: none;
  }

  .\32xl\:focus-within\:underline:focus-within {
    text-decoration: underline;
  }

  .\32xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through;
  }

  .\32xl\:focus-within\:no-underline:focus-within {
    text-decoration: none;
  }

  .\32xl\:hover\:underline:hover {
    text-decoration: underline;
  }

  .\32xl\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .\32xl\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .\32xl\:focus\:underline:focus {
    text-decoration: underline;
  }

  .\32xl\:focus\:line-through:focus {
    text-decoration: line-through;
  }

  .\32xl\:focus\:no-underline:focus {
    text-decoration: none;
  }

  .\32xl\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .\32xl\:placeholder-green-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-darkest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-darkest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-darker::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-darker::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-medium::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-medium::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-lighter::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-lighter::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-pale::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-pale::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-pale-60::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .\32xl\:placeholder-grey-pale-60::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .\32xl\:placeholder-grey-faint::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-faint::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-lightest::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-lightest::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-grey-page::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .\32xl\:placeholder-grey-page::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .\32xl\:placeholder-primary-white::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-primary-white::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-blue-dark::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-blue-dark::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-secondary-blue-light-20::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .\32xl\:placeholder-secondary-blue-light-20::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .\32xl\:placeholder-secondary-blue-light-10::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .\32xl\:placeholder-secondary-blue-light-10::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .\32xl\:placeholder-tertiary-orange::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-tertiary-orange::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-tertiary-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-tertiary-yellow::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-error::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-error::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-neutral::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-black-neutral::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-toggle::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .\32xl\:placeholder-toggle::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .\32xl\:placeholder-toggle-active::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .\32xl\:placeholder-toggle-active::placeholder {
    color: rgba(8,198,145,1);
  }

  .\32xl\:placeholder-tertiary-orange-hover::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-tertiary-orange-hover::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-google-maps::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-google-maps::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-chart::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .\32xl\:placeholder-chart::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .\32xl\:placeholder-energy-rating-a::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-a::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-b::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-b::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-c::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-c::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-d::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-d::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-e::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-e::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-f::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-f::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-g::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-energy-rating-g::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-flo-blue-light::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-flo-blue-light::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-dark-60::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-green-dark-60::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-tertiary-background::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-tertiary-background::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-tertiary-green::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-tertiary-green::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent;
  }

  .\32xl\:focus\:placeholder-green-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(3, 43, 38, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(6, 57, 50, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(11, 77, 68, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 147, 101, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-darkest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-darkest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(48, 48, 48, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-darker:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-darker:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(74, 74, 74, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(108, 116, 118, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(136, 136, 136, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-medium:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-medium:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-lighter:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-lighter:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(218, 218, 218, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-pale:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-pale:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-pale-60:focus::-moz-placeholder {
    color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus\:placeholder-grey-pale-60:focus::placeholder {
    color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus\:placeholder-grey-faint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-faint:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(243, 243, 243, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-lightest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-lightest:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 249, 249, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-grey-page:focus::-moz-placeholder {
    color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus\:placeholder-grey-page:focus::placeholder {
    color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus\:placeholder-primary-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-primary-white:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(12, 195, 147, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-blue-dark:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-blue-dark:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(23, 85, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-secondary-blue-light-20:focus::-moz-placeholder {
    color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus\:placeholder-secondary-blue-light-20:focus::placeholder {
    color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus\:placeholder-secondary-blue-light-10:focus::-moz-placeholder {
    color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus\:placeholder-secondary-blue-light-10:focus::placeholder {
    color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus\:placeholder-tertiary-orange:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-tertiary-orange:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-tertiary-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-tertiary-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(249, 200, 70, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(71, 182, 105, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(244, 96, 54, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-error:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-error:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(230, 49, 71, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(46, 174, 178, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-neutral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-black-neutral:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(55, 63, 65, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-toggle:focus::-moz-placeholder {
    color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus\:placeholder-toggle:focus::placeholder {
    color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus\:placeholder-toggle-active:focus::-moz-placeholder {
    color: rgba(8,198,145,1);
  }

  .\32xl\:focus\:placeholder-toggle-active:focus::placeholder {
    color: rgba(8,198,145,1);
  }

  .\32xl\:focus\:placeholder-tertiary-orange-hover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-tertiary-orange-hover:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 129, 97, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-google-maps:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-google-maps:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(229, 227, 223, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-chart:focus::-moz-placeholder {
    color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus\:placeholder-chart:focus::placeholder {
    color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus\:placeholder-energy-rating-a:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-a:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 132, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-b:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-b:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(25, 176, 89, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-c:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-c:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(141, 198, 65, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-d:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-d:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(255, 204, 0, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-e:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-e:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 172, 100, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-f:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-f:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(247, 133, 33, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-g:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-energy-rating-g:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(239, 28, 57, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-flo-blue-light:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-flo-blue-light:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(0, 114, 180, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-dark-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-green-dark-60:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(163, 183, 180, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-tertiary-background:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-tertiary-background:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(235, 250, 246, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-tertiary-green:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .\32xl\:focus\:placeholder-tertiary-green:focus::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(8, 198, 145, var(--tw-placeholder-opacity));
  }

  .\32xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1;
  }

  .\32xl\:opacity-0 {
    opacity: 0;
  }

  .\32xl\:opacity-5 {
    opacity: 0.05;
  }

  .\32xl\:opacity-10 {
    opacity: 0.1;
  }

  .\32xl\:opacity-20 {
    opacity: 0.2;
  }

  .\32xl\:opacity-25 {
    opacity: 0.25;
  }

  .\32xl\:opacity-30 {
    opacity: 0.3;
  }

  .\32xl\:opacity-40 {
    opacity: 0.4;
  }

  .\32xl\:opacity-50 {
    opacity: 0.5;
  }

  .\32xl\:opacity-60 {
    opacity: 0.6;
  }

  .\32xl\:opacity-70 {
    opacity: 0.7;
  }

  .\32xl\:opacity-75 {
    opacity: 0.75;
  }

  .\32xl\:opacity-80 {
    opacity: 0.8;
  }

  .\32xl\:opacity-90 {
    opacity: 0.9;
  }

  .\32xl\:opacity-95 {
    opacity: 0.95;
  }

  .\32xl\:opacity-100 {
    opacity: 1;
  }

  .group:hover .\32xl\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .\32xl\:group-hover\:opacity-5 {
    opacity: 0.05;
  }

  .group:hover .\32xl\:group-hover\:opacity-10 {
    opacity: 0.1;
  }

  .group:hover .\32xl\:group-hover\:opacity-20 {
    opacity: 0.2;
  }

  .group:hover .\32xl\:group-hover\:opacity-25 {
    opacity: 0.25;
  }

  .group:hover .\32xl\:group-hover\:opacity-30 {
    opacity: 0.3;
  }

  .group:hover .\32xl\:group-hover\:opacity-40 {
    opacity: 0.4;
  }

  .group:hover .\32xl\:group-hover\:opacity-50 {
    opacity: 0.5;
  }

  .group:hover .\32xl\:group-hover\:opacity-60 {
    opacity: 0.6;
  }

  .group:hover .\32xl\:group-hover\:opacity-70 {
    opacity: 0.7;
  }

  .group:hover .\32xl\:group-hover\:opacity-75 {
    opacity: 0.75;
  }

  .group:hover .\32xl\:group-hover\:opacity-80 {
    opacity: 0.8;
  }

  .group:hover .\32xl\:group-hover\:opacity-90 {
    opacity: 0.9;
  }

  .group:hover .\32xl\:group-hover\:opacity-95 {
    opacity: 0.95;
  }

  .group:hover .\32xl\:group-hover\:opacity-100 {
    opacity: 1;
  }

  .\32xl\:focus-within\:opacity-0:focus-within {
    opacity: 0;
  }

  .\32xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05;
  }

  .\32xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1;
  }

  .\32xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2;
  }

  .\32xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25;
  }

  .\32xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3;
  }

  .\32xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4;
  }

  .\32xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5;
  }

  .\32xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6;
  }

  .\32xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7;
  }

  .\32xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75;
  }

  .\32xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8;
  }

  .\32xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9;
  }

  .\32xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95;
  }

  .\32xl\:focus-within\:opacity-100:focus-within {
    opacity: 1;
  }

  .\32xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .\32xl\:hover\:opacity-5:hover {
    opacity: 0.05;
  }

  .\32xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .\32xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .\32xl\:hover\:opacity-25:hover {
    opacity: 0.25;
  }

  .\32xl\:hover\:opacity-30:hover {
    opacity: 0.3;
  }

  .\32xl\:hover\:opacity-40:hover {
    opacity: 0.4;
  }

  .\32xl\:hover\:opacity-50:hover {
    opacity: 0.5;
  }

  .\32xl\:hover\:opacity-60:hover {
    opacity: 0.6;
  }

  .\32xl\:hover\:opacity-70:hover {
    opacity: 0.7;
  }

  .\32xl\:hover\:opacity-75:hover {
    opacity: 0.75;
  }

  .\32xl\:hover\:opacity-80:hover {
    opacity: 0.8;
  }

  .\32xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .\32xl\:hover\:opacity-95:hover {
    opacity: 0.95;
  }

  .\32xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .\32xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .\32xl\:focus\:opacity-5:focus {
    opacity: 0.05;
  }

  .\32xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .\32xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .\32xl\:focus\:opacity-25:focus {
    opacity: 0.25;
  }

  .\32xl\:focus\:opacity-30:focus {
    opacity: 0.3;
  }

  .\32xl\:focus\:opacity-40:focus {
    opacity: 0.4;
  }

  .\32xl\:focus\:opacity-50:focus {
    opacity: 0.5;
  }

  .\32xl\:focus\:opacity-60:focus {
    opacity: 0.6;
  }

  .\32xl\:focus\:opacity-70:focus {
    opacity: 0.7;
  }

  .\32xl\:focus\:opacity-75:focus {
    opacity: 0.75;
  }

  .\32xl\:focus\:opacity-80:focus {
    opacity: 0.8;
  }

  .\32xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .\32xl\:focus\:opacity-95:focus {
    opacity: 0.95;
  }

  .\32xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .\32xl\:bg-blend-normal {
    background-blend-mode: normal;
  }

  .\32xl\:bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .\32xl\:bg-blend-screen {
    background-blend-mode: screen;
  }

  .\32xl\:bg-blend-overlay {
    background-blend-mode: overlay;
  }

  .\32xl\:bg-blend-darken {
    background-blend-mode: darken;
  }

  .\32xl\:bg-blend-lighten {
    background-blend-mode: lighten;
  }

  .\32xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge;
  }

  .\32xl\:bg-blend-color-burn {
    background-blend-mode: color-burn;
  }

  .\32xl\:bg-blend-hard-light {
    background-blend-mode: hard-light;
  }

  .\32xl\:bg-blend-soft-light {
    background-blend-mode: soft-light;
  }

  .\32xl\:bg-blend-difference {
    background-blend-mode: difference;
  }

  .\32xl\:bg-blend-exclusion {
    background-blend-mode: exclusion;
  }

  .\32xl\:bg-blend-hue {
    background-blend-mode: hue;
  }

  .\32xl\:bg-blend-saturation {
    background-blend-mode: saturation;
  }

  .\32xl\:bg-blend-color {
    background-blend-mode: color;
  }

  .\32xl\:bg-blend-luminosity {
    background-blend-mode: luminosity;
  }

  .\32xl\:mix-blend-normal {
    mix-blend-mode: normal;
  }

  .\32xl\:mix-blend-multiply {
    mix-blend-mode: multiply;
  }

  .\32xl\:mix-blend-screen {
    mix-blend-mode: screen;
  }

  .\32xl\:mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .\32xl\:mix-blend-darken {
    mix-blend-mode: darken;
  }

  .\32xl\:mix-blend-lighten {
    mix-blend-mode: lighten;
  }

  .\32xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .\32xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn;
  }

  .\32xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light;
  }

  .\32xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light;
  }

  .\32xl\:mix-blend-difference {
    mix-blend-mode: difference;
  }

  .\32xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion;
  }

  .\32xl\:mix-blend-hue {
    mix-blend-mode: hue;
  }

  .\32xl\:mix-blend-saturation {
    mix-blend-mode: saturation;
  }

  .\32xl\:mix-blend-color {
    mix-blend-mode: color;
  }

  .\32xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .\32xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .\32xl\: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);
  }

  .\32xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\: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);
  }

  .group:hover .\32xl\:group-hover\:shadow-above {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-header {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-menu {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-side-menu {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-around {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .\32xl\:group-hover\:shadow-glow {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .\32xl\:focus-within\:shadow-md:focus-within {
    --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);
  }

  .\32xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-2xl:focus-within {
    --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);
  }

  .\32xl\:focus-within\:shadow-inner:focus-within {
    --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);
  }

  .\32xl\:focus-within\:shadow-none:focus-within {
    --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);
  }

  .\32xl\:focus-within\:shadow-above:focus-within {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-header:focus-within {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-menu:focus-within {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-side-menu:focus-within {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-around:focus-within {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus-within\:shadow-glow:focus-within {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .\32xl\: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);
  }

  .\32xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:hover\:shadow-above:hover {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-header:hover {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-menu:hover {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-side-menu:hover {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-around:hover {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:hover\:shadow-glow:hover {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 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);
  }

  .\32xl\: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);
  }

  .\32xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:focus\:shadow-above:focus {
    --tw-shadow: 0px -6px 12px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-header:focus {
    --tw-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-menu:focus {
    --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-side-menu:focus {
    --tw-shadow: 3px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-around:focus {
    --tw-shadow: 0 1px 3px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:focus\:shadow-glow:focus {
    --tw-shadow: 0 0 4px #aaa;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:outline-white {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:outline-black {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-white:focus {
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .\32xl\:focus\:outline-black:focus {
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\: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);
  }

  .\32xl\:ring-inset {
    --tw-ring-inset: inset;
  }

  .\32xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset;
  }

  .\32xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset;
  }

  .\32xl\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .\32xl\:ring-green-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-darkest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-darker {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-medium {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-lighter {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-pale {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-pale-60 {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .\32xl\:ring-grey-faint {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-lightest {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:ring-grey-page {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .\32xl\:ring-primary-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-blue-dark {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .\32xl\:ring-secondary-blue-light-20 {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .\32xl\:ring-secondary-blue-light-10 {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .\32xl\:ring-tertiary-orange {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .\32xl\:ring-tertiary-yellow {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .\32xl\:ring-success {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .\32xl\:ring-warning {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .\32xl\:ring-error {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .\32xl\:ring-info {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .\32xl\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:ring-black-neutral {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .\32xl\:ring-toggle {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .\32xl\:ring-toggle-active {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .\32xl\:ring-tertiary-orange-hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .\32xl\:ring-google-maps {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .\32xl\:ring-chart {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .\32xl\:ring-energy-rating-a {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .\32xl\:ring-energy-rating-b {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .\32xl\:ring-energy-rating-c {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .\32xl\:ring-energy-rating-d {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .\32xl\:ring-energy-rating-e {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .\32xl\:ring-energy-rating-f {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .\32xl\:ring-energy-rating-g {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .\32xl\:ring-flo-blue-light {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .\32xl\:ring-green-dark-60 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .\32xl\:ring-tertiary-background {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .\32xl\:ring-tertiary-green {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus-within\:ring-green-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-darkest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-darker:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-medium:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-lighter:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-pale:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-pale-60:focus-within {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus-within\:ring-grey-faint:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-lightest:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-grey-page:focus-within {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus-within\:ring-primary-white:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-blue-dark:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-secondary-blue-light-20:focus-within {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus-within\:ring-secondary-blue-light-10:focus-within {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus-within\:ring-tertiary-orange:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-tertiary-yellow:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-error:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-black-neutral:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-toggle:focus-within {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus-within\:ring-toggle-active:focus-within {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .\32xl\:focus-within\:ring-tertiary-orange-hover:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-google-maps:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-chart:focus-within {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus-within\:ring-energy-rating-a:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-energy-rating-b:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-energy-rating-c:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-energy-rating-d:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-energy-rating-e:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-energy-rating-f:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-energy-rating-g:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-flo-blue-light:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-green-dark-60:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-tertiary-background:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus-within\:ring-tertiary-green:focus-within {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent;
  }

  .\32xl\:focus\:ring-green-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(3, 43, 38, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(6, 57, 50, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(11, 77, 68, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 147, 101, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-darkest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(48, 48, 48, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-darker:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 74, 74, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(108, 116, 118, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(136, 136, 136, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-medium:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(170, 170, 170, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(187, 187, 187, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-lighter:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(218, 218, 218, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-pale:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-pale-60:focus {
    --tw-ring-color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus\:ring-grey-faint:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(243, 243, 243, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-lightest:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 249, 249, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-grey-page:focus {
    --tw-ring-color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus\:ring-primary-white:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(12, 195, 147, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-blue-dark:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(23, 85, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-secondary-blue-light-20:focus {
    --tw-ring-color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus\:ring-secondary-blue-light-10:focus {
    --tw-ring-color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus\:ring-tertiary-orange:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-tertiary-yellow:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(249, 200, 70, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-success:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(71, 182, 105, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(244, 96, 54, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-error:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 49, 71, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-info:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(46, 174, 178, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-black-neutral:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(55, 63, 65, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-toggle:focus {
    --tw-ring-color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus\:ring-toggle-active:focus {
    --tw-ring-color: rgba(8,198,145,1);
  }

  .\32xl\:focus\:ring-tertiary-orange-hover:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 129, 97, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-google-maps:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(229, 227, 223, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-chart:focus {
    --tw-ring-color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus\:ring-energy-rating-a:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 132, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-energy-rating-b:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(25, 176, 89, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-energy-rating-c:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(141, 198, 65, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-energy-rating-d:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 204, 0, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-energy-rating-e:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 172, 100, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-energy-rating-f:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(247, 133, 33, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-energy-rating-g:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(239, 28, 57, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-flo-blue-light:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 114, 180, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-green-dark-60:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(163, 183, 180, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-tertiary-background:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(235, 250, 246, var(--tw-ring-opacity));
  }

  .\32xl\:focus\:ring-tertiary-green:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(8, 198, 145, var(--tw-ring-opacity));
  }

  .\32xl\:ring-opacity-0 {
    --tw-ring-opacity: 0;
  }

  .\32xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:ring-opacity-100 {
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1;
  }

  .\32xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0;
  }

  .\32xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05;
  }

  .\32xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1;
  }

  .\32xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .\32xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }

  .\32xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3;
  }

  .\32xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4;
  }

  .\32xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5;
  }

  .\32xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6;
  }

  .\32xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7;
  }

  .\32xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75;
  }

  .\32xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8;
  }

  .\32xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9;
  }

  .\32xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95;
  }

  .\32xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1;
  }

  .\32xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px;
  }

  .\32xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px;
  }

  .\32xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
  }

  .\32xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px;
  }

  .\32xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px;
  }

  .\32xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:ring-offset-green-darkest {
    --tw-ring-offset-color: #032b26;
  }

  .\32xl\:ring-offset-green-darker {
    --tw-ring-offset-color: #063932;
  }

  .\32xl\:ring-offset-green-dark {
    --tw-ring-offset-color: #0b4d44;
  }

  .\32xl\:ring-offset-green-medium {
    --tw-ring-offset-color: #199365;
  }

  .\32xl\:ring-offset-green-light {
    --tw-ring-offset-color: #47b669;
  }

  .\32xl\:ring-offset-grey-darkest {
    --tw-ring-offset-color: #303030;
  }

  .\32xl\:ring-offset-grey-darker {
    --tw-ring-offset-color: #4a4a4a;
  }

  .\32xl\:ring-offset-grey-dark {
    --tw-ring-offset-color: #6c7476;
  }

  .\32xl\:ring-offset-grey {
    --tw-ring-offset-color: #888888;
  }

  .\32xl\:ring-offset-grey-medium {
    --tw-ring-offset-color: #aaaaaa;
  }

  .\32xl\:ring-offset-grey-light {
    --tw-ring-offset-color: #bbbbbb;
  }

  .\32xl\:ring-offset-grey-lighter {
    --tw-ring-offset-color: #dadada;
  }

  .\32xl\:ring-offset-grey-pale {
    --tw-ring-offset-color: #eaeaea;
  }

  .\32xl\:ring-offset-grey-pale-60 {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .\32xl\:ring-offset-grey-faint {
    --tw-ring-offset-color: #f3f3f3;
  }

  .\32xl\:ring-offset-grey-lightest {
    --tw-ring-offset-color: #f9f9f9;
  }

  .\32xl\:ring-offset-grey-page {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .\32xl\:ring-offset-primary-white {
    --tw-ring-offset-color: #ffffff;
  }

  .\32xl\:ring-offset-secondary-green {
    --tw-ring-offset-color: #0cc393;
  }

  .\32xl\:ring-offset-secondary-blue-dark {
    --tw-ring-offset-color: #175564;
  }

  .\32xl\:ring-offset-secondary-blue-light {
    --tw-ring-offset-color: #2eaeb2;
  }

  .\32xl\:ring-offset-secondary-blue-light-20 {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .\32xl\:ring-offset-secondary-blue-light-10 {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .\32xl\:ring-offset-tertiary-orange {
    --tw-ring-offset-color: #f46036;
  }

  .\32xl\:ring-offset-tertiary-yellow {
    --tw-ring-offset-color: #f9c846;
  }

  .\32xl\:ring-offset-success {
    --tw-ring-offset-color: #47b669;
  }

  .\32xl\:ring-offset-warning {
    --tw-ring-offset-color: #f46036;
  }

  .\32xl\:ring-offset-error {
    --tw-ring-offset-color: #e63147;
  }

  .\32xl\:ring-offset-info {
    --tw-ring-offset-color: #2eaeb2;
  }

  .\32xl\:ring-offset-black {
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:ring-offset-black-neutral {
    --tw-ring-offset-color: #373f41;
  }

  .\32xl\:ring-offset-toggle {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .\32xl\:ring-offset-toggle-active {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .\32xl\:ring-offset-tertiary-orange-hover {
    --tw-ring-offset-color: #f78161;
  }

  .\32xl\:ring-offset-google-maps {
    --tw-ring-offset-color: #e5e3df;
  }

  .\32xl\:ring-offset-chart {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .\32xl\:ring-offset-energy-rating-a {
    --tw-ring-offset-color: #008459;
  }

  .\32xl\:ring-offset-energy-rating-b {
    --tw-ring-offset-color: #19b059;
  }

  .\32xl\:ring-offset-energy-rating-c {
    --tw-ring-offset-color: #8dc641;
  }

  .\32xl\:ring-offset-energy-rating-d {
    --tw-ring-offset-color: #ffcc00;
  }

  .\32xl\:ring-offset-energy-rating-e {
    --tw-ring-offset-color: #f7ac64;
  }

  .\32xl\:ring-offset-energy-rating-f {
    --tw-ring-offset-color: #f78521;
  }

  .\32xl\:ring-offset-energy-rating-g {
    --tw-ring-offset-color: #ef1c39;
  }

  .\32xl\:ring-offset-flo-blue-light {
    --tw-ring-offset-color: #0072b4;
  }

  .\32xl\:ring-offset-green-dark-60 {
    --tw-ring-offset-color: #a3b7b4;
  }

  .\32xl\:ring-offset-tertiary-background {
    --tw-ring-offset-color: #ebfaf6;
  }

  .\32xl\:ring-offset-tertiary-green {
    --tw-ring-offset-color: #08c691;
  }

  .\32xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus-within\:ring-offset-green-darkest:focus-within {
    --tw-ring-offset-color: #032b26;
  }

  .\32xl\:focus-within\:ring-offset-green-darker:focus-within {
    --tw-ring-offset-color: #063932;
  }

  .\32xl\:focus-within\:ring-offset-green-dark:focus-within {
    --tw-ring-offset-color: #0b4d44;
  }

  .\32xl\:focus-within\:ring-offset-green-medium:focus-within {
    --tw-ring-offset-color: #199365;
  }

  .\32xl\:focus-within\:ring-offset-green-light:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .\32xl\:focus-within\:ring-offset-grey-darkest:focus-within {
    --tw-ring-offset-color: #303030;
  }

  .\32xl\:focus-within\:ring-offset-grey-darker:focus-within {
    --tw-ring-offset-color: #4a4a4a;
  }

  .\32xl\:focus-within\:ring-offset-grey-dark:focus-within {
    --tw-ring-offset-color: #6c7476;
  }

  .\32xl\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #888888;
  }

  .\32xl\:focus-within\:ring-offset-grey-medium:focus-within {
    --tw-ring-offset-color: #aaaaaa;
  }

  .\32xl\:focus-within\:ring-offset-grey-light:focus-within {
    --tw-ring-offset-color: #bbbbbb;
  }

  .\32xl\:focus-within\:ring-offset-grey-lighter:focus-within {
    --tw-ring-offset-color: #dadada;
  }

  .\32xl\:focus-within\:ring-offset-grey-pale:focus-within {
    --tw-ring-offset-color: #eaeaea;
  }

  .\32xl\:focus-within\:ring-offset-grey-pale-60:focus-within {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus-within\:ring-offset-grey-faint:focus-within {
    --tw-ring-offset-color: #f3f3f3;
  }

  .\32xl\:focus-within\:ring-offset-grey-lightest:focus-within {
    --tw-ring-offset-color: #f9f9f9;
  }

  .\32xl\:focus-within\:ring-offset-grey-page:focus-within {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus-within\:ring-offset-primary-white:focus-within {
    --tw-ring-offset-color: #ffffff;
  }

  .\32xl\:focus-within\:ring-offset-secondary-green:focus-within {
    --tw-ring-offset-color: #0cc393;
  }

  .\32xl\:focus-within\:ring-offset-secondary-blue-dark:focus-within {
    --tw-ring-offset-color: #175564;
  }

  .\32xl\:focus-within\:ring-offset-secondary-blue-light:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .\32xl\:focus-within\:ring-offset-secondary-blue-light-20:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus-within\:ring-offset-secondary-blue-light-10:focus-within {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus-within\:ring-offset-tertiary-orange:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .\32xl\:focus-within\:ring-offset-tertiary-yellow:focus-within {
    --tw-ring-offset-color: #f9c846;
  }

  .\32xl\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #47b669;
  }

  .\32xl\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #f46036;
  }

  .\32xl\:focus-within\:ring-offset-error:focus-within {
    --tw-ring-offset-color: #e63147;
  }

  .\32xl\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #2eaeb2;
  }

  .\32xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:focus-within\:ring-offset-black-neutral:focus-within {
    --tw-ring-offset-color: #373f41;
  }

  .\32xl\:focus-within\:ring-offset-toggle:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus-within\:ring-offset-toggle-active:focus-within {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .\32xl\:focus-within\:ring-offset-tertiary-orange-hover:focus-within {
    --tw-ring-offset-color: #f78161;
  }

  .\32xl\:focus-within\:ring-offset-google-maps:focus-within {
    --tw-ring-offset-color: #e5e3df;
  }

  .\32xl\:focus-within\:ring-offset-chart:focus-within {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus-within\:ring-offset-energy-rating-a:focus-within {
    --tw-ring-offset-color: #008459;
  }

  .\32xl\:focus-within\:ring-offset-energy-rating-b:focus-within {
    --tw-ring-offset-color: #19b059;
  }

  .\32xl\:focus-within\:ring-offset-energy-rating-c:focus-within {
    --tw-ring-offset-color: #8dc641;
  }

  .\32xl\:focus-within\:ring-offset-energy-rating-d:focus-within {
    --tw-ring-offset-color: #ffcc00;
  }

  .\32xl\:focus-within\:ring-offset-energy-rating-e:focus-within {
    --tw-ring-offset-color: #f7ac64;
  }

  .\32xl\:focus-within\:ring-offset-energy-rating-f:focus-within {
    --tw-ring-offset-color: #f78521;
  }

  .\32xl\:focus-within\:ring-offset-energy-rating-g:focus-within {
    --tw-ring-offset-color: #ef1c39;
  }

  .\32xl\:focus-within\:ring-offset-flo-blue-light:focus-within {
    --tw-ring-offset-color: #0072b4;
  }

  .\32xl\:focus-within\:ring-offset-green-dark-60:focus-within {
    --tw-ring-offset-color: #a3b7b4;
  }

  .\32xl\:focus-within\:ring-offset-tertiary-background:focus-within {
    --tw-ring-offset-color: #ebfaf6;
  }

  .\32xl\:focus-within\:ring-offset-tertiary-green:focus-within {
    --tw-ring-offset-color: #08c691;
  }

  .\32xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent;
  }

  .\32xl\:focus\:ring-offset-green-darkest:focus {
    --tw-ring-offset-color: #032b26;
  }

  .\32xl\:focus\:ring-offset-green-darker:focus {
    --tw-ring-offset-color: #063932;
  }

  .\32xl\:focus\:ring-offset-green-dark:focus {
    --tw-ring-offset-color: #0b4d44;
  }

  .\32xl\:focus\:ring-offset-green-medium:focus {
    --tw-ring-offset-color: #199365;
  }

  .\32xl\:focus\:ring-offset-green-light:focus {
    --tw-ring-offset-color: #47b669;
  }

  .\32xl\:focus\:ring-offset-grey-darkest:focus {
    --tw-ring-offset-color: #303030;
  }

  .\32xl\:focus\:ring-offset-grey-darker:focus {
    --tw-ring-offset-color: #4a4a4a;
  }

  .\32xl\:focus\:ring-offset-grey-dark:focus {
    --tw-ring-offset-color: #6c7476;
  }

  .\32xl\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #888888;
  }

  .\32xl\:focus\:ring-offset-grey-medium:focus {
    --tw-ring-offset-color: #aaaaaa;
  }

  .\32xl\:focus\:ring-offset-grey-light:focus {
    --tw-ring-offset-color: #bbbbbb;
  }

  .\32xl\:focus\:ring-offset-grey-lighter:focus {
    --tw-ring-offset-color: #dadada;
  }

  .\32xl\:focus\:ring-offset-grey-pale:focus {
    --tw-ring-offset-color: #eaeaea;
  }

  .\32xl\:focus\:ring-offset-grey-pale-60:focus {
    --tw-ring-offset-color: rgba(234,234,234,0.6);
  }

  .\32xl\:focus\:ring-offset-grey-faint:focus {
    --tw-ring-offset-color: #f3f3f3;
  }

  .\32xl\:focus\:ring-offset-grey-lightest:focus {
    --tw-ring-offset-color: #f9f9f9;
  }

  .\32xl\:focus\:ring-offset-grey-page:focus {
    --tw-ring-offset-color: rgba(243,243,243,0.5);
  }

  .\32xl\:focus\:ring-offset-primary-white:focus {
    --tw-ring-offset-color: #ffffff;
  }

  .\32xl\:focus\:ring-offset-secondary-green:focus {
    --tw-ring-offset-color: #0cc393;
  }

  .\32xl\:focus\:ring-offset-secondary-blue-dark:focus {
    --tw-ring-offset-color: #175564;
  }

  .\32xl\:focus\:ring-offset-secondary-blue-light:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .\32xl\:focus\:ring-offset-secondary-blue-light-20:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.2);
  }

  .\32xl\:focus\:ring-offset-secondary-blue-light-10:focus {
    --tw-ring-offset-color: rgba(46,174,178,0.1);
  }

  .\32xl\:focus\:ring-offset-tertiary-orange:focus {
    --tw-ring-offset-color: #f46036;
  }

  .\32xl\:focus\:ring-offset-tertiary-yellow:focus {
    --tw-ring-offset-color: #f9c846;
  }

  .\32xl\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #47b669;
  }

  .\32xl\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #f46036;
  }

  .\32xl\:focus\:ring-offset-error:focus {
    --tw-ring-offset-color: #e63147;
  }

  .\32xl\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #2eaeb2;
  }

  .\32xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000000;
  }

  .\32xl\:focus\:ring-offset-black-neutral:focus {
    --tw-ring-offset-color: #373f41;
  }

  .\32xl\:focus\:ring-offset-toggle:focus {
    --tw-ring-offset-color: rgba(8,198,145,0.3);
  }

  .\32xl\:focus\:ring-offset-toggle-active:focus {
    --tw-ring-offset-color: rgba(8,198,145,1);
  }

  .\32xl\:focus\:ring-offset-tertiary-orange-hover:focus {
    --tw-ring-offset-color: #f78161;
  }

  .\32xl\:focus\:ring-offset-google-maps:focus {
    --tw-ring-offset-color: #e5e3df;
  }

  .\32xl\:focus\:ring-offset-chart:focus {
    --tw-ring-offset-color: rgba(218,240,225,0.2);
  }

  .\32xl\:focus\:ring-offset-energy-rating-a:focus {
    --tw-ring-offset-color: #008459;
  }

  .\32xl\:focus\:ring-offset-energy-rating-b:focus {
    --tw-ring-offset-color: #19b059;
  }

  .\32xl\:focus\:ring-offset-energy-rating-c:focus {
    --tw-ring-offset-color: #8dc641;
  }

  .\32xl\:focus\:ring-offset-energy-rating-d:focus {
    --tw-ring-offset-color: #ffcc00;
  }

  .\32xl\:focus\:ring-offset-energy-rating-e:focus {
    --tw-ring-offset-color: #f7ac64;
  }

  .\32xl\:focus\:ring-offset-energy-rating-f:focus {
    --tw-ring-offset-color: #f78521;
  }

  .\32xl\:focus\:ring-offset-energy-rating-g:focus {
    --tw-ring-offset-color: #ef1c39;
  }

  .\32xl\:focus\:ring-offset-flo-blue-light:focus {
    --tw-ring-offset-color: #0072b4;
  }

  .\32xl\:focus\:ring-offset-green-dark-60:focus {
    --tw-ring-offset-color: #a3b7b4;
  }

  .\32xl\:focus\:ring-offset-tertiary-background:focus {
    --tw-ring-offset-color: #ebfaf6;
  }

  .\32xl\:focus\:ring-offset-tertiary-green:focus {
    --tw-ring-offset-color: #08c691;
  }

  .\32xl\: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);
  }

  .\32xl\:filter-none {
    filter: none;
  }

  .\32xl\:blur-0 {
    --tw-blur: blur(0);
  }

  .\32xl\:blur-none {
    --tw-blur: blur(0);
  }

  .\32xl\:blur-sm {
    --tw-blur: blur(4px);
  }

  .\32xl\:blur {
    --tw-blur: blur(8px);
  }

  .\32xl\:blur-md {
    --tw-blur: blur(12px);
  }

  .\32xl\:blur-lg {
    --tw-blur: blur(16px);
  }

  .\32xl\:blur-xl {
    --tw-blur: blur(24px);
  }

  .\32xl\:blur-2xl {
    --tw-blur: blur(40px);
  }

  .\32xl\:blur-3xl {
    --tw-blur: blur(64px);
  }

  .\32xl\:blur-xs {
    --tw-blur: blur(3px);
  }

  .\32xl\:brightness-0 {
    --tw-brightness: brightness(0);
  }

  .\32xl\:brightness-50 {
    --tw-brightness: brightness(.5);
  }

  .\32xl\:brightness-75 {
    --tw-brightness: brightness(.75);
  }

  .\32xl\:brightness-90 {
    --tw-brightness: brightness(.9);
  }

  .\32xl\:brightness-95 {
    --tw-brightness: brightness(.95);
  }

  .\32xl\:brightness-100 {
    --tw-brightness: brightness(1);
  }

  .\32xl\:brightness-105 {
    --tw-brightness: brightness(1.05);
  }

  .\32xl\:brightness-110 {
    --tw-brightness: brightness(1.1);
  }

  .\32xl\:brightness-125 {
    --tw-brightness: brightness(1.25);
  }

  .\32xl\:brightness-150 {
    --tw-brightness: brightness(1.5);
  }

  .\32xl\:brightness-200 {
    --tw-brightness: brightness(2);
  }

  .\32xl\:contrast-0 {
    --tw-contrast: contrast(0);
  }

  .\32xl\:contrast-50 {
    --tw-contrast: contrast(.5);
  }

  .\32xl\:contrast-75 {
    --tw-contrast: contrast(.75);
  }

  .\32xl\:contrast-100 {
    --tw-contrast: contrast(1);
  }

  .\32xl\:contrast-125 {
    --tw-contrast: contrast(1.25);
  }

  .\32xl\:contrast-150 {
    --tw-contrast: contrast(1.5);
  }

  .\32xl\:contrast-200 {
    --tw-contrast: contrast(2);
  }

  .\32xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\: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));
  }

  .\32xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .\32xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .\32xl\:grayscale-0 {
    --tw-grayscale: grayscale(0);
  }

  .\32xl\:grayscale {
    --tw-grayscale: grayscale(100%);
  }

  .\32xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .\32xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .\32xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .\32xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .\32xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .\32xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .\32xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .\32xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .\32xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .\32xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .\32xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .\32xl\:invert-0 {
    --tw-invert: invert(0);
  }

  .\32xl\:invert {
    --tw-invert: invert(100%);
  }

  .\32xl\:saturate-0 {
    --tw-saturate: saturate(0);
  }

  .\32xl\:saturate-50 {
    --tw-saturate: saturate(.5);
  }

  .\32xl\:saturate-100 {
    --tw-saturate: saturate(1);
  }

  .\32xl\:saturate-150 {
    --tw-saturate: saturate(1.5);
  }

  .\32xl\:saturate-200 {
    --tw-saturate: saturate(2);
  }

  .\32xl\:sepia-0 {
    --tw-sepia: sepia(0);
  }

  .\32xl\:sepia {
    --tw-sepia: sepia(100%);
  }

  .\32xl\: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,/*!*/ /*!*/);
    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);
  }

  .\32xl\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .\32xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0);
  }

  .\32xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0);
  }

  .\32xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
  }

  .\32xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px);
  }

  .\32xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
  }

  .\32xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
  }

  .\32xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
  }

  .\32xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px);
  }

  .\32xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
  }

  .\32xl\:backdrop-blur-xs {
    --tw-backdrop-blur: blur(3px);
  }

  .\32xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0);
  }

  .\32xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5);
  }

  .\32xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75);
  }

  .\32xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9);
  }

  .\32xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95);
  }

  .\32xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1);
  }

  .\32xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05);
  }

  .\32xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1);
  }

  .\32xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25);
  }

  .\32xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5);
  }

  .\32xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2);
  }

  .\32xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0);
  }

  .\32xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5);
  }

  .\32xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75);
  }

  .\32xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1);
  }

  .\32xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25);
  }

  .\32xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5);
  }

  .\32xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2);
  }

  .\32xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
  }

  .\32xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .\32xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .\32xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .\32xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .\32xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .\32xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .\32xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .\32xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .\32xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .\32xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .\32xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .\32xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .\32xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0);
  }

  .\32xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%);
  }

  .\32xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0);
  }

  .\32xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05);
  }

  .\32xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1);
  }

  .\32xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2);
  }

  .\32xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25);
  }

  .\32xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3);
  }

  .\32xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4);
  }

  .\32xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5);
  }

  .\32xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6);
  }

  .\32xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7);
  }

  .\32xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75);
  }

  .\32xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8);
  }

  .\32xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9);
  }

  .\32xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95);
  }

  .\32xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1);
  }

  .\32xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0);
  }

  .\32xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5);
  }

  .\32xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1);
  }

  .\32xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5);
  }

  .\32xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2);
  }

  .\32xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0);
  }

  .\32xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%);
  }

  .\32xl\:transition-none {
    transition-property: none;
  }

  .\32xl\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\: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;
  }

  .\32xl\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:transition-header {
    transition-property: transform opacity top bottom left right;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .\32xl\:delay-75 {
    transition-delay: 75ms;
  }

  .\32xl\:delay-100 {
    transition-delay: 100ms;
  }

  .\32xl\:delay-150 {
    transition-delay: 150ms;
  }

  .\32xl\:delay-200 {
    transition-delay: 200ms;
  }

  .\32xl\:delay-250 {
    transition-delay: 250ms;
  }

  .\32xl\:delay-300 {
    transition-delay: 300ms;
  }

  .\32xl\:delay-500 {
    transition-delay: 500ms;
  }

  .\32xl\:delay-700 {
    transition-delay: 700ms;
  }

  .\32xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .\32xl\:duration-75 {
    transition-duration: 75ms;
  }

  .\32xl\:duration-100 {
    transition-duration: 100ms;
  }

  .\32xl\:duration-150 {
    transition-duration: 150ms;
  }

  .\32xl\:duration-200 {
    transition-duration: 200ms;
  }

  .\32xl\:duration-300 {
    transition-duration: 300ms;
  }

  .\32xl\:duration-500 {
    transition-duration: 500ms;
  }

  .\32xl\:duration-700 {
    transition-duration: 700ms;
  }

  .\32xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .\32xl\:ease-linear {
    transition-timing-function: linear;
  }

  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

