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

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

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

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

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

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

[hidden] {
  display: none;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

/*
* 1 - Fonts
*/

@font-face {
  font-family: "Proxima Nova";

  src: url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Regular.eot");

  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";

  src: url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Semibold.eot");

  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";

  src: url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Black.eot");

  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Black.woff") format("woff"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Black.ttf") format("truetype");

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";

  src: url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Bold.eot");

  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";

  src: url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Light.eot");

  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Light.woff") format("woff"), url("/wp-content/themes/lauschepper/fonts/ProximaNova/ProximaNova-Light.ttf") format("truetype");

  font-weight: 300;

  font-style: normal;
}

html {
  box-sizing: border-box;
}

body {
  font-family: Proxima Nova;
}

img,
svg {
  width: 100%;
  display: block;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
ul,
ol,
dd,
figure,
pre,
table,
fieldset,
hr {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin: 0 0 16px;
  line-height: inherit;
}

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

.c-text {
  font-size: 18px;
}

.c-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.c-text h1 {
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.o-simple-page {
  min-height: 100vh;
}

.o-simple-page .c-page-image_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-page-image {
  width: 100%;
  max-width: 395px;
  height: 100%;
  max-height: 655px;
}

.c-page-text {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
}

@media (min-width: 400px) {
  .c-page-text {
    padding: 0 15px;
  }
}

.c-back-link {
  display: inline-block;
}

.c-page-title {
  color: rgba(255, 255, 255, 0.7);
}

.Strafenkatalog .container {
  padding: 0 !important;
}

.Strafenkatalog .flex-wrap.-mx-15 {
  margin: 0 !important;
}

.Strafenkatalog .w-full.px-15 {
  padding: 0 !important;
}

.Strafenkatalog .c-page-image {
  max-width: 100%;
  max-height: 638px;
}

.Strafenkatalog .c-page-title {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 30px !important;
}

@media (min-width: 400px) {
  .Strafenkatalog .c-page-title {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.Strafenkatalog .c-page-text {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 400px) {
  .Strafenkatalog .c-page-text {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.c-payment span {
  font-size: 34px;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 6px;
}

.white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.fill-white-70 {
  fill: rgba(255, 255, 255, 0.7);
}

.o-main-page {
  min-height: 100vh;
}

.c-linked-image {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
}

.c-day-link {
  position: absolute;
  opacity: 0;
  width: 33%;
  height: 50%;
  z-index: 5;
  background: red;
}

.c-day-link.dienstag {
  height: 75%;
  bottom: 0;
  right: 0;
}

.c-day-link.montag {
  bottom: 0;
  left: 50%;
  height: 65%;
  transform: translate(-50%, 0);
}

.c-day-link.sonntag {
  top: 0;
  left: 50%;
  height: 35%;
  transform: translate(-50%, 0);
}

.c-day-link.samstag {
  width: 30%;
  bottom: 0;
  left: 0;
  height: 75%;
}

.c-bottom_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
}

.c-bottom_link:hover {
  background: rgba(255, 255, 255, 0.3);
}

.c-bottom_link svg {
  width: 24px;
  height: 24px;
}

/*
* 7 - Gutenberg Blocks
*/

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

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

.has-white-color {
  color: #fff;
}

.wp-block-image .aligncenter img {
  margin: 0 auto;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-video video {
  width: 100%;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

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

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

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

.inset-2 {
  top: 8px !important;
  right: 8px !important;
  bottom: 8px !important;
  left: 8px !important;
}

.inset-3 {
  top: 3px !important;
  right: 3px !important;
  bottom: 3px !important;
  left: 3px !important;
}

.inset-4 {
  top: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  left: 4px !important;
}

.inset-5 {
  top: 5px !important;
  right: 5px !important;
  bottom: 5px !important;
  left: 5px !important;
}

.inset-7 {
  top: 7px !important;
  right: 7px !important;
  bottom: 7px !important;
  left: 7px !important;
}

.inset-8 {
  top: 8px !important;
  right: 8px !important;
  bottom: 8px !important;
  left: 8px !important;
}

.inset-10 {
  top: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  left: 10px !important;
}

.inset-11 {
  top: 11px !important;
  right: 11px !important;
  bottom: 11px !important;
  left: 11px !important;
}

.inset-12 {
  top: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  left: 12px !important;
}

.inset-14 {
  top: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  left: 14px !important;
}

.inset-15 {
  top: 15px !important;
  right: 15px !important;
  bottom: 15px !important;
  left: 15px !important;
}

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

.inset-20 {
  top: 20px !important;
  right: 20px !important;
  bottom: 20px !important;
  left: 20px !important;
}

.inset-22 {
  top: 22px !important;
  right: 22px !important;
  bottom: 22px !important;
  left: 22px !important;
}

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

.inset-25 {
  top: 25px !important;
  right: 25px !important;
  bottom: 25px !important;
  left: 25px !important;
}

.inset-26 {
  top: 26px !important;
  right: 26px !important;
  bottom: 26px !important;
  left: 26px !important;
}

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

.inset-30 {
  top: 30px !important;
  right: 30px !important;
  bottom: 30px !important;
  left: 30px !important;
}

.inset-32 {
  top: 32px !important;
  right: 32px !important;
  bottom: 32px !important;
  left: 32px !important;
}

.inset-34 {
  top: 34px !important;
  right: 34px !important;
  bottom: 34px !important;
  left: 34px !important;
}

.inset-35 {
  top: 35px !important;
  right: 35px !important;
  bottom: 35px !important;
  left: 35px !important;
}

.inset-40 {
  top: 40px !important;
  right: 40px !important;
  bottom: 40px !important;
  left: 40px !important;
}

.inset-45 {
  top: 45px !important;
  right: 45px !important;
  bottom: 45px !important;
  left: 45px !important;
}

.inset-50 {
  top: 50px !important;
  right: 50px !important;
  bottom: 50px !important;
  left: 50px !important;
}

.inset-54 {
  top: 54px !important;
  right: 54px !important;
  bottom: 54px !important;
  left: 54px !important;
}

.inset-55 {
  top: 55px !important;
  right: 55px !important;
  bottom: 55px !important;
  left: 55px !important;
}

.inset-56 {
  top: 56px !important;
  right: 56px !important;
  bottom: 56px !important;
  left: 56px !important;
}

.inset-60 {
  top: 60px !important;
  right: 60px !important;
  bottom: 60px !important;
  left: 60px !important;
}

.inset-65 {
  top: 65px !important;
  right: 65px !important;
  bottom: 65px !important;
  left: 65px !important;
}

.inset-70 {
  top: 70px !important;
  right: 70px !important;
  bottom: 70px !important;
  left: 70px !important;
}

.inset-75 {
  top: 75px !important;
  right: 75px !important;
  bottom: 75px !important;
  left: 75px !important;
}

.inset-80 {
  top: 80px !important;
  right: 80px !important;
  bottom: 80px !important;
  left: 80px !important;
}

.inset-85 {
  top: 85px !important;
  right: 85px !important;
  bottom: 85px !important;
  left: 85px !important;
}

.inset-90 {
  top: 90px !important;
  right: 90px !important;
  bottom: 90px !important;
  left: 90px !important;
}

.inset-100 {
  top: 100px !important;
  right: 100px !important;
  bottom: 100px !important;
  left: 100px !important;
}

.inset-120 {
  top: 120px !important;
  right: 120px !important;
  bottom: 120px !important;
  left: 120px !important;
}

.inset-125 {
  top: 125px !important;
  right: 125px !important;
  bottom: 125px !important;
  left: 125px !important;
}

.inset-130 {
  top: 130px !important;
  right: 130px !important;
  bottom: 130px !important;
  left: 130px !important;
}

.inset-140 {
  top: 140px !important;
  right: 140px !important;
  bottom: 140px !important;
  left: 140px !important;
}

.inset-150 {
  top: 150px !important;
  right: 150px !important;
  bottom: 150px !important;
  left: 150px !important;
}

.inset-175 {
  top: 175px !important;
  right: 175px !important;
  bottom: 175px !important;
  left: 175px !important;
}

.inset-200 {
  top: 200px !important;
  right: 200px !important;
  bottom: 200px !important;
  left: 200px !important;
}

.inset-220 {
  top: 220px !important;
  right: 220px !important;
  bottom: 220px !important;
  left: 220px !important;
}

.inset-275 {
  top: 275px !important;
  right: 275px !important;
  bottom: 275px !important;
  left: 275px !important;
}

.inset-300 {
  top: 300px !important;
  right: 300px !important;
  bottom: 300px !important;
  left: 300px !important;
}

.inset-375 {
  top: 375px !important;
  right: 375px !important;
  bottom: 375px !important;
  left: 375px !important;
}

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

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

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

.-inset-2 {
  top: -8px !important;
  right: -8px !important;
  bottom: -8px !important;
  left: -8px !important;
}

.-inset-3 {
  top: -3px !important;
  right: -3px !important;
  bottom: -3px !important;
  left: -3px !important;
}

.-inset-4 {
  top: -4px !important;
  right: -4px !important;
  bottom: -4px !important;
  left: -4px !important;
}

.-inset-5 {
  top: -5px !important;
  right: -5px !important;
  bottom: -5px !important;
  left: -5px !important;
}

.-inset-7 {
  top: -7px !important;
  right: -7px !important;
  bottom: -7px !important;
  left: -7px !important;
}

.-inset-8 {
  top: -8px !important;
  right: -8px !important;
  bottom: -8px !important;
  left: -8px !important;
}

.-inset-10 {
  top: -10px !important;
  right: -10px !important;
  bottom: -10px !important;
  left: -10px !important;
}

.-inset-11 {
  top: -11px !important;
  right: -11px !important;
  bottom: -11px !important;
  left: -11px !important;
}

.-inset-12 {
  top: -12px !important;
  right: -12px !important;
  bottom: -12px !important;
  left: -12px !important;
}

.-inset-15 {
  top: -15px !important;
  right: -15px !important;
  bottom: -15px !important;
  left: -15px !important;
}

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

.-inset-20 {
  top: -20px !important;
  right: -20px !important;
  bottom: -20px !important;
  left: -20px !important;
}

.-inset-22 {
  top: -22px !important;
  right: -22px !important;
  bottom: -22px !important;
  left: -22px !important;
}

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

.-inset-25 {
  top: -25px !important;
  right: -25px !important;
  bottom: -25px !important;
  left: -25px !important;
}

.-inset-26 {
  top: -26px !important;
  right: -26px !important;
  bottom: -26px !important;
  left: -26px !important;
}

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

.-inset-30 {
  top: -30px !important;
  right: -30px !important;
  bottom: -30px !important;
  left: -30px !important;
}

.-inset-32 {
  top: -32px !important;
  right: -32px !important;
  bottom: -32px !important;
  left: -32px !important;
}

.-inset-34 {
  top: -34px !important;
  right: -34px !important;
  bottom: -34px !important;
  left: -34px !important;
}

.-inset-35 {
  top: -35px !important;
  right: -35px !important;
  bottom: -35px !important;
  left: -35px !important;
}

.-inset-40 {
  top: -40px !important;
  right: -40px !important;
  bottom: -40px !important;
  left: -40px !important;
}

.-inset-45 {
  top: -45px !important;
  right: -45px !important;
  bottom: -45px !important;
  left: -45px !important;
}

.-inset-50 {
  top: -50px !important;
  right: -50px !important;
  bottom: -50px !important;
  left: -50px !important;
}

.-inset-54 {
  top: -54px !important;
  right: -54px !important;
  bottom: -54px !important;
  left: -54px !important;
}

.-inset-55 {
  top: -55px !important;
  right: -55px !important;
  bottom: -55px !important;
  left: -55px !important;
}

.-inset-56 {
  top: -56px !important;
  right: -56px !important;
  bottom: -56px !important;
  left: -56px !important;
}

.-inset-60 {
  top: -60px !important;
  right: -60px !important;
  bottom: -60px !important;
  left: -60px !important;
}

.-inset-65 {
  top: -65px !important;
  right: -65px !important;
  bottom: -65px !important;
  left: -65px !important;
}

.-inset-70 {
  top: -70px !important;
  right: -70px !important;
  bottom: -70px !important;
  left: -70px !important;
}

.-inset-75 {
  top: -75px !important;
  right: -75px !important;
  bottom: -75px !important;
  left: -75px !important;
}

.-inset-80 {
  top: -80px !important;
  right: -80px !important;
  bottom: -80px !important;
  left: -80px !important;
}

.-inset-85 {
  top: -85px !important;
  right: -85px !important;
  bottom: -85px !important;
  left: -85px !important;
}

.-inset-90 {
  top: -90px !important;
  right: -90px !important;
  bottom: -90px !important;
  left: -90px !important;
}

.-inset-100 {
  top: -100px !important;
  right: -100px !important;
  bottom: -100px !important;
  left: -100px !important;
}

.-inset-120 {
  top: -120px !important;
  right: -120px !important;
  bottom: -120px !important;
  left: -120px !important;
}

.-inset-125 {
  top: -125px !important;
  right: -125px !important;
  bottom: -125px !important;
  left: -125px !important;
}

.-inset-130 {
  top: -130px !important;
  right: -130px !important;
  bottom: -130px !important;
  left: -130px !important;
}

.-inset-140 {
  top: -140px !important;
  right: -140px !important;
  bottom: -140px !important;
  left: -140px !important;
}

.-inset-150 {
  top: -150px !important;
  right: -150px !important;
  bottom: -150px !important;
  left: -150px !important;
}

.-inset-175 {
  top: -175px !important;
  right: -175px !important;
  bottom: -175px !important;
  left: -175px !important;
}

.-inset-200 {
  top: -200px !important;
  right: -200px !important;
  bottom: -200px !important;
  left: -200px !important;
}

.-inset-220 {
  top: -220px !important;
  right: -220px !important;
  bottom: -220px !important;
  left: -220px !important;
}

.-inset-275 {
  top: -275px !important;
  right: -275px !important;
  bottom: -275px !important;
  left: -275px !important;
}

.-inset-300 {
  top: -300px !important;
  right: -300px !important;
  bottom: -300px !important;
  left: -300px !important;
}

.-inset-375 {
  top: -375px !important;
  right: -375px !important;
  bottom: -375px !important;
  left: -375px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-x-2 {
  left: 8px !important;
  right: 8px !important;
}

.inset-x-3 {
  left: 3px !important;
  right: 3px !important;
}

.inset-x-4 {
  left: 4px !important;
  right: 4px !important;
}

.inset-x-5 {
  left: 5px !important;
  right: 5px !important;
}

.inset-x-7 {
  left: 7px !important;
  right: 7px !important;
}

.inset-x-8 {
  left: 8px !important;
  right: 8px !important;
}

.inset-x-10 {
  left: 10px !important;
  right: 10px !important;
}

.inset-x-11 {
  left: 11px !important;
  right: 11px !important;
}

.inset-x-12 {
  left: 12px !important;
  right: 12px !important;
}

.inset-x-14 {
  left: 14px !important;
  right: 14px !important;
}

.inset-x-15 {
  left: 15px !important;
  right: 15px !important;
}

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

.inset-x-20 {
  left: 20px !important;
  right: 20px !important;
}

.inset-x-22 {
  left: 22px !important;
  right: 22px !important;
}

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

.inset-x-25 {
  left: 25px !important;
  right: 25px !important;
}

.inset-x-26 {
  left: 26px !important;
  right: 26px !important;
}

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

.inset-x-30 {
  left: 30px !important;
  right: 30px !important;
}

.inset-x-32 {
  left: 32px !important;
  right: 32px !important;
}

.inset-x-34 {
  left: 34px !important;
  right: 34px !important;
}

.inset-x-35 {
  left: 35px !important;
  right: 35px !important;
}

.inset-x-40 {
  left: 40px !important;
  right: 40px !important;
}

.inset-x-45 {
  left: 45px !important;
  right: 45px !important;
}

.inset-x-50 {
  left: 50px !important;
  right: 50px !important;
}

.inset-x-54 {
  left: 54px !important;
  right: 54px !important;
}

.inset-x-55 {
  left: 55px !important;
  right: 55px !important;
}

.inset-x-56 {
  left: 56px !important;
  right: 56px !important;
}

.inset-x-60 {
  left: 60px !important;
  right: 60px !important;
}

.inset-x-65 {
  left: 65px !important;
  right: 65px !important;
}

.inset-x-70 {
  left: 70px !important;
  right: 70px !important;
}

.inset-x-75 {
  left: 75px !important;
  right: 75px !important;
}

.inset-x-80 {
  left: 80px !important;
  right: 80px !important;
}

.inset-x-85 {
  left: 85px !important;
  right: 85px !important;
}

.inset-x-90 {
  left: 90px !important;
  right: 90px !important;
}

.inset-x-100 {
  left: 100px !important;
  right: 100px !important;
}

.inset-x-120 {
  left: 120px !important;
  right: 120px !important;
}

.inset-x-125 {
  left: 125px !important;
  right: 125px !important;
}

.inset-x-130 {
  left: 130px !important;
  right: 130px !important;
}

.inset-x-140 {
  left: 140px !important;
  right: 140px !important;
}

.inset-x-150 {
  left: 150px !important;
  right: 150px !important;
}

.inset-x-175 {
  left: 175px !important;
  right: 175px !important;
}

.inset-x-200 {
  left: 200px !important;
  right: 200px !important;
}

.inset-x-220 {
  left: 220px !important;
  right: 220px !important;
}

.inset-x-275 {
  left: 275px !important;
  right: 275px !important;
}

.inset-x-300 {
  left: 300px !important;
  right: 300px !important;
}

.inset-x-375 {
  left: 375px !important;
  right: 375px !important;
}

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

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

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

.-inset-x-2 {
  left: -8px !important;
  right: -8px !important;
}

.-inset-x-3 {
  left: -3px !important;
  right: -3px !important;
}

.-inset-x-4 {
  left: -4px !important;
  right: -4px !important;
}

.-inset-x-5 {
  left: -5px !important;
  right: -5px !important;
}

.-inset-x-7 {
  left: -7px !important;
  right: -7px !important;
}

.-inset-x-8 {
  left: -8px !important;
  right: -8px !important;
}

.-inset-x-10 {
  left: -10px !important;
  right: -10px !important;
}

.-inset-x-11 {
  left: -11px !important;
  right: -11px !important;
}

.-inset-x-12 {
  left: -12px !important;
  right: -12px !important;
}

.-inset-x-15 {
  left: -15px !important;
  right: -15px !important;
}

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

.-inset-x-20 {
  left: -20px !important;
  right: -20px !important;
}

.-inset-x-22 {
  left: -22px !important;
  right: -22px !important;
}

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

.-inset-x-25 {
  left: -25px !important;
  right: -25px !important;
}

.-inset-x-26 {
  left: -26px !important;
  right: -26px !important;
}

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

.-inset-x-30 {
  left: -30px !important;
  right: -30px !important;
}

.-inset-x-32 {
  left: -32px !important;
  right: -32px !important;
}

.-inset-x-34 {
  left: -34px !important;
  right: -34px !important;
}

.-inset-x-35 {
  left: -35px !important;
  right: -35px !important;
}

.-inset-x-40 {
  left: -40px !important;
  right: -40px !important;
}

.-inset-x-45 {
  left: -45px !important;
  right: -45px !important;
}

.-inset-x-50 {
  left: -50px !important;
  right: -50px !important;
}

.-inset-x-54 {
  left: -54px !important;
  right: -54px !important;
}

.-inset-x-55 {
  left: -55px !important;
  right: -55px !important;
}

.-inset-x-56 {
  left: -56px !important;
  right: -56px !important;
}

.-inset-x-60 {
  left: -60px !important;
  right: -60px !important;
}

.-inset-x-65 {
  left: -65px !important;
  right: -65px !important;
}

.-inset-x-70 {
  left: -70px !important;
  right: -70px !important;
}

.-inset-x-75 {
  left: -75px !important;
  right: -75px !important;
}

.-inset-x-80 {
  left: -80px !important;
  right: -80px !important;
}

.-inset-x-85 {
  left: -85px !important;
  right: -85px !important;
}

.-inset-x-90 {
  left: -90px !important;
  right: -90px !important;
}

.-inset-x-100 {
  left: -100px !important;
  right: -100px !important;
}

.-inset-x-120 {
  left: -120px !important;
  right: -120px !important;
}

.-inset-x-125 {
  left: -125px !important;
  right: -125px !important;
}

.-inset-x-130 {
  left: -130px !important;
  right: -130px !important;
}

.-inset-x-140 {
  left: -140px !important;
  right: -140px !important;
}

.-inset-x-150 {
  left: -150px !important;
  right: -150px !important;
}

.-inset-x-175 {
  left: -175px !important;
  right: -175px !important;
}

.-inset-x-200 {
  left: -200px !important;
  right: -200px !important;
}

.-inset-x-220 {
  left: -220px !important;
  right: -220px !important;
}

.-inset-x-275 {
  left: -275px !important;
  right: -275px !important;
}

.-inset-x-300 {
  left: -300px !important;
  right: -300px !important;
}

.-inset-x-375 {
  left: -375px !important;
  right: -375px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inset-y-2 {
  top: 8px !important;
  bottom: 8px !important;
}

.inset-y-3 {
  top: 3px !important;
  bottom: 3px !important;
}

.inset-y-4 {
  top: 4px !important;
  bottom: 4px !important;
}

.inset-y-5 {
  top: 5px !important;
  bottom: 5px !important;
}

.inset-y-7 {
  top: 7px !important;
  bottom: 7px !important;
}

.inset-y-8 {
  top: 8px !important;
  bottom: 8px !important;
}

.inset-y-10 {
  top: 10px !important;
  bottom: 10px !important;
}

.inset-y-11 {
  top: 11px !important;
  bottom: 11px !important;
}

.inset-y-12 {
  top: 12px !important;
  bottom: 12px !important;
}

.inset-y-14 {
  top: 14px !important;
  bottom: 14px !important;
}

.inset-y-15 {
  top: 15px !important;
  bottom: 15px !important;
}

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

.inset-y-20 {
  top: 20px !important;
  bottom: 20px !important;
}

.inset-y-22 {
  top: 22px !important;
  bottom: 22px !important;
}

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

.inset-y-25 {
  top: 25px !important;
  bottom: 25px !important;
}

.inset-y-26 {
  top: 26px !important;
  bottom: 26px !important;
}

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

.inset-y-30 {
  top: 30px !important;
  bottom: 30px !important;
}

.inset-y-32 {
  top: 32px !important;
  bottom: 32px !important;
}

.inset-y-34 {
  top: 34px !important;
  bottom: 34px !important;
}

.inset-y-35 {
  top: 35px !important;
  bottom: 35px !important;
}

.inset-y-40 {
  top: 40px !important;
  bottom: 40px !important;
}

.inset-y-45 {
  top: 45px !important;
  bottom: 45px !important;
}

.inset-y-50 {
  top: 50px !important;
  bottom: 50px !important;
}

.inset-y-54 {
  top: 54px !important;
  bottom: 54px !important;
}

.inset-y-55 {
  top: 55px !important;
  bottom: 55px !important;
}

.inset-y-56 {
  top: 56px !important;
  bottom: 56px !important;
}

.inset-y-60 {
  top: 60px !important;
  bottom: 60px !important;
}

.inset-y-65 {
  top: 65px !important;
  bottom: 65px !important;
}

.inset-y-70 {
  top: 70px !important;
  bottom: 70px !important;
}

.inset-y-75 {
  top: 75px !important;
  bottom: 75px !important;
}

.inset-y-80 {
  top: 80px !important;
  bottom: 80px !important;
}

.inset-y-85 {
  top: 85px !important;
  bottom: 85px !important;
}

.inset-y-90 {
  top: 90px !important;
  bottom: 90px !important;
}

.inset-y-100 {
  top: 100px !important;
  bottom: 100px !important;
}

.inset-y-120 {
  top: 120px !important;
  bottom: 120px !important;
}

.inset-y-125 {
  top: 125px !important;
  bottom: 125px !important;
}

.inset-y-130 {
  top: 130px !important;
  bottom: 130px !important;
}

.inset-y-140 {
  top: 140px !important;
  bottom: 140px !important;
}

.inset-y-150 {
  top: 150px !important;
  bottom: 150px !important;
}

.inset-y-175 {
  top: 175px !important;
  bottom: 175px !important;
}

.inset-y-200 {
  top: 200px !important;
  bottom: 200px !important;
}

.inset-y-220 {
  top: 220px !important;
  bottom: 220px !important;
}

.inset-y-275 {
  top: 275px !important;
  bottom: 275px !important;
}

.inset-y-300 {
  top: 300px !important;
  bottom: 300px !important;
}

.inset-y-375 {
  top: 375px !important;
  bottom: 375px !important;
}

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

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

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

.-inset-y-2 {
  top: -8px !important;
  bottom: -8px !important;
}

.-inset-y-3 {
  top: -3px !important;
  bottom: -3px !important;
}

.-inset-y-4 {
  top: -4px !important;
  bottom: -4px !important;
}

.-inset-y-5 {
  top: -5px !important;
  bottom: -5px !important;
}

.-inset-y-7 {
  top: -7px !important;
  bottom: -7px !important;
}

.-inset-y-8 {
  top: -8px !important;
  bottom: -8px !important;
}

.-inset-y-10 {
  top: -10px !important;
  bottom: -10px !important;
}

.-inset-y-11 {
  top: -11px !important;
  bottom: -11px !important;
}

.-inset-y-12 {
  top: -12px !important;
  bottom: -12px !important;
}

.-inset-y-15 {
  top: -15px !important;
  bottom: -15px !important;
}

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

.-inset-y-20 {
  top: -20px !important;
  bottom: -20px !important;
}

.-inset-y-22 {
  top: -22px !important;
  bottom: -22px !important;
}

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

.-inset-y-25 {
  top: -25px !important;
  bottom: -25px !important;
}

.-inset-y-26 {
  top: -26px !important;
  bottom: -26px !important;
}

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

.-inset-y-30 {
  top: -30px !important;
  bottom: -30px !important;
}

.-inset-y-32 {
  top: -32px !important;
  bottom: -32px !important;
}

.-inset-y-34 {
  top: -34px !important;
  bottom: -34px !important;
}

.-inset-y-35 {
  top: -35px !important;
  bottom: -35px !important;
}

.-inset-y-40 {
  top: -40px !important;
  bottom: -40px !important;
}

.-inset-y-45 {
  top: -45px !important;
  bottom: -45px !important;
}

.-inset-y-50 {
  top: -50px !important;
  bottom: -50px !important;
}

.-inset-y-54 {
  top: -54px !important;
  bottom: -54px !important;
}

.-inset-y-55 {
  top: -55px !important;
  bottom: -55px !important;
}

.-inset-y-56 {
  top: -56px !important;
  bottom: -56px !important;
}

.-inset-y-60 {
  top: -60px !important;
  bottom: -60px !important;
}

.-inset-y-65 {
  top: -65px !important;
  bottom: -65px !important;
}

.-inset-y-70 {
  top: -70px !important;
  bottom: -70px !important;
}

.-inset-y-75 {
  top: -75px !important;
  bottom: -75px !important;
}

.-inset-y-80 {
  top: -80px !important;
  bottom: -80px !important;
}

.-inset-y-85 {
  top: -85px !important;
  bottom: -85px !important;
}

.-inset-y-90 {
  top: -90px !important;
  bottom: -90px !important;
}

.-inset-y-100 {
  top: -100px !important;
  bottom: -100px !important;
}

.-inset-y-120 {
  top: -120px !important;
  bottom: -120px !important;
}

.-inset-y-125 {
  top: -125px !important;
  bottom: -125px !important;
}

.-inset-y-130 {
  top: -130px !important;
  bottom: -130px !important;
}

.-inset-y-140 {
  top: -140px !important;
  bottom: -140px !important;
}

.-inset-y-150 {
  top: -150px !important;
  bottom: -150px !important;
}

.-inset-y-175 {
  top: -175px !important;
  bottom: -175px !important;
}

.-inset-y-200 {
  top: -200px !important;
  bottom: -200px !important;
}

.-inset-y-220 {
  top: -220px !important;
  bottom: -220px !important;
}

.-inset-y-275 {
  top: -275px !important;
  bottom: -275px !important;
}

.-inset-y-300 {
  top: -300px !important;
  bottom: -300px !important;
}

.-inset-y-375 {
  top: -375px !important;
  bottom: -375px !important;
}

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

.inset-y-1\/3 {
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.inset-y-2\/3 {
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.inset-y-1\/4 {
  top: 25% !important;
  bottom: 25% !important;
}

.inset-y-2\/4 {
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-3\/4 {
  top: 75% !important;
  bottom: 75% !important;
}

.inset-y-full {
  top: 100% !important;
  bottom: 100% !important;
}

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

.-inset-y-1\/3 {
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

.-inset-y-2\/3 {
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

.-inset-y-1\/4 {
  top: -25% !important;
  bottom: -25% !important;
}

.-inset-y-2\/4 {
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-3\/4 {
  top: -75% !important;
  bottom: -75% !important;
}

.-inset-y-full {
  top: -100% !important;
  bottom: -100% !important;
}

.top-0 {
  top: 0px !important;
}

.top-1 {
  top: 4px !important;
}

.top-2 {
  top: 8px !important;
}

.top-3 {
  top: 3px !important;
}

.top-4 {
  top: 4px !important;
}

.top-5 {
  top: 5px !important;
}

.top-7 {
  top: 7px !important;
}

.top-8 {
  top: 8px !important;
}

.top-10 {
  top: 10px !important;
}

.top-11 {
  top: 11px !important;
}

.top-12 {
  top: 12px !important;
}

.top-14 {
  top: 14px !important;
}

.top-15 {
  top: 15px !important;
}

.top-18 {
  top: 18px !important;
}

.top-20 {
  top: 20px !important;
}

.top-22 {
  top: 22px !important;
}

.top-24 {
  top: 24px !important;
}

.top-25 {
  top: 25px !important;
}

.top-26 {
  top: 26px !important;
}

.top-28 {
  top: 28px !important;
}

.top-30 {
  top: 30px !important;
}

.top-32 {
  top: 32px !important;
}

.top-34 {
  top: 34px !important;
}

.top-35 {
  top: 35px !important;
}

.top-40 {
  top: 40px !important;
}

.top-45 {
  top: 45px !important;
}

.top-50 {
  top: 50px !important;
}

.top-54 {
  top: 54px !important;
}

.top-55 {
  top: 55px !important;
}

.top-56 {
  top: 56px !important;
}

.top-60 {
  top: 60px !important;
}

.top-65 {
  top: 65px !important;
}

.top-70 {
  top: 70px !important;
}

.top-75 {
  top: 75px !important;
}

.top-80 {
  top: 80px !important;
}

.top-85 {
  top: 85px !important;
}

.top-90 {
  top: 90px !important;
}

.top-100 {
  top: 100px !important;
}

.top-120 {
  top: 120px !important;
}

.top-125 {
  top: 125px !important;
}

.top-130 {
  top: 130px !important;
}

.top-140 {
  top: 140px !important;
}

.top-150 {
  top: 150px !important;
}

.top-175 {
  top: 175px !important;
}

.top-200 {
  top: 200px !important;
}

.top-220 {
  top: 220px !important;
}

.top-275 {
  top: 275px !important;
}

.top-300 {
  top: 300px !important;
}

.top-375 {
  top: 375px !important;
}

.top-auto {
  top: auto !important;
}

.-top-0 {
  top: 0px !important;
}

.-top-1 {
  top: -4px !important;
}

.-top-2 {
  top: -8px !important;
}

.-top-3 {
  top: -3px !important;
}

.-top-4 {
  top: -4px !important;
}

.-top-5 {
  top: -5px !important;
}

.-top-7 {
  top: -7px !important;
}

.-top-8 {
  top: -8px !important;
}

.-top-10 {
  top: -10px !important;
}

.-top-11 {
  top: -11px !important;
}

.-top-12 {
  top: -12px !important;
}

.-top-15 {
  top: -15px !important;
}

.-top-18 {
  top: -18px !important;
}

.-top-20 {
  top: -20px !important;
}

.-top-22 {
  top: -22px !important;
}

.-top-24 {
  top: -24px !important;
}

.-top-25 {
  top: -25px !important;
}

.-top-26 {
  top: -26px !important;
}

.-top-28 {
  top: -28px !important;
}

.-top-30 {
  top: -30px !important;
}

.-top-32 {
  top: -32px !important;
}

.-top-34 {
  top: -34px !important;
}

.-top-35 {
  top: -35px !important;
}

.-top-40 {
  top: -40px !important;
}

.-top-45 {
  top: -45px !important;
}

.-top-50 {
  top: -50px !important;
}

.-top-54 {
  top: -54px !important;
}

.-top-55 {
  top: -55px !important;
}

.-top-56 {
  top: -56px !important;
}

.-top-60 {
  top: -60px !important;
}

.-top-65 {
  top: -65px !important;
}

.-top-70 {
  top: -70px !important;
}

.-top-75 {
  top: -75px !important;
}

.-top-80 {
  top: -80px !important;
}

.-top-85 {
  top: -85px !important;
}

.-top-90 {
  top: -90px !important;
}

.-top-100 {
  top: -100px !important;
}

.-top-120 {
  top: -120px !important;
}

.-top-125 {
  top: -125px !important;
}

.-top-130 {
  top: -130px !important;
}

.-top-140 {
  top: -140px !important;
}

.-top-150 {
  top: -150px !important;
}

.-top-175 {
  top: -175px !important;
}

.-top-200 {
  top: -200px !important;
}

.-top-220 {
  top: -220px !important;
}

.-top-275 {
  top: -275px !important;
}

.-top-300 {
  top: -300px !important;
}

.-top-375 {
  top: -375px !important;
}

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

.top-1\/3 {
  top: 33.333333% !important;
}

.top-2\/3 {
  top: 66.666667% !important;
}

.top-1\/4 {
  top: 25% !important;
}

.top-2\/4 {
  top: 50% !important;
}

.top-3\/4 {
  top: 75% !important;
}

.top-full {
  top: 100% !important;
}

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

.-top-1\/3 {
  top: -33.333333% !important;
}

.-top-2\/3 {
  top: -66.666667% !important;
}

.-top-1\/4 {
  top: -25% !important;
}

.-top-2\/4 {
  top: -50% !important;
}

.-top-3\/4 {
  top: -75% !important;
}

.-top-full {
  top: -100% !important;
}

.right-0 {
  right: 0px !important;
}

.right-1 {
  right: 4px !important;
}

.right-2 {
  right: 8px !important;
}

.right-3 {
  right: 3px !important;
}

.right-4 {
  right: 4px !important;
}

.right-5 {
  right: 5px !important;
}

.right-7 {
  right: 7px !important;
}

.right-8 {
  right: 8px !important;
}

.right-10 {
  right: 10px !important;
}

.right-11 {
  right: 11px !important;
}

.right-12 {
  right: 12px !important;
}

.right-14 {
  right: 14px !important;
}

.right-15 {
  right: 15px !important;
}

.right-18 {
  right: 18px !important;
}

.right-20 {
  right: 20px !important;
}

.right-22 {
  right: 22px !important;
}

.right-24 {
  right: 24px !important;
}

.right-25 {
  right: 25px !important;
}

.right-26 {
  right: 26px !important;
}

.right-28 {
  right: 28px !important;
}

.right-30 {
  right: 30px !important;
}

.right-32 {
  right: 32px !important;
}

.right-34 {
  right: 34px !important;
}

.right-35 {
  right: 35px !important;
}

.right-40 {
  right: 40px !important;
}

.right-45 {
  right: 45px !important;
}

.right-50 {
  right: 50px !important;
}

.right-54 {
  right: 54px !important;
}

.right-55 {
  right: 55px !important;
}

.right-56 {
  right: 56px !important;
}

.right-60 {
  right: 60px !important;
}

.right-65 {
  right: 65px !important;
}

.right-70 {
  right: 70px !important;
}

.right-75 {
  right: 75px !important;
}

.right-80 {
  right: 80px !important;
}

.right-85 {
  right: 85px !important;
}

.right-90 {
  right: 90px !important;
}

.right-100 {
  right: 100px !important;
}

.right-120 {
  right: 120px !important;
}

.right-125 {
  right: 125px !important;
}

.right-130 {
  right: 130px !important;
}

.right-140 {
  right: 140px !important;
}

.right-150 {
  right: 150px !important;
}

.right-175 {
  right: 175px !important;
}

.right-200 {
  right: 200px !important;
}

.right-220 {
  right: 220px !important;
}

.right-275 {
  right: 275px !important;
}

.right-300 {
  right: 300px !important;
}

.right-375 {
  right: 375px !important;
}

.right-auto {
  right: auto !important;
}

.-right-0 {
  right: 0px !important;
}

.-right-1 {
  right: -4px !important;
}

.-right-2 {
  right: -8px !important;
}

.-right-3 {
  right: -3px !important;
}

.-right-4 {
  right: -4px !important;
}

.-right-5 {
  right: -5px !important;
}

.-right-7 {
  right: -7px !important;
}

.-right-8 {
  right: -8px !important;
}

.-right-10 {
  right: -10px !important;
}

.-right-11 {
  right: -11px !important;
}

.-right-12 {
  right: -12px !important;
}

.-right-15 {
  right: -15px !important;
}

.-right-18 {
  right: -18px !important;
}

.-right-20 {
  right: -20px !important;
}

.-right-22 {
  right: -22px !important;
}

.-right-24 {
  right: -24px !important;
}

.-right-25 {
  right: -25px !important;
}

.-right-26 {
  right: -26px !important;
}

.-right-28 {
  right: -28px !important;
}

.-right-30 {
  right: -30px !important;
}

.-right-32 {
  right: -32px !important;
}

.-right-34 {
  right: -34px !important;
}

.-right-35 {
  right: -35px !important;
}

.-right-40 {
  right: -40px !important;
}

.-right-45 {
  right: -45px !important;
}

.-right-50 {
  right: -50px !important;
}

.-right-54 {
  right: -54px !important;
}

.-right-55 {
  right: -55px !important;
}

.-right-56 {
  right: -56px !important;
}

.-right-60 {
  right: -60px !important;
}

.-right-65 {
  right: -65px !important;
}

.-right-70 {
  right: -70px !important;
}

.-right-75 {
  right: -75px !important;
}

.-right-80 {
  right: -80px !important;
}

.-right-85 {
  right: -85px !important;
}

.-right-90 {
  right: -90px !important;
}

.-right-100 {
  right: -100px !important;
}

.-right-120 {
  right: -120px !important;
}

.-right-125 {
  right: -125px !important;
}

.-right-130 {
  right: -130px !important;
}

.-right-140 {
  right: -140px !important;
}

.-right-150 {
  right: -150px !important;
}

.-right-175 {
  right: -175px !important;
}

.-right-200 {
  right: -200px !important;
}

.-right-220 {
  right: -220px !important;
}

.-right-275 {
  right: -275px !important;
}

.-right-300 {
  right: -300px !important;
}

.-right-375 {
  right: -375px !important;
}

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

.right-1\/3 {
  right: 33.333333% !important;
}

.right-2\/3 {
  right: 66.666667% !important;
}

.right-1\/4 {
  right: 25% !important;
}

.right-2\/4 {
  right: 50% !important;
}

.right-3\/4 {
  right: 75% !important;
}

.right-full {
  right: 100% !important;
}

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

.-right-1\/3 {
  right: -33.333333% !important;
}

.-right-2\/3 {
  right: -66.666667% !important;
}

.-right-1\/4 {
  right: -25% !important;
}

.-right-2\/4 {
  right: -50% !important;
}

.-right-3\/4 {
  right: -75% !important;
}

.-right-full {
  right: -100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.bottom-1 {
  bottom: 4px !important;
}

.bottom-2 {
  bottom: 8px !important;
}

.bottom-3 {
  bottom: 3px !important;
}

.bottom-4 {
  bottom: 4px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.bottom-7 {
  bottom: 7px !important;
}

.bottom-8 {
  bottom: 8px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.bottom-11 {
  bottom: 11px !important;
}

.bottom-12 {
  bottom: 12px !important;
}

.bottom-14 {
  bottom: 14px !important;
}

.bottom-15 {
  bottom: 15px !important;
}

.bottom-18 {
  bottom: 18px !important;
}

.bottom-20 {
  bottom: 20px !important;
}

.bottom-22 {
  bottom: 22px !important;
}

.bottom-24 {
  bottom: 24px !important;
}

.bottom-25 {
  bottom: 25px !important;
}

.bottom-26 {
  bottom: 26px !important;
}

.bottom-28 {
  bottom: 28px !important;
}

.bottom-30 {
  bottom: 30px !important;
}

.bottom-32 {
  bottom: 32px !important;
}

.bottom-34 {
  bottom: 34px !important;
}

.bottom-35 {
  bottom: 35px !important;
}

.bottom-40 {
  bottom: 40px !important;
}

.bottom-45 {
  bottom: 45px !important;
}

.bottom-50 {
  bottom: 50px !important;
}

.bottom-54 {
  bottom: 54px !important;
}

.bottom-55 {
  bottom: 55px !important;
}

.bottom-56 {
  bottom: 56px !important;
}

.bottom-60 {
  bottom: 60px !important;
}

.bottom-65 {
  bottom: 65px !important;
}

.bottom-70 {
  bottom: 70px !important;
}

.bottom-75 {
  bottom: 75px !important;
}

.bottom-80 {
  bottom: 80px !important;
}

.bottom-85 {
  bottom: 85px !important;
}

.bottom-90 {
  bottom: 90px !important;
}

.bottom-100 {
  bottom: 100px !important;
}

.bottom-120 {
  bottom: 120px !important;
}

.bottom-125 {
  bottom: 125px !important;
}

.bottom-130 {
  bottom: 130px !important;
}

.bottom-140 {
  bottom: 140px !important;
}

.bottom-150 {
  bottom: 150px !important;
}

.bottom-175 {
  bottom: 175px !important;
}

.bottom-200 {
  bottom: 200px !important;
}

.bottom-220 {
  bottom: 220px !important;
}

.bottom-275 {
  bottom: 275px !important;
}

.bottom-300 {
  bottom: 300px !important;
}

.bottom-375 {
  bottom: 375px !important;
}

.bottom-auto {
  bottom: auto !important;
}

.-bottom-0 {
  bottom: 0px !important;
}

.-bottom-1 {
  bottom: -4px !important;
}

.-bottom-2 {
  bottom: -8px !important;
}

.-bottom-3 {
  bottom: -3px !important;
}

.-bottom-4 {
  bottom: -4px !important;
}

.-bottom-5 {
  bottom: -5px !important;
}

.-bottom-7 {
  bottom: -7px !important;
}

.-bottom-8 {
  bottom: -8px !important;
}

.-bottom-10 {
  bottom: -10px !important;
}

.-bottom-11 {
  bottom: -11px !important;
}

.-bottom-12 {
  bottom: -12px !important;
}

.-bottom-15 {
  bottom: -15px !important;
}

.-bottom-18 {
  bottom: -18px !important;
}

.-bottom-20 {
  bottom: -20px !important;
}

.-bottom-22 {
  bottom: -22px !important;
}

.-bottom-24 {
  bottom: -24px !important;
}

.-bottom-25 {
  bottom: -25px !important;
}

.-bottom-26 {
  bottom: -26px !important;
}

.-bottom-28 {
  bottom: -28px !important;
}

.-bottom-30 {
  bottom: -30px !important;
}

.-bottom-32 {
  bottom: -32px !important;
}

.-bottom-34 {
  bottom: -34px !important;
}

.-bottom-35 {
  bottom: -35px !important;
}

.-bottom-40 {
  bottom: -40px !important;
}

.-bottom-45 {
  bottom: -45px !important;
}

.-bottom-50 {
  bottom: -50px !important;
}

.-bottom-54 {
  bottom: -54px !important;
}

.-bottom-55 {
  bottom: -55px !important;
}

.-bottom-56 {
  bottom: -56px !important;
}

.-bottom-60 {
  bottom: -60px !important;
}

.-bottom-65 {
  bottom: -65px !important;
}

.-bottom-70 {
  bottom: -70px !important;
}

.-bottom-75 {
  bottom: -75px !important;
}

.-bottom-80 {
  bottom: -80px !important;
}

.-bottom-85 {
  bottom: -85px !important;
}

.-bottom-90 {
  bottom: -90px !important;
}

.-bottom-100 {
  bottom: -100px !important;
}

.-bottom-120 {
  bottom: -120px !important;
}

.-bottom-125 {
  bottom: -125px !important;
}

.-bottom-130 {
  bottom: -130px !important;
}

.-bottom-140 {
  bottom: -140px !important;
}

.-bottom-150 {
  bottom: -150px !important;
}

.-bottom-175 {
  bottom: -175px !important;
}

.-bottom-200 {
  bottom: -200px !important;
}

.-bottom-220 {
  bottom: -220px !important;
}

.-bottom-275 {
  bottom: -275px !important;
}

.-bottom-300 {
  bottom: -300px !important;
}

.-bottom-375 {
  bottom: -375px !important;
}

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

.bottom-1\/3 {
  bottom: 33.333333% !important;
}

.bottom-2\/3 {
  bottom: 66.666667% !important;
}

.bottom-1\/4 {
  bottom: 25% !important;
}

.bottom-2\/4 {
  bottom: 50% !important;
}

.bottom-3\/4 {
  bottom: 75% !important;
}

.bottom-full {
  bottom: 100% !important;
}

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

.-bottom-1\/3 {
  bottom: -33.333333% !important;
}

.-bottom-2\/3 {
  bottom: -66.666667% !important;
}

.-bottom-1\/4 {
  bottom: -25% !important;
}

.-bottom-2\/4 {
  bottom: -50% !important;
}

.-bottom-3\/4 {
  bottom: -75% !important;
}

.-bottom-full {
  bottom: -100% !important;
}

.left-0 {
  left: 0px !important;
}

.left-1 {
  left: 4px !important;
}

.left-2 {
  left: 8px !important;
}

.left-3 {
  left: 3px !important;
}

.left-4 {
  left: 4px !important;
}

.left-5 {
  left: 5px !important;
}

.left-7 {
  left: 7px !important;
}

.left-8 {
  left: 8px !important;
}

.left-10 {
  left: 10px !important;
}

.left-11 {
  left: 11px !important;
}

.left-12 {
  left: 12px !important;
}

.left-14 {
  left: 14px !important;
}

.left-15 {
  left: 15px !important;
}

.left-18 {
  left: 18px !important;
}

.left-20 {
  left: 20px !important;
}

.left-22 {
  left: 22px !important;
}

.left-24 {
  left: 24px !important;
}

.left-25 {
  left: 25px !important;
}

.left-26 {
  left: 26px !important;
}

.left-28 {
  left: 28px !important;
}

.left-30 {
  left: 30px !important;
}

.left-32 {
  left: 32px !important;
}

.left-34 {
  left: 34px !important;
}

.left-35 {
  left: 35px !important;
}

.left-40 {
  left: 40px !important;
}

.left-45 {
  left: 45px !important;
}

.left-50 {
  left: 50px !important;
}

.left-54 {
  left: 54px !important;
}

.left-55 {
  left: 55px !important;
}

.left-56 {
  left: 56px !important;
}

.left-60 {
  left: 60px !important;
}

.left-65 {
  left: 65px !important;
}

.left-70 {
  left: 70px !important;
}

.left-75 {
  left: 75px !important;
}

.left-80 {
  left: 80px !important;
}

.left-85 {
  left: 85px !important;
}

.left-90 {
  left: 90px !important;
}

.left-100 {
  left: 100px !important;
}

.left-120 {
  left: 120px !important;
}

.left-125 {
  left: 125px !important;
}

.left-130 {
  left: 130px !important;
}

.left-140 {
  left: 140px !important;
}

.left-150 {
  left: 150px !important;
}

.left-175 {
  left: 175px !important;
}

.left-200 {
  left: 200px !important;
}

.left-220 {
  left: 220px !important;
}

.left-275 {
  left: 275px !important;
}

.left-300 {
  left: 300px !important;
}

.left-375 {
  left: 375px !important;
}

.left-auto {
  left: auto !important;
}

.-left-0 {
  left: 0px !important;
}

.-left-1 {
  left: -4px !important;
}

.-left-2 {
  left: -8px !important;
}

.-left-3 {
  left: -3px !important;
}

.-left-4 {
  left: -4px !important;
}

.-left-5 {
  left: -5px !important;
}

.-left-7 {
  left: -7px !important;
}

.-left-8 {
  left: -8px !important;
}

.-left-10 {
  left: -10px !important;
}

.-left-11 {
  left: -11px !important;
}

.-left-12 {
  left: -12px !important;
}

.-left-15 {
  left: -15px !important;
}

.-left-18 {
  left: -18px !important;
}

.-left-20 {
  left: -20px !important;
}

.-left-22 {
  left: -22px !important;
}

.-left-24 {
  left: -24px !important;
}

.-left-25 {
  left: -25px !important;
}

.-left-26 {
  left: -26px !important;
}

.-left-28 {
  left: -28px !important;
}

.-left-30 {
  left: -30px !important;
}

.-left-32 {
  left: -32px !important;
}

.-left-34 {
  left: -34px !important;
}

.-left-35 {
  left: -35px !important;
}

.-left-40 {
  left: -40px !important;
}

.-left-45 {
  left: -45px !important;
}

.-left-50 {
  left: -50px !important;
}

.-left-54 {
  left: -54px !important;
}

.-left-55 {
  left: -55px !important;
}

.-left-56 {
  left: -56px !important;
}

.-left-60 {
  left: -60px !important;
}

.-left-65 {
  left: -65px !important;
}

.-left-70 {
  left: -70px !important;
}

.-left-75 {
  left: -75px !important;
}

.-left-80 {
  left: -80px !important;
}

.-left-85 {
  left: -85px !important;
}

.-left-90 {
  left: -90px !important;
}

.-left-100 {
  left: -100px !important;
}

.-left-120 {
  left: -120px !important;
}

.-left-125 {
  left: -125px !important;
}

.-left-130 {
  left: -130px !important;
}

.-left-140 {
  left: -140px !important;
}

.-left-150 {
  left: -150px !important;
}

.-left-175 {
  left: -175px !important;
}

.-left-200 {
  left: -200px !important;
}

.-left-220 {
  left: -220px !important;
}

.-left-275 {
  left: -275px !important;
}

.-left-300 {
  left: -300px !important;
}

.-left-375 {
  left: -375px !important;
}

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

.left-1\/3 {
  left: 33.333333% !important;
}

.left-2\/3 {
  left: 66.666667% !important;
}

.left-1\/4 {
  left: 25% !important;
}

.left-2\/4 {
  left: 50% !important;
}

.left-3\/4 {
  left: 75% !important;
}

.left-full {
  left: 100% !important;
}

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

.-left-1\/3 {
  left: -33.333333% !important;
}

.-left-2\/3 {
  left: -66.666667% !important;
}

.-left-1\/4 {
  left: -25% !important;
}

.-left-2\/4 {
  left: -50% !important;
}

.-left-3\/4 {
  left: -75% !important;
}

.-left-full {
  left: -100% !important;
}

.isolate {
  isolation: isolate !important;
}

.isolation-auto {
  isolation: auto !important;
}

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

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

.z-20 {
  z-index: 20 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-40 {
  z-index: 40 !important;
}

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

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

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

.focus-within\:z-0:focus-within {
  z-index: 0 !important;
}

.focus-within\:z-10:focus-within {
  z-index: 10 !important;
}

.focus-within\:z-20:focus-within {
  z-index: 20 !important;
}

.focus-within\:z-30:focus-within {
  z-index: 30 !important;
}

.focus-within\:z-40:focus-within {
  z-index: 40 !important;
}

.focus-within\:z-50:focus-within {
  z-index: 50 !important;
}

.focus-within\:z-auto:focus-within {
  z-index: auto !important;
}

.focus-within\:-z-1:focus-within {
  z-index: -1 !important;
}

.focus\:z-0:focus {
  z-index: 0 !important;
}

.focus\:z-10:focus {
  z-index: 10 !important;
}

.focus\:z-20:focus {
  z-index: 20 !important;
}

.focus\:z-30:focus {
  z-index: 30 !important;
}

.focus\:z-40:focus {
  z-index: 40 !important;
}

.focus\:z-50:focus {
  z-index: 50 !important;
}

.focus\:z-auto:focus {
  z-index: auto !important;
}

.focus\:-z-1:focus {
  z-index: -1 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-6 {
  order: 6 !important;
}

.order-7 {
  order: 7 !important;
}

.order-8 {
  order: 8 !important;
}

.order-9 {
  order: 9 !important;
}

.order-10 {
  order: 10 !important;
}

.order-11 {
  order: 11 !important;
}

.order-12 {
  order: 12 !important;
}

.order-first {
  order: -9999 !important;
}

.order-last {
  order: 9999 !important;
}

.order-none {
  order: 0 !important;
}

.col-auto {
  grid-column: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

.row-auto {
  grid-row: auto !important;
}

.row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.row-span-6 {
  grid-row: span 6 / span 6 !important;
}

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

.row-start-1 {
  grid-row-start: 1 !important;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.row-start-3 {
  grid-row-start: 3 !important;
}

.row-start-4 {
  grid-row-start: 4 !important;
}

.row-start-5 {
  grid-row-start: 5 !important;
}

.row-start-6 {
  grid-row-start: 6 !important;
}

.row-start-7 {
  grid-row-start: 7 !important;
}

.row-start-auto {
  grid-row-start: auto !important;
}

.row-end-1 {
  grid-row-end: 1 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

.row-end-7 {
  grid-row-end: 7 !important;
}

.row-end-auto {
  grid-row-end: auto !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-7 {
  margin: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-22 {
  margin: 22px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-26 {
  margin: 26px !important;
}

.m-28 {
  margin: 28px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-34 {
  margin: 34px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-54 {
  margin: 54px !important;
}

.m-55 {
  margin: 55px !important;
}

.m-56 {
  margin: 56px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-65 {
  margin: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-75 {
  margin: 75px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-85 {
  margin: 85px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.m-120 {
  margin: 120px !important;
}

.m-125 {
  margin: 125px !important;
}

.m-130 {
  margin: 130px !important;
}

.m-140 {
  margin: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

.m-175 {
  margin: 175px !important;
}

.m-200 {
  margin: 200px !important;
}

.m-220 {
  margin: 220px !important;
}

.m-275 {
  margin: 275px !important;
}

.m-300 {
  margin: 300px !important;
}

.m-375 {
  margin: 375px !important;
}

.m-auto {
  margin: auto !important;
}

.-m-0 {
  margin: 0px !important;
}

.-m-1 {
  margin: -4px !important;
}

.-m-2 {
  margin: -8px !important;
}

.-m-3 {
  margin: -3px !important;
}

.-m-4 {
  margin: -4px !important;
}

.-m-5 {
  margin: -5px !important;
}

.-m-7 {
  margin: -7px !important;
}

.-m-8 {
  margin: -8px !important;
}

.-m-10 {
  margin: -10px !important;
}

.-m-11 {
  margin: -11px !important;
}

.-m-12 {
  margin: -12px !important;
}

.-m-15 {
  margin: -15px !important;
}

.-m-18 {
  margin: -18px !important;
}

.-m-20 {
  margin: -20px !important;
}

.-m-22 {
  margin: -22px !important;
}

.-m-24 {
  margin: -24px !important;
}

.-m-25 {
  margin: -25px !important;
}

.-m-26 {
  margin: -26px !important;
}

.-m-28 {
  margin: -28px !important;
}

.-m-30 {
  margin: -30px !important;
}

.-m-32 {
  margin: -32px !important;
}

.-m-34 {
  margin: -34px !important;
}

.-m-35 {
  margin: -35px !important;
}

.-m-40 {
  margin: -40px !important;
}

.-m-45 {
  margin: -45px !important;
}

.-m-50 {
  margin: -50px !important;
}

.-m-54 {
  margin: -54px !important;
}

.-m-55 {
  margin: -55px !important;
}

.-m-56 {
  margin: -56px !important;
}

.-m-60 {
  margin: -60px !important;
}

.-m-65 {
  margin: -65px !important;
}

.-m-70 {
  margin: -70px !important;
}

.-m-75 {
  margin: -75px !important;
}

.-m-80 {
  margin: -80px !important;
}

.-m-85 {
  margin: -85px !important;
}

.-m-90 {
  margin: -90px !important;
}

.-m-100 {
  margin: -100px !important;
}

.-m-120 {
  margin: -120px !important;
}

.-m-125 {
  margin: -125px !important;
}

.-m-130 {
  margin: -130px !important;
}

.-m-140 {
  margin: -140px !important;
}

.-m-150 {
  margin: -150px !important;
}

.-m-175 {
  margin: -175px !important;
}

.-m-200 {
  margin: -200px !important;
}

.-m-220 {
  margin: -220px !important;
}

.-m-275 {
  margin: -275px !important;
}

.-m-300 {
  margin: -300px !important;
}

.-m-375 {
  margin: -375px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-11 {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-22 {
  margin-left: 22px !important;
  margin-right: 22px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-26 {
  margin-left: 26px !important;
  margin-right: 26px !important;
}

.mx-28 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-34 {
  margin-left: 34px !important;
  margin-right: 34px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-54 {
  margin-left: 54px !important;
  margin-right: 54px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mx-125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.mx-175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

.mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

.mx-220 {
  margin-left: 220px !important;
  margin-right: 220px !important;
}

.mx-275 {
  margin-left: 275px !important;
  margin-right: 275px !important;
}

.mx-300 {
  margin-left: 300px !important;
  margin-right: 300px !important;
}

.mx-375 {
  margin-left: 375px !important;
  margin-right: 375px !important;
}

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

.-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.-mx-1 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.-mx-2 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.-mx-3 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.-mx-4 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.-mx-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.-mx-7 {
  margin-left: -7px !important;
  margin-right: -7px !important;
}

.-mx-8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.-mx-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.-mx-11 {
  margin-left: -11px !important;
  margin-right: -11px !important;
}

.-mx-12 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.-mx-15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.-mx-18 {
  margin-left: -18px !important;
  margin-right: -18px !important;
}

.-mx-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.-mx-22 {
  margin-left: -22px !important;
  margin-right: -22px !important;
}

.-mx-24 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.-mx-25 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.-mx-26 {
  margin-left: -26px !important;
  margin-right: -26px !important;
}

.-mx-28 {
  margin-left: -28px !important;
  margin-right: -28px !important;
}

.-mx-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.-mx-32 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.-mx-34 {
  margin-left: -34px !important;
  margin-right: -34px !important;
}

.-mx-35 {
  margin-left: -35px !important;
  margin-right: -35px !important;
}

.-mx-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.-mx-45 {
  margin-left: -45px !important;
  margin-right: -45px !important;
}

.-mx-50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.-mx-54 {
  margin-left: -54px !important;
  margin-right: -54px !important;
}

.-mx-55 {
  margin-left: -55px !important;
  margin-right: -55px !important;
}

.-mx-56 {
  margin-left: -56px !important;
  margin-right: -56px !important;
}

.-mx-60 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.-mx-65 {
  margin-left: -65px !important;
  margin-right: -65px !important;
}

.-mx-70 {
  margin-left: -70px !important;
  margin-right: -70px !important;
}

.-mx-75 {
  margin-left: -75px !important;
  margin-right: -75px !important;
}

.-mx-80 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}

.-mx-85 {
  margin-left: -85px !important;
  margin-right: -85px !important;
}

.-mx-90 {
  margin-left: -90px !important;
  margin-right: -90px !important;
}

.-mx-100 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}

.-mx-120 {
  margin-left: -120px !important;
  margin-right: -120px !important;
}

.-mx-125 {
  margin-left: -125px !important;
  margin-right: -125px !important;
}

.-mx-130 {
  margin-left: -130px !important;
  margin-right: -130px !important;
}

.-mx-140 {
  margin-left: -140px !important;
  margin-right: -140px !important;
}

.-mx-150 {
  margin-left: -150px !important;
  margin-right: -150px !important;
}

.-mx-175 {
  margin-left: -175px !important;
  margin-right: -175px !important;
}

.-mx-200 {
  margin-left: -200px !important;
  margin-right: -200px !important;
}

.-mx-220 {
  margin-left: -220px !important;
  margin-right: -220px !important;
}

.-mx-275 {
  margin-left: -275px !important;
  margin-right: -275px !important;
}

.-mx-300 {
  margin-left: -300px !important;
  margin-right: -300px !important;
}

.-mx-375 {
  margin-left: -375px !important;
  margin-right: -375px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-11 {
  margin-top: 11px !important;
  margin-bottom: 11px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-26 {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-54 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}

.my-275 {
  margin-top: 275px !important;
  margin-bottom: 275px !important;
}

.my-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

.my-375 {
  margin-top: 375px !important;
  margin-bottom: 375px !important;
}

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

.-my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.-my-1 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.-my-2 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.-my-3 {
  margin-top: -3px !important;
  margin-bottom: -3px !important;
}

.-my-4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.-my-5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.-my-7 {
  margin-top: -7px !important;
  margin-bottom: -7px !important;
}

.-my-8 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.-my-10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.-my-11 {
  margin-top: -11px !important;
  margin-bottom: -11px !important;
}

.-my-12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.-my-15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.-my-18 {
  margin-top: -18px !important;
  margin-bottom: -18px !important;
}

.-my-20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.-my-22 {
  margin-top: -22px !important;
  margin-bottom: -22px !important;
}

.-my-24 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.-my-25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.-my-26 {
  margin-top: -26px !important;
  margin-bottom: -26px !important;
}

.-my-28 {
  margin-top: -28px !important;
  margin-bottom: -28px !important;
}

.-my-30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.-my-32 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.-my-34 {
  margin-top: -34px !important;
  margin-bottom: -34px !important;
}

.-my-35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}

.-my-40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.-my-45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.-my-50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.-my-54 {
  margin-top: -54px !important;
  margin-bottom: -54px !important;
}

.-my-55 {
  margin-top: -55px !important;
  margin-bottom: -55px !important;
}

.-my-56 {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}

.-my-60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.-my-65 {
  margin-top: -65px !important;
  margin-bottom: -65px !important;
}

.-my-70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important;
}

.-my-75 {
  margin-top: -75px !important;
  margin-bottom: -75px !important;
}

.-my-80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}

.-my-85 {
  margin-top: -85px !important;
  margin-bottom: -85px !important;
}

.-my-90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}

.-my-100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}

.-my-120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.-my-125 {
  margin-top: -125px !important;
  margin-bottom: -125px !important;
}

.-my-130 {
  margin-top: -130px !important;
  margin-bottom: -130px !important;
}

.-my-140 {
  margin-top: -140px !important;
  margin-bottom: -140px !important;
}

.-my-150 {
  margin-top: -150px !important;
  margin-bottom: -150px !important;
}

.-my-175 {
  margin-top: -175px !important;
  margin-bottom: -175px !important;
}

.-my-200 {
  margin-top: -200px !important;
  margin-bottom: -200px !important;
}

.-my-220 {
  margin-top: -220px !important;
  margin-bottom: -220px !important;
}

.-my-275 {
  margin-top: -275px !important;
  margin-bottom: -275px !important;
}

.-my-300 {
  margin-top: -300px !important;
  margin-bottom: -300px !important;
}

.-my-375 {
  margin-top: -375px !important;
  margin-bottom: -375px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mt-220 {
  margin-top: 220px !important;
}

.mt-275 {
  margin-top: 275px !important;
}

.mt-300 {
  margin-top: 300px !important;
}

.mt-375 {
  margin-top: 375px !important;
}

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

.-mt-0 {
  margin-top: 0px !important;
}

.-mt-1 {
  margin-top: -4px !important;
}

.-mt-2 {
  margin-top: -8px !important;
}

.-mt-3 {
  margin-top: -3px !important;
}

.-mt-4 {
  margin-top: -4px !important;
}

.-mt-5 {
  margin-top: -5px !important;
}

.-mt-7 {
  margin-top: -7px !important;
}

.-mt-8 {
  margin-top: -8px !important;
}

.-mt-10 {
  margin-top: -10px !important;
}

.-mt-11 {
  margin-top: -11px !important;
}

.-mt-12 {
  margin-top: -12px !important;
}

.-mt-15 {
  margin-top: -15px !important;
}

.-mt-18 {
  margin-top: -18px !important;
}

.-mt-20 {
  margin-top: -20px !important;
}

.-mt-22 {
  margin-top: -22px !important;
}

.-mt-24 {
  margin-top: -24px !important;
}

.-mt-25 {
  margin-top: -25px !important;
}

.-mt-26 {
  margin-top: -26px !important;
}

.-mt-28 {
  margin-top: -28px !important;
}

.-mt-30 {
  margin-top: -30px !important;
}

.-mt-32 {
  margin-top: -32px !important;
}

.-mt-34 {
  margin-top: -34px !important;
}

.-mt-35 {
  margin-top: -35px !important;
}

.-mt-40 {
  margin-top: -40px !important;
}

.-mt-45 {
  margin-top: -45px !important;
}

.-mt-50 {
  margin-top: -50px !important;
}

.-mt-54 {
  margin-top: -54px !important;
}

.-mt-55 {
  margin-top: -55px !important;
}

.-mt-56 {
  margin-top: -56px !important;
}

.-mt-60 {
  margin-top: -60px !important;
}

.-mt-65 {
  margin-top: -65px !important;
}

.-mt-70 {
  margin-top: -70px !important;
}

.-mt-75 {
  margin-top: -75px !important;
}

.-mt-80 {
  margin-top: -80px !important;
}

.-mt-85 {
  margin-top: -85px !important;
}

.-mt-90 {
  margin-top: -90px !important;
}

.-mt-100 {
  margin-top: -100px !important;
}

.-mt-120 {
  margin-top: -120px !important;
}

.-mt-125 {
  margin-top: -125px !important;
}

.-mt-130 {
  margin-top: -130px !important;
}

.-mt-140 {
  margin-top: -140px !important;
}

.-mt-150 {
  margin-top: -150px !important;
}

.-mt-175 {
  margin-top: -175px !important;
}

.-mt-200 {
  margin-top: -200px !important;
}

.-mt-220 {
  margin-top: -220px !important;
}

.-mt-275 {
  margin-top: -275px !important;
}

.-mt-300 {
  margin-top: -300px !important;
}

.-mt-375 {
  margin-top: -375px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-54 {
  margin-right: 54px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mr-220 {
  margin-right: 220px !important;
}

.mr-275 {
  margin-right: 275px !important;
}

.mr-300 {
  margin-right: 300px !important;
}

.mr-375 {
  margin-right: 375px !important;
}

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

.-mr-0 {
  margin-right: 0px !important;
}

.-mr-1 {
  margin-right: -4px !important;
}

.-mr-2 {
  margin-right: -8px !important;
}

.-mr-3 {
  margin-right: -3px !important;
}

.-mr-4 {
  margin-right: -4px !important;
}

.-mr-5 {
  margin-right: -5px !important;
}

.-mr-7 {
  margin-right: -7px !important;
}

.-mr-8 {
  margin-right: -8px !important;
}

.-mr-10 {
  margin-right: -10px !important;
}

.-mr-11 {
  margin-right: -11px !important;
}

.-mr-12 {
  margin-right: -12px !important;
}

.-mr-15 {
  margin-right: -15px !important;
}

.-mr-18 {
  margin-right: -18px !important;
}

.-mr-20 {
  margin-right: -20px !important;
}

.-mr-22 {
  margin-right: -22px !important;
}

.-mr-24 {
  margin-right: -24px !important;
}

.-mr-25 {
  margin-right: -25px !important;
}

.-mr-26 {
  margin-right: -26px !important;
}

.-mr-28 {
  margin-right: -28px !important;
}

.-mr-30 {
  margin-right: -30px !important;
}

.-mr-32 {
  margin-right: -32px !important;
}

.-mr-34 {
  margin-right: -34px !important;
}

.-mr-35 {
  margin-right: -35px !important;
}

.-mr-40 {
  margin-right: -40px !important;
}

.-mr-45 {
  margin-right: -45px !important;
}

.-mr-50 {
  margin-right: -50px !important;
}

.-mr-54 {
  margin-right: -54px !important;
}

.-mr-55 {
  margin-right: -55px !important;
}

.-mr-56 {
  margin-right: -56px !important;
}

.-mr-60 {
  margin-right: -60px !important;
}

.-mr-65 {
  margin-right: -65px !important;
}

.-mr-70 {
  margin-right: -70px !important;
}

.-mr-75 {
  margin-right: -75px !important;
}

.-mr-80 {
  margin-right: -80px !important;
}

.-mr-85 {
  margin-right: -85px !important;
}

.-mr-90 {
  margin-right: -90px !important;
}

.-mr-100 {
  margin-right: -100px !important;
}

.-mr-120 {
  margin-right: -120px !important;
}

.-mr-125 {
  margin-right: -125px !important;
}

.-mr-130 {
  margin-right: -130px !important;
}

.-mr-140 {
  margin-right: -140px !important;
}

.-mr-150 {
  margin-right: -150px !important;
}

.-mr-175 {
  margin-right: -175px !important;
}

.-mr-200 {
  margin-right: -200px !important;
}

.-mr-220 {
  margin-right: -220px !important;
}

.-mr-275 {
  margin-right: -275px !important;
}

.-mr-300 {
  margin-right: -300px !important;
}

.-mr-375 {
  margin-right: -375px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb-220 {
  margin-bottom: 220px !important;
}

.mb-275 {
  margin-bottom: 275px !important;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.mb-375 {
  margin-bottom: 375px !important;
}

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

.-mb-0 {
  margin-bottom: 0px !important;
}

.-mb-1 {
  margin-bottom: -4px !important;
}

.-mb-2 {
  margin-bottom: -8px !important;
}

.-mb-3 {
  margin-bottom: -3px !important;
}

.-mb-4 {
  margin-bottom: -4px !important;
}

.-mb-5 {
  margin-bottom: -5px !important;
}

.-mb-7 {
  margin-bottom: -7px !important;
}

.-mb-8 {
  margin-bottom: -8px !important;
}

.-mb-10 {
  margin-bottom: -10px !important;
}

.-mb-11 {
  margin-bottom: -11px !important;
}

.-mb-12 {
  margin-bottom: -12px !important;
}

.-mb-15 {
  margin-bottom: -15px !important;
}

.-mb-18 {
  margin-bottom: -18px !important;
}

.-mb-20 {
  margin-bottom: -20px !important;
}

.-mb-22 {
  margin-bottom: -22px !important;
}

.-mb-24 {
  margin-bottom: -24px !important;
}

.-mb-25 {
  margin-bottom: -25px !important;
}

.-mb-26 {
  margin-bottom: -26px !important;
}

.-mb-28 {
  margin-bottom: -28px !important;
}

.-mb-30 {
  margin-bottom: -30px !important;
}

.-mb-32 {
  margin-bottom: -32px !important;
}

.-mb-34 {
  margin-bottom: -34px !important;
}

.-mb-35 {
  margin-bottom: -35px !important;
}

.-mb-40 {
  margin-bottom: -40px !important;
}

.-mb-45 {
  margin-bottom: -45px !important;
}

.-mb-50 {
  margin-bottom: -50px !important;
}

.-mb-54 {
  margin-bottom: -54px !important;
}

.-mb-55 {
  margin-bottom: -55px !important;
}

.-mb-56 {
  margin-bottom: -56px !important;
}

.-mb-60 {
  margin-bottom: -60px !important;
}

.-mb-65 {
  margin-bottom: -65px !important;
}

.-mb-70 {
  margin-bottom: -70px !important;
}

.-mb-75 {
  margin-bottom: -75px !important;
}

.-mb-80 {
  margin-bottom: -80px !important;
}

.-mb-85 {
  margin-bottom: -85px !important;
}

.-mb-90 {
  margin-bottom: -90px !important;
}

.-mb-100 {
  margin-bottom: -100px !important;
}

.-mb-120 {
  margin-bottom: -120px !important;
}

.-mb-125 {
  margin-bottom: -125px !important;
}

.-mb-130 {
  margin-bottom: -130px !important;
}

.-mb-140 {
  margin-bottom: -140px !important;
}

.-mb-150 {
  margin-bottom: -150px !important;
}

.-mb-175 {
  margin-bottom: -175px !important;
}

.-mb-200 {
  margin-bottom: -200px !important;
}

.-mb-220 {
  margin-bottom: -220px !important;
}

.-mb-275 {
  margin-bottom: -275px !important;
}

.-mb-300 {
  margin-bottom: -300px !important;
}

.-mb-375 {
  margin-bottom: -375px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-54 {
  margin-left: 54px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.ml-220 {
  margin-left: 220px !important;
}

.ml-275 {
  margin-left: 275px !important;
}

.ml-300 {
  margin-left: 300px !important;
}

.ml-375 {
  margin-left: 375px !important;
}

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

.-ml-0 {
  margin-left: 0px !important;
}

.-ml-1 {
  margin-left: -4px !important;
}

.-ml-2 {
  margin-left: -8px !important;
}

.-ml-3 {
  margin-left: -3px !important;
}

.-ml-4 {
  margin-left: -4px !important;
}

.-ml-5 {
  margin-left: -5px !important;
}

.-ml-7 {
  margin-left: -7px !important;
}

.-ml-8 {
  margin-left: -8px !important;
}

.-ml-10 {
  margin-left: -10px !important;
}

.-ml-11 {
  margin-left: -11px !important;
}

.-ml-12 {
  margin-left: -12px !important;
}

.-ml-15 {
  margin-left: -15px !important;
}

.-ml-18 {
  margin-left: -18px !important;
}

.-ml-20 {
  margin-left: -20px !important;
}

.-ml-22 {
  margin-left: -22px !important;
}

.-ml-24 {
  margin-left: -24px !important;
}

.-ml-25 {
  margin-left: -25px !important;
}

.-ml-26 {
  margin-left: -26px !important;
}

.-ml-28 {
  margin-left: -28px !important;
}

.-ml-30 {
  margin-left: -30px !important;
}

.-ml-32 {
  margin-left: -32px !important;
}

.-ml-34 {
  margin-left: -34px !important;
}

.-ml-35 {
  margin-left: -35px !important;
}

.-ml-40 {
  margin-left: -40px !important;
}

.-ml-45 {
  margin-left: -45px !important;
}

.-ml-50 {
  margin-left: -50px !important;
}

.-ml-54 {
  margin-left: -54px !important;
}

.-ml-55 {
  margin-left: -55px !important;
}

.-ml-56 {
  margin-left: -56px !important;
}

.-ml-60 {
  margin-left: -60px !important;
}

.-ml-65 {
  margin-left: -65px !important;
}

.-ml-70 {
  margin-left: -70px !important;
}

.-ml-75 {
  margin-left: -75px !important;
}

.-ml-80 {
  margin-left: -80px !important;
}

.-ml-85 {
  margin-left: -85px !important;
}

.-ml-90 {
  margin-left: -90px !important;
}

.-ml-100 {
  margin-left: -100px !important;
}

.-ml-120 {
  margin-left: -120px !important;
}

.-ml-125 {
  margin-left: -125px !important;
}

.-ml-130 {
  margin-left: -130px !important;
}

.-ml-140 {
  margin-left: -140px !important;
}

.-ml-150 {
  margin-left: -150px !important;
}

.-ml-175 {
  margin-left: -175px !important;
}

.-ml-200 {
  margin-left: -200px !important;
}

.-ml-220 {
  margin-left: -220px !important;
}

.-ml-275 {
  margin-left: -275px !important;
}

.-ml-300 {
  margin-left: -300px !important;
}

.-ml-375 {
  margin-left: -375px !important;
}

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

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

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

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

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

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

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

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

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

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

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

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

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

.grid {
  display: grid !important;
}

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

.contents {
  display: contents !important;
}

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

.hidden {
  display: none !important;
}

.h-0 {
  height: 0px !important;
}

.h-1 {
  height: 4px !important;
}

.h-2 {
  height: 8px !important;
}

.h-3 {
  height: 3px !important;
}

.h-4 {
  height: 4px !important;
}

.h-5 {
  height: 5px !important;
}

.h-7 {
  height: 7px !important;
}

.h-8 {
  height: 8px !important;
}

.h-10 {
  height: 10px !important;
}

.h-11 {
  height: 11px !important;
}

.h-12 {
  height: 12px !important;
}

.h-15 {
  height: 15px !important;
}

.h-16 {
  height: 16px !important;
}

.h-18 {
  height: 18px !important;
}

.h-20 {
  height: 20px !important;
}

.h-22 {
  height: 22px !important;
}

.h-24 {
  height: 24px !important;
}

.h-25 {
  height: 25px !important;
}

.h-26 {
  height: 26px !important;
}

.h-28 {
  height: 28px !important;
}

.h-30 {
  height: 30px !important;
}

.h-32 {
  height: 32px !important;
}

.h-34 {
  height: 34px !important;
}

.h-35 {
  height: 35px !important;
}

.h-40 {
  height: 40px !important;
}

.h-45 {
  height: 45px !important;
}

.h-48 {
  height: 48px !important;
}

.h-50 {
  height: 50px !important;
}

.h-54 {
  height: 54px !important;
}

.h-55 {
  height: 55px !important;
}

.h-56 {
  height: 56px !important;
}

.h-60 {
  height: 60px !important;
}

.h-65 {
  height: 65px !important;
}

.h-70 {
  height: 70px !important;
}

.h-75 {
  height: 75px !important;
}

.h-80 {
  height: 80px !important;
}

.h-85 {
  height: 85px !important;
}

.h-90 {
  height: 90px !important;
}

.h-100 {
  height: 100px !important;
}

.h-120 {
  height: 120px !important;
}

.h-125 {
  height: 125px !important;
}

.h-130 {
  height: 130px !important;
}

.h-140 {
  height: 140px !important;
}

.h-150 {
  height: 150px !important;
}

.h-175 {
  height: 175px !important;
}

.h-200 {
  height: 200px !important;
}

.h-220 {
  height: 220px !important;
}

.h-275 {
  height: 275px !important;
}

.h-300 {
  height: 300px !important;
}

.h-375 {
  height: 375px !important;
}

.h-auto {
  height: auto !important;
}

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

.h-1\/3 {
  height: 33.333333% !important;
}

.h-2\/3 {
  height: 66.666667% !important;
}

.h-1\/4 {
  height: 25% !important;
}

.h-2\/4 {
  height: 50% !important;
}

.h-3\/4 {
  height: 75% !important;
}

.h-1\/5 {
  height: 20% !important;
}

.h-2\/5 {
  height: 40% !important;
}

.h-3\/5 {
  height: 60% !important;
}

.h-4\/5 {
  height: 80% !important;
}

.h-1\/6 {
  height: 16.666667% !important;
}

.h-2\/6 {
  height: 33.333333% !important;
}

.h-3\/6 {
  height: 50% !important;
}

.h-4\/6 {
  height: 66.666667% !important;
}

.h-5\/6 {
  height: 83.333333% !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-1 {
  max-height: 4px !important;
}

.max-h-2 {
  max-height: 8px !important;
}

.max-h-3 {
  max-height: 3px !important;
}

.max-h-4 {
  max-height: 4px !important;
}

.max-h-5 {
  max-height: 5px !important;
}

.max-h-7 {
  max-height: 7px !important;
}

.max-h-8 {
  max-height: 8px !important;
}

.max-h-10 {
  max-height: 10px !important;
}

.max-h-11 {
  max-height: 11px !important;
}

.max-h-12 {
  max-height: 12px !important;
}

.max-h-15 {
  max-height: 15px !important;
}

.max-h-18 {
  max-height: 18px !important;
}

.max-h-20 {
  max-height: 20px !important;
}

.max-h-22 {
  max-height: 22px !important;
}

.max-h-24 {
  max-height: 24px !important;
}

.max-h-25 {
  max-height: 25px !important;
}

.max-h-26 {
  max-height: 26px !important;
}

.max-h-28 {
  max-height: 28px !important;
}

.max-h-30 {
  max-height: 30px !important;
}

.max-h-32 {
  max-height: 32px !important;
}

.max-h-34 {
  max-height: 34px !important;
}

.max-h-35 {
  max-height: 35px !important;
}

.max-h-40 {
  max-height: 40px !important;
}

.max-h-45 {
  max-height: 45px !important;
}

.max-h-50 {
  max-height: 50px !important;
}

.max-h-54 {
  max-height: 54px !important;
}

.max-h-55 {
  max-height: 55px !important;
}

.max-h-56 {
  max-height: 56px !important;
}

.max-h-60 {
  max-height: 60px !important;
}

.max-h-65 {
  max-height: 65px !important;
}

.max-h-70 {
  max-height: 70px !important;
}

.max-h-75 {
  max-height: 75px !important;
}

.max-h-80 {
  max-height: 80px !important;
}

.max-h-85 {
  max-height: 85px !important;
}

.max-h-90 {
  max-height: 90px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.max-h-120 {
  max-height: 120px !important;
}

.max-h-125 {
  max-height: 125px !important;
}

.max-h-130 {
  max-height: 130px !important;
}

.max-h-140 {
  max-height: 140px !important;
}

.max-h-150 {
  max-height: 150px !important;
}

.max-h-175 {
  max-height: 175px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.max-h-220 {
  max-height: 220px !important;
}

.max-h-275 {
  max-height: 275px !important;
}

.max-h-300 {
  max-height: 300px !important;
}

.max-h-375 {
  max-height: 375px !important;
}

.max-h-full {
  max-height: 100% !important;
}

.max-h-screen {
  max-height: 100vh !important;
}

.min-h-180 {
  min-height: 180px !important;
}

.min-h-275 {
  min-height: 275px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.min-h-375 {
  min-height: 375px !important;
}

.min-h-500 {
  min-height: 500px !important;
}

.min-h-680 {
  min-height: 680px !important;
}

.min-h-top {
  min-height: 48px !important;
}

.min-h-logo {
  min-height: 72px !important;
}

.min-h-screen {
  min-height: 100vh !important;
}

.w-0 {
  width: 0px !important;
}

.w-1 {
  width: 4px !important;
}

.w-2 {
  width: 8px !important;
}

.w-3 {
  width: 3px !important;
}

.w-4 {
  width: 4px !important;
}

.w-5 {
  width: 5px !important;
}

.w-7 {
  width: 7px !important;
}

.w-8 {
  width: 8px !important;
}

.w-10 {
  width: 10px !important;
}

.w-11 {
  width: 11px !important;
}

.w-12 {
  width: 12px !important;
}

.w-15 {
  width: 15px !important;
}

.w-16 {
  width: 16px !important;
}

.w-18 {
  width: 18px !important;
}

.w-20 {
  width: 20px !important;
}

.w-22 {
  width: 22px !important;
}

.w-24 {
  width: 24px !important;
}

.w-25 {
  width: 25px !important;
}

.w-26 {
  width: 26px !important;
}

.w-28 {
  width: 28px !important;
}

.w-30 {
  width: 30px !important;
}

.w-32 {
  width: 32px !important;
}

.w-34 {
  width: 34px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-48 {
  width: 48px !important;
}

.w-50 {
  width: 50px !important;
}

.w-54 {
  width: 54px !important;
}

.w-55 {
  width: 55px !important;
}

.w-56 {
  width: 56px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-100 {
  width: 100px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-140 {
  width: 140px !important;
}

.w-150 {
  width: 150px !important;
}

.w-175 {
  width: 175px !important;
}

.w-200 {
  width: 200px !important;
}

.w-220 {
  width: 220px !important;
}

.w-275 {
  width: 275px !important;
}

.w-300 {
  width: 300px !important;
}

.w-375 {
  width: 375px !important;
}

.w-auto {
  width: auto !important;
}

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

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

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

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

.w-2\/4 {
  width: 50% !important;
}

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

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

.w-2\/5 {
  width: 40% !important;
}

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

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

.w-3\/6 {
  width: 50% !important;
}

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

.w-1\/12 {
  width: 8.333333% !important;
}

.w-2\/12 {
  width: 16.666667% !important;
}

.w-3\/12 {
  width: 25% !important;
}

.w-4\/12 {
  width: 33.333333% !important;
}

.w-5\/12 {
  width: 41.666667% !important;
}

.w-6\/12 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.333333% !important;
}

.w-8\/12 {
  width: 66.666667% !important;
}

.w-9\/12 {
  width: 75% !important;
}

.w-10\/12 {
  width: 83.333333% !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: -webkit-min-content !important;
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.min-w-64 {
  min-width: 64px !important;
}

.max-w-150 {
  max-width: 150px !important;
}

.max-w-165 {
  max-width: 165px !important;
}

.max-w-200 {
  max-width: 200px !important;
}

.max-w-350 {
  max-width: 350px !important;
}

.max-w-400 {
  max-width: 400px !important;
}

.max-w-440 {
  max-width: 440px !important;
}

.max-w-500 {
  max-width: 500px !important;
}

.max-w-550 {
  max-width: 550px !important;
}

.max-w-600 {
  max-width: 600px !important;
}

.max-w-710 {
  max-width: 710px !important;
}

.max-w-900 {
  max-width: 900px !important;
}

.max-w-1024 {
  max-width: 1024px !important;
}

.max-w-1800 {
  max-width: 1800px !important;
}

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

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

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

.flex-none {
  flex: none !important;
}

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

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

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

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

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

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

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

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

.origin-center {
  transform-origin: center !important;
}

.origin-top {
  transform-origin: top !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.origin-right {
  transform-origin: right !important;
}

.origin-bottom-right {
  transform-origin: bottom right !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-bottom-left {
  transform-origin: bottom left !important;
}

.origin-left {
  transform-origin: left !important;
}

.origin-top-left {
  transform-origin: top left !important;
}

.transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.transform-none {
  transform: none !important;
}

.translate-x-0 {
  --tw-translate-x: 0px !important;
}

.translate-x-1 {
  --tw-translate-x: 4px !important;
}

.translate-x-2 {
  --tw-translate-x: 8px !important;
}

.translate-x-3 {
  --tw-translate-x: 3px !important;
}

.translate-x-4 {
  --tw-translate-x: 4px !important;
}

.translate-x-5 {
  --tw-translate-x: 5px !important;
}

.translate-x-7 {
  --tw-translate-x: 7px !important;
}

.translate-x-8 {
  --tw-translate-x: 8px !important;
}

.translate-x-10 {
  --tw-translate-x: 10px !important;
}

.translate-x-11 {
  --tw-translate-x: 11px !important;
}

.translate-x-12 {
  --tw-translate-x: 12px !important;
}

.translate-x-15 {
  --tw-translate-x: 15px !important;
}

.translate-x-18 {
  --tw-translate-x: 18px !important;
}

.translate-x-20 {
  --tw-translate-x: 20px !important;
}

.translate-x-22 {
  --tw-translate-x: 22px !important;
}

.translate-x-24 {
  --tw-translate-x: 24px !important;
}

.translate-x-25 {
  --tw-translate-x: 25px !important;
}

.translate-x-26 {
  --tw-translate-x: 26px !important;
}

.translate-x-28 {
  --tw-translate-x: 28px !important;
}

.translate-x-30 {
  --tw-translate-x: 30px !important;
}

.translate-x-32 {
  --tw-translate-x: 32px !important;
}

.translate-x-34 {
  --tw-translate-x: 34px !important;
}

.translate-x-35 {
  --tw-translate-x: 35px !important;
}

.translate-x-40 {
  --tw-translate-x: 40px !important;
}

.translate-x-45 {
  --tw-translate-x: 45px !important;
}

.translate-x-50 {
  --tw-translate-x: 50px !important;
}

.translate-x-54 {
  --tw-translate-x: 54px !important;
}

.translate-x-55 {
  --tw-translate-x: 55px !important;
}

.translate-x-56 {
  --tw-translate-x: 56px !important;
}

.translate-x-60 {
  --tw-translate-x: 60px !important;
}

.translate-x-65 {
  --tw-translate-x: 65px !important;
}

.translate-x-70 {
  --tw-translate-x: 70px !important;
}

.translate-x-75 {
  --tw-translate-x: 75px !important;
}

.translate-x-80 {
  --tw-translate-x: 80px !important;
}

.translate-x-85 {
  --tw-translate-x: 85px !important;
}

.translate-x-90 {
  --tw-translate-x: 90px !important;
}

.translate-x-100 {
  --tw-translate-x: 100px !important;
}

.translate-x-120 {
  --tw-translate-x: 120px !important;
}

.translate-x-125 {
  --tw-translate-x: 125px !important;
}

.translate-x-130 {
  --tw-translate-x: 130px !important;
}

.translate-x-140 {
  --tw-translate-x: 140px !important;
}

.translate-x-150 {
  --tw-translate-x: 150px !important;
}

.translate-x-175 {
  --tw-translate-x: 175px !important;
}

.translate-x-200 {
  --tw-translate-x: 200px !important;
}

.translate-x-220 {
  --tw-translate-x: 220px !important;
}

.translate-x-275 {
  --tw-translate-x: 275px !important;
}

.translate-x-300 {
  --tw-translate-x: 300px !important;
}

.translate-x-375 {
  --tw-translate-x: 375px !important;
}

.-translate-x-0 {
  --tw-translate-x: 0px !important;
}

.-translate-x-1 {
  --tw-translate-x: -4px !important;
}

.-translate-x-2 {
  --tw-translate-x: -8px !important;
}

.-translate-x-3 {
  --tw-translate-x: -3px !important;
}

.-translate-x-4 {
  --tw-translate-x: -4px !important;
}

.-translate-x-5 {
  --tw-translate-x: -5px !important;
}

.-translate-x-7 {
  --tw-translate-x: -7px !important;
}

.-translate-x-8 {
  --tw-translate-x: -8px !important;
}

.-translate-x-10 {
  --tw-translate-x: -10px !important;
}

.-translate-x-11 {
  --tw-translate-x: -11px !important;
}

.-translate-x-12 {
  --tw-translate-x: -12px !important;
}

.-translate-x-15 {
  --tw-translate-x: -15px !important;
}

.-translate-x-18 {
  --tw-translate-x: -18px !important;
}

.-translate-x-20 {
  --tw-translate-x: -20px !important;
}

.-translate-x-22 {
  --tw-translate-x: -22px !important;
}

.-translate-x-24 {
  --tw-translate-x: -24px !important;
}

.-translate-x-25 {
  --tw-translate-x: -25px !important;
}

.-translate-x-26 {
  --tw-translate-x: -26px !important;
}

.-translate-x-28 {
  --tw-translate-x: -28px !important;
}

.-translate-x-30 {
  --tw-translate-x: -30px !important;
}

.-translate-x-32 {
  --tw-translate-x: -32px !important;
}

.-translate-x-34 {
  --tw-translate-x: -34px !important;
}

.-translate-x-35 {
  --tw-translate-x: -35px !important;
}

.-translate-x-40 {
  --tw-translate-x: -40px !important;
}

.-translate-x-45 {
  --tw-translate-x: -45px !important;
}

.-translate-x-50 {
  --tw-translate-x: -50px !important;
}

.-translate-x-54 {
  --tw-translate-x: -54px !important;
}

.-translate-x-55 {
  --tw-translate-x: -55px !important;
}

.-translate-x-56 {
  --tw-translate-x: -56px !important;
}

.-translate-x-60 {
  --tw-translate-x: -60px !important;
}

.-translate-x-65 {
  --tw-translate-x: -65px !important;
}

.-translate-x-70 {
  --tw-translate-x: -70px !important;
}

.-translate-x-75 {
  --tw-translate-x: -75px !important;
}

.-translate-x-80 {
  --tw-translate-x: -80px !important;
}

.-translate-x-85 {
  --tw-translate-x: -85px !important;
}

.-translate-x-90 {
  --tw-translate-x: -90px !important;
}

.-translate-x-100 {
  --tw-translate-x: -100px !important;
}

.-translate-x-120 {
  --tw-translate-x: -120px !important;
}

.-translate-x-125 {
  --tw-translate-x: -125px !important;
}

.-translate-x-130 {
  --tw-translate-x: -130px !important;
}

.-translate-x-140 {
  --tw-translate-x: -140px !important;
}

.-translate-x-150 {
  --tw-translate-x: -150px !important;
}

.-translate-x-175 {
  --tw-translate-x: -175px !important;
}

.-translate-x-200 {
  --tw-translate-x: -200px !important;
}

.-translate-x-220 {
  --tw-translate-x: -220px !important;
}

.-translate-x-275 {
  --tw-translate-x: -275px !important;
}

.-translate-x-300 {
  --tw-translate-x: -300px !important;
}

.-translate-x-375 {
  --tw-translate-x: -375px !important;
}

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

.translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4 {
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4 {
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4 {
  --tw-translate-x: 75% !important;
}

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

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

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75% !important;
}

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

.translate-y-0 {
  --tw-translate-y: 0px !important;
}

.translate-y-1 {
  --tw-translate-y: 4px !important;
}

.translate-y-2 {
  --tw-translate-y: 8px !important;
}

.translate-y-3 {
  --tw-translate-y: 3px !important;
}

.translate-y-4 {
  --tw-translate-y: 4px !important;
}

.translate-y-5 {
  --tw-translate-y: 5px !important;
}

.translate-y-7 {
  --tw-translate-y: 7px !important;
}

.translate-y-8 {
  --tw-translate-y: 8px !important;
}

.translate-y-10 {
  --tw-translate-y: 10px !important;
}

.translate-y-11 {
  --tw-translate-y: 11px !important;
}

.translate-y-12 {
  --tw-translate-y: 12px !important;
}

.translate-y-15 {
  --tw-translate-y: 15px !important;
}

.translate-y-18 {
  --tw-translate-y: 18px !important;
}

.translate-y-20 {
  --tw-translate-y: 20px !important;
}

.translate-y-22 {
  --tw-translate-y: 22px !important;
}

.translate-y-24 {
  --tw-translate-y: 24px !important;
}

.translate-y-25 {
  --tw-translate-y: 25px !important;
}

.translate-y-26 {
  --tw-translate-y: 26px !important;
}

.translate-y-28 {
  --tw-translate-y: 28px !important;
}

.translate-y-30 {
  --tw-translate-y: 30px !important;
}

.translate-y-32 {
  --tw-translate-y: 32px !important;
}

.translate-y-34 {
  --tw-translate-y: 34px !important;
}

.translate-y-35 {
  --tw-translate-y: 35px !important;
}

.translate-y-40 {
  --tw-translate-y: 40px !important;
}

.translate-y-45 {
  --tw-translate-y: 45px !important;
}

.translate-y-50 {
  --tw-translate-y: 50px !important;
}

.translate-y-54 {
  --tw-translate-y: 54px !important;
}

.translate-y-55 {
  --tw-translate-y: 55px !important;
}

.translate-y-56 {
  --tw-translate-y: 56px !important;
}

.translate-y-60 {
  --tw-translate-y: 60px !important;
}

.translate-y-65 {
  --tw-translate-y: 65px !important;
}

.translate-y-70 {
  --tw-translate-y: 70px !important;
}

.translate-y-75 {
  --tw-translate-y: 75px !important;
}

.translate-y-80 {
  --tw-translate-y: 80px !important;
}

.translate-y-85 {
  --tw-translate-y: 85px !important;
}

.translate-y-90 {
  --tw-translate-y: 90px !important;
}

.translate-y-100 {
  --tw-translate-y: 100px !important;
}

.translate-y-120 {
  --tw-translate-y: 120px !important;
}

.translate-y-125 {
  --tw-translate-y: 125px !important;
}

.translate-y-130 {
  --tw-translate-y: 130px !important;
}

.translate-y-140 {
  --tw-translate-y: 140px !important;
}

.translate-y-150 {
  --tw-translate-y: 150px !important;
}

.translate-y-175 {
  --tw-translate-y: 175px !important;
}

.translate-y-200 {
  --tw-translate-y: 200px !important;
}

.translate-y-220 {
  --tw-translate-y: 220px !important;
}

.translate-y-275 {
  --tw-translate-y: 275px !important;
}

.translate-y-300 {
  --tw-translate-y: 300px !important;
}

.translate-y-375 {
  --tw-translate-y: 375px !important;
}

.-translate-y-0 {
  --tw-translate-y: 0px !important;
}

.-translate-y-1 {
  --tw-translate-y: -4px !important;
}

.-translate-y-2 {
  --tw-translate-y: -8px !important;
}

.-translate-y-3 {
  --tw-translate-y: -3px !important;
}

.-translate-y-4 {
  --tw-translate-y: -4px !important;
}

.-translate-y-5 {
  --tw-translate-y: -5px !important;
}

.-translate-y-7 {
  --tw-translate-y: -7px !important;
}

.-translate-y-8 {
  --tw-translate-y: -8px !important;
}

.-translate-y-10 {
  --tw-translate-y: -10px !important;
}

.-translate-y-11 {
  --tw-translate-y: -11px !important;
}

.-translate-y-12 {
  --tw-translate-y: -12px !important;
}

.-translate-y-15 {
  --tw-translate-y: -15px !important;
}

.-translate-y-18 {
  --tw-translate-y: -18px !important;
}

.-translate-y-20 {
  --tw-translate-y: -20px !important;
}

.-translate-y-22 {
  --tw-translate-y: -22px !important;
}

.-translate-y-24 {
  --tw-translate-y: -24px !important;
}

.-translate-y-25 {
  --tw-translate-y: -25px !important;
}

.-translate-y-26 {
  --tw-translate-y: -26px !important;
}

.-translate-y-28 {
  --tw-translate-y: -28px !important;
}

.-translate-y-30 {
  --tw-translate-y: -30px !important;
}

.-translate-y-32 {
  --tw-translate-y: -32px !important;
}

.-translate-y-34 {
  --tw-translate-y: -34px !important;
}

.-translate-y-35 {
  --tw-translate-y: -35px !important;
}

.-translate-y-40 {
  --tw-translate-y: -40px !important;
}

.-translate-y-45 {
  --tw-translate-y: -45px !important;
}

.-translate-y-50 {
  --tw-translate-y: -50px !important;
}

.-translate-y-54 {
  --tw-translate-y: -54px !important;
}

.-translate-y-55 {
  --tw-translate-y: -55px !important;
}

.-translate-y-56 {
  --tw-translate-y: -56px !important;
}

.-translate-y-60 {
  --tw-translate-y: -60px !important;
}

.-translate-y-65 {
  --tw-translate-y: -65px !important;
}

.-translate-y-70 {
  --tw-translate-y: -70px !important;
}

.-translate-y-75 {
  --tw-translate-y: -75px !important;
}

.-translate-y-80 {
  --tw-translate-y: -80px !important;
}

.-translate-y-85 {
  --tw-translate-y: -85px !important;
}

.-translate-y-90 {
  --tw-translate-y: -90px !important;
}

.-translate-y-100 {
  --tw-translate-y: -100px !important;
}

.-translate-y-120 {
  --tw-translate-y: -120px !important;
}

.-translate-y-125 {
  --tw-translate-y: -125px !important;
}

.-translate-y-130 {
  --tw-translate-y: -130px !important;
}

.-translate-y-140 {
  --tw-translate-y: -140px !important;
}

.-translate-y-150 {
  --tw-translate-y: -150px !important;
}

.-translate-y-175 {
  --tw-translate-y: -175px !important;
}

.-translate-y-200 {
  --tw-translate-y: -200px !important;
}

.-translate-y-220 {
  --tw-translate-y: -220px !important;
}

.-translate-y-275 {
  --tw-translate-y: -275px !important;
}

.-translate-y-300 {
  --tw-translate-y: -300px !important;
}

.-translate-y-375 {
  --tw-translate-y: -375px !important;
}

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

.translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4 {
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4 {
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4 {
  --tw-translate-y: 75% !important;
}

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

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

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75% !important;
}

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

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

.hover\:translate-x-1:hover {
  --tw-translate-x: 4px !important;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 8px !important;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 3px !important;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 4px !important;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 5px !important;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 7px !important;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 8px !important;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 10px !important;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 11px !important;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 12px !important;
}

.hover\:translate-x-15:hover {
  --tw-translate-x: 15px !important;
}

.hover\:translate-x-18:hover {
  --tw-translate-x: 18px !important;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 20px !important;
}

.hover\:translate-x-22:hover {
  --tw-translate-x: 22px !important;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 24px !important;
}

.hover\:translate-x-25:hover {
  --tw-translate-x: 25px !important;
}

.hover\:translate-x-26:hover {
  --tw-translate-x: 26px !important;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 28px !important;
}

.hover\:translate-x-30:hover {
  --tw-translate-x: 30px !important;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 32px !important;
}

.hover\:translate-x-34:hover {
  --tw-translate-x: 34px !important;
}

.hover\:translate-x-35:hover {
  --tw-translate-x: 35px !important;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 40px !important;
}

.hover\:translate-x-45:hover {
  --tw-translate-x: 45px !important;
}

.hover\:translate-x-50:hover {
  --tw-translate-x: 50px !important;
}

.hover\:translate-x-54:hover {
  --tw-translate-x: 54px !important;
}

.hover\:translate-x-55:hover {
  --tw-translate-x: 55px !important;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 56px !important;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 60px !important;
}

.hover\:translate-x-65:hover {
  --tw-translate-x: 65px !important;
}

.hover\:translate-x-70:hover {
  --tw-translate-x: 70px !important;
}

.hover\:translate-x-75:hover {
  --tw-translate-x: 75px !important;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 80px !important;
}

.hover\:translate-x-85:hover {
  --tw-translate-x: 85px !important;
}

.hover\:translate-x-90:hover {
  --tw-translate-x: 90px !important;
}

.hover\:translate-x-100:hover {
  --tw-translate-x: 100px !important;
}

.hover\:translate-x-120:hover {
  --tw-translate-x: 120px !important;
}

.hover\:translate-x-125:hover {
  --tw-translate-x: 125px !important;
}

.hover\:translate-x-130:hover {
  --tw-translate-x: 130px !important;
}

.hover\:translate-x-140:hover {
  --tw-translate-x: 140px !important;
}

.hover\:translate-x-150:hover {
  --tw-translate-x: 150px !important;
}

.hover\:translate-x-175:hover {
  --tw-translate-x: 175px !important;
}

.hover\:translate-x-200:hover {
  --tw-translate-x: 200px !important;
}

.hover\:translate-x-220:hover {
  --tw-translate-x: 220px !important;
}

.hover\:translate-x-275:hover {
  --tw-translate-x: 275px !important;
}

.hover\:translate-x-300:hover {
  --tw-translate-x: 300px !important;
}

.hover\:translate-x-375:hover {
  --tw-translate-x: 375px !important;
}

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

.hover\:-translate-x-1:hover {
  --tw-translate-x: -4px !important;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -8px !important;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -3px !important;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -4px !important;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -5px !important;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -7px !important;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -8px !important;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -10px !important;
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -11px !important;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -12px !important;
}

.hover\:-translate-x-15:hover {
  --tw-translate-x: -15px !important;
}

.hover\:-translate-x-18:hover {
  --tw-translate-x: -18px !important;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -20px !important;
}

.hover\:-translate-x-22:hover {
  --tw-translate-x: -22px !important;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -24px !important;
}

.hover\:-translate-x-25:hover {
  --tw-translate-x: -25px !important;
}

.hover\:-translate-x-26:hover {
  --tw-translate-x: -26px !important;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -28px !important;
}

.hover\:-translate-x-30:hover {
  --tw-translate-x: -30px !important;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -32px !important;
}

.hover\:-translate-x-34:hover {
  --tw-translate-x: -34px !important;
}

.hover\:-translate-x-35:hover {
  --tw-translate-x: -35px !important;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -40px !important;
}

.hover\:-translate-x-45:hover {
  --tw-translate-x: -45px !important;
}

.hover\:-translate-x-50:hover {
  --tw-translate-x: -50px !important;
}

.hover\:-translate-x-54:hover {
  --tw-translate-x: -54px !important;
}

.hover\:-translate-x-55:hover {
  --tw-translate-x: -55px !important;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -56px !important;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -60px !important;
}

.hover\:-translate-x-65:hover {
  --tw-translate-x: -65px !important;
}

.hover\:-translate-x-70:hover {
  --tw-translate-x: -70px !important;
}

.hover\:-translate-x-75:hover {
  --tw-translate-x: -75px !important;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -80px !important;
}

.hover\:-translate-x-85:hover {
  --tw-translate-x: -85px !important;
}

.hover\:-translate-x-90:hover {
  --tw-translate-x: -90px !important;
}

.hover\:-translate-x-100:hover {
  --tw-translate-x: -100px !important;
}

.hover\:-translate-x-120:hover {
  --tw-translate-x: -120px !important;
}

.hover\:-translate-x-125:hover {
  --tw-translate-x: -125px !important;
}

.hover\:-translate-x-130:hover {
  --tw-translate-x: -130px !important;
}

.hover\:-translate-x-140:hover {
  --tw-translate-x: -140px !important;
}

.hover\:-translate-x-150:hover {
  --tw-translate-x: -150px !important;
}

.hover\:-translate-x-175:hover {
  --tw-translate-x: -175px !important;
}

.hover\:-translate-x-200:hover {
  --tw-translate-x: -200px !important;
}

.hover\:-translate-x-220:hover {
  --tw-translate-x: -220px !important;
}

.hover\:-translate-x-275:hover {
  --tw-translate-x: -275px !important;
}

.hover\:-translate-x-300:hover {
  --tw-translate-x: -300px !important;
}

.hover\:-translate-x-375:hover {
  --tw-translate-x: -375px !important;
}

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

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25% !important;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75% !important;
}

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

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

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25% !important;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75% !important;
}

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

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

.hover\:translate-y-1:hover {
  --tw-translate-y: 4px !important;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 8px !important;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 3px !important;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 4px !important;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 5px !important;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 7px !important;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 8px !important;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 10px !important;
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 11px !important;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 12px !important;
}

.hover\:translate-y-15:hover {
  --tw-translate-y: 15px !important;
}

.hover\:translate-y-18:hover {
  --tw-translate-y: 18px !important;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 20px !important;
}

.hover\:translate-y-22:hover {
  --tw-translate-y: 22px !important;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 24px !important;
}

.hover\:translate-y-25:hover {
  --tw-translate-y: 25px !important;
}

.hover\:translate-y-26:hover {
  --tw-translate-y: 26px !important;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 28px !important;
}

.hover\:translate-y-30:hover {
  --tw-translate-y: 30px !important;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 32px !important;
}

.hover\:translate-y-34:hover {
  --tw-translate-y: 34px !important;
}

.hover\:translate-y-35:hover {
  --tw-translate-y: 35px !important;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 40px !important;
}

.hover\:translate-y-45:hover {
  --tw-translate-y: 45px !important;
}

.hover\:translate-y-50:hover {
  --tw-translate-y: 50px !important;
}

.hover\:translate-y-54:hover {
  --tw-translate-y: 54px !important;
}

.hover\:translate-y-55:hover {
  --tw-translate-y: 55px !important;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 56px !important;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 60px !important;
}

.hover\:translate-y-65:hover {
  --tw-translate-y: 65px !important;
}

.hover\:translate-y-70:hover {
  --tw-translate-y: 70px !important;
}

.hover\:translate-y-75:hover {
  --tw-translate-y: 75px !important;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 80px !important;
}

.hover\:translate-y-85:hover {
  --tw-translate-y: 85px !important;
}

.hover\:translate-y-90:hover {
  --tw-translate-y: 90px !important;
}

.hover\:translate-y-100:hover {
  --tw-translate-y: 100px !important;
}

.hover\:translate-y-120:hover {
  --tw-translate-y: 120px !important;
}

.hover\:translate-y-125:hover {
  --tw-translate-y: 125px !important;
}

.hover\:translate-y-130:hover {
  --tw-translate-y: 130px !important;
}

.hover\:translate-y-140:hover {
  --tw-translate-y: 140px !important;
}

.hover\:translate-y-150:hover {
  --tw-translate-y: 150px !important;
}

.hover\:translate-y-175:hover {
  --tw-translate-y: 175px !important;
}

.hover\:translate-y-200:hover {
  --tw-translate-y: 200px !important;
}

.hover\:translate-y-220:hover {
  --tw-translate-y: 220px !important;
}

.hover\:translate-y-275:hover {
  --tw-translate-y: 275px !important;
}

.hover\:translate-y-300:hover {
  --tw-translate-y: 300px !important;
}

.hover\:translate-y-375:hover {
  --tw-translate-y: 375px !important;
}

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

.hover\:-translate-y-1:hover {
  --tw-translate-y: -4px !important;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -8px !important;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -3px !important;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -4px !important;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -5px !important;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -7px !important;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -8px !important;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -10px !important;
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -11px !important;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -12px !important;
}

.hover\:-translate-y-15:hover {
  --tw-translate-y: -15px !important;
}

.hover\:-translate-y-18:hover {
  --tw-translate-y: -18px !important;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -20px !important;
}

.hover\:-translate-y-22:hover {
  --tw-translate-y: -22px !important;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -24px !important;
}

.hover\:-translate-y-25:hover {
  --tw-translate-y: -25px !important;
}

.hover\:-translate-y-26:hover {
  --tw-translate-y: -26px !important;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -28px !important;
}

.hover\:-translate-y-30:hover {
  --tw-translate-y: -30px !important;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -32px !important;
}

.hover\:-translate-y-34:hover {
  --tw-translate-y: -34px !important;
}

.hover\:-translate-y-35:hover {
  --tw-translate-y: -35px !important;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -40px !important;
}

.hover\:-translate-y-45:hover {
  --tw-translate-y: -45px !important;
}

.hover\:-translate-y-50:hover {
  --tw-translate-y: -50px !important;
}

.hover\:-translate-y-54:hover {
  --tw-translate-y: -54px !important;
}

.hover\:-translate-y-55:hover {
  --tw-translate-y: -55px !important;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -56px !important;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -60px !important;
}

.hover\:-translate-y-65:hover {
  --tw-translate-y: -65px !important;
}

.hover\:-translate-y-70:hover {
  --tw-translate-y: -70px !important;
}

.hover\:-translate-y-75:hover {
  --tw-translate-y: -75px !important;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -80px !important;
}

.hover\:-translate-y-85:hover {
  --tw-translate-y: -85px !important;
}

.hover\:-translate-y-90:hover {
  --tw-translate-y: -90px !important;
}

.hover\:-translate-y-100:hover {
  --tw-translate-y: -100px !important;
}

.hover\:-translate-y-120:hover {
  --tw-translate-y: -120px !important;
}

.hover\:-translate-y-125:hover {
  --tw-translate-y: -125px !important;
}

.hover\:-translate-y-130:hover {
  --tw-translate-y: -130px !important;
}

.hover\:-translate-y-140:hover {
  --tw-translate-y: -140px !important;
}

.hover\:-translate-y-150:hover {
  --tw-translate-y: -150px !important;
}

.hover\:-translate-y-175:hover {
  --tw-translate-y: -175px !important;
}

.hover\:-translate-y-200:hover {
  --tw-translate-y: -200px !important;
}

.hover\:-translate-y-220:hover {
  --tw-translate-y: -220px !important;
}

.hover\:-translate-y-275:hover {
  --tw-translate-y: -275px !important;
}

.hover\:-translate-y-300:hover {
  --tw-translate-y: -300px !important;
}

.hover\:-translate-y-375:hover {
  --tw-translate-y: -375px !important;
}

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

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25% !important;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75% !important;
}

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

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

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25% !important;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75% !important;
}

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

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

.focus\:translate-x-1:focus {
  --tw-translate-x: 4px !important;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 8px !important;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 3px !important;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 4px !important;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 5px !important;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 7px !important;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 8px !important;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 10px !important;
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 11px !important;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 12px !important;
}

.focus\:translate-x-15:focus {
  --tw-translate-x: 15px !important;
}

.focus\:translate-x-18:focus {
  --tw-translate-x: 18px !important;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 20px !important;
}

.focus\:translate-x-22:focus {
  --tw-translate-x: 22px !important;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 24px !important;
}

.focus\:translate-x-25:focus {
  --tw-translate-x: 25px !important;
}

.focus\:translate-x-26:focus {
  --tw-translate-x: 26px !important;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 28px !important;
}

.focus\:translate-x-30:focus {
  --tw-translate-x: 30px !important;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 32px !important;
}

.focus\:translate-x-34:focus {
  --tw-translate-x: 34px !important;
}

.focus\:translate-x-35:focus {
  --tw-translate-x: 35px !important;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 40px !important;
}

.focus\:translate-x-45:focus {
  --tw-translate-x: 45px !important;
}

.focus\:translate-x-50:focus {
  --tw-translate-x: 50px !important;
}

.focus\:translate-x-54:focus {
  --tw-translate-x: 54px !important;
}

.focus\:translate-x-55:focus {
  --tw-translate-x: 55px !important;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 56px !important;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 60px !important;
}

.focus\:translate-x-65:focus {
  --tw-translate-x: 65px !important;
}

.focus\:translate-x-70:focus {
  --tw-translate-x: 70px !important;
}

.focus\:translate-x-75:focus {
  --tw-translate-x: 75px !important;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 80px !important;
}

.focus\:translate-x-85:focus {
  --tw-translate-x: 85px !important;
}

.focus\:translate-x-90:focus {
  --tw-translate-x: 90px !important;
}

.focus\:translate-x-100:focus {
  --tw-translate-x: 100px !important;
}

.focus\:translate-x-120:focus {
  --tw-translate-x: 120px !important;
}

.focus\:translate-x-125:focus {
  --tw-translate-x: 125px !important;
}

.focus\:translate-x-130:focus {
  --tw-translate-x: 130px !important;
}

.focus\:translate-x-140:focus {
  --tw-translate-x: 140px !important;
}

.focus\:translate-x-150:focus {
  --tw-translate-x: 150px !important;
}

.focus\:translate-x-175:focus {
  --tw-translate-x: 175px !important;
}

.focus\:translate-x-200:focus {
  --tw-translate-x: 200px !important;
}

.focus\:translate-x-220:focus {
  --tw-translate-x: 220px !important;
}

.focus\:translate-x-275:focus {
  --tw-translate-x: 275px !important;
}

.focus\:translate-x-300:focus {
  --tw-translate-x: 300px !important;
}

.focus\:translate-x-375:focus {
  --tw-translate-x: 375px !important;
}

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

.focus\:-translate-x-1:focus {
  --tw-translate-x: -4px !important;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -8px !important;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -3px !important;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -4px !important;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -5px !important;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -7px !important;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -8px !important;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -10px !important;
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -11px !important;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -12px !important;
}

.focus\:-translate-x-15:focus {
  --tw-translate-x: -15px !important;
}

.focus\:-translate-x-18:focus {
  --tw-translate-x: -18px !important;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -20px !important;
}

.focus\:-translate-x-22:focus {
  --tw-translate-x: -22px !important;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -24px !important;
}

.focus\:-translate-x-25:focus {
  --tw-translate-x: -25px !important;
}

.focus\:-translate-x-26:focus {
  --tw-translate-x: -26px !important;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -28px !important;
}

.focus\:-translate-x-30:focus {
  --tw-translate-x: -30px !important;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -32px !important;
}

.focus\:-translate-x-34:focus {
  --tw-translate-x: -34px !important;
}

.focus\:-translate-x-35:focus {
  --tw-translate-x: -35px !important;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -40px !important;
}

.focus\:-translate-x-45:focus {
  --tw-translate-x: -45px !important;
}

.focus\:-translate-x-50:focus {
  --tw-translate-x: -50px !important;
}

.focus\:-translate-x-54:focus {
  --tw-translate-x: -54px !important;
}

.focus\:-translate-x-55:focus {
  --tw-translate-x: -55px !important;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -56px !important;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -60px !important;
}

.focus\:-translate-x-65:focus {
  --tw-translate-x: -65px !important;
}

.focus\:-translate-x-70:focus {
  --tw-translate-x: -70px !important;
}

.focus\:-translate-x-75:focus {
  --tw-translate-x: -75px !important;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -80px !important;
}

.focus\:-translate-x-85:focus {
  --tw-translate-x: -85px !important;
}

.focus\:-translate-x-90:focus {
  --tw-translate-x: -90px !important;
}

.focus\:-translate-x-100:focus {
  --tw-translate-x: -100px !important;
}

.focus\:-translate-x-120:focus {
  --tw-translate-x: -120px !important;
}

.focus\:-translate-x-125:focus {
  --tw-translate-x: -125px !important;
}

.focus\:-translate-x-130:focus {
  --tw-translate-x: -130px !important;
}

.focus\:-translate-x-140:focus {
  --tw-translate-x: -140px !important;
}

.focus\:-translate-x-150:focus {
  --tw-translate-x: -150px !important;
}

.focus\:-translate-x-175:focus {
  --tw-translate-x: -175px !important;
}

.focus\:-translate-x-200:focus {
  --tw-translate-x: -200px !important;
}

.focus\:-translate-x-220:focus {
  --tw-translate-x: -220px !important;
}

.focus\:-translate-x-275:focus {
  --tw-translate-x: -275px !important;
}

.focus\:-translate-x-300:focus {
  --tw-translate-x: -300px !important;
}

.focus\:-translate-x-375:focus {
  --tw-translate-x: -375px !important;
}

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

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25% !important;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75% !important;
}

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

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

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25% !important;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75% !important;
}

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

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

.focus\:translate-y-1:focus {
  --tw-translate-y: 4px !important;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 8px !important;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 3px !important;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 4px !important;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 5px !important;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 7px !important;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 8px !important;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 10px !important;
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 11px !important;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 12px !important;
}

.focus\:translate-y-15:focus {
  --tw-translate-y: 15px !important;
}

.focus\:translate-y-18:focus {
  --tw-translate-y: 18px !important;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 20px !important;
}

.focus\:translate-y-22:focus {
  --tw-translate-y: 22px !important;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 24px !important;
}

.focus\:translate-y-25:focus {
  --tw-translate-y: 25px !important;
}

.focus\:translate-y-26:focus {
  --tw-translate-y: 26px !important;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 28px !important;
}

.focus\:translate-y-30:focus {
  --tw-translate-y: 30px !important;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 32px !important;
}

.focus\:translate-y-34:focus {
  --tw-translate-y: 34px !important;
}

.focus\:translate-y-35:focus {
  --tw-translate-y: 35px !important;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 40px !important;
}

.focus\:translate-y-45:focus {
  --tw-translate-y: 45px !important;
}

.focus\:translate-y-50:focus {
  --tw-translate-y: 50px !important;
}

.focus\:translate-y-54:focus {
  --tw-translate-y: 54px !important;
}

.focus\:translate-y-55:focus {
  --tw-translate-y: 55px !important;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 56px !important;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 60px !important;
}

.focus\:translate-y-65:focus {
  --tw-translate-y: 65px !important;
}

.focus\:translate-y-70:focus {
  --tw-translate-y: 70px !important;
}

.focus\:translate-y-75:focus {
  --tw-translate-y: 75px !important;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 80px !important;
}

.focus\:translate-y-85:focus {
  --tw-translate-y: 85px !important;
}

.focus\:translate-y-90:focus {
  --tw-translate-y: 90px !important;
}

.focus\:translate-y-100:focus {
  --tw-translate-y: 100px !important;
}

.focus\:translate-y-120:focus {
  --tw-translate-y: 120px !important;
}

.focus\:translate-y-125:focus {
  --tw-translate-y: 125px !important;
}

.focus\:translate-y-130:focus {
  --tw-translate-y: 130px !important;
}

.focus\:translate-y-140:focus {
  --tw-translate-y: 140px !important;
}

.focus\:translate-y-150:focus {
  --tw-translate-y: 150px !important;
}

.focus\:translate-y-175:focus {
  --tw-translate-y: 175px !important;
}

.focus\:translate-y-200:focus {
  --tw-translate-y: 200px !important;
}

.focus\:translate-y-220:focus {
  --tw-translate-y: 220px !important;
}

.focus\:translate-y-275:focus {
  --tw-translate-y: 275px !important;
}

.focus\:translate-y-300:focus {
  --tw-translate-y: 300px !important;
}

.focus\:translate-y-375:focus {
  --tw-translate-y: 375px !important;
}

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

.focus\:-translate-y-1:focus {
  --tw-translate-y: -4px !important;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -8px !important;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -3px !important;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -4px !important;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -5px !important;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -7px !important;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -8px !important;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -10px !important;
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -11px !important;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -12px !important;
}

.focus\:-translate-y-15:focus {
  --tw-translate-y: -15px !important;
}

.focus\:-translate-y-18:focus {
  --tw-translate-y: -18px !important;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -20px !important;
}

.focus\:-translate-y-22:focus {
  --tw-translate-y: -22px !important;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -24px !important;
}

.focus\:-translate-y-25:focus {
  --tw-translate-y: -25px !important;
}

.focus\:-translate-y-26:focus {
  --tw-translate-y: -26px !important;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -28px !important;
}

.focus\:-translate-y-30:focus {
  --tw-translate-y: -30px !important;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -32px !important;
}

.focus\:-translate-y-34:focus {
  --tw-translate-y: -34px !important;
}

.focus\:-translate-y-35:focus {
  --tw-translate-y: -35px !important;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -40px !important;
}

.focus\:-translate-y-45:focus {
  --tw-translate-y: -45px !important;
}

.focus\:-translate-y-50:focus {
  --tw-translate-y: -50px !important;
}

.focus\:-translate-y-54:focus {
  --tw-translate-y: -54px !important;
}

.focus\:-translate-y-55:focus {
  --tw-translate-y: -55px !important;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -56px !important;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -60px !important;
}

.focus\:-translate-y-65:focus {
  --tw-translate-y: -65px !important;
}

.focus\:-translate-y-70:focus {
  --tw-translate-y: -70px !important;
}

.focus\:-translate-y-75:focus {
  --tw-translate-y: -75px !important;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -80px !important;
}

.focus\:-translate-y-85:focus {
  --tw-translate-y: -85px !important;
}

.focus\:-translate-y-90:focus {
  --tw-translate-y: -90px !important;
}

.focus\:-translate-y-100:focus {
  --tw-translate-y: -100px !important;
}

.focus\:-translate-y-120:focus {
  --tw-translate-y: -120px !important;
}

.focus\:-translate-y-125:focus {
  --tw-translate-y: -125px !important;
}

.focus\:-translate-y-130:focus {
  --tw-translate-y: -130px !important;
}

.focus\:-translate-y-140:focus {
  --tw-translate-y: -140px !important;
}

.focus\:-translate-y-150:focus {
  --tw-translate-y: -150px !important;
}

.focus\:-translate-y-175:focus {
  --tw-translate-y: -175px !important;
}

.focus\:-translate-y-200:focus {
  --tw-translate-y: -200px !important;
}

.focus\:-translate-y-220:focus {
  --tw-translate-y: -220px !important;
}

.focus\:-translate-y-275:focus {
  --tw-translate-y: -275px !important;
}

.focus\:-translate-y-300:focus {
  --tw-translate-y: -300px !important;
}

.focus\:-translate-y-375:focus {
  --tw-translate-y: -375px !important;
}

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

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25% !important;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75% !important;
}

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

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

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25% !important;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75% !important;
}

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

.rotate-0 {
  --tw-rotate: 0deg !important;
}

.rotate-1 {
  --tw-rotate: 1deg !important;
}

.rotate-2 {
  --tw-rotate: 2deg !important;
}

.rotate-3 {
  --tw-rotate: 3deg !important;
}

.rotate-6 {
  --tw-rotate: 6deg !important;
}

.rotate-12 {
  --tw-rotate: 12deg !important;
}

.rotate-45 {
  --tw-rotate: 45deg !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
}

.-rotate-180 {
  --tw-rotate: -180deg !important;
}

.-rotate-90 {
  --tw-rotate: -90deg !important;
}

.-rotate-45 {
  --tw-rotate: -45deg !important;
}

.-rotate-12 {
  --tw-rotate: -12deg !important;
}

.-rotate-6 {
  --tw-rotate: -6deg !important;
}

.-rotate-3 {
  --tw-rotate: -3deg !important;
}

.-rotate-2 {
  --tw-rotate: -2deg !important;
}

.-rotate-1 {
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg !important;
}

.skew-x-0 {
  --tw-skew-x: 0deg !important;
}

.skew-x-1 {
  --tw-skew-x: 1deg !important;
}

.skew-x-2 {
  --tw-skew-x: 2deg !important;
}

.skew-x-3 {
  --tw-skew-x: 3deg !important;
}

.skew-x-6 {
  --tw-skew-x: 6deg !important;
}

.skew-x-12 {
  --tw-skew-x: 12deg !important;
}

.-skew-x-12 {
  --tw-skew-x: -12deg !important;
}

.-skew-x-6 {
  --tw-skew-x: -6deg !important;
}

.-skew-x-3 {
  --tw-skew-x: -3deg !important;
}

.-skew-x-2 {
  --tw-skew-x: -2deg !important;
}

.-skew-x-1 {
  --tw-skew-x: -1deg !important;
}

.skew-y-0 {
  --tw-skew-y: 0deg !important;
}

.skew-y-1 {
  --tw-skew-y: 1deg !important;
}

.skew-y-2 {
  --tw-skew-y: 2deg !important;
}

.skew-y-3 {
  --tw-skew-y: 3deg !important;
}

.skew-y-6 {
  --tw-skew-y: 6deg !important;
}

.skew-y-12 {
  --tw-skew-y: 12deg !important;
}

.-skew-y-12 {
  --tw-skew-y: -12deg !important;
}

.-skew-y-6 {
  --tw-skew-y: -6deg !important;
}

.-skew-y-3 {
  --tw-skew-y: -3deg !important;
}

.-skew-y-2 {
  --tw-skew-y: -2deg !important;
}

.-skew-y-1 {
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg !important;
}

.scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

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

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

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

.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

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

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

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

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

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

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

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

.focus\:scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0 {
  --tw-scale-x: 0 !important;
}

.scale-x-50 {
  --tw-scale-x: .5 !important;
}

.scale-x-75 {
  --tw-scale-x: .75 !important;
}

.scale-x-90 {
  --tw-scale-x: .9 !important;
}

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

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

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

.scale-x-110 {
  --tw-scale-x: 1.1 !important;
}

.scale-x-125 {
  --tw-scale-x: 1.25 !important;
}

.scale-x-150 {
  --tw-scale-x: 1.5 !important;
}

.scale-y-0 {
  --tw-scale-y: 0 !important;
}

.scale-y-50 {
  --tw-scale-y: .5 !important;
}

.scale-y-75 {
  --tw-scale-y: .75 !important;
}

.scale-y-90 {
  --tw-scale-y: .9 !important;
}

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

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

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

.scale-y-110 {
  --tw-scale-y: 1.1 !important;
}

.scale-y-125 {
  --tw-scale-y: 1.25 !important;
}

.scale-y-150 {
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9 !important;
}

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

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

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

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9 !important;
}

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

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

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

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9 !important;
}

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

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

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

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9 !important;
}

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

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

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

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5 !important;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

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

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

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

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

.animate-fadeIn {
  -webkit-animation: fadeIn 0.5s !important;
          animation: fadeIn 0.5s !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

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

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

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

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

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

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

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

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

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

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

.auto-cols-min {
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max {
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
  grid-template-rows: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.items-end {
  align-items: flex-end !important;
}

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

.items-baseline {
  align-items: baseline !important;
}

.items-stretch {
  align-items: stretch !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

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

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

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

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

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

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 4px !important;
}

.gap-2 {
  gap: 8px !important;
}

.gap-3 {
  gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-7 {
  gap: 7px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-11 {
  gap: 11px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-18 {
  gap: 18px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-22 {
  gap: 22px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-26 {
  gap: 26px !important;
}

.gap-28 {
  gap: 28px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-34 {
  gap: 34px !important;
}

.gap-35 {
  gap: 35px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-45 {
  gap: 45px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-54 {
  gap: 54px !important;
}

.gap-55 {
  gap: 55px !important;
}

.gap-56 {
  gap: 56px !important;
}

.gap-60 {
  gap: 60px !important;
}

.gap-65 {
  gap: 65px !important;
}

.gap-70 {
  gap: 70px !important;
}

.gap-75 {
  gap: 75px !important;
}

.gap-80 {
  gap: 80px !important;
}

.gap-85 {
  gap: 85px !important;
}

.gap-90 {
  gap: 90px !important;
}

.gap-100 {
  gap: 100px !important;
}

.gap-120 {
  gap: 120px !important;
}

.gap-125 {
  gap: 125px !important;
}

.gap-130 {
  gap: 130px !important;
}

.gap-140 {
  gap: 140px !important;
}

.gap-150 {
  gap: 150px !important;
}

.gap-175 {
  gap: 175px !important;
}

.gap-200 {
  gap: 200px !important;
}

.gap-220 {
  gap: 220px !important;
}

.gap-275 {
  gap: 275px !important;
}

.gap-300 {
  gap: 300px !important;
}

.gap-375 {
  gap: 375px !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-1 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

.gap-x-2 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

.gap-x-3 {
  -moz-column-gap: 3px !important;
       column-gap: 3px !important;
}

.gap-x-4 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

.gap-x-5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.gap-x-7 {
  -moz-column-gap: 7px !important;
       column-gap: 7px !important;
}

.gap-x-8 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

.gap-x-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.gap-x-11 {
  -moz-column-gap: 11px !important;
       column-gap: 11px !important;
}

.gap-x-12 {
  -moz-column-gap: 12px !important;
       column-gap: 12px !important;
}

.gap-x-15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.gap-x-18 {
  -moz-column-gap: 18px !important;
       column-gap: 18px !important;
}

.gap-x-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.gap-x-22 {
  -moz-column-gap: 22px !important;
       column-gap: 22px !important;
}

.gap-x-24 {
  -moz-column-gap: 24px !important;
       column-gap: 24px !important;
}

.gap-x-25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}

.gap-x-26 {
  -moz-column-gap: 26px !important;
       column-gap: 26px !important;
}

.gap-x-28 {
  -moz-column-gap: 28px !important;
       column-gap: 28px !important;
}

.gap-x-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.gap-x-32 {
  -moz-column-gap: 32px !important;
       column-gap: 32px !important;
}

.gap-x-34 {
  -moz-column-gap: 34px !important;
       column-gap: 34px !important;
}

.gap-x-35 {
  -moz-column-gap: 35px !important;
       column-gap: 35px !important;
}

.gap-x-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.gap-x-45 {
  -moz-column-gap: 45px !important;
       column-gap: 45px !important;
}

.gap-x-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.gap-x-54 {
  -moz-column-gap: 54px !important;
       column-gap: 54px !important;
}

.gap-x-55 {
  -moz-column-gap: 55px !important;
       column-gap: 55px !important;
}

.gap-x-56 {
  -moz-column-gap: 56px !important;
       column-gap: 56px !important;
}

.gap-x-60 {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important;
}

.gap-x-65 {
  -moz-column-gap: 65px !important;
       column-gap: 65px !important;
}

.gap-x-70 {
  -moz-column-gap: 70px !important;
       column-gap: 70px !important;
}

.gap-x-75 {
  -moz-column-gap: 75px !important;
       column-gap: 75px !important;
}

.gap-x-80 {
  -moz-column-gap: 80px !important;
       column-gap: 80px !important;
}

.gap-x-85 {
  -moz-column-gap: 85px !important;
       column-gap: 85px !important;
}

.gap-x-90 {
  -moz-column-gap: 90px !important;
       column-gap: 90px !important;
}

.gap-x-100 {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important;
}

.gap-x-120 {
  -moz-column-gap: 120px !important;
       column-gap: 120px !important;
}

.gap-x-125 {
  -moz-column-gap: 125px !important;
       column-gap: 125px !important;
}

.gap-x-130 {
  -moz-column-gap: 130px !important;
       column-gap: 130px !important;
}

.gap-x-140 {
  -moz-column-gap: 140px !important;
       column-gap: 140px !important;
}

.gap-x-150 {
  -moz-column-gap: 150px !important;
       column-gap: 150px !important;
}

.gap-x-175 {
  -moz-column-gap: 175px !important;
       column-gap: 175px !important;
}

.gap-x-200 {
  -moz-column-gap: 200px !important;
       column-gap: 200px !important;
}

.gap-x-220 {
  -moz-column-gap: 220px !important;
       column-gap: 220px !important;
}

.gap-x-275 {
  -moz-column-gap: 275px !important;
       column-gap: 275px !important;
}

.gap-x-300 {
  -moz-column-gap: 300px !important;
       column-gap: 300px !important;
}

.gap-x-375 {
  -moz-column-gap: 375px !important;
       column-gap: 375px !important;
}

.gap-y-0 {
  row-gap: 0px !important;
}

.gap-y-1 {
  row-gap: 4px !important;
}

.gap-y-2 {
  row-gap: 8px !important;
}

.gap-y-3 {
  row-gap: 3px !important;
}

.gap-y-4 {
  row-gap: 4px !important;
}

.gap-y-5 {
  row-gap: 5px !important;
}

.gap-y-7 {
  row-gap: 7px !important;
}

.gap-y-8 {
  row-gap: 8px !important;
}

.gap-y-10 {
  row-gap: 10px !important;
}

.gap-y-11 {
  row-gap: 11px !important;
}

.gap-y-12 {
  row-gap: 12px !important;
}

.gap-y-15 {
  row-gap: 15px !important;
}

.gap-y-18 {
  row-gap: 18px !important;
}

.gap-y-20 {
  row-gap: 20px !important;
}

.gap-y-22 {
  row-gap: 22px !important;
}

.gap-y-24 {
  row-gap: 24px !important;
}

.gap-y-25 {
  row-gap: 25px !important;
}

.gap-y-26 {
  row-gap: 26px !important;
}

.gap-y-28 {
  row-gap: 28px !important;
}

.gap-y-30 {
  row-gap: 30px !important;
}

.gap-y-32 {
  row-gap: 32px !important;
}

.gap-y-34 {
  row-gap: 34px !important;
}

.gap-y-35 {
  row-gap: 35px !important;
}

.gap-y-40 {
  row-gap: 40px !important;
}

.gap-y-45 {
  row-gap: 45px !important;
}

.gap-y-50 {
  row-gap: 50px !important;
}

.gap-y-54 {
  row-gap: 54px !important;
}

.gap-y-55 {
  row-gap: 55px !important;
}

.gap-y-56 {
  row-gap: 56px !important;
}

.gap-y-60 {
  row-gap: 60px !important;
}

.gap-y-65 {
  row-gap: 65px !important;
}

.gap-y-70 {
  row-gap: 70px !important;
}

.gap-y-75 {
  row-gap: 75px !important;
}

.gap-y-80 {
  row-gap: 80px !important;
}

.gap-y-85 {
  row-gap: 85px !important;
}

.gap-y-90 {
  row-gap: 90px !important;
}

.gap-y-100 {
  row-gap: 100px !important;
}

.gap-y-120 {
  row-gap: 120px !important;
}

.gap-y-125 {
  row-gap: 125px !important;
}

.gap-y-130 {
  row-gap: 130px !important;
}

.gap-y-140 {
  row-gap: 140px !important;
}

.gap-y-150 {
  row-gap: 150px !important;
}

.gap-y-175 {
  row-gap: 175px !important;
}

.gap-y-200 {
  row-gap: 200px !important;
}

.gap-y-220 {
  row-gap: 220px !important;
}

.gap-y-275 {
  row-gap: 275px !important;
}

.gap-y-300 {
  row-gap: 300px !important;
}

.gap-y-375 {
  row-gap: 375px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.divide-grey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
}

.divide-lightgrey > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25 !important;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75 !important;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95 !important;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.self-baseline {
  align-self: baseline !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

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

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overscroll-auto {
  overscroll-behavior: auto !important;
}

.overscroll-contain {
  overscroll-behavior: contain !important;
}

.overscroll-none {
  overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

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

.overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.overflow-clip {
  text-overflow: clip !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-sm {
  border-radius: 10px !important;
}

.rounded-md {
  border-radius: 20px !important;
}

.rounded-full {
  border-radius: 100% !important;
}

.rounded-t {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-t-sm {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-t-md {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.rounded-t-full {
  border-top-left-radius: 100% !important;
  border-top-right-radius: 100% !important;
}

.rounded-r {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-r-sm {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-r-md {
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-r-full {
  border-top-right-radius: 100% !important;
  border-bottom-right-radius: 100% !important;
}

.rounded-b {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-b-md {
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-b-full {
  border-bottom-right-radius: 100% !important;
  border-bottom-left-radius: 100% !important;
}

.rounded-l {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-l-sm {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-l-md {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.rounded-l-full {
  border-top-left-radius: 100% !important;
  border-bottom-left-radius: 100% !important;
}

.rounded-tl {
  border-top-left-radius: 4px !important;
}

.rounded-tl-sm {
  border-top-left-radius: 10px !important;
}

.rounded-tl-md {
  border-top-left-radius: 20px !important;
}

.rounded-tl-full {
  border-top-left-radius: 100% !important;
}

.rounded-tr {
  border-top-right-radius: 4px !important;
}

.rounded-tr-sm {
  border-top-right-radius: 10px !important;
}

.rounded-tr-md {
  border-top-right-radius: 20px !important;
}

.rounded-tr-full {
  border-top-right-radius: 100% !important;
}

.rounded-br {
  border-bottom-right-radius: 4px !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 10px !important;
}

.rounded-br-md {
  border-bottom-right-radius: 20px !important;
}

.rounded-br-full {
  border-bottom-right-radius: 100% !important;
}

.rounded-bl {
  border-bottom-left-radius: 4px !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 10px !important;
}

.rounded-bl-md {
  border-bottom-left-radius: 20px !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 100% !important;
}

.border-10 {
  border-width: 10px !important;
}

.first\:border-10:first-child {
  border-width: 10px !important;
}

.last\:border-10:last-child {
  border-width: 10px !important;
}

.hover\:border-10:hover {
  border-width: 10px !important;
}

.border-t-10 {
  border-top-width: 10px !important;
}

.border-r-10 {
  border-right-width: 10px !important;
}

.border-b-10 {
  border-bottom-width: 10px !important;
}

.border-l-10 {
  border-left-width: 10px !important;
}

.first\:border-t-10:first-child {
  border-top-width: 10px !important;
}

.first\:border-r-10:first-child {
  border-right-width: 10px !important;
}

.first\:border-b-10:first-child {
  border-bottom-width: 10px !important;
}

.first\:border-l-10:first-child {
  border-left-width: 10px !important;
}

.last\:border-t-10:last-child {
  border-top-width: 10px !important;
}

.last\:border-r-10:last-child {
  border-right-width: 10px !important;
}

.last\:border-b-10:last-child {
  border-bottom-width: 10px !important;
}

.last\:border-l-10:last-child {
  border-left-width: 10px !important;
}

.hover\:border-t-10:hover {
  border-top-width: 10px !important;
}

.hover\:border-r-10:hover {
  border-right-width: 10px !important;
}

.hover\:border-b-10:hover {
  border-bottom-width: 10px !important;
}

.hover\:border-l-10:hover {
  border-left-width: 10px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

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

.border-current {
  border-color: currentColor !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.border-lightgrey {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}

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

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

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grey {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lightgrey {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}

.focus-within\:border-current:focus-within {
  border-color: currentColor !important;
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent !important;
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grey:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lightgrey:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}

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

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

.hover\:border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-grey:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.hover\:border-lightgrey:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}

.focus\:border-current:focus {
  border-color: currentColor !important;
}

.focus\:border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-grey:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
}

.focus\:border-lightgrey:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}

.border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0 !important;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1 !important;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0 !important;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1 !important;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1 !important;
}

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

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

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

.bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.bg-lightgrey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
}

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

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

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

.group:hover .group-hover\:bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lightgrey {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
}

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

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

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grey:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lightgrey:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
}

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

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

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

.hover\:bg-grey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lightgrey:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
}

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

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

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

.focus\:bg-grey:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lightgrey:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
}

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

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

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

.active\:bg-grey:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
}

.active\:bg-lightgrey:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1 !important;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.from-grey {
  --tw-gradient-from: #707070 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.from-lightgrey {
  --tw-gradient-from: #1A1A1A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
}

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

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

.hover\:from-white:hover {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-grey:hover {
  --tw-gradient-from: #707070 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.hover\:from-lightgrey:hover {
  --tw-gradient-from: #1A1A1A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
}

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

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

.focus\:from-white:focus {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-grey:focus {
  --tw-gradient-from: #707070 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.focus\:from-lightgrey:focus {
  --tw-gradient-from: #1A1A1A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
}

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

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

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

.via-grey {
  --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.via-lightgrey {
  --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
}

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

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-grey:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.hover\:via-lightgrey:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
}

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

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-grey:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
}

.focus\:via-lightgrey:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
}

.to-current {
  --tw-gradient-to: currentColor !important;
}

.to-transparent {
  --tw-gradient-to: transparent !important;
}

.to-white {
  --tw-gradient-to: #fff !important;
}

.to-grey {
  --tw-gradient-to: #707070 !important;
}

.to-lightgrey {
  --tw-gradient-to: #1A1A1A !important;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor !important;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent !important;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff !important;
}

.hover\:to-grey:hover {
  --tw-gradient-to: #707070 !important;
}

.hover\:to-lightgrey:hover {
  --tw-gradient-to: #1A1A1A !important;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor !important;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent !important;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff !important;
}

.focus\:to-grey:focus {
  --tw-gradient-to: #707070 !important;
}

.focus\:to-lightgrey:focus {
  --tw-gradient-to: #1A1A1A !important;
}

.decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-auto {
  background-size: auto !important;
}

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

.bg-contain {
  background-size: contain !important;
}

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

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

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

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

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

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

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

.bg-bottom {
  background-position: bottom !important;
}

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

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

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

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

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

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-22 {
  padding: 22px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.p-28 {
  padding: 28px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-34 {
  padding: 34px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-54 {
  padding: 54px !important;
}

.p-55 {
  padding: 55px !important;
}

.p-56 {
  padding: 56px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-65 {
  padding: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-75 {
  padding: 75px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-85 {
  padding: 85px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.p-120 {
  padding: 120px !important;
}

.p-125 {
  padding: 125px !important;
}

.p-130 {
  padding: 130px !important;
}

.p-140 {
  padding: 140px !important;
}

.p-150 {
  padding: 150px !important;
}

.p-175 {
  padding: 175px !important;
}

.p-200 {
  padding: 200px !important;
}

.p-220 {
  padding: 220px !important;
}

.p-275 {
  padding: 275px !important;
}

.p-300 {
  padding: 300px !important;
}

.p-375 {
  padding: 375px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-11 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-22 {
  padding-left: 22px !important;
  padding-right: 22px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-26 {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-34 {
  padding-left: 34px !important;
  padding-right: 34px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-54 {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.px-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.px-175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

.px-220 {
  padding-left: 220px !important;
  padding-right: 220px !important;
}

.px-275 {
  padding-left: 275px !important;
  padding-right: 275px !important;
}

.px-300 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}

.px-375 {
  padding-left: 375px !important;
  padding-right: 375px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-26 {
  padding-top: 26px !important;
  padding-bottom: 26px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-54 {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.py-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}

.py-275 {
  padding-top: 275px !important;
  padding-bottom: 275px !important;
}

.py-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

.py-375 {
  padding-top: 375px !important;
  padding-bottom: 375px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-220 {
  padding-top: 220px !important;
}

.pt-275 {
  padding-top: 275px !important;
}

.pt-300 {
  padding-top: 300px !important;
}

.pt-375 {
  padding-top: 375px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-54 {
  padding-right: 54px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pr-220 {
  padding-right: 220px !important;
}

.pr-275 {
  padding-right: 275px !important;
}

.pr-300 {
  padding-right: 300px !important;
}

.pr-375 {
  padding-right: 375px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-220 {
  padding-bottom: 220px !important;
}

.pb-275 {
  padding-bottom: 275px !important;
}

.pb-300 {
  padding-bottom: 300px !important;
}

.pb-375 {
  padding-bottom: 375px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-26 {
  padding-left: 26px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-54 {
  padding-left: 54px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pl-220 {
  padding-left: 220px !important;
}

.pl-275 {
  padding-left: 275px !important;
}

.pl-300 {
  padding-left: 300px !important;
}

.pl-375 {
  padding-left: 375px !important;
}

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

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

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

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.font-default {
  font-family: Proxima Nova !important;
}

.text-p12 {
  font-size: 12px !important;
}

.text-p13 {
  font-size: 13px !important;
}

.text-p14 {
  font-size: 14px !important;
}

.text-p15 {
  font-size: 15px !important;
}

.text-p16 {
  font-size: 16px !important;
}

.text-p18 {
  font-size: 18px !important;
}

.text-p20 {
  font-size: 20px !important;
}

.text-p24 {
  font-size: 24px !important;
}

.text-h22 {
  font-size: 22px !important;
}

.text-h24 {
  font-size: 24px !important;
}

.text-h26 {
  font-size: 26px !important;
}

.text-h28 {
  font-size: 28px !important;
}

.text-h30 {
  font-size: 30px !important;
}

.text-h34 {
  font-size: 34px !important;
}

.text-h36 {
  font-size: 36px !important;
}

.text-h40 {
  font-size: 40px !important;
}

.text-h50 {
  font-size: 50px !important;
}

.text-h60 {
  font-size: 60px !important;
}

.text-h70 {
  font-size: 70px !important;
}

.text-h75 {
  font-size: 75px !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

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

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

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.hover\:font-thin:hover {
  font-weight: 100 !important;
}

.hover\:font-extralight:hover {
  font-weight: 200 !important;
}

.hover\:font-light:hover {
  font-weight: 300 !important;
}

.hover\:font-normal:hover {
  font-weight: 400 !important;
}

.hover\:font-medium:hover {
  font-weight: 500 !important;
}

.hover\:font-semibold:hover {
  font-weight: 600 !important;
}

.hover\:font-bold:hover {
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover {
  font-weight: 800 !important;
}

.hover\:font-black:hover {
  font-weight: 900 !important;
}

.active\:font-thin:active {
  font-weight: 100 !important;
}

.active\:font-extralight:active {
  font-weight: 200 !important;
}

.active\:font-light:active {
  font-weight: 300 !important;
}

.active\:font-normal:active {
  font-weight: 400 !important;
}

.active\:font-medium:active {
  font-weight: 500 !important;
}

.active\:font-semibold:active {
  font-weight: 600 !important;
}

.active\:font-bold:active {
  font-weight: 700 !important;
}

.active\:font-extrabold:active {
  font-weight: 800 !important;
}

.active\:font-black:active {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --tw-ordinal: ordinal !important;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-15 {
  line-height: 1.5 !important;
}

.leading-16 {
  line-height: 16px !important;
}

.leading-20 {
  line-height: 20px !important;
}

.leading-22 {
  line-height: 22px !important;
}

.leading-24 {
  line-height: 24px !important;
}

.leading-26 {
  line-height: 26px !important;
}

.leading-27 {
  line-height: 27px !important;
}

.leading-28 {
  line-height: 28px !important;
}

.leading-30 {
  line-height: 30px !important;
}

.leading-32 {
  line-height: 32px !important;
}

.leading-34 {
  line-height: 34px !important;
}

.leading-36 {
  line-height: 36px !important;
}

.leading-40 {
  line-height: 40px !important;
}

.leading-48 {
  line-height: 48px !important;
}

.leading-50 {
  line-height: 52px !important;
}

.leading-54 {
  line-height: 54px !important;
}

.leading-56 {
  line-height: 56px !important;
}

.leading-60 {
  line-height: 60px !important;
}

.leading-67 {
  line-height: 67px !important;
}

.leading-75 {
  line-height: 75px !important;
}

.leading-78 {
  line-height: 78px !important;
}

.leading-90 {
  line-height: 90px !important;
}

.leading-none {
  line-height: 1 !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0em !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.text-current {
  color: currentColor !important;
}

.text-transparent {
  color: transparent !important;
}

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

.text-grey {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.text-lightgrey {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
}

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

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

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grey {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lightgrey {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
}

.focus-within\:text-current:focus-within {
  color: currentColor !important;
}

.focus-within\:text-transparent:focus-within {
  color: transparent !important;
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grey:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lightgrey:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
}

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

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

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-grey:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.hover\:text-lightgrey:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
}

.focus\:text-current:focus {
  color: currentColor !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-grey:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
}

.focus\:text-lightgrey:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
}

.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0 !important;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1 !important;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0 !important;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1 !important;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1 !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.group:hover .group-hover\:underline {
  text-decoration: underline !important;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through !important;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none !important;
}

.focus-within\:underline:focus-within {
  text-decoration: underline !important;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through !important;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.placeholder-current::placeholder {
  color: currentColor !important;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grey::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightgrey::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightgrey::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grey:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightgrey:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightgrey:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1 !important;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4 !important;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6 !important;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7 !important;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75 !important;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8 !important;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9 !important;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0 !important;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05 !important;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.1 !important;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2 !important;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25 !important;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3 !important;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4 !important;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5 !important;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6 !important;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7 !important;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75 !important;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8 !important;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9 !important;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95 !important;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-5:hover {
  opacity: 0.05 !important;
}

.hover\:opacity-10:hover {
  opacity: 0.1 !important;
}

.hover\:opacity-20:hover {
  opacity: 0.2 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-30:hover {
  opacity: 0.3 !important;
}

.hover\:opacity-40:hover {
  opacity: 0.4 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-60:hover {
  opacity: 0.6 !important;
}

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

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-5:focus {
  opacity: 0.05 !important;
}

.focus\:opacity-10:focus {
  opacity: 0.1 !important;
}

.focus\:opacity-20:focus {
  opacity: 0.2 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-30:focus {
  opacity: 0.3 !important;
}

.focus\:opacity-40:focus {
  opacity: 0.4 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-60:focus {
  opacity: 0.6 !important;
}

.focus\:opacity-70:focus {
  opacity: 0.7 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-80:focus {
  opacity: 0.8 !important;
}

.focus\:opacity-90:focus {
  opacity: 0.9 !important;
}

.focus\:opacity-95:focus {
  opacity: 0.95 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

.bg-blend-normal {
  background-blend-mode: normal !important;
}

.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.bg-blend-screen {
  background-blend-mode: screen !important;
}

.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

.bg-blend-difference {
  background-blend-mode: difference !important;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

.bg-blend-hue {
  background-blend-mode: hue !important;
}

.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

.bg-blend-color {
  background-blend-mode: color !important;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

.mix-blend-normal {
  mix-blend-mode: normal !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.mix-blend-screen {
  mix-blend-mode: screen !important;
}

.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

.mix-blend-darken {
  mix-blend-mode: darken !important;
}

.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference {
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue {
  mix-blend-mode: hue !important;
}

.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}

.mix-blend-color {
  mix-blend-mode: color !important;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-vs {
  --tw-shadow: 0px 2px 8px #0D073614 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm {
  --tw-shadow: 0px 4px 10px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0px 10px 20px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0px 20px 40px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0px 30px 60px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0px 40px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl {
  --tw-shadow: 0px 60px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-vs {
  --tw-shadow: 0px 2px 8px #0D073614 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0px 4px 10px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow {
  --tw-shadow: 0px 10px 20px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0px 20px 40px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0px 30px 60px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0px 40px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0px 60px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-vs:focus-within {
  --tw-shadow: 0px 2px 8px #0D073614 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0px 4px 10px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow:focus-within {
  --tw-shadow: 0px 10px 20px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: 0px 20px 40px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0px 30px 60px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0px 40px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: 0px 60px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-vs:hover {
  --tw-shadow: 0px 2px 8px #0D073614 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0px 4px 10px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow:hover {
  --tw-shadow: 0px 10px 20px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0px 20px 40px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0px 30px 60px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0px 40px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0px 60px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-vs:focus {
  --tw-shadow: 0px 2px 8px #0D073614 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0px 4px 10px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow:focus {
  --tw-shadow: 0px 10px 20px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-md:focus {
  --tw-shadow: 0px 20px 40px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0px 30px 60px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0px 40px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-2xl:focus {
  --tw-shadow: 0px 60px 80px #0D073629 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

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

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

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

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::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-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-3 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-3:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-3:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset {
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset !important;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.ring-current {
  --tw-ring-color: currentColor !important;
}

.ring-transparent {
  --tw-ring-color: transparent !important;
}

.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-grey {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
}

.ring-lightgrey {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor !important;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent !important;
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grey:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lightgrey:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor !important;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grey:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lightgrey:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
}

.ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1 !important;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-3 {
  --tw-ring-offset-width: 3px !important;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-3:focus-within {
  --tw-ring-offset-width: 3px !important;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-3:focus {
  --tw-ring-offset-width: 3px !important;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor !important;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent !important;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff !important;
}

.ring-offset-grey {
  --tw-ring-offset-color: #707070 !important;
}

.ring-offset-lightgrey {
  --tw-ring-offset-color: #1A1A1A !important;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor !important;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:ring-offset-grey:focus-within {
  --tw-ring-offset-color: #707070 !important;
}

.focus-within\:ring-offset-lightgrey:focus-within {
  --tw-ring-offset-color: #1A1A1A !important;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor !important;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff !important;
}

.focus\:ring-offset-grey:focus {
  --tw-ring-offset-color: #707070 !important;
}

.focus\:ring-offset-lightgrey:focus {
  --tw-ring-offset-color: #1A1A1A !important;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  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) !important;
}

.filter-none {
  filter: none !important;
}

.blur-0 {
  --tw-blur: blur(0) !important;
}

.blur-none {
  --tw-blur: blur(0) !important;
}

.blur-sm {
  --tw-blur: blur(4px) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
}

.blur-md {
  --tw-blur: blur(12px) !important;
}

.blur-lg {
  --tw-blur: blur(16px) !important;
}

.blur-xl {
  --tw-blur: blur(24px) !important;
}

.blur-2xl {
  --tw-blur: blur(40px) !important;
}

.blur-3xl {
  --tw-blur: blur(64px) !important;
}

.brightness-0 {
  --tw-brightness: brightness(0) !important;
}

.brightness-50 {
  --tw-brightness: brightness(.5) !important;
}

.brightness-75 {
  --tw-brightness: brightness(.75) !important;
}

.brightness-90 {
  --tw-brightness: brightness(.9) !important;
}

.brightness-95 {
  --tw-brightness: brightness(.95) !important;
}

.brightness-100 {
  --tw-brightness: brightness(1) !important;
}

.brightness-105 {
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110 {
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125 {
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150 {
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200 {
  --tw-brightness: brightness(2) !important;
}

.contrast-0 {
  --tw-contrast: contrast(0) !important;
}

.contrast-50 {
  --tw-contrast: contrast(.5) !important;
}

.contrast-75 {
  --tw-contrast: contrast(.75) !important;
}

.contrast-100 {
  --tw-contrast: contrast(1) !important;
}

.contrast-125 {
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150 {
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200 {
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.21)) !important;
}

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

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

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

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

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0 {
  --tw-grayscale: grayscale(0) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0 {
  --tw-invert: invert(0) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
}

.saturate-0 {
  --tw-saturate: saturate(0) !important;
}

.saturate-50 {
  --tw-saturate: saturate(.5) !important;
}

.saturate-100 {
  --tw-saturate: saturate(1) !important;
}

.saturate-150 {
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200 {
  --tw-saturate: saturate(2) !important;
}

.sepia-0 {
  --tw-sepia: sepia(0) !important;
}

.sepia {
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          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) !important;
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important;
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.delay-75 {
  transition-delay: 75ms !important;
}

.delay-100 {
  transition-delay: 100ms !important;
}

.delay-150 {
  transition-delay: 150ms !important;
}

.delay-200 {
  transition-delay: 200ms !important;
}

.delay-300 {
  transition-delay: 300ms !important;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-700 {
  transition-delay: 700ms !important;
}

.delay-1000 {
  transition-delay: 1000ms !important;
}

.duration-75 {
  transition-duration: 75ms !important;
}

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

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

.duration-1000 {
  transition-duration: 1000ms !important;
}

.ease-linear {
  transition-timing-function: linear !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@media (min-width: 425px) {
  .big-mobile\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 1200px) {
    .big-mobile\:container {
      max-width: 1200px;
    }
  }

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

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

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

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

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

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

  .big-mobile\:pointer-events-none {
    pointer-events: none !important;
  }

  .big-mobile\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .big-mobile\:visible {
    visibility: visible !important;
  }

  .big-mobile\:invisible {
    visibility: hidden !important;
  }

  .big-mobile\:static {
    position: static !important;
  }

  .big-mobile\:fixed {
    position: fixed !important;
  }

  .big-mobile\:absolute {
    position: absolute !important;
  }

  .big-mobile\:relative {
    position: relative !important;
  }

  .big-mobile\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .big-mobile\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .big-mobile\:inset-1 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .big-mobile\:inset-2 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .big-mobile\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .big-mobile\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .big-mobile\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .big-mobile\:inset-7 {
    top: 7px !important;
    right: 7px !important;
    bottom: 7px !important;
    left: 7px !important;
  }

  .big-mobile\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .big-mobile\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .big-mobile\:inset-11 {
    top: 11px !important;
    right: 11px !important;
    bottom: 11px !important;
    left: 11px !important;
  }

  .big-mobile\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .big-mobile\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .big-mobile\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .big-mobile\:inset-18 {
    top: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    left: 18px !important;
  }

  .big-mobile\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .big-mobile\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .big-mobile\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .big-mobile\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .big-mobile\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .big-mobile\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .big-mobile\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .big-mobile\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .big-mobile\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .big-mobile\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .big-mobile\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .big-mobile\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .big-mobile\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .big-mobile\:inset-54 {
    top: 54px !important;
    right: 54px !important;
    bottom: 54px !important;
    left: 54px !important;
  }

  .big-mobile\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .big-mobile\:inset-56 {
    top: 56px !important;
    right: 56px !important;
    bottom: 56px !important;
    left: 56px !important;
  }

  .big-mobile\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .big-mobile\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .big-mobile\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .big-mobile\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .big-mobile\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .big-mobile\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .big-mobile\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .big-mobile\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .big-mobile\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .big-mobile\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .big-mobile\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .big-mobile\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .big-mobile\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .big-mobile\:inset-175 {
    top: 175px !important;
    right: 175px !important;
    bottom: 175px !important;
    left: 175px !important;
  }

  .big-mobile\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .big-mobile\:inset-220 {
    top: 220px !important;
    right: 220px !important;
    bottom: 220px !important;
    left: 220px !important;
  }

  .big-mobile\:inset-275 {
    top: 275px !important;
    right: 275px !important;
    bottom: 275px !important;
    left: 275px !important;
  }

  .big-mobile\:inset-300 {
    top: 300px !important;
    right: 300px !important;
    bottom: 300px !important;
    left: 300px !important;
  }

  .big-mobile\:inset-375 {
    top: 375px !important;
    right: 375px !important;
    bottom: 375px !important;
    left: 375px !important;
  }

  .big-mobile\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .big-mobile\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .big-mobile\:-inset-1 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .big-mobile\:-inset-2 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .big-mobile\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .big-mobile\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .big-mobile\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .big-mobile\:-inset-7 {
    top: -7px !important;
    right: -7px !important;
    bottom: -7px !important;
    left: -7px !important;
  }

  .big-mobile\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .big-mobile\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .big-mobile\:-inset-11 {
    top: -11px !important;
    right: -11px !important;
    bottom: -11px !important;
    left: -11px !important;
  }

  .big-mobile\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .big-mobile\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .big-mobile\:-inset-18 {
    top: -18px !important;
    right: -18px !important;
    bottom: -18px !important;
    left: -18px !important;
  }

  .big-mobile\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .big-mobile\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .big-mobile\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .big-mobile\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .big-mobile\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .big-mobile\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .big-mobile\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .big-mobile\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .big-mobile\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .big-mobile\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .big-mobile\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .big-mobile\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .big-mobile\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .big-mobile\:-inset-54 {
    top: -54px !important;
    right: -54px !important;
    bottom: -54px !important;
    left: -54px !important;
  }

  .big-mobile\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .big-mobile\:-inset-56 {
    top: -56px !important;
    right: -56px !important;
    bottom: -56px !important;
    left: -56px !important;
  }

  .big-mobile\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .big-mobile\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .big-mobile\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .big-mobile\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .big-mobile\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .big-mobile\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .big-mobile\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .big-mobile\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .big-mobile\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .big-mobile\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .big-mobile\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .big-mobile\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .big-mobile\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .big-mobile\:-inset-175 {
    top: -175px !important;
    right: -175px !important;
    bottom: -175px !important;
    left: -175px !important;
  }

  .big-mobile\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .big-mobile\:-inset-220 {
    top: -220px !important;
    right: -220px !important;
    bottom: -220px !important;
    left: -220px !important;
  }

  .big-mobile\:-inset-275 {
    top: -275px !important;
    right: -275px !important;
    bottom: -275px !important;
    left: -275px !important;
  }

  .big-mobile\:-inset-300 {
    top: -300px !important;
    right: -300px !important;
    bottom: -300px !important;
    left: -300px !important;
  }

  .big-mobile\:-inset-375 {
    top: -375px !important;
    right: -375px !important;
    bottom: -375px !important;
    left: -375px !important;
  }

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

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

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

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

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

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

  .big-mobile\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

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

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

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

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

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

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

  .big-mobile\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .big-mobile\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .big-mobile\:inset-x-1 {
    left: 4px !important;
    right: 4px !important;
  }

  .big-mobile\:inset-x-2 {
    left: 8px !important;
    right: 8px !important;
  }

  .big-mobile\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .big-mobile\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .big-mobile\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .big-mobile\:inset-x-7 {
    left: 7px !important;
    right: 7px !important;
  }

  .big-mobile\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .big-mobile\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .big-mobile\:inset-x-11 {
    left: 11px !important;
    right: 11px !important;
  }

  .big-mobile\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .big-mobile\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .big-mobile\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .big-mobile\:inset-x-18 {
    left: 18px !important;
    right: 18px !important;
  }

  .big-mobile\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .big-mobile\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .big-mobile\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .big-mobile\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .big-mobile\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .big-mobile\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .big-mobile\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .big-mobile\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .big-mobile\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .big-mobile\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .big-mobile\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .big-mobile\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .big-mobile\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .big-mobile\:inset-x-54 {
    left: 54px !important;
    right: 54px !important;
  }

  .big-mobile\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .big-mobile\:inset-x-56 {
    left: 56px !important;
    right: 56px !important;
  }

  .big-mobile\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .big-mobile\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .big-mobile\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .big-mobile\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .big-mobile\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .big-mobile\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .big-mobile\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .big-mobile\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .big-mobile\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .big-mobile\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .big-mobile\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .big-mobile\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .big-mobile\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .big-mobile\:inset-x-175 {
    left: 175px !important;
    right: 175px !important;
  }

  .big-mobile\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .big-mobile\:inset-x-220 {
    left: 220px !important;
    right: 220px !important;
  }

  .big-mobile\:inset-x-275 {
    left: 275px !important;
    right: 275px !important;
  }

  .big-mobile\:inset-x-300 {
    left: 300px !important;
    right: 300px !important;
  }

  .big-mobile\:inset-x-375 {
    left: 375px !important;
    right: 375px !important;
  }

  .big-mobile\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .big-mobile\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .big-mobile\:-inset-x-1 {
    left: -4px !important;
    right: -4px !important;
  }

  .big-mobile\:-inset-x-2 {
    left: -8px !important;
    right: -8px !important;
  }

  .big-mobile\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .big-mobile\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .big-mobile\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .big-mobile\:-inset-x-7 {
    left: -7px !important;
    right: -7px !important;
  }

  .big-mobile\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .big-mobile\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .big-mobile\:-inset-x-11 {
    left: -11px !important;
    right: -11px !important;
  }

  .big-mobile\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .big-mobile\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .big-mobile\:-inset-x-18 {
    left: -18px !important;
    right: -18px !important;
  }

  .big-mobile\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .big-mobile\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .big-mobile\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .big-mobile\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .big-mobile\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .big-mobile\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .big-mobile\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .big-mobile\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .big-mobile\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .big-mobile\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .big-mobile\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .big-mobile\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .big-mobile\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .big-mobile\:-inset-x-54 {
    left: -54px !important;
    right: -54px !important;
  }

  .big-mobile\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .big-mobile\:-inset-x-56 {
    left: -56px !important;
    right: -56px !important;
  }

  .big-mobile\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .big-mobile\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .big-mobile\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .big-mobile\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .big-mobile\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .big-mobile\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .big-mobile\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .big-mobile\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .big-mobile\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .big-mobile\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .big-mobile\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .big-mobile\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .big-mobile\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .big-mobile\:-inset-x-175 {
    left: -175px !important;
    right: -175px !important;
  }

  .big-mobile\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .big-mobile\:-inset-x-220 {
    left: -220px !important;
    right: -220px !important;
  }

  .big-mobile\:-inset-x-275 {
    left: -275px !important;
    right: -275px !important;
  }

  .big-mobile\:-inset-x-300 {
    left: -300px !important;
    right: -300px !important;
  }

  .big-mobile\:-inset-x-375 {
    left: -375px !important;
    right: -375px !important;
  }

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

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

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

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

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

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

  .big-mobile\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

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

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

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

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

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

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

  .big-mobile\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .big-mobile\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .big-mobile\:inset-y-1 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .big-mobile\:inset-y-2 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .big-mobile\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .big-mobile\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .big-mobile\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .big-mobile\:inset-y-7 {
    top: 7px !important;
    bottom: 7px !important;
  }

  .big-mobile\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .big-mobile\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .big-mobile\:inset-y-11 {
    top: 11px !important;
    bottom: 11px !important;
  }

  .big-mobile\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .big-mobile\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .big-mobile\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .big-mobile\:inset-y-18 {
    top: 18px !important;
    bottom: 18px !important;
  }

  .big-mobile\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .big-mobile\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .big-mobile\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .big-mobile\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .big-mobile\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .big-mobile\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .big-mobile\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .big-mobile\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .big-mobile\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .big-mobile\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .big-mobile\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .big-mobile\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .big-mobile\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .big-mobile\:inset-y-54 {
    top: 54px !important;
    bottom: 54px !important;
  }

  .big-mobile\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .big-mobile\:inset-y-56 {
    top: 56px !important;
    bottom: 56px !important;
  }

  .big-mobile\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .big-mobile\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .big-mobile\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .big-mobile\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .big-mobile\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .big-mobile\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .big-mobile\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .big-mobile\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .big-mobile\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .big-mobile\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .big-mobile\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .big-mobile\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .big-mobile\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .big-mobile\:inset-y-175 {
    top: 175px !important;
    bottom: 175px !important;
  }

  .big-mobile\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .big-mobile\:inset-y-220 {
    top: 220px !important;
    bottom: 220px !important;
  }

  .big-mobile\:inset-y-275 {
    top: 275px !important;
    bottom: 275px !important;
  }

  .big-mobile\:inset-y-300 {
    top: 300px !important;
    bottom: 300px !important;
  }

  .big-mobile\:inset-y-375 {
    top: 375px !important;
    bottom: 375px !important;
  }

  .big-mobile\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .big-mobile\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .big-mobile\:-inset-y-1 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .big-mobile\:-inset-y-2 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .big-mobile\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .big-mobile\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .big-mobile\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .big-mobile\:-inset-y-7 {
    top: -7px !important;
    bottom: -7px !important;
  }

  .big-mobile\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .big-mobile\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .big-mobile\:-inset-y-11 {
    top: -11px !important;
    bottom: -11px !important;
  }

  .big-mobile\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .big-mobile\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .big-mobile\:-inset-y-18 {
    top: -18px !important;
    bottom: -18px !important;
  }

  .big-mobile\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .big-mobile\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .big-mobile\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .big-mobile\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .big-mobile\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .big-mobile\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .big-mobile\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .big-mobile\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .big-mobile\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .big-mobile\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .big-mobile\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .big-mobile\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .big-mobile\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .big-mobile\:-inset-y-54 {
    top: -54px !important;
    bottom: -54px !important;
  }

  .big-mobile\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .big-mobile\:-inset-y-56 {
    top: -56px !important;
    bottom: -56px !important;
  }

  .big-mobile\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .big-mobile\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .big-mobile\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .big-mobile\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .big-mobile\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .big-mobile\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .big-mobile\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .big-mobile\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .big-mobile\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .big-mobile\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .big-mobile\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .big-mobile\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .big-mobile\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .big-mobile\:-inset-y-175 {
    top: -175px !important;
    bottom: -175px !important;
  }

  .big-mobile\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .big-mobile\:-inset-y-220 {
    top: -220px !important;
    bottom: -220px !important;
  }

  .big-mobile\:-inset-y-275 {
    top: -275px !important;
    bottom: -275px !important;
  }

  .big-mobile\:-inset-y-300 {
    top: -300px !important;
    bottom: -300px !important;
  }

  .big-mobile\:-inset-y-375 {
    top: -375px !important;
    bottom: -375px !important;
  }

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

  .big-mobile\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .big-mobile\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .big-mobile\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .big-mobile\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .big-mobile\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .big-mobile\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

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

  .big-mobile\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .big-mobile\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .big-mobile\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .big-mobile\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .big-mobile\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .big-mobile\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .big-mobile\:top-0 {
    top: 0px !important;
  }

  .big-mobile\:top-1 {
    top: 4px !important;
  }

  .big-mobile\:top-2 {
    top: 8px !important;
  }

  .big-mobile\:top-3 {
    top: 3px !important;
  }

  .big-mobile\:top-4 {
    top: 4px !important;
  }

  .big-mobile\:top-5 {
    top: 5px !important;
  }

  .big-mobile\:top-7 {
    top: 7px !important;
  }

  .big-mobile\:top-8 {
    top: 8px !important;
  }

  .big-mobile\:top-10 {
    top: 10px !important;
  }

  .big-mobile\:top-11 {
    top: 11px !important;
  }

  .big-mobile\:top-12 {
    top: 12px !important;
  }

  .big-mobile\:top-14 {
    top: 14px !important;
  }

  .big-mobile\:top-15 {
    top: 15px !important;
  }

  .big-mobile\:top-18 {
    top: 18px !important;
  }

  .big-mobile\:top-20 {
    top: 20px !important;
  }

  .big-mobile\:top-22 {
    top: 22px !important;
  }

  .big-mobile\:top-24 {
    top: 24px !important;
  }

  .big-mobile\:top-25 {
    top: 25px !important;
  }

  .big-mobile\:top-26 {
    top: 26px !important;
  }

  .big-mobile\:top-28 {
    top: 28px !important;
  }

  .big-mobile\:top-30 {
    top: 30px !important;
  }

  .big-mobile\:top-32 {
    top: 32px !important;
  }

  .big-mobile\:top-34 {
    top: 34px !important;
  }

  .big-mobile\:top-35 {
    top: 35px !important;
  }

  .big-mobile\:top-40 {
    top: 40px !important;
  }

  .big-mobile\:top-45 {
    top: 45px !important;
  }

  .big-mobile\:top-50 {
    top: 50px !important;
  }

  .big-mobile\:top-54 {
    top: 54px !important;
  }

  .big-mobile\:top-55 {
    top: 55px !important;
  }

  .big-mobile\:top-56 {
    top: 56px !important;
  }

  .big-mobile\:top-60 {
    top: 60px !important;
  }

  .big-mobile\:top-65 {
    top: 65px !important;
  }

  .big-mobile\:top-70 {
    top: 70px !important;
  }

  .big-mobile\:top-75 {
    top: 75px !important;
  }

  .big-mobile\:top-80 {
    top: 80px !important;
  }

  .big-mobile\:top-85 {
    top: 85px !important;
  }

  .big-mobile\:top-90 {
    top: 90px !important;
  }

  .big-mobile\:top-100 {
    top: 100px !important;
  }

  .big-mobile\:top-120 {
    top: 120px !important;
  }

  .big-mobile\:top-125 {
    top: 125px !important;
  }

  .big-mobile\:top-130 {
    top: 130px !important;
  }

  .big-mobile\:top-140 {
    top: 140px !important;
  }

  .big-mobile\:top-150 {
    top: 150px !important;
  }

  .big-mobile\:top-175 {
    top: 175px !important;
  }

  .big-mobile\:top-200 {
    top: 200px !important;
  }

  .big-mobile\:top-220 {
    top: 220px !important;
  }

  .big-mobile\:top-275 {
    top: 275px !important;
  }

  .big-mobile\:top-300 {
    top: 300px !important;
  }

  .big-mobile\:top-375 {
    top: 375px !important;
  }

  .big-mobile\:top-auto {
    top: auto !important;
  }

  .big-mobile\:-top-0 {
    top: 0px !important;
  }

  .big-mobile\:-top-1 {
    top: -4px !important;
  }

  .big-mobile\:-top-2 {
    top: -8px !important;
  }

  .big-mobile\:-top-3 {
    top: -3px !important;
  }

  .big-mobile\:-top-4 {
    top: -4px !important;
  }

  .big-mobile\:-top-5 {
    top: -5px !important;
  }

  .big-mobile\:-top-7 {
    top: -7px !important;
  }

  .big-mobile\:-top-8 {
    top: -8px !important;
  }

  .big-mobile\:-top-10 {
    top: -10px !important;
  }

  .big-mobile\:-top-11 {
    top: -11px !important;
  }

  .big-mobile\:-top-12 {
    top: -12px !important;
  }

  .big-mobile\:-top-15 {
    top: -15px !important;
  }

  .big-mobile\:-top-18 {
    top: -18px !important;
  }

  .big-mobile\:-top-20 {
    top: -20px !important;
  }

  .big-mobile\:-top-22 {
    top: -22px !important;
  }

  .big-mobile\:-top-24 {
    top: -24px !important;
  }

  .big-mobile\:-top-25 {
    top: -25px !important;
  }

  .big-mobile\:-top-26 {
    top: -26px !important;
  }

  .big-mobile\:-top-28 {
    top: -28px !important;
  }

  .big-mobile\:-top-30 {
    top: -30px !important;
  }

  .big-mobile\:-top-32 {
    top: -32px !important;
  }

  .big-mobile\:-top-34 {
    top: -34px !important;
  }

  .big-mobile\:-top-35 {
    top: -35px !important;
  }

  .big-mobile\:-top-40 {
    top: -40px !important;
  }

  .big-mobile\:-top-45 {
    top: -45px !important;
  }

  .big-mobile\:-top-50 {
    top: -50px !important;
  }

  .big-mobile\:-top-54 {
    top: -54px !important;
  }

  .big-mobile\:-top-55 {
    top: -55px !important;
  }

  .big-mobile\:-top-56 {
    top: -56px !important;
  }

  .big-mobile\:-top-60 {
    top: -60px !important;
  }

  .big-mobile\:-top-65 {
    top: -65px !important;
  }

  .big-mobile\:-top-70 {
    top: -70px !important;
  }

  .big-mobile\:-top-75 {
    top: -75px !important;
  }

  .big-mobile\:-top-80 {
    top: -80px !important;
  }

  .big-mobile\:-top-85 {
    top: -85px !important;
  }

  .big-mobile\:-top-90 {
    top: -90px !important;
  }

  .big-mobile\:-top-100 {
    top: -100px !important;
  }

  .big-mobile\:-top-120 {
    top: -120px !important;
  }

  .big-mobile\:-top-125 {
    top: -125px !important;
  }

  .big-mobile\:-top-130 {
    top: -130px !important;
  }

  .big-mobile\:-top-140 {
    top: -140px !important;
  }

  .big-mobile\:-top-150 {
    top: -150px !important;
  }

  .big-mobile\:-top-175 {
    top: -175px !important;
  }

  .big-mobile\:-top-200 {
    top: -200px !important;
  }

  .big-mobile\:-top-220 {
    top: -220px !important;
  }

  .big-mobile\:-top-275 {
    top: -275px !important;
  }

  .big-mobile\:-top-300 {
    top: -300px !important;
  }

  .big-mobile\:-top-375 {
    top: -375px !important;
  }

  .big-mobile\:top-1\/2 {
    top: 50% !important;
  }

  .big-mobile\:top-1\/3 {
    top: 33.333333% !important;
  }

  .big-mobile\:top-2\/3 {
    top: 66.666667% !important;
  }

  .big-mobile\:top-1\/4 {
    top: 25% !important;
  }

  .big-mobile\:top-2\/4 {
    top: 50% !important;
  }

  .big-mobile\:top-3\/4 {
    top: 75% !important;
  }

  .big-mobile\:top-full {
    top: 100% !important;
  }

  .big-mobile\:-top-1\/2 {
    top: -50% !important;
  }

  .big-mobile\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .big-mobile\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .big-mobile\:-top-1\/4 {
    top: -25% !important;
  }

  .big-mobile\:-top-2\/4 {
    top: -50% !important;
  }

  .big-mobile\:-top-3\/4 {
    top: -75% !important;
  }

  .big-mobile\:-top-full {
    top: -100% !important;
  }

  .big-mobile\:right-0 {
    right: 0px !important;
  }

  .big-mobile\:right-1 {
    right: 4px !important;
  }

  .big-mobile\:right-2 {
    right: 8px !important;
  }

  .big-mobile\:right-3 {
    right: 3px !important;
  }

  .big-mobile\:right-4 {
    right: 4px !important;
  }

  .big-mobile\:right-5 {
    right: 5px !important;
  }

  .big-mobile\:right-7 {
    right: 7px !important;
  }

  .big-mobile\:right-8 {
    right: 8px !important;
  }

  .big-mobile\:right-10 {
    right: 10px !important;
  }

  .big-mobile\:right-11 {
    right: 11px !important;
  }

  .big-mobile\:right-12 {
    right: 12px !important;
  }

  .big-mobile\:right-14 {
    right: 14px !important;
  }

  .big-mobile\:right-15 {
    right: 15px !important;
  }

  .big-mobile\:right-18 {
    right: 18px !important;
  }

  .big-mobile\:right-20 {
    right: 20px !important;
  }

  .big-mobile\:right-22 {
    right: 22px !important;
  }

  .big-mobile\:right-24 {
    right: 24px !important;
  }

  .big-mobile\:right-25 {
    right: 25px !important;
  }

  .big-mobile\:right-26 {
    right: 26px !important;
  }

  .big-mobile\:right-28 {
    right: 28px !important;
  }

  .big-mobile\:right-30 {
    right: 30px !important;
  }

  .big-mobile\:right-32 {
    right: 32px !important;
  }

  .big-mobile\:right-34 {
    right: 34px !important;
  }

  .big-mobile\:right-35 {
    right: 35px !important;
  }

  .big-mobile\:right-40 {
    right: 40px !important;
  }

  .big-mobile\:right-45 {
    right: 45px !important;
  }

  .big-mobile\:right-50 {
    right: 50px !important;
  }

  .big-mobile\:right-54 {
    right: 54px !important;
  }

  .big-mobile\:right-55 {
    right: 55px !important;
  }

  .big-mobile\:right-56 {
    right: 56px !important;
  }

  .big-mobile\:right-60 {
    right: 60px !important;
  }

  .big-mobile\:right-65 {
    right: 65px !important;
  }

  .big-mobile\:right-70 {
    right: 70px !important;
  }

  .big-mobile\:right-75 {
    right: 75px !important;
  }

  .big-mobile\:right-80 {
    right: 80px !important;
  }

  .big-mobile\:right-85 {
    right: 85px !important;
  }

  .big-mobile\:right-90 {
    right: 90px !important;
  }

  .big-mobile\:right-100 {
    right: 100px !important;
  }

  .big-mobile\:right-120 {
    right: 120px !important;
  }

  .big-mobile\:right-125 {
    right: 125px !important;
  }

  .big-mobile\:right-130 {
    right: 130px !important;
  }

  .big-mobile\:right-140 {
    right: 140px !important;
  }

  .big-mobile\:right-150 {
    right: 150px !important;
  }

  .big-mobile\:right-175 {
    right: 175px !important;
  }

  .big-mobile\:right-200 {
    right: 200px !important;
  }

  .big-mobile\:right-220 {
    right: 220px !important;
  }

  .big-mobile\:right-275 {
    right: 275px !important;
  }

  .big-mobile\:right-300 {
    right: 300px !important;
  }

  .big-mobile\:right-375 {
    right: 375px !important;
  }

  .big-mobile\:right-auto {
    right: auto !important;
  }

  .big-mobile\:-right-0 {
    right: 0px !important;
  }

  .big-mobile\:-right-1 {
    right: -4px !important;
  }

  .big-mobile\:-right-2 {
    right: -8px !important;
  }

  .big-mobile\:-right-3 {
    right: -3px !important;
  }

  .big-mobile\:-right-4 {
    right: -4px !important;
  }

  .big-mobile\:-right-5 {
    right: -5px !important;
  }

  .big-mobile\:-right-7 {
    right: -7px !important;
  }

  .big-mobile\:-right-8 {
    right: -8px !important;
  }

  .big-mobile\:-right-10 {
    right: -10px !important;
  }

  .big-mobile\:-right-11 {
    right: -11px !important;
  }

  .big-mobile\:-right-12 {
    right: -12px !important;
  }

  .big-mobile\:-right-15 {
    right: -15px !important;
  }

  .big-mobile\:-right-18 {
    right: -18px !important;
  }

  .big-mobile\:-right-20 {
    right: -20px !important;
  }

  .big-mobile\:-right-22 {
    right: -22px !important;
  }

  .big-mobile\:-right-24 {
    right: -24px !important;
  }

  .big-mobile\:-right-25 {
    right: -25px !important;
  }

  .big-mobile\:-right-26 {
    right: -26px !important;
  }

  .big-mobile\:-right-28 {
    right: -28px !important;
  }

  .big-mobile\:-right-30 {
    right: -30px !important;
  }

  .big-mobile\:-right-32 {
    right: -32px !important;
  }

  .big-mobile\:-right-34 {
    right: -34px !important;
  }

  .big-mobile\:-right-35 {
    right: -35px !important;
  }

  .big-mobile\:-right-40 {
    right: -40px !important;
  }

  .big-mobile\:-right-45 {
    right: -45px !important;
  }

  .big-mobile\:-right-50 {
    right: -50px !important;
  }

  .big-mobile\:-right-54 {
    right: -54px !important;
  }

  .big-mobile\:-right-55 {
    right: -55px !important;
  }

  .big-mobile\:-right-56 {
    right: -56px !important;
  }

  .big-mobile\:-right-60 {
    right: -60px !important;
  }

  .big-mobile\:-right-65 {
    right: -65px !important;
  }

  .big-mobile\:-right-70 {
    right: -70px !important;
  }

  .big-mobile\:-right-75 {
    right: -75px !important;
  }

  .big-mobile\:-right-80 {
    right: -80px !important;
  }

  .big-mobile\:-right-85 {
    right: -85px !important;
  }

  .big-mobile\:-right-90 {
    right: -90px !important;
  }

  .big-mobile\:-right-100 {
    right: -100px !important;
  }

  .big-mobile\:-right-120 {
    right: -120px !important;
  }

  .big-mobile\:-right-125 {
    right: -125px !important;
  }

  .big-mobile\:-right-130 {
    right: -130px !important;
  }

  .big-mobile\:-right-140 {
    right: -140px !important;
  }

  .big-mobile\:-right-150 {
    right: -150px !important;
  }

  .big-mobile\:-right-175 {
    right: -175px !important;
  }

  .big-mobile\:-right-200 {
    right: -200px !important;
  }

  .big-mobile\:-right-220 {
    right: -220px !important;
  }

  .big-mobile\:-right-275 {
    right: -275px !important;
  }

  .big-mobile\:-right-300 {
    right: -300px !important;
  }

  .big-mobile\:-right-375 {
    right: -375px !important;
  }

  .big-mobile\:right-1\/2 {
    right: 50% !important;
  }

  .big-mobile\:right-1\/3 {
    right: 33.333333% !important;
  }

  .big-mobile\:right-2\/3 {
    right: 66.666667% !important;
  }

  .big-mobile\:right-1\/4 {
    right: 25% !important;
  }

  .big-mobile\:right-2\/4 {
    right: 50% !important;
  }

  .big-mobile\:right-3\/4 {
    right: 75% !important;
  }

  .big-mobile\:right-full {
    right: 100% !important;
  }

  .big-mobile\:-right-1\/2 {
    right: -50% !important;
  }

  .big-mobile\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .big-mobile\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .big-mobile\:-right-1\/4 {
    right: -25% !important;
  }

  .big-mobile\:-right-2\/4 {
    right: -50% !important;
  }

  .big-mobile\:-right-3\/4 {
    right: -75% !important;
  }

  .big-mobile\:-right-full {
    right: -100% !important;
  }

  .big-mobile\:bottom-0 {
    bottom: 0px !important;
  }

  .big-mobile\:bottom-1 {
    bottom: 4px !important;
  }

  .big-mobile\:bottom-2 {
    bottom: 8px !important;
  }

  .big-mobile\:bottom-3 {
    bottom: 3px !important;
  }

  .big-mobile\:bottom-4 {
    bottom: 4px !important;
  }

  .big-mobile\:bottom-5 {
    bottom: 5px !important;
  }

  .big-mobile\:bottom-7 {
    bottom: 7px !important;
  }

  .big-mobile\:bottom-8 {
    bottom: 8px !important;
  }

  .big-mobile\:bottom-10 {
    bottom: 10px !important;
  }

  .big-mobile\:bottom-11 {
    bottom: 11px !important;
  }

  .big-mobile\:bottom-12 {
    bottom: 12px !important;
  }

  .big-mobile\:bottom-14 {
    bottom: 14px !important;
  }

  .big-mobile\:bottom-15 {
    bottom: 15px !important;
  }

  .big-mobile\:bottom-18 {
    bottom: 18px !important;
  }

  .big-mobile\:bottom-20 {
    bottom: 20px !important;
  }

  .big-mobile\:bottom-22 {
    bottom: 22px !important;
  }

  .big-mobile\:bottom-24 {
    bottom: 24px !important;
  }

  .big-mobile\:bottom-25 {
    bottom: 25px !important;
  }

  .big-mobile\:bottom-26 {
    bottom: 26px !important;
  }

  .big-mobile\:bottom-28 {
    bottom: 28px !important;
  }

  .big-mobile\:bottom-30 {
    bottom: 30px !important;
  }

  .big-mobile\:bottom-32 {
    bottom: 32px !important;
  }

  .big-mobile\:bottom-34 {
    bottom: 34px !important;
  }

  .big-mobile\:bottom-35 {
    bottom: 35px !important;
  }

  .big-mobile\:bottom-40 {
    bottom: 40px !important;
  }

  .big-mobile\:bottom-45 {
    bottom: 45px !important;
  }

  .big-mobile\:bottom-50 {
    bottom: 50px !important;
  }

  .big-mobile\:bottom-54 {
    bottom: 54px !important;
  }

  .big-mobile\:bottom-55 {
    bottom: 55px !important;
  }

  .big-mobile\:bottom-56 {
    bottom: 56px !important;
  }

  .big-mobile\:bottom-60 {
    bottom: 60px !important;
  }

  .big-mobile\:bottom-65 {
    bottom: 65px !important;
  }

  .big-mobile\:bottom-70 {
    bottom: 70px !important;
  }

  .big-mobile\:bottom-75 {
    bottom: 75px !important;
  }

  .big-mobile\:bottom-80 {
    bottom: 80px !important;
  }

  .big-mobile\:bottom-85 {
    bottom: 85px !important;
  }

  .big-mobile\:bottom-90 {
    bottom: 90px !important;
  }

  .big-mobile\:bottom-100 {
    bottom: 100px !important;
  }

  .big-mobile\:bottom-120 {
    bottom: 120px !important;
  }

  .big-mobile\:bottom-125 {
    bottom: 125px !important;
  }

  .big-mobile\:bottom-130 {
    bottom: 130px !important;
  }

  .big-mobile\:bottom-140 {
    bottom: 140px !important;
  }

  .big-mobile\:bottom-150 {
    bottom: 150px !important;
  }

  .big-mobile\:bottom-175 {
    bottom: 175px !important;
  }

  .big-mobile\:bottom-200 {
    bottom: 200px !important;
  }

  .big-mobile\:bottom-220 {
    bottom: 220px !important;
  }

  .big-mobile\:bottom-275 {
    bottom: 275px !important;
  }

  .big-mobile\:bottom-300 {
    bottom: 300px !important;
  }

  .big-mobile\:bottom-375 {
    bottom: 375px !important;
  }

  .big-mobile\:bottom-auto {
    bottom: auto !important;
  }

  .big-mobile\:-bottom-0 {
    bottom: 0px !important;
  }

  .big-mobile\:-bottom-1 {
    bottom: -4px !important;
  }

  .big-mobile\:-bottom-2 {
    bottom: -8px !important;
  }

  .big-mobile\:-bottom-3 {
    bottom: -3px !important;
  }

  .big-mobile\:-bottom-4 {
    bottom: -4px !important;
  }

  .big-mobile\:-bottom-5 {
    bottom: -5px !important;
  }

  .big-mobile\:-bottom-7 {
    bottom: -7px !important;
  }

  .big-mobile\:-bottom-8 {
    bottom: -8px !important;
  }

  .big-mobile\:-bottom-10 {
    bottom: -10px !important;
  }

  .big-mobile\:-bottom-11 {
    bottom: -11px !important;
  }

  .big-mobile\:-bottom-12 {
    bottom: -12px !important;
  }

  .big-mobile\:-bottom-15 {
    bottom: -15px !important;
  }

  .big-mobile\:-bottom-18 {
    bottom: -18px !important;
  }

  .big-mobile\:-bottom-20 {
    bottom: -20px !important;
  }

  .big-mobile\:-bottom-22 {
    bottom: -22px !important;
  }

  .big-mobile\:-bottom-24 {
    bottom: -24px !important;
  }

  .big-mobile\:-bottom-25 {
    bottom: -25px !important;
  }

  .big-mobile\:-bottom-26 {
    bottom: -26px !important;
  }

  .big-mobile\:-bottom-28 {
    bottom: -28px !important;
  }

  .big-mobile\:-bottom-30 {
    bottom: -30px !important;
  }

  .big-mobile\:-bottom-32 {
    bottom: -32px !important;
  }

  .big-mobile\:-bottom-34 {
    bottom: -34px !important;
  }

  .big-mobile\:-bottom-35 {
    bottom: -35px !important;
  }

  .big-mobile\:-bottom-40 {
    bottom: -40px !important;
  }

  .big-mobile\:-bottom-45 {
    bottom: -45px !important;
  }

  .big-mobile\:-bottom-50 {
    bottom: -50px !important;
  }

  .big-mobile\:-bottom-54 {
    bottom: -54px !important;
  }

  .big-mobile\:-bottom-55 {
    bottom: -55px !important;
  }

  .big-mobile\:-bottom-56 {
    bottom: -56px !important;
  }

  .big-mobile\:-bottom-60 {
    bottom: -60px !important;
  }

  .big-mobile\:-bottom-65 {
    bottom: -65px !important;
  }

  .big-mobile\:-bottom-70 {
    bottom: -70px !important;
  }

  .big-mobile\:-bottom-75 {
    bottom: -75px !important;
  }

  .big-mobile\:-bottom-80 {
    bottom: -80px !important;
  }

  .big-mobile\:-bottom-85 {
    bottom: -85px !important;
  }

  .big-mobile\:-bottom-90 {
    bottom: -90px !important;
  }

  .big-mobile\:-bottom-100 {
    bottom: -100px !important;
  }

  .big-mobile\:-bottom-120 {
    bottom: -120px !important;
  }

  .big-mobile\:-bottom-125 {
    bottom: -125px !important;
  }

  .big-mobile\:-bottom-130 {
    bottom: -130px !important;
  }

  .big-mobile\:-bottom-140 {
    bottom: -140px !important;
  }

  .big-mobile\:-bottom-150 {
    bottom: -150px !important;
  }

  .big-mobile\:-bottom-175 {
    bottom: -175px !important;
  }

  .big-mobile\:-bottom-200 {
    bottom: -200px !important;
  }

  .big-mobile\:-bottom-220 {
    bottom: -220px !important;
  }

  .big-mobile\:-bottom-275 {
    bottom: -275px !important;
  }

  .big-mobile\:-bottom-300 {
    bottom: -300px !important;
  }

  .big-mobile\:-bottom-375 {
    bottom: -375px !important;
  }

  .big-mobile\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .big-mobile\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .big-mobile\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .big-mobile\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .big-mobile\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .big-mobile\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .big-mobile\:bottom-full {
    bottom: 100% !important;
  }

  .big-mobile\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .big-mobile\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .big-mobile\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .big-mobile\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .big-mobile\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .big-mobile\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .big-mobile\:-bottom-full {
    bottom: -100% !important;
  }

  .big-mobile\:left-0 {
    left: 0px !important;
  }

  .big-mobile\:left-1 {
    left: 4px !important;
  }

  .big-mobile\:left-2 {
    left: 8px !important;
  }

  .big-mobile\:left-3 {
    left: 3px !important;
  }

  .big-mobile\:left-4 {
    left: 4px !important;
  }

  .big-mobile\:left-5 {
    left: 5px !important;
  }

  .big-mobile\:left-7 {
    left: 7px !important;
  }

  .big-mobile\:left-8 {
    left: 8px !important;
  }

  .big-mobile\:left-10 {
    left: 10px !important;
  }

  .big-mobile\:left-11 {
    left: 11px !important;
  }

  .big-mobile\:left-12 {
    left: 12px !important;
  }

  .big-mobile\:left-14 {
    left: 14px !important;
  }

  .big-mobile\:left-15 {
    left: 15px !important;
  }

  .big-mobile\:left-18 {
    left: 18px !important;
  }

  .big-mobile\:left-20 {
    left: 20px !important;
  }

  .big-mobile\:left-22 {
    left: 22px !important;
  }

  .big-mobile\:left-24 {
    left: 24px !important;
  }

  .big-mobile\:left-25 {
    left: 25px !important;
  }

  .big-mobile\:left-26 {
    left: 26px !important;
  }

  .big-mobile\:left-28 {
    left: 28px !important;
  }

  .big-mobile\:left-30 {
    left: 30px !important;
  }

  .big-mobile\:left-32 {
    left: 32px !important;
  }

  .big-mobile\:left-34 {
    left: 34px !important;
  }

  .big-mobile\:left-35 {
    left: 35px !important;
  }

  .big-mobile\:left-40 {
    left: 40px !important;
  }

  .big-mobile\:left-45 {
    left: 45px !important;
  }

  .big-mobile\:left-50 {
    left: 50px !important;
  }

  .big-mobile\:left-54 {
    left: 54px !important;
  }

  .big-mobile\:left-55 {
    left: 55px !important;
  }

  .big-mobile\:left-56 {
    left: 56px !important;
  }

  .big-mobile\:left-60 {
    left: 60px !important;
  }

  .big-mobile\:left-65 {
    left: 65px !important;
  }

  .big-mobile\:left-70 {
    left: 70px !important;
  }

  .big-mobile\:left-75 {
    left: 75px !important;
  }

  .big-mobile\:left-80 {
    left: 80px !important;
  }

  .big-mobile\:left-85 {
    left: 85px !important;
  }

  .big-mobile\:left-90 {
    left: 90px !important;
  }

  .big-mobile\:left-100 {
    left: 100px !important;
  }

  .big-mobile\:left-120 {
    left: 120px !important;
  }

  .big-mobile\:left-125 {
    left: 125px !important;
  }

  .big-mobile\:left-130 {
    left: 130px !important;
  }

  .big-mobile\:left-140 {
    left: 140px !important;
  }

  .big-mobile\:left-150 {
    left: 150px !important;
  }

  .big-mobile\:left-175 {
    left: 175px !important;
  }

  .big-mobile\:left-200 {
    left: 200px !important;
  }

  .big-mobile\:left-220 {
    left: 220px !important;
  }

  .big-mobile\:left-275 {
    left: 275px !important;
  }

  .big-mobile\:left-300 {
    left: 300px !important;
  }

  .big-mobile\:left-375 {
    left: 375px !important;
  }

  .big-mobile\:left-auto {
    left: auto !important;
  }

  .big-mobile\:-left-0 {
    left: 0px !important;
  }

  .big-mobile\:-left-1 {
    left: -4px !important;
  }

  .big-mobile\:-left-2 {
    left: -8px !important;
  }

  .big-mobile\:-left-3 {
    left: -3px !important;
  }

  .big-mobile\:-left-4 {
    left: -4px !important;
  }

  .big-mobile\:-left-5 {
    left: -5px !important;
  }

  .big-mobile\:-left-7 {
    left: -7px !important;
  }

  .big-mobile\:-left-8 {
    left: -8px !important;
  }

  .big-mobile\:-left-10 {
    left: -10px !important;
  }

  .big-mobile\:-left-11 {
    left: -11px !important;
  }

  .big-mobile\:-left-12 {
    left: -12px !important;
  }

  .big-mobile\:-left-15 {
    left: -15px !important;
  }

  .big-mobile\:-left-18 {
    left: -18px !important;
  }

  .big-mobile\:-left-20 {
    left: -20px !important;
  }

  .big-mobile\:-left-22 {
    left: -22px !important;
  }

  .big-mobile\:-left-24 {
    left: -24px !important;
  }

  .big-mobile\:-left-25 {
    left: -25px !important;
  }

  .big-mobile\:-left-26 {
    left: -26px !important;
  }

  .big-mobile\:-left-28 {
    left: -28px !important;
  }

  .big-mobile\:-left-30 {
    left: -30px !important;
  }

  .big-mobile\:-left-32 {
    left: -32px !important;
  }

  .big-mobile\:-left-34 {
    left: -34px !important;
  }

  .big-mobile\:-left-35 {
    left: -35px !important;
  }

  .big-mobile\:-left-40 {
    left: -40px !important;
  }

  .big-mobile\:-left-45 {
    left: -45px !important;
  }

  .big-mobile\:-left-50 {
    left: -50px !important;
  }

  .big-mobile\:-left-54 {
    left: -54px !important;
  }

  .big-mobile\:-left-55 {
    left: -55px !important;
  }

  .big-mobile\:-left-56 {
    left: -56px !important;
  }

  .big-mobile\:-left-60 {
    left: -60px !important;
  }

  .big-mobile\:-left-65 {
    left: -65px !important;
  }

  .big-mobile\:-left-70 {
    left: -70px !important;
  }

  .big-mobile\:-left-75 {
    left: -75px !important;
  }

  .big-mobile\:-left-80 {
    left: -80px !important;
  }

  .big-mobile\:-left-85 {
    left: -85px !important;
  }

  .big-mobile\:-left-90 {
    left: -90px !important;
  }

  .big-mobile\:-left-100 {
    left: -100px !important;
  }

  .big-mobile\:-left-120 {
    left: -120px !important;
  }

  .big-mobile\:-left-125 {
    left: -125px !important;
  }

  .big-mobile\:-left-130 {
    left: -130px !important;
  }

  .big-mobile\:-left-140 {
    left: -140px !important;
  }

  .big-mobile\:-left-150 {
    left: -150px !important;
  }

  .big-mobile\:-left-175 {
    left: -175px !important;
  }

  .big-mobile\:-left-200 {
    left: -200px !important;
  }

  .big-mobile\:-left-220 {
    left: -220px !important;
  }

  .big-mobile\:-left-275 {
    left: -275px !important;
  }

  .big-mobile\:-left-300 {
    left: -300px !important;
  }

  .big-mobile\:-left-375 {
    left: -375px !important;
  }

  .big-mobile\:left-1\/2 {
    left: 50% !important;
  }

  .big-mobile\:left-1\/3 {
    left: 33.333333% !important;
  }

  .big-mobile\:left-2\/3 {
    left: 66.666667% !important;
  }

  .big-mobile\:left-1\/4 {
    left: 25% !important;
  }

  .big-mobile\:left-2\/4 {
    left: 50% !important;
  }

  .big-mobile\:left-3\/4 {
    left: 75% !important;
  }

  .big-mobile\:left-full {
    left: 100% !important;
  }

  .big-mobile\:-left-1\/2 {
    left: -50% !important;
  }

  .big-mobile\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .big-mobile\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .big-mobile\:-left-1\/4 {
    left: -25% !important;
  }

  .big-mobile\:-left-2\/4 {
    left: -50% !important;
  }

  .big-mobile\:-left-3\/4 {
    left: -75% !important;
  }

  .big-mobile\:-left-full {
    left: -100% !important;
  }

  .big-mobile\:isolate {
    isolation: isolate !important;
  }

  .big-mobile\:isolation-auto {
    isolation: auto !important;
  }

  .big-mobile\:z-0 {
    z-index: 0 !important;
  }

  .big-mobile\:z-10 {
    z-index: 10 !important;
  }

  .big-mobile\:z-20 {
    z-index: 20 !important;
  }

  .big-mobile\:z-30 {
    z-index: 30 !important;
  }

  .big-mobile\:z-40 {
    z-index: 40 !important;
  }

  .big-mobile\:z-50 {
    z-index: 50 !important;
  }

  .big-mobile\:z-auto {
    z-index: auto !important;
  }

  .big-mobile\:-z-1 {
    z-index: -1 !important;
  }

  .big-mobile\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .big-mobile\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .big-mobile\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .big-mobile\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .big-mobile\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .big-mobile\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .big-mobile\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .big-mobile\:focus-within\:-z-1:focus-within {
    z-index: -1 !important;
  }

  .big-mobile\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .big-mobile\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .big-mobile\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .big-mobile\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .big-mobile\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .big-mobile\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .big-mobile\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .big-mobile\:focus\:-z-1:focus {
    z-index: -1 !important;
  }

  .big-mobile\:order-1 {
    order: 1 !important;
  }

  .big-mobile\:order-2 {
    order: 2 !important;
  }

  .big-mobile\:order-3 {
    order: 3 !important;
  }

  .big-mobile\:order-4 {
    order: 4 !important;
  }

  .big-mobile\:order-5 {
    order: 5 !important;
  }

  .big-mobile\:order-6 {
    order: 6 !important;
  }

  .big-mobile\:order-7 {
    order: 7 !important;
  }

  .big-mobile\:order-8 {
    order: 8 !important;
  }

  .big-mobile\:order-9 {
    order: 9 !important;
  }

  .big-mobile\:order-10 {
    order: 10 !important;
  }

  .big-mobile\:order-11 {
    order: 11 !important;
  }

  .big-mobile\:order-12 {
    order: 12 !important;
  }

  .big-mobile\:order-first {
    order: -9999 !important;
  }

  .big-mobile\:order-last {
    order: 9999 !important;
  }

  .big-mobile\:order-none {
    order: 0 !important;
  }

  .big-mobile\:col-auto {
    grid-column: auto !important;
  }

  .big-mobile\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .big-mobile\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .big-mobile\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .big-mobile\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .big-mobile\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .big-mobile\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .big-mobile\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .big-mobile\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .big-mobile\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .big-mobile\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .big-mobile\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .big-mobile\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .big-mobile\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .big-mobile\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .big-mobile\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .big-mobile\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .big-mobile\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .big-mobile\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .big-mobile\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .big-mobile\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .big-mobile\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .big-mobile\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .big-mobile\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .big-mobile\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .big-mobile\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .big-mobile\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .big-mobile\:col-start-auto {
    grid-column-start: auto !important;
  }

  .big-mobile\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .big-mobile\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .big-mobile\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .big-mobile\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .big-mobile\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .big-mobile\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .big-mobile\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .big-mobile\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .big-mobile\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .big-mobile\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .big-mobile\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .big-mobile\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .big-mobile\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .big-mobile\:col-end-auto {
    grid-column-end: auto !important;
  }

  .big-mobile\:row-auto {
    grid-row: auto !important;
  }

  .big-mobile\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .big-mobile\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .big-mobile\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .big-mobile\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .big-mobile\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .big-mobile\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .big-mobile\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .big-mobile\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .big-mobile\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .big-mobile\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .big-mobile\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .big-mobile\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .big-mobile\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .big-mobile\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .big-mobile\:row-start-auto {
    grid-row-start: auto !important;
  }

  .big-mobile\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .big-mobile\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .big-mobile\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .big-mobile\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .big-mobile\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .big-mobile\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .big-mobile\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .big-mobile\:row-end-auto {
    grid-row-end: auto !important;
  }

  .big-mobile\:float-right {
    float: right !important;
  }

  .big-mobile\:float-left {
    float: left !important;
  }

  .big-mobile\:float-none {
    float: none !important;
  }

  .big-mobile\:clear-left {
    clear: left !important;
  }

  .big-mobile\:clear-right {
    clear: right !important;
  }

  .big-mobile\:clear-both {
    clear: both !important;
  }

  .big-mobile\:clear-none {
    clear: none !important;
  }

  .big-mobile\:m-0 {
    margin: 0px !important;
  }

  .big-mobile\:m-1 {
    margin: 4px !important;
  }

  .big-mobile\:m-2 {
    margin: 8px !important;
  }

  .big-mobile\:m-3 {
    margin: 3px !important;
  }

  .big-mobile\:m-4 {
    margin: 4px !important;
  }

  .big-mobile\:m-5 {
    margin: 5px !important;
  }

  .big-mobile\:m-7 {
    margin: 7px !important;
  }

  .big-mobile\:m-8 {
    margin: 8px !important;
  }

  .big-mobile\:m-10 {
    margin: 10px !important;
  }

  .big-mobile\:m-11 {
    margin: 11px !important;
  }

  .big-mobile\:m-12 {
    margin: 12px !important;
  }

  .big-mobile\:m-15 {
    margin: 15px !important;
  }

  .big-mobile\:m-18 {
    margin: 18px !important;
  }

  .big-mobile\:m-20 {
    margin: 20px !important;
  }

  .big-mobile\:m-22 {
    margin: 22px !important;
  }

  .big-mobile\:m-24 {
    margin: 24px !important;
  }

  .big-mobile\:m-25 {
    margin: 25px !important;
  }

  .big-mobile\:m-26 {
    margin: 26px !important;
  }

  .big-mobile\:m-28 {
    margin: 28px !important;
  }

  .big-mobile\:m-30 {
    margin: 30px !important;
  }

  .big-mobile\:m-32 {
    margin: 32px !important;
  }

  .big-mobile\:m-34 {
    margin: 34px !important;
  }

  .big-mobile\:m-35 {
    margin: 35px !important;
  }

  .big-mobile\:m-40 {
    margin: 40px !important;
  }

  .big-mobile\:m-45 {
    margin: 45px !important;
  }

  .big-mobile\:m-50 {
    margin: 50px !important;
  }

  .big-mobile\:m-54 {
    margin: 54px !important;
  }

  .big-mobile\:m-55 {
    margin: 55px !important;
  }

  .big-mobile\:m-56 {
    margin: 56px !important;
  }

  .big-mobile\:m-60 {
    margin: 60px !important;
  }

  .big-mobile\:m-65 {
    margin: 65px !important;
  }

  .big-mobile\:m-70 {
    margin: 70px !important;
  }

  .big-mobile\:m-75 {
    margin: 75px !important;
  }

  .big-mobile\:m-80 {
    margin: 80px !important;
  }

  .big-mobile\:m-85 {
    margin: 85px !important;
  }

  .big-mobile\:m-90 {
    margin: 90px !important;
  }

  .big-mobile\:m-100 {
    margin: 100px !important;
  }

  .big-mobile\:m-120 {
    margin: 120px !important;
  }

  .big-mobile\:m-125 {
    margin: 125px !important;
  }

  .big-mobile\:m-130 {
    margin: 130px !important;
  }

  .big-mobile\:m-140 {
    margin: 140px !important;
  }

  .big-mobile\:m-150 {
    margin: 150px !important;
  }

  .big-mobile\:m-175 {
    margin: 175px !important;
  }

  .big-mobile\:m-200 {
    margin: 200px !important;
  }

  .big-mobile\:m-220 {
    margin: 220px !important;
  }

  .big-mobile\:m-275 {
    margin: 275px !important;
  }

  .big-mobile\:m-300 {
    margin: 300px !important;
  }

  .big-mobile\:m-375 {
    margin: 375px !important;
  }

  .big-mobile\:m-auto {
    margin: auto !important;
  }

  .big-mobile\:-m-0 {
    margin: 0px !important;
  }

  .big-mobile\:-m-1 {
    margin: -4px !important;
  }

  .big-mobile\:-m-2 {
    margin: -8px !important;
  }

  .big-mobile\:-m-3 {
    margin: -3px !important;
  }

  .big-mobile\:-m-4 {
    margin: -4px !important;
  }

  .big-mobile\:-m-5 {
    margin: -5px !important;
  }

  .big-mobile\:-m-7 {
    margin: -7px !important;
  }

  .big-mobile\:-m-8 {
    margin: -8px !important;
  }

  .big-mobile\:-m-10 {
    margin: -10px !important;
  }

  .big-mobile\:-m-11 {
    margin: -11px !important;
  }

  .big-mobile\:-m-12 {
    margin: -12px !important;
  }

  .big-mobile\:-m-15 {
    margin: -15px !important;
  }

  .big-mobile\:-m-18 {
    margin: -18px !important;
  }

  .big-mobile\:-m-20 {
    margin: -20px !important;
  }

  .big-mobile\:-m-22 {
    margin: -22px !important;
  }

  .big-mobile\:-m-24 {
    margin: -24px !important;
  }

  .big-mobile\:-m-25 {
    margin: -25px !important;
  }

  .big-mobile\:-m-26 {
    margin: -26px !important;
  }

  .big-mobile\:-m-28 {
    margin: -28px !important;
  }

  .big-mobile\:-m-30 {
    margin: -30px !important;
  }

  .big-mobile\:-m-32 {
    margin: -32px !important;
  }

  .big-mobile\:-m-34 {
    margin: -34px !important;
  }

  .big-mobile\:-m-35 {
    margin: -35px !important;
  }

  .big-mobile\:-m-40 {
    margin: -40px !important;
  }

  .big-mobile\:-m-45 {
    margin: -45px !important;
  }

  .big-mobile\:-m-50 {
    margin: -50px !important;
  }

  .big-mobile\:-m-54 {
    margin: -54px !important;
  }

  .big-mobile\:-m-55 {
    margin: -55px !important;
  }

  .big-mobile\:-m-56 {
    margin: -56px !important;
  }

  .big-mobile\:-m-60 {
    margin: -60px !important;
  }

  .big-mobile\:-m-65 {
    margin: -65px !important;
  }

  .big-mobile\:-m-70 {
    margin: -70px !important;
  }

  .big-mobile\:-m-75 {
    margin: -75px !important;
  }

  .big-mobile\:-m-80 {
    margin: -80px !important;
  }

  .big-mobile\:-m-85 {
    margin: -85px !important;
  }

  .big-mobile\:-m-90 {
    margin: -90px !important;
  }

  .big-mobile\:-m-100 {
    margin: -100px !important;
  }

  .big-mobile\:-m-120 {
    margin: -120px !important;
  }

  .big-mobile\:-m-125 {
    margin: -125px !important;
  }

  .big-mobile\:-m-130 {
    margin: -130px !important;
  }

  .big-mobile\:-m-140 {
    margin: -140px !important;
  }

  .big-mobile\:-m-150 {
    margin: -150px !important;
  }

  .big-mobile\:-m-175 {
    margin: -175px !important;
  }

  .big-mobile\:-m-200 {
    margin: -200px !important;
  }

  .big-mobile\:-m-220 {
    margin: -220px !important;
  }

  .big-mobile\:-m-275 {
    margin: -275px !important;
  }

  .big-mobile\:-m-300 {
    margin: -300px !important;
  }

  .big-mobile\:-m-375 {
    margin: -375px !important;
  }

  .big-mobile\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .big-mobile\:mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .big-mobile\:mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .big-mobile\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .big-mobile\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .big-mobile\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .big-mobile\:mx-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }

  .big-mobile\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .big-mobile\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .big-mobile\:mx-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }

  .big-mobile\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .big-mobile\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .big-mobile\:mx-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .big-mobile\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .big-mobile\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .big-mobile\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .big-mobile\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .big-mobile\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .big-mobile\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .big-mobile\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .big-mobile\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .big-mobile\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .big-mobile\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .big-mobile\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .big-mobile\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .big-mobile\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .big-mobile\:mx-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }

  .big-mobile\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .big-mobile\:mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .big-mobile\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .big-mobile\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .big-mobile\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .big-mobile\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .big-mobile\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .big-mobile\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .big-mobile\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .big-mobile\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .big-mobile\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .big-mobile\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .big-mobile\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .big-mobile\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .big-mobile\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .big-mobile\:mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .big-mobile\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .big-mobile\:mx-220 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .big-mobile\:mx-275 {
    margin-left: 275px !important;
    margin-right: 275px !important;
  }

  .big-mobile\:mx-300 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }

  .big-mobile\:mx-375 {
    margin-left: 375px !important;
    margin-right: 375px !important;
  }

  .big-mobile\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .big-mobile\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .big-mobile\:-mx-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .big-mobile\:-mx-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .big-mobile\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .big-mobile\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .big-mobile\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .big-mobile\:-mx-7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }

  .big-mobile\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .big-mobile\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .big-mobile\:-mx-11 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }

  .big-mobile\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .big-mobile\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .big-mobile\:-mx-18 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }

  .big-mobile\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .big-mobile\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .big-mobile\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .big-mobile\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .big-mobile\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .big-mobile\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .big-mobile\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .big-mobile\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .big-mobile\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .big-mobile\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .big-mobile\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .big-mobile\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .big-mobile\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .big-mobile\:-mx-54 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }

  .big-mobile\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .big-mobile\:-mx-56 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .big-mobile\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .big-mobile\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .big-mobile\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .big-mobile\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .big-mobile\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .big-mobile\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .big-mobile\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .big-mobile\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .big-mobile\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .big-mobile\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .big-mobile\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .big-mobile\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .big-mobile\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .big-mobile\:-mx-175 {
    margin-left: -175px !important;
    margin-right: -175px !important;
  }

  .big-mobile\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .big-mobile\:-mx-220 {
    margin-left: -220px !important;
    margin-right: -220px !important;
  }

  .big-mobile\:-mx-275 {
    margin-left: -275px !important;
    margin-right: -275px !important;
  }

  .big-mobile\:-mx-300 {
    margin-left: -300px !important;
    margin-right: -300px !important;
  }

  .big-mobile\:-mx-375 {
    margin-left: -375px !important;
    margin-right: -375px !important;
  }

  .big-mobile\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .big-mobile\:my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .big-mobile\:my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .big-mobile\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .big-mobile\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .big-mobile\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .big-mobile\:my-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .big-mobile\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .big-mobile\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .big-mobile\:my-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }

  .big-mobile\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .big-mobile\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .big-mobile\:my-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  .big-mobile\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .big-mobile\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .big-mobile\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .big-mobile\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .big-mobile\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .big-mobile\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .big-mobile\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .big-mobile\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .big-mobile\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .big-mobile\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .big-mobile\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .big-mobile\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .big-mobile\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .big-mobile\:my-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }

  .big-mobile\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .big-mobile\:my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .big-mobile\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .big-mobile\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .big-mobile\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .big-mobile\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .big-mobile\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .big-mobile\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .big-mobile\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .big-mobile\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .big-mobile\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .big-mobile\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .big-mobile\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .big-mobile\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .big-mobile\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .big-mobile\:my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .big-mobile\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .big-mobile\:my-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .big-mobile\:my-275 {
    margin-top: 275px !important;
    margin-bottom: 275px !important;
  }

  .big-mobile\:my-300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }

  .big-mobile\:my-375 {
    margin-top: 375px !important;
    margin-bottom: 375px !important;
  }

  .big-mobile\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .big-mobile\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .big-mobile\:-my-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .big-mobile\:-my-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .big-mobile\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .big-mobile\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .big-mobile\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .big-mobile\:-my-7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }

  .big-mobile\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .big-mobile\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .big-mobile\:-my-11 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }

  .big-mobile\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .big-mobile\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .big-mobile\:-my-18 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }

  .big-mobile\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .big-mobile\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .big-mobile\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .big-mobile\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .big-mobile\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .big-mobile\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .big-mobile\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .big-mobile\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .big-mobile\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .big-mobile\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .big-mobile\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .big-mobile\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .big-mobile\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .big-mobile\:-my-54 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }

  .big-mobile\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .big-mobile\:-my-56 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .big-mobile\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .big-mobile\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .big-mobile\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .big-mobile\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .big-mobile\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .big-mobile\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .big-mobile\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .big-mobile\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .big-mobile\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .big-mobile\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .big-mobile\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .big-mobile\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .big-mobile\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .big-mobile\:-my-175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important;
  }

  .big-mobile\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .big-mobile\:-my-220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important;
  }

  .big-mobile\:-my-275 {
    margin-top: -275px !important;
    margin-bottom: -275px !important;
  }

  .big-mobile\:-my-300 {
    margin-top: -300px !important;
    margin-bottom: -300px !important;
  }

  .big-mobile\:-my-375 {
    margin-top: -375px !important;
    margin-bottom: -375px !important;
  }

  .big-mobile\:mt-0 {
    margin-top: 0px !important;
  }

  .big-mobile\:mt-1 {
    margin-top: 4px !important;
  }

  .big-mobile\:mt-2 {
    margin-top: 8px !important;
  }

  .big-mobile\:mt-3 {
    margin-top: 3px !important;
  }

  .big-mobile\:mt-4 {
    margin-top: 4px !important;
  }

  .big-mobile\:mt-5 {
    margin-top: 5px !important;
  }

  .big-mobile\:mt-7 {
    margin-top: 7px !important;
  }

  .big-mobile\:mt-8 {
    margin-top: 8px !important;
  }

  .big-mobile\:mt-10 {
    margin-top: 10px !important;
  }

  .big-mobile\:mt-11 {
    margin-top: 11px !important;
  }

  .big-mobile\:mt-12 {
    margin-top: 12px !important;
  }

  .big-mobile\:mt-15 {
    margin-top: 15px !important;
  }

  .big-mobile\:mt-18 {
    margin-top: 18px !important;
  }

  .big-mobile\:mt-20 {
    margin-top: 20px !important;
  }

  .big-mobile\:mt-22 {
    margin-top: 22px !important;
  }

  .big-mobile\:mt-24 {
    margin-top: 24px !important;
  }

  .big-mobile\:mt-25 {
    margin-top: 25px !important;
  }

  .big-mobile\:mt-26 {
    margin-top: 26px !important;
  }

  .big-mobile\:mt-28 {
    margin-top: 28px !important;
  }

  .big-mobile\:mt-30 {
    margin-top: 30px !important;
  }

  .big-mobile\:mt-32 {
    margin-top: 32px !important;
  }

  .big-mobile\:mt-34 {
    margin-top: 34px !important;
  }

  .big-mobile\:mt-35 {
    margin-top: 35px !important;
  }

  .big-mobile\:mt-40 {
    margin-top: 40px !important;
  }

  .big-mobile\:mt-45 {
    margin-top: 45px !important;
  }

  .big-mobile\:mt-50 {
    margin-top: 50px !important;
  }

  .big-mobile\:mt-54 {
    margin-top: 54px !important;
  }

  .big-mobile\:mt-55 {
    margin-top: 55px !important;
  }

  .big-mobile\:mt-56 {
    margin-top: 56px !important;
  }

  .big-mobile\:mt-60 {
    margin-top: 60px !important;
  }

  .big-mobile\:mt-65 {
    margin-top: 65px !important;
  }

  .big-mobile\:mt-70 {
    margin-top: 70px !important;
  }

  .big-mobile\:mt-75 {
    margin-top: 75px !important;
  }

  .big-mobile\:mt-80 {
    margin-top: 80px !important;
  }

  .big-mobile\:mt-85 {
    margin-top: 85px !important;
  }

  .big-mobile\:mt-90 {
    margin-top: 90px !important;
  }

  .big-mobile\:mt-100 {
    margin-top: 100px !important;
  }

  .big-mobile\:mt-120 {
    margin-top: 120px !important;
  }

  .big-mobile\:mt-125 {
    margin-top: 125px !important;
  }

  .big-mobile\:mt-130 {
    margin-top: 130px !important;
  }

  .big-mobile\:mt-140 {
    margin-top: 140px !important;
  }

  .big-mobile\:mt-150 {
    margin-top: 150px !important;
  }

  .big-mobile\:mt-175 {
    margin-top: 175px !important;
  }

  .big-mobile\:mt-200 {
    margin-top: 200px !important;
  }

  .big-mobile\:mt-220 {
    margin-top: 220px !important;
  }

  .big-mobile\:mt-275 {
    margin-top: 275px !important;
  }

  .big-mobile\:mt-300 {
    margin-top: 300px !important;
  }

  .big-mobile\:mt-375 {
    margin-top: 375px !important;
  }

  .big-mobile\:mt-auto {
    margin-top: auto !important;
  }

  .big-mobile\:-mt-0 {
    margin-top: 0px !important;
  }

  .big-mobile\:-mt-1 {
    margin-top: -4px !important;
  }

  .big-mobile\:-mt-2 {
    margin-top: -8px !important;
  }

  .big-mobile\:-mt-3 {
    margin-top: -3px !important;
  }

  .big-mobile\:-mt-4 {
    margin-top: -4px !important;
  }

  .big-mobile\:-mt-5 {
    margin-top: -5px !important;
  }

  .big-mobile\:-mt-7 {
    margin-top: -7px !important;
  }

  .big-mobile\:-mt-8 {
    margin-top: -8px !important;
  }

  .big-mobile\:-mt-10 {
    margin-top: -10px !important;
  }

  .big-mobile\:-mt-11 {
    margin-top: -11px !important;
  }

  .big-mobile\:-mt-12 {
    margin-top: -12px !important;
  }

  .big-mobile\:-mt-15 {
    margin-top: -15px !important;
  }

  .big-mobile\:-mt-18 {
    margin-top: -18px !important;
  }

  .big-mobile\:-mt-20 {
    margin-top: -20px !important;
  }

  .big-mobile\:-mt-22 {
    margin-top: -22px !important;
  }

  .big-mobile\:-mt-24 {
    margin-top: -24px !important;
  }

  .big-mobile\:-mt-25 {
    margin-top: -25px !important;
  }

  .big-mobile\:-mt-26 {
    margin-top: -26px !important;
  }

  .big-mobile\:-mt-28 {
    margin-top: -28px !important;
  }

  .big-mobile\:-mt-30 {
    margin-top: -30px !important;
  }

  .big-mobile\:-mt-32 {
    margin-top: -32px !important;
  }

  .big-mobile\:-mt-34 {
    margin-top: -34px !important;
  }

  .big-mobile\:-mt-35 {
    margin-top: -35px !important;
  }

  .big-mobile\:-mt-40 {
    margin-top: -40px !important;
  }

  .big-mobile\:-mt-45 {
    margin-top: -45px !important;
  }

  .big-mobile\:-mt-50 {
    margin-top: -50px !important;
  }

  .big-mobile\:-mt-54 {
    margin-top: -54px !important;
  }

  .big-mobile\:-mt-55 {
    margin-top: -55px !important;
  }

  .big-mobile\:-mt-56 {
    margin-top: -56px !important;
  }

  .big-mobile\:-mt-60 {
    margin-top: -60px !important;
  }

  .big-mobile\:-mt-65 {
    margin-top: -65px !important;
  }

  .big-mobile\:-mt-70 {
    margin-top: -70px !important;
  }

  .big-mobile\:-mt-75 {
    margin-top: -75px !important;
  }

  .big-mobile\:-mt-80 {
    margin-top: -80px !important;
  }

  .big-mobile\:-mt-85 {
    margin-top: -85px !important;
  }

  .big-mobile\:-mt-90 {
    margin-top: -90px !important;
  }

  .big-mobile\:-mt-100 {
    margin-top: -100px !important;
  }

  .big-mobile\:-mt-120 {
    margin-top: -120px !important;
  }

  .big-mobile\:-mt-125 {
    margin-top: -125px !important;
  }

  .big-mobile\:-mt-130 {
    margin-top: -130px !important;
  }

  .big-mobile\:-mt-140 {
    margin-top: -140px !important;
  }

  .big-mobile\:-mt-150 {
    margin-top: -150px !important;
  }

  .big-mobile\:-mt-175 {
    margin-top: -175px !important;
  }

  .big-mobile\:-mt-200 {
    margin-top: -200px !important;
  }

  .big-mobile\:-mt-220 {
    margin-top: -220px !important;
  }

  .big-mobile\:-mt-275 {
    margin-top: -275px !important;
  }

  .big-mobile\:-mt-300 {
    margin-top: -300px !important;
  }

  .big-mobile\:-mt-375 {
    margin-top: -375px !important;
  }

  .big-mobile\:mr-0 {
    margin-right: 0px !important;
  }

  .big-mobile\:mr-1 {
    margin-right: 4px !important;
  }

  .big-mobile\:mr-2 {
    margin-right: 8px !important;
  }

  .big-mobile\:mr-3 {
    margin-right: 3px !important;
  }

  .big-mobile\:mr-4 {
    margin-right: 4px !important;
  }

  .big-mobile\:mr-5 {
    margin-right: 5px !important;
  }

  .big-mobile\:mr-7 {
    margin-right: 7px !important;
  }

  .big-mobile\:mr-8 {
    margin-right: 8px !important;
  }

  .big-mobile\:mr-10 {
    margin-right: 10px !important;
  }

  .big-mobile\:mr-11 {
    margin-right: 11px !important;
  }

  .big-mobile\:mr-12 {
    margin-right: 12px !important;
  }

  .big-mobile\:mr-15 {
    margin-right: 15px !important;
  }

  .big-mobile\:mr-18 {
    margin-right: 18px !important;
  }

  .big-mobile\:mr-20 {
    margin-right: 20px !important;
  }

  .big-mobile\:mr-22 {
    margin-right: 22px !important;
  }

  .big-mobile\:mr-24 {
    margin-right: 24px !important;
  }

  .big-mobile\:mr-25 {
    margin-right: 25px !important;
  }

  .big-mobile\:mr-26 {
    margin-right: 26px !important;
  }

  .big-mobile\:mr-28 {
    margin-right: 28px !important;
  }

  .big-mobile\:mr-30 {
    margin-right: 30px !important;
  }

  .big-mobile\:mr-32 {
    margin-right: 32px !important;
  }

  .big-mobile\:mr-34 {
    margin-right: 34px !important;
  }

  .big-mobile\:mr-35 {
    margin-right: 35px !important;
  }

  .big-mobile\:mr-40 {
    margin-right: 40px !important;
  }

  .big-mobile\:mr-45 {
    margin-right: 45px !important;
  }

  .big-mobile\:mr-50 {
    margin-right: 50px !important;
  }

  .big-mobile\:mr-54 {
    margin-right: 54px !important;
  }

  .big-mobile\:mr-55 {
    margin-right: 55px !important;
  }

  .big-mobile\:mr-56 {
    margin-right: 56px !important;
  }

  .big-mobile\:mr-60 {
    margin-right: 60px !important;
  }

  .big-mobile\:mr-65 {
    margin-right: 65px !important;
  }

  .big-mobile\:mr-70 {
    margin-right: 70px !important;
  }

  .big-mobile\:mr-75 {
    margin-right: 75px !important;
  }

  .big-mobile\:mr-80 {
    margin-right: 80px !important;
  }

  .big-mobile\:mr-85 {
    margin-right: 85px !important;
  }

  .big-mobile\:mr-90 {
    margin-right: 90px !important;
  }

  .big-mobile\:mr-100 {
    margin-right: 100px !important;
  }

  .big-mobile\:mr-120 {
    margin-right: 120px !important;
  }

  .big-mobile\:mr-125 {
    margin-right: 125px !important;
  }

  .big-mobile\:mr-130 {
    margin-right: 130px !important;
  }

  .big-mobile\:mr-140 {
    margin-right: 140px !important;
  }

  .big-mobile\:mr-150 {
    margin-right: 150px !important;
  }

  .big-mobile\:mr-175 {
    margin-right: 175px !important;
  }

  .big-mobile\:mr-200 {
    margin-right: 200px !important;
  }

  .big-mobile\:mr-220 {
    margin-right: 220px !important;
  }

  .big-mobile\:mr-275 {
    margin-right: 275px !important;
  }

  .big-mobile\:mr-300 {
    margin-right: 300px !important;
  }

  .big-mobile\:mr-375 {
    margin-right: 375px !important;
  }

  .big-mobile\:mr-auto {
    margin-right: auto !important;
  }

  .big-mobile\:-mr-0 {
    margin-right: 0px !important;
  }

  .big-mobile\:-mr-1 {
    margin-right: -4px !important;
  }

  .big-mobile\:-mr-2 {
    margin-right: -8px !important;
  }

  .big-mobile\:-mr-3 {
    margin-right: -3px !important;
  }

  .big-mobile\:-mr-4 {
    margin-right: -4px !important;
  }

  .big-mobile\:-mr-5 {
    margin-right: -5px !important;
  }

  .big-mobile\:-mr-7 {
    margin-right: -7px !important;
  }

  .big-mobile\:-mr-8 {
    margin-right: -8px !important;
  }

  .big-mobile\:-mr-10 {
    margin-right: -10px !important;
  }

  .big-mobile\:-mr-11 {
    margin-right: -11px !important;
  }

  .big-mobile\:-mr-12 {
    margin-right: -12px !important;
  }

  .big-mobile\:-mr-15 {
    margin-right: -15px !important;
  }

  .big-mobile\:-mr-18 {
    margin-right: -18px !important;
  }

  .big-mobile\:-mr-20 {
    margin-right: -20px !important;
  }

  .big-mobile\:-mr-22 {
    margin-right: -22px !important;
  }

  .big-mobile\:-mr-24 {
    margin-right: -24px !important;
  }

  .big-mobile\:-mr-25 {
    margin-right: -25px !important;
  }

  .big-mobile\:-mr-26 {
    margin-right: -26px !important;
  }

  .big-mobile\:-mr-28 {
    margin-right: -28px !important;
  }

  .big-mobile\:-mr-30 {
    margin-right: -30px !important;
  }

  .big-mobile\:-mr-32 {
    margin-right: -32px !important;
  }

  .big-mobile\:-mr-34 {
    margin-right: -34px !important;
  }

  .big-mobile\:-mr-35 {
    margin-right: -35px !important;
  }

  .big-mobile\:-mr-40 {
    margin-right: -40px !important;
  }

  .big-mobile\:-mr-45 {
    margin-right: -45px !important;
  }

  .big-mobile\:-mr-50 {
    margin-right: -50px !important;
  }

  .big-mobile\:-mr-54 {
    margin-right: -54px !important;
  }

  .big-mobile\:-mr-55 {
    margin-right: -55px !important;
  }

  .big-mobile\:-mr-56 {
    margin-right: -56px !important;
  }

  .big-mobile\:-mr-60 {
    margin-right: -60px !important;
  }

  .big-mobile\:-mr-65 {
    margin-right: -65px !important;
  }

  .big-mobile\:-mr-70 {
    margin-right: -70px !important;
  }

  .big-mobile\:-mr-75 {
    margin-right: -75px !important;
  }

  .big-mobile\:-mr-80 {
    margin-right: -80px !important;
  }

  .big-mobile\:-mr-85 {
    margin-right: -85px !important;
  }

  .big-mobile\:-mr-90 {
    margin-right: -90px !important;
  }

  .big-mobile\:-mr-100 {
    margin-right: -100px !important;
  }

  .big-mobile\:-mr-120 {
    margin-right: -120px !important;
  }

  .big-mobile\:-mr-125 {
    margin-right: -125px !important;
  }

  .big-mobile\:-mr-130 {
    margin-right: -130px !important;
  }

  .big-mobile\:-mr-140 {
    margin-right: -140px !important;
  }

  .big-mobile\:-mr-150 {
    margin-right: -150px !important;
  }

  .big-mobile\:-mr-175 {
    margin-right: -175px !important;
  }

  .big-mobile\:-mr-200 {
    margin-right: -200px !important;
  }

  .big-mobile\:-mr-220 {
    margin-right: -220px !important;
  }

  .big-mobile\:-mr-275 {
    margin-right: -275px !important;
  }

  .big-mobile\:-mr-300 {
    margin-right: -300px !important;
  }

  .big-mobile\:-mr-375 {
    margin-right: -375px !important;
  }

  .big-mobile\:mb-0 {
    margin-bottom: 0px !important;
  }

  .big-mobile\:mb-1 {
    margin-bottom: 4px !important;
  }

  .big-mobile\:mb-2 {
    margin-bottom: 8px !important;
  }

  .big-mobile\:mb-3 {
    margin-bottom: 3px !important;
  }

  .big-mobile\:mb-4 {
    margin-bottom: 4px !important;
  }

  .big-mobile\:mb-5 {
    margin-bottom: 5px !important;
  }

  .big-mobile\:mb-7 {
    margin-bottom: 7px !important;
  }

  .big-mobile\:mb-8 {
    margin-bottom: 8px !important;
  }

  .big-mobile\:mb-10 {
    margin-bottom: 10px !important;
  }

  .big-mobile\:mb-11 {
    margin-bottom: 11px !important;
  }

  .big-mobile\:mb-12 {
    margin-bottom: 12px !important;
  }

  .big-mobile\:mb-15 {
    margin-bottom: 15px !important;
  }

  .big-mobile\:mb-18 {
    margin-bottom: 18px !important;
  }

  .big-mobile\:mb-20 {
    margin-bottom: 20px !important;
  }

  .big-mobile\:mb-22 {
    margin-bottom: 22px !important;
  }

  .big-mobile\:mb-24 {
    margin-bottom: 24px !important;
  }

  .big-mobile\:mb-25 {
    margin-bottom: 25px !important;
  }

  .big-mobile\:mb-26 {
    margin-bottom: 26px !important;
  }

  .big-mobile\:mb-28 {
    margin-bottom: 28px !important;
  }

  .big-mobile\:mb-30 {
    margin-bottom: 30px !important;
  }

  .big-mobile\:mb-32 {
    margin-bottom: 32px !important;
  }

  .big-mobile\:mb-34 {
    margin-bottom: 34px !important;
  }

  .big-mobile\:mb-35 {
    margin-bottom: 35px !important;
  }

  .big-mobile\:mb-40 {
    margin-bottom: 40px !important;
  }

  .big-mobile\:mb-45 {
    margin-bottom: 45px !important;
  }

  .big-mobile\:mb-50 {
    margin-bottom: 50px !important;
  }

  .big-mobile\:mb-54 {
    margin-bottom: 54px !important;
  }

  .big-mobile\:mb-55 {
    margin-bottom: 55px !important;
  }

  .big-mobile\:mb-56 {
    margin-bottom: 56px !important;
  }

  .big-mobile\:mb-60 {
    margin-bottom: 60px !important;
  }

  .big-mobile\:mb-65 {
    margin-bottom: 65px !important;
  }

  .big-mobile\:mb-70 {
    margin-bottom: 70px !important;
  }

  .big-mobile\:mb-75 {
    margin-bottom: 75px !important;
  }

  .big-mobile\:mb-80 {
    margin-bottom: 80px !important;
  }

  .big-mobile\:mb-85 {
    margin-bottom: 85px !important;
  }

  .big-mobile\:mb-90 {
    margin-bottom: 90px !important;
  }

  .big-mobile\:mb-100 {
    margin-bottom: 100px !important;
  }

  .big-mobile\:mb-120 {
    margin-bottom: 120px !important;
  }

  .big-mobile\:mb-125 {
    margin-bottom: 125px !important;
  }

  .big-mobile\:mb-130 {
    margin-bottom: 130px !important;
  }

  .big-mobile\:mb-140 {
    margin-bottom: 140px !important;
  }

  .big-mobile\:mb-150 {
    margin-bottom: 150px !important;
  }

  .big-mobile\:mb-175 {
    margin-bottom: 175px !important;
  }

  .big-mobile\:mb-200 {
    margin-bottom: 200px !important;
  }

  .big-mobile\:mb-220 {
    margin-bottom: 220px !important;
  }

  .big-mobile\:mb-275 {
    margin-bottom: 275px !important;
  }

  .big-mobile\:mb-300 {
    margin-bottom: 300px !important;
  }

  .big-mobile\:mb-375 {
    margin-bottom: 375px !important;
  }

  .big-mobile\:mb-auto {
    margin-bottom: auto !important;
  }

  .big-mobile\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .big-mobile\:-mb-1 {
    margin-bottom: -4px !important;
  }

  .big-mobile\:-mb-2 {
    margin-bottom: -8px !important;
  }

  .big-mobile\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .big-mobile\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .big-mobile\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .big-mobile\:-mb-7 {
    margin-bottom: -7px !important;
  }

  .big-mobile\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .big-mobile\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .big-mobile\:-mb-11 {
    margin-bottom: -11px !important;
  }

  .big-mobile\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .big-mobile\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .big-mobile\:-mb-18 {
    margin-bottom: -18px !important;
  }

  .big-mobile\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .big-mobile\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .big-mobile\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .big-mobile\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .big-mobile\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .big-mobile\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .big-mobile\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .big-mobile\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .big-mobile\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .big-mobile\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .big-mobile\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .big-mobile\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .big-mobile\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .big-mobile\:-mb-54 {
    margin-bottom: -54px !important;
  }

  .big-mobile\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .big-mobile\:-mb-56 {
    margin-bottom: -56px !important;
  }

  .big-mobile\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .big-mobile\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .big-mobile\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .big-mobile\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .big-mobile\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .big-mobile\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .big-mobile\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .big-mobile\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .big-mobile\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .big-mobile\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .big-mobile\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .big-mobile\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .big-mobile\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .big-mobile\:-mb-175 {
    margin-bottom: -175px !important;
  }

  .big-mobile\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .big-mobile\:-mb-220 {
    margin-bottom: -220px !important;
  }

  .big-mobile\:-mb-275 {
    margin-bottom: -275px !important;
  }

  .big-mobile\:-mb-300 {
    margin-bottom: -300px !important;
  }

  .big-mobile\:-mb-375 {
    margin-bottom: -375px !important;
  }

  .big-mobile\:ml-0 {
    margin-left: 0px !important;
  }

  .big-mobile\:ml-1 {
    margin-left: 4px !important;
  }

  .big-mobile\:ml-2 {
    margin-left: 8px !important;
  }

  .big-mobile\:ml-3 {
    margin-left: 3px !important;
  }

  .big-mobile\:ml-4 {
    margin-left: 4px !important;
  }

  .big-mobile\:ml-5 {
    margin-left: 5px !important;
  }

  .big-mobile\:ml-7 {
    margin-left: 7px !important;
  }

  .big-mobile\:ml-8 {
    margin-left: 8px !important;
  }

  .big-mobile\:ml-10 {
    margin-left: 10px !important;
  }

  .big-mobile\:ml-11 {
    margin-left: 11px !important;
  }

  .big-mobile\:ml-12 {
    margin-left: 12px !important;
  }

  .big-mobile\:ml-15 {
    margin-left: 15px !important;
  }

  .big-mobile\:ml-18 {
    margin-left: 18px !important;
  }

  .big-mobile\:ml-20 {
    margin-left: 20px !important;
  }

  .big-mobile\:ml-22 {
    margin-left: 22px !important;
  }

  .big-mobile\:ml-24 {
    margin-left: 24px !important;
  }

  .big-mobile\:ml-25 {
    margin-left: 25px !important;
  }

  .big-mobile\:ml-26 {
    margin-left: 26px !important;
  }

  .big-mobile\:ml-28 {
    margin-left: 28px !important;
  }

  .big-mobile\:ml-30 {
    margin-left: 30px !important;
  }

  .big-mobile\:ml-32 {
    margin-left: 32px !important;
  }

  .big-mobile\:ml-34 {
    margin-left: 34px !important;
  }

  .big-mobile\:ml-35 {
    margin-left: 35px !important;
  }

  .big-mobile\:ml-40 {
    margin-left: 40px !important;
  }

  .big-mobile\:ml-45 {
    margin-left: 45px !important;
  }

  .big-mobile\:ml-50 {
    margin-left: 50px !important;
  }

  .big-mobile\:ml-54 {
    margin-left: 54px !important;
  }

  .big-mobile\:ml-55 {
    margin-left: 55px !important;
  }

  .big-mobile\:ml-56 {
    margin-left: 56px !important;
  }

  .big-mobile\:ml-60 {
    margin-left: 60px !important;
  }

  .big-mobile\:ml-65 {
    margin-left: 65px !important;
  }

  .big-mobile\:ml-70 {
    margin-left: 70px !important;
  }

  .big-mobile\:ml-75 {
    margin-left: 75px !important;
  }

  .big-mobile\:ml-80 {
    margin-left: 80px !important;
  }

  .big-mobile\:ml-85 {
    margin-left: 85px !important;
  }

  .big-mobile\:ml-90 {
    margin-left: 90px !important;
  }

  .big-mobile\:ml-100 {
    margin-left: 100px !important;
  }

  .big-mobile\:ml-120 {
    margin-left: 120px !important;
  }

  .big-mobile\:ml-125 {
    margin-left: 125px !important;
  }

  .big-mobile\:ml-130 {
    margin-left: 130px !important;
  }

  .big-mobile\:ml-140 {
    margin-left: 140px !important;
  }

  .big-mobile\:ml-150 {
    margin-left: 150px !important;
  }

  .big-mobile\:ml-175 {
    margin-left: 175px !important;
  }

  .big-mobile\:ml-200 {
    margin-left: 200px !important;
  }

  .big-mobile\:ml-220 {
    margin-left: 220px !important;
  }

  .big-mobile\:ml-275 {
    margin-left: 275px !important;
  }

  .big-mobile\:ml-300 {
    margin-left: 300px !important;
  }

  .big-mobile\:ml-375 {
    margin-left: 375px !important;
  }

  .big-mobile\:ml-auto {
    margin-left: auto !important;
  }

  .big-mobile\:-ml-0 {
    margin-left: 0px !important;
  }

  .big-mobile\:-ml-1 {
    margin-left: -4px !important;
  }

  .big-mobile\:-ml-2 {
    margin-left: -8px !important;
  }

  .big-mobile\:-ml-3 {
    margin-left: -3px !important;
  }

  .big-mobile\:-ml-4 {
    margin-left: -4px !important;
  }

  .big-mobile\:-ml-5 {
    margin-left: -5px !important;
  }

  .big-mobile\:-ml-7 {
    margin-left: -7px !important;
  }

  .big-mobile\:-ml-8 {
    margin-left: -8px !important;
  }

  .big-mobile\:-ml-10 {
    margin-left: -10px !important;
  }

  .big-mobile\:-ml-11 {
    margin-left: -11px !important;
  }

  .big-mobile\:-ml-12 {
    margin-left: -12px !important;
  }

  .big-mobile\:-ml-15 {
    margin-left: -15px !important;
  }

  .big-mobile\:-ml-18 {
    margin-left: -18px !important;
  }

  .big-mobile\:-ml-20 {
    margin-left: -20px !important;
  }

  .big-mobile\:-ml-22 {
    margin-left: -22px !important;
  }

  .big-mobile\:-ml-24 {
    margin-left: -24px !important;
  }

  .big-mobile\:-ml-25 {
    margin-left: -25px !important;
  }

  .big-mobile\:-ml-26 {
    margin-left: -26px !important;
  }

  .big-mobile\:-ml-28 {
    margin-left: -28px !important;
  }

  .big-mobile\:-ml-30 {
    margin-left: -30px !important;
  }

  .big-mobile\:-ml-32 {
    margin-left: -32px !important;
  }

  .big-mobile\:-ml-34 {
    margin-left: -34px !important;
  }

  .big-mobile\:-ml-35 {
    margin-left: -35px !important;
  }

  .big-mobile\:-ml-40 {
    margin-left: -40px !important;
  }

  .big-mobile\:-ml-45 {
    margin-left: -45px !important;
  }

  .big-mobile\:-ml-50 {
    margin-left: -50px !important;
  }

  .big-mobile\:-ml-54 {
    margin-left: -54px !important;
  }

  .big-mobile\:-ml-55 {
    margin-left: -55px !important;
  }

  .big-mobile\:-ml-56 {
    margin-left: -56px !important;
  }

  .big-mobile\:-ml-60 {
    margin-left: -60px !important;
  }

  .big-mobile\:-ml-65 {
    margin-left: -65px !important;
  }

  .big-mobile\:-ml-70 {
    margin-left: -70px !important;
  }

  .big-mobile\:-ml-75 {
    margin-left: -75px !important;
  }

  .big-mobile\:-ml-80 {
    margin-left: -80px !important;
  }

  .big-mobile\:-ml-85 {
    margin-left: -85px !important;
  }

  .big-mobile\:-ml-90 {
    margin-left: -90px !important;
  }

  .big-mobile\:-ml-100 {
    margin-left: -100px !important;
  }

  .big-mobile\:-ml-120 {
    margin-left: -120px !important;
  }

  .big-mobile\:-ml-125 {
    margin-left: -125px !important;
  }

  .big-mobile\:-ml-130 {
    margin-left: -130px !important;
  }

  .big-mobile\:-ml-140 {
    margin-left: -140px !important;
  }

  .big-mobile\:-ml-150 {
    margin-left: -150px !important;
  }

  .big-mobile\:-ml-175 {
    margin-left: -175px !important;
  }

  .big-mobile\:-ml-200 {
    margin-left: -200px !important;
  }

  .big-mobile\:-ml-220 {
    margin-left: -220px !important;
  }

  .big-mobile\:-ml-275 {
    margin-left: -275px !important;
  }

  .big-mobile\:-ml-300 {
    margin-left: -300px !important;
  }

  .big-mobile\:-ml-375 {
    margin-left: -375px !important;
  }

  .big-mobile\:box-border {
    box-sizing: border-box !important;
  }

  .big-mobile\:box-content {
    box-sizing: content-box !important;
  }

  .big-mobile\:block {
    display: block !important;
  }

  .big-mobile\:inline-block {
    display: inline-block !important;
  }

  .big-mobile\:inline {
    display: inline !important;
  }

  .big-mobile\:flex {
    display: flex !important;
  }

  .big-mobile\:inline-flex {
    display: inline-flex !important;
  }

  .big-mobile\:table {
    display: table !important;
  }

  .big-mobile\:inline-table {
    display: inline-table !important;
  }

  .big-mobile\:table-caption {
    display: table-caption !important;
  }

  .big-mobile\:table-cell {
    display: table-cell !important;
  }

  .big-mobile\:table-column {
    display: table-column !important;
  }

  .big-mobile\:table-column-group {
    display: table-column-group !important;
  }

  .big-mobile\:table-footer-group {
    display: table-footer-group !important;
  }

  .big-mobile\:table-header-group {
    display: table-header-group !important;
  }

  .big-mobile\:table-row-group {
    display: table-row-group !important;
  }

  .big-mobile\:table-row {
    display: table-row !important;
  }

  .big-mobile\:flow-root {
    display: flow-root !important;
  }

  .big-mobile\:grid {
    display: grid !important;
  }

  .big-mobile\:inline-grid {
    display: inline-grid !important;
  }

  .big-mobile\:contents {
    display: contents !important;
  }

  .big-mobile\:list-item {
    display: list-item !important;
  }

  .big-mobile\:hidden {
    display: none !important;
  }

  .big-mobile\:h-0 {
    height: 0px !important;
  }

  .big-mobile\:h-1 {
    height: 4px !important;
  }

  .big-mobile\:h-2 {
    height: 8px !important;
  }

  .big-mobile\:h-3 {
    height: 3px !important;
  }

  .big-mobile\:h-4 {
    height: 4px !important;
  }

  .big-mobile\:h-5 {
    height: 5px !important;
  }

  .big-mobile\:h-7 {
    height: 7px !important;
  }

  .big-mobile\:h-8 {
    height: 8px !important;
  }

  .big-mobile\:h-10 {
    height: 10px !important;
  }

  .big-mobile\:h-11 {
    height: 11px !important;
  }

  .big-mobile\:h-12 {
    height: 12px !important;
  }

  .big-mobile\:h-15 {
    height: 15px !important;
  }

  .big-mobile\:h-16 {
    height: 16px !important;
  }

  .big-mobile\:h-18 {
    height: 18px !important;
  }

  .big-mobile\:h-20 {
    height: 20px !important;
  }

  .big-mobile\:h-22 {
    height: 22px !important;
  }

  .big-mobile\:h-24 {
    height: 24px !important;
  }

  .big-mobile\:h-25 {
    height: 25px !important;
  }

  .big-mobile\:h-26 {
    height: 26px !important;
  }

  .big-mobile\:h-28 {
    height: 28px !important;
  }

  .big-mobile\:h-30 {
    height: 30px !important;
  }

  .big-mobile\:h-32 {
    height: 32px !important;
  }

  .big-mobile\:h-34 {
    height: 34px !important;
  }

  .big-mobile\:h-35 {
    height: 35px !important;
  }

  .big-mobile\:h-40 {
    height: 40px !important;
  }

  .big-mobile\:h-45 {
    height: 45px !important;
  }

  .big-mobile\:h-48 {
    height: 48px !important;
  }

  .big-mobile\:h-50 {
    height: 50px !important;
  }

  .big-mobile\:h-54 {
    height: 54px !important;
  }

  .big-mobile\:h-55 {
    height: 55px !important;
  }

  .big-mobile\:h-56 {
    height: 56px !important;
  }

  .big-mobile\:h-60 {
    height: 60px !important;
  }

  .big-mobile\:h-65 {
    height: 65px !important;
  }

  .big-mobile\:h-70 {
    height: 70px !important;
  }

  .big-mobile\:h-75 {
    height: 75px !important;
  }

  .big-mobile\:h-80 {
    height: 80px !important;
  }

  .big-mobile\:h-85 {
    height: 85px !important;
  }

  .big-mobile\:h-90 {
    height: 90px !important;
  }

  .big-mobile\:h-100 {
    height: 100px !important;
  }

  .big-mobile\:h-120 {
    height: 120px !important;
  }

  .big-mobile\:h-125 {
    height: 125px !important;
  }

  .big-mobile\:h-130 {
    height: 130px !important;
  }

  .big-mobile\:h-140 {
    height: 140px !important;
  }

  .big-mobile\:h-150 {
    height: 150px !important;
  }

  .big-mobile\:h-175 {
    height: 175px !important;
  }

  .big-mobile\:h-200 {
    height: 200px !important;
  }

  .big-mobile\:h-220 {
    height: 220px !important;
  }

  .big-mobile\:h-275 {
    height: 275px !important;
  }

  .big-mobile\:h-300 {
    height: 300px !important;
  }

  .big-mobile\:h-375 {
    height: 375px !important;
  }

  .big-mobile\:h-auto {
    height: auto !important;
  }

  .big-mobile\:h-1\/2 {
    height: 50% !important;
  }

  .big-mobile\:h-1\/3 {
    height: 33.333333% !important;
  }

  .big-mobile\:h-2\/3 {
    height: 66.666667% !important;
  }

  .big-mobile\:h-1\/4 {
    height: 25% !important;
  }

  .big-mobile\:h-2\/4 {
    height: 50% !important;
  }

  .big-mobile\:h-3\/4 {
    height: 75% !important;
  }

  .big-mobile\:h-1\/5 {
    height: 20% !important;
  }

  .big-mobile\:h-2\/5 {
    height: 40% !important;
  }

  .big-mobile\:h-3\/5 {
    height: 60% !important;
  }

  .big-mobile\:h-4\/5 {
    height: 80% !important;
  }

  .big-mobile\:h-1\/6 {
    height: 16.666667% !important;
  }

  .big-mobile\:h-2\/6 {
    height: 33.333333% !important;
  }

  .big-mobile\:h-3\/6 {
    height: 50% !important;
  }

  .big-mobile\:h-4\/6 {
    height: 66.666667% !important;
  }

  .big-mobile\:h-5\/6 {
    height: 83.333333% !important;
  }

  .big-mobile\:h-full {
    height: 100% !important;
  }

  .big-mobile\:h-screen {
    height: 100vh !important;
  }

  .big-mobile\:max-h-0 {
    max-height: 0px !important;
  }

  .big-mobile\:max-h-1 {
    max-height: 4px !important;
  }

  .big-mobile\:max-h-2 {
    max-height: 8px !important;
  }

  .big-mobile\:max-h-3 {
    max-height: 3px !important;
  }

  .big-mobile\:max-h-4 {
    max-height: 4px !important;
  }

  .big-mobile\:max-h-5 {
    max-height: 5px !important;
  }

  .big-mobile\:max-h-7 {
    max-height: 7px !important;
  }

  .big-mobile\:max-h-8 {
    max-height: 8px !important;
  }

  .big-mobile\:max-h-10 {
    max-height: 10px !important;
  }

  .big-mobile\:max-h-11 {
    max-height: 11px !important;
  }

  .big-mobile\:max-h-12 {
    max-height: 12px !important;
  }

  .big-mobile\:max-h-15 {
    max-height: 15px !important;
  }

  .big-mobile\:max-h-18 {
    max-height: 18px !important;
  }

  .big-mobile\:max-h-20 {
    max-height: 20px !important;
  }

  .big-mobile\:max-h-22 {
    max-height: 22px !important;
  }

  .big-mobile\:max-h-24 {
    max-height: 24px !important;
  }

  .big-mobile\:max-h-25 {
    max-height: 25px !important;
  }

  .big-mobile\:max-h-26 {
    max-height: 26px !important;
  }

  .big-mobile\:max-h-28 {
    max-height: 28px !important;
  }

  .big-mobile\:max-h-30 {
    max-height: 30px !important;
  }

  .big-mobile\:max-h-32 {
    max-height: 32px !important;
  }

  .big-mobile\:max-h-34 {
    max-height: 34px !important;
  }

  .big-mobile\:max-h-35 {
    max-height: 35px !important;
  }

  .big-mobile\:max-h-40 {
    max-height: 40px !important;
  }

  .big-mobile\:max-h-45 {
    max-height: 45px !important;
  }

  .big-mobile\:max-h-50 {
    max-height: 50px !important;
  }

  .big-mobile\:max-h-54 {
    max-height: 54px !important;
  }

  .big-mobile\:max-h-55 {
    max-height: 55px !important;
  }

  .big-mobile\:max-h-56 {
    max-height: 56px !important;
  }

  .big-mobile\:max-h-60 {
    max-height: 60px !important;
  }

  .big-mobile\:max-h-65 {
    max-height: 65px !important;
  }

  .big-mobile\:max-h-70 {
    max-height: 70px !important;
  }

  .big-mobile\:max-h-75 {
    max-height: 75px !important;
  }

  .big-mobile\:max-h-80 {
    max-height: 80px !important;
  }

  .big-mobile\:max-h-85 {
    max-height: 85px !important;
  }

  .big-mobile\:max-h-90 {
    max-height: 90px !important;
  }

  .big-mobile\:max-h-100 {
    max-height: 100px !important;
  }

  .big-mobile\:max-h-120 {
    max-height: 120px !important;
  }

  .big-mobile\:max-h-125 {
    max-height: 125px !important;
  }

  .big-mobile\:max-h-130 {
    max-height: 130px !important;
  }

  .big-mobile\:max-h-140 {
    max-height: 140px !important;
  }

  .big-mobile\:max-h-150 {
    max-height: 150px !important;
  }

  .big-mobile\:max-h-175 {
    max-height: 175px !important;
  }

  .big-mobile\:max-h-200 {
    max-height: 200px !important;
  }

  .big-mobile\:max-h-220 {
    max-height: 220px !important;
  }

  .big-mobile\:max-h-275 {
    max-height: 275px !important;
  }

  .big-mobile\:max-h-300 {
    max-height: 300px !important;
  }

  .big-mobile\:max-h-375 {
    max-height: 375px !important;
  }

  .big-mobile\:max-h-full {
    max-height: 100% !important;
  }

  .big-mobile\:max-h-screen {
    max-height: 100vh !important;
  }

  .big-mobile\:min-h-180 {
    min-height: 180px !important;
  }

  .big-mobile\:min-h-275 {
    min-height: 275px !important;
  }

  .big-mobile\:min-h-300 {
    min-height: 300px !important;
  }

  .big-mobile\:min-h-375 {
    min-height: 375px !important;
  }

  .big-mobile\:min-h-500 {
    min-height: 500px !important;
  }

  .big-mobile\:min-h-680 {
    min-height: 680px !important;
  }

  .big-mobile\:min-h-top {
    min-height: 48px !important;
  }

  .big-mobile\:min-h-logo {
    min-height: 72px !important;
  }

  .big-mobile\:min-h-screen {
    min-height: 100vh !important;
  }

  .big-mobile\:w-0 {
    width: 0px !important;
  }

  .big-mobile\:w-1 {
    width: 4px !important;
  }

  .big-mobile\:w-2 {
    width: 8px !important;
  }

  .big-mobile\:w-3 {
    width: 3px !important;
  }

  .big-mobile\:w-4 {
    width: 4px !important;
  }

  .big-mobile\:w-5 {
    width: 5px !important;
  }

  .big-mobile\:w-7 {
    width: 7px !important;
  }

  .big-mobile\:w-8 {
    width: 8px !important;
  }

  .big-mobile\:w-10 {
    width: 10px !important;
  }

  .big-mobile\:w-11 {
    width: 11px !important;
  }

  .big-mobile\:w-12 {
    width: 12px !important;
  }

  .big-mobile\:w-15 {
    width: 15px !important;
  }

  .big-mobile\:w-16 {
    width: 16px !important;
  }

  .big-mobile\:w-18 {
    width: 18px !important;
  }

  .big-mobile\:w-20 {
    width: 20px !important;
  }

  .big-mobile\:w-22 {
    width: 22px !important;
  }

  .big-mobile\:w-24 {
    width: 24px !important;
  }

  .big-mobile\:w-25 {
    width: 25px !important;
  }

  .big-mobile\:w-26 {
    width: 26px !important;
  }

  .big-mobile\:w-28 {
    width: 28px !important;
  }

  .big-mobile\:w-30 {
    width: 30px !important;
  }

  .big-mobile\:w-32 {
    width: 32px !important;
  }

  .big-mobile\:w-34 {
    width: 34px !important;
  }

  .big-mobile\:w-35 {
    width: 35px !important;
  }

  .big-mobile\:w-40 {
    width: 40px !important;
  }

  .big-mobile\:w-45 {
    width: 45px !important;
  }

  .big-mobile\:w-48 {
    width: 48px !important;
  }

  .big-mobile\:w-50 {
    width: 50px !important;
  }

  .big-mobile\:w-54 {
    width: 54px !important;
  }

  .big-mobile\:w-55 {
    width: 55px !important;
  }

  .big-mobile\:w-56 {
    width: 56px !important;
  }

  .big-mobile\:w-60 {
    width: 60px !important;
  }

  .big-mobile\:w-65 {
    width: 65px !important;
  }

  .big-mobile\:w-70 {
    width: 70px !important;
  }

  .big-mobile\:w-75 {
    width: 75px !important;
  }

  .big-mobile\:w-80 {
    width: 80px !important;
  }

  .big-mobile\:w-85 {
    width: 85px !important;
  }

  .big-mobile\:w-90 {
    width: 90px !important;
  }

  .big-mobile\:w-100 {
    width: 100px !important;
  }

  .big-mobile\:w-120 {
    width: 120px !important;
  }

  .big-mobile\:w-125 {
    width: 125px !important;
  }

  .big-mobile\:w-130 {
    width: 130px !important;
  }

  .big-mobile\:w-140 {
    width: 140px !important;
  }

  .big-mobile\:w-150 {
    width: 150px !important;
  }

  .big-mobile\:w-175 {
    width: 175px !important;
  }

  .big-mobile\:w-200 {
    width: 200px !important;
  }

  .big-mobile\:w-220 {
    width: 220px !important;
  }

  .big-mobile\:w-275 {
    width: 275px !important;
  }

  .big-mobile\:w-300 {
    width: 300px !important;
  }

  .big-mobile\:w-375 {
    width: 375px !important;
  }

  .big-mobile\:w-auto {
    width: auto !important;
  }

  .big-mobile\:w-1\/2 {
    width: 50% !important;
  }

  .big-mobile\:w-1\/3 {
    width: 33.333333% !important;
  }

  .big-mobile\:w-2\/3 {
    width: 66.666667% !important;
  }

  .big-mobile\:w-1\/4 {
    width: 25% !important;
  }

  .big-mobile\:w-2\/4 {
    width: 50% !important;
  }

  .big-mobile\:w-3\/4 {
    width: 75% !important;
  }

  .big-mobile\:w-1\/5 {
    width: 20% !important;
  }

  .big-mobile\:w-2\/5 {
    width: 40% !important;
  }

  .big-mobile\:w-3\/5 {
    width: 60% !important;
  }

  .big-mobile\:w-4\/5 {
    width: 80% !important;
  }

  .big-mobile\:w-1\/6 {
    width: 16.666667% !important;
  }

  .big-mobile\:w-2\/6 {
    width: 33.333333% !important;
  }

  .big-mobile\:w-3\/6 {
    width: 50% !important;
  }

  .big-mobile\:w-4\/6 {
    width: 66.666667% !important;
  }

  .big-mobile\:w-5\/6 {
    width: 83.333333% !important;
  }

  .big-mobile\:w-1\/12 {
    width: 8.333333% !important;
  }

  .big-mobile\:w-2\/12 {
    width: 16.666667% !important;
  }

  .big-mobile\:w-3\/12 {
    width: 25% !important;
  }

  .big-mobile\:w-4\/12 {
    width: 33.333333% !important;
  }

  .big-mobile\:w-5\/12 {
    width: 41.666667% !important;
  }

  .big-mobile\:w-6\/12 {
    width: 50% !important;
  }

  .big-mobile\:w-7\/12 {
    width: 58.333333% !important;
  }

  .big-mobile\:w-8\/12 {
    width: 66.666667% !important;
  }

  .big-mobile\:w-9\/12 {
    width: 75% !important;
  }

  .big-mobile\:w-10\/12 {
    width: 83.333333% !important;
  }

  .big-mobile\:w-11\/12 {
    width: 91.666667% !important;
  }

  .big-mobile\:w-full {
    width: 100% !important;
  }

  .big-mobile\:w-screen {
    width: 100vw !important;
  }

  .big-mobile\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .big-mobile\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .big-mobile\:min-w-64 {
    min-width: 64px !important;
  }

  .big-mobile\:max-w-150 {
    max-width: 150px !important;
  }

  .big-mobile\:max-w-165 {
    max-width: 165px !important;
  }

  .big-mobile\:max-w-200 {
    max-width: 200px !important;
  }

  .big-mobile\:max-w-350 {
    max-width: 350px !important;
  }

  .big-mobile\:max-w-400 {
    max-width: 400px !important;
  }

  .big-mobile\:max-w-440 {
    max-width: 440px !important;
  }

  .big-mobile\:max-w-500 {
    max-width: 500px !important;
  }

  .big-mobile\:max-w-550 {
    max-width: 550px !important;
  }

  .big-mobile\:max-w-600 {
    max-width: 600px !important;
  }

  .big-mobile\:max-w-710 {
    max-width: 710px !important;
  }

  .big-mobile\:max-w-900 {
    max-width: 900px !important;
  }

  .big-mobile\:max-w-1024 {
    max-width: 1024px !important;
  }

  .big-mobile\:max-w-1800 {
    max-width: 1800px !important;
  }

  .big-mobile\:flex-1 {
    flex: 1 1 0% !important;
  }

  .big-mobile\:flex-auto {
    flex: 1 1 auto !important;
  }

  .big-mobile\:flex-initial {
    flex: 0 1 auto !important;
  }

  .big-mobile\:flex-none {
    flex: none !important;
  }

  .big-mobile\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .big-mobile\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .big-mobile\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .big-mobile\:flex-grow {
    flex-grow: 1 !important;
  }

  .big-mobile\:table-auto {
    table-layout: auto !important;
  }

  .big-mobile\:table-fixed {
    table-layout: fixed !important;
  }

  .big-mobile\:border-collapse {
    border-collapse: collapse !important;
  }

  .big-mobile\:border-separate {
    border-collapse: separate !important;
  }

  .big-mobile\:origin-center {
    transform-origin: center !important;
  }

  .big-mobile\:origin-top {
    transform-origin: top !important;
  }

  .big-mobile\:origin-top-right {
    transform-origin: top right !important;
  }

  .big-mobile\:origin-right {
    transform-origin: right !important;
  }

  .big-mobile\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .big-mobile\:origin-bottom {
    transform-origin: bottom !important;
  }

  .big-mobile\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .big-mobile\:origin-left {
    transform-origin: left !important;
  }

  .big-mobile\:origin-top-left {
    transform-origin: top left !important;
  }

  .big-mobile\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .big-mobile\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .big-mobile\:transform-none {
    transform: none !important;
  }

  .big-mobile\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .big-mobile\:translate-x-1 {
    --tw-translate-x: 4px !important;
  }

  .big-mobile\:translate-x-2 {
    --tw-translate-x: 8px !important;
  }

  .big-mobile\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .big-mobile\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .big-mobile\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .big-mobile\:translate-x-7 {
    --tw-translate-x: 7px !important;
  }

  .big-mobile\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .big-mobile\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .big-mobile\:translate-x-11 {
    --tw-translate-x: 11px !important;
  }

  .big-mobile\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .big-mobile\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .big-mobile\:translate-x-18 {
    --tw-translate-x: 18px !important;
  }

  .big-mobile\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .big-mobile\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .big-mobile\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .big-mobile\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .big-mobile\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .big-mobile\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .big-mobile\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .big-mobile\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .big-mobile\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .big-mobile\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .big-mobile\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .big-mobile\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .big-mobile\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .big-mobile\:translate-x-54 {
    --tw-translate-x: 54px !important;
  }

  .big-mobile\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .big-mobile\:translate-x-56 {
    --tw-translate-x: 56px !important;
  }

  .big-mobile\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .big-mobile\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .big-mobile\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .big-mobile\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .big-mobile\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .big-mobile\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .big-mobile\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .big-mobile\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .big-mobile\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .big-mobile\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .big-mobile\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .big-mobile\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .big-mobile\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .big-mobile\:translate-x-175 {
    --tw-translate-x: 175px !important;
  }

  .big-mobile\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .big-mobile\:translate-x-220 {
    --tw-translate-x: 220px !important;
  }

  .big-mobile\:translate-x-275 {
    --tw-translate-x: 275px !important;
  }

  .big-mobile\:translate-x-300 {
    --tw-translate-x: 300px !important;
  }

  .big-mobile\:translate-x-375 {
    --tw-translate-x: 375px !important;
  }

  .big-mobile\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .big-mobile\:-translate-x-1 {
    --tw-translate-x: -4px !important;
  }

  .big-mobile\:-translate-x-2 {
    --tw-translate-x: -8px !important;
  }

  .big-mobile\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .big-mobile\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .big-mobile\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .big-mobile\:-translate-x-7 {
    --tw-translate-x: -7px !important;
  }

  .big-mobile\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .big-mobile\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .big-mobile\:-translate-x-11 {
    --tw-translate-x: -11px !important;
  }

  .big-mobile\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .big-mobile\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .big-mobile\:-translate-x-18 {
    --tw-translate-x: -18px !important;
  }

  .big-mobile\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .big-mobile\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .big-mobile\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .big-mobile\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .big-mobile\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .big-mobile\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .big-mobile\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .big-mobile\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .big-mobile\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .big-mobile\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .big-mobile\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .big-mobile\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .big-mobile\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .big-mobile\:-translate-x-54 {
    --tw-translate-x: -54px !important;
  }

  .big-mobile\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .big-mobile\:-translate-x-56 {
    --tw-translate-x: -56px !important;
  }

  .big-mobile\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .big-mobile\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .big-mobile\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .big-mobile\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .big-mobile\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .big-mobile\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .big-mobile\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .big-mobile\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .big-mobile\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .big-mobile\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .big-mobile\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .big-mobile\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .big-mobile\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .big-mobile\:-translate-x-175 {
    --tw-translate-x: -175px !important;
  }

  .big-mobile\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .big-mobile\:-translate-x-220 {
    --tw-translate-x: -220px !important;
  }

  .big-mobile\:-translate-x-275 {
    --tw-translate-x: -275px !important;
  }

  .big-mobile\:-translate-x-300 {
    --tw-translate-x: -300px !important;
  }

  .big-mobile\:-translate-x-375 {
    --tw-translate-x: -375px !important;
  }

  .big-mobile\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .big-mobile\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .big-mobile\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .big-mobile\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .big-mobile\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .big-mobile\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .big-mobile\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .big-mobile\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .big-mobile\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .big-mobile\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .big-mobile\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .big-mobile\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .big-mobile\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .big-mobile\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .big-mobile\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .big-mobile\:translate-y-1 {
    --tw-translate-y: 4px !important;
  }

  .big-mobile\:translate-y-2 {
    --tw-translate-y: 8px !important;
  }

  .big-mobile\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .big-mobile\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .big-mobile\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .big-mobile\:translate-y-7 {
    --tw-translate-y: 7px !important;
  }

  .big-mobile\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .big-mobile\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .big-mobile\:translate-y-11 {
    --tw-translate-y: 11px !important;
  }

  .big-mobile\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .big-mobile\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .big-mobile\:translate-y-18 {
    --tw-translate-y: 18px !important;
  }

  .big-mobile\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .big-mobile\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .big-mobile\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .big-mobile\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .big-mobile\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .big-mobile\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .big-mobile\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .big-mobile\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .big-mobile\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .big-mobile\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .big-mobile\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .big-mobile\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .big-mobile\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .big-mobile\:translate-y-54 {
    --tw-translate-y: 54px !important;
  }

  .big-mobile\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .big-mobile\:translate-y-56 {
    --tw-translate-y: 56px !important;
  }

  .big-mobile\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .big-mobile\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .big-mobile\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .big-mobile\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .big-mobile\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .big-mobile\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .big-mobile\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .big-mobile\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .big-mobile\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .big-mobile\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .big-mobile\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .big-mobile\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .big-mobile\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .big-mobile\:translate-y-175 {
    --tw-translate-y: 175px !important;
  }

  .big-mobile\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .big-mobile\:translate-y-220 {
    --tw-translate-y: 220px !important;
  }

  .big-mobile\:translate-y-275 {
    --tw-translate-y: 275px !important;
  }

  .big-mobile\:translate-y-300 {
    --tw-translate-y: 300px !important;
  }

  .big-mobile\:translate-y-375 {
    --tw-translate-y: 375px !important;
  }

  .big-mobile\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .big-mobile\:-translate-y-1 {
    --tw-translate-y: -4px !important;
  }

  .big-mobile\:-translate-y-2 {
    --tw-translate-y: -8px !important;
  }

  .big-mobile\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .big-mobile\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .big-mobile\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .big-mobile\:-translate-y-7 {
    --tw-translate-y: -7px !important;
  }

  .big-mobile\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .big-mobile\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .big-mobile\:-translate-y-11 {
    --tw-translate-y: -11px !important;
  }

  .big-mobile\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .big-mobile\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .big-mobile\:-translate-y-18 {
    --tw-translate-y: -18px !important;
  }

  .big-mobile\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .big-mobile\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .big-mobile\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .big-mobile\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .big-mobile\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .big-mobile\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .big-mobile\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .big-mobile\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .big-mobile\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .big-mobile\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .big-mobile\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .big-mobile\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .big-mobile\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .big-mobile\:-translate-y-54 {
    --tw-translate-y: -54px !important;
  }

  .big-mobile\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .big-mobile\:-translate-y-56 {
    --tw-translate-y: -56px !important;
  }

  .big-mobile\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .big-mobile\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .big-mobile\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .big-mobile\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .big-mobile\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .big-mobile\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .big-mobile\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .big-mobile\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .big-mobile\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .big-mobile\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .big-mobile\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .big-mobile\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .big-mobile\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .big-mobile\:-translate-y-175 {
    --tw-translate-y: -175px !important;
  }

  .big-mobile\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .big-mobile\:-translate-y-220 {
    --tw-translate-y: -220px !important;
  }

  .big-mobile\:-translate-y-275 {
    --tw-translate-y: -275px !important;
  }

  .big-mobile\:-translate-y-300 {
    --tw-translate-y: -300px !important;
  }

  .big-mobile\:-translate-y-375 {
    --tw-translate-y: -375px !important;
  }

  .big-mobile\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .big-mobile\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .big-mobile\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .big-mobile\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .big-mobile\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .big-mobile\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .big-mobile\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .big-mobile\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .big-mobile\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .big-mobile\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .big-mobile\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .big-mobile\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .big-mobile\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .big-mobile\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .big-mobile\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .big-mobile\:hover\:translate-x-1:hover {
    --tw-translate-x: 4px !important;
  }

  .big-mobile\:hover\:translate-x-2:hover {
    --tw-translate-x: 8px !important;
  }

  .big-mobile\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .big-mobile\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .big-mobile\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .big-mobile\:hover\:translate-x-7:hover {
    --tw-translate-x: 7px !important;
  }

  .big-mobile\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .big-mobile\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .big-mobile\:hover\:translate-x-11:hover {
    --tw-translate-x: 11px !important;
  }

  .big-mobile\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .big-mobile\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .big-mobile\:hover\:translate-x-18:hover {
    --tw-translate-x: 18px !important;
  }

  .big-mobile\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .big-mobile\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .big-mobile\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .big-mobile\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .big-mobile\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .big-mobile\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .big-mobile\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .big-mobile\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .big-mobile\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .big-mobile\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .big-mobile\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .big-mobile\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .big-mobile\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .big-mobile\:hover\:translate-x-54:hover {
    --tw-translate-x: 54px !important;
  }

  .big-mobile\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .big-mobile\:hover\:translate-x-56:hover {
    --tw-translate-x: 56px !important;
  }

  .big-mobile\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .big-mobile\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .big-mobile\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .big-mobile\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .big-mobile\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .big-mobile\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .big-mobile\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .big-mobile\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .big-mobile\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .big-mobile\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .big-mobile\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .big-mobile\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .big-mobile\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .big-mobile\:hover\:translate-x-175:hover {
    --tw-translate-x: 175px !important;
  }

  .big-mobile\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .big-mobile\:hover\:translate-x-220:hover {
    --tw-translate-x: 220px !important;
  }

  .big-mobile\:hover\:translate-x-275:hover {
    --tw-translate-x: 275px !important;
  }

  .big-mobile\:hover\:translate-x-300:hover {
    --tw-translate-x: 300px !important;
  }

  .big-mobile\:hover\:translate-x-375:hover {
    --tw-translate-x: 375px !important;
  }

  .big-mobile\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .big-mobile\:hover\:-translate-x-1:hover {
    --tw-translate-x: -4px !important;
  }

  .big-mobile\:hover\:-translate-x-2:hover {
    --tw-translate-x: -8px !important;
  }

  .big-mobile\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .big-mobile\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .big-mobile\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .big-mobile\:hover\:-translate-x-7:hover {
    --tw-translate-x: -7px !important;
  }

  .big-mobile\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .big-mobile\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .big-mobile\:hover\:-translate-x-11:hover {
    --tw-translate-x: -11px !important;
  }

  .big-mobile\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .big-mobile\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .big-mobile\:hover\:-translate-x-18:hover {
    --tw-translate-x: -18px !important;
  }

  .big-mobile\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .big-mobile\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .big-mobile\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .big-mobile\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .big-mobile\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .big-mobile\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .big-mobile\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .big-mobile\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .big-mobile\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .big-mobile\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .big-mobile\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .big-mobile\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .big-mobile\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .big-mobile\:hover\:-translate-x-54:hover {
    --tw-translate-x: -54px !important;
  }

  .big-mobile\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .big-mobile\:hover\:-translate-x-56:hover {
    --tw-translate-x: -56px !important;
  }

  .big-mobile\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .big-mobile\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .big-mobile\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .big-mobile\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .big-mobile\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .big-mobile\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .big-mobile\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .big-mobile\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .big-mobile\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .big-mobile\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .big-mobile\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .big-mobile\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .big-mobile\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .big-mobile\:hover\:-translate-x-175:hover {
    --tw-translate-x: -175px !important;
  }

  .big-mobile\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .big-mobile\:hover\:-translate-x-220:hover {
    --tw-translate-x: -220px !important;
  }

  .big-mobile\:hover\:-translate-x-275:hover {
    --tw-translate-x: -275px !important;
  }

  .big-mobile\:hover\:-translate-x-300:hover {
    --tw-translate-x: -300px !important;
  }

  .big-mobile\:hover\:-translate-x-375:hover {
    --tw-translate-x: -375px !important;
  }

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

  .big-mobile\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .big-mobile\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .big-mobile\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .big-mobile\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .big-mobile\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .big-mobile\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

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

  .big-mobile\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .big-mobile\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .big-mobile\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .big-mobile\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .big-mobile\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .big-mobile\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .big-mobile\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .big-mobile\:hover\:translate-y-1:hover {
    --tw-translate-y: 4px !important;
  }

  .big-mobile\:hover\:translate-y-2:hover {
    --tw-translate-y: 8px !important;
  }

  .big-mobile\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .big-mobile\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .big-mobile\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .big-mobile\:hover\:translate-y-7:hover {
    --tw-translate-y: 7px !important;
  }

  .big-mobile\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .big-mobile\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .big-mobile\:hover\:translate-y-11:hover {
    --tw-translate-y: 11px !important;
  }

  .big-mobile\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .big-mobile\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .big-mobile\:hover\:translate-y-18:hover {
    --tw-translate-y: 18px !important;
  }

  .big-mobile\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .big-mobile\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .big-mobile\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .big-mobile\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .big-mobile\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .big-mobile\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .big-mobile\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .big-mobile\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .big-mobile\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .big-mobile\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .big-mobile\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .big-mobile\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .big-mobile\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .big-mobile\:hover\:translate-y-54:hover {
    --tw-translate-y: 54px !important;
  }

  .big-mobile\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .big-mobile\:hover\:translate-y-56:hover {
    --tw-translate-y: 56px !important;
  }

  .big-mobile\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .big-mobile\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .big-mobile\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .big-mobile\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .big-mobile\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .big-mobile\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .big-mobile\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .big-mobile\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .big-mobile\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .big-mobile\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .big-mobile\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .big-mobile\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .big-mobile\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .big-mobile\:hover\:translate-y-175:hover {
    --tw-translate-y: 175px !important;
  }

  .big-mobile\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .big-mobile\:hover\:translate-y-220:hover {
    --tw-translate-y: 220px !important;
  }

  .big-mobile\:hover\:translate-y-275:hover {
    --tw-translate-y: 275px !important;
  }

  .big-mobile\:hover\:translate-y-300:hover {
    --tw-translate-y: 300px !important;
  }

  .big-mobile\:hover\:translate-y-375:hover {
    --tw-translate-y: 375px !important;
  }

  .big-mobile\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .big-mobile\:hover\:-translate-y-1:hover {
    --tw-translate-y: -4px !important;
  }

  .big-mobile\:hover\:-translate-y-2:hover {
    --tw-translate-y: -8px !important;
  }

  .big-mobile\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .big-mobile\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .big-mobile\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .big-mobile\:hover\:-translate-y-7:hover {
    --tw-translate-y: -7px !important;
  }

  .big-mobile\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .big-mobile\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .big-mobile\:hover\:-translate-y-11:hover {
    --tw-translate-y: -11px !important;
  }

  .big-mobile\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .big-mobile\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .big-mobile\:hover\:-translate-y-18:hover {
    --tw-translate-y: -18px !important;
  }

  .big-mobile\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .big-mobile\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .big-mobile\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .big-mobile\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .big-mobile\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .big-mobile\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .big-mobile\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .big-mobile\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .big-mobile\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .big-mobile\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .big-mobile\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .big-mobile\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .big-mobile\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .big-mobile\:hover\:-translate-y-54:hover {
    --tw-translate-y: -54px !important;
  }

  .big-mobile\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .big-mobile\:hover\:-translate-y-56:hover {
    --tw-translate-y: -56px !important;
  }

  .big-mobile\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .big-mobile\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .big-mobile\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .big-mobile\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .big-mobile\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .big-mobile\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .big-mobile\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .big-mobile\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .big-mobile\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .big-mobile\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .big-mobile\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .big-mobile\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .big-mobile\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .big-mobile\:hover\:-translate-y-175:hover {
    --tw-translate-y: -175px !important;
  }

  .big-mobile\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .big-mobile\:hover\:-translate-y-220:hover {
    --tw-translate-y: -220px !important;
  }

  .big-mobile\:hover\:-translate-y-275:hover {
    --tw-translate-y: -275px !important;
  }

  .big-mobile\:hover\:-translate-y-300:hover {
    --tw-translate-y: -300px !important;
  }

  .big-mobile\:hover\:-translate-y-375:hover {
    --tw-translate-y: -375px !important;
  }

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

  .big-mobile\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .big-mobile\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .big-mobile\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .big-mobile\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .big-mobile\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .big-mobile\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

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

  .big-mobile\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .big-mobile\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .big-mobile\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .big-mobile\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .big-mobile\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .big-mobile\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .big-mobile\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .big-mobile\:focus\:translate-x-1:focus {
    --tw-translate-x: 4px !important;
  }

  .big-mobile\:focus\:translate-x-2:focus {
    --tw-translate-x: 8px !important;
  }

  .big-mobile\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .big-mobile\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .big-mobile\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .big-mobile\:focus\:translate-x-7:focus {
    --tw-translate-x: 7px !important;
  }

  .big-mobile\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .big-mobile\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .big-mobile\:focus\:translate-x-11:focus {
    --tw-translate-x: 11px !important;
  }

  .big-mobile\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .big-mobile\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .big-mobile\:focus\:translate-x-18:focus {
    --tw-translate-x: 18px !important;
  }

  .big-mobile\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .big-mobile\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .big-mobile\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .big-mobile\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .big-mobile\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .big-mobile\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .big-mobile\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .big-mobile\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .big-mobile\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .big-mobile\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .big-mobile\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .big-mobile\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .big-mobile\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .big-mobile\:focus\:translate-x-54:focus {
    --tw-translate-x: 54px !important;
  }

  .big-mobile\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .big-mobile\:focus\:translate-x-56:focus {
    --tw-translate-x: 56px !important;
  }

  .big-mobile\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .big-mobile\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .big-mobile\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .big-mobile\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .big-mobile\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .big-mobile\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .big-mobile\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .big-mobile\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .big-mobile\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .big-mobile\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .big-mobile\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .big-mobile\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .big-mobile\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .big-mobile\:focus\:translate-x-175:focus {
    --tw-translate-x: 175px !important;
  }

  .big-mobile\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .big-mobile\:focus\:translate-x-220:focus {
    --tw-translate-x: 220px !important;
  }

  .big-mobile\:focus\:translate-x-275:focus {
    --tw-translate-x: 275px !important;
  }

  .big-mobile\:focus\:translate-x-300:focus {
    --tw-translate-x: 300px !important;
  }

  .big-mobile\:focus\:translate-x-375:focus {
    --tw-translate-x: 375px !important;
  }

  .big-mobile\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .big-mobile\:focus\:-translate-x-1:focus {
    --tw-translate-x: -4px !important;
  }

  .big-mobile\:focus\:-translate-x-2:focus {
    --tw-translate-x: -8px !important;
  }

  .big-mobile\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .big-mobile\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .big-mobile\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .big-mobile\:focus\:-translate-x-7:focus {
    --tw-translate-x: -7px !important;
  }

  .big-mobile\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .big-mobile\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .big-mobile\:focus\:-translate-x-11:focus {
    --tw-translate-x: -11px !important;
  }

  .big-mobile\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .big-mobile\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .big-mobile\:focus\:-translate-x-18:focus {
    --tw-translate-x: -18px !important;
  }

  .big-mobile\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .big-mobile\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .big-mobile\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .big-mobile\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .big-mobile\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .big-mobile\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .big-mobile\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .big-mobile\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .big-mobile\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .big-mobile\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .big-mobile\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .big-mobile\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .big-mobile\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .big-mobile\:focus\:-translate-x-54:focus {
    --tw-translate-x: -54px !important;
  }

  .big-mobile\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .big-mobile\:focus\:-translate-x-56:focus {
    --tw-translate-x: -56px !important;
  }

  .big-mobile\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .big-mobile\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .big-mobile\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .big-mobile\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .big-mobile\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .big-mobile\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .big-mobile\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .big-mobile\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .big-mobile\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .big-mobile\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .big-mobile\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .big-mobile\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .big-mobile\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .big-mobile\:focus\:-translate-x-175:focus {
    --tw-translate-x: -175px !important;
  }

  .big-mobile\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .big-mobile\:focus\:-translate-x-220:focus {
    --tw-translate-x: -220px !important;
  }

  .big-mobile\:focus\:-translate-x-275:focus {
    --tw-translate-x: -275px !important;
  }

  .big-mobile\:focus\:-translate-x-300:focus {
    --tw-translate-x: -300px !important;
  }

  .big-mobile\:focus\:-translate-x-375:focus {
    --tw-translate-x: -375px !important;
  }

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

  .big-mobile\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .big-mobile\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .big-mobile\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .big-mobile\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .big-mobile\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .big-mobile\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

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

  .big-mobile\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .big-mobile\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .big-mobile\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .big-mobile\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .big-mobile\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .big-mobile\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .big-mobile\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .big-mobile\:focus\:translate-y-1:focus {
    --tw-translate-y: 4px !important;
  }

  .big-mobile\:focus\:translate-y-2:focus {
    --tw-translate-y: 8px !important;
  }

  .big-mobile\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .big-mobile\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .big-mobile\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .big-mobile\:focus\:translate-y-7:focus {
    --tw-translate-y: 7px !important;
  }

  .big-mobile\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .big-mobile\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .big-mobile\:focus\:translate-y-11:focus {
    --tw-translate-y: 11px !important;
  }

  .big-mobile\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .big-mobile\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .big-mobile\:focus\:translate-y-18:focus {
    --tw-translate-y: 18px !important;
  }

  .big-mobile\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .big-mobile\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .big-mobile\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .big-mobile\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .big-mobile\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .big-mobile\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .big-mobile\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .big-mobile\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .big-mobile\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .big-mobile\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .big-mobile\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .big-mobile\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .big-mobile\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .big-mobile\:focus\:translate-y-54:focus {
    --tw-translate-y: 54px !important;
  }

  .big-mobile\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .big-mobile\:focus\:translate-y-56:focus {
    --tw-translate-y: 56px !important;
  }

  .big-mobile\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .big-mobile\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .big-mobile\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .big-mobile\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .big-mobile\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .big-mobile\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .big-mobile\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .big-mobile\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .big-mobile\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .big-mobile\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .big-mobile\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .big-mobile\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .big-mobile\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .big-mobile\:focus\:translate-y-175:focus {
    --tw-translate-y: 175px !important;
  }

  .big-mobile\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .big-mobile\:focus\:translate-y-220:focus {
    --tw-translate-y: 220px !important;
  }

  .big-mobile\:focus\:translate-y-275:focus {
    --tw-translate-y: 275px !important;
  }

  .big-mobile\:focus\:translate-y-300:focus {
    --tw-translate-y: 300px !important;
  }

  .big-mobile\:focus\:translate-y-375:focus {
    --tw-translate-y: 375px !important;
  }

  .big-mobile\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .big-mobile\:focus\:-translate-y-1:focus {
    --tw-translate-y: -4px !important;
  }

  .big-mobile\:focus\:-translate-y-2:focus {
    --tw-translate-y: -8px !important;
  }

  .big-mobile\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .big-mobile\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .big-mobile\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .big-mobile\:focus\:-translate-y-7:focus {
    --tw-translate-y: -7px !important;
  }

  .big-mobile\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .big-mobile\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .big-mobile\:focus\:-translate-y-11:focus {
    --tw-translate-y: -11px !important;
  }

  .big-mobile\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .big-mobile\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .big-mobile\:focus\:-translate-y-18:focus {
    --tw-translate-y: -18px !important;
  }

  .big-mobile\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .big-mobile\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .big-mobile\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .big-mobile\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .big-mobile\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .big-mobile\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .big-mobile\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .big-mobile\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .big-mobile\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .big-mobile\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .big-mobile\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .big-mobile\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .big-mobile\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .big-mobile\:focus\:-translate-y-54:focus {
    --tw-translate-y: -54px !important;
  }

  .big-mobile\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .big-mobile\:focus\:-translate-y-56:focus {
    --tw-translate-y: -56px !important;
  }

  .big-mobile\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .big-mobile\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .big-mobile\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .big-mobile\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .big-mobile\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .big-mobile\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .big-mobile\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .big-mobile\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .big-mobile\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .big-mobile\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .big-mobile\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .big-mobile\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .big-mobile\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .big-mobile\:focus\:-translate-y-175:focus {
    --tw-translate-y: -175px !important;
  }

  .big-mobile\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .big-mobile\:focus\:-translate-y-220:focus {
    --tw-translate-y: -220px !important;
  }

  .big-mobile\:focus\:-translate-y-275:focus {
    --tw-translate-y: -275px !important;
  }

  .big-mobile\:focus\:-translate-y-300:focus {
    --tw-translate-y: -300px !important;
  }

  .big-mobile\:focus\:-translate-y-375:focus {
    --tw-translate-y: -375px !important;
  }

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

  .big-mobile\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .big-mobile\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .big-mobile\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .big-mobile\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .big-mobile\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .big-mobile\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

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

  .big-mobile\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .big-mobile\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .big-mobile\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .big-mobile\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .big-mobile\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .big-mobile\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .big-mobile\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .big-mobile\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .big-mobile\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .big-mobile\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .big-mobile\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .big-mobile\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .big-mobile\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .big-mobile\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .big-mobile\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .big-mobile\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .big-mobile\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .big-mobile\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .big-mobile\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .big-mobile\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .big-mobile\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .big-mobile\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .big-mobile\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .big-mobile\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .big-mobile\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .big-mobile\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .big-mobile\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .big-mobile\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .big-mobile\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .big-mobile\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .big-mobile\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .big-mobile\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .big-mobile\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .big-mobile\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .big-mobile\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .big-mobile\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .big-mobile\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .big-mobile\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .big-mobile\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .big-mobile\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .big-mobile\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .big-mobile\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .big-mobile\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .big-mobile\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .big-mobile\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .big-mobile\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .big-mobile\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .big-mobile\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .big-mobile\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .big-mobile\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .big-mobile\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .big-mobile\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .big-mobile\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .big-mobile\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .big-mobile\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .big-mobile\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .big-mobile\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .big-mobile\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .big-mobile\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .big-mobile\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .big-mobile\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .big-mobile\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .big-mobile\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .big-mobile\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .big-mobile\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .big-mobile\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .big-mobile\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .big-mobile\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .big-mobile\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .big-mobile\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .big-mobile\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .big-mobile\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .big-mobile\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .big-mobile\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .big-mobile\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .big-mobile\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .big-mobile\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .big-mobile\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .big-mobile\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .big-mobile\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .big-mobile\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .big-mobile\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .big-mobile\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .big-mobile\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .big-mobile\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .big-mobile\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .big-mobile\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .big-mobile\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .big-mobile\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .big-mobile\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .big-mobile\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .big-mobile\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .big-mobile\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .big-mobile\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .big-mobile\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .big-mobile\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .big-mobile\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .big-mobile\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .big-mobile\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .big-mobile\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .big-mobile\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .big-mobile\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .big-mobile\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .big-mobile\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .big-mobile\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .big-mobile\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .big-mobile\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .big-mobile\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .big-mobile\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .big-mobile\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .big-mobile\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .big-mobile\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .big-mobile\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .big-mobile\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .big-mobile\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .big-mobile\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .big-mobile\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .big-mobile\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .big-mobile\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .big-mobile\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .big-mobile\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .big-mobile\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .big-mobile\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .big-mobile\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .big-mobile\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .big-mobile\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .big-mobile\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .big-mobile\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .big-mobile\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .big-mobile\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .big-mobile\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .big-mobile\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .big-mobile\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .big-mobile\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .big-mobile\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .big-mobile\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .big-mobile\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .big-mobile\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .big-mobile\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .big-mobile\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .big-mobile\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .big-mobile\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .big-mobile\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .big-mobile\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .big-mobile\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .big-mobile\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .big-mobile\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .big-mobile\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .big-mobile\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .big-mobile\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .big-mobile\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .big-mobile\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .big-mobile\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .big-mobile\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .big-mobile\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .big-mobile\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .big-mobile\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .big-mobile\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .big-mobile\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .big-mobile\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .big-mobile\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .big-mobile\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .big-mobile\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .big-mobile\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .big-mobile\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .big-mobile\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .big-mobile\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .big-mobile\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .big-mobile\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .big-mobile\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .big-mobile\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .big-mobile\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .big-mobile\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .big-mobile\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .big-mobile\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .big-mobile\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .big-mobile\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .big-mobile\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .big-mobile\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .big-mobile\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .big-mobile\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .big-mobile\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .big-mobile\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .big-mobile\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .big-mobile\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .big-mobile\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .big-mobile\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .big-mobile\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .big-mobile\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .big-mobile\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .big-mobile\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .big-mobile\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .big-mobile\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .big-mobile\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .big-mobile\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .big-mobile\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .big-mobile\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .big-mobile\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .big-mobile\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .big-mobile\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .big-mobile\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .big-mobile\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .big-mobile\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .big-mobile\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .big-mobile\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .big-mobile\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .big-mobile\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .big-mobile\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .big-mobile\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .big-mobile\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .big-mobile\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .big-mobile\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .big-mobile\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .big-mobile\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .big-mobile\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

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

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

  .big-mobile\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .big-mobile\:animate-fadeIn {
    -webkit-animation: fadeIn 0.5s !important;
            animation: fadeIn 0.5s !important;
  }

  .big-mobile\:cursor-auto {
    cursor: auto !important;
  }

  .big-mobile\:cursor-default {
    cursor: default !important;
  }

  .big-mobile\:cursor-pointer {
    cursor: pointer !important;
  }

  .big-mobile\:cursor-wait {
    cursor: wait !important;
  }

  .big-mobile\:cursor-text {
    cursor: text !important;
  }

  .big-mobile\:cursor-move {
    cursor: move !important;
  }

  .big-mobile\:cursor-help {
    cursor: help !important;
  }

  .big-mobile\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .big-mobile\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .big-mobile\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .big-mobile\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .big-mobile\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .big-mobile\:resize-none {
    resize: none !important;
  }

  .big-mobile\:resize-y {
    resize: vertical !important;
  }

  .big-mobile\:resize-x {
    resize: horizontal !important;
  }

  .big-mobile\:resize {
    resize: both !important;
  }

  .big-mobile\:list-inside {
    list-style-position: inside !important;
  }

  .big-mobile\:list-outside {
    list-style-position: outside !important;
  }

  .big-mobile\:list-none {
    list-style-type: none !important;
  }

  .big-mobile\:list-disc {
    list-style-type: disc !important;
  }

  .big-mobile\:list-decimal {
    list-style-type: decimal !important;
  }

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

  .big-mobile\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .big-mobile\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .big-mobile\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .big-mobile\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .big-mobile\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .big-mobile\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .big-mobile\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .big-mobile\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .big-mobile\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .big-mobile\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .big-mobile\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .big-mobile\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .big-mobile\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

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

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

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

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

  .big-mobile\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

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

  .big-mobile\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .big-mobile\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .big-mobile\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .big-mobile\:flex-row {
    flex-direction: row !important;
  }

  .big-mobile\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .big-mobile\:flex-col {
    flex-direction: column !important;
  }

  .big-mobile\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .big-mobile\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .big-mobile\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .big-mobile\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .big-mobile\:place-content-center {
    place-content: center !important;
  }

  .big-mobile\:place-content-start {
    place-content: start !important;
  }

  .big-mobile\:place-content-end {
    place-content: end !important;
  }

  .big-mobile\:place-content-between {
    place-content: space-between !important;
  }

  .big-mobile\:place-content-around {
    place-content: space-around !important;
  }

  .big-mobile\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .big-mobile\:place-content-stretch {
    place-content: stretch !important;
  }

  .big-mobile\:place-items-start {
    place-items: start !important;
  }

  .big-mobile\:place-items-end {
    place-items: end !important;
  }

  .big-mobile\:place-items-center {
    place-items: center !important;
  }

  .big-mobile\:place-items-stretch {
    place-items: stretch !important;
  }

  .big-mobile\:content-center {
    align-content: center !important;
  }

  .big-mobile\:content-start {
    align-content: flex-start !important;
  }

  .big-mobile\:content-end {
    align-content: flex-end !important;
  }

  .big-mobile\:content-between {
    align-content: space-between !important;
  }

  .big-mobile\:content-around {
    align-content: space-around !important;
  }

  .big-mobile\:content-evenly {
    align-content: space-evenly !important;
  }

  .big-mobile\:items-start {
    align-items: flex-start !important;
  }

  .big-mobile\:items-end {
    align-items: flex-end !important;
  }

  .big-mobile\:items-center {
    align-items: center !important;
  }

  .big-mobile\:items-baseline {
    align-items: baseline !important;
  }

  .big-mobile\:items-stretch {
    align-items: stretch !important;
  }

  .big-mobile\:justify-start {
    justify-content: flex-start !important;
  }

  .big-mobile\:justify-end {
    justify-content: flex-end !important;
  }

  .big-mobile\:justify-center {
    justify-content: center !important;
  }

  .big-mobile\:justify-between {
    justify-content: space-between !important;
  }

  .big-mobile\:justify-around {
    justify-content: space-around !important;
  }

  .big-mobile\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .big-mobile\:justify-items-start {
    justify-items: start !important;
  }

  .big-mobile\:justify-items-end {
    justify-items: end !important;
  }

  .big-mobile\:justify-items-center {
    justify-items: center !important;
  }

  .big-mobile\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .big-mobile\:gap-0 {
    gap: 0px !important;
  }

  .big-mobile\:gap-1 {
    gap: 4px !important;
  }

  .big-mobile\:gap-2 {
    gap: 8px !important;
  }

  .big-mobile\:gap-3 {
    gap: 3px !important;
  }

  .big-mobile\:gap-4 {
    gap: 4px !important;
  }

  .big-mobile\:gap-5 {
    gap: 5px !important;
  }

  .big-mobile\:gap-7 {
    gap: 7px !important;
  }

  .big-mobile\:gap-8 {
    gap: 8px !important;
  }

  .big-mobile\:gap-10 {
    gap: 10px !important;
  }

  .big-mobile\:gap-11 {
    gap: 11px !important;
  }

  .big-mobile\:gap-12 {
    gap: 12px !important;
  }

  .big-mobile\:gap-15 {
    gap: 15px !important;
  }

  .big-mobile\:gap-18 {
    gap: 18px !important;
  }

  .big-mobile\:gap-20 {
    gap: 20px !important;
  }

  .big-mobile\:gap-22 {
    gap: 22px !important;
  }

  .big-mobile\:gap-24 {
    gap: 24px !important;
  }

  .big-mobile\:gap-25 {
    gap: 25px !important;
  }

  .big-mobile\:gap-26 {
    gap: 26px !important;
  }

  .big-mobile\:gap-28 {
    gap: 28px !important;
  }

  .big-mobile\:gap-30 {
    gap: 30px !important;
  }

  .big-mobile\:gap-32 {
    gap: 32px !important;
  }

  .big-mobile\:gap-34 {
    gap: 34px !important;
  }

  .big-mobile\:gap-35 {
    gap: 35px !important;
  }

  .big-mobile\:gap-40 {
    gap: 40px !important;
  }

  .big-mobile\:gap-45 {
    gap: 45px !important;
  }

  .big-mobile\:gap-50 {
    gap: 50px !important;
  }

  .big-mobile\:gap-54 {
    gap: 54px !important;
  }

  .big-mobile\:gap-55 {
    gap: 55px !important;
  }

  .big-mobile\:gap-56 {
    gap: 56px !important;
  }

  .big-mobile\:gap-60 {
    gap: 60px !important;
  }

  .big-mobile\:gap-65 {
    gap: 65px !important;
  }

  .big-mobile\:gap-70 {
    gap: 70px !important;
  }

  .big-mobile\:gap-75 {
    gap: 75px !important;
  }

  .big-mobile\:gap-80 {
    gap: 80px !important;
  }

  .big-mobile\:gap-85 {
    gap: 85px !important;
  }

  .big-mobile\:gap-90 {
    gap: 90px !important;
  }

  .big-mobile\:gap-100 {
    gap: 100px !important;
  }

  .big-mobile\:gap-120 {
    gap: 120px !important;
  }

  .big-mobile\:gap-125 {
    gap: 125px !important;
  }

  .big-mobile\:gap-130 {
    gap: 130px !important;
  }

  .big-mobile\:gap-140 {
    gap: 140px !important;
  }

  .big-mobile\:gap-150 {
    gap: 150px !important;
  }

  .big-mobile\:gap-175 {
    gap: 175px !important;
  }

  .big-mobile\:gap-200 {
    gap: 200px !important;
  }

  .big-mobile\:gap-220 {
    gap: 220px !important;
  }

  .big-mobile\:gap-275 {
    gap: 275px !important;
  }

  .big-mobile\:gap-300 {
    gap: 300px !important;
  }

  .big-mobile\:gap-375 {
    gap: 375px !important;
  }

  .big-mobile\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .big-mobile\:gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }

  .big-mobile\:gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }

  .big-mobile\:gap-x-3 {
    -moz-column-gap: 3px !important;
         column-gap: 3px !important;
  }

  .big-mobile\:gap-x-4 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }

  .big-mobile\:gap-x-5 {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }

  .big-mobile\:gap-x-7 {
    -moz-column-gap: 7px !important;
         column-gap: 7px !important;
  }

  .big-mobile\:gap-x-8 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }

  .big-mobile\:gap-x-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }

  .big-mobile\:gap-x-11 {
    -moz-column-gap: 11px !important;
         column-gap: 11px !important;
  }

  .big-mobile\:gap-x-12 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }

  .big-mobile\:gap-x-15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .big-mobile\:gap-x-18 {
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
  }

  .big-mobile\:gap-x-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }

  .big-mobile\:gap-x-22 {
    -moz-column-gap: 22px !important;
         column-gap: 22px !important;
  }

  .big-mobile\:gap-x-24 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }

  .big-mobile\:gap-x-25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }

  .big-mobile\:gap-x-26 {
    -moz-column-gap: 26px !important;
         column-gap: 26px !important;
  }

  .big-mobile\:gap-x-28 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }

  .big-mobile\:gap-x-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }

  .big-mobile\:gap-x-32 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }

  .big-mobile\:gap-x-34 {
    -moz-column-gap: 34px !important;
         column-gap: 34px !important;
  }

  .big-mobile\:gap-x-35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }

  .big-mobile\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .big-mobile\:gap-x-45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }

  .big-mobile\:gap-x-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }

  .big-mobile\:gap-x-54 {
    -moz-column-gap: 54px !important;
         column-gap: 54px !important;
  }

  .big-mobile\:gap-x-55 {
    -moz-column-gap: 55px !important;
         column-gap: 55px !important;
  }

  .big-mobile\:gap-x-56 {
    -moz-column-gap: 56px !important;
         column-gap: 56px !important;
  }

  .big-mobile\:gap-x-60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }

  .big-mobile\:gap-x-65 {
    -moz-column-gap: 65px !important;
         column-gap: 65px !important;
  }

  .big-mobile\:gap-x-70 {
    -moz-column-gap: 70px !important;
         column-gap: 70px !important;
  }

  .big-mobile\:gap-x-75 {
    -moz-column-gap: 75px !important;
         column-gap: 75px !important;
  }

  .big-mobile\:gap-x-80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .big-mobile\:gap-x-85 {
    -moz-column-gap: 85px !important;
         column-gap: 85px !important;
  }

  .big-mobile\:gap-x-90 {
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
  }

  .big-mobile\:gap-x-100 {
    -moz-column-gap: 100px !important;
         column-gap: 100px !important;
  }

  .big-mobile\:gap-x-120 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !important;
  }

  .big-mobile\:gap-x-125 {
    -moz-column-gap: 125px !important;
         column-gap: 125px !important;
  }

  .big-mobile\:gap-x-130 {
    -moz-column-gap: 130px !important;
         column-gap: 130px !important;
  }

  .big-mobile\:gap-x-140 {
    -moz-column-gap: 140px !important;
         column-gap: 140px !important;
  }

  .big-mobile\:gap-x-150 {
    -moz-column-gap: 150px !important;
         column-gap: 150px !important;
  }

  .big-mobile\:gap-x-175 {
    -moz-column-gap: 175px !important;
         column-gap: 175px !important;
  }

  .big-mobile\:gap-x-200 {
    -moz-column-gap: 200px !important;
         column-gap: 200px !important;
  }

  .big-mobile\:gap-x-220 {
    -moz-column-gap: 220px !important;
         column-gap: 220px !important;
  }

  .big-mobile\:gap-x-275 {
    -moz-column-gap: 275px !important;
         column-gap: 275px !important;
  }

  .big-mobile\:gap-x-300 {
    -moz-column-gap: 300px !important;
         column-gap: 300px !important;
  }

  .big-mobile\:gap-x-375 {
    -moz-column-gap: 375px !important;
         column-gap: 375px !important;
  }

  .big-mobile\:gap-y-0 {
    row-gap: 0px !important;
  }

  .big-mobile\:gap-y-1 {
    row-gap: 4px !important;
  }

  .big-mobile\:gap-y-2 {
    row-gap: 8px !important;
  }

  .big-mobile\:gap-y-3 {
    row-gap: 3px !important;
  }

  .big-mobile\:gap-y-4 {
    row-gap: 4px !important;
  }

  .big-mobile\:gap-y-5 {
    row-gap: 5px !important;
  }

  .big-mobile\:gap-y-7 {
    row-gap: 7px !important;
  }

  .big-mobile\:gap-y-8 {
    row-gap: 8px !important;
  }

  .big-mobile\:gap-y-10 {
    row-gap: 10px !important;
  }

  .big-mobile\:gap-y-11 {
    row-gap: 11px !important;
  }

  .big-mobile\:gap-y-12 {
    row-gap: 12px !important;
  }

  .big-mobile\:gap-y-15 {
    row-gap: 15px !important;
  }

  .big-mobile\:gap-y-18 {
    row-gap: 18px !important;
  }

  .big-mobile\:gap-y-20 {
    row-gap: 20px !important;
  }

  .big-mobile\:gap-y-22 {
    row-gap: 22px !important;
  }

  .big-mobile\:gap-y-24 {
    row-gap: 24px !important;
  }

  .big-mobile\:gap-y-25 {
    row-gap: 25px !important;
  }

  .big-mobile\:gap-y-26 {
    row-gap: 26px !important;
  }

  .big-mobile\:gap-y-28 {
    row-gap: 28px !important;
  }

  .big-mobile\:gap-y-30 {
    row-gap: 30px !important;
  }

  .big-mobile\:gap-y-32 {
    row-gap: 32px !important;
  }

  .big-mobile\:gap-y-34 {
    row-gap: 34px !important;
  }

  .big-mobile\:gap-y-35 {
    row-gap: 35px !important;
  }

  .big-mobile\:gap-y-40 {
    row-gap: 40px !important;
  }

  .big-mobile\:gap-y-45 {
    row-gap: 45px !important;
  }

  .big-mobile\:gap-y-50 {
    row-gap: 50px !important;
  }

  .big-mobile\:gap-y-54 {
    row-gap: 54px !important;
  }

  .big-mobile\:gap-y-55 {
    row-gap: 55px !important;
  }

  .big-mobile\:gap-y-56 {
    row-gap: 56px !important;
  }

  .big-mobile\:gap-y-60 {
    row-gap: 60px !important;
  }

  .big-mobile\:gap-y-65 {
    row-gap: 65px !important;
  }

  .big-mobile\:gap-y-70 {
    row-gap: 70px !important;
  }

  .big-mobile\:gap-y-75 {
    row-gap: 75px !important;
  }

  .big-mobile\:gap-y-80 {
    row-gap: 80px !important;
  }

  .big-mobile\:gap-y-85 {
    row-gap: 85px !important;
  }

  .big-mobile\:gap-y-90 {
    row-gap: 90px !important;
  }

  .big-mobile\:gap-y-100 {
    row-gap: 100px !important;
  }

  .big-mobile\:gap-y-120 {
    row-gap: 120px !important;
  }

  .big-mobile\:gap-y-125 {
    row-gap: 125px !important;
  }

  .big-mobile\:gap-y-130 {
    row-gap: 130px !important;
  }

  .big-mobile\:gap-y-140 {
    row-gap: 140px !important;
  }

  .big-mobile\:gap-y-150 {
    row-gap: 150px !important;
  }

  .big-mobile\:gap-y-175 {
    row-gap: 175px !important;
  }

  .big-mobile\:gap-y-200 {
    row-gap: 200px !important;
  }

  .big-mobile\:gap-y-220 {
    row-gap: 220px !important;
  }

  .big-mobile\:gap-y-275 {
    row-gap: 275px !important;
  }

  .big-mobile\:gap-y-300 {
    row-gap: 300px !important;
  }

  .big-mobile\:gap-y-375 {
    row-gap: 375px !important;
  }

  .big-mobile\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(54px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(56px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(175px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(175px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(220px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(220px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(275px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(300px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-x-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(375px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(375px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-54px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-56px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-175px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-175px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-220px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-220px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-275px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-300px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:-space-x-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-375px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-375px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .big-mobile\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(54px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(56px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(175px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(175px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(220px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(220px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(275px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(300px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(375px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(375px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-54px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-56px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-175px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-175px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-220px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-220px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-275px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-300px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:-space-y-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-375px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-375px * var(--tw-space-y-reverse)) !important;
  }

  .big-mobile\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .big-mobile\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

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

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

  .big-mobile\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .big-mobile\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .big-mobile\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .big-mobile\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .big-mobile\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .big-mobile\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .big-mobile\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .big-mobile\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .big-mobile\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .big-mobile\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .big-mobile\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .big-mobile\:divide-lightgrey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important;
  }

  .big-mobile\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .big-mobile\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .big-mobile\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .big-mobile\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .big-mobile\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .big-mobile\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .big-mobile\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .big-mobile\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .big-mobile\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .big-mobile\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .big-mobile\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .big-mobile\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .big-mobile\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .big-mobile\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .big-mobile\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .big-mobile\:place-self-auto {
    place-self: auto !important;
  }

  .big-mobile\:place-self-start {
    place-self: start !important;
  }

  .big-mobile\:place-self-end {
    place-self: end !important;
  }

  .big-mobile\:place-self-center {
    place-self: center !important;
  }

  .big-mobile\:place-self-stretch {
    place-self: stretch !important;
  }

  .big-mobile\:self-auto {
    align-self: auto !important;
  }

  .big-mobile\:self-start {
    align-self: flex-start !important;
  }

  .big-mobile\:self-end {
    align-self: flex-end !important;
  }

  .big-mobile\:self-center {
    align-self: center !important;
  }

  .big-mobile\:self-stretch {
    align-self: stretch !important;
  }

  .big-mobile\:self-baseline {
    align-self: baseline !important;
  }

  .big-mobile\:justify-self-auto {
    justify-self: auto !important;
  }

  .big-mobile\:justify-self-start {
    justify-self: start !important;
  }

  .big-mobile\:justify-self-end {
    justify-self: end !important;
  }

  .big-mobile\:justify-self-center {
    justify-self: center !important;
  }

  .big-mobile\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .big-mobile\:overflow-auto {
    overflow: auto !important;
  }

  .big-mobile\:overflow-hidden {
    overflow: hidden !important;
  }

  .big-mobile\:overflow-visible {
    overflow: visible !important;
  }

  .big-mobile\:overflow-scroll {
    overflow: scroll !important;
  }

  .big-mobile\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .big-mobile\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .big-mobile\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .big-mobile\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .big-mobile\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .big-mobile\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .big-mobile\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .big-mobile\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .big-mobile\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .big-mobile\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .big-mobile\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .big-mobile\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .big-mobile\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .big-mobile\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .big-mobile\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .big-mobile\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .big-mobile\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .big-mobile\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .big-mobile\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .big-mobile\:overflow-clip {
    text-overflow: clip !important;
  }

  .big-mobile\:whitespace-normal {
    white-space: normal !important;
  }

  .big-mobile\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .big-mobile\:whitespace-pre {
    white-space: pre !important;
  }

  .big-mobile\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .big-mobile\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .big-mobile\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .big-mobile\:break-words {
    overflow-wrap: break-word !important;
  }

  .big-mobile\:break-all {
    word-break: break-all !important;
  }

  .big-mobile\:rounded {
    border-radius: 4px !important;
  }

  .big-mobile\:rounded-sm {
    border-radius: 10px !important;
  }

  .big-mobile\:rounded-md {
    border-radius: 20px !important;
  }

  .big-mobile\:rounded-full {
    border-radius: 100% !important;
  }

  .big-mobile\:rounded-t {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .big-mobile\:rounded-t-sm {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .big-mobile\:rounded-t-md {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .big-mobile\:rounded-t-full {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }

  .big-mobile\:rounded-r {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .big-mobile\:rounded-r-sm {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .big-mobile\:rounded-r-md {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .big-mobile\:rounded-r-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }

  .big-mobile\:rounded-b {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .big-mobile\:rounded-b-sm {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .big-mobile\:rounded-b-md {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .big-mobile\:rounded-b-full {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }

  .big-mobile\:rounded-l {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .big-mobile\:rounded-l-sm {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .big-mobile\:rounded-l-md {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .big-mobile\:rounded-l-full {
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }

  .big-mobile\:rounded-tl {
    border-top-left-radius: 4px !important;
  }

  .big-mobile\:rounded-tl-sm {
    border-top-left-radius: 10px !important;
  }

  .big-mobile\:rounded-tl-md {
    border-top-left-radius: 20px !important;
  }

  .big-mobile\:rounded-tl-full {
    border-top-left-radius: 100% !important;
  }

  .big-mobile\:rounded-tr {
    border-top-right-radius: 4px !important;
  }

  .big-mobile\:rounded-tr-sm {
    border-top-right-radius: 10px !important;
  }

  .big-mobile\:rounded-tr-md {
    border-top-right-radius: 20px !important;
  }

  .big-mobile\:rounded-tr-full {
    border-top-right-radius: 100% !important;
  }

  .big-mobile\:rounded-br {
    border-bottom-right-radius: 4px !important;
  }

  .big-mobile\:rounded-br-sm {
    border-bottom-right-radius: 10px !important;
  }

  .big-mobile\:rounded-br-md {
    border-bottom-right-radius: 20px !important;
  }

  .big-mobile\:rounded-br-full {
    border-bottom-right-radius: 100% !important;
  }

  .big-mobile\:rounded-bl {
    border-bottom-left-radius: 4px !important;
  }

  .big-mobile\:rounded-bl-sm {
    border-bottom-left-radius: 10px !important;
  }

  .big-mobile\:rounded-bl-md {
    border-bottom-left-radius: 20px !important;
  }

  .big-mobile\:rounded-bl-full {
    border-bottom-left-radius: 100% !important;
  }

  .big-mobile\:border-10 {
    border-width: 10px !important;
  }

  .big-mobile\:first\:border-10:first-child {
    border-width: 10px !important;
  }

  .big-mobile\:last\:border-10:last-child {
    border-width: 10px !important;
  }

  .big-mobile\:hover\:border-10:hover {
    border-width: 10px !important;
  }

  .big-mobile\:border-t-10 {
    border-top-width: 10px !important;
  }

  .big-mobile\:border-r-10 {
    border-right-width: 10px !important;
  }

  .big-mobile\:border-b-10 {
    border-bottom-width: 10px !important;
  }

  .big-mobile\:border-l-10 {
    border-left-width: 10px !important;
  }

  .big-mobile\:first\:border-t-10:first-child {
    border-top-width: 10px !important;
  }

  .big-mobile\:first\:border-r-10:first-child {
    border-right-width: 10px !important;
  }

  .big-mobile\:first\:border-b-10:first-child {
    border-bottom-width: 10px !important;
  }

  .big-mobile\:first\:border-l-10:first-child {
    border-left-width: 10px !important;
  }

  .big-mobile\:last\:border-t-10:last-child {
    border-top-width: 10px !important;
  }

  .big-mobile\:last\:border-r-10:last-child {
    border-right-width: 10px !important;
  }

  .big-mobile\:last\:border-b-10:last-child {
    border-bottom-width: 10px !important;
  }

  .big-mobile\:last\:border-l-10:last-child {
    border-left-width: 10px !important;
  }

  .big-mobile\:hover\:border-t-10:hover {
    border-top-width: 10px !important;
  }

  .big-mobile\:hover\:border-r-10:hover {
    border-right-width: 10px !important;
  }

  .big-mobile\:hover\:border-b-10:hover {
    border-bottom-width: 10px !important;
  }

  .big-mobile\:hover\:border-l-10:hover {
    border-left-width: 10px !important;
  }

  .big-mobile\:border-solid {
    border-style: solid !important;
  }

  .big-mobile\:border-dashed {
    border-style: dashed !important;
  }

  .big-mobile\:border-dotted {
    border-style: dotted !important;
  }

  .big-mobile\:border-double {
    border-style: double !important;
  }

  .big-mobile\:border-none {
    border-style: none !important;
  }

  .big-mobile\:border-current {
    border-color: currentColor !important;
  }

  .big-mobile\:border-transparent {
    border-color: transparent !important;
  }

  .big-mobile\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:border-lightgrey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .group:hover .big-mobile\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .big-mobile\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .big-mobile\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .big-mobile\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .big-mobile\:group-hover\:border-lightgrey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .big-mobile\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .big-mobile\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:focus-within\:border-lightgrey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .big-mobile\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .big-mobile\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:hover\:border-lightgrey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .big-mobile\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .big-mobile\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:focus\:border-lightgrey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .big-mobile\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .big-mobile\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .big-mobile\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .big-mobile\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .big-mobile\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .big-mobile\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .big-mobile\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .big-mobile\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .big-mobile\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .big-mobile\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .big-mobile\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .big-mobile\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .big-mobile\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .big-mobile\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .big-mobile\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .big-mobile\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .big-mobile\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .big-mobile\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .big-mobile\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .big-mobile\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .big-mobile\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .big-mobile\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .big-mobile\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .big-mobile\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .big-mobile\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .big-mobile\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .big-mobile\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .big-mobile\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .big-mobile\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .big-mobile\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .big-mobile\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .big-mobile\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .big-mobile\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .big-mobile\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .big-mobile\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .big-mobile\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .big-mobile\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .big-mobile\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .big-mobile\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .big-mobile\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .big-mobile\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .big-mobile\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .big-mobile\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .big-mobile\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .big-mobile\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .big-mobile\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .big-mobile\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .big-mobile\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .big-mobile\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .big-mobile\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .big-mobile\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .big-mobile\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .big-mobile\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .big-mobile\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .big-mobile\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .big-mobile\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .big-mobile\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .big-mobile\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .big-mobile\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .big-mobile\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .big-mobile\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

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

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

  .big-mobile\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:bg-lightgrey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

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

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

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

  .group:hover .big-mobile\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-lightgrey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .big-mobile\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .big-mobile\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:focus-within\:bg-lightgrey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

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

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

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

  .big-mobile\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:hover\:bg-lightgrey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .big-mobile\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .big-mobile\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:focus\:bg-lightgrey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:active\:bg-current:active {
    background-color: currentColor !important;
  }

  .big-mobile\:active\:bg-transparent:active {
    background-color: transparent !important;
  }

  .big-mobile\:active\:bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:active\:bg-grey:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:active\:bg-lightgrey:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .big-mobile\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .big-mobile\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .big-mobile\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .big-mobile\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .big-mobile\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .big-mobile\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .big-mobile\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .big-mobile\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .big-mobile\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .big-mobile\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .big-mobile\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .big-mobile\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .big-mobile\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .big-mobile\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .big-mobile\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .big-mobile\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .big-mobile\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .big-mobile\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .big-mobile\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .big-mobile\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .big-mobile\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .big-mobile\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .big-mobile\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .big-mobile\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .big-mobile\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .big-mobile\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .big-mobile\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .big-mobile\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .big-mobile\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .big-mobile\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .big-mobile\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .big-mobile\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .big-mobile\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .big-mobile\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .big-mobile\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .big-mobile\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .big-mobile\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .big-mobile\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .big-mobile\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .big-mobile\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .big-mobile\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .big-mobile\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .big-mobile\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .big-mobile\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .big-mobile\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .big-mobile\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .big-mobile\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .big-mobile\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .big-mobile\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:from-grey {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .big-mobile\:from-lightgrey {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .big-mobile\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .big-mobile\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:hover\:from-grey:hover {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .big-mobile\:hover\:from-lightgrey:hover {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .big-mobile\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .big-mobile\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:focus\:from-grey:focus {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .big-mobile\:focus\:from-lightgrey:focus {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .big-mobile\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .big-mobile\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .big-mobile\:via-lightgrey {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .big-mobile\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .big-mobile\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .big-mobile\:hover\:via-lightgrey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .big-mobile\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .big-mobile\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .big-mobile\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .big-mobile\:focus\:via-lightgrey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .big-mobile\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .big-mobile\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .big-mobile\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .big-mobile\:to-grey {
    --tw-gradient-to: #707070 !important;
  }

  .big-mobile\:to-lightgrey {
    --tw-gradient-to: #1A1A1A !important;
  }

  .big-mobile\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .big-mobile\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .big-mobile\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .big-mobile\:hover\:to-grey:hover {
    --tw-gradient-to: #707070 !important;
  }

  .big-mobile\:hover\:to-lightgrey:hover {
    --tw-gradient-to: #1A1A1A !important;
  }

  .big-mobile\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .big-mobile\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .big-mobile\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .big-mobile\:focus\:to-grey:focus {
    --tw-gradient-to: #707070 !important;
  }

  .big-mobile\:focus\:to-lightgrey:focus {
    --tw-gradient-to: #1A1A1A !important;
  }

  .big-mobile\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .big-mobile\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .big-mobile\:bg-auto {
    background-size: auto !important;
  }

  .big-mobile\:bg-cover {
    background-size: cover !important;
  }

  .big-mobile\:bg-contain {
    background-size: contain !important;
  }

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

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

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

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

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

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

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

  .big-mobile\:bg-bottom {
    background-position: bottom !important;
  }

  .big-mobile\:bg-center {
    background-position: center !important;
  }

  .big-mobile\:bg-left {
    background-position: left !important;
  }

  .big-mobile\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .big-mobile\:bg-left-top {
    background-position: left top !important;
  }

  .big-mobile\:bg-right {
    background-position: right !important;
  }

  .big-mobile\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .big-mobile\:bg-right-top {
    background-position: right top !important;
  }

  .big-mobile\:bg-top {
    background-position: top !important;
  }

  .big-mobile\:bg-repeat {
    background-repeat: repeat !important;
  }

  .big-mobile\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .big-mobile\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .big-mobile\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .big-mobile\:bg-repeat-round {
    background-repeat: round !important;
  }

  .big-mobile\:bg-repeat-space {
    background-repeat: space !important;
  }

  .big-mobile\:bg-origin-border {
    background-origin: border-box !important;
  }

  .big-mobile\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .big-mobile\:bg-origin-content {
    background-origin: content-box !important;
  }

  .big-mobile\:fill-current {
    fill: currentColor !important;
  }

  .big-mobile\:stroke-current {
    stroke: currentColor !important;
  }

  .big-mobile\:stroke-0 {
    stroke-width: 0 !important;
  }

  .big-mobile\:stroke-1 {
    stroke-width: 1 !important;
  }

  .big-mobile\:stroke-2 {
    stroke-width: 2 !important;
  }

  .big-mobile\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .big-mobile\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .big-mobile\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .big-mobile\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .big-mobile\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .big-mobile\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .big-mobile\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .big-mobile\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .big-mobile\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .big-mobile\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .big-mobile\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .big-mobile\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .big-mobile\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .big-mobile\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .big-mobile\:p-0 {
    padding: 0px !important;
  }

  .big-mobile\:p-1 {
    padding: 4px !important;
  }

  .big-mobile\:p-2 {
    padding: 8px !important;
  }

  .big-mobile\:p-3 {
    padding: 3px !important;
  }

  .big-mobile\:p-4 {
    padding: 4px !important;
  }

  .big-mobile\:p-5 {
    padding: 5px !important;
  }

  .big-mobile\:p-7 {
    padding: 7px !important;
  }

  .big-mobile\:p-8 {
    padding: 8px !important;
  }

  .big-mobile\:p-10 {
    padding: 10px !important;
  }

  .big-mobile\:p-11 {
    padding: 11px !important;
  }

  .big-mobile\:p-12 {
    padding: 12px !important;
  }

  .big-mobile\:p-15 {
    padding: 15px !important;
  }

  .big-mobile\:p-18 {
    padding: 18px !important;
  }

  .big-mobile\:p-20 {
    padding: 20px !important;
  }

  .big-mobile\:p-22 {
    padding: 22px !important;
  }

  .big-mobile\:p-24 {
    padding: 24px !important;
  }

  .big-mobile\:p-25 {
    padding: 25px !important;
  }

  .big-mobile\:p-26 {
    padding: 26px !important;
  }

  .big-mobile\:p-28 {
    padding: 28px !important;
  }

  .big-mobile\:p-30 {
    padding: 30px !important;
  }

  .big-mobile\:p-32 {
    padding: 32px !important;
  }

  .big-mobile\:p-34 {
    padding: 34px !important;
  }

  .big-mobile\:p-35 {
    padding: 35px !important;
  }

  .big-mobile\:p-40 {
    padding: 40px !important;
  }

  .big-mobile\:p-45 {
    padding: 45px !important;
  }

  .big-mobile\:p-50 {
    padding: 50px !important;
  }

  .big-mobile\:p-54 {
    padding: 54px !important;
  }

  .big-mobile\:p-55 {
    padding: 55px !important;
  }

  .big-mobile\:p-56 {
    padding: 56px !important;
  }

  .big-mobile\:p-60 {
    padding: 60px !important;
  }

  .big-mobile\:p-65 {
    padding: 65px !important;
  }

  .big-mobile\:p-70 {
    padding: 70px !important;
  }

  .big-mobile\:p-75 {
    padding: 75px !important;
  }

  .big-mobile\:p-80 {
    padding: 80px !important;
  }

  .big-mobile\:p-85 {
    padding: 85px !important;
  }

  .big-mobile\:p-90 {
    padding: 90px !important;
  }

  .big-mobile\:p-100 {
    padding: 100px !important;
  }

  .big-mobile\:p-120 {
    padding: 120px !important;
  }

  .big-mobile\:p-125 {
    padding: 125px !important;
  }

  .big-mobile\:p-130 {
    padding: 130px !important;
  }

  .big-mobile\:p-140 {
    padding: 140px !important;
  }

  .big-mobile\:p-150 {
    padding: 150px !important;
  }

  .big-mobile\:p-175 {
    padding: 175px !important;
  }

  .big-mobile\:p-200 {
    padding: 200px !important;
  }

  .big-mobile\:p-220 {
    padding: 220px !important;
  }

  .big-mobile\:p-275 {
    padding: 275px !important;
  }

  .big-mobile\:p-300 {
    padding: 300px !important;
  }

  .big-mobile\:p-375 {
    padding: 375px !important;
  }

  .big-mobile\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .big-mobile\:px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .big-mobile\:px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .big-mobile\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .big-mobile\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .big-mobile\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .big-mobile\:px-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .big-mobile\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .big-mobile\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .big-mobile\:px-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .big-mobile\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .big-mobile\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .big-mobile\:px-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .big-mobile\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .big-mobile\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .big-mobile\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .big-mobile\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .big-mobile\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .big-mobile\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .big-mobile\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .big-mobile\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .big-mobile\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .big-mobile\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .big-mobile\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .big-mobile\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .big-mobile\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .big-mobile\:px-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }

  .big-mobile\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .big-mobile\:px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .big-mobile\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .big-mobile\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .big-mobile\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .big-mobile\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .big-mobile\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .big-mobile\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .big-mobile\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .big-mobile\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .big-mobile\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .big-mobile\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .big-mobile\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .big-mobile\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .big-mobile\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .big-mobile\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .big-mobile\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .big-mobile\:px-220 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .big-mobile\:px-275 {
    padding-left: 275px !important;
    padding-right: 275px !important;
  }

  .big-mobile\:px-300 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }

  .big-mobile\:px-375 {
    padding-left: 375px !important;
    padding-right: 375px !important;
  }

  .big-mobile\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .big-mobile\:py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .big-mobile\:py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .big-mobile\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .big-mobile\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .big-mobile\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .big-mobile\:py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .big-mobile\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .big-mobile\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .big-mobile\:py-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .big-mobile\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .big-mobile\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .big-mobile\:py-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .big-mobile\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .big-mobile\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .big-mobile\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .big-mobile\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .big-mobile\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .big-mobile\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .big-mobile\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .big-mobile\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .big-mobile\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .big-mobile\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .big-mobile\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .big-mobile\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .big-mobile\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .big-mobile\:py-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .big-mobile\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .big-mobile\:py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .big-mobile\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .big-mobile\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .big-mobile\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .big-mobile\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .big-mobile\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .big-mobile\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .big-mobile\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .big-mobile\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .big-mobile\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .big-mobile\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .big-mobile\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .big-mobile\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .big-mobile\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .big-mobile\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .big-mobile\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .big-mobile\:py-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .big-mobile\:py-275 {
    padding-top: 275px !important;
    padding-bottom: 275px !important;
  }

  .big-mobile\:py-300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }

  .big-mobile\:py-375 {
    padding-top: 375px !important;
    padding-bottom: 375px !important;
  }

  .big-mobile\:pt-0 {
    padding-top: 0px !important;
  }

  .big-mobile\:pt-1 {
    padding-top: 4px !important;
  }

  .big-mobile\:pt-2 {
    padding-top: 8px !important;
  }

  .big-mobile\:pt-3 {
    padding-top: 3px !important;
  }

  .big-mobile\:pt-4 {
    padding-top: 4px !important;
  }

  .big-mobile\:pt-5 {
    padding-top: 5px !important;
  }

  .big-mobile\:pt-7 {
    padding-top: 7px !important;
  }

  .big-mobile\:pt-8 {
    padding-top: 8px !important;
  }

  .big-mobile\:pt-10 {
    padding-top: 10px !important;
  }

  .big-mobile\:pt-11 {
    padding-top: 11px !important;
  }

  .big-mobile\:pt-12 {
    padding-top: 12px !important;
  }

  .big-mobile\:pt-15 {
    padding-top: 15px !important;
  }

  .big-mobile\:pt-18 {
    padding-top: 18px !important;
  }

  .big-mobile\:pt-20 {
    padding-top: 20px !important;
  }

  .big-mobile\:pt-22 {
    padding-top: 22px !important;
  }

  .big-mobile\:pt-24 {
    padding-top: 24px !important;
  }

  .big-mobile\:pt-25 {
    padding-top: 25px !important;
  }

  .big-mobile\:pt-26 {
    padding-top: 26px !important;
  }

  .big-mobile\:pt-28 {
    padding-top: 28px !important;
  }

  .big-mobile\:pt-30 {
    padding-top: 30px !important;
  }

  .big-mobile\:pt-32 {
    padding-top: 32px !important;
  }

  .big-mobile\:pt-34 {
    padding-top: 34px !important;
  }

  .big-mobile\:pt-35 {
    padding-top: 35px !important;
  }

  .big-mobile\:pt-40 {
    padding-top: 40px !important;
  }

  .big-mobile\:pt-45 {
    padding-top: 45px !important;
  }

  .big-mobile\:pt-50 {
    padding-top: 50px !important;
  }

  .big-mobile\:pt-54 {
    padding-top: 54px !important;
  }

  .big-mobile\:pt-55 {
    padding-top: 55px !important;
  }

  .big-mobile\:pt-56 {
    padding-top: 56px !important;
  }

  .big-mobile\:pt-60 {
    padding-top: 60px !important;
  }

  .big-mobile\:pt-65 {
    padding-top: 65px !important;
  }

  .big-mobile\:pt-70 {
    padding-top: 70px !important;
  }

  .big-mobile\:pt-75 {
    padding-top: 75px !important;
  }

  .big-mobile\:pt-80 {
    padding-top: 80px !important;
  }

  .big-mobile\:pt-85 {
    padding-top: 85px !important;
  }

  .big-mobile\:pt-90 {
    padding-top: 90px !important;
  }

  .big-mobile\:pt-100 {
    padding-top: 100px !important;
  }

  .big-mobile\:pt-120 {
    padding-top: 120px !important;
  }

  .big-mobile\:pt-125 {
    padding-top: 125px !important;
  }

  .big-mobile\:pt-130 {
    padding-top: 130px !important;
  }

  .big-mobile\:pt-140 {
    padding-top: 140px !important;
  }

  .big-mobile\:pt-150 {
    padding-top: 150px !important;
  }

  .big-mobile\:pt-175 {
    padding-top: 175px !important;
  }

  .big-mobile\:pt-200 {
    padding-top: 200px !important;
  }

  .big-mobile\:pt-220 {
    padding-top: 220px !important;
  }

  .big-mobile\:pt-275 {
    padding-top: 275px !important;
  }

  .big-mobile\:pt-300 {
    padding-top: 300px !important;
  }

  .big-mobile\:pt-375 {
    padding-top: 375px !important;
  }

  .big-mobile\:pr-0 {
    padding-right: 0px !important;
  }

  .big-mobile\:pr-1 {
    padding-right: 4px !important;
  }

  .big-mobile\:pr-2 {
    padding-right: 8px !important;
  }

  .big-mobile\:pr-3 {
    padding-right: 3px !important;
  }

  .big-mobile\:pr-4 {
    padding-right: 4px !important;
  }

  .big-mobile\:pr-5 {
    padding-right: 5px !important;
  }

  .big-mobile\:pr-7 {
    padding-right: 7px !important;
  }

  .big-mobile\:pr-8 {
    padding-right: 8px !important;
  }

  .big-mobile\:pr-10 {
    padding-right: 10px !important;
  }

  .big-mobile\:pr-11 {
    padding-right: 11px !important;
  }

  .big-mobile\:pr-12 {
    padding-right: 12px !important;
  }

  .big-mobile\:pr-15 {
    padding-right: 15px !important;
  }

  .big-mobile\:pr-18 {
    padding-right: 18px !important;
  }

  .big-mobile\:pr-20 {
    padding-right: 20px !important;
  }

  .big-mobile\:pr-22 {
    padding-right: 22px !important;
  }

  .big-mobile\:pr-24 {
    padding-right: 24px !important;
  }

  .big-mobile\:pr-25 {
    padding-right: 25px !important;
  }

  .big-mobile\:pr-26 {
    padding-right: 26px !important;
  }

  .big-mobile\:pr-28 {
    padding-right: 28px !important;
  }

  .big-mobile\:pr-30 {
    padding-right: 30px !important;
  }

  .big-mobile\:pr-32 {
    padding-right: 32px !important;
  }

  .big-mobile\:pr-34 {
    padding-right: 34px !important;
  }

  .big-mobile\:pr-35 {
    padding-right: 35px !important;
  }

  .big-mobile\:pr-40 {
    padding-right: 40px !important;
  }

  .big-mobile\:pr-45 {
    padding-right: 45px !important;
  }

  .big-mobile\:pr-50 {
    padding-right: 50px !important;
  }

  .big-mobile\:pr-54 {
    padding-right: 54px !important;
  }

  .big-mobile\:pr-55 {
    padding-right: 55px !important;
  }

  .big-mobile\:pr-56 {
    padding-right: 56px !important;
  }

  .big-mobile\:pr-60 {
    padding-right: 60px !important;
  }

  .big-mobile\:pr-65 {
    padding-right: 65px !important;
  }

  .big-mobile\:pr-70 {
    padding-right: 70px !important;
  }

  .big-mobile\:pr-75 {
    padding-right: 75px !important;
  }

  .big-mobile\:pr-80 {
    padding-right: 80px !important;
  }

  .big-mobile\:pr-85 {
    padding-right: 85px !important;
  }

  .big-mobile\:pr-90 {
    padding-right: 90px !important;
  }

  .big-mobile\:pr-100 {
    padding-right: 100px !important;
  }

  .big-mobile\:pr-120 {
    padding-right: 120px !important;
  }

  .big-mobile\:pr-125 {
    padding-right: 125px !important;
  }

  .big-mobile\:pr-130 {
    padding-right: 130px !important;
  }

  .big-mobile\:pr-140 {
    padding-right: 140px !important;
  }

  .big-mobile\:pr-150 {
    padding-right: 150px !important;
  }

  .big-mobile\:pr-175 {
    padding-right: 175px !important;
  }

  .big-mobile\:pr-200 {
    padding-right: 200px !important;
  }

  .big-mobile\:pr-220 {
    padding-right: 220px !important;
  }

  .big-mobile\:pr-275 {
    padding-right: 275px !important;
  }

  .big-mobile\:pr-300 {
    padding-right: 300px !important;
  }

  .big-mobile\:pr-375 {
    padding-right: 375px !important;
  }

  .big-mobile\:pb-0 {
    padding-bottom: 0px !important;
  }

  .big-mobile\:pb-1 {
    padding-bottom: 4px !important;
  }

  .big-mobile\:pb-2 {
    padding-bottom: 8px !important;
  }

  .big-mobile\:pb-3 {
    padding-bottom: 3px !important;
  }

  .big-mobile\:pb-4 {
    padding-bottom: 4px !important;
  }

  .big-mobile\:pb-5 {
    padding-bottom: 5px !important;
  }

  .big-mobile\:pb-7 {
    padding-bottom: 7px !important;
  }

  .big-mobile\:pb-8 {
    padding-bottom: 8px !important;
  }

  .big-mobile\:pb-10 {
    padding-bottom: 10px !important;
  }

  .big-mobile\:pb-11 {
    padding-bottom: 11px !important;
  }

  .big-mobile\:pb-12 {
    padding-bottom: 12px !important;
  }

  .big-mobile\:pb-15 {
    padding-bottom: 15px !important;
  }

  .big-mobile\:pb-18 {
    padding-bottom: 18px !important;
  }

  .big-mobile\:pb-20 {
    padding-bottom: 20px !important;
  }

  .big-mobile\:pb-22 {
    padding-bottom: 22px !important;
  }

  .big-mobile\:pb-24 {
    padding-bottom: 24px !important;
  }

  .big-mobile\:pb-25 {
    padding-bottom: 25px !important;
  }

  .big-mobile\:pb-26 {
    padding-bottom: 26px !important;
  }

  .big-mobile\:pb-28 {
    padding-bottom: 28px !important;
  }

  .big-mobile\:pb-30 {
    padding-bottom: 30px !important;
  }

  .big-mobile\:pb-32 {
    padding-bottom: 32px !important;
  }

  .big-mobile\:pb-34 {
    padding-bottom: 34px !important;
  }

  .big-mobile\:pb-35 {
    padding-bottom: 35px !important;
  }

  .big-mobile\:pb-40 {
    padding-bottom: 40px !important;
  }

  .big-mobile\:pb-45 {
    padding-bottom: 45px !important;
  }

  .big-mobile\:pb-50 {
    padding-bottom: 50px !important;
  }

  .big-mobile\:pb-54 {
    padding-bottom: 54px !important;
  }

  .big-mobile\:pb-55 {
    padding-bottom: 55px !important;
  }

  .big-mobile\:pb-56 {
    padding-bottom: 56px !important;
  }

  .big-mobile\:pb-60 {
    padding-bottom: 60px !important;
  }

  .big-mobile\:pb-65 {
    padding-bottom: 65px !important;
  }

  .big-mobile\:pb-70 {
    padding-bottom: 70px !important;
  }

  .big-mobile\:pb-75 {
    padding-bottom: 75px !important;
  }

  .big-mobile\:pb-80 {
    padding-bottom: 80px !important;
  }

  .big-mobile\:pb-85 {
    padding-bottom: 85px !important;
  }

  .big-mobile\:pb-90 {
    padding-bottom: 90px !important;
  }

  .big-mobile\:pb-100 {
    padding-bottom: 100px !important;
  }

  .big-mobile\:pb-120 {
    padding-bottom: 120px !important;
  }

  .big-mobile\:pb-125 {
    padding-bottom: 125px !important;
  }

  .big-mobile\:pb-130 {
    padding-bottom: 130px !important;
  }

  .big-mobile\:pb-140 {
    padding-bottom: 140px !important;
  }

  .big-mobile\:pb-150 {
    padding-bottom: 150px !important;
  }

  .big-mobile\:pb-175 {
    padding-bottom: 175px !important;
  }

  .big-mobile\:pb-200 {
    padding-bottom: 200px !important;
  }

  .big-mobile\:pb-220 {
    padding-bottom: 220px !important;
  }

  .big-mobile\:pb-275 {
    padding-bottom: 275px !important;
  }

  .big-mobile\:pb-300 {
    padding-bottom: 300px !important;
  }

  .big-mobile\:pb-375 {
    padding-bottom: 375px !important;
  }

  .big-mobile\:pl-0 {
    padding-left: 0px !important;
  }

  .big-mobile\:pl-1 {
    padding-left: 4px !important;
  }

  .big-mobile\:pl-2 {
    padding-left: 8px !important;
  }

  .big-mobile\:pl-3 {
    padding-left: 3px !important;
  }

  .big-mobile\:pl-4 {
    padding-left: 4px !important;
  }

  .big-mobile\:pl-5 {
    padding-left: 5px !important;
  }

  .big-mobile\:pl-7 {
    padding-left: 7px !important;
  }

  .big-mobile\:pl-8 {
    padding-left: 8px !important;
  }

  .big-mobile\:pl-10 {
    padding-left: 10px !important;
  }

  .big-mobile\:pl-11 {
    padding-left: 11px !important;
  }

  .big-mobile\:pl-12 {
    padding-left: 12px !important;
  }

  .big-mobile\:pl-15 {
    padding-left: 15px !important;
  }

  .big-mobile\:pl-18 {
    padding-left: 18px !important;
  }

  .big-mobile\:pl-20 {
    padding-left: 20px !important;
  }

  .big-mobile\:pl-22 {
    padding-left: 22px !important;
  }

  .big-mobile\:pl-24 {
    padding-left: 24px !important;
  }

  .big-mobile\:pl-25 {
    padding-left: 25px !important;
  }

  .big-mobile\:pl-26 {
    padding-left: 26px !important;
  }

  .big-mobile\:pl-28 {
    padding-left: 28px !important;
  }

  .big-mobile\:pl-30 {
    padding-left: 30px !important;
  }

  .big-mobile\:pl-32 {
    padding-left: 32px !important;
  }

  .big-mobile\:pl-34 {
    padding-left: 34px !important;
  }

  .big-mobile\:pl-35 {
    padding-left: 35px !important;
  }

  .big-mobile\:pl-40 {
    padding-left: 40px !important;
  }

  .big-mobile\:pl-45 {
    padding-left: 45px !important;
  }

  .big-mobile\:pl-50 {
    padding-left: 50px !important;
  }

  .big-mobile\:pl-54 {
    padding-left: 54px !important;
  }

  .big-mobile\:pl-55 {
    padding-left: 55px !important;
  }

  .big-mobile\:pl-56 {
    padding-left: 56px !important;
  }

  .big-mobile\:pl-60 {
    padding-left: 60px !important;
  }

  .big-mobile\:pl-65 {
    padding-left: 65px !important;
  }

  .big-mobile\:pl-70 {
    padding-left: 70px !important;
  }

  .big-mobile\:pl-75 {
    padding-left: 75px !important;
  }

  .big-mobile\:pl-80 {
    padding-left: 80px !important;
  }

  .big-mobile\:pl-85 {
    padding-left: 85px !important;
  }

  .big-mobile\:pl-90 {
    padding-left: 90px !important;
  }

  .big-mobile\:pl-100 {
    padding-left: 100px !important;
  }

  .big-mobile\:pl-120 {
    padding-left: 120px !important;
  }

  .big-mobile\:pl-125 {
    padding-left: 125px !important;
  }

  .big-mobile\:pl-130 {
    padding-left: 130px !important;
  }

  .big-mobile\:pl-140 {
    padding-left: 140px !important;
  }

  .big-mobile\:pl-150 {
    padding-left: 150px !important;
  }

  .big-mobile\:pl-175 {
    padding-left: 175px !important;
  }

  .big-mobile\:pl-200 {
    padding-left: 200px !important;
  }

  .big-mobile\:pl-220 {
    padding-left: 220px !important;
  }

  .big-mobile\:pl-275 {
    padding-left: 275px !important;
  }

  .big-mobile\:pl-300 {
    padding-left: 300px !important;
  }

  .big-mobile\:pl-375 {
    padding-left: 375px !important;
  }

  .big-mobile\:text-left {
    text-align: left !important;
  }

  .big-mobile\:text-center {
    text-align: center !important;
  }

  .big-mobile\:text-right {
    text-align: right !important;
  }

  .big-mobile\:text-justify {
    text-align: justify !important;
  }

  .big-mobile\:align-baseline {
    vertical-align: baseline !important;
  }

  .big-mobile\:align-top {
    vertical-align: top !important;
  }

  .big-mobile\:align-middle {
    vertical-align: middle !important;
  }

  .big-mobile\:align-bottom {
    vertical-align: bottom !important;
  }

  .big-mobile\:align-text-top {
    vertical-align: text-top !important;
  }

  .big-mobile\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .big-mobile\:font-default {
    font-family: Proxima Nova !important;
  }

  .big-mobile\:text-p12 {
    font-size: 12px !important;
  }

  .big-mobile\:text-p13 {
    font-size: 13px !important;
  }

  .big-mobile\:text-p14 {
    font-size: 14px !important;
  }

  .big-mobile\:text-p15 {
    font-size: 15px !important;
  }

  .big-mobile\:text-p16 {
    font-size: 16px !important;
  }

  .big-mobile\:text-p18 {
    font-size: 18px !important;
  }

  .big-mobile\:text-p20 {
    font-size: 20px !important;
  }

  .big-mobile\:text-p24 {
    font-size: 24px !important;
  }

  .big-mobile\:text-h22 {
    font-size: 22px !important;
  }

  .big-mobile\:text-h24 {
    font-size: 24px !important;
  }

  .big-mobile\:text-h26 {
    font-size: 26px !important;
  }

  .big-mobile\:text-h28 {
    font-size: 28px !important;
  }

  .big-mobile\:text-h30 {
    font-size: 30px !important;
  }

  .big-mobile\:text-h34 {
    font-size: 34px !important;
  }

  .big-mobile\:text-h36 {
    font-size: 36px !important;
  }

  .big-mobile\:text-h40 {
    font-size: 40px !important;
  }

  .big-mobile\:text-h50 {
    font-size: 50px !important;
  }

  .big-mobile\:text-h60 {
    font-size: 60px !important;
  }

  .big-mobile\:text-h70 {
    font-size: 70px !important;
  }

  .big-mobile\:text-h75 {
    font-size: 75px !important;
  }

  .big-mobile\:font-thin {
    font-weight: 100 !important;
  }

  .big-mobile\:font-extralight {
    font-weight: 200 !important;
  }

  .big-mobile\:font-light {
    font-weight: 300 !important;
  }

  .big-mobile\:font-normal {
    font-weight: 400 !important;
  }

  .big-mobile\:font-medium {
    font-weight: 500 !important;
  }

  .big-mobile\:font-semibold {
    font-weight: 600 !important;
  }

  .big-mobile\:font-bold {
    font-weight: 700 !important;
  }

  .big-mobile\:font-extrabold {
    font-weight: 800 !important;
  }

  .big-mobile\:font-black {
    font-weight: 900 !important;
  }

  .big-mobile\:hover\:font-thin:hover {
    font-weight: 100 !important;
  }

  .big-mobile\:hover\:font-extralight:hover {
    font-weight: 200 !important;
  }

  .big-mobile\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .big-mobile\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .big-mobile\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .big-mobile\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .big-mobile\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .big-mobile\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .big-mobile\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .big-mobile\:active\:font-thin:active {
    font-weight: 100 !important;
  }

  .big-mobile\:active\:font-extralight:active {
    font-weight: 200 !important;
  }

  .big-mobile\:active\:font-light:active {
    font-weight: 300 !important;
  }

  .big-mobile\:active\:font-normal:active {
    font-weight: 400 !important;
  }

  .big-mobile\:active\:font-medium:active {
    font-weight: 500 !important;
  }

  .big-mobile\:active\:font-semibold:active {
    font-weight: 600 !important;
  }

  .big-mobile\:active\:font-bold:active {
    font-weight: 700 !important;
  }

  .big-mobile\:active\:font-extrabold:active {
    font-weight: 800 !important;
  }

  .big-mobile\:active\:font-black:active {
    font-weight: 900 !important;
  }

  .big-mobile\:uppercase {
    text-transform: uppercase !important;
  }

  .big-mobile\:lowercase {
    text-transform: lowercase !important;
  }

  .big-mobile\:capitalize {
    text-transform: capitalize !important;
  }

  .big-mobile\:normal-case {
    text-transform: none !important;
  }

  .big-mobile\:italic {
    font-style: italic !important;
  }

  .big-mobile\:not-italic {
    font-style: normal !important;
  }

  .big-mobile\:ordinal, .big-mobile\:slashed-zero, .big-mobile\:lining-nums, .big-mobile\:oldstyle-nums, .big-mobile\:proportional-nums, .big-mobile\:tabular-nums, .big-mobile\:diagonal-fractions, .big-mobile\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .big-mobile\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .big-mobile\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .big-mobile\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .big-mobile\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .big-mobile\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .big-mobile\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .big-mobile\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .big-mobile\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .big-mobile\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .big-mobile\:leading-15 {
    line-height: 1.5 !important;
  }

  .big-mobile\:leading-16 {
    line-height: 16px !important;
  }

  .big-mobile\:leading-20 {
    line-height: 20px !important;
  }

  .big-mobile\:leading-22 {
    line-height: 22px !important;
  }

  .big-mobile\:leading-24 {
    line-height: 24px !important;
  }

  .big-mobile\:leading-26 {
    line-height: 26px !important;
  }

  .big-mobile\:leading-27 {
    line-height: 27px !important;
  }

  .big-mobile\:leading-28 {
    line-height: 28px !important;
  }

  .big-mobile\:leading-30 {
    line-height: 30px !important;
  }

  .big-mobile\:leading-32 {
    line-height: 32px !important;
  }

  .big-mobile\:leading-34 {
    line-height: 34px !important;
  }

  .big-mobile\:leading-36 {
    line-height: 36px !important;
  }

  .big-mobile\:leading-40 {
    line-height: 40px !important;
  }

  .big-mobile\:leading-48 {
    line-height: 48px !important;
  }

  .big-mobile\:leading-50 {
    line-height: 52px !important;
  }

  .big-mobile\:leading-54 {
    line-height: 54px !important;
  }

  .big-mobile\:leading-56 {
    line-height: 56px !important;
  }

  .big-mobile\:leading-60 {
    line-height: 60px !important;
  }

  .big-mobile\:leading-67 {
    line-height: 67px !important;
  }

  .big-mobile\:leading-75 {
    line-height: 75px !important;
  }

  .big-mobile\:leading-78 {
    line-height: 78px !important;
  }

  .big-mobile\:leading-90 {
    line-height: 90px !important;
  }

  .big-mobile\:leading-none {
    line-height: 1 !important;
  }

  .big-mobile\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .big-mobile\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .big-mobile\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .big-mobile\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .big-mobile\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .big-mobile\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .big-mobile\:text-current {
    color: currentColor !important;
  }

  .big-mobile\:text-transparent {
    color: transparent !important;
  }

  .big-mobile\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:text-lightgrey {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .group:hover .big-mobile\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .big-mobile\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .big-mobile\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .big-mobile\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .big-mobile\:group-hover\:text-lightgrey {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .big-mobile\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .big-mobile\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:focus-within\:text-lightgrey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .big-mobile\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .big-mobile\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:hover\:text-lightgrey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .big-mobile\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .big-mobile\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:focus\:text-lightgrey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .big-mobile\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .big-mobile\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .big-mobile\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .big-mobile\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .big-mobile\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .big-mobile\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .big-mobile\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .big-mobile\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .big-mobile\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .big-mobile\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .big-mobile\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .big-mobile\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .big-mobile\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .big-mobile\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .big-mobile\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .big-mobile\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .big-mobile\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .big-mobile\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .big-mobile\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .big-mobile\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .big-mobile\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .big-mobile\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .big-mobile\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .big-mobile\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .big-mobile\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .big-mobile\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .big-mobile\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .big-mobile\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .big-mobile\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .big-mobile\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .big-mobile\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .big-mobile\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .big-mobile\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .big-mobile\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .big-mobile\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .big-mobile\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .big-mobile\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .big-mobile\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .big-mobile\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .big-mobile\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .big-mobile\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .big-mobile\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .big-mobile\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .big-mobile\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .big-mobile\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .big-mobile\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .big-mobile\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .big-mobile\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .big-mobile\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .big-mobile\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .big-mobile\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .big-mobile\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .big-mobile\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .big-mobile\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .big-mobile\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .big-mobile\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .big-mobile\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .big-mobile\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .big-mobile\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .big-mobile\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .big-mobile\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .big-mobile\:underline {
    text-decoration: underline !important;
  }

  .big-mobile\:line-through {
    text-decoration: line-through !important;
  }

  .big-mobile\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .big-mobile\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .big-mobile\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .big-mobile\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .big-mobile\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .big-mobile\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .big-mobile\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .big-mobile\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .big-mobile\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .big-mobile\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .big-mobile\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .big-mobile\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .big-mobile\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .big-mobile\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .big-mobile\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .big-mobile\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .big-mobile\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .big-mobile\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .big-mobile\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .big-mobile\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:placeholder-lightgrey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:placeholder-lightgrey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .big-mobile\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .big-mobile\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .big-mobile\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .big-mobile\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:focus\:placeholder-lightgrey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:focus\:placeholder-lightgrey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .big-mobile\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .big-mobile\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .big-mobile\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .big-mobile\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .big-mobile\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .big-mobile\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .big-mobile\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .big-mobile\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .big-mobile\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .big-mobile\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .big-mobile\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .big-mobile\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .big-mobile\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .big-mobile\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .big-mobile\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .big-mobile\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .big-mobile\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .big-mobile\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .big-mobile\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .big-mobile\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .big-mobile\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .big-mobile\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .big-mobile\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .big-mobile\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .big-mobile\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .big-mobile\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .big-mobile\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .big-mobile\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .big-mobile\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .big-mobile\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .big-mobile\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .big-mobile\:opacity-0 {
    opacity: 0 !important;
  }

  .big-mobile\:opacity-5 {
    opacity: 0.05 !important;
  }

  .big-mobile\:opacity-10 {
    opacity: 0.1 !important;
  }

  .big-mobile\:opacity-20 {
    opacity: 0.2 !important;
  }

  .big-mobile\:opacity-25 {
    opacity: 0.25 !important;
  }

  .big-mobile\:opacity-30 {
    opacity: 0.3 !important;
  }

  .big-mobile\:opacity-40 {
    opacity: 0.4 !important;
  }

  .big-mobile\:opacity-50 {
    opacity: 0.5 !important;
  }

  .big-mobile\:opacity-60 {
    opacity: 0.6 !important;
  }

  .big-mobile\:opacity-70 {
    opacity: 0.7 !important;
  }

  .big-mobile\:opacity-75 {
    opacity: 0.75 !important;
  }

  .big-mobile\:opacity-80 {
    opacity: 0.8 !important;
  }

  .big-mobile\:opacity-90 {
    opacity: 0.9 !important;
  }

  .big-mobile\:opacity-95 {
    opacity: 0.95 !important;
  }

  .big-mobile\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .big-mobile\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .big-mobile\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .big-mobile\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .big-mobile\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .big-mobile\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .big-mobile\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .big-mobile\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .big-mobile\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .big-mobile\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .big-mobile\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .big-mobile\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .big-mobile\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .big-mobile\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .big-mobile\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .big-mobile\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .big-mobile\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .big-mobile\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .big-mobile\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .big-mobile\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .big-mobile\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .big-mobile\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .big-mobile\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .big-mobile\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .big-mobile\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .big-mobile\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .big-mobile\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .big-mobile\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .big-mobile\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .big-mobile\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .big-mobile\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .big-mobile\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .big-mobile\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .big-mobile\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .big-mobile\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .big-mobile\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .big-mobile\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .big-mobile\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .big-mobile\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .big-mobile\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .big-mobile\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .big-mobile\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .big-mobile\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .big-mobile\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .big-mobile\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .big-mobile\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .big-mobile\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .big-mobile\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .big-mobile\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .big-mobile\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .big-mobile\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .big-mobile\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .big-mobile\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .big-mobile\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .big-mobile\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .big-mobile\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .big-mobile\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .big-mobile\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .big-mobile\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .big-mobile\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .big-mobile\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .big-mobile\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .big-mobile\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .big-mobile\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .big-mobile\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .big-mobile\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .big-mobile\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .big-mobile\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .big-mobile\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .big-mobile\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .big-mobile\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .big-mobile\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .big-mobile\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .big-mobile\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .big-mobile\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .big-mobile\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .big-mobile\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .big-mobile\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .big-mobile\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .big-mobile\:shadow-vs {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:shadow-sm {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:shadow {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:shadow-md {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:shadow-lg {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:shadow-xl {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:shadow-2xl {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .big-mobile\:group-hover\:shadow-vs {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .big-mobile\:group-hover\:shadow-sm {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .big-mobile\:group-hover\:shadow {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .big-mobile\:group-hover\:shadow-md {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .big-mobile\:group-hover\:shadow-lg {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .big-mobile\:group-hover\:shadow-xl {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .big-mobile\:group-hover\:shadow-2xl {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus-within\:shadow-vs:focus-within {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus-within\:shadow:focus-within {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:hover\:shadow-vs:hover {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:hover\:shadow-sm:hover {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:hover\:shadow:hover {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:hover\:shadow-md:hover {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:hover\:shadow-lg:hover {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:hover\:shadow-xl:hover {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:hover\:shadow-2xl:hover {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus\:shadow-vs:focus {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus\:shadow-sm:focus {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus\:shadow:focus {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus\:shadow-md:focus {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus\:shadow-lg:focus {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus\:shadow-xl:focus {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:focus\:shadow-2xl:focus {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .big-mobile\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .big-mobile\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .big-mobile\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .big-mobile\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .big-mobile\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .big-mobile\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .big-mobile\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .big-mobile\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .big-mobile\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .big-mobile\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .big-mobile\:ring-3 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .big-mobile\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .big-mobile\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .big-mobile\:focus-within\:ring-3:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .big-mobile\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .big-mobile\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .big-mobile\:focus\:ring-3:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .big-mobile\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .big-mobile\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .big-mobile\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .big-mobile\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .big-mobile\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .big-mobile\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .big-mobile\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .big-mobile\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .big-mobile\:ring-lightgrey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .big-mobile\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .big-mobile\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .big-mobile\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .big-mobile\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .big-mobile\:focus-within\:ring-lightgrey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .big-mobile\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .big-mobile\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .big-mobile\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .big-mobile\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .big-mobile\:focus\:ring-lightgrey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .big-mobile\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .big-mobile\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .big-mobile\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .big-mobile\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .big-mobile\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .big-mobile\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .big-mobile\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .big-mobile\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .big-mobile\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .big-mobile\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .big-mobile\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .big-mobile\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .big-mobile\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .big-mobile\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .big-mobile\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .big-mobile\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .big-mobile\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .big-mobile\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .big-mobile\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .big-mobile\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .big-mobile\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .big-mobile\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .big-mobile\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .big-mobile\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .big-mobile\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .big-mobile\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .big-mobile\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .big-mobile\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .big-mobile\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .big-mobile\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .big-mobile\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .big-mobile\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .big-mobile\:ring-offset-3 {
    --tw-ring-offset-width: 3px !important;
  }

  .big-mobile\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .big-mobile\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .big-mobile\:focus-within\:ring-offset-3:focus-within {
    --tw-ring-offset-width: 3px !important;
  }

  .big-mobile\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .big-mobile\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .big-mobile\:focus\:ring-offset-3:focus {
    --tw-ring-offset-width: 3px !important;
  }

  .big-mobile\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .big-mobile\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .big-mobile\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .big-mobile\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .big-mobile\:ring-offset-grey {
    --tw-ring-offset-color: #707070 !important;
  }

  .big-mobile\:ring-offset-lightgrey {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .big-mobile\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .big-mobile\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .big-mobile\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .big-mobile\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #707070 !important;
  }

  .big-mobile\:focus-within\:ring-offset-lightgrey:focus-within {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .big-mobile\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .big-mobile\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .big-mobile\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .big-mobile\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #707070 !important;
  }

  .big-mobile\:focus\:ring-offset-lightgrey:focus {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .big-mobile\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .big-mobile\:filter-none {
    filter: none !important;
  }

  .big-mobile\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .big-mobile\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .big-mobile\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .big-mobile\:blur {
    --tw-blur: blur(8px) !important;
  }

  .big-mobile\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .big-mobile\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .big-mobile\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .big-mobile\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .big-mobile\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .big-mobile\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .big-mobile\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .big-mobile\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .big-mobile\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .big-mobile\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .big-mobile\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .big-mobile\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .big-mobile\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .big-mobile\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .big-mobile\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .big-mobile\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .big-mobile\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .big-mobile\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .big-mobile\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .big-mobile\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .big-mobile\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .big-mobile\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .big-mobile\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .big-mobile\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.21)) !important;
  }

  .big-mobile\: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)) !important;
  }

  .big-mobile\: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)) !important;
  }

  .big-mobile\: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)) !important;
  }

  .big-mobile\: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)) !important;
  }

  .big-mobile\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .big-mobile\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .big-mobile\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .big-mobile\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .big-mobile\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .big-mobile\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .big-mobile\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .big-mobile\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .big-mobile\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .big-mobile\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .big-mobile\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .big-mobile\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .big-mobile\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .big-mobile\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .big-mobile\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .big-mobile\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .big-mobile\:invert {
    --tw-invert: invert(100%) !important;
  }

  .big-mobile\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .big-mobile\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .big-mobile\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .big-mobile\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .big-mobile\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .big-mobile\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .big-mobile\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .big-mobile\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            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) !important;
  }

  .big-mobile\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .big-mobile\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .big-mobile\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .big-mobile\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .big-mobile\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .big-mobile\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .big-mobile\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .big-mobile\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .big-mobile\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .big-mobile\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .big-mobile\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .big-mobile\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .big-mobile\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .big-mobile\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .big-mobile\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .big-mobile\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .big-mobile\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .big-mobile\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .big-mobile\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .big-mobile\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .big-mobile\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .big-mobile\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .big-mobile\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .big-mobile\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .big-mobile\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .big-mobile\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .big-mobile\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .big-mobile\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .big-mobile\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .big-mobile\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .big-mobile\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .big-mobile\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .big-mobile\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .big-mobile\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .big-mobile\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .big-mobile\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .big-mobile\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .big-mobile\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .big-mobile\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .big-mobile\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .big-mobile\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .big-mobile\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .big-mobile\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .big-mobile\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .big-mobile\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .big-mobile\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .big-mobile\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .big-mobile\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .big-mobile\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .big-mobile\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .big-mobile\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .big-mobile\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .big-mobile\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .big-mobile\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .big-mobile\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .big-mobile\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .big-mobile\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .big-mobile\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .big-mobile\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .big-mobile\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .big-mobile\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .big-mobile\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .big-mobile\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .big-mobile\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .big-mobile\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .big-mobile\:transition-none {
    transition-property: none !important;
  }

  .big-mobile\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .big-mobile\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .big-mobile\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .big-mobile\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .big-mobile\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .big-mobile\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .big-mobile\:delay-75 {
    transition-delay: 75ms !important;
  }

  .big-mobile\:delay-100 {
    transition-delay: 100ms !important;
  }

  .big-mobile\:delay-150 {
    transition-delay: 150ms !important;
  }

  .big-mobile\:delay-200 {
    transition-delay: 200ms !important;
  }

  .big-mobile\:delay-300 {
    transition-delay: 300ms !important;
  }

  .big-mobile\:delay-500 {
    transition-delay: 500ms !important;
  }

  .big-mobile\:delay-700 {
    transition-delay: 700ms !important;
  }

  .big-mobile\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .big-mobile\:duration-75 {
    transition-duration: 75ms !important;
  }

  .big-mobile\:duration-100 {
    transition-duration: 100ms !important;
  }

  .big-mobile\:duration-150 {
    transition-duration: 150ms !important;
  }

  .big-mobile\:duration-200 {
    transition-duration: 200ms !important;
  }

  .big-mobile\:duration-300 {
    transition-duration: 300ms !important;
  }

  .big-mobile\:duration-500 {
    transition-duration: 500ms !important;
  }

  .big-mobile\:duration-700 {
    transition-duration: 700ms !important;
  }

  .big-mobile\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .big-mobile\:ease-linear {
    transition-timing-function: linear !important;
  }

  .big-mobile\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .big-mobile\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .big-mobile\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 768px) {
  .tablet\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 1200px) {
    .tablet\:container {
      max-width: 1200px;
    }
  }

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

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

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

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

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

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

  .tablet\:pointer-events-none {
    pointer-events: none !important;
  }

  .tablet\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .tablet\:visible {
    visibility: visible !important;
  }

  .tablet\:invisible {
    visibility: hidden !important;
  }

  .tablet\:static {
    position: static !important;
  }

  .tablet\:fixed {
    position: fixed !important;
  }

  .tablet\:absolute {
    position: absolute !important;
  }

  .tablet\:relative {
    position: relative !important;
  }

  .tablet\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .tablet\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .tablet\:inset-1 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .tablet\:inset-2 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .tablet\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .tablet\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .tablet\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .tablet\:inset-7 {
    top: 7px !important;
    right: 7px !important;
    bottom: 7px !important;
    left: 7px !important;
  }

  .tablet\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .tablet\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .tablet\:inset-11 {
    top: 11px !important;
    right: 11px !important;
    bottom: 11px !important;
    left: 11px !important;
  }

  .tablet\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .tablet\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .tablet\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .tablet\:inset-18 {
    top: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    left: 18px !important;
  }

  .tablet\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .tablet\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .tablet\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .tablet\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .tablet\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .tablet\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .tablet\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .tablet\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .tablet\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .tablet\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .tablet\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .tablet\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .tablet\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .tablet\:inset-54 {
    top: 54px !important;
    right: 54px !important;
    bottom: 54px !important;
    left: 54px !important;
  }

  .tablet\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .tablet\:inset-56 {
    top: 56px !important;
    right: 56px !important;
    bottom: 56px !important;
    left: 56px !important;
  }

  .tablet\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .tablet\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .tablet\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .tablet\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .tablet\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .tablet\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .tablet\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .tablet\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .tablet\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .tablet\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .tablet\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .tablet\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .tablet\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .tablet\:inset-175 {
    top: 175px !important;
    right: 175px !important;
    bottom: 175px !important;
    left: 175px !important;
  }

  .tablet\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .tablet\:inset-220 {
    top: 220px !important;
    right: 220px !important;
    bottom: 220px !important;
    left: 220px !important;
  }

  .tablet\:inset-275 {
    top: 275px !important;
    right: 275px !important;
    bottom: 275px !important;
    left: 275px !important;
  }

  .tablet\:inset-300 {
    top: 300px !important;
    right: 300px !important;
    bottom: 300px !important;
    left: 300px !important;
  }

  .tablet\:inset-375 {
    top: 375px !important;
    right: 375px !important;
    bottom: 375px !important;
    left: 375px !important;
  }

  .tablet\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .tablet\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .tablet\:-inset-1 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .tablet\:-inset-2 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .tablet\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .tablet\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .tablet\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .tablet\:-inset-7 {
    top: -7px !important;
    right: -7px !important;
    bottom: -7px !important;
    left: -7px !important;
  }

  .tablet\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .tablet\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .tablet\:-inset-11 {
    top: -11px !important;
    right: -11px !important;
    bottom: -11px !important;
    left: -11px !important;
  }

  .tablet\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .tablet\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .tablet\:-inset-18 {
    top: -18px !important;
    right: -18px !important;
    bottom: -18px !important;
    left: -18px !important;
  }

  .tablet\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .tablet\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .tablet\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .tablet\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .tablet\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .tablet\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .tablet\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .tablet\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .tablet\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .tablet\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .tablet\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .tablet\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .tablet\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .tablet\:-inset-54 {
    top: -54px !important;
    right: -54px !important;
    bottom: -54px !important;
    left: -54px !important;
  }

  .tablet\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .tablet\:-inset-56 {
    top: -56px !important;
    right: -56px !important;
    bottom: -56px !important;
    left: -56px !important;
  }

  .tablet\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .tablet\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .tablet\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .tablet\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .tablet\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .tablet\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .tablet\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .tablet\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .tablet\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .tablet\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .tablet\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .tablet\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .tablet\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .tablet\:-inset-175 {
    top: -175px !important;
    right: -175px !important;
    bottom: -175px !important;
    left: -175px !important;
  }

  .tablet\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .tablet\:-inset-220 {
    top: -220px !important;
    right: -220px !important;
    bottom: -220px !important;
    left: -220px !important;
  }

  .tablet\:-inset-275 {
    top: -275px !important;
    right: -275px !important;
    bottom: -275px !important;
    left: -275px !important;
  }

  .tablet\:-inset-300 {
    top: -300px !important;
    right: -300px !important;
    bottom: -300px !important;
    left: -300px !important;
  }

  .tablet\:-inset-375 {
    top: -375px !important;
    right: -375px !important;
    bottom: -375px !important;
    left: -375px !important;
  }

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

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

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

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

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

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

  .tablet\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

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

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

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

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

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

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

  .tablet\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .tablet\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .tablet\:inset-x-1 {
    left: 4px !important;
    right: 4px !important;
  }

  .tablet\:inset-x-2 {
    left: 8px !important;
    right: 8px !important;
  }

  .tablet\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .tablet\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .tablet\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .tablet\:inset-x-7 {
    left: 7px !important;
    right: 7px !important;
  }

  .tablet\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .tablet\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .tablet\:inset-x-11 {
    left: 11px !important;
    right: 11px !important;
  }

  .tablet\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .tablet\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .tablet\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .tablet\:inset-x-18 {
    left: 18px !important;
    right: 18px !important;
  }

  .tablet\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .tablet\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .tablet\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .tablet\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .tablet\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .tablet\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .tablet\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .tablet\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .tablet\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .tablet\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .tablet\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .tablet\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .tablet\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .tablet\:inset-x-54 {
    left: 54px !important;
    right: 54px !important;
  }

  .tablet\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .tablet\:inset-x-56 {
    left: 56px !important;
    right: 56px !important;
  }

  .tablet\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .tablet\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .tablet\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .tablet\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .tablet\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .tablet\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .tablet\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .tablet\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .tablet\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .tablet\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .tablet\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .tablet\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .tablet\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .tablet\:inset-x-175 {
    left: 175px !important;
    right: 175px !important;
  }

  .tablet\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .tablet\:inset-x-220 {
    left: 220px !important;
    right: 220px !important;
  }

  .tablet\:inset-x-275 {
    left: 275px !important;
    right: 275px !important;
  }

  .tablet\:inset-x-300 {
    left: 300px !important;
    right: 300px !important;
  }

  .tablet\:inset-x-375 {
    left: 375px !important;
    right: 375px !important;
  }

  .tablet\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .tablet\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .tablet\:-inset-x-1 {
    left: -4px !important;
    right: -4px !important;
  }

  .tablet\:-inset-x-2 {
    left: -8px !important;
    right: -8px !important;
  }

  .tablet\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .tablet\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .tablet\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .tablet\:-inset-x-7 {
    left: -7px !important;
    right: -7px !important;
  }

  .tablet\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .tablet\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .tablet\:-inset-x-11 {
    left: -11px !important;
    right: -11px !important;
  }

  .tablet\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .tablet\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .tablet\:-inset-x-18 {
    left: -18px !important;
    right: -18px !important;
  }

  .tablet\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .tablet\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .tablet\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .tablet\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .tablet\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .tablet\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .tablet\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .tablet\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .tablet\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .tablet\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .tablet\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .tablet\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .tablet\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .tablet\:-inset-x-54 {
    left: -54px !important;
    right: -54px !important;
  }

  .tablet\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .tablet\:-inset-x-56 {
    left: -56px !important;
    right: -56px !important;
  }

  .tablet\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .tablet\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .tablet\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .tablet\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .tablet\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .tablet\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .tablet\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .tablet\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .tablet\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .tablet\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .tablet\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .tablet\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .tablet\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .tablet\:-inset-x-175 {
    left: -175px !important;
    right: -175px !important;
  }

  .tablet\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .tablet\:-inset-x-220 {
    left: -220px !important;
    right: -220px !important;
  }

  .tablet\:-inset-x-275 {
    left: -275px !important;
    right: -275px !important;
  }

  .tablet\:-inset-x-300 {
    left: -300px !important;
    right: -300px !important;
  }

  .tablet\:-inset-x-375 {
    left: -375px !important;
    right: -375px !important;
  }

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

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

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

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

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

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

  .tablet\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

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

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

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

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

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

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

  .tablet\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .tablet\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .tablet\:inset-y-1 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .tablet\:inset-y-2 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .tablet\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .tablet\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .tablet\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .tablet\:inset-y-7 {
    top: 7px !important;
    bottom: 7px !important;
  }

  .tablet\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .tablet\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .tablet\:inset-y-11 {
    top: 11px !important;
    bottom: 11px !important;
  }

  .tablet\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .tablet\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .tablet\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .tablet\:inset-y-18 {
    top: 18px !important;
    bottom: 18px !important;
  }

  .tablet\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .tablet\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .tablet\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .tablet\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .tablet\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .tablet\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .tablet\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .tablet\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .tablet\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .tablet\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .tablet\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .tablet\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .tablet\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .tablet\:inset-y-54 {
    top: 54px !important;
    bottom: 54px !important;
  }

  .tablet\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .tablet\:inset-y-56 {
    top: 56px !important;
    bottom: 56px !important;
  }

  .tablet\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .tablet\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .tablet\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .tablet\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .tablet\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .tablet\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .tablet\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .tablet\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .tablet\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .tablet\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .tablet\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .tablet\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .tablet\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .tablet\:inset-y-175 {
    top: 175px !important;
    bottom: 175px !important;
  }

  .tablet\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .tablet\:inset-y-220 {
    top: 220px !important;
    bottom: 220px !important;
  }

  .tablet\:inset-y-275 {
    top: 275px !important;
    bottom: 275px !important;
  }

  .tablet\:inset-y-300 {
    top: 300px !important;
    bottom: 300px !important;
  }

  .tablet\:inset-y-375 {
    top: 375px !important;
    bottom: 375px !important;
  }

  .tablet\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .tablet\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .tablet\:-inset-y-1 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .tablet\:-inset-y-2 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .tablet\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .tablet\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .tablet\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .tablet\:-inset-y-7 {
    top: -7px !important;
    bottom: -7px !important;
  }

  .tablet\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .tablet\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .tablet\:-inset-y-11 {
    top: -11px !important;
    bottom: -11px !important;
  }

  .tablet\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .tablet\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .tablet\:-inset-y-18 {
    top: -18px !important;
    bottom: -18px !important;
  }

  .tablet\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .tablet\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .tablet\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .tablet\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .tablet\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .tablet\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .tablet\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .tablet\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .tablet\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .tablet\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .tablet\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .tablet\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .tablet\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .tablet\:-inset-y-54 {
    top: -54px !important;
    bottom: -54px !important;
  }

  .tablet\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .tablet\:-inset-y-56 {
    top: -56px !important;
    bottom: -56px !important;
  }

  .tablet\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .tablet\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .tablet\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .tablet\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .tablet\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .tablet\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .tablet\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .tablet\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .tablet\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .tablet\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .tablet\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .tablet\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .tablet\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .tablet\:-inset-y-175 {
    top: -175px !important;
    bottom: -175px !important;
  }

  .tablet\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .tablet\:-inset-y-220 {
    top: -220px !important;
    bottom: -220px !important;
  }

  .tablet\:-inset-y-275 {
    top: -275px !important;
    bottom: -275px !important;
  }

  .tablet\:-inset-y-300 {
    top: -300px !important;
    bottom: -300px !important;
  }

  .tablet\:-inset-y-375 {
    top: -375px !important;
    bottom: -375px !important;
  }

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

  .tablet\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .tablet\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .tablet\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .tablet\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .tablet\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .tablet\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

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

  .tablet\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .tablet\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .tablet\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .tablet\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .tablet\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .tablet\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .tablet\:top-0 {
    top: 0px !important;
  }

  .tablet\:top-1 {
    top: 4px !important;
  }

  .tablet\:top-2 {
    top: 8px !important;
  }

  .tablet\:top-3 {
    top: 3px !important;
  }

  .tablet\:top-4 {
    top: 4px !important;
  }

  .tablet\:top-5 {
    top: 5px !important;
  }

  .tablet\:top-7 {
    top: 7px !important;
  }

  .tablet\:top-8 {
    top: 8px !important;
  }

  .tablet\:top-10 {
    top: 10px !important;
  }

  .tablet\:top-11 {
    top: 11px !important;
  }

  .tablet\:top-12 {
    top: 12px !important;
  }

  .tablet\:top-14 {
    top: 14px !important;
  }

  .tablet\:top-15 {
    top: 15px !important;
  }

  .tablet\:top-18 {
    top: 18px !important;
  }

  .tablet\:top-20 {
    top: 20px !important;
  }

  .tablet\:top-22 {
    top: 22px !important;
  }

  .tablet\:top-24 {
    top: 24px !important;
  }

  .tablet\:top-25 {
    top: 25px !important;
  }

  .tablet\:top-26 {
    top: 26px !important;
  }

  .tablet\:top-28 {
    top: 28px !important;
  }

  .tablet\:top-30 {
    top: 30px !important;
  }

  .tablet\:top-32 {
    top: 32px !important;
  }

  .tablet\:top-34 {
    top: 34px !important;
  }

  .tablet\:top-35 {
    top: 35px !important;
  }

  .tablet\:top-40 {
    top: 40px !important;
  }

  .tablet\:top-45 {
    top: 45px !important;
  }

  .tablet\:top-50 {
    top: 50px !important;
  }

  .tablet\:top-54 {
    top: 54px !important;
  }

  .tablet\:top-55 {
    top: 55px !important;
  }

  .tablet\:top-56 {
    top: 56px !important;
  }

  .tablet\:top-60 {
    top: 60px !important;
  }

  .tablet\:top-65 {
    top: 65px !important;
  }

  .tablet\:top-70 {
    top: 70px !important;
  }

  .tablet\:top-75 {
    top: 75px !important;
  }

  .tablet\:top-80 {
    top: 80px !important;
  }

  .tablet\:top-85 {
    top: 85px !important;
  }

  .tablet\:top-90 {
    top: 90px !important;
  }

  .tablet\:top-100 {
    top: 100px !important;
  }

  .tablet\:top-120 {
    top: 120px !important;
  }

  .tablet\:top-125 {
    top: 125px !important;
  }

  .tablet\:top-130 {
    top: 130px !important;
  }

  .tablet\:top-140 {
    top: 140px !important;
  }

  .tablet\:top-150 {
    top: 150px !important;
  }

  .tablet\:top-175 {
    top: 175px !important;
  }

  .tablet\:top-200 {
    top: 200px !important;
  }

  .tablet\:top-220 {
    top: 220px !important;
  }

  .tablet\:top-275 {
    top: 275px !important;
  }

  .tablet\:top-300 {
    top: 300px !important;
  }

  .tablet\:top-375 {
    top: 375px !important;
  }

  .tablet\:top-auto {
    top: auto !important;
  }

  .tablet\:-top-0 {
    top: 0px !important;
  }

  .tablet\:-top-1 {
    top: -4px !important;
  }

  .tablet\:-top-2 {
    top: -8px !important;
  }

  .tablet\:-top-3 {
    top: -3px !important;
  }

  .tablet\:-top-4 {
    top: -4px !important;
  }

  .tablet\:-top-5 {
    top: -5px !important;
  }

  .tablet\:-top-7 {
    top: -7px !important;
  }

  .tablet\:-top-8 {
    top: -8px !important;
  }

  .tablet\:-top-10 {
    top: -10px !important;
  }

  .tablet\:-top-11 {
    top: -11px !important;
  }

  .tablet\:-top-12 {
    top: -12px !important;
  }

  .tablet\:-top-15 {
    top: -15px !important;
  }

  .tablet\:-top-18 {
    top: -18px !important;
  }

  .tablet\:-top-20 {
    top: -20px !important;
  }

  .tablet\:-top-22 {
    top: -22px !important;
  }

  .tablet\:-top-24 {
    top: -24px !important;
  }

  .tablet\:-top-25 {
    top: -25px !important;
  }

  .tablet\:-top-26 {
    top: -26px !important;
  }

  .tablet\:-top-28 {
    top: -28px !important;
  }

  .tablet\:-top-30 {
    top: -30px !important;
  }

  .tablet\:-top-32 {
    top: -32px !important;
  }

  .tablet\:-top-34 {
    top: -34px !important;
  }

  .tablet\:-top-35 {
    top: -35px !important;
  }

  .tablet\:-top-40 {
    top: -40px !important;
  }

  .tablet\:-top-45 {
    top: -45px !important;
  }

  .tablet\:-top-50 {
    top: -50px !important;
  }

  .tablet\:-top-54 {
    top: -54px !important;
  }

  .tablet\:-top-55 {
    top: -55px !important;
  }

  .tablet\:-top-56 {
    top: -56px !important;
  }

  .tablet\:-top-60 {
    top: -60px !important;
  }

  .tablet\:-top-65 {
    top: -65px !important;
  }

  .tablet\:-top-70 {
    top: -70px !important;
  }

  .tablet\:-top-75 {
    top: -75px !important;
  }

  .tablet\:-top-80 {
    top: -80px !important;
  }

  .tablet\:-top-85 {
    top: -85px !important;
  }

  .tablet\:-top-90 {
    top: -90px !important;
  }

  .tablet\:-top-100 {
    top: -100px !important;
  }

  .tablet\:-top-120 {
    top: -120px !important;
  }

  .tablet\:-top-125 {
    top: -125px !important;
  }

  .tablet\:-top-130 {
    top: -130px !important;
  }

  .tablet\:-top-140 {
    top: -140px !important;
  }

  .tablet\:-top-150 {
    top: -150px !important;
  }

  .tablet\:-top-175 {
    top: -175px !important;
  }

  .tablet\:-top-200 {
    top: -200px !important;
  }

  .tablet\:-top-220 {
    top: -220px !important;
  }

  .tablet\:-top-275 {
    top: -275px !important;
  }

  .tablet\:-top-300 {
    top: -300px !important;
  }

  .tablet\:-top-375 {
    top: -375px !important;
  }

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

  .tablet\:top-1\/3 {
    top: 33.333333% !important;
  }

  .tablet\:top-2\/3 {
    top: 66.666667% !important;
  }

  .tablet\:top-1\/4 {
    top: 25% !important;
  }

  .tablet\:top-2\/4 {
    top: 50% !important;
  }

  .tablet\:top-3\/4 {
    top: 75% !important;
  }

  .tablet\:top-full {
    top: 100% !important;
  }

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

  .tablet\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .tablet\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .tablet\:-top-1\/4 {
    top: -25% !important;
  }

  .tablet\:-top-2\/4 {
    top: -50% !important;
  }

  .tablet\:-top-3\/4 {
    top: -75% !important;
  }

  .tablet\:-top-full {
    top: -100% !important;
  }

  .tablet\:right-0 {
    right: 0px !important;
  }

  .tablet\:right-1 {
    right: 4px !important;
  }

  .tablet\:right-2 {
    right: 8px !important;
  }

  .tablet\:right-3 {
    right: 3px !important;
  }

  .tablet\:right-4 {
    right: 4px !important;
  }

  .tablet\:right-5 {
    right: 5px !important;
  }

  .tablet\:right-7 {
    right: 7px !important;
  }

  .tablet\:right-8 {
    right: 8px !important;
  }

  .tablet\:right-10 {
    right: 10px !important;
  }

  .tablet\:right-11 {
    right: 11px !important;
  }

  .tablet\:right-12 {
    right: 12px !important;
  }

  .tablet\:right-14 {
    right: 14px !important;
  }

  .tablet\:right-15 {
    right: 15px !important;
  }

  .tablet\:right-18 {
    right: 18px !important;
  }

  .tablet\:right-20 {
    right: 20px !important;
  }

  .tablet\:right-22 {
    right: 22px !important;
  }

  .tablet\:right-24 {
    right: 24px !important;
  }

  .tablet\:right-25 {
    right: 25px !important;
  }

  .tablet\:right-26 {
    right: 26px !important;
  }

  .tablet\:right-28 {
    right: 28px !important;
  }

  .tablet\:right-30 {
    right: 30px !important;
  }

  .tablet\:right-32 {
    right: 32px !important;
  }

  .tablet\:right-34 {
    right: 34px !important;
  }

  .tablet\:right-35 {
    right: 35px !important;
  }

  .tablet\:right-40 {
    right: 40px !important;
  }

  .tablet\:right-45 {
    right: 45px !important;
  }

  .tablet\:right-50 {
    right: 50px !important;
  }

  .tablet\:right-54 {
    right: 54px !important;
  }

  .tablet\:right-55 {
    right: 55px !important;
  }

  .tablet\:right-56 {
    right: 56px !important;
  }

  .tablet\:right-60 {
    right: 60px !important;
  }

  .tablet\:right-65 {
    right: 65px !important;
  }

  .tablet\:right-70 {
    right: 70px !important;
  }

  .tablet\:right-75 {
    right: 75px !important;
  }

  .tablet\:right-80 {
    right: 80px !important;
  }

  .tablet\:right-85 {
    right: 85px !important;
  }

  .tablet\:right-90 {
    right: 90px !important;
  }

  .tablet\:right-100 {
    right: 100px !important;
  }

  .tablet\:right-120 {
    right: 120px !important;
  }

  .tablet\:right-125 {
    right: 125px !important;
  }

  .tablet\:right-130 {
    right: 130px !important;
  }

  .tablet\:right-140 {
    right: 140px !important;
  }

  .tablet\:right-150 {
    right: 150px !important;
  }

  .tablet\:right-175 {
    right: 175px !important;
  }

  .tablet\:right-200 {
    right: 200px !important;
  }

  .tablet\:right-220 {
    right: 220px !important;
  }

  .tablet\:right-275 {
    right: 275px !important;
  }

  .tablet\:right-300 {
    right: 300px !important;
  }

  .tablet\:right-375 {
    right: 375px !important;
  }

  .tablet\:right-auto {
    right: auto !important;
  }

  .tablet\:-right-0 {
    right: 0px !important;
  }

  .tablet\:-right-1 {
    right: -4px !important;
  }

  .tablet\:-right-2 {
    right: -8px !important;
  }

  .tablet\:-right-3 {
    right: -3px !important;
  }

  .tablet\:-right-4 {
    right: -4px !important;
  }

  .tablet\:-right-5 {
    right: -5px !important;
  }

  .tablet\:-right-7 {
    right: -7px !important;
  }

  .tablet\:-right-8 {
    right: -8px !important;
  }

  .tablet\:-right-10 {
    right: -10px !important;
  }

  .tablet\:-right-11 {
    right: -11px !important;
  }

  .tablet\:-right-12 {
    right: -12px !important;
  }

  .tablet\:-right-15 {
    right: -15px !important;
  }

  .tablet\:-right-18 {
    right: -18px !important;
  }

  .tablet\:-right-20 {
    right: -20px !important;
  }

  .tablet\:-right-22 {
    right: -22px !important;
  }

  .tablet\:-right-24 {
    right: -24px !important;
  }

  .tablet\:-right-25 {
    right: -25px !important;
  }

  .tablet\:-right-26 {
    right: -26px !important;
  }

  .tablet\:-right-28 {
    right: -28px !important;
  }

  .tablet\:-right-30 {
    right: -30px !important;
  }

  .tablet\:-right-32 {
    right: -32px !important;
  }

  .tablet\:-right-34 {
    right: -34px !important;
  }

  .tablet\:-right-35 {
    right: -35px !important;
  }

  .tablet\:-right-40 {
    right: -40px !important;
  }

  .tablet\:-right-45 {
    right: -45px !important;
  }

  .tablet\:-right-50 {
    right: -50px !important;
  }

  .tablet\:-right-54 {
    right: -54px !important;
  }

  .tablet\:-right-55 {
    right: -55px !important;
  }

  .tablet\:-right-56 {
    right: -56px !important;
  }

  .tablet\:-right-60 {
    right: -60px !important;
  }

  .tablet\:-right-65 {
    right: -65px !important;
  }

  .tablet\:-right-70 {
    right: -70px !important;
  }

  .tablet\:-right-75 {
    right: -75px !important;
  }

  .tablet\:-right-80 {
    right: -80px !important;
  }

  .tablet\:-right-85 {
    right: -85px !important;
  }

  .tablet\:-right-90 {
    right: -90px !important;
  }

  .tablet\:-right-100 {
    right: -100px !important;
  }

  .tablet\:-right-120 {
    right: -120px !important;
  }

  .tablet\:-right-125 {
    right: -125px !important;
  }

  .tablet\:-right-130 {
    right: -130px !important;
  }

  .tablet\:-right-140 {
    right: -140px !important;
  }

  .tablet\:-right-150 {
    right: -150px !important;
  }

  .tablet\:-right-175 {
    right: -175px !important;
  }

  .tablet\:-right-200 {
    right: -200px !important;
  }

  .tablet\:-right-220 {
    right: -220px !important;
  }

  .tablet\:-right-275 {
    right: -275px !important;
  }

  .tablet\:-right-300 {
    right: -300px !important;
  }

  .tablet\:-right-375 {
    right: -375px !important;
  }

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

  .tablet\:right-1\/3 {
    right: 33.333333% !important;
  }

  .tablet\:right-2\/3 {
    right: 66.666667% !important;
  }

  .tablet\:right-1\/4 {
    right: 25% !important;
  }

  .tablet\:right-2\/4 {
    right: 50% !important;
  }

  .tablet\:right-3\/4 {
    right: 75% !important;
  }

  .tablet\:right-full {
    right: 100% !important;
  }

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

  .tablet\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .tablet\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .tablet\:-right-1\/4 {
    right: -25% !important;
  }

  .tablet\:-right-2\/4 {
    right: -50% !important;
  }

  .tablet\:-right-3\/4 {
    right: -75% !important;
  }

  .tablet\:-right-full {
    right: -100% !important;
  }

  .tablet\:bottom-0 {
    bottom: 0px !important;
  }

  .tablet\:bottom-1 {
    bottom: 4px !important;
  }

  .tablet\:bottom-2 {
    bottom: 8px !important;
  }

  .tablet\:bottom-3 {
    bottom: 3px !important;
  }

  .tablet\:bottom-4 {
    bottom: 4px !important;
  }

  .tablet\:bottom-5 {
    bottom: 5px !important;
  }

  .tablet\:bottom-7 {
    bottom: 7px !important;
  }

  .tablet\:bottom-8 {
    bottom: 8px !important;
  }

  .tablet\:bottom-10 {
    bottom: 10px !important;
  }

  .tablet\:bottom-11 {
    bottom: 11px !important;
  }

  .tablet\:bottom-12 {
    bottom: 12px !important;
  }

  .tablet\:bottom-14 {
    bottom: 14px !important;
  }

  .tablet\:bottom-15 {
    bottom: 15px !important;
  }

  .tablet\:bottom-18 {
    bottom: 18px !important;
  }

  .tablet\:bottom-20 {
    bottom: 20px !important;
  }

  .tablet\:bottom-22 {
    bottom: 22px !important;
  }

  .tablet\:bottom-24 {
    bottom: 24px !important;
  }

  .tablet\:bottom-25 {
    bottom: 25px !important;
  }

  .tablet\:bottom-26 {
    bottom: 26px !important;
  }

  .tablet\:bottom-28 {
    bottom: 28px !important;
  }

  .tablet\:bottom-30 {
    bottom: 30px !important;
  }

  .tablet\:bottom-32 {
    bottom: 32px !important;
  }

  .tablet\:bottom-34 {
    bottom: 34px !important;
  }

  .tablet\:bottom-35 {
    bottom: 35px !important;
  }

  .tablet\:bottom-40 {
    bottom: 40px !important;
  }

  .tablet\:bottom-45 {
    bottom: 45px !important;
  }

  .tablet\:bottom-50 {
    bottom: 50px !important;
  }

  .tablet\:bottom-54 {
    bottom: 54px !important;
  }

  .tablet\:bottom-55 {
    bottom: 55px !important;
  }

  .tablet\:bottom-56 {
    bottom: 56px !important;
  }

  .tablet\:bottom-60 {
    bottom: 60px !important;
  }

  .tablet\:bottom-65 {
    bottom: 65px !important;
  }

  .tablet\:bottom-70 {
    bottom: 70px !important;
  }

  .tablet\:bottom-75 {
    bottom: 75px !important;
  }

  .tablet\:bottom-80 {
    bottom: 80px !important;
  }

  .tablet\:bottom-85 {
    bottom: 85px !important;
  }

  .tablet\:bottom-90 {
    bottom: 90px !important;
  }

  .tablet\:bottom-100 {
    bottom: 100px !important;
  }

  .tablet\:bottom-120 {
    bottom: 120px !important;
  }

  .tablet\:bottom-125 {
    bottom: 125px !important;
  }

  .tablet\:bottom-130 {
    bottom: 130px !important;
  }

  .tablet\:bottom-140 {
    bottom: 140px !important;
  }

  .tablet\:bottom-150 {
    bottom: 150px !important;
  }

  .tablet\:bottom-175 {
    bottom: 175px !important;
  }

  .tablet\:bottom-200 {
    bottom: 200px !important;
  }

  .tablet\:bottom-220 {
    bottom: 220px !important;
  }

  .tablet\:bottom-275 {
    bottom: 275px !important;
  }

  .tablet\:bottom-300 {
    bottom: 300px !important;
  }

  .tablet\:bottom-375 {
    bottom: 375px !important;
  }

  .tablet\:bottom-auto {
    bottom: auto !important;
  }

  .tablet\:-bottom-0 {
    bottom: 0px !important;
  }

  .tablet\:-bottom-1 {
    bottom: -4px !important;
  }

  .tablet\:-bottom-2 {
    bottom: -8px !important;
  }

  .tablet\:-bottom-3 {
    bottom: -3px !important;
  }

  .tablet\:-bottom-4 {
    bottom: -4px !important;
  }

  .tablet\:-bottom-5 {
    bottom: -5px !important;
  }

  .tablet\:-bottom-7 {
    bottom: -7px !important;
  }

  .tablet\:-bottom-8 {
    bottom: -8px !important;
  }

  .tablet\:-bottom-10 {
    bottom: -10px !important;
  }

  .tablet\:-bottom-11 {
    bottom: -11px !important;
  }

  .tablet\:-bottom-12 {
    bottom: -12px !important;
  }

  .tablet\:-bottom-15 {
    bottom: -15px !important;
  }

  .tablet\:-bottom-18 {
    bottom: -18px !important;
  }

  .tablet\:-bottom-20 {
    bottom: -20px !important;
  }

  .tablet\:-bottom-22 {
    bottom: -22px !important;
  }

  .tablet\:-bottom-24 {
    bottom: -24px !important;
  }

  .tablet\:-bottom-25 {
    bottom: -25px !important;
  }

  .tablet\:-bottom-26 {
    bottom: -26px !important;
  }

  .tablet\:-bottom-28 {
    bottom: -28px !important;
  }

  .tablet\:-bottom-30 {
    bottom: -30px !important;
  }

  .tablet\:-bottom-32 {
    bottom: -32px !important;
  }

  .tablet\:-bottom-34 {
    bottom: -34px !important;
  }

  .tablet\:-bottom-35 {
    bottom: -35px !important;
  }

  .tablet\:-bottom-40 {
    bottom: -40px !important;
  }

  .tablet\:-bottom-45 {
    bottom: -45px !important;
  }

  .tablet\:-bottom-50 {
    bottom: -50px !important;
  }

  .tablet\:-bottom-54 {
    bottom: -54px !important;
  }

  .tablet\:-bottom-55 {
    bottom: -55px !important;
  }

  .tablet\:-bottom-56 {
    bottom: -56px !important;
  }

  .tablet\:-bottom-60 {
    bottom: -60px !important;
  }

  .tablet\:-bottom-65 {
    bottom: -65px !important;
  }

  .tablet\:-bottom-70 {
    bottom: -70px !important;
  }

  .tablet\:-bottom-75 {
    bottom: -75px !important;
  }

  .tablet\:-bottom-80 {
    bottom: -80px !important;
  }

  .tablet\:-bottom-85 {
    bottom: -85px !important;
  }

  .tablet\:-bottom-90 {
    bottom: -90px !important;
  }

  .tablet\:-bottom-100 {
    bottom: -100px !important;
  }

  .tablet\:-bottom-120 {
    bottom: -120px !important;
  }

  .tablet\:-bottom-125 {
    bottom: -125px !important;
  }

  .tablet\:-bottom-130 {
    bottom: -130px !important;
  }

  .tablet\:-bottom-140 {
    bottom: -140px !important;
  }

  .tablet\:-bottom-150 {
    bottom: -150px !important;
  }

  .tablet\:-bottom-175 {
    bottom: -175px !important;
  }

  .tablet\:-bottom-200 {
    bottom: -200px !important;
  }

  .tablet\:-bottom-220 {
    bottom: -220px !important;
  }

  .tablet\:-bottom-275 {
    bottom: -275px !important;
  }

  .tablet\:-bottom-300 {
    bottom: -300px !important;
  }

  .tablet\:-bottom-375 {
    bottom: -375px !important;
  }

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

  .tablet\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .tablet\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .tablet\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .tablet\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .tablet\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .tablet\:bottom-full {
    bottom: 100% !important;
  }

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

  .tablet\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .tablet\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .tablet\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .tablet\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .tablet\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .tablet\:-bottom-full {
    bottom: -100% !important;
  }

  .tablet\:left-0 {
    left: 0px !important;
  }

  .tablet\:left-1 {
    left: 4px !important;
  }

  .tablet\:left-2 {
    left: 8px !important;
  }

  .tablet\:left-3 {
    left: 3px !important;
  }

  .tablet\:left-4 {
    left: 4px !important;
  }

  .tablet\:left-5 {
    left: 5px !important;
  }

  .tablet\:left-7 {
    left: 7px !important;
  }

  .tablet\:left-8 {
    left: 8px !important;
  }

  .tablet\:left-10 {
    left: 10px !important;
  }

  .tablet\:left-11 {
    left: 11px !important;
  }

  .tablet\:left-12 {
    left: 12px !important;
  }

  .tablet\:left-14 {
    left: 14px !important;
  }

  .tablet\:left-15 {
    left: 15px !important;
  }

  .tablet\:left-18 {
    left: 18px !important;
  }

  .tablet\:left-20 {
    left: 20px !important;
  }

  .tablet\:left-22 {
    left: 22px !important;
  }

  .tablet\:left-24 {
    left: 24px !important;
  }

  .tablet\:left-25 {
    left: 25px !important;
  }

  .tablet\:left-26 {
    left: 26px !important;
  }

  .tablet\:left-28 {
    left: 28px !important;
  }

  .tablet\:left-30 {
    left: 30px !important;
  }

  .tablet\:left-32 {
    left: 32px !important;
  }

  .tablet\:left-34 {
    left: 34px !important;
  }

  .tablet\:left-35 {
    left: 35px !important;
  }

  .tablet\:left-40 {
    left: 40px !important;
  }

  .tablet\:left-45 {
    left: 45px !important;
  }

  .tablet\:left-50 {
    left: 50px !important;
  }

  .tablet\:left-54 {
    left: 54px !important;
  }

  .tablet\:left-55 {
    left: 55px !important;
  }

  .tablet\:left-56 {
    left: 56px !important;
  }

  .tablet\:left-60 {
    left: 60px !important;
  }

  .tablet\:left-65 {
    left: 65px !important;
  }

  .tablet\:left-70 {
    left: 70px !important;
  }

  .tablet\:left-75 {
    left: 75px !important;
  }

  .tablet\:left-80 {
    left: 80px !important;
  }

  .tablet\:left-85 {
    left: 85px !important;
  }

  .tablet\:left-90 {
    left: 90px !important;
  }

  .tablet\:left-100 {
    left: 100px !important;
  }

  .tablet\:left-120 {
    left: 120px !important;
  }

  .tablet\:left-125 {
    left: 125px !important;
  }

  .tablet\:left-130 {
    left: 130px !important;
  }

  .tablet\:left-140 {
    left: 140px !important;
  }

  .tablet\:left-150 {
    left: 150px !important;
  }

  .tablet\:left-175 {
    left: 175px !important;
  }

  .tablet\:left-200 {
    left: 200px !important;
  }

  .tablet\:left-220 {
    left: 220px !important;
  }

  .tablet\:left-275 {
    left: 275px !important;
  }

  .tablet\:left-300 {
    left: 300px !important;
  }

  .tablet\:left-375 {
    left: 375px !important;
  }

  .tablet\:left-auto {
    left: auto !important;
  }

  .tablet\:-left-0 {
    left: 0px !important;
  }

  .tablet\:-left-1 {
    left: -4px !important;
  }

  .tablet\:-left-2 {
    left: -8px !important;
  }

  .tablet\:-left-3 {
    left: -3px !important;
  }

  .tablet\:-left-4 {
    left: -4px !important;
  }

  .tablet\:-left-5 {
    left: -5px !important;
  }

  .tablet\:-left-7 {
    left: -7px !important;
  }

  .tablet\:-left-8 {
    left: -8px !important;
  }

  .tablet\:-left-10 {
    left: -10px !important;
  }

  .tablet\:-left-11 {
    left: -11px !important;
  }

  .tablet\:-left-12 {
    left: -12px !important;
  }

  .tablet\:-left-15 {
    left: -15px !important;
  }

  .tablet\:-left-18 {
    left: -18px !important;
  }

  .tablet\:-left-20 {
    left: -20px !important;
  }

  .tablet\:-left-22 {
    left: -22px !important;
  }

  .tablet\:-left-24 {
    left: -24px !important;
  }

  .tablet\:-left-25 {
    left: -25px !important;
  }

  .tablet\:-left-26 {
    left: -26px !important;
  }

  .tablet\:-left-28 {
    left: -28px !important;
  }

  .tablet\:-left-30 {
    left: -30px !important;
  }

  .tablet\:-left-32 {
    left: -32px !important;
  }

  .tablet\:-left-34 {
    left: -34px !important;
  }

  .tablet\:-left-35 {
    left: -35px !important;
  }

  .tablet\:-left-40 {
    left: -40px !important;
  }

  .tablet\:-left-45 {
    left: -45px !important;
  }

  .tablet\:-left-50 {
    left: -50px !important;
  }

  .tablet\:-left-54 {
    left: -54px !important;
  }

  .tablet\:-left-55 {
    left: -55px !important;
  }

  .tablet\:-left-56 {
    left: -56px !important;
  }

  .tablet\:-left-60 {
    left: -60px !important;
  }

  .tablet\:-left-65 {
    left: -65px !important;
  }

  .tablet\:-left-70 {
    left: -70px !important;
  }

  .tablet\:-left-75 {
    left: -75px !important;
  }

  .tablet\:-left-80 {
    left: -80px !important;
  }

  .tablet\:-left-85 {
    left: -85px !important;
  }

  .tablet\:-left-90 {
    left: -90px !important;
  }

  .tablet\:-left-100 {
    left: -100px !important;
  }

  .tablet\:-left-120 {
    left: -120px !important;
  }

  .tablet\:-left-125 {
    left: -125px !important;
  }

  .tablet\:-left-130 {
    left: -130px !important;
  }

  .tablet\:-left-140 {
    left: -140px !important;
  }

  .tablet\:-left-150 {
    left: -150px !important;
  }

  .tablet\:-left-175 {
    left: -175px !important;
  }

  .tablet\:-left-200 {
    left: -200px !important;
  }

  .tablet\:-left-220 {
    left: -220px !important;
  }

  .tablet\:-left-275 {
    left: -275px !important;
  }

  .tablet\:-left-300 {
    left: -300px !important;
  }

  .tablet\:-left-375 {
    left: -375px !important;
  }

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

  .tablet\:left-1\/3 {
    left: 33.333333% !important;
  }

  .tablet\:left-2\/3 {
    left: 66.666667% !important;
  }

  .tablet\:left-1\/4 {
    left: 25% !important;
  }

  .tablet\:left-2\/4 {
    left: 50% !important;
  }

  .tablet\:left-3\/4 {
    left: 75% !important;
  }

  .tablet\:left-full {
    left: 100% !important;
  }

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

  .tablet\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .tablet\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .tablet\:-left-1\/4 {
    left: -25% !important;
  }

  .tablet\:-left-2\/4 {
    left: -50% !important;
  }

  .tablet\:-left-3\/4 {
    left: -75% !important;
  }

  .tablet\:-left-full {
    left: -100% !important;
  }

  .tablet\:isolate {
    isolation: isolate !important;
  }

  .tablet\:isolation-auto {
    isolation: auto !important;
  }

  .tablet\:z-0 {
    z-index: 0 !important;
  }

  .tablet\:z-10 {
    z-index: 10 !important;
  }

  .tablet\:z-20 {
    z-index: 20 !important;
  }

  .tablet\:z-30 {
    z-index: 30 !important;
  }

  .tablet\:z-40 {
    z-index: 40 !important;
  }

  .tablet\:z-50 {
    z-index: 50 !important;
  }

  .tablet\:z-auto {
    z-index: auto !important;
  }

  .tablet\:-z-1 {
    z-index: -1 !important;
  }

  .tablet\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .tablet\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .tablet\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .tablet\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .tablet\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .tablet\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .tablet\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .tablet\:focus-within\:-z-1:focus-within {
    z-index: -1 !important;
  }

  .tablet\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .tablet\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .tablet\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .tablet\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .tablet\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .tablet\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .tablet\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .tablet\:focus\:-z-1:focus {
    z-index: -1 !important;
  }

  .tablet\:order-1 {
    order: 1 !important;
  }

  .tablet\:order-2 {
    order: 2 !important;
  }

  .tablet\:order-3 {
    order: 3 !important;
  }

  .tablet\:order-4 {
    order: 4 !important;
  }

  .tablet\:order-5 {
    order: 5 !important;
  }

  .tablet\:order-6 {
    order: 6 !important;
  }

  .tablet\:order-7 {
    order: 7 !important;
  }

  .tablet\:order-8 {
    order: 8 !important;
  }

  .tablet\:order-9 {
    order: 9 !important;
  }

  .tablet\:order-10 {
    order: 10 !important;
  }

  .tablet\:order-11 {
    order: 11 !important;
  }

  .tablet\:order-12 {
    order: 12 !important;
  }

  .tablet\:order-first {
    order: -9999 !important;
  }

  .tablet\:order-last {
    order: 9999 !important;
  }

  .tablet\:order-none {
    order: 0 !important;
  }

  .tablet\:col-auto {
    grid-column: auto !important;
  }

  .tablet\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .tablet\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .tablet\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .tablet\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .tablet\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .tablet\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .tablet\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .tablet\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .tablet\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .tablet\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .tablet\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .tablet\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .tablet\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .tablet\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .tablet\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .tablet\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .tablet\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .tablet\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .tablet\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .tablet\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .tablet\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .tablet\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .tablet\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .tablet\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .tablet\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .tablet\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .tablet\:col-start-auto {
    grid-column-start: auto !important;
  }

  .tablet\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .tablet\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .tablet\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .tablet\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .tablet\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .tablet\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .tablet\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .tablet\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .tablet\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .tablet\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .tablet\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .tablet\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .tablet\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .tablet\:col-end-auto {
    grid-column-end: auto !important;
  }

  .tablet\:row-auto {
    grid-row: auto !important;
  }

  .tablet\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .tablet\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .tablet\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .tablet\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .tablet\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .tablet\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .tablet\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .tablet\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .tablet\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .tablet\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .tablet\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .tablet\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .tablet\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .tablet\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .tablet\:row-start-auto {
    grid-row-start: auto !important;
  }

  .tablet\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .tablet\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .tablet\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .tablet\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .tablet\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .tablet\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .tablet\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .tablet\:row-end-auto {
    grid-row-end: auto !important;
  }

  .tablet\:float-right {
    float: right !important;
  }

  .tablet\:float-left {
    float: left !important;
  }

  .tablet\:float-none {
    float: none !important;
  }

  .tablet\:clear-left {
    clear: left !important;
  }

  .tablet\:clear-right {
    clear: right !important;
  }

  .tablet\:clear-both {
    clear: both !important;
  }

  .tablet\:clear-none {
    clear: none !important;
  }

  .tablet\:m-0 {
    margin: 0px !important;
  }

  .tablet\:m-1 {
    margin: 4px !important;
  }

  .tablet\:m-2 {
    margin: 8px !important;
  }

  .tablet\:m-3 {
    margin: 3px !important;
  }

  .tablet\:m-4 {
    margin: 4px !important;
  }

  .tablet\:m-5 {
    margin: 5px !important;
  }

  .tablet\:m-7 {
    margin: 7px !important;
  }

  .tablet\:m-8 {
    margin: 8px !important;
  }

  .tablet\:m-10 {
    margin: 10px !important;
  }

  .tablet\:m-11 {
    margin: 11px !important;
  }

  .tablet\:m-12 {
    margin: 12px !important;
  }

  .tablet\:m-15 {
    margin: 15px !important;
  }

  .tablet\:m-18 {
    margin: 18px !important;
  }

  .tablet\:m-20 {
    margin: 20px !important;
  }

  .tablet\:m-22 {
    margin: 22px !important;
  }

  .tablet\:m-24 {
    margin: 24px !important;
  }

  .tablet\:m-25 {
    margin: 25px !important;
  }

  .tablet\:m-26 {
    margin: 26px !important;
  }

  .tablet\:m-28 {
    margin: 28px !important;
  }

  .tablet\:m-30 {
    margin: 30px !important;
  }

  .tablet\:m-32 {
    margin: 32px !important;
  }

  .tablet\:m-34 {
    margin: 34px !important;
  }

  .tablet\:m-35 {
    margin: 35px !important;
  }

  .tablet\:m-40 {
    margin: 40px !important;
  }

  .tablet\:m-45 {
    margin: 45px !important;
  }

  .tablet\:m-50 {
    margin: 50px !important;
  }

  .tablet\:m-54 {
    margin: 54px !important;
  }

  .tablet\:m-55 {
    margin: 55px !important;
  }

  .tablet\:m-56 {
    margin: 56px !important;
  }

  .tablet\:m-60 {
    margin: 60px !important;
  }

  .tablet\:m-65 {
    margin: 65px !important;
  }

  .tablet\:m-70 {
    margin: 70px !important;
  }

  .tablet\:m-75 {
    margin: 75px !important;
  }

  .tablet\:m-80 {
    margin: 80px !important;
  }

  .tablet\:m-85 {
    margin: 85px !important;
  }

  .tablet\:m-90 {
    margin: 90px !important;
  }

  .tablet\:m-100 {
    margin: 100px !important;
  }

  .tablet\:m-120 {
    margin: 120px !important;
  }

  .tablet\:m-125 {
    margin: 125px !important;
  }

  .tablet\:m-130 {
    margin: 130px !important;
  }

  .tablet\:m-140 {
    margin: 140px !important;
  }

  .tablet\:m-150 {
    margin: 150px !important;
  }

  .tablet\:m-175 {
    margin: 175px !important;
  }

  .tablet\:m-200 {
    margin: 200px !important;
  }

  .tablet\:m-220 {
    margin: 220px !important;
  }

  .tablet\:m-275 {
    margin: 275px !important;
  }

  .tablet\:m-300 {
    margin: 300px !important;
  }

  .tablet\:m-375 {
    margin: 375px !important;
  }

  .tablet\:m-auto {
    margin: auto !important;
  }

  .tablet\:-m-0 {
    margin: 0px !important;
  }

  .tablet\:-m-1 {
    margin: -4px !important;
  }

  .tablet\:-m-2 {
    margin: -8px !important;
  }

  .tablet\:-m-3 {
    margin: -3px !important;
  }

  .tablet\:-m-4 {
    margin: -4px !important;
  }

  .tablet\:-m-5 {
    margin: -5px !important;
  }

  .tablet\:-m-7 {
    margin: -7px !important;
  }

  .tablet\:-m-8 {
    margin: -8px !important;
  }

  .tablet\:-m-10 {
    margin: -10px !important;
  }

  .tablet\:-m-11 {
    margin: -11px !important;
  }

  .tablet\:-m-12 {
    margin: -12px !important;
  }

  .tablet\:-m-15 {
    margin: -15px !important;
  }

  .tablet\:-m-18 {
    margin: -18px !important;
  }

  .tablet\:-m-20 {
    margin: -20px !important;
  }

  .tablet\:-m-22 {
    margin: -22px !important;
  }

  .tablet\:-m-24 {
    margin: -24px !important;
  }

  .tablet\:-m-25 {
    margin: -25px !important;
  }

  .tablet\:-m-26 {
    margin: -26px !important;
  }

  .tablet\:-m-28 {
    margin: -28px !important;
  }

  .tablet\:-m-30 {
    margin: -30px !important;
  }

  .tablet\:-m-32 {
    margin: -32px !important;
  }

  .tablet\:-m-34 {
    margin: -34px !important;
  }

  .tablet\:-m-35 {
    margin: -35px !important;
  }

  .tablet\:-m-40 {
    margin: -40px !important;
  }

  .tablet\:-m-45 {
    margin: -45px !important;
  }

  .tablet\:-m-50 {
    margin: -50px !important;
  }

  .tablet\:-m-54 {
    margin: -54px !important;
  }

  .tablet\:-m-55 {
    margin: -55px !important;
  }

  .tablet\:-m-56 {
    margin: -56px !important;
  }

  .tablet\:-m-60 {
    margin: -60px !important;
  }

  .tablet\:-m-65 {
    margin: -65px !important;
  }

  .tablet\:-m-70 {
    margin: -70px !important;
  }

  .tablet\:-m-75 {
    margin: -75px !important;
  }

  .tablet\:-m-80 {
    margin: -80px !important;
  }

  .tablet\:-m-85 {
    margin: -85px !important;
  }

  .tablet\:-m-90 {
    margin: -90px !important;
  }

  .tablet\:-m-100 {
    margin: -100px !important;
  }

  .tablet\:-m-120 {
    margin: -120px !important;
  }

  .tablet\:-m-125 {
    margin: -125px !important;
  }

  .tablet\:-m-130 {
    margin: -130px !important;
  }

  .tablet\:-m-140 {
    margin: -140px !important;
  }

  .tablet\:-m-150 {
    margin: -150px !important;
  }

  .tablet\:-m-175 {
    margin: -175px !important;
  }

  .tablet\:-m-200 {
    margin: -200px !important;
  }

  .tablet\:-m-220 {
    margin: -220px !important;
  }

  .tablet\:-m-275 {
    margin: -275px !important;
  }

  .tablet\:-m-300 {
    margin: -300px !important;
  }

  .tablet\:-m-375 {
    margin: -375px !important;
  }

  .tablet\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tablet\:mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .tablet\:mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .tablet\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .tablet\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .tablet\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .tablet\:mx-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }

  .tablet\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .tablet\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .tablet\:mx-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }

  .tablet\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .tablet\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .tablet\:mx-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .tablet\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .tablet\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .tablet\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .tablet\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .tablet\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .tablet\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .tablet\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .tablet\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .tablet\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .tablet\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .tablet\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .tablet\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .tablet\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .tablet\:mx-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }

  .tablet\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .tablet\:mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .tablet\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .tablet\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .tablet\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .tablet\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .tablet\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .tablet\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .tablet\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .tablet\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .tablet\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .tablet\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .tablet\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .tablet\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .tablet\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .tablet\:mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .tablet\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .tablet\:mx-220 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .tablet\:mx-275 {
    margin-left: 275px !important;
    margin-right: 275px !important;
  }

  .tablet\:mx-300 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }

  .tablet\:mx-375 {
    margin-left: 375px !important;
    margin-right: 375px !important;
  }

  .tablet\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tablet\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .tablet\:-mx-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .tablet\:-mx-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .tablet\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .tablet\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .tablet\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .tablet\:-mx-7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }

  .tablet\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .tablet\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .tablet\:-mx-11 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }

  .tablet\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .tablet\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .tablet\:-mx-18 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }

  .tablet\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .tablet\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .tablet\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .tablet\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .tablet\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .tablet\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .tablet\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .tablet\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .tablet\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .tablet\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .tablet\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .tablet\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .tablet\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .tablet\:-mx-54 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }

  .tablet\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .tablet\:-mx-56 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .tablet\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .tablet\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .tablet\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .tablet\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .tablet\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .tablet\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .tablet\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .tablet\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .tablet\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .tablet\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .tablet\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .tablet\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .tablet\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .tablet\:-mx-175 {
    margin-left: -175px !important;
    margin-right: -175px !important;
  }

  .tablet\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .tablet\:-mx-220 {
    margin-left: -220px !important;
    margin-right: -220px !important;
  }

  .tablet\:-mx-275 {
    margin-left: -275px !important;
    margin-right: -275px !important;
  }

  .tablet\:-mx-300 {
    margin-left: -300px !important;
    margin-right: -300px !important;
  }

  .tablet\:-mx-375 {
    margin-left: -375px !important;
    margin-right: -375px !important;
  }

  .tablet\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tablet\:my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .tablet\:my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .tablet\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .tablet\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .tablet\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .tablet\:my-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .tablet\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .tablet\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .tablet\:my-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }

  .tablet\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .tablet\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .tablet\:my-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  .tablet\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .tablet\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .tablet\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .tablet\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .tablet\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .tablet\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .tablet\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .tablet\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .tablet\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .tablet\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .tablet\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .tablet\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .tablet\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .tablet\:my-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }

  .tablet\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .tablet\:my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .tablet\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .tablet\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .tablet\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .tablet\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .tablet\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .tablet\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .tablet\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .tablet\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .tablet\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .tablet\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .tablet\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .tablet\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .tablet\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .tablet\:my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .tablet\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .tablet\:my-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .tablet\:my-275 {
    margin-top: 275px !important;
    margin-bottom: 275px !important;
  }

  .tablet\:my-300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }

  .tablet\:my-375 {
    margin-top: 375px !important;
    margin-bottom: 375px !important;
  }

  .tablet\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .tablet\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .tablet\:-my-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .tablet\:-my-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .tablet\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .tablet\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .tablet\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .tablet\:-my-7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }

  .tablet\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .tablet\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .tablet\:-my-11 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }

  .tablet\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .tablet\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .tablet\:-my-18 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }

  .tablet\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .tablet\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .tablet\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .tablet\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .tablet\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .tablet\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .tablet\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .tablet\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .tablet\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .tablet\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .tablet\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .tablet\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .tablet\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .tablet\:-my-54 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }

  .tablet\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .tablet\:-my-56 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .tablet\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .tablet\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .tablet\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .tablet\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .tablet\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .tablet\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .tablet\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .tablet\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .tablet\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .tablet\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .tablet\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .tablet\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .tablet\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .tablet\:-my-175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important;
  }

  .tablet\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .tablet\:-my-220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important;
  }

  .tablet\:-my-275 {
    margin-top: -275px !important;
    margin-bottom: -275px !important;
  }

  .tablet\:-my-300 {
    margin-top: -300px !important;
    margin-bottom: -300px !important;
  }

  .tablet\:-my-375 {
    margin-top: -375px !important;
    margin-bottom: -375px !important;
  }

  .tablet\:mt-0 {
    margin-top: 0px !important;
  }

  .tablet\:mt-1 {
    margin-top: 4px !important;
  }

  .tablet\:mt-2 {
    margin-top: 8px !important;
  }

  .tablet\:mt-3 {
    margin-top: 3px !important;
  }

  .tablet\:mt-4 {
    margin-top: 4px !important;
  }

  .tablet\:mt-5 {
    margin-top: 5px !important;
  }

  .tablet\:mt-7 {
    margin-top: 7px !important;
  }

  .tablet\:mt-8 {
    margin-top: 8px !important;
  }

  .tablet\:mt-10 {
    margin-top: 10px !important;
  }

  .tablet\:mt-11 {
    margin-top: 11px !important;
  }

  .tablet\:mt-12 {
    margin-top: 12px !important;
  }

  .tablet\:mt-15 {
    margin-top: 15px !important;
  }

  .tablet\:mt-18 {
    margin-top: 18px !important;
  }

  .tablet\:mt-20 {
    margin-top: 20px !important;
  }

  .tablet\:mt-22 {
    margin-top: 22px !important;
  }

  .tablet\:mt-24 {
    margin-top: 24px !important;
  }

  .tablet\:mt-25 {
    margin-top: 25px !important;
  }

  .tablet\:mt-26 {
    margin-top: 26px !important;
  }

  .tablet\:mt-28 {
    margin-top: 28px !important;
  }

  .tablet\:mt-30 {
    margin-top: 30px !important;
  }

  .tablet\:mt-32 {
    margin-top: 32px !important;
  }

  .tablet\:mt-34 {
    margin-top: 34px !important;
  }

  .tablet\:mt-35 {
    margin-top: 35px !important;
  }

  .tablet\:mt-40 {
    margin-top: 40px !important;
  }

  .tablet\:mt-45 {
    margin-top: 45px !important;
  }

  .tablet\:mt-50 {
    margin-top: 50px !important;
  }

  .tablet\:mt-54 {
    margin-top: 54px !important;
  }

  .tablet\:mt-55 {
    margin-top: 55px !important;
  }

  .tablet\:mt-56 {
    margin-top: 56px !important;
  }

  .tablet\:mt-60 {
    margin-top: 60px !important;
  }

  .tablet\:mt-65 {
    margin-top: 65px !important;
  }

  .tablet\:mt-70 {
    margin-top: 70px !important;
  }

  .tablet\:mt-75 {
    margin-top: 75px !important;
  }

  .tablet\:mt-80 {
    margin-top: 80px !important;
  }

  .tablet\:mt-85 {
    margin-top: 85px !important;
  }

  .tablet\:mt-90 {
    margin-top: 90px !important;
  }

  .tablet\:mt-100 {
    margin-top: 100px !important;
  }

  .tablet\:mt-120 {
    margin-top: 120px !important;
  }

  .tablet\:mt-125 {
    margin-top: 125px !important;
  }

  .tablet\:mt-130 {
    margin-top: 130px !important;
  }

  .tablet\:mt-140 {
    margin-top: 140px !important;
  }

  .tablet\:mt-150 {
    margin-top: 150px !important;
  }

  .tablet\:mt-175 {
    margin-top: 175px !important;
  }

  .tablet\:mt-200 {
    margin-top: 200px !important;
  }

  .tablet\:mt-220 {
    margin-top: 220px !important;
  }

  .tablet\:mt-275 {
    margin-top: 275px !important;
  }

  .tablet\:mt-300 {
    margin-top: 300px !important;
  }

  .tablet\:mt-375 {
    margin-top: 375px !important;
  }

  .tablet\:mt-auto {
    margin-top: auto !important;
  }

  .tablet\:-mt-0 {
    margin-top: 0px !important;
  }

  .tablet\:-mt-1 {
    margin-top: -4px !important;
  }

  .tablet\:-mt-2 {
    margin-top: -8px !important;
  }

  .tablet\:-mt-3 {
    margin-top: -3px !important;
  }

  .tablet\:-mt-4 {
    margin-top: -4px !important;
  }

  .tablet\:-mt-5 {
    margin-top: -5px !important;
  }

  .tablet\:-mt-7 {
    margin-top: -7px !important;
  }

  .tablet\:-mt-8 {
    margin-top: -8px !important;
  }

  .tablet\:-mt-10 {
    margin-top: -10px !important;
  }

  .tablet\:-mt-11 {
    margin-top: -11px !important;
  }

  .tablet\:-mt-12 {
    margin-top: -12px !important;
  }

  .tablet\:-mt-15 {
    margin-top: -15px !important;
  }

  .tablet\:-mt-18 {
    margin-top: -18px !important;
  }

  .tablet\:-mt-20 {
    margin-top: -20px !important;
  }

  .tablet\:-mt-22 {
    margin-top: -22px !important;
  }

  .tablet\:-mt-24 {
    margin-top: -24px !important;
  }

  .tablet\:-mt-25 {
    margin-top: -25px !important;
  }

  .tablet\:-mt-26 {
    margin-top: -26px !important;
  }

  .tablet\:-mt-28 {
    margin-top: -28px !important;
  }

  .tablet\:-mt-30 {
    margin-top: -30px !important;
  }

  .tablet\:-mt-32 {
    margin-top: -32px !important;
  }

  .tablet\:-mt-34 {
    margin-top: -34px !important;
  }

  .tablet\:-mt-35 {
    margin-top: -35px !important;
  }

  .tablet\:-mt-40 {
    margin-top: -40px !important;
  }

  .tablet\:-mt-45 {
    margin-top: -45px !important;
  }

  .tablet\:-mt-50 {
    margin-top: -50px !important;
  }

  .tablet\:-mt-54 {
    margin-top: -54px !important;
  }

  .tablet\:-mt-55 {
    margin-top: -55px !important;
  }

  .tablet\:-mt-56 {
    margin-top: -56px !important;
  }

  .tablet\:-mt-60 {
    margin-top: -60px !important;
  }

  .tablet\:-mt-65 {
    margin-top: -65px !important;
  }

  .tablet\:-mt-70 {
    margin-top: -70px !important;
  }

  .tablet\:-mt-75 {
    margin-top: -75px !important;
  }

  .tablet\:-mt-80 {
    margin-top: -80px !important;
  }

  .tablet\:-mt-85 {
    margin-top: -85px !important;
  }

  .tablet\:-mt-90 {
    margin-top: -90px !important;
  }

  .tablet\:-mt-100 {
    margin-top: -100px !important;
  }

  .tablet\:-mt-120 {
    margin-top: -120px !important;
  }

  .tablet\:-mt-125 {
    margin-top: -125px !important;
  }

  .tablet\:-mt-130 {
    margin-top: -130px !important;
  }

  .tablet\:-mt-140 {
    margin-top: -140px !important;
  }

  .tablet\:-mt-150 {
    margin-top: -150px !important;
  }

  .tablet\:-mt-175 {
    margin-top: -175px !important;
  }

  .tablet\:-mt-200 {
    margin-top: -200px !important;
  }

  .tablet\:-mt-220 {
    margin-top: -220px !important;
  }

  .tablet\:-mt-275 {
    margin-top: -275px !important;
  }

  .tablet\:-mt-300 {
    margin-top: -300px !important;
  }

  .tablet\:-mt-375 {
    margin-top: -375px !important;
  }

  .tablet\:mr-0 {
    margin-right: 0px !important;
  }

  .tablet\:mr-1 {
    margin-right: 4px !important;
  }

  .tablet\:mr-2 {
    margin-right: 8px !important;
  }

  .tablet\:mr-3 {
    margin-right: 3px !important;
  }

  .tablet\:mr-4 {
    margin-right: 4px !important;
  }

  .tablet\:mr-5 {
    margin-right: 5px !important;
  }

  .tablet\:mr-7 {
    margin-right: 7px !important;
  }

  .tablet\:mr-8 {
    margin-right: 8px !important;
  }

  .tablet\:mr-10 {
    margin-right: 10px !important;
  }

  .tablet\:mr-11 {
    margin-right: 11px !important;
  }

  .tablet\:mr-12 {
    margin-right: 12px !important;
  }

  .tablet\:mr-15 {
    margin-right: 15px !important;
  }

  .tablet\:mr-18 {
    margin-right: 18px !important;
  }

  .tablet\:mr-20 {
    margin-right: 20px !important;
  }

  .tablet\:mr-22 {
    margin-right: 22px !important;
  }

  .tablet\:mr-24 {
    margin-right: 24px !important;
  }

  .tablet\:mr-25 {
    margin-right: 25px !important;
  }

  .tablet\:mr-26 {
    margin-right: 26px !important;
  }

  .tablet\:mr-28 {
    margin-right: 28px !important;
  }

  .tablet\:mr-30 {
    margin-right: 30px !important;
  }

  .tablet\:mr-32 {
    margin-right: 32px !important;
  }

  .tablet\:mr-34 {
    margin-right: 34px !important;
  }

  .tablet\:mr-35 {
    margin-right: 35px !important;
  }

  .tablet\:mr-40 {
    margin-right: 40px !important;
  }

  .tablet\:mr-45 {
    margin-right: 45px !important;
  }

  .tablet\:mr-50 {
    margin-right: 50px !important;
  }

  .tablet\:mr-54 {
    margin-right: 54px !important;
  }

  .tablet\:mr-55 {
    margin-right: 55px !important;
  }

  .tablet\:mr-56 {
    margin-right: 56px !important;
  }

  .tablet\:mr-60 {
    margin-right: 60px !important;
  }

  .tablet\:mr-65 {
    margin-right: 65px !important;
  }

  .tablet\:mr-70 {
    margin-right: 70px !important;
  }

  .tablet\:mr-75 {
    margin-right: 75px !important;
  }

  .tablet\:mr-80 {
    margin-right: 80px !important;
  }

  .tablet\:mr-85 {
    margin-right: 85px !important;
  }

  .tablet\:mr-90 {
    margin-right: 90px !important;
  }

  .tablet\:mr-100 {
    margin-right: 100px !important;
  }

  .tablet\:mr-120 {
    margin-right: 120px !important;
  }

  .tablet\:mr-125 {
    margin-right: 125px !important;
  }

  .tablet\:mr-130 {
    margin-right: 130px !important;
  }

  .tablet\:mr-140 {
    margin-right: 140px !important;
  }

  .tablet\:mr-150 {
    margin-right: 150px !important;
  }

  .tablet\:mr-175 {
    margin-right: 175px !important;
  }

  .tablet\:mr-200 {
    margin-right: 200px !important;
  }

  .tablet\:mr-220 {
    margin-right: 220px !important;
  }

  .tablet\:mr-275 {
    margin-right: 275px !important;
  }

  .tablet\:mr-300 {
    margin-right: 300px !important;
  }

  .tablet\:mr-375 {
    margin-right: 375px !important;
  }

  .tablet\:mr-auto {
    margin-right: auto !important;
  }

  .tablet\:-mr-0 {
    margin-right: 0px !important;
  }

  .tablet\:-mr-1 {
    margin-right: -4px !important;
  }

  .tablet\:-mr-2 {
    margin-right: -8px !important;
  }

  .tablet\:-mr-3 {
    margin-right: -3px !important;
  }

  .tablet\:-mr-4 {
    margin-right: -4px !important;
  }

  .tablet\:-mr-5 {
    margin-right: -5px !important;
  }

  .tablet\:-mr-7 {
    margin-right: -7px !important;
  }

  .tablet\:-mr-8 {
    margin-right: -8px !important;
  }

  .tablet\:-mr-10 {
    margin-right: -10px !important;
  }

  .tablet\:-mr-11 {
    margin-right: -11px !important;
  }

  .tablet\:-mr-12 {
    margin-right: -12px !important;
  }

  .tablet\:-mr-15 {
    margin-right: -15px !important;
  }

  .tablet\:-mr-18 {
    margin-right: -18px !important;
  }

  .tablet\:-mr-20 {
    margin-right: -20px !important;
  }

  .tablet\:-mr-22 {
    margin-right: -22px !important;
  }

  .tablet\:-mr-24 {
    margin-right: -24px !important;
  }

  .tablet\:-mr-25 {
    margin-right: -25px !important;
  }

  .tablet\:-mr-26 {
    margin-right: -26px !important;
  }

  .tablet\:-mr-28 {
    margin-right: -28px !important;
  }

  .tablet\:-mr-30 {
    margin-right: -30px !important;
  }

  .tablet\:-mr-32 {
    margin-right: -32px !important;
  }

  .tablet\:-mr-34 {
    margin-right: -34px !important;
  }

  .tablet\:-mr-35 {
    margin-right: -35px !important;
  }

  .tablet\:-mr-40 {
    margin-right: -40px !important;
  }

  .tablet\:-mr-45 {
    margin-right: -45px !important;
  }

  .tablet\:-mr-50 {
    margin-right: -50px !important;
  }

  .tablet\:-mr-54 {
    margin-right: -54px !important;
  }

  .tablet\:-mr-55 {
    margin-right: -55px !important;
  }

  .tablet\:-mr-56 {
    margin-right: -56px !important;
  }

  .tablet\:-mr-60 {
    margin-right: -60px !important;
  }

  .tablet\:-mr-65 {
    margin-right: -65px !important;
  }

  .tablet\:-mr-70 {
    margin-right: -70px !important;
  }

  .tablet\:-mr-75 {
    margin-right: -75px !important;
  }

  .tablet\:-mr-80 {
    margin-right: -80px !important;
  }

  .tablet\:-mr-85 {
    margin-right: -85px !important;
  }

  .tablet\:-mr-90 {
    margin-right: -90px !important;
  }

  .tablet\:-mr-100 {
    margin-right: -100px !important;
  }

  .tablet\:-mr-120 {
    margin-right: -120px !important;
  }

  .tablet\:-mr-125 {
    margin-right: -125px !important;
  }

  .tablet\:-mr-130 {
    margin-right: -130px !important;
  }

  .tablet\:-mr-140 {
    margin-right: -140px !important;
  }

  .tablet\:-mr-150 {
    margin-right: -150px !important;
  }

  .tablet\:-mr-175 {
    margin-right: -175px !important;
  }

  .tablet\:-mr-200 {
    margin-right: -200px !important;
  }

  .tablet\:-mr-220 {
    margin-right: -220px !important;
  }

  .tablet\:-mr-275 {
    margin-right: -275px !important;
  }

  .tablet\:-mr-300 {
    margin-right: -300px !important;
  }

  .tablet\:-mr-375 {
    margin-right: -375px !important;
  }

  .tablet\:mb-0 {
    margin-bottom: 0px !important;
  }

  .tablet\:mb-1 {
    margin-bottom: 4px !important;
  }

  .tablet\:mb-2 {
    margin-bottom: 8px !important;
  }

  .tablet\:mb-3 {
    margin-bottom: 3px !important;
  }

  .tablet\:mb-4 {
    margin-bottom: 4px !important;
  }

  .tablet\:mb-5 {
    margin-bottom: 5px !important;
  }

  .tablet\:mb-7 {
    margin-bottom: 7px !important;
  }

  .tablet\:mb-8 {
    margin-bottom: 8px !important;
  }

  .tablet\:mb-10 {
    margin-bottom: 10px !important;
  }

  .tablet\:mb-11 {
    margin-bottom: 11px !important;
  }

  .tablet\:mb-12 {
    margin-bottom: 12px !important;
  }

  .tablet\:mb-15 {
    margin-bottom: 15px !important;
  }

  .tablet\:mb-18 {
    margin-bottom: 18px !important;
  }

  .tablet\:mb-20 {
    margin-bottom: 20px !important;
  }

  .tablet\:mb-22 {
    margin-bottom: 22px !important;
  }

  .tablet\:mb-24 {
    margin-bottom: 24px !important;
  }

  .tablet\:mb-25 {
    margin-bottom: 25px !important;
  }

  .tablet\:mb-26 {
    margin-bottom: 26px !important;
  }

  .tablet\:mb-28 {
    margin-bottom: 28px !important;
  }

  .tablet\:mb-30 {
    margin-bottom: 30px !important;
  }

  .tablet\:mb-32 {
    margin-bottom: 32px !important;
  }

  .tablet\:mb-34 {
    margin-bottom: 34px !important;
  }

  .tablet\:mb-35 {
    margin-bottom: 35px !important;
  }

  .tablet\:mb-40 {
    margin-bottom: 40px !important;
  }

  .tablet\:mb-45 {
    margin-bottom: 45px !important;
  }

  .tablet\:mb-50 {
    margin-bottom: 50px !important;
  }

  .tablet\:mb-54 {
    margin-bottom: 54px !important;
  }

  .tablet\:mb-55 {
    margin-bottom: 55px !important;
  }

  .tablet\:mb-56 {
    margin-bottom: 56px !important;
  }

  .tablet\:mb-60 {
    margin-bottom: 60px !important;
  }

  .tablet\:mb-65 {
    margin-bottom: 65px !important;
  }

  .tablet\:mb-70 {
    margin-bottom: 70px !important;
  }

  .tablet\:mb-75 {
    margin-bottom: 75px !important;
  }

  .tablet\:mb-80 {
    margin-bottom: 80px !important;
  }

  .tablet\:mb-85 {
    margin-bottom: 85px !important;
  }

  .tablet\:mb-90 {
    margin-bottom: 90px !important;
  }

  .tablet\:mb-100 {
    margin-bottom: 100px !important;
  }

  .tablet\:mb-120 {
    margin-bottom: 120px !important;
  }

  .tablet\:mb-125 {
    margin-bottom: 125px !important;
  }

  .tablet\:mb-130 {
    margin-bottom: 130px !important;
  }

  .tablet\:mb-140 {
    margin-bottom: 140px !important;
  }

  .tablet\:mb-150 {
    margin-bottom: 150px !important;
  }

  .tablet\:mb-175 {
    margin-bottom: 175px !important;
  }

  .tablet\:mb-200 {
    margin-bottom: 200px !important;
  }

  .tablet\:mb-220 {
    margin-bottom: 220px !important;
  }

  .tablet\:mb-275 {
    margin-bottom: 275px !important;
  }

  .tablet\:mb-300 {
    margin-bottom: 300px !important;
  }

  .tablet\:mb-375 {
    margin-bottom: 375px !important;
  }

  .tablet\:mb-auto {
    margin-bottom: auto !important;
  }

  .tablet\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .tablet\:-mb-1 {
    margin-bottom: -4px !important;
  }

  .tablet\:-mb-2 {
    margin-bottom: -8px !important;
  }

  .tablet\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .tablet\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .tablet\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .tablet\:-mb-7 {
    margin-bottom: -7px !important;
  }

  .tablet\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .tablet\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .tablet\:-mb-11 {
    margin-bottom: -11px !important;
  }

  .tablet\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .tablet\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .tablet\:-mb-18 {
    margin-bottom: -18px !important;
  }

  .tablet\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .tablet\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .tablet\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .tablet\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .tablet\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .tablet\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .tablet\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .tablet\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .tablet\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .tablet\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .tablet\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .tablet\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .tablet\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .tablet\:-mb-54 {
    margin-bottom: -54px !important;
  }

  .tablet\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .tablet\:-mb-56 {
    margin-bottom: -56px !important;
  }

  .tablet\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .tablet\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .tablet\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .tablet\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .tablet\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .tablet\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .tablet\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .tablet\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .tablet\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .tablet\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .tablet\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .tablet\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .tablet\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .tablet\:-mb-175 {
    margin-bottom: -175px !important;
  }

  .tablet\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .tablet\:-mb-220 {
    margin-bottom: -220px !important;
  }

  .tablet\:-mb-275 {
    margin-bottom: -275px !important;
  }

  .tablet\:-mb-300 {
    margin-bottom: -300px !important;
  }

  .tablet\:-mb-375 {
    margin-bottom: -375px !important;
  }

  .tablet\:ml-0 {
    margin-left: 0px !important;
  }

  .tablet\:ml-1 {
    margin-left: 4px !important;
  }

  .tablet\:ml-2 {
    margin-left: 8px !important;
  }

  .tablet\:ml-3 {
    margin-left: 3px !important;
  }

  .tablet\:ml-4 {
    margin-left: 4px !important;
  }

  .tablet\:ml-5 {
    margin-left: 5px !important;
  }

  .tablet\:ml-7 {
    margin-left: 7px !important;
  }

  .tablet\:ml-8 {
    margin-left: 8px !important;
  }

  .tablet\:ml-10 {
    margin-left: 10px !important;
  }

  .tablet\:ml-11 {
    margin-left: 11px !important;
  }

  .tablet\:ml-12 {
    margin-left: 12px !important;
  }

  .tablet\:ml-15 {
    margin-left: 15px !important;
  }

  .tablet\:ml-18 {
    margin-left: 18px !important;
  }

  .tablet\:ml-20 {
    margin-left: 20px !important;
  }

  .tablet\:ml-22 {
    margin-left: 22px !important;
  }

  .tablet\:ml-24 {
    margin-left: 24px !important;
  }

  .tablet\:ml-25 {
    margin-left: 25px !important;
  }

  .tablet\:ml-26 {
    margin-left: 26px !important;
  }

  .tablet\:ml-28 {
    margin-left: 28px !important;
  }

  .tablet\:ml-30 {
    margin-left: 30px !important;
  }

  .tablet\:ml-32 {
    margin-left: 32px !important;
  }

  .tablet\:ml-34 {
    margin-left: 34px !important;
  }

  .tablet\:ml-35 {
    margin-left: 35px !important;
  }

  .tablet\:ml-40 {
    margin-left: 40px !important;
  }

  .tablet\:ml-45 {
    margin-left: 45px !important;
  }

  .tablet\:ml-50 {
    margin-left: 50px !important;
  }

  .tablet\:ml-54 {
    margin-left: 54px !important;
  }

  .tablet\:ml-55 {
    margin-left: 55px !important;
  }

  .tablet\:ml-56 {
    margin-left: 56px !important;
  }

  .tablet\:ml-60 {
    margin-left: 60px !important;
  }

  .tablet\:ml-65 {
    margin-left: 65px !important;
  }

  .tablet\:ml-70 {
    margin-left: 70px !important;
  }

  .tablet\:ml-75 {
    margin-left: 75px !important;
  }

  .tablet\:ml-80 {
    margin-left: 80px !important;
  }

  .tablet\:ml-85 {
    margin-left: 85px !important;
  }

  .tablet\:ml-90 {
    margin-left: 90px !important;
  }

  .tablet\:ml-100 {
    margin-left: 100px !important;
  }

  .tablet\:ml-120 {
    margin-left: 120px !important;
  }

  .tablet\:ml-125 {
    margin-left: 125px !important;
  }

  .tablet\:ml-130 {
    margin-left: 130px !important;
  }

  .tablet\:ml-140 {
    margin-left: 140px !important;
  }

  .tablet\:ml-150 {
    margin-left: 150px !important;
  }

  .tablet\:ml-175 {
    margin-left: 175px !important;
  }

  .tablet\:ml-200 {
    margin-left: 200px !important;
  }

  .tablet\:ml-220 {
    margin-left: 220px !important;
  }

  .tablet\:ml-275 {
    margin-left: 275px !important;
  }

  .tablet\:ml-300 {
    margin-left: 300px !important;
  }

  .tablet\:ml-375 {
    margin-left: 375px !important;
  }

  .tablet\:ml-auto {
    margin-left: auto !important;
  }

  .tablet\:-ml-0 {
    margin-left: 0px !important;
  }

  .tablet\:-ml-1 {
    margin-left: -4px !important;
  }

  .tablet\:-ml-2 {
    margin-left: -8px !important;
  }

  .tablet\:-ml-3 {
    margin-left: -3px !important;
  }

  .tablet\:-ml-4 {
    margin-left: -4px !important;
  }

  .tablet\:-ml-5 {
    margin-left: -5px !important;
  }

  .tablet\:-ml-7 {
    margin-left: -7px !important;
  }

  .tablet\:-ml-8 {
    margin-left: -8px !important;
  }

  .tablet\:-ml-10 {
    margin-left: -10px !important;
  }

  .tablet\:-ml-11 {
    margin-left: -11px !important;
  }

  .tablet\:-ml-12 {
    margin-left: -12px !important;
  }

  .tablet\:-ml-15 {
    margin-left: -15px !important;
  }

  .tablet\:-ml-18 {
    margin-left: -18px !important;
  }

  .tablet\:-ml-20 {
    margin-left: -20px !important;
  }

  .tablet\:-ml-22 {
    margin-left: -22px !important;
  }

  .tablet\:-ml-24 {
    margin-left: -24px !important;
  }

  .tablet\:-ml-25 {
    margin-left: -25px !important;
  }

  .tablet\:-ml-26 {
    margin-left: -26px !important;
  }

  .tablet\:-ml-28 {
    margin-left: -28px !important;
  }

  .tablet\:-ml-30 {
    margin-left: -30px !important;
  }

  .tablet\:-ml-32 {
    margin-left: -32px !important;
  }

  .tablet\:-ml-34 {
    margin-left: -34px !important;
  }

  .tablet\:-ml-35 {
    margin-left: -35px !important;
  }

  .tablet\:-ml-40 {
    margin-left: -40px !important;
  }

  .tablet\:-ml-45 {
    margin-left: -45px !important;
  }

  .tablet\:-ml-50 {
    margin-left: -50px !important;
  }

  .tablet\:-ml-54 {
    margin-left: -54px !important;
  }

  .tablet\:-ml-55 {
    margin-left: -55px !important;
  }

  .tablet\:-ml-56 {
    margin-left: -56px !important;
  }

  .tablet\:-ml-60 {
    margin-left: -60px !important;
  }

  .tablet\:-ml-65 {
    margin-left: -65px !important;
  }

  .tablet\:-ml-70 {
    margin-left: -70px !important;
  }

  .tablet\:-ml-75 {
    margin-left: -75px !important;
  }

  .tablet\:-ml-80 {
    margin-left: -80px !important;
  }

  .tablet\:-ml-85 {
    margin-left: -85px !important;
  }

  .tablet\:-ml-90 {
    margin-left: -90px !important;
  }

  .tablet\:-ml-100 {
    margin-left: -100px !important;
  }

  .tablet\:-ml-120 {
    margin-left: -120px !important;
  }

  .tablet\:-ml-125 {
    margin-left: -125px !important;
  }

  .tablet\:-ml-130 {
    margin-left: -130px !important;
  }

  .tablet\:-ml-140 {
    margin-left: -140px !important;
  }

  .tablet\:-ml-150 {
    margin-left: -150px !important;
  }

  .tablet\:-ml-175 {
    margin-left: -175px !important;
  }

  .tablet\:-ml-200 {
    margin-left: -200px !important;
  }

  .tablet\:-ml-220 {
    margin-left: -220px !important;
  }

  .tablet\:-ml-275 {
    margin-left: -275px !important;
  }

  .tablet\:-ml-300 {
    margin-left: -300px !important;
  }

  .tablet\:-ml-375 {
    margin-left: -375px !important;
  }

  .tablet\:box-border {
    box-sizing: border-box !important;
  }

  .tablet\:box-content {
    box-sizing: content-box !important;
  }

  .tablet\:block {
    display: block !important;
  }

  .tablet\:inline-block {
    display: inline-block !important;
  }

  .tablet\:inline {
    display: inline !important;
  }

  .tablet\:flex {
    display: flex !important;
  }

  .tablet\:inline-flex {
    display: inline-flex !important;
  }

  .tablet\:table {
    display: table !important;
  }

  .tablet\:inline-table {
    display: inline-table !important;
  }

  .tablet\:table-caption {
    display: table-caption !important;
  }

  .tablet\:table-cell {
    display: table-cell !important;
  }

  .tablet\:table-column {
    display: table-column !important;
  }

  .tablet\:table-column-group {
    display: table-column-group !important;
  }

  .tablet\:table-footer-group {
    display: table-footer-group !important;
  }

  .tablet\:table-header-group {
    display: table-header-group !important;
  }

  .tablet\:table-row-group {
    display: table-row-group !important;
  }

  .tablet\:table-row {
    display: table-row !important;
  }

  .tablet\:flow-root {
    display: flow-root !important;
  }

  .tablet\:grid {
    display: grid !important;
  }

  .tablet\:inline-grid {
    display: inline-grid !important;
  }

  .tablet\:contents {
    display: contents !important;
  }

  .tablet\:list-item {
    display: list-item !important;
  }

  .tablet\:hidden {
    display: none !important;
  }

  .tablet\:h-0 {
    height: 0px !important;
  }

  .tablet\:h-1 {
    height: 4px !important;
  }

  .tablet\:h-2 {
    height: 8px !important;
  }

  .tablet\:h-3 {
    height: 3px !important;
  }

  .tablet\:h-4 {
    height: 4px !important;
  }

  .tablet\:h-5 {
    height: 5px !important;
  }

  .tablet\:h-7 {
    height: 7px !important;
  }

  .tablet\:h-8 {
    height: 8px !important;
  }

  .tablet\:h-10 {
    height: 10px !important;
  }

  .tablet\:h-11 {
    height: 11px !important;
  }

  .tablet\:h-12 {
    height: 12px !important;
  }

  .tablet\:h-15 {
    height: 15px !important;
  }

  .tablet\:h-16 {
    height: 16px !important;
  }

  .tablet\:h-18 {
    height: 18px !important;
  }

  .tablet\:h-20 {
    height: 20px !important;
  }

  .tablet\:h-22 {
    height: 22px !important;
  }

  .tablet\:h-24 {
    height: 24px !important;
  }

  .tablet\:h-25 {
    height: 25px !important;
  }

  .tablet\:h-26 {
    height: 26px !important;
  }

  .tablet\:h-28 {
    height: 28px !important;
  }

  .tablet\:h-30 {
    height: 30px !important;
  }

  .tablet\:h-32 {
    height: 32px !important;
  }

  .tablet\:h-34 {
    height: 34px !important;
  }

  .tablet\:h-35 {
    height: 35px !important;
  }

  .tablet\:h-40 {
    height: 40px !important;
  }

  .tablet\:h-45 {
    height: 45px !important;
  }

  .tablet\:h-48 {
    height: 48px !important;
  }

  .tablet\:h-50 {
    height: 50px !important;
  }

  .tablet\:h-54 {
    height: 54px !important;
  }

  .tablet\:h-55 {
    height: 55px !important;
  }

  .tablet\:h-56 {
    height: 56px !important;
  }

  .tablet\:h-60 {
    height: 60px !important;
  }

  .tablet\:h-65 {
    height: 65px !important;
  }

  .tablet\:h-70 {
    height: 70px !important;
  }

  .tablet\:h-75 {
    height: 75px !important;
  }

  .tablet\:h-80 {
    height: 80px !important;
  }

  .tablet\:h-85 {
    height: 85px !important;
  }

  .tablet\:h-90 {
    height: 90px !important;
  }

  .tablet\:h-100 {
    height: 100px !important;
  }

  .tablet\:h-120 {
    height: 120px !important;
  }

  .tablet\:h-125 {
    height: 125px !important;
  }

  .tablet\:h-130 {
    height: 130px !important;
  }

  .tablet\:h-140 {
    height: 140px !important;
  }

  .tablet\:h-150 {
    height: 150px !important;
  }

  .tablet\:h-175 {
    height: 175px !important;
  }

  .tablet\:h-200 {
    height: 200px !important;
  }

  .tablet\:h-220 {
    height: 220px !important;
  }

  .tablet\:h-275 {
    height: 275px !important;
  }

  .tablet\:h-300 {
    height: 300px !important;
  }

  .tablet\:h-375 {
    height: 375px !important;
  }

  .tablet\:h-auto {
    height: auto !important;
  }

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

  .tablet\:h-1\/3 {
    height: 33.333333% !important;
  }

  .tablet\:h-2\/3 {
    height: 66.666667% !important;
  }

  .tablet\:h-1\/4 {
    height: 25% !important;
  }

  .tablet\:h-2\/4 {
    height: 50% !important;
  }

  .tablet\:h-3\/4 {
    height: 75% !important;
  }

  .tablet\:h-1\/5 {
    height: 20% !important;
  }

  .tablet\:h-2\/5 {
    height: 40% !important;
  }

  .tablet\:h-3\/5 {
    height: 60% !important;
  }

  .tablet\:h-4\/5 {
    height: 80% !important;
  }

  .tablet\:h-1\/6 {
    height: 16.666667% !important;
  }

  .tablet\:h-2\/6 {
    height: 33.333333% !important;
  }

  .tablet\:h-3\/6 {
    height: 50% !important;
  }

  .tablet\:h-4\/6 {
    height: 66.666667% !important;
  }

  .tablet\:h-5\/6 {
    height: 83.333333% !important;
  }

  .tablet\:h-full {
    height: 100% !important;
  }

  .tablet\:h-screen {
    height: 100vh !important;
  }

  .tablet\:max-h-0 {
    max-height: 0px !important;
  }

  .tablet\:max-h-1 {
    max-height: 4px !important;
  }

  .tablet\:max-h-2 {
    max-height: 8px !important;
  }

  .tablet\:max-h-3 {
    max-height: 3px !important;
  }

  .tablet\:max-h-4 {
    max-height: 4px !important;
  }

  .tablet\:max-h-5 {
    max-height: 5px !important;
  }

  .tablet\:max-h-7 {
    max-height: 7px !important;
  }

  .tablet\:max-h-8 {
    max-height: 8px !important;
  }

  .tablet\:max-h-10 {
    max-height: 10px !important;
  }

  .tablet\:max-h-11 {
    max-height: 11px !important;
  }

  .tablet\:max-h-12 {
    max-height: 12px !important;
  }

  .tablet\:max-h-15 {
    max-height: 15px !important;
  }

  .tablet\:max-h-18 {
    max-height: 18px !important;
  }

  .tablet\:max-h-20 {
    max-height: 20px !important;
  }

  .tablet\:max-h-22 {
    max-height: 22px !important;
  }

  .tablet\:max-h-24 {
    max-height: 24px !important;
  }

  .tablet\:max-h-25 {
    max-height: 25px !important;
  }

  .tablet\:max-h-26 {
    max-height: 26px !important;
  }

  .tablet\:max-h-28 {
    max-height: 28px !important;
  }

  .tablet\:max-h-30 {
    max-height: 30px !important;
  }

  .tablet\:max-h-32 {
    max-height: 32px !important;
  }

  .tablet\:max-h-34 {
    max-height: 34px !important;
  }

  .tablet\:max-h-35 {
    max-height: 35px !important;
  }

  .tablet\:max-h-40 {
    max-height: 40px !important;
  }

  .tablet\:max-h-45 {
    max-height: 45px !important;
  }

  .tablet\:max-h-50 {
    max-height: 50px !important;
  }

  .tablet\:max-h-54 {
    max-height: 54px !important;
  }

  .tablet\:max-h-55 {
    max-height: 55px !important;
  }

  .tablet\:max-h-56 {
    max-height: 56px !important;
  }

  .tablet\:max-h-60 {
    max-height: 60px !important;
  }

  .tablet\:max-h-65 {
    max-height: 65px !important;
  }

  .tablet\:max-h-70 {
    max-height: 70px !important;
  }

  .tablet\:max-h-75 {
    max-height: 75px !important;
  }

  .tablet\:max-h-80 {
    max-height: 80px !important;
  }

  .tablet\:max-h-85 {
    max-height: 85px !important;
  }

  .tablet\:max-h-90 {
    max-height: 90px !important;
  }

  .tablet\:max-h-100 {
    max-height: 100px !important;
  }

  .tablet\:max-h-120 {
    max-height: 120px !important;
  }

  .tablet\:max-h-125 {
    max-height: 125px !important;
  }

  .tablet\:max-h-130 {
    max-height: 130px !important;
  }

  .tablet\:max-h-140 {
    max-height: 140px !important;
  }

  .tablet\:max-h-150 {
    max-height: 150px !important;
  }

  .tablet\:max-h-175 {
    max-height: 175px !important;
  }

  .tablet\:max-h-200 {
    max-height: 200px !important;
  }

  .tablet\:max-h-220 {
    max-height: 220px !important;
  }

  .tablet\:max-h-275 {
    max-height: 275px !important;
  }

  .tablet\:max-h-300 {
    max-height: 300px !important;
  }

  .tablet\:max-h-375 {
    max-height: 375px !important;
  }

  .tablet\:max-h-full {
    max-height: 100% !important;
  }

  .tablet\:max-h-screen {
    max-height: 100vh !important;
  }

  .tablet\:min-h-180 {
    min-height: 180px !important;
  }

  .tablet\:min-h-275 {
    min-height: 275px !important;
  }

  .tablet\:min-h-300 {
    min-height: 300px !important;
  }

  .tablet\:min-h-375 {
    min-height: 375px !important;
  }

  .tablet\:min-h-500 {
    min-height: 500px !important;
  }

  .tablet\:min-h-680 {
    min-height: 680px !important;
  }

  .tablet\:min-h-top {
    min-height: 48px !important;
  }

  .tablet\:min-h-logo {
    min-height: 72px !important;
  }

  .tablet\:min-h-screen {
    min-height: 100vh !important;
  }

  .tablet\:w-0 {
    width: 0px !important;
  }

  .tablet\:w-1 {
    width: 4px !important;
  }

  .tablet\:w-2 {
    width: 8px !important;
  }

  .tablet\:w-3 {
    width: 3px !important;
  }

  .tablet\:w-4 {
    width: 4px !important;
  }

  .tablet\:w-5 {
    width: 5px !important;
  }

  .tablet\:w-7 {
    width: 7px !important;
  }

  .tablet\:w-8 {
    width: 8px !important;
  }

  .tablet\:w-10 {
    width: 10px !important;
  }

  .tablet\:w-11 {
    width: 11px !important;
  }

  .tablet\:w-12 {
    width: 12px !important;
  }

  .tablet\:w-15 {
    width: 15px !important;
  }

  .tablet\:w-16 {
    width: 16px !important;
  }

  .tablet\:w-18 {
    width: 18px !important;
  }

  .tablet\:w-20 {
    width: 20px !important;
  }

  .tablet\:w-22 {
    width: 22px !important;
  }

  .tablet\:w-24 {
    width: 24px !important;
  }

  .tablet\:w-25 {
    width: 25px !important;
  }

  .tablet\:w-26 {
    width: 26px !important;
  }

  .tablet\:w-28 {
    width: 28px !important;
  }

  .tablet\:w-30 {
    width: 30px !important;
  }

  .tablet\:w-32 {
    width: 32px !important;
  }

  .tablet\:w-34 {
    width: 34px !important;
  }

  .tablet\:w-35 {
    width: 35px !important;
  }

  .tablet\:w-40 {
    width: 40px !important;
  }

  .tablet\:w-45 {
    width: 45px !important;
  }

  .tablet\:w-48 {
    width: 48px !important;
  }

  .tablet\:w-50 {
    width: 50px !important;
  }

  .tablet\:w-54 {
    width: 54px !important;
  }

  .tablet\:w-55 {
    width: 55px !important;
  }

  .tablet\:w-56 {
    width: 56px !important;
  }

  .tablet\:w-60 {
    width: 60px !important;
  }

  .tablet\:w-65 {
    width: 65px !important;
  }

  .tablet\:w-70 {
    width: 70px !important;
  }

  .tablet\:w-75 {
    width: 75px !important;
  }

  .tablet\:w-80 {
    width: 80px !important;
  }

  .tablet\:w-85 {
    width: 85px !important;
  }

  .tablet\:w-90 {
    width: 90px !important;
  }

  .tablet\:w-100 {
    width: 100px !important;
  }

  .tablet\:w-120 {
    width: 120px !important;
  }

  .tablet\:w-125 {
    width: 125px !important;
  }

  .tablet\:w-130 {
    width: 130px !important;
  }

  .tablet\:w-140 {
    width: 140px !important;
  }

  .tablet\:w-150 {
    width: 150px !important;
  }

  .tablet\:w-175 {
    width: 175px !important;
  }

  .tablet\:w-200 {
    width: 200px !important;
  }

  .tablet\:w-220 {
    width: 220px !important;
  }

  .tablet\:w-275 {
    width: 275px !important;
  }

  .tablet\:w-300 {
    width: 300px !important;
  }

  .tablet\:w-375 {
    width: 375px !important;
  }

  .tablet\:w-auto {
    width: auto !important;
  }

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

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

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

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

  .tablet\:w-2\/4 {
    width: 50% !important;
  }

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

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

  .tablet\:w-2\/5 {
    width: 40% !important;
  }

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

  .tablet\:w-4\/5 {
    width: 80% !important;
  }

  .tablet\:w-1\/6 {
    width: 16.666667% !important;
  }

  .tablet\:w-2\/6 {
    width: 33.333333% !important;
  }

  .tablet\:w-3\/6 {
    width: 50% !important;
  }

  .tablet\:w-4\/6 {
    width: 66.666667% !important;
  }

  .tablet\:w-5\/6 {
    width: 83.333333% !important;
  }

  .tablet\:w-1\/12 {
    width: 8.333333% !important;
  }

  .tablet\:w-2\/12 {
    width: 16.666667% !important;
  }

  .tablet\:w-3\/12 {
    width: 25% !important;
  }

  .tablet\:w-4\/12 {
    width: 33.333333% !important;
  }

  .tablet\:w-5\/12 {
    width: 41.666667% !important;
  }

  .tablet\:w-6\/12 {
    width: 50% !important;
  }

  .tablet\:w-7\/12 {
    width: 58.333333% !important;
  }

  .tablet\:w-8\/12 {
    width: 66.666667% !important;
  }

  .tablet\:w-9\/12 {
    width: 75% !important;
  }

  .tablet\:w-10\/12 {
    width: 83.333333% !important;
  }

  .tablet\:w-11\/12 {
    width: 91.666667% !important;
  }

  .tablet\:w-full {
    width: 100% !important;
  }

  .tablet\:w-screen {
    width: 100vw !important;
  }

  .tablet\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .tablet\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .tablet\:min-w-64 {
    min-width: 64px !important;
  }

  .tablet\:max-w-150 {
    max-width: 150px !important;
  }

  .tablet\:max-w-165 {
    max-width: 165px !important;
  }

  .tablet\:max-w-200 {
    max-width: 200px !important;
  }

  .tablet\:max-w-350 {
    max-width: 350px !important;
  }

  .tablet\:max-w-400 {
    max-width: 400px !important;
  }

  .tablet\:max-w-440 {
    max-width: 440px !important;
  }

  .tablet\:max-w-500 {
    max-width: 500px !important;
  }

  .tablet\:max-w-550 {
    max-width: 550px !important;
  }

  .tablet\:max-w-600 {
    max-width: 600px !important;
  }

  .tablet\:max-w-710 {
    max-width: 710px !important;
  }

  .tablet\:max-w-900 {
    max-width: 900px !important;
  }

  .tablet\:max-w-1024 {
    max-width: 1024px !important;
  }

  .tablet\:max-w-1800 {
    max-width: 1800px !important;
  }

  .tablet\:flex-1 {
    flex: 1 1 0% !important;
  }

  .tablet\:flex-auto {
    flex: 1 1 auto !important;
  }

  .tablet\:flex-initial {
    flex: 0 1 auto !important;
  }

  .tablet\:flex-none {
    flex: none !important;
  }

  .tablet\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .tablet\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .tablet\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .tablet\:flex-grow {
    flex-grow: 1 !important;
  }

  .tablet\:table-auto {
    table-layout: auto !important;
  }

  .tablet\:table-fixed {
    table-layout: fixed !important;
  }

  .tablet\:border-collapse {
    border-collapse: collapse !important;
  }

  .tablet\:border-separate {
    border-collapse: separate !important;
  }

  .tablet\:origin-center {
    transform-origin: center !important;
  }

  .tablet\:origin-top {
    transform-origin: top !important;
  }

  .tablet\:origin-top-right {
    transform-origin: top right !important;
  }

  .tablet\:origin-right {
    transform-origin: right !important;
  }

  .tablet\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .tablet\:origin-bottom {
    transform-origin: bottom !important;
  }

  .tablet\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .tablet\:origin-left {
    transform-origin: left !important;
  }

  .tablet\:origin-top-left {
    transform-origin: top left !important;
  }

  .tablet\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .tablet\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .tablet\:transform-none {
    transform: none !important;
  }

  .tablet\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .tablet\:translate-x-1 {
    --tw-translate-x: 4px !important;
  }

  .tablet\:translate-x-2 {
    --tw-translate-x: 8px !important;
  }

  .tablet\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .tablet\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .tablet\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .tablet\:translate-x-7 {
    --tw-translate-x: 7px !important;
  }

  .tablet\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .tablet\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .tablet\:translate-x-11 {
    --tw-translate-x: 11px !important;
  }

  .tablet\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .tablet\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .tablet\:translate-x-18 {
    --tw-translate-x: 18px !important;
  }

  .tablet\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .tablet\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .tablet\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .tablet\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .tablet\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .tablet\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .tablet\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .tablet\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .tablet\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .tablet\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .tablet\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .tablet\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .tablet\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .tablet\:translate-x-54 {
    --tw-translate-x: 54px !important;
  }

  .tablet\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .tablet\:translate-x-56 {
    --tw-translate-x: 56px !important;
  }

  .tablet\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .tablet\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .tablet\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .tablet\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .tablet\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .tablet\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .tablet\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .tablet\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .tablet\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .tablet\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .tablet\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .tablet\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .tablet\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .tablet\:translate-x-175 {
    --tw-translate-x: 175px !important;
  }

  .tablet\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .tablet\:translate-x-220 {
    --tw-translate-x: 220px !important;
  }

  .tablet\:translate-x-275 {
    --tw-translate-x: 275px !important;
  }

  .tablet\:translate-x-300 {
    --tw-translate-x: 300px !important;
  }

  .tablet\:translate-x-375 {
    --tw-translate-x: 375px !important;
  }

  .tablet\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .tablet\:-translate-x-1 {
    --tw-translate-x: -4px !important;
  }

  .tablet\:-translate-x-2 {
    --tw-translate-x: -8px !important;
  }

  .tablet\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .tablet\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .tablet\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .tablet\:-translate-x-7 {
    --tw-translate-x: -7px !important;
  }

  .tablet\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .tablet\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .tablet\:-translate-x-11 {
    --tw-translate-x: -11px !important;
  }

  .tablet\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .tablet\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .tablet\:-translate-x-18 {
    --tw-translate-x: -18px !important;
  }

  .tablet\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .tablet\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .tablet\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .tablet\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .tablet\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .tablet\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .tablet\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .tablet\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .tablet\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .tablet\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .tablet\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .tablet\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .tablet\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .tablet\:-translate-x-54 {
    --tw-translate-x: -54px !important;
  }

  .tablet\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .tablet\:-translate-x-56 {
    --tw-translate-x: -56px !important;
  }

  .tablet\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .tablet\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .tablet\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .tablet\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .tablet\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .tablet\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .tablet\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .tablet\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .tablet\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .tablet\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .tablet\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .tablet\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .tablet\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .tablet\:-translate-x-175 {
    --tw-translate-x: -175px !important;
  }

  .tablet\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .tablet\:-translate-x-220 {
    --tw-translate-x: -220px !important;
  }

  .tablet\:-translate-x-275 {
    --tw-translate-x: -275px !important;
  }

  .tablet\:-translate-x-300 {
    --tw-translate-x: -300px !important;
  }

  .tablet\:-translate-x-375 {
    --tw-translate-x: -375px !important;
  }

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

  .tablet\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .tablet\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .tablet\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .tablet\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .tablet\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .tablet\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

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

  .tablet\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .tablet\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .tablet\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .tablet\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .tablet\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .tablet\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .tablet\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .tablet\:translate-y-1 {
    --tw-translate-y: 4px !important;
  }

  .tablet\:translate-y-2 {
    --tw-translate-y: 8px !important;
  }

  .tablet\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .tablet\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .tablet\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .tablet\:translate-y-7 {
    --tw-translate-y: 7px !important;
  }

  .tablet\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .tablet\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .tablet\:translate-y-11 {
    --tw-translate-y: 11px !important;
  }

  .tablet\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .tablet\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .tablet\:translate-y-18 {
    --tw-translate-y: 18px !important;
  }

  .tablet\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .tablet\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .tablet\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .tablet\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .tablet\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .tablet\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .tablet\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .tablet\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .tablet\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .tablet\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .tablet\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .tablet\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .tablet\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .tablet\:translate-y-54 {
    --tw-translate-y: 54px !important;
  }

  .tablet\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .tablet\:translate-y-56 {
    --tw-translate-y: 56px !important;
  }

  .tablet\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .tablet\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .tablet\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .tablet\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .tablet\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .tablet\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .tablet\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .tablet\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .tablet\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .tablet\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .tablet\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .tablet\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .tablet\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .tablet\:translate-y-175 {
    --tw-translate-y: 175px !important;
  }

  .tablet\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .tablet\:translate-y-220 {
    --tw-translate-y: 220px !important;
  }

  .tablet\:translate-y-275 {
    --tw-translate-y: 275px !important;
  }

  .tablet\:translate-y-300 {
    --tw-translate-y: 300px !important;
  }

  .tablet\:translate-y-375 {
    --tw-translate-y: 375px !important;
  }

  .tablet\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .tablet\:-translate-y-1 {
    --tw-translate-y: -4px !important;
  }

  .tablet\:-translate-y-2 {
    --tw-translate-y: -8px !important;
  }

  .tablet\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .tablet\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .tablet\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .tablet\:-translate-y-7 {
    --tw-translate-y: -7px !important;
  }

  .tablet\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .tablet\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .tablet\:-translate-y-11 {
    --tw-translate-y: -11px !important;
  }

  .tablet\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .tablet\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .tablet\:-translate-y-18 {
    --tw-translate-y: -18px !important;
  }

  .tablet\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .tablet\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .tablet\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .tablet\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .tablet\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .tablet\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .tablet\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .tablet\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .tablet\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .tablet\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .tablet\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .tablet\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .tablet\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .tablet\:-translate-y-54 {
    --tw-translate-y: -54px !important;
  }

  .tablet\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .tablet\:-translate-y-56 {
    --tw-translate-y: -56px !important;
  }

  .tablet\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .tablet\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .tablet\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .tablet\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .tablet\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .tablet\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .tablet\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .tablet\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .tablet\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .tablet\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .tablet\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .tablet\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .tablet\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .tablet\:-translate-y-175 {
    --tw-translate-y: -175px !important;
  }

  .tablet\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .tablet\:-translate-y-220 {
    --tw-translate-y: -220px !important;
  }

  .tablet\:-translate-y-275 {
    --tw-translate-y: -275px !important;
  }

  .tablet\:-translate-y-300 {
    --tw-translate-y: -300px !important;
  }

  .tablet\:-translate-y-375 {
    --tw-translate-y: -375px !important;
  }

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

  .tablet\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .tablet\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .tablet\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .tablet\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .tablet\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .tablet\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

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

  .tablet\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .tablet\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .tablet\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .tablet\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .tablet\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .tablet\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .tablet\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .tablet\:hover\:translate-x-1:hover {
    --tw-translate-x: 4px !important;
  }

  .tablet\:hover\:translate-x-2:hover {
    --tw-translate-x: 8px !important;
  }

  .tablet\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .tablet\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .tablet\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .tablet\:hover\:translate-x-7:hover {
    --tw-translate-x: 7px !important;
  }

  .tablet\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .tablet\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .tablet\:hover\:translate-x-11:hover {
    --tw-translate-x: 11px !important;
  }

  .tablet\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .tablet\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .tablet\:hover\:translate-x-18:hover {
    --tw-translate-x: 18px !important;
  }

  .tablet\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .tablet\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .tablet\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .tablet\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .tablet\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .tablet\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .tablet\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .tablet\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .tablet\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .tablet\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .tablet\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .tablet\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .tablet\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .tablet\:hover\:translate-x-54:hover {
    --tw-translate-x: 54px !important;
  }

  .tablet\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .tablet\:hover\:translate-x-56:hover {
    --tw-translate-x: 56px !important;
  }

  .tablet\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .tablet\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .tablet\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .tablet\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .tablet\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .tablet\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .tablet\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .tablet\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .tablet\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .tablet\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .tablet\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .tablet\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .tablet\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .tablet\:hover\:translate-x-175:hover {
    --tw-translate-x: 175px !important;
  }

  .tablet\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .tablet\:hover\:translate-x-220:hover {
    --tw-translate-x: 220px !important;
  }

  .tablet\:hover\:translate-x-275:hover {
    --tw-translate-x: 275px !important;
  }

  .tablet\:hover\:translate-x-300:hover {
    --tw-translate-x: 300px !important;
  }

  .tablet\:hover\:translate-x-375:hover {
    --tw-translate-x: 375px !important;
  }

  .tablet\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .tablet\:hover\:-translate-x-1:hover {
    --tw-translate-x: -4px !important;
  }

  .tablet\:hover\:-translate-x-2:hover {
    --tw-translate-x: -8px !important;
  }

  .tablet\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .tablet\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .tablet\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .tablet\:hover\:-translate-x-7:hover {
    --tw-translate-x: -7px !important;
  }

  .tablet\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .tablet\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .tablet\:hover\:-translate-x-11:hover {
    --tw-translate-x: -11px !important;
  }

  .tablet\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .tablet\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .tablet\:hover\:-translate-x-18:hover {
    --tw-translate-x: -18px !important;
  }

  .tablet\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .tablet\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .tablet\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .tablet\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .tablet\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .tablet\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .tablet\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .tablet\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .tablet\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .tablet\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .tablet\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .tablet\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .tablet\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .tablet\:hover\:-translate-x-54:hover {
    --tw-translate-x: -54px !important;
  }

  .tablet\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .tablet\:hover\:-translate-x-56:hover {
    --tw-translate-x: -56px !important;
  }

  .tablet\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .tablet\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .tablet\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .tablet\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .tablet\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .tablet\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .tablet\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .tablet\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .tablet\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .tablet\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .tablet\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .tablet\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .tablet\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .tablet\:hover\:-translate-x-175:hover {
    --tw-translate-x: -175px !important;
  }

  .tablet\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .tablet\:hover\:-translate-x-220:hover {
    --tw-translate-x: -220px !important;
  }

  .tablet\:hover\:-translate-x-275:hover {
    --tw-translate-x: -275px !important;
  }

  .tablet\:hover\:-translate-x-300:hover {
    --tw-translate-x: -300px !important;
  }

  .tablet\:hover\:-translate-x-375:hover {
    --tw-translate-x: -375px !important;
  }

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

  .tablet\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .tablet\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .tablet\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .tablet\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .tablet\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

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

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

  .tablet\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .tablet\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .tablet\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .tablet\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .tablet\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

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

  .tablet\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .tablet\:hover\:translate-y-1:hover {
    --tw-translate-y: 4px !important;
  }

  .tablet\:hover\:translate-y-2:hover {
    --tw-translate-y: 8px !important;
  }

  .tablet\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .tablet\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .tablet\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .tablet\:hover\:translate-y-7:hover {
    --tw-translate-y: 7px !important;
  }

  .tablet\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .tablet\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .tablet\:hover\:translate-y-11:hover {
    --tw-translate-y: 11px !important;
  }

  .tablet\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .tablet\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .tablet\:hover\:translate-y-18:hover {
    --tw-translate-y: 18px !important;
  }

  .tablet\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .tablet\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .tablet\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .tablet\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .tablet\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .tablet\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .tablet\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .tablet\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .tablet\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .tablet\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .tablet\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .tablet\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .tablet\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .tablet\:hover\:translate-y-54:hover {
    --tw-translate-y: 54px !important;
  }

  .tablet\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .tablet\:hover\:translate-y-56:hover {
    --tw-translate-y: 56px !important;
  }

  .tablet\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .tablet\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .tablet\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .tablet\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .tablet\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .tablet\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .tablet\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .tablet\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .tablet\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .tablet\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .tablet\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .tablet\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .tablet\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .tablet\:hover\:translate-y-175:hover {
    --tw-translate-y: 175px !important;
  }

  .tablet\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .tablet\:hover\:translate-y-220:hover {
    --tw-translate-y: 220px !important;
  }

  .tablet\:hover\:translate-y-275:hover {
    --tw-translate-y: 275px !important;
  }

  .tablet\:hover\:translate-y-300:hover {
    --tw-translate-y: 300px !important;
  }

  .tablet\:hover\:translate-y-375:hover {
    --tw-translate-y: 375px !important;
  }

  .tablet\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .tablet\:hover\:-translate-y-1:hover {
    --tw-translate-y: -4px !important;
  }

  .tablet\:hover\:-translate-y-2:hover {
    --tw-translate-y: -8px !important;
  }

  .tablet\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .tablet\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .tablet\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .tablet\:hover\:-translate-y-7:hover {
    --tw-translate-y: -7px !important;
  }

  .tablet\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .tablet\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .tablet\:hover\:-translate-y-11:hover {
    --tw-translate-y: -11px !important;
  }

  .tablet\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .tablet\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .tablet\:hover\:-translate-y-18:hover {
    --tw-translate-y: -18px !important;
  }

  .tablet\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .tablet\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .tablet\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .tablet\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .tablet\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .tablet\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .tablet\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .tablet\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .tablet\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .tablet\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .tablet\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .tablet\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .tablet\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .tablet\:hover\:-translate-y-54:hover {
    --tw-translate-y: -54px !important;
  }

  .tablet\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .tablet\:hover\:-translate-y-56:hover {
    --tw-translate-y: -56px !important;
  }

  .tablet\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .tablet\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .tablet\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .tablet\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .tablet\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .tablet\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .tablet\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .tablet\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .tablet\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .tablet\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .tablet\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .tablet\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .tablet\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .tablet\:hover\:-translate-y-175:hover {
    --tw-translate-y: -175px !important;
  }

  .tablet\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .tablet\:hover\:-translate-y-220:hover {
    --tw-translate-y: -220px !important;
  }

  .tablet\:hover\:-translate-y-275:hover {
    --tw-translate-y: -275px !important;
  }

  .tablet\:hover\:-translate-y-300:hover {
    --tw-translate-y: -300px !important;
  }

  .tablet\:hover\:-translate-y-375:hover {
    --tw-translate-y: -375px !important;
  }

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

  .tablet\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .tablet\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .tablet\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .tablet\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .tablet\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

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

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

  .tablet\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .tablet\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .tablet\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .tablet\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .tablet\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

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

  .tablet\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .tablet\:focus\:translate-x-1:focus {
    --tw-translate-x: 4px !important;
  }

  .tablet\:focus\:translate-x-2:focus {
    --tw-translate-x: 8px !important;
  }

  .tablet\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .tablet\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .tablet\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .tablet\:focus\:translate-x-7:focus {
    --tw-translate-x: 7px !important;
  }

  .tablet\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .tablet\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .tablet\:focus\:translate-x-11:focus {
    --tw-translate-x: 11px !important;
  }

  .tablet\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .tablet\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .tablet\:focus\:translate-x-18:focus {
    --tw-translate-x: 18px !important;
  }

  .tablet\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .tablet\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .tablet\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .tablet\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .tablet\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .tablet\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .tablet\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .tablet\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .tablet\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .tablet\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .tablet\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .tablet\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .tablet\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .tablet\:focus\:translate-x-54:focus {
    --tw-translate-x: 54px !important;
  }

  .tablet\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .tablet\:focus\:translate-x-56:focus {
    --tw-translate-x: 56px !important;
  }

  .tablet\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .tablet\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .tablet\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .tablet\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .tablet\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .tablet\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .tablet\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .tablet\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .tablet\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .tablet\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .tablet\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .tablet\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .tablet\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .tablet\:focus\:translate-x-175:focus {
    --tw-translate-x: 175px !important;
  }

  .tablet\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .tablet\:focus\:translate-x-220:focus {
    --tw-translate-x: 220px !important;
  }

  .tablet\:focus\:translate-x-275:focus {
    --tw-translate-x: 275px !important;
  }

  .tablet\:focus\:translate-x-300:focus {
    --tw-translate-x: 300px !important;
  }

  .tablet\:focus\:translate-x-375:focus {
    --tw-translate-x: 375px !important;
  }

  .tablet\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .tablet\:focus\:-translate-x-1:focus {
    --tw-translate-x: -4px !important;
  }

  .tablet\:focus\:-translate-x-2:focus {
    --tw-translate-x: -8px !important;
  }

  .tablet\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .tablet\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .tablet\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .tablet\:focus\:-translate-x-7:focus {
    --tw-translate-x: -7px !important;
  }

  .tablet\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .tablet\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .tablet\:focus\:-translate-x-11:focus {
    --tw-translate-x: -11px !important;
  }

  .tablet\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .tablet\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .tablet\:focus\:-translate-x-18:focus {
    --tw-translate-x: -18px !important;
  }

  .tablet\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .tablet\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .tablet\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .tablet\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .tablet\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .tablet\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .tablet\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .tablet\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .tablet\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .tablet\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .tablet\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .tablet\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .tablet\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .tablet\:focus\:-translate-x-54:focus {
    --tw-translate-x: -54px !important;
  }

  .tablet\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .tablet\:focus\:-translate-x-56:focus {
    --tw-translate-x: -56px !important;
  }

  .tablet\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .tablet\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .tablet\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .tablet\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .tablet\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .tablet\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .tablet\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .tablet\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .tablet\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .tablet\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .tablet\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .tablet\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .tablet\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .tablet\:focus\:-translate-x-175:focus {
    --tw-translate-x: -175px !important;
  }

  .tablet\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .tablet\:focus\:-translate-x-220:focus {
    --tw-translate-x: -220px !important;
  }

  .tablet\:focus\:-translate-x-275:focus {
    --tw-translate-x: -275px !important;
  }

  .tablet\:focus\:-translate-x-300:focus {
    --tw-translate-x: -300px !important;
  }

  .tablet\:focus\:-translate-x-375:focus {
    --tw-translate-x: -375px !important;
  }

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

  .tablet\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .tablet\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .tablet\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .tablet\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .tablet\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

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

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

  .tablet\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .tablet\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .tablet\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .tablet\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .tablet\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

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

  .tablet\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .tablet\:focus\:translate-y-1:focus {
    --tw-translate-y: 4px !important;
  }

  .tablet\:focus\:translate-y-2:focus {
    --tw-translate-y: 8px !important;
  }

  .tablet\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .tablet\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .tablet\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .tablet\:focus\:translate-y-7:focus {
    --tw-translate-y: 7px !important;
  }

  .tablet\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .tablet\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .tablet\:focus\:translate-y-11:focus {
    --tw-translate-y: 11px !important;
  }

  .tablet\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .tablet\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .tablet\:focus\:translate-y-18:focus {
    --tw-translate-y: 18px !important;
  }

  .tablet\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .tablet\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .tablet\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .tablet\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .tablet\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .tablet\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .tablet\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .tablet\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .tablet\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .tablet\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .tablet\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .tablet\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .tablet\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .tablet\:focus\:translate-y-54:focus {
    --tw-translate-y: 54px !important;
  }

  .tablet\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .tablet\:focus\:translate-y-56:focus {
    --tw-translate-y: 56px !important;
  }

  .tablet\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .tablet\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .tablet\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .tablet\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .tablet\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .tablet\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .tablet\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .tablet\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .tablet\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .tablet\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .tablet\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .tablet\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .tablet\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .tablet\:focus\:translate-y-175:focus {
    --tw-translate-y: 175px !important;
  }

  .tablet\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .tablet\:focus\:translate-y-220:focus {
    --tw-translate-y: 220px !important;
  }

  .tablet\:focus\:translate-y-275:focus {
    --tw-translate-y: 275px !important;
  }

  .tablet\:focus\:translate-y-300:focus {
    --tw-translate-y: 300px !important;
  }

  .tablet\:focus\:translate-y-375:focus {
    --tw-translate-y: 375px !important;
  }

  .tablet\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .tablet\:focus\:-translate-y-1:focus {
    --tw-translate-y: -4px !important;
  }

  .tablet\:focus\:-translate-y-2:focus {
    --tw-translate-y: -8px !important;
  }

  .tablet\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .tablet\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .tablet\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .tablet\:focus\:-translate-y-7:focus {
    --tw-translate-y: -7px !important;
  }

  .tablet\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .tablet\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .tablet\:focus\:-translate-y-11:focus {
    --tw-translate-y: -11px !important;
  }

  .tablet\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .tablet\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .tablet\:focus\:-translate-y-18:focus {
    --tw-translate-y: -18px !important;
  }

  .tablet\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .tablet\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .tablet\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .tablet\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .tablet\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .tablet\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .tablet\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .tablet\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .tablet\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .tablet\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .tablet\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .tablet\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .tablet\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .tablet\:focus\:-translate-y-54:focus {
    --tw-translate-y: -54px !important;
  }

  .tablet\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .tablet\:focus\:-translate-y-56:focus {
    --tw-translate-y: -56px !important;
  }

  .tablet\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .tablet\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .tablet\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .tablet\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .tablet\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .tablet\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .tablet\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .tablet\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .tablet\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .tablet\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .tablet\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .tablet\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .tablet\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .tablet\:focus\:-translate-y-175:focus {
    --tw-translate-y: -175px !important;
  }

  .tablet\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .tablet\:focus\:-translate-y-220:focus {
    --tw-translate-y: -220px !important;
  }

  .tablet\:focus\:-translate-y-275:focus {
    --tw-translate-y: -275px !important;
  }

  .tablet\:focus\:-translate-y-300:focus {
    --tw-translate-y: -300px !important;
  }

  .tablet\:focus\:-translate-y-375:focus {
    --tw-translate-y: -375px !important;
  }

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

  .tablet\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .tablet\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .tablet\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .tablet\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .tablet\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

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

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

  .tablet\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .tablet\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .tablet\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .tablet\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .tablet\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

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

  .tablet\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .tablet\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .tablet\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .tablet\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .tablet\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .tablet\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .tablet\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .tablet\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .tablet\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .tablet\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .tablet\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .tablet\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .tablet\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .tablet\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .tablet\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .tablet\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .tablet\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .tablet\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .tablet\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .tablet\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .tablet\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .tablet\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .tablet\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .tablet\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .tablet\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .tablet\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .tablet\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .tablet\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .tablet\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .tablet\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .tablet\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .tablet\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .tablet\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .tablet\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .tablet\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .tablet\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .tablet\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .tablet\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .tablet\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .tablet\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .tablet\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .tablet\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .tablet\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .tablet\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .tablet\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .tablet\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .tablet\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .tablet\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .tablet\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .tablet\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .tablet\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .tablet\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .tablet\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .tablet\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .tablet\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .tablet\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .tablet\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .tablet\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .tablet\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .tablet\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .tablet\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .tablet\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .tablet\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .tablet\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .tablet\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .tablet\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .tablet\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .tablet\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .tablet\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .tablet\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .tablet\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .tablet\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .tablet\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .tablet\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .tablet\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .tablet\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .tablet\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .tablet\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .tablet\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .tablet\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .tablet\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .tablet\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .tablet\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .tablet\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .tablet\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .tablet\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .tablet\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .tablet\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .tablet\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .tablet\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .tablet\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .tablet\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .tablet\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .tablet\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .tablet\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .tablet\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .tablet\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .tablet\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .tablet\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .tablet\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .tablet\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .tablet\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .tablet\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .tablet\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .tablet\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .tablet\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .tablet\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .tablet\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .tablet\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .tablet\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .tablet\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .tablet\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .tablet\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .tablet\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .tablet\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .tablet\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .tablet\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .tablet\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .tablet\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .tablet\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .tablet\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .tablet\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .tablet\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .tablet\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .tablet\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .tablet\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .tablet\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

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

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

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

  .tablet\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .tablet\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .tablet\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .tablet\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

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

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

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

  .tablet\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .tablet\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .tablet\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .tablet\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .tablet\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .tablet\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .tablet\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .tablet\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .tablet\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .tablet\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .tablet\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .tablet\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .tablet\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .tablet\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .tablet\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .tablet\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .tablet\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .tablet\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .tablet\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .tablet\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .tablet\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

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

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

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

  .tablet\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .tablet\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .tablet\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .tablet\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .tablet\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .tablet\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .tablet\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

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

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

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

  .tablet\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .tablet\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .tablet\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .tablet\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

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

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

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

  .tablet\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .tablet\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .tablet\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .tablet\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .tablet\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .tablet\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .tablet\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

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

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

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

  .tablet\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .tablet\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .tablet\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .tablet\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .tablet\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

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

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

  .tablet\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .tablet\:animate-fadeIn {
    -webkit-animation: fadeIn 0.5s !important;
            animation: fadeIn 0.5s !important;
  }

  .tablet\:cursor-auto {
    cursor: auto !important;
  }

  .tablet\:cursor-default {
    cursor: default !important;
  }

  .tablet\:cursor-pointer {
    cursor: pointer !important;
  }

  .tablet\:cursor-wait {
    cursor: wait !important;
  }

  .tablet\:cursor-text {
    cursor: text !important;
  }

  .tablet\:cursor-move {
    cursor: move !important;
  }

  .tablet\:cursor-help {
    cursor: help !important;
  }

  .tablet\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .tablet\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .tablet\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .tablet\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .tablet\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .tablet\:resize-none {
    resize: none !important;
  }

  .tablet\:resize-y {
    resize: vertical !important;
  }

  .tablet\:resize-x {
    resize: horizontal !important;
  }

  .tablet\:resize {
    resize: both !important;
  }

  .tablet\:list-inside {
    list-style-position: inside !important;
  }

  .tablet\:list-outside {
    list-style-position: outside !important;
  }

  .tablet\:list-none {
    list-style-type: none !important;
  }

  .tablet\:list-disc {
    list-style-type: disc !important;
  }

  .tablet\:list-decimal {
    list-style-type: decimal !important;
  }

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

  .tablet\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .tablet\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .tablet\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .tablet\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .tablet\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .tablet\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .tablet\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .tablet\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .tablet\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .tablet\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .tablet\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

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

  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

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

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

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

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

  .tablet\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

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

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

  .tablet\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .tablet\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .tablet\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .tablet\:flex-row {
    flex-direction: row !important;
  }

  .tablet\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

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

  .tablet\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .tablet\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .tablet\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .tablet\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .tablet\:place-content-center {
    place-content: center !important;
  }

  .tablet\:place-content-start {
    place-content: start !important;
  }

  .tablet\:place-content-end {
    place-content: end !important;
  }

  .tablet\:place-content-between {
    place-content: space-between !important;
  }

  .tablet\:place-content-around {
    place-content: space-around !important;
  }

  .tablet\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .tablet\:place-content-stretch {
    place-content: stretch !important;
  }

  .tablet\:place-items-start {
    place-items: start !important;
  }

  .tablet\:place-items-end {
    place-items: end !important;
  }

  .tablet\:place-items-center {
    place-items: center !important;
  }

  .tablet\:place-items-stretch {
    place-items: stretch !important;
  }

  .tablet\:content-center {
    align-content: center !important;
  }

  .tablet\:content-start {
    align-content: flex-start !important;
  }

  .tablet\:content-end {
    align-content: flex-end !important;
  }

  .tablet\:content-between {
    align-content: space-between !important;
  }

  .tablet\:content-around {
    align-content: space-around !important;
  }

  .tablet\:content-evenly {
    align-content: space-evenly !important;
  }

  .tablet\:items-start {
    align-items: flex-start !important;
  }

  .tablet\:items-end {
    align-items: flex-end !important;
  }

  .tablet\:items-center {
    align-items: center !important;
  }

  .tablet\:items-baseline {
    align-items: baseline !important;
  }

  .tablet\:items-stretch {
    align-items: stretch !important;
  }

  .tablet\:justify-start {
    justify-content: flex-start !important;
  }

  .tablet\:justify-end {
    justify-content: flex-end !important;
  }

  .tablet\:justify-center {
    justify-content: center !important;
  }

  .tablet\:justify-between {
    justify-content: space-between !important;
  }

  .tablet\:justify-around {
    justify-content: space-around !important;
  }

  .tablet\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .tablet\:justify-items-start {
    justify-items: start !important;
  }

  .tablet\:justify-items-end {
    justify-items: end !important;
  }

  .tablet\:justify-items-center {
    justify-items: center !important;
  }

  .tablet\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .tablet\:gap-0 {
    gap: 0px !important;
  }

  .tablet\:gap-1 {
    gap: 4px !important;
  }

  .tablet\:gap-2 {
    gap: 8px !important;
  }

  .tablet\:gap-3 {
    gap: 3px !important;
  }

  .tablet\:gap-4 {
    gap: 4px !important;
  }

  .tablet\:gap-5 {
    gap: 5px !important;
  }

  .tablet\:gap-7 {
    gap: 7px !important;
  }

  .tablet\:gap-8 {
    gap: 8px !important;
  }

  .tablet\:gap-10 {
    gap: 10px !important;
  }

  .tablet\:gap-11 {
    gap: 11px !important;
  }

  .tablet\:gap-12 {
    gap: 12px !important;
  }

  .tablet\:gap-15 {
    gap: 15px !important;
  }

  .tablet\:gap-18 {
    gap: 18px !important;
  }

  .tablet\:gap-20 {
    gap: 20px !important;
  }

  .tablet\:gap-22 {
    gap: 22px !important;
  }

  .tablet\:gap-24 {
    gap: 24px !important;
  }

  .tablet\:gap-25 {
    gap: 25px !important;
  }

  .tablet\:gap-26 {
    gap: 26px !important;
  }

  .tablet\:gap-28 {
    gap: 28px !important;
  }

  .tablet\:gap-30 {
    gap: 30px !important;
  }

  .tablet\:gap-32 {
    gap: 32px !important;
  }

  .tablet\:gap-34 {
    gap: 34px !important;
  }

  .tablet\:gap-35 {
    gap: 35px !important;
  }

  .tablet\:gap-40 {
    gap: 40px !important;
  }

  .tablet\:gap-45 {
    gap: 45px !important;
  }

  .tablet\:gap-50 {
    gap: 50px !important;
  }

  .tablet\:gap-54 {
    gap: 54px !important;
  }

  .tablet\:gap-55 {
    gap: 55px !important;
  }

  .tablet\:gap-56 {
    gap: 56px !important;
  }

  .tablet\:gap-60 {
    gap: 60px !important;
  }

  .tablet\:gap-65 {
    gap: 65px !important;
  }

  .tablet\:gap-70 {
    gap: 70px !important;
  }

  .tablet\:gap-75 {
    gap: 75px !important;
  }

  .tablet\:gap-80 {
    gap: 80px !important;
  }

  .tablet\:gap-85 {
    gap: 85px !important;
  }

  .tablet\:gap-90 {
    gap: 90px !important;
  }

  .tablet\:gap-100 {
    gap: 100px !important;
  }

  .tablet\:gap-120 {
    gap: 120px !important;
  }

  .tablet\:gap-125 {
    gap: 125px !important;
  }

  .tablet\:gap-130 {
    gap: 130px !important;
  }

  .tablet\:gap-140 {
    gap: 140px !important;
  }

  .tablet\:gap-150 {
    gap: 150px !important;
  }

  .tablet\:gap-175 {
    gap: 175px !important;
  }

  .tablet\:gap-200 {
    gap: 200px !important;
  }

  .tablet\:gap-220 {
    gap: 220px !important;
  }

  .tablet\:gap-275 {
    gap: 275px !important;
  }

  .tablet\:gap-300 {
    gap: 300px !important;
  }

  .tablet\:gap-375 {
    gap: 375px !important;
  }

  .tablet\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .tablet\:gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }

  .tablet\:gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }

  .tablet\:gap-x-3 {
    -moz-column-gap: 3px !important;
         column-gap: 3px !important;
  }

  .tablet\:gap-x-4 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }

  .tablet\:gap-x-5 {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }

  .tablet\:gap-x-7 {
    -moz-column-gap: 7px !important;
         column-gap: 7px !important;
  }

  .tablet\:gap-x-8 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }

  .tablet\:gap-x-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }

  .tablet\:gap-x-11 {
    -moz-column-gap: 11px !important;
         column-gap: 11px !important;
  }

  .tablet\:gap-x-12 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }

  .tablet\:gap-x-15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .tablet\:gap-x-18 {
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
  }

  .tablet\:gap-x-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }

  .tablet\:gap-x-22 {
    -moz-column-gap: 22px !important;
         column-gap: 22px !important;
  }

  .tablet\:gap-x-24 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }

  .tablet\:gap-x-25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }

  .tablet\:gap-x-26 {
    -moz-column-gap: 26px !important;
         column-gap: 26px !important;
  }

  .tablet\:gap-x-28 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }

  .tablet\:gap-x-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }

  .tablet\:gap-x-32 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }

  .tablet\:gap-x-34 {
    -moz-column-gap: 34px !important;
         column-gap: 34px !important;
  }

  .tablet\:gap-x-35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }

  .tablet\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .tablet\:gap-x-45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }

  .tablet\:gap-x-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }

  .tablet\:gap-x-54 {
    -moz-column-gap: 54px !important;
         column-gap: 54px !important;
  }

  .tablet\:gap-x-55 {
    -moz-column-gap: 55px !important;
         column-gap: 55px !important;
  }

  .tablet\:gap-x-56 {
    -moz-column-gap: 56px !important;
         column-gap: 56px !important;
  }

  .tablet\:gap-x-60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }

  .tablet\:gap-x-65 {
    -moz-column-gap: 65px !important;
         column-gap: 65px !important;
  }

  .tablet\:gap-x-70 {
    -moz-column-gap: 70px !important;
         column-gap: 70px !important;
  }

  .tablet\:gap-x-75 {
    -moz-column-gap: 75px !important;
         column-gap: 75px !important;
  }

  .tablet\:gap-x-80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .tablet\:gap-x-85 {
    -moz-column-gap: 85px !important;
         column-gap: 85px !important;
  }

  .tablet\:gap-x-90 {
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
  }

  .tablet\:gap-x-100 {
    -moz-column-gap: 100px !important;
         column-gap: 100px !important;
  }

  .tablet\:gap-x-120 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !important;
  }

  .tablet\:gap-x-125 {
    -moz-column-gap: 125px !important;
         column-gap: 125px !important;
  }

  .tablet\:gap-x-130 {
    -moz-column-gap: 130px !important;
         column-gap: 130px !important;
  }

  .tablet\:gap-x-140 {
    -moz-column-gap: 140px !important;
         column-gap: 140px !important;
  }

  .tablet\:gap-x-150 {
    -moz-column-gap: 150px !important;
         column-gap: 150px !important;
  }

  .tablet\:gap-x-175 {
    -moz-column-gap: 175px !important;
         column-gap: 175px !important;
  }

  .tablet\:gap-x-200 {
    -moz-column-gap: 200px !important;
         column-gap: 200px !important;
  }

  .tablet\:gap-x-220 {
    -moz-column-gap: 220px !important;
         column-gap: 220px !important;
  }

  .tablet\:gap-x-275 {
    -moz-column-gap: 275px !important;
         column-gap: 275px !important;
  }

  .tablet\:gap-x-300 {
    -moz-column-gap: 300px !important;
         column-gap: 300px !important;
  }

  .tablet\:gap-x-375 {
    -moz-column-gap: 375px !important;
         column-gap: 375px !important;
  }

  .tablet\:gap-y-0 {
    row-gap: 0px !important;
  }

  .tablet\:gap-y-1 {
    row-gap: 4px !important;
  }

  .tablet\:gap-y-2 {
    row-gap: 8px !important;
  }

  .tablet\:gap-y-3 {
    row-gap: 3px !important;
  }

  .tablet\:gap-y-4 {
    row-gap: 4px !important;
  }

  .tablet\:gap-y-5 {
    row-gap: 5px !important;
  }

  .tablet\:gap-y-7 {
    row-gap: 7px !important;
  }

  .tablet\:gap-y-8 {
    row-gap: 8px !important;
  }

  .tablet\:gap-y-10 {
    row-gap: 10px !important;
  }

  .tablet\:gap-y-11 {
    row-gap: 11px !important;
  }

  .tablet\:gap-y-12 {
    row-gap: 12px !important;
  }

  .tablet\:gap-y-15 {
    row-gap: 15px !important;
  }

  .tablet\:gap-y-18 {
    row-gap: 18px !important;
  }

  .tablet\:gap-y-20 {
    row-gap: 20px !important;
  }

  .tablet\:gap-y-22 {
    row-gap: 22px !important;
  }

  .tablet\:gap-y-24 {
    row-gap: 24px !important;
  }

  .tablet\:gap-y-25 {
    row-gap: 25px !important;
  }

  .tablet\:gap-y-26 {
    row-gap: 26px !important;
  }

  .tablet\:gap-y-28 {
    row-gap: 28px !important;
  }

  .tablet\:gap-y-30 {
    row-gap: 30px !important;
  }

  .tablet\:gap-y-32 {
    row-gap: 32px !important;
  }

  .tablet\:gap-y-34 {
    row-gap: 34px !important;
  }

  .tablet\:gap-y-35 {
    row-gap: 35px !important;
  }

  .tablet\:gap-y-40 {
    row-gap: 40px !important;
  }

  .tablet\:gap-y-45 {
    row-gap: 45px !important;
  }

  .tablet\:gap-y-50 {
    row-gap: 50px !important;
  }

  .tablet\:gap-y-54 {
    row-gap: 54px !important;
  }

  .tablet\:gap-y-55 {
    row-gap: 55px !important;
  }

  .tablet\:gap-y-56 {
    row-gap: 56px !important;
  }

  .tablet\:gap-y-60 {
    row-gap: 60px !important;
  }

  .tablet\:gap-y-65 {
    row-gap: 65px !important;
  }

  .tablet\:gap-y-70 {
    row-gap: 70px !important;
  }

  .tablet\:gap-y-75 {
    row-gap: 75px !important;
  }

  .tablet\:gap-y-80 {
    row-gap: 80px !important;
  }

  .tablet\:gap-y-85 {
    row-gap: 85px !important;
  }

  .tablet\:gap-y-90 {
    row-gap: 90px !important;
  }

  .tablet\:gap-y-100 {
    row-gap: 100px !important;
  }

  .tablet\:gap-y-120 {
    row-gap: 120px !important;
  }

  .tablet\:gap-y-125 {
    row-gap: 125px !important;
  }

  .tablet\:gap-y-130 {
    row-gap: 130px !important;
  }

  .tablet\:gap-y-140 {
    row-gap: 140px !important;
  }

  .tablet\:gap-y-150 {
    row-gap: 150px !important;
  }

  .tablet\:gap-y-175 {
    row-gap: 175px !important;
  }

  .tablet\:gap-y-200 {
    row-gap: 200px !important;
  }

  .tablet\:gap-y-220 {
    row-gap: 220px !important;
  }

  .tablet\:gap-y-275 {
    row-gap: 275px !important;
  }

  .tablet\:gap-y-300 {
    row-gap: 300px !important;
  }

  .tablet\:gap-y-375 {
    row-gap: 375px !important;
  }

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

  .tablet\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(54px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(56px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(175px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(175px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(220px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(220px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(275px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(300px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:space-x-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(375px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(375px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

  .tablet\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-54px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-56px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-175px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-175px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-220px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-220px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-275px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-300px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .tablet\:-space-x-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-375px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-375px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

  .tablet\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(54px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(56px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(175px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(175px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(220px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(220px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(275px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(300px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:space-y-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(375px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(375px * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

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

  .tablet\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-54px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-56px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-175px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-175px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-220px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-220px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-275px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-300px * var(--tw-space-y-reverse)) !important;
  }

  .tablet\:-space-y-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-375px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-375px * var(--tw-space-y-reverse)) !important;
  }

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

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

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

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

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

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

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

  .tablet\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .tablet\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .tablet\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .tablet\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .tablet\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .tablet\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .tablet\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-lightgrey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important;
  }

  .tablet\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .tablet\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .tablet\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .tablet\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .tablet\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .tablet\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .tablet\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .tablet\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .tablet\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .tablet\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .tablet\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .tablet\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .tablet\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .tablet\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .tablet\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .tablet\:place-self-auto {
    place-self: auto !important;
  }

  .tablet\:place-self-start {
    place-self: start !important;
  }

  .tablet\:place-self-end {
    place-self: end !important;
  }

  .tablet\:place-self-center {
    place-self: center !important;
  }

  .tablet\:place-self-stretch {
    place-self: stretch !important;
  }

  .tablet\:self-auto {
    align-self: auto !important;
  }

  .tablet\:self-start {
    align-self: flex-start !important;
  }

  .tablet\:self-end {
    align-self: flex-end !important;
  }

  .tablet\:self-center {
    align-self: center !important;
  }

  .tablet\:self-stretch {
    align-self: stretch !important;
  }

  .tablet\:self-baseline {
    align-self: baseline !important;
  }

  .tablet\:justify-self-auto {
    justify-self: auto !important;
  }

  .tablet\:justify-self-start {
    justify-self: start !important;
  }

  .tablet\:justify-self-end {
    justify-self: end !important;
  }

  .tablet\:justify-self-center {
    justify-self: center !important;
  }

  .tablet\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .tablet\:overflow-auto {
    overflow: auto !important;
  }

  .tablet\:overflow-hidden {
    overflow: hidden !important;
  }

  .tablet\:overflow-visible {
    overflow: visible !important;
  }

  .tablet\:overflow-scroll {
    overflow: scroll !important;
  }

  .tablet\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .tablet\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .tablet\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .tablet\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .tablet\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .tablet\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .tablet\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .tablet\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .tablet\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .tablet\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .tablet\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .tablet\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .tablet\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .tablet\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .tablet\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .tablet\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .tablet\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .tablet\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .tablet\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .tablet\:overflow-clip {
    text-overflow: clip !important;
  }

  .tablet\:whitespace-normal {
    white-space: normal !important;
  }

  .tablet\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .tablet\:whitespace-pre {
    white-space: pre !important;
  }

  .tablet\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .tablet\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .tablet\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .tablet\:break-words {
    overflow-wrap: break-word !important;
  }

  .tablet\:break-all {
    word-break: break-all !important;
  }

  .tablet\:rounded {
    border-radius: 4px !important;
  }

  .tablet\:rounded-sm {
    border-radius: 10px !important;
  }

  .tablet\:rounded-md {
    border-radius: 20px !important;
  }

  .tablet\:rounded-full {
    border-radius: 100% !important;
  }

  .tablet\:rounded-t {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .tablet\:rounded-t-sm {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .tablet\:rounded-t-md {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .tablet\:rounded-t-full {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }

  .tablet\:rounded-r {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .tablet\:rounded-r-sm {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .tablet\:rounded-r-md {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .tablet\:rounded-r-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }

  .tablet\:rounded-b {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .tablet\:rounded-b-sm {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .tablet\:rounded-b-md {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .tablet\:rounded-b-full {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }

  .tablet\:rounded-l {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .tablet\:rounded-l-sm {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .tablet\:rounded-l-md {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .tablet\:rounded-l-full {
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }

  .tablet\:rounded-tl {
    border-top-left-radius: 4px !important;
  }

  .tablet\:rounded-tl-sm {
    border-top-left-radius: 10px !important;
  }

  .tablet\:rounded-tl-md {
    border-top-left-radius: 20px !important;
  }

  .tablet\:rounded-tl-full {
    border-top-left-radius: 100% !important;
  }

  .tablet\:rounded-tr {
    border-top-right-radius: 4px !important;
  }

  .tablet\:rounded-tr-sm {
    border-top-right-radius: 10px !important;
  }

  .tablet\:rounded-tr-md {
    border-top-right-radius: 20px !important;
  }

  .tablet\:rounded-tr-full {
    border-top-right-radius: 100% !important;
  }

  .tablet\:rounded-br {
    border-bottom-right-radius: 4px !important;
  }

  .tablet\:rounded-br-sm {
    border-bottom-right-radius: 10px !important;
  }

  .tablet\:rounded-br-md {
    border-bottom-right-radius: 20px !important;
  }

  .tablet\:rounded-br-full {
    border-bottom-right-radius: 100% !important;
  }

  .tablet\:rounded-bl {
    border-bottom-left-radius: 4px !important;
  }

  .tablet\:rounded-bl-sm {
    border-bottom-left-radius: 10px !important;
  }

  .tablet\:rounded-bl-md {
    border-bottom-left-radius: 20px !important;
  }

  .tablet\:rounded-bl-full {
    border-bottom-left-radius: 100% !important;
  }

  .tablet\:border-10 {
    border-width: 10px !important;
  }

  .tablet\:first\:border-10:first-child {
    border-width: 10px !important;
  }

  .tablet\:last\:border-10:last-child {
    border-width: 10px !important;
  }

  .tablet\:hover\:border-10:hover {
    border-width: 10px !important;
  }

  .tablet\:border-t-10 {
    border-top-width: 10px !important;
  }

  .tablet\:border-r-10 {
    border-right-width: 10px !important;
  }

  .tablet\:border-b-10 {
    border-bottom-width: 10px !important;
  }

  .tablet\:border-l-10 {
    border-left-width: 10px !important;
  }

  .tablet\:first\:border-t-10:first-child {
    border-top-width: 10px !important;
  }

  .tablet\:first\:border-r-10:first-child {
    border-right-width: 10px !important;
  }

  .tablet\:first\:border-b-10:first-child {
    border-bottom-width: 10px !important;
  }

  .tablet\:first\:border-l-10:first-child {
    border-left-width: 10px !important;
  }

  .tablet\:last\:border-t-10:last-child {
    border-top-width: 10px !important;
  }

  .tablet\:last\:border-r-10:last-child {
    border-right-width: 10px !important;
  }

  .tablet\:last\:border-b-10:last-child {
    border-bottom-width: 10px !important;
  }

  .tablet\:last\:border-l-10:last-child {
    border-left-width: 10px !important;
  }

  .tablet\:hover\:border-t-10:hover {
    border-top-width: 10px !important;
  }

  .tablet\:hover\:border-r-10:hover {
    border-right-width: 10px !important;
  }

  .tablet\:hover\:border-b-10:hover {
    border-bottom-width: 10px !important;
  }

  .tablet\:hover\:border-l-10:hover {
    border-left-width: 10px !important;
  }

  .tablet\:border-solid {
    border-style: solid !important;
  }

  .tablet\:border-dashed {
    border-style: dashed !important;
  }

  .tablet\:border-dotted {
    border-style: dotted !important;
  }

  .tablet\:border-double {
    border-style: double !important;
  }

  .tablet\:border-none {
    border-style: none !important;
  }

  .tablet\:border-current {
    border-color: currentColor !important;
  }

  .tablet\:border-transparent {
    border-color: transparent !important;
  }

  .tablet\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-lightgrey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .tablet\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .tablet\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:border-lightgrey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .tablet\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .tablet\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus-within\:border-lightgrey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .tablet\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .tablet\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .tablet\:hover\:border-lightgrey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .tablet\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .tablet\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .tablet\:focus\:border-lightgrey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .tablet\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .tablet\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .tablet\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .tablet\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .tablet\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .tablet\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .tablet\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .tablet\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .tablet\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .tablet\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .tablet\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .tablet\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .tablet\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .tablet\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .tablet\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .tablet\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .tablet\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .tablet\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .tablet\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .tablet\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .tablet\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .tablet\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

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

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

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

  .tablet\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-lightgrey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

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

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

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

  .group:hover .tablet\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:bg-lightgrey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .tablet\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .tablet\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus-within\:bg-lightgrey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

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

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

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

  .tablet\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .tablet\:hover\:bg-lightgrey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

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

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

  .tablet\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .tablet\:focus\:bg-lightgrey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

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

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

  .tablet\:active\:bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .tablet\:active\:bg-grey:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .tablet\:active\:bg-lightgrey:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .tablet\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .tablet\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .tablet\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .tablet\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .tablet\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .tablet\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .tablet\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .tablet\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .tablet\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .tablet\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .tablet\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .tablet\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .tablet\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .tablet\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .tablet\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .tablet\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .tablet\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tablet\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:from-grey {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .tablet\:from-lightgrey {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

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

  .tablet\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:from-grey:hover {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .tablet\:hover\:from-lightgrey:hover {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

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

  .tablet\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:from-grey:focus {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .tablet\:focus\:from-lightgrey:focus {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

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

  .tablet\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .tablet\:via-lightgrey {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .tablet\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .tablet\:hover\:via-lightgrey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .tablet\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .tablet\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .tablet\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .tablet\:focus\:via-lightgrey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .tablet\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .tablet\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .tablet\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .tablet\:to-grey {
    --tw-gradient-to: #707070 !important;
  }

  .tablet\:to-lightgrey {
    --tw-gradient-to: #1A1A1A !important;
  }

  .tablet\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .tablet\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .tablet\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .tablet\:hover\:to-grey:hover {
    --tw-gradient-to: #707070 !important;
  }

  .tablet\:hover\:to-lightgrey:hover {
    --tw-gradient-to: #1A1A1A !important;
  }

  .tablet\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .tablet\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .tablet\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .tablet\:focus\:to-grey:focus {
    --tw-gradient-to: #707070 !important;
  }

  .tablet\:focus\:to-lightgrey:focus {
    --tw-gradient-to: #1A1A1A !important;
  }

  .tablet\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .tablet\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .tablet\:bg-auto {
    background-size: auto !important;
  }

  .tablet\:bg-cover {
    background-size: cover !important;
  }

  .tablet\:bg-contain {
    background-size: contain !important;
  }

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

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

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

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

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

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

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

  .tablet\:bg-bottom {
    background-position: bottom !important;
  }

  .tablet\:bg-center {
    background-position: center !important;
  }

  .tablet\:bg-left {
    background-position: left !important;
  }

  .tablet\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .tablet\:bg-left-top {
    background-position: left top !important;
  }

  .tablet\:bg-right {
    background-position: right !important;
  }

  .tablet\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .tablet\:bg-right-top {
    background-position: right top !important;
  }

  .tablet\:bg-top {
    background-position: top !important;
  }

  .tablet\:bg-repeat {
    background-repeat: repeat !important;
  }

  .tablet\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .tablet\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .tablet\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .tablet\:bg-repeat-round {
    background-repeat: round !important;
  }

  .tablet\:bg-repeat-space {
    background-repeat: space !important;
  }

  .tablet\:bg-origin-border {
    background-origin: border-box !important;
  }

  .tablet\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .tablet\:bg-origin-content {
    background-origin: content-box !important;
  }

  .tablet\:fill-current {
    fill: currentColor !important;
  }

  .tablet\:stroke-current {
    stroke: currentColor !important;
  }

  .tablet\:stroke-0 {
    stroke-width: 0 !important;
  }

  .tablet\:stroke-1 {
    stroke-width: 1 !important;
  }

  .tablet\:stroke-2 {
    stroke-width: 2 !important;
  }

  .tablet\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .tablet\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .tablet\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .tablet\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .tablet\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .tablet\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .tablet\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .tablet\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .tablet\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .tablet\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .tablet\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .tablet\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .tablet\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .tablet\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .tablet\:p-0 {
    padding: 0px !important;
  }

  .tablet\:p-1 {
    padding: 4px !important;
  }

  .tablet\:p-2 {
    padding: 8px !important;
  }

  .tablet\:p-3 {
    padding: 3px !important;
  }

  .tablet\:p-4 {
    padding: 4px !important;
  }

  .tablet\:p-5 {
    padding: 5px !important;
  }

  .tablet\:p-7 {
    padding: 7px !important;
  }

  .tablet\:p-8 {
    padding: 8px !important;
  }

  .tablet\:p-10 {
    padding: 10px !important;
  }

  .tablet\:p-11 {
    padding: 11px !important;
  }

  .tablet\:p-12 {
    padding: 12px !important;
  }

  .tablet\:p-15 {
    padding: 15px !important;
  }

  .tablet\:p-18 {
    padding: 18px !important;
  }

  .tablet\:p-20 {
    padding: 20px !important;
  }

  .tablet\:p-22 {
    padding: 22px !important;
  }

  .tablet\:p-24 {
    padding: 24px !important;
  }

  .tablet\:p-25 {
    padding: 25px !important;
  }

  .tablet\:p-26 {
    padding: 26px !important;
  }

  .tablet\:p-28 {
    padding: 28px !important;
  }

  .tablet\:p-30 {
    padding: 30px !important;
  }

  .tablet\:p-32 {
    padding: 32px !important;
  }

  .tablet\:p-34 {
    padding: 34px !important;
  }

  .tablet\:p-35 {
    padding: 35px !important;
  }

  .tablet\:p-40 {
    padding: 40px !important;
  }

  .tablet\:p-45 {
    padding: 45px !important;
  }

  .tablet\:p-50 {
    padding: 50px !important;
  }

  .tablet\:p-54 {
    padding: 54px !important;
  }

  .tablet\:p-55 {
    padding: 55px !important;
  }

  .tablet\:p-56 {
    padding: 56px !important;
  }

  .tablet\:p-60 {
    padding: 60px !important;
  }

  .tablet\:p-65 {
    padding: 65px !important;
  }

  .tablet\:p-70 {
    padding: 70px !important;
  }

  .tablet\:p-75 {
    padding: 75px !important;
  }

  .tablet\:p-80 {
    padding: 80px !important;
  }

  .tablet\:p-85 {
    padding: 85px !important;
  }

  .tablet\:p-90 {
    padding: 90px !important;
  }

  .tablet\:p-100 {
    padding: 100px !important;
  }

  .tablet\:p-120 {
    padding: 120px !important;
  }

  .tablet\:p-125 {
    padding: 125px !important;
  }

  .tablet\:p-130 {
    padding: 130px !important;
  }

  .tablet\:p-140 {
    padding: 140px !important;
  }

  .tablet\:p-150 {
    padding: 150px !important;
  }

  .tablet\:p-175 {
    padding: 175px !important;
  }

  .tablet\:p-200 {
    padding: 200px !important;
  }

  .tablet\:p-220 {
    padding: 220px !important;
  }

  .tablet\:p-275 {
    padding: 275px !important;
  }

  .tablet\:p-300 {
    padding: 300px !important;
  }

  .tablet\:p-375 {
    padding: 375px !important;
  }

  .tablet\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .tablet\:px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .tablet\:px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .tablet\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .tablet\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .tablet\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .tablet\:px-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .tablet\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .tablet\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .tablet\:px-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .tablet\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .tablet\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .tablet\:px-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .tablet\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .tablet\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .tablet\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .tablet\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .tablet\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .tablet\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .tablet\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .tablet\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .tablet\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .tablet\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .tablet\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .tablet\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .tablet\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .tablet\:px-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }

  .tablet\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .tablet\:px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .tablet\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .tablet\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .tablet\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .tablet\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .tablet\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .tablet\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .tablet\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .tablet\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .tablet\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .tablet\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .tablet\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .tablet\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .tablet\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .tablet\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .tablet\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .tablet\:px-220 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .tablet\:px-275 {
    padding-left: 275px !important;
    padding-right: 275px !important;
  }

  .tablet\:px-300 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }

  .tablet\:px-375 {
    padding-left: 375px !important;
    padding-right: 375px !important;
  }

  .tablet\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .tablet\:py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .tablet\:py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .tablet\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .tablet\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .tablet\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .tablet\:py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .tablet\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .tablet\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .tablet\:py-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .tablet\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .tablet\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .tablet\:py-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .tablet\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .tablet\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .tablet\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .tablet\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .tablet\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .tablet\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .tablet\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .tablet\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .tablet\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .tablet\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .tablet\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .tablet\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .tablet\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .tablet\:py-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .tablet\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .tablet\:py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .tablet\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .tablet\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .tablet\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .tablet\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .tablet\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .tablet\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .tablet\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .tablet\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .tablet\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .tablet\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .tablet\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .tablet\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .tablet\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .tablet\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .tablet\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .tablet\:py-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .tablet\:py-275 {
    padding-top: 275px !important;
    padding-bottom: 275px !important;
  }

  .tablet\:py-300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }

  .tablet\:py-375 {
    padding-top: 375px !important;
    padding-bottom: 375px !important;
  }

  .tablet\:pt-0 {
    padding-top: 0px !important;
  }

  .tablet\:pt-1 {
    padding-top: 4px !important;
  }

  .tablet\:pt-2 {
    padding-top: 8px !important;
  }

  .tablet\:pt-3 {
    padding-top: 3px !important;
  }

  .tablet\:pt-4 {
    padding-top: 4px !important;
  }

  .tablet\:pt-5 {
    padding-top: 5px !important;
  }

  .tablet\:pt-7 {
    padding-top: 7px !important;
  }

  .tablet\:pt-8 {
    padding-top: 8px !important;
  }

  .tablet\:pt-10 {
    padding-top: 10px !important;
  }

  .tablet\:pt-11 {
    padding-top: 11px !important;
  }

  .tablet\:pt-12 {
    padding-top: 12px !important;
  }

  .tablet\:pt-15 {
    padding-top: 15px !important;
  }

  .tablet\:pt-18 {
    padding-top: 18px !important;
  }

  .tablet\:pt-20 {
    padding-top: 20px !important;
  }

  .tablet\:pt-22 {
    padding-top: 22px !important;
  }

  .tablet\:pt-24 {
    padding-top: 24px !important;
  }

  .tablet\:pt-25 {
    padding-top: 25px !important;
  }

  .tablet\:pt-26 {
    padding-top: 26px !important;
  }

  .tablet\:pt-28 {
    padding-top: 28px !important;
  }

  .tablet\:pt-30 {
    padding-top: 30px !important;
  }

  .tablet\:pt-32 {
    padding-top: 32px !important;
  }

  .tablet\:pt-34 {
    padding-top: 34px !important;
  }

  .tablet\:pt-35 {
    padding-top: 35px !important;
  }

  .tablet\:pt-40 {
    padding-top: 40px !important;
  }

  .tablet\:pt-45 {
    padding-top: 45px !important;
  }

  .tablet\:pt-50 {
    padding-top: 50px !important;
  }

  .tablet\:pt-54 {
    padding-top: 54px !important;
  }

  .tablet\:pt-55 {
    padding-top: 55px !important;
  }

  .tablet\:pt-56 {
    padding-top: 56px !important;
  }

  .tablet\:pt-60 {
    padding-top: 60px !important;
  }

  .tablet\:pt-65 {
    padding-top: 65px !important;
  }

  .tablet\:pt-70 {
    padding-top: 70px !important;
  }

  .tablet\:pt-75 {
    padding-top: 75px !important;
  }

  .tablet\:pt-80 {
    padding-top: 80px !important;
  }

  .tablet\:pt-85 {
    padding-top: 85px !important;
  }

  .tablet\:pt-90 {
    padding-top: 90px !important;
  }

  .tablet\:pt-100 {
    padding-top: 100px !important;
  }

  .tablet\:pt-120 {
    padding-top: 120px !important;
  }

  .tablet\:pt-125 {
    padding-top: 125px !important;
  }

  .tablet\:pt-130 {
    padding-top: 130px !important;
  }

  .tablet\:pt-140 {
    padding-top: 140px !important;
  }

  .tablet\:pt-150 {
    padding-top: 150px !important;
  }

  .tablet\:pt-175 {
    padding-top: 175px !important;
  }

  .tablet\:pt-200 {
    padding-top: 200px !important;
  }

  .tablet\:pt-220 {
    padding-top: 220px !important;
  }

  .tablet\:pt-275 {
    padding-top: 275px !important;
  }

  .tablet\:pt-300 {
    padding-top: 300px !important;
  }

  .tablet\:pt-375 {
    padding-top: 375px !important;
  }

  .tablet\:pr-0 {
    padding-right: 0px !important;
  }

  .tablet\:pr-1 {
    padding-right: 4px !important;
  }

  .tablet\:pr-2 {
    padding-right: 8px !important;
  }

  .tablet\:pr-3 {
    padding-right: 3px !important;
  }

  .tablet\:pr-4 {
    padding-right: 4px !important;
  }

  .tablet\:pr-5 {
    padding-right: 5px !important;
  }

  .tablet\:pr-7 {
    padding-right: 7px !important;
  }

  .tablet\:pr-8 {
    padding-right: 8px !important;
  }

  .tablet\:pr-10 {
    padding-right: 10px !important;
  }

  .tablet\:pr-11 {
    padding-right: 11px !important;
  }

  .tablet\:pr-12 {
    padding-right: 12px !important;
  }

  .tablet\:pr-15 {
    padding-right: 15px !important;
  }

  .tablet\:pr-18 {
    padding-right: 18px !important;
  }

  .tablet\:pr-20 {
    padding-right: 20px !important;
  }

  .tablet\:pr-22 {
    padding-right: 22px !important;
  }

  .tablet\:pr-24 {
    padding-right: 24px !important;
  }

  .tablet\:pr-25 {
    padding-right: 25px !important;
  }

  .tablet\:pr-26 {
    padding-right: 26px !important;
  }

  .tablet\:pr-28 {
    padding-right: 28px !important;
  }

  .tablet\:pr-30 {
    padding-right: 30px !important;
  }

  .tablet\:pr-32 {
    padding-right: 32px !important;
  }

  .tablet\:pr-34 {
    padding-right: 34px !important;
  }

  .tablet\:pr-35 {
    padding-right: 35px !important;
  }

  .tablet\:pr-40 {
    padding-right: 40px !important;
  }

  .tablet\:pr-45 {
    padding-right: 45px !important;
  }

  .tablet\:pr-50 {
    padding-right: 50px !important;
  }

  .tablet\:pr-54 {
    padding-right: 54px !important;
  }

  .tablet\:pr-55 {
    padding-right: 55px !important;
  }

  .tablet\:pr-56 {
    padding-right: 56px !important;
  }

  .tablet\:pr-60 {
    padding-right: 60px !important;
  }

  .tablet\:pr-65 {
    padding-right: 65px !important;
  }

  .tablet\:pr-70 {
    padding-right: 70px !important;
  }

  .tablet\:pr-75 {
    padding-right: 75px !important;
  }

  .tablet\:pr-80 {
    padding-right: 80px !important;
  }

  .tablet\:pr-85 {
    padding-right: 85px !important;
  }

  .tablet\:pr-90 {
    padding-right: 90px !important;
  }

  .tablet\:pr-100 {
    padding-right: 100px !important;
  }

  .tablet\:pr-120 {
    padding-right: 120px !important;
  }

  .tablet\:pr-125 {
    padding-right: 125px !important;
  }

  .tablet\:pr-130 {
    padding-right: 130px !important;
  }

  .tablet\:pr-140 {
    padding-right: 140px !important;
  }

  .tablet\:pr-150 {
    padding-right: 150px !important;
  }

  .tablet\:pr-175 {
    padding-right: 175px !important;
  }

  .tablet\:pr-200 {
    padding-right: 200px !important;
  }

  .tablet\:pr-220 {
    padding-right: 220px !important;
  }

  .tablet\:pr-275 {
    padding-right: 275px !important;
  }

  .tablet\:pr-300 {
    padding-right: 300px !important;
  }

  .tablet\:pr-375 {
    padding-right: 375px !important;
  }

  .tablet\:pb-0 {
    padding-bottom: 0px !important;
  }

  .tablet\:pb-1 {
    padding-bottom: 4px !important;
  }

  .tablet\:pb-2 {
    padding-bottom: 8px !important;
  }

  .tablet\:pb-3 {
    padding-bottom: 3px !important;
  }

  .tablet\:pb-4 {
    padding-bottom: 4px !important;
  }

  .tablet\:pb-5 {
    padding-bottom: 5px !important;
  }

  .tablet\:pb-7 {
    padding-bottom: 7px !important;
  }

  .tablet\:pb-8 {
    padding-bottom: 8px !important;
  }

  .tablet\:pb-10 {
    padding-bottom: 10px !important;
  }

  .tablet\:pb-11 {
    padding-bottom: 11px !important;
  }

  .tablet\:pb-12 {
    padding-bottom: 12px !important;
  }

  .tablet\:pb-15 {
    padding-bottom: 15px !important;
  }

  .tablet\:pb-18 {
    padding-bottom: 18px !important;
  }

  .tablet\:pb-20 {
    padding-bottom: 20px !important;
  }

  .tablet\:pb-22 {
    padding-bottom: 22px !important;
  }

  .tablet\:pb-24 {
    padding-bottom: 24px !important;
  }

  .tablet\:pb-25 {
    padding-bottom: 25px !important;
  }

  .tablet\:pb-26 {
    padding-bottom: 26px !important;
  }

  .tablet\:pb-28 {
    padding-bottom: 28px !important;
  }

  .tablet\:pb-30 {
    padding-bottom: 30px !important;
  }

  .tablet\:pb-32 {
    padding-bottom: 32px !important;
  }

  .tablet\:pb-34 {
    padding-bottom: 34px !important;
  }

  .tablet\:pb-35 {
    padding-bottom: 35px !important;
  }

  .tablet\:pb-40 {
    padding-bottom: 40px !important;
  }

  .tablet\:pb-45 {
    padding-bottom: 45px !important;
  }

  .tablet\:pb-50 {
    padding-bottom: 50px !important;
  }

  .tablet\:pb-54 {
    padding-bottom: 54px !important;
  }

  .tablet\:pb-55 {
    padding-bottom: 55px !important;
  }

  .tablet\:pb-56 {
    padding-bottom: 56px !important;
  }

  .tablet\:pb-60 {
    padding-bottom: 60px !important;
  }

  .tablet\:pb-65 {
    padding-bottom: 65px !important;
  }

  .tablet\:pb-70 {
    padding-bottom: 70px !important;
  }

  .tablet\:pb-75 {
    padding-bottom: 75px !important;
  }

  .tablet\:pb-80 {
    padding-bottom: 80px !important;
  }

  .tablet\:pb-85 {
    padding-bottom: 85px !important;
  }

  .tablet\:pb-90 {
    padding-bottom: 90px !important;
  }

  .tablet\:pb-100 {
    padding-bottom: 100px !important;
  }

  .tablet\:pb-120 {
    padding-bottom: 120px !important;
  }

  .tablet\:pb-125 {
    padding-bottom: 125px !important;
  }

  .tablet\:pb-130 {
    padding-bottom: 130px !important;
  }

  .tablet\:pb-140 {
    padding-bottom: 140px !important;
  }

  .tablet\:pb-150 {
    padding-bottom: 150px !important;
  }

  .tablet\:pb-175 {
    padding-bottom: 175px !important;
  }

  .tablet\:pb-200 {
    padding-bottom: 200px !important;
  }

  .tablet\:pb-220 {
    padding-bottom: 220px !important;
  }

  .tablet\:pb-275 {
    padding-bottom: 275px !important;
  }

  .tablet\:pb-300 {
    padding-bottom: 300px !important;
  }

  .tablet\:pb-375 {
    padding-bottom: 375px !important;
  }

  .tablet\:pl-0 {
    padding-left: 0px !important;
  }

  .tablet\:pl-1 {
    padding-left: 4px !important;
  }

  .tablet\:pl-2 {
    padding-left: 8px !important;
  }

  .tablet\:pl-3 {
    padding-left: 3px !important;
  }

  .tablet\:pl-4 {
    padding-left: 4px !important;
  }

  .tablet\:pl-5 {
    padding-left: 5px !important;
  }

  .tablet\:pl-7 {
    padding-left: 7px !important;
  }

  .tablet\:pl-8 {
    padding-left: 8px !important;
  }

  .tablet\:pl-10 {
    padding-left: 10px !important;
  }

  .tablet\:pl-11 {
    padding-left: 11px !important;
  }

  .tablet\:pl-12 {
    padding-left: 12px !important;
  }

  .tablet\:pl-15 {
    padding-left: 15px !important;
  }

  .tablet\:pl-18 {
    padding-left: 18px !important;
  }

  .tablet\:pl-20 {
    padding-left: 20px !important;
  }

  .tablet\:pl-22 {
    padding-left: 22px !important;
  }

  .tablet\:pl-24 {
    padding-left: 24px !important;
  }

  .tablet\:pl-25 {
    padding-left: 25px !important;
  }

  .tablet\:pl-26 {
    padding-left: 26px !important;
  }

  .tablet\:pl-28 {
    padding-left: 28px !important;
  }

  .tablet\:pl-30 {
    padding-left: 30px !important;
  }

  .tablet\:pl-32 {
    padding-left: 32px !important;
  }

  .tablet\:pl-34 {
    padding-left: 34px !important;
  }

  .tablet\:pl-35 {
    padding-left: 35px !important;
  }

  .tablet\:pl-40 {
    padding-left: 40px !important;
  }

  .tablet\:pl-45 {
    padding-left: 45px !important;
  }

  .tablet\:pl-50 {
    padding-left: 50px !important;
  }

  .tablet\:pl-54 {
    padding-left: 54px !important;
  }

  .tablet\:pl-55 {
    padding-left: 55px !important;
  }

  .tablet\:pl-56 {
    padding-left: 56px !important;
  }

  .tablet\:pl-60 {
    padding-left: 60px !important;
  }

  .tablet\:pl-65 {
    padding-left: 65px !important;
  }

  .tablet\:pl-70 {
    padding-left: 70px !important;
  }

  .tablet\:pl-75 {
    padding-left: 75px !important;
  }

  .tablet\:pl-80 {
    padding-left: 80px !important;
  }

  .tablet\:pl-85 {
    padding-left: 85px !important;
  }

  .tablet\:pl-90 {
    padding-left: 90px !important;
  }

  .tablet\:pl-100 {
    padding-left: 100px !important;
  }

  .tablet\:pl-120 {
    padding-left: 120px !important;
  }

  .tablet\:pl-125 {
    padding-left: 125px !important;
  }

  .tablet\:pl-130 {
    padding-left: 130px !important;
  }

  .tablet\:pl-140 {
    padding-left: 140px !important;
  }

  .tablet\:pl-150 {
    padding-left: 150px !important;
  }

  .tablet\:pl-175 {
    padding-left: 175px !important;
  }

  .tablet\:pl-200 {
    padding-left: 200px !important;
  }

  .tablet\:pl-220 {
    padding-left: 220px !important;
  }

  .tablet\:pl-275 {
    padding-left: 275px !important;
  }

  .tablet\:pl-300 {
    padding-left: 300px !important;
  }

  .tablet\:pl-375 {
    padding-left: 375px !important;
  }

  .tablet\:text-left {
    text-align: left !important;
  }

  .tablet\:text-center {
    text-align: center !important;
  }

  .tablet\:text-right {
    text-align: right !important;
  }

  .tablet\:text-justify {
    text-align: justify !important;
  }

  .tablet\:align-baseline {
    vertical-align: baseline !important;
  }

  .tablet\:align-top {
    vertical-align: top !important;
  }

  .tablet\:align-middle {
    vertical-align: middle !important;
  }

  .tablet\:align-bottom {
    vertical-align: bottom !important;
  }

  .tablet\:align-text-top {
    vertical-align: text-top !important;
  }

  .tablet\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .tablet\:font-default {
    font-family: Proxima Nova !important;
  }

  .tablet\:text-p12 {
    font-size: 12px !important;
  }

  .tablet\:text-p13 {
    font-size: 13px !important;
  }

  .tablet\:text-p14 {
    font-size: 14px !important;
  }

  .tablet\:text-p15 {
    font-size: 15px !important;
  }

  .tablet\:text-p16 {
    font-size: 16px !important;
  }

  .tablet\:text-p18 {
    font-size: 18px !important;
  }

  .tablet\:text-p20 {
    font-size: 20px !important;
  }

  .tablet\:text-p24 {
    font-size: 24px !important;
  }

  .tablet\:text-h22 {
    font-size: 22px !important;
  }

  .tablet\:text-h24 {
    font-size: 24px !important;
  }

  .tablet\:text-h26 {
    font-size: 26px !important;
  }

  .tablet\:text-h28 {
    font-size: 28px !important;
  }

  .tablet\:text-h30 {
    font-size: 30px !important;
  }

  .tablet\:text-h34 {
    font-size: 34px !important;
  }

  .tablet\:text-h36 {
    font-size: 36px !important;
  }

  .tablet\:text-h40 {
    font-size: 40px !important;
  }

  .tablet\:text-h50 {
    font-size: 50px !important;
  }

  .tablet\:text-h60 {
    font-size: 60px !important;
  }

  .tablet\:text-h70 {
    font-size: 70px !important;
  }

  .tablet\:text-h75 {
    font-size: 75px !important;
  }

  .tablet\:font-thin {
    font-weight: 100 !important;
  }

  .tablet\:font-extralight {
    font-weight: 200 !important;
  }

  .tablet\:font-light {
    font-weight: 300 !important;
  }

  .tablet\:font-normal {
    font-weight: 400 !important;
  }

  .tablet\:font-medium {
    font-weight: 500 !important;
  }

  .tablet\:font-semibold {
    font-weight: 600 !important;
  }

  .tablet\:font-bold {
    font-weight: 700 !important;
  }

  .tablet\:font-extrabold {
    font-weight: 800 !important;
  }

  .tablet\:font-black {
    font-weight: 900 !important;
  }

  .tablet\:hover\:font-thin:hover {
    font-weight: 100 !important;
  }

  .tablet\:hover\:font-extralight:hover {
    font-weight: 200 !important;
  }

  .tablet\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .tablet\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .tablet\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .tablet\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .tablet\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .tablet\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .tablet\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .tablet\:active\:font-thin:active {
    font-weight: 100 !important;
  }

  .tablet\:active\:font-extralight:active {
    font-weight: 200 !important;
  }

  .tablet\:active\:font-light:active {
    font-weight: 300 !important;
  }

  .tablet\:active\:font-normal:active {
    font-weight: 400 !important;
  }

  .tablet\:active\:font-medium:active {
    font-weight: 500 !important;
  }

  .tablet\:active\:font-semibold:active {
    font-weight: 600 !important;
  }

  .tablet\:active\:font-bold:active {
    font-weight: 700 !important;
  }

  .tablet\:active\:font-extrabold:active {
    font-weight: 800 !important;
  }

  .tablet\:active\:font-black:active {
    font-weight: 900 !important;
  }

  .tablet\:uppercase {
    text-transform: uppercase !important;
  }

  .tablet\:lowercase {
    text-transform: lowercase !important;
  }

  .tablet\:capitalize {
    text-transform: capitalize !important;
  }

  .tablet\:normal-case {
    text-transform: none !important;
  }

  .tablet\:italic {
    font-style: italic !important;
  }

  .tablet\:not-italic {
    font-style: normal !important;
  }

  .tablet\:ordinal, .tablet\:slashed-zero, .tablet\:lining-nums, .tablet\:oldstyle-nums, .tablet\:proportional-nums, .tablet\:tabular-nums, .tablet\:diagonal-fractions, .tablet\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .tablet\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .tablet\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .tablet\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .tablet\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .tablet\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .tablet\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .tablet\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .tablet\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .tablet\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .tablet\:leading-15 {
    line-height: 1.5 !important;
  }

  .tablet\:leading-16 {
    line-height: 16px !important;
  }

  .tablet\:leading-20 {
    line-height: 20px !important;
  }

  .tablet\:leading-22 {
    line-height: 22px !important;
  }

  .tablet\:leading-24 {
    line-height: 24px !important;
  }

  .tablet\:leading-26 {
    line-height: 26px !important;
  }

  .tablet\:leading-27 {
    line-height: 27px !important;
  }

  .tablet\:leading-28 {
    line-height: 28px !important;
  }

  .tablet\:leading-30 {
    line-height: 30px !important;
  }

  .tablet\:leading-32 {
    line-height: 32px !important;
  }

  .tablet\:leading-34 {
    line-height: 34px !important;
  }

  .tablet\:leading-36 {
    line-height: 36px !important;
  }

  .tablet\:leading-40 {
    line-height: 40px !important;
  }

  .tablet\:leading-48 {
    line-height: 48px !important;
  }

  .tablet\:leading-50 {
    line-height: 52px !important;
  }

  .tablet\:leading-54 {
    line-height: 54px !important;
  }

  .tablet\:leading-56 {
    line-height: 56px !important;
  }

  .tablet\:leading-60 {
    line-height: 60px !important;
  }

  .tablet\:leading-67 {
    line-height: 67px !important;
  }

  .tablet\:leading-75 {
    line-height: 75px !important;
  }

  .tablet\:leading-78 {
    line-height: 78px !important;
  }

  .tablet\:leading-90 {
    line-height: 90px !important;
  }

  .tablet\:leading-none {
    line-height: 1 !important;
  }

  .tablet\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .tablet\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .tablet\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .tablet\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .tablet\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .tablet\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .tablet\:text-current {
    color: currentColor !important;
  }

  .tablet\:text-transparent {
    color: transparent !important;
  }

  .tablet\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-lightgrey {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .tablet\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .tablet\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .tablet\:group-hover\:text-lightgrey {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .tablet\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .tablet\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus-within\:text-lightgrey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .tablet\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .tablet\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .tablet\:hover\:text-lightgrey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .tablet\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .tablet\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .tablet\:focus\:text-lightgrey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .tablet\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .tablet\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .tablet\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .tablet\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .tablet\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .tablet\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .tablet\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .tablet\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .tablet\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .tablet\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .tablet\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .tablet\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .tablet\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .tablet\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .tablet\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .tablet\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .tablet\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .tablet\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .tablet\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .tablet\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .tablet\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .tablet\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .tablet\:underline {
    text-decoration: underline !important;
  }

  .tablet\:line-through {
    text-decoration: line-through !important;
  }

  .tablet\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .tablet\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .tablet\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .tablet\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .tablet\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .tablet\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .tablet\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .tablet\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .tablet\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .tablet\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .tablet\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .tablet\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .tablet\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .tablet\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .tablet\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .tablet\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .tablet\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .tablet\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .tablet\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .tablet\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-lightgrey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-lightgrey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .tablet\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .tablet\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .tablet\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .tablet\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-lightgrey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:focus\:placeholder-lightgrey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .tablet\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .tablet\:opacity-0 {
    opacity: 0 !important;
  }

  .tablet\:opacity-5 {
    opacity: 0.05 !important;
  }

  .tablet\:opacity-10 {
    opacity: 0.1 !important;
  }

  .tablet\:opacity-20 {
    opacity: 0.2 !important;
  }

  .tablet\:opacity-25 {
    opacity: 0.25 !important;
  }

  .tablet\:opacity-30 {
    opacity: 0.3 !important;
  }

  .tablet\:opacity-40 {
    opacity: 0.4 !important;
  }

  .tablet\:opacity-50 {
    opacity: 0.5 !important;
  }

  .tablet\:opacity-60 {
    opacity: 0.6 !important;
  }

  .tablet\:opacity-70 {
    opacity: 0.7 !important;
  }

  .tablet\:opacity-75 {
    opacity: 0.75 !important;
  }

  .tablet\:opacity-80 {
    opacity: 0.8 !important;
  }

  .tablet\:opacity-90 {
    opacity: 0.9 !important;
  }

  .tablet\:opacity-95 {
    opacity: 0.95 !important;
  }

  .tablet\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .tablet\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .tablet\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .tablet\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .tablet\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .tablet\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .tablet\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .tablet\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .tablet\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .tablet\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .tablet\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .tablet\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .tablet\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .tablet\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .tablet\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .tablet\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .tablet\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .tablet\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .tablet\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .tablet\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .tablet\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .tablet\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .tablet\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .tablet\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .tablet\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .tablet\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .tablet\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .tablet\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .tablet\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .tablet\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .tablet\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .tablet\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .tablet\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .tablet\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .tablet\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .tablet\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .tablet\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .tablet\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .tablet\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .tablet\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .tablet\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .tablet\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .tablet\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .tablet\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .tablet\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .tablet\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .tablet\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .tablet\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .tablet\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .tablet\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .tablet\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .tablet\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .tablet\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .tablet\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .tablet\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .tablet\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .tablet\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .tablet\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .tablet\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .tablet\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .tablet\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .tablet\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .tablet\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .tablet\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .tablet\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .tablet\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .tablet\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .tablet\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .tablet\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .tablet\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .tablet\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .tablet\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .tablet\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .tablet\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .tablet\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .tablet\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .tablet\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .tablet\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .tablet\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .tablet\:shadow-vs {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-sm {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-md {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-lg {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-xl {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:shadow-2xl {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-vs {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-sm {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-md {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-lg {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-xl {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .tablet\:group-hover\:shadow-2xl {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-vs:focus-within {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow:focus-within {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-vs:hover {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-sm:hover {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow:hover {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-md:hover {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-lg:hover {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-xl:hover {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:hover\:shadow-2xl:hover {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-vs:focus {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-sm:focus {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow:focus {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-md:focus {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-lg:focus {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-xl:focus {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:focus\:shadow-2xl:focus {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .tablet\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .tablet\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .tablet\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

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

  .tablet\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .tablet\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .tablet\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:ring-3 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus-within\:ring-3:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:focus\:ring-3:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .tablet\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .tablet\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .tablet\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .tablet\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .tablet\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .tablet\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-lightgrey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .tablet\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .tablet\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus-within\:ring-lightgrey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .tablet\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .tablet\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .tablet\:focus\:ring-lightgrey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .tablet\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .tablet\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .tablet\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .tablet\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .tablet\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .tablet\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .tablet\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .tablet\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .tablet\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .tablet\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .tablet\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .tablet\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .tablet\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .tablet\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .tablet\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .tablet\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .tablet\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .tablet\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .tablet\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .tablet\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .tablet\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .tablet\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .tablet\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .tablet\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .tablet\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .tablet\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .tablet\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .tablet\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .tablet\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .tablet\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .tablet\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .tablet\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .tablet\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .tablet\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .tablet\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .tablet\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .tablet\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .tablet\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .tablet\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .tablet\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .tablet\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .tablet\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .tablet\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .tablet\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .tablet\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .tablet\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .tablet\:ring-offset-3 {
    --tw-ring-offset-width: 3px !important;
  }

  .tablet\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .tablet\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .tablet\:focus-within\:ring-offset-3:focus-within {
    --tw-ring-offset-width: 3px !important;
  }

  .tablet\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .tablet\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .tablet\:focus\:ring-offset-3:focus {
    --tw-ring-offset-width: 3px !important;
  }

  .tablet\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .tablet\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .tablet\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .tablet\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .tablet\:ring-offset-grey {
    --tw-ring-offset-color: #707070 !important;
  }

  .tablet\:ring-offset-lightgrey {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .tablet\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .tablet\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .tablet\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .tablet\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #707070 !important;
  }

  .tablet\:focus-within\:ring-offset-lightgrey:focus-within {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .tablet\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .tablet\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .tablet\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .tablet\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #707070 !important;
  }

  .tablet\:focus\:ring-offset-lightgrey:focus {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .tablet\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .tablet\:filter-none {
    filter: none !important;
  }

  .tablet\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .tablet\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .tablet\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .tablet\:blur {
    --tw-blur: blur(8px) !important;
  }

  .tablet\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .tablet\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .tablet\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .tablet\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .tablet\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .tablet\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .tablet\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .tablet\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .tablet\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .tablet\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .tablet\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .tablet\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .tablet\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .tablet\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .tablet\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .tablet\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .tablet\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .tablet\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .tablet\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .tablet\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .tablet\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .tablet\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .tablet\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .tablet\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.21)) !important;
  }

  .tablet\: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)) !important;
  }

  .tablet\: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)) !important;
  }

  .tablet\: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)) !important;
  }

  .tablet\: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)) !important;
  }

  .tablet\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .tablet\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .tablet\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .tablet\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .tablet\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .tablet\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .tablet\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .tablet\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .tablet\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .tablet\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .tablet\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .tablet\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .tablet\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .tablet\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .tablet\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .tablet\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .tablet\:invert {
    --tw-invert: invert(100%) !important;
  }

  .tablet\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .tablet\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .tablet\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .tablet\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .tablet\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .tablet\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .tablet\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .tablet\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            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) !important;
  }

  .tablet\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .tablet\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .tablet\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .tablet\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .tablet\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .tablet\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .tablet\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .tablet\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .tablet\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .tablet\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .tablet\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .tablet\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .tablet\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .tablet\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .tablet\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .tablet\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .tablet\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .tablet\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .tablet\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .tablet\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .tablet\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .tablet\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .tablet\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .tablet\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .tablet\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .tablet\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .tablet\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .tablet\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .tablet\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .tablet\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .tablet\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .tablet\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .tablet\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .tablet\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .tablet\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .tablet\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .tablet\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .tablet\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .tablet\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .tablet\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .tablet\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .tablet\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .tablet\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .tablet\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .tablet\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .tablet\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .tablet\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .tablet\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .tablet\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .tablet\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .tablet\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .tablet\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .tablet\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .tablet\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .tablet\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .tablet\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .tablet\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .tablet\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .tablet\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .tablet\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .tablet\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .tablet\:transition-none {
    transition-property: none !important;
  }

  .tablet\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .tablet\:delay-75 {
    transition-delay: 75ms !important;
  }

  .tablet\:delay-100 {
    transition-delay: 100ms !important;
  }

  .tablet\:delay-150 {
    transition-delay: 150ms !important;
  }

  .tablet\:delay-200 {
    transition-delay: 200ms !important;
  }

  .tablet\:delay-300 {
    transition-delay: 300ms !important;
  }

  .tablet\:delay-500 {
    transition-delay: 500ms !important;
  }

  .tablet\:delay-700 {
    transition-delay: 700ms !important;
  }

  .tablet\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .tablet\:duration-75 {
    transition-duration: 75ms !important;
  }

  .tablet\:duration-100 {
    transition-duration: 100ms !important;
  }

  .tablet\:duration-150 {
    transition-duration: 150ms !important;
  }

  .tablet\:duration-200 {
    transition-duration: 200ms !important;
  }

  .tablet\:duration-300 {
    transition-duration: 300ms !important;
  }

  .tablet\:duration-500 {
    transition-duration: 500ms !important;
  }

  .tablet\:duration-700 {
    transition-duration: 700ms !important;
  }

  .tablet\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .tablet\:ease-linear {
    transition-timing-function: linear !important;
  }

  .tablet\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .tablet\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .tablet\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1024px) {
  .laptop\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 1200px) {
    .laptop\:container {
      max-width: 1200px;
    }
  }

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

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

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

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

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

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

  .laptop\:pointer-events-none {
    pointer-events: none !important;
  }

  .laptop\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .laptop\:visible {
    visibility: visible !important;
  }

  .laptop\:invisible {
    visibility: hidden !important;
  }

  .laptop\:static {
    position: static !important;
  }

  .laptop\:fixed {
    position: fixed !important;
  }

  .laptop\:absolute {
    position: absolute !important;
  }

  .laptop\:relative {
    position: relative !important;
  }

  .laptop\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .laptop\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .laptop\:inset-1 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .laptop\:inset-2 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .laptop\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .laptop\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .laptop\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .laptop\:inset-7 {
    top: 7px !important;
    right: 7px !important;
    bottom: 7px !important;
    left: 7px !important;
  }

  .laptop\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .laptop\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .laptop\:inset-11 {
    top: 11px !important;
    right: 11px !important;
    bottom: 11px !important;
    left: 11px !important;
  }

  .laptop\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .laptop\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .laptop\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .laptop\:inset-18 {
    top: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    left: 18px !important;
  }

  .laptop\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .laptop\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .laptop\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .laptop\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .laptop\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .laptop\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .laptop\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .laptop\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .laptop\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .laptop\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .laptop\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .laptop\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .laptop\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .laptop\:inset-54 {
    top: 54px !important;
    right: 54px !important;
    bottom: 54px !important;
    left: 54px !important;
  }

  .laptop\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .laptop\:inset-56 {
    top: 56px !important;
    right: 56px !important;
    bottom: 56px !important;
    left: 56px !important;
  }

  .laptop\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .laptop\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .laptop\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .laptop\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .laptop\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .laptop\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .laptop\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .laptop\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .laptop\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .laptop\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .laptop\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .laptop\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .laptop\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .laptop\:inset-175 {
    top: 175px !important;
    right: 175px !important;
    bottom: 175px !important;
    left: 175px !important;
  }

  .laptop\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .laptop\:inset-220 {
    top: 220px !important;
    right: 220px !important;
    bottom: 220px !important;
    left: 220px !important;
  }

  .laptop\:inset-275 {
    top: 275px !important;
    right: 275px !important;
    bottom: 275px !important;
    left: 275px !important;
  }

  .laptop\:inset-300 {
    top: 300px !important;
    right: 300px !important;
    bottom: 300px !important;
    left: 300px !important;
  }

  .laptop\:inset-375 {
    top: 375px !important;
    right: 375px !important;
    bottom: 375px !important;
    left: 375px !important;
  }

  .laptop\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .laptop\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .laptop\:-inset-1 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .laptop\:-inset-2 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .laptop\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .laptop\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .laptop\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .laptop\:-inset-7 {
    top: -7px !important;
    right: -7px !important;
    bottom: -7px !important;
    left: -7px !important;
  }

  .laptop\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .laptop\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .laptop\:-inset-11 {
    top: -11px !important;
    right: -11px !important;
    bottom: -11px !important;
    left: -11px !important;
  }

  .laptop\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .laptop\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .laptop\:-inset-18 {
    top: -18px !important;
    right: -18px !important;
    bottom: -18px !important;
    left: -18px !important;
  }

  .laptop\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .laptop\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .laptop\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .laptop\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .laptop\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .laptop\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .laptop\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .laptop\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .laptop\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .laptop\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .laptop\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .laptop\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .laptop\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .laptop\:-inset-54 {
    top: -54px !important;
    right: -54px !important;
    bottom: -54px !important;
    left: -54px !important;
  }

  .laptop\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .laptop\:-inset-56 {
    top: -56px !important;
    right: -56px !important;
    bottom: -56px !important;
    left: -56px !important;
  }

  .laptop\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .laptop\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .laptop\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .laptop\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .laptop\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .laptop\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .laptop\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .laptop\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .laptop\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .laptop\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .laptop\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .laptop\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .laptop\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .laptop\:-inset-175 {
    top: -175px !important;
    right: -175px !important;
    bottom: -175px !important;
    left: -175px !important;
  }

  .laptop\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .laptop\:-inset-220 {
    top: -220px !important;
    right: -220px !important;
    bottom: -220px !important;
    left: -220px !important;
  }

  .laptop\:-inset-275 {
    top: -275px !important;
    right: -275px !important;
    bottom: -275px !important;
    left: -275px !important;
  }

  .laptop\:-inset-300 {
    top: -300px !important;
    right: -300px !important;
    bottom: -300px !important;
    left: -300px !important;
  }

  .laptop\:-inset-375 {
    top: -375px !important;
    right: -375px !important;
    bottom: -375px !important;
    left: -375px !important;
  }

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

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

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

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

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

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

  .laptop\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

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

  .laptop\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .laptop\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .laptop\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .laptop\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .laptop\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .laptop\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .laptop\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .laptop\:inset-x-1 {
    left: 4px !important;
    right: 4px !important;
  }

  .laptop\:inset-x-2 {
    left: 8px !important;
    right: 8px !important;
  }

  .laptop\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .laptop\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .laptop\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .laptop\:inset-x-7 {
    left: 7px !important;
    right: 7px !important;
  }

  .laptop\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .laptop\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .laptop\:inset-x-11 {
    left: 11px !important;
    right: 11px !important;
  }

  .laptop\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .laptop\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .laptop\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .laptop\:inset-x-18 {
    left: 18px !important;
    right: 18px !important;
  }

  .laptop\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .laptop\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .laptop\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .laptop\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .laptop\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .laptop\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .laptop\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .laptop\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .laptop\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .laptop\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .laptop\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .laptop\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .laptop\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .laptop\:inset-x-54 {
    left: 54px !important;
    right: 54px !important;
  }

  .laptop\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .laptop\:inset-x-56 {
    left: 56px !important;
    right: 56px !important;
  }

  .laptop\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .laptop\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .laptop\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .laptop\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .laptop\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .laptop\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .laptop\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .laptop\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .laptop\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .laptop\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .laptop\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .laptop\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .laptop\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .laptop\:inset-x-175 {
    left: 175px !important;
    right: 175px !important;
  }

  .laptop\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .laptop\:inset-x-220 {
    left: 220px !important;
    right: 220px !important;
  }

  .laptop\:inset-x-275 {
    left: 275px !important;
    right: 275px !important;
  }

  .laptop\:inset-x-300 {
    left: 300px !important;
    right: 300px !important;
  }

  .laptop\:inset-x-375 {
    left: 375px !important;
    right: 375px !important;
  }

  .laptop\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .laptop\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .laptop\:-inset-x-1 {
    left: -4px !important;
    right: -4px !important;
  }

  .laptop\:-inset-x-2 {
    left: -8px !important;
    right: -8px !important;
  }

  .laptop\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .laptop\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .laptop\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .laptop\:-inset-x-7 {
    left: -7px !important;
    right: -7px !important;
  }

  .laptop\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .laptop\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .laptop\:-inset-x-11 {
    left: -11px !important;
    right: -11px !important;
  }

  .laptop\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .laptop\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .laptop\:-inset-x-18 {
    left: -18px !important;
    right: -18px !important;
  }

  .laptop\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .laptop\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .laptop\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .laptop\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .laptop\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .laptop\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .laptop\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .laptop\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .laptop\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .laptop\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .laptop\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .laptop\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .laptop\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .laptop\:-inset-x-54 {
    left: -54px !important;
    right: -54px !important;
  }

  .laptop\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .laptop\:-inset-x-56 {
    left: -56px !important;
    right: -56px !important;
  }

  .laptop\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .laptop\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .laptop\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .laptop\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .laptop\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .laptop\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .laptop\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .laptop\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .laptop\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .laptop\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .laptop\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .laptop\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .laptop\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .laptop\:-inset-x-175 {
    left: -175px !important;
    right: -175px !important;
  }

  .laptop\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .laptop\:-inset-x-220 {
    left: -220px !important;
    right: -220px !important;
  }

  .laptop\:-inset-x-275 {
    left: -275px !important;
    right: -275px !important;
  }

  .laptop\:-inset-x-300 {
    left: -300px !important;
    right: -300px !important;
  }

  .laptop\:-inset-x-375 {
    left: -375px !important;
    right: -375px !important;
  }

  .laptop\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .laptop\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .laptop\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .laptop\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .laptop\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .laptop\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .laptop\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .laptop\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .laptop\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .laptop\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .laptop\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .laptop\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .laptop\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .laptop\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .laptop\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .laptop\:inset-y-1 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .laptop\:inset-y-2 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .laptop\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .laptop\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .laptop\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .laptop\:inset-y-7 {
    top: 7px !important;
    bottom: 7px !important;
  }

  .laptop\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .laptop\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .laptop\:inset-y-11 {
    top: 11px !important;
    bottom: 11px !important;
  }

  .laptop\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .laptop\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .laptop\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .laptop\:inset-y-18 {
    top: 18px !important;
    bottom: 18px !important;
  }

  .laptop\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .laptop\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .laptop\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .laptop\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .laptop\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .laptop\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .laptop\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .laptop\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .laptop\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .laptop\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .laptop\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .laptop\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .laptop\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .laptop\:inset-y-54 {
    top: 54px !important;
    bottom: 54px !important;
  }

  .laptop\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .laptop\:inset-y-56 {
    top: 56px !important;
    bottom: 56px !important;
  }

  .laptop\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .laptop\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .laptop\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .laptop\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .laptop\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .laptop\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .laptop\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .laptop\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .laptop\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .laptop\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .laptop\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .laptop\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .laptop\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .laptop\:inset-y-175 {
    top: 175px !important;
    bottom: 175px !important;
  }

  .laptop\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .laptop\:inset-y-220 {
    top: 220px !important;
    bottom: 220px !important;
  }

  .laptop\:inset-y-275 {
    top: 275px !important;
    bottom: 275px !important;
  }

  .laptop\:inset-y-300 {
    top: 300px !important;
    bottom: 300px !important;
  }

  .laptop\:inset-y-375 {
    top: 375px !important;
    bottom: 375px !important;
  }

  .laptop\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .laptop\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .laptop\:-inset-y-1 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .laptop\:-inset-y-2 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .laptop\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .laptop\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .laptop\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .laptop\:-inset-y-7 {
    top: -7px !important;
    bottom: -7px !important;
  }

  .laptop\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .laptop\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .laptop\:-inset-y-11 {
    top: -11px !important;
    bottom: -11px !important;
  }

  .laptop\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .laptop\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .laptop\:-inset-y-18 {
    top: -18px !important;
    bottom: -18px !important;
  }

  .laptop\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .laptop\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .laptop\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .laptop\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .laptop\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .laptop\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .laptop\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .laptop\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .laptop\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .laptop\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .laptop\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .laptop\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .laptop\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .laptop\:-inset-y-54 {
    top: -54px !important;
    bottom: -54px !important;
  }

  .laptop\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .laptop\:-inset-y-56 {
    top: -56px !important;
    bottom: -56px !important;
  }

  .laptop\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .laptop\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .laptop\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .laptop\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .laptop\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .laptop\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .laptop\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .laptop\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .laptop\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .laptop\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .laptop\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .laptop\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .laptop\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .laptop\:-inset-y-175 {
    top: -175px !important;
    bottom: -175px !important;
  }

  .laptop\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .laptop\:-inset-y-220 {
    top: -220px !important;
    bottom: -220px !important;
  }

  .laptop\:-inset-y-275 {
    top: -275px !important;
    bottom: -275px !important;
  }

  .laptop\:-inset-y-300 {
    top: -300px !important;
    bottom: -300px !important;
  }

  .laptop\:-inset-y-375 {
    top: -375px !important;
    bottom: -375px !important;
  }

  .laptop\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .laptop\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .laptop\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .laptop\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .laptop\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .laptop\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .laptop\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .laptop\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .laptop\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .laptop\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .laptop\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .laptop\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .laptop\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .laptop\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .laptop\:top-0 {
    top: 0px !important;
  }

  .laptop\:top-1 {
    top: 4px !important;
  }

  .laptop\:top-2 {
    top: 8px !important;
  }

  .laptop\:top-3 {
    top: 3px !important;
  }

  .laptop\:top-4 {
    top: 4px !important;
  }

  .laptop\:top-5 {
    top: 5px !important;
  }

  .laptop\:top-7 {
    top: 7px !important;
  }

  .laptop\:top-8 {
    top: 8px !important;
  }

  .laptop\:top-10 {
    top: 10px !important;
  }

  .laptop\:top-11 {
    top: 11px !important;
  }

  .laptop\:top-12 {
    top: 12px !important;
  }

  .laptop\:top-14 {
    top: 14px !important;
  }

  .laptop\:top-15 {
    top: 15px !important;
  }

  .laptop\:top-18 {
    top: 18px !important;
  }

  .laptop\:top-20 {
    top: 20px !important;
  }

  .laptop\:top-22 {
    top: 22px !important;
  }

  .laptop\:top-24 {
    top: 24px !important;
  }

  .laptop\:top-25 {
    top: 25px !important;
  }

  .laptop\:top-26 {
    top: 26px !important;
  }

  .laptop\:top-28 {
    top: 28px !important;
  }

  .laptop\:top-30 {
    top: 30px !important;
  }

  .laptop\:top-32 {
    top: 32px !important;
  }

  .laptop\:top-34 {
    top: 34px !important;
  }

  .laptop\:top-35 {
    top: 35px !important;
  }

  .laptop\:top-40 {
    top: 40px !important;
  }

  .laptop\:top-45 {
    top: 45px !important;
  }

  .laptop\:top-50 {
    top: 50px !important;
  }

  .laptop\:top-54 {
    top: 54px !important;
  }

  .laptop\:top-55 {
    top: 55px !important;
  }

  .laptop\:top-56 {
    top: 56px !important;
  }

  .laptop\:top-60 {
    top: 60px !important;
  }

  .laptop\:top-65 {
    top: 65px !important;
  }

  .laptop\:top-70 {
    top: 70px !important;
  }

  .laptop\:top-75 {
    top: 75px !important;
  }

  .laptop\:top-80 {
    top: 80px !important;
  }

  .laptop\:top-85 {
    top: 85px !important;
  }

  .laptop\:top-90 {
    top: 90px !important;
  }

  .laptop\:top-100 {
    top: 100px !important;
  }

  .laptop\:top-120 {
    top: 120px !important;
  }

  .laptop\:top-125 {
    top: 125px !important;
  }

  .laptop\:top-130 {
    top: 130px !important;
  }

  .laptop\:top-140 {
    top: 140px !important;
  }

  .laptop\:top-150 {
    top: 150px !important;
  }

  .laptop\:top-175 {
    top: 175px !important;
  }

  .laptop\:top-200 {
    top: 200px !important;
  }

  .laptop\:top-220 {
    top: 220px !important;
  }

  .laptop\:top-275 {
    top: 275px !important;
  }

  .laptop\:top-300 {
    top: 300px !important;
  }

  .laptop\:top-375 {
    top: 375px !important;
  }

  .laptop\:top-auto {
    top: auto !important;
  }

  .laptop\:-top-0 {
    top: 0px !important;
  }

  .laptop\:-top-1 {
    top: -4px !important;
  }

  .laptop\:-top-2 {
    top: -8px !important;
  }

  .laptop\:-top-3 {
    top: -3px !important;
  }

  .laptop\:-top-4 {
    top: -4px !important;
  }

  .laptop\:-top-5 {
    top: -5px !important;
  }

  .laptop\:-top-7 {
    top: -7px !important;
  }

  .laptop\:-top-8 {
    top: -8px !important;
  }

  .laptop\:-top-10 {
    top: -10px !important;
  }

  .laptop\:-top-11 {
    top: -11px !important;
  }

  .laptop\:-top-12 {
    top: -12px !important;
  }

  .laptop\:-top-15 {
    top: -15px !important;
  }

  .laptop\:-top-18 {
    top: -18px !important;
  }

  .laptop\:-top-20 {
    top: -20px !important;
  }

  .laptop\:-top-22 {
    top: -22px !important;
  }

  .laptop\:-top-24 {
    top: -24px !important;
  }

  .laptop\:-top-25 {
    top: -25px !important;
  }

  .laptop\:-top-26 {
    top: -26px !important;
  }

  .laptop\:-top-28 {
    top: -28px !important;
  }

  .laptop\:-top-30 {
    top: -30px !important;
  }

  .laptop\:-top-32 {
    top: -32px !important;
  }

  .laptop\:-top-34 {
    top: -34px !important;
  }

  .laptop\:-top-35 {
    top: -35px !important;
  }

  .laptop\:-top-40 {
    top: -40px !important;
  }

  .laptop\:-top-45 {
    top: -45px !important;
  }

  .laptop\:-top-50 {
    top: -50px !important;
  }

  .laptop\:-top-54 {
    top: -54px !important;
  }

  .laptop\:-top-55 {
    top: -55px !important;
  }

  .laptop\:-top-56 {
    top: -56px !important;
  }

  .laptop\:-top-60 {
    top: -60px !important;
  }

  .laptop\:-top-65 {
    top: -65px !important;
  }

  .laptop\:-top-70 {
    top: -70px !important;
  }

  .laptop\:-top-75 {
    top: -75px !important;
  }

  .laptop\:-top-80 {
    top: -80px !important;
  }

  .laptop\:-top-85 {
    top: -85px !important;
  }

  .laptop\:-top-90 {
    top: -90px !important;
  }

  .laptop\:-top-100 {
    top: -100px !important;
  }

  .laptop\:-top-120 {
    top: -120px !important;
  }

  .laptop\:-top-125 {
    top: -125px !important;
  }

  .laptop\:-top-130 {
    top: -130px !important;
  }

  .laptop\:-top-140 {
    top: -140px !important;
  }

  .laptop\:-top-150 {
    top: -150px !important;
  }

  .laptop\:-top-175 {
    top: -175px !important;
  }

  .laptop\:-top-200 {
    top: -200px !important;
  }

  .laptop\:-top-220 {
    top: -220px !important;
  }

  .laptop\:-top-275 {
    top: -275px !important;
  }

  .laptop\:-top-300 {
    top: -300px !important;
  }

  .laptop\:-top-375 {
    top: -375px !important;
  }

  .laptop\:top-1\/2 {
    top: 50% !important;
  }

  .laptop\:top-1\/3 {
    top: 33.333333% !important;
  }

  .laptop\:top-2\/3 {
    top: 66.666667% !important;
  }

  .laptop\:top-1\/4 {
    top: 25% !important;
  }

  .laptop\:top-2\/4 {
    top: 50% !important;
  }

  .laptop\:top-3\/4 {
    top: 75% !important;
  }

  .laptop\:top-full {
    top: 100% !important;
  }

  .laptop\:-top-1\/2 {
    top: -50% !important;
  }

  .laptop\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .laptop\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .laptop\:-top-1\/4 {
    top: -25% !important;
  }

  .laptop\:-top-2\/4 {
    top: -50% !important;
  }

  .laptop\:-top-3\/4 {
    top: -75% !important;
  }

  .laptop\:-top-full {
    top: -100% !important;
  }

  .laptop\:right-0 {
    right: 0px !important;
  }

  .laptop\:right-1 {
    right: 4px !important;
  }

  .laptop\:right-2 {
    right: 8px !important;
  }

  .laptop\:right-3 {
    right: 3px !important;
  }

  .laptop\:right-4 {
    right: 4px !important;
  }

  .laptop\:right-5 {
    right: 5px !important;
  }

  .laptop\:right-7 {
    right: 7px !important;
  }

  .laptop\:right-8 {
    right: 8px !important;
  }

  .laptop\:right-10 {
    right: 10px !important;
  }

  .laptop\:right-11 {
    right: 11px !important;
  }

  .laptop\:right-12 {
    right: 12px !important;
  }

  .laptop\:right-14 {
    right: 14px !important;
  }

  .laptop\:right-15 {
    right: 15px !important;
  }

  .laptop\:right-18 {
    right: 18px !important;
  }

  .laptop\:right-20 {
    right: 20px !important;
  }

  .laptop\:right-22 {
    right: 22px !important;
  }

  .laptop\:right-24 {
    right: 24px !important;
  }

  .laptop\:right-25 {
    right: 25px !important;
  }

  .laptop\:right-26 {
    right: 26px !important;
  }

  .laptop\:right-28 {
    right: 28px !important;
  }

  .laptop\:right-30 {
    right: 30px !important;
  }

  .laptop\:right-32 {
    right: 32px !important;
  }

  .laptop\:right-34 {
    right: 34px !important;
  }

  .laptop\:right-35 {
    right: 35px !important;
  }

  .laptop\:right-40 {
    right: 40px !important;
  }

  .laptop\:right-45 {
    right: 45px !important;
  }

  .laptop\:right-50 {
    right: 50px !important;
  }

  .laptop\:right-54 {
    right: 54px !important;
  }

  .laptop\:right-55 {
    right: 55px !important;
  }

  .laptop\:right-56 {
    right: 56px !important;
  }

  .laptop\:right-60 {
    right: 60px !important;
  }

  .laptop\:right-65 {
    right: 65px !important;
  }

  .laptop\:right-70 {
    right: 70px !important;
  }

  .laptop\:right-75 {
    right: 75px !important;
  }

  .laptop\:right-80 {
    right: 80px !important;
  }

  .laptop\:right-85 {
    right: 85px !important;
  }

  .laptop\:right-90 {
    right: 90px !important;
  }

  .laptop\:right-100 {
    right: 100px !important;
  }

  .laptop\:right-120 {
    right: 120px !important;
  }

  .laptop\:right-125 {
    right: 125px !important;
  }

  .laptop\:right-130 {
    right: 130px !important;
  }

  .laptop\:right-140 {
    right: 140px !important;
  }

  .laptop\:right-150 {
    right: 150px !important;
  }

  .laptop\:right-175 {
    right: 175px !important;
  }

  .laptop\:right-200 {
    right: 200px !important;
  }

  .laptop\:right-220 {
    right: 220px !important;
  }

  .laptop\:right-275 {
    right: 275px !important;
  }

  .laptop\:right-300 {
    right: 300px !important;
  }

  .laptop\:right-375 {
    right: 375px !important;
  }

  .laptop\:right-auto {
    right: auto !important;
  }

  .laptop\:-right-0 {
    right: 0px !important;
  }

  .laptop\:-right-1 {
    right: -4px !important;
  }

  .laptop\:-right-2 {
    right: -8px !important;
  }

  .laptop\:-right-3 {
    right: -3px !important;
  }

  .laptop\:-right-4 {
    right: -4px !important;
  }

  .laptop\:-right-5 {
    right: -5px !important;
  }

  .laptop\:-right-7 {
    right: -7px !important;
  }

  .laptop\:-right-8 {
    right: -8px !important;
  }

  .laptop\:-right-10 {
    right: -10px !important;
  }

  .laptop\:-right-11 {
    right: -11px !important;
  }

  .laptop\:-right-12 {
    right: -12px !important;
  }

  .laptop\:-right-15 {
    right: -15px !important;
  }

  .laptop\:-right-18 {
    right: -18px !important;
  }

  .laptop\:-right-20 {
    right: -20px !important;
  }

  .laptop\:-right-22 {
    right: -22px !important;
  }

  .laptop\:-right-24 {
    right: -24px !important;
  }

  .laptop\:-right-25 {
    right: -25px !important;
  }

  .laptop\:-right-26 {
    right: -26px !important;
  }

  .laptop\:-right-28 {
    right: -28px !important;
  }

  .laptop\:-right-30 {
    right: -30px !important;
  }

  .laptop\:-right-32 {
    right: -32px !important;
  }

  .laptop\:-right-34 {
    right: -34px !important;
  }

  .laptop\:-right-35 {
    right: -35px !important;
  }

  .laptop\:-right-40 {
    right: -40px !important;
  }

  .laptop\:-right-45 {
    right: -45px !important;
  }

  .laptop\:-right-50 {
    right: -50px !important;
  }

  .laptop\:-right-54 {
    right: -54px !important;
  }

  .laptop\:-right-55 {
    right: -55px !important;
  }

  .laptop\:-right-56 {
    right: -56px !important;
  }

  .laptop\:-right-60 {
    right: -60px !important;
  }

  .laptop\:-right-65 {
    right: -65px !important;
  }

  .laptop\:-right-70 {
    right: -70px !important;
  }

  .laptop\:-right-75 {
    right: -75px !important;
  }

  .laptop\:-right-80 {
    right: -80px !important;
  }

  .laptop\:-right-85 {
    right: -85px !important;
  }

  .laptop\:-right-90 {
    right: -90px !important;
  }

  .laptop\:-right-100 {
    right: -100px !important;
  }

  .laptop\:-right-120 {
    right: -120px !important;
  }

  .laptop\:-right-125 {
    right: -125px !important;
  }

  .laptop\:-right-130 {
    right: -130px !important;
  }

  .laptop\:-right-140 {
    right: -140px !important;
  }

  .laptop\:-right-150 {
    right: -150px !important;
  }

  .laptop\:-right-175 {
    right: -175px !important;
  }

  .laptop\:-right-200 {
    right: -200px !important;
  }

  .laptop\:-right-220 {
    right: -220px !important;
  }

  .laptop\:-right-275 {
    right: -275px !important;
  }

  .laptop\:-right-300 {
    right: -300px !important;
  }

  .laptop\:-right-375 {
    right: -375px !important;
  }

  .laptop\:right-1\/2 {
    right: 50% !important;
  }

  .laptop\:right-1\/3 {
    right: 33.333333% !important;
  }

  .laptop\:right-2\/3 {
    right: 66.666667% !important;
  }

  .laptop\:right-1\/4 {
    right: 25% !important;
  }

  .laptop\:right-2\/4 {
    right: 50% !important;
  }

  .laptop\:right-3\/4 {
    right: 75% !important;
  }

  .laptop\:right-full {
    right: 100% !important;
  }

  .laptop\:-right-1\/2 {
    right: -50% !important;
  }

  .laptop\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .laptop\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .laptop\:-right-1\/4 {
    right: -25% !important;
  }

  .laptop\:-right-2\/4 {
    right: -50% !important;
  }

  .laptop\:-right-3\/4 {
    right: -75% !important;
  }

  .laptop\:-right-full {
    right: -100% !important;
  }

  .laptop\:bottom-0 {
    bottom: 0px !important;
  }

  .laptop\:bottom-1 {
    bottom: 4px !important;
  }

  .laptop\:bottom-2 {
    bottom: 8px !important;
  }

  .laptop\:bottom-3 {
    bottom: 3px !important;
  }

  .laptop\:bottom-4 {
    bottom: 4px !important;
  }

  .laptop\:bottom-5 {
    bottom: 5px !important;
  }

  .laptop\:bottom-7 {
    bottom: 7px !important;
  }

  .laptop\:bottom-8 {
    bottom: 8px !important;
  }

  .laptop\:bottom-10 {
    bottom: 10px !important;
  }

  .laptop\:bottom-11 {
    bottom: 11px !important;
  }

  .laptop\:bottom-12 {
    bottom: 12px !important;
  }

  .laptop\:bottom-14 {
    bottom: 14px !important;
  }

  .laptop\:bottom-15 {
    bottom: 15px !important;
  }

  .laptop\:bottom-18 {
    bottom: 18px !important;
  }

  .laptop\:bottom-20 {
    bottom: 20px !important;
  }

  .laptop\:bottom-22 {
    bottom: 22px !important;
  }

  .laptop\:bottom-24 {
    bottom: 24px !important;
  }

  .laptop\:bottom-25 {
    bottom: 25px !important;
  }

  .laptop\:bottom-26 {
    bottom: 26px !important;
  }

  .laptop\:bottom-28 {
    bottom: 28px !important;
  }

  .laptop\:bottom-30 {
    bottom: 30px !important;
  }

  .laptop\:bottom-32 {
    bottom: 32px !important;
  }

  .laptop\:bottom-34 {
    bottom: 34px !important;
  }

  .laptop\:bottom-35 {
    bottom: 35px !important;
  }

  .laptop\:bottom-40 {
    bottom: 40px !important;
  }

  .laptop\:bottom-45 {
    bottom: 45px !important;
  }

  .laptop\:bottom-50 {
    bottom: 50px !important;
  }

  .laptop\:bottom-54 {
    bottom: 54px !important;
  }

  .laptop\:bottom-55 {
    bottom: 55px !important;
  }

  .laptop\:bottom-56 {
    bottom: 56px !important;
  }

  .laptop\:bottom-60 {
    bottom: 60px !important;
  }

  .laptop\:bottom-65 {
    bottom: 65px !important;
  }

  .laptop\:bottom-70 {
    bottom: 70px !important;
  }

  .laptop\:bottom-75 {
    bottom: 75px !important;
  }

  .laptop\:bottom-80 {
    bottom: 80px !important;
  }

  .laptop\:bottom-85 {
    bottom: 85px !important;
  }

  .laptop\:bottom-90 {
    bottom: 90px !important;
  }

  .laptop\:bottom-100 {
    bottom: 100px !important;
  }

  .laptop\:bottom-120 {
    bottom: 120px !important;
  }

  .laptop\:bottom-125 {
    bottom: 125px !important;
  }

  .laptop\:bottom-130 {
    bottom: 130px !important;
  }

  .laptop\:bottom-140 {
    bottom: 140px !important;
  }

  .laptop\:bottom-150 {
    bottom: 150px !important;
  }

  .laptop\:bottom-175 {
    bottom: 175px !important;
  }

  .laptop\:bottom-200 {
    bottom: 200px !important;
  }

  .laptop\:bottom-220 {
    bottom: 220px !important;
  }

  .laptop\:bottom-275 {
    bottom: 275px !important;
  }

  .laptop\:bottom-300 {
    bottom: 300px !important;
  }

  .laptop\:bottom-375 {
    bottom: 375px !important;
  }

  .laptop\:bottom-auto {
    bottom: auto !important;
  }

  .laptop\:-bottom-0 {
    bottom: 0px !important;
  }

  .laptop\:-bottom-1 {
    bottom: -4px !important;
  }

  .laptop\:-bottom-2 {
    bottom: -8px !important;
  }

  .laptop\:-bottom-3 {
    bottom: -3px !important;
  }

  .laptop\:-bottom-4 {
    bottom: -4px !important;
  }

  .laptop\:-bottom-5 {
    bottom: -5px !important;
  }

  .laptop\:-bottom-7 {
    bottom: -7px !important;
  }

  .laptop\:-bottom-8 {
    bottom: -8px !important;
  }

  .laptop\:-bottom-10 {
    bottom: -10px !important;
  }

  .laptop\:-bottom-11 {
    bottom: -11px !important;
  }

  .laptop\:-bottom-12 {
    bottom: -12px !important;
  }

  .laptop\:-bottom-15 {
    bottom: -15px !important;
  }

  .laptop\:-bottom-18 {
    bottom: -18px !important;
  }

  .laptop\:-bottom-20 {
    bottom: -20px !important;
  }

  .laptop\:-bottom-22 {
    bottom: -22px !important;
  }

  .laptop\:-bottom-24 {
    bottom: -24px !important;
  }

  .laptop\:-bottom-25 {
    bottom: -25px !important;
  }

  .laptop\:-bottom-26 {
    bottom: -26px !important;
  }

  .laptop\:-bottom-28 {
    bottom: -28px !important;
  }

  .laptop\:-bottom-30 {
    bottom: -30px !important;
  }

  .laptop\:-bottom-32 {
    bottom: -32px !important;
  }

  .laptop\:-bottom-34 {
    bottom: -34px !important;
  }

  .laptop\:-bottom-35 {
    bottom: -35px !important;
  }

  .laptop\:-bottom-40 {
    bottom: -40px !important;
  }

  .laptop\:-bottom-45 {
    bottom: -45px !important;
  }

  .laptop\:-bottom-50 {
    bottom: -50px !important;
  }

  .laptop\:-bottom-54 {
    bottom: -54px !important;
  }

  .laptop\:-bottom-55 {
    bottom: -55px !important;
  }

  .laptop\:-bottom-56 {
    bottom: -56px !important;
  }

  .laptop\:-bottom-60 {
    bottom: -60px !important;
  }

  .laptop\:-bottom-65 {
    bottom: -65px !important;
  }

  .laptop\:-bottom-70 {
    bottom: -70px !important;
  }

  .laptop\:-bottom-75 {
    bottom: -75px !important;
  }

  .laptop\:-bottom-80 {
    bottom: -80px !important;
  }

  .laptop\:-bottom-85 {
    bottom: -85px !important;
  }

  .laptop\:-bottom-90 {
    bottom: -90px !important;
  }

  .laptop\:-bottom-100 {
    bottom: -100px !important;
  }

  .laptop\:-bottom-120 {
    bottom: -120px !important;
  }

  .laptop\:-bottom-125 {
    bottom: -125px !important;
  }

  .laptop\:-bottom-130 {
    bottom: -130px !important;
  }

  .laptop\:-bottom-140 {
    bottom: -140px !important;
  }

  .laptop\:-bottom-150 {
    bottom: -150px !important;
  }

  .laptop\:-bottom-175 {
    bottom: -175px !important;
  }

  .laptop\:-bottom-200 {
    bottom: -200px !important;
  }

  .laptop\:-bottom-220 {
    bottom: -220px !important;
  }

  .laptop\:-bottom-275 {
    bottom: -275px !important;
  }

  .laptop\:-bottom-300 {
    bottom: -300px !important;
  }

  .laptop\:-bottom-375 {
    bottom: -375px !important;
  }

  .laptop\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .laptop\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .laptop\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .laptop\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .laptop\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .laptop\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .laptop\:bottom-full {
    bottom: 100% !important;
  }

  .laptop\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .laptop\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .laptop\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .laptop\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .laptop\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .laptop\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .laptop\:-bottom-full {
    bottom: -100% !important;
  }

  .laptop\:left-0 {
    left: 0px !important;
  }

  .laptop\:left-1 {
    left: 4px !important;
  }

  .laptop\:left-2 {
    left: 8px !important;
  }

  .laptop\:left-3 {
    left: 3px !important;
  }

  .laptop\:left-4 {
    left: 4px !important;
  }

  .laptop\:left-5 {
    left: 5px !important;
  }

  .laptop\:left-7 {
    left: 7px !important;
  }

  .laptop\:left-8 {
    left: 8px !important;
  }

  .laptop\:left-10 {
    left: 10px !important;
  }

  .laptop\:left-11 {
    left: 11px !important;
  }

  .laptop\:left-12 {
    left: 12px !important;
  }

  .laptop\:left-14 {
    left: 14px !important;
  }

  .laptop\:left-15 {
    left: 15px !important;
  }

  .laptop\:left-18 {
    left: 18px !important;
  }

  .laptop\:left-20 {
    left: 20px !important;
  }

  .laptop\:left-22 {
    left: 22px !important;
  }

  .laptop\:left-24 {
    left: 24px !important;
  }

  .laptop\:left-25 {
    left: 25px !important;
  }

  .laptop\:left-26 {
    left: 26px !important;
  }

  .laptop\:left-28 {
    left: 28px !important;
  }

  .laptop\:left-30 {
    left: 30px !important;
  }

  .laptop\:left-32 {
    left: 32px !important;
  }

  .laptop\:left-34 {
    left: 34px !important;
  }

  .laptop\:left-35 {
    left: 35px !important;
  }

  .laptop\:left-40 {
    left: 40px !important;
  }

  .laptop\:left-45 {
    left: 45px !important;
  }

  .laptop\:left-50 {
    left: 50px !important;
  }

  .laptop\:left-54 {
    left: 54px !important;
  }

  .laptop\:left-55 {
    left: 55px !important;
  }

  .laptop\:left-56 {
    left: 56px !important;
  }

  .laptop\:left-60 {
    left: 60px !important;
  }

  .laptop\:left-65 {
    left: 65px !important;
  }

  .laptop\:left-70 {
    left: 70px !important;
  }

  .laptop\:left-75 {
    left: 75px !important;
  }

  .laptop\:left-80 {
    left: 80px !important;
  }

  .laptop\:left-85 {
    left: 85px !important;
  }

  .laptop\:left-90 {
    left: 90px !important;
  }

  .laptop\:left-100 {
    left: 100px !important;
  }

  .laptop\:left-120 {
    left: 120px !important;
  }

  .laptop\:left-125 {
    left: 125px !important;
  }

  .laptop\:left-130 {
    left: 130px !important;
  }

  .laptop\:left-140 {
    left: 140px !important;
  }

  .laptop\:left-150 {
    left: 150px !important;
  }

  .laptop\:left-175 {
    left: 175px !important;
  }

  .laptop\:left-200 {
    left: 200px !important;
  }

  .laptop\:left-220 {
    left: 220px !important;
  }

  .laptop\:left-275 {
    left: 275px !important;
  }

  .laptop\:left-300 {
    left: 300px !important;
  }

  .laptop\:left-375 {
    left: 375px !important;
  }

  .laptop\:left-auto {
    left: auto !important;
  }

  .laptop\:-left-0 {
    left: 0px !important;
  }

  .laptop\:-left-1 {
    left: -4px !important;
  }

  .laptop\:-left-2 {
    left: -8px !important;
  }

  .laptop\:-left-3 {
    left: -3px !important;
  }

  .laptop\:-left-4 {
    left: -4px !important;
  }

  .laptop\:-left-5 {
    left: -5px !important;
  }

  .laptop\:-left-7 {
    left: -7px !important;
  }

  .laptop\:-left-8 {
    left: -8px !important;
  }

  .laptop\:-left-10 {
    left: -10px !important;
  }

  .laptop\:-left-11 {
    left: -11px !important;
  }

  .laptop\:-left-12 {
    left: -12px !important;
  }

  .laptop\:-left-15 {
    left: -15px !important;
  }

  .laptop\:-left-18 {
    left: -18px !important;
  }

  .laptop\:-left-20 {
    left: -20px !important;
  }

  .laptop\:-left-22 {
    left: -22px !important;
  }

  .laptop\:-left-24 {
    left: -24px !important;
  }

  .laptop\:-left-25 {
    left: -25px !important;
  }

  .laptop\:-left-26 {
    left: -26px !important;
  }

  .laptop\:-left-28 {
    left: -28px !important;
  }

  .laptop\:-left-30 {
    left: -30px !important;
  }

  .laptop\:-left-32 {
    left: -32px !important;
  }

  .laptop\:-left-34 {
    left: -34px !important;
  }

  .laptop\:-left-35 {
    left: -35px !important;
  }

  .laptop\:-left-40 {
    left: -40px !important;
  }

  .laptop\:-left-45 {
    left: -45px !important;
  }

  .laptop\:-left-50 {
    left: -50px !important;
  }

  .laptop\:-left-54 {
    left: -54px !important;
  }

  .laptop\:-left-55 {
    left: -55px !important;
  }

  .laptop\:-left-56 {
    left: -56px !important;
  }

  .laptop\:-left-60 {
    left: -60px !important;
  }

  .laptop\:-left-65 {
    left: -65px !important;
  }

  .laptop\:-left-70 {
    left: -70px !important;
  }

  .laptop\:-left-75 {
    left: -75px !important;
  }

  .laptop\:-left-80 {
    left: -80px !important;
  }

  .laptop\:-left-85 {
    left: -85px !important;
  }

  .laptop\:-left-90 {
    left: -90px !important;
  }

  .laptop\:-left-100 {
    left: -100px !important;
  }

  .laptop\:-left-120 {
    left: -120px !important;
  }

  .laptop\:-left-125 {
    left: -125px !important;
  }

  .laptop\:-left-130 {
    left: -130px !important;
  }

  .laptop\:-left-140 {
    left: -140px !important;
  }

  .laptop\:-left-150 {
    left: -150px !important;
  }

  .laptop\:-left-175 {
    left: -175px !important;
  }

  .laptop\:-left-200 {
    left: -200px !important;
  }

  .laptop\:-left-220 {
    left: -220px !important;
  }

  .laptop\:-left-275 {
    left: -275px !important;
  }

  .laptop\:-left-300 {
    left: -300px !important;
  }

  .laptop\:-left-375 {
    left: -375px !important;
  }

  .laptop\:left-1\/2 {
    left: 50% !important;
  }

  .laptop\:left-1\/3 {
    left: 33.333333% !important;
  }

  .laptop\:left-2\/3 {
    left: 66.666667% !important;
  }

  .laptop\:left-1\/4 {
    left: 25% !important;
  }

  .laptop\:left-2\/4 {
    left: 50% !important;
  }

  .laptop\:left-3\/4 {
    left: 75% !important;
  }

  .laptop\:left-full {
    left: 100% !important;
  }

  .laptop\:-left-1\/2 {
    left: -50% !important;
  }

  .laptop\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .laptop\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .laptop\:-left-1\/4 {
    left: -25% !important;
  }

  .laptop\:-left-2\/4 {
    left: -50% !important;
  }

  .laptop\:-left-3\/4 {
    left: -75% !important;
  }

  .laptop\:-left-full {
    left: -100% !important;
  }

  .laptop\:isolate {
    isolation: isolate !important;
  }

  .laptop\:isolation-auto {
    isolation: auto !important;
  }

  .laptop\:z-0 {
    z-index: 0 !important;
  }

  .laptop\:z-10 {
    z-index: 10 !important;
  }

  .laptop\:z-20 {
    z-index: 20 !important;
  }

  .laptop\:z-30 {
    z-index: 30 !important;
  }

  .laptop\:z-40 {
    z-index: 40 !important;
  }

  .laptop\:z-50 {
    z-index: 50 !important;
  }

  .laptop\:z-auto {
    z-index: auto !important;
  }

  .laptop\:-z-1 {
    z-index: -1 !important;
  }

  .laptop\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .laptop\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .laptop\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .laptop\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .laptop\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .laptop\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .laptop\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .laptop\:focus-within\:-z-1:focus-within {
    z-index: -1 !important;
  }

  .laptop\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .laptop\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .laptop\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .laptop\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .laptop\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .laptop\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .laptop\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .laptop\:focus\:-z-1:focus {
    z-index: -1 !important;
  }

  .laptop\:order-1 {
    order: 1 !important;
  }

  .laptop\:order-2 {
    order: 2 !important;
  }

  .laptop\:order-3 {
    order: 3 !important;
  }

  .laptop\:order-4 {
    order: 4 !important;
  }

  .laptop\:order-5 {
    order: 5 !important;
  }

  .laptop\:order-6 {
    order: 6 !important;
  }

  .laptop\:order-7 {
    order: 7 !important;
  }

  .laptop\:order-8 {
    order: 8 !important;
  }

  .laptop\:order-9 {
    order: 9 !important;
  }

  .laptop\:order-10 {
    order: 10 !important;
  }

  .laptop\:order-11 {
    order: 11 !important;
  }

  .laptop\:order-12 {
    order: 12 !important;
  }

  .laptop\:order-first {
    order: -9999 !important;
  }

  .laptop\:order-last {
    order: 9999 !important;
  }

  .laptop\:order-none {
    order: 0 !important;
  }

  .laptop\:col-auto {
    grid-column: auto !important;
  }

  .laptop\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .laptop\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .laptop\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .laptop\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .laptop\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .laptop\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .laptop\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .laptop\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .laptop\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .laptop\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .laptop\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .laptop\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .laptop\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .laptop\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .laptop\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .laptop\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .laptop\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .laptop\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .laptop\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .laptop\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .laptop\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .laptop\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .laptop\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .laptop\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .laptop\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .laptop\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .laptop\:col-start-auto {
    grid-column-start: auto !important;
  }

  .laptop\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .laptop\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .laptop\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .laptop\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .laptop\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .laptop\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .laptop\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .laptop\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .laptop\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .laptop\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .laptop\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .laptop\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .laptop\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .laptop\:col-end-auto {
    grid-column-end: auto !important;
  }

  .laptop\:row-auto {
    grid-row: auto !important;
  }

  .laptop\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .laptop\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .laptop\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .laptop\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .laptop\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .laptop\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .laptop\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .laptop\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .laptop\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .laptop\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .laptop\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .laptop\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .laptop\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .laptop\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .laptop\:row-start-auto {
    grid-row-start: auto !important;
  }

  .laptop\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .laptop\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .laptop\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .laptop\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .laptop\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .laptop\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .laptop\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .laptop\:row-end-auto {
    grid-row-end: auto !important;
  }

  .laptop\:float-right {
    float: right !important;
  }

  .laptop\:float-left {
    float: left !important;
  }

  .laptop\:float-none {
    float: none !important;
  }

  .laptop\:clear-left {
    clear: left !important;
  }

  .laptop\:clear-right {
    clear: right !important;
  }

  .laptop\:clear-both {
    clear: both !important;
  }

  .laptop\:clear-none {
    clear: none !important;
  }

  .laptop\:m-0 {
    margin: 0px !important;
  }

  .laptop\:m-1 {
    margin: 4px !important;
  }

  .laptop\:m-2 {
    margin: 8px !important;
  }

  .laptop\:m-3 {
    margin: 3px !important;
  }

  .laptop\:m-4 {
    margin: 4px !important;
  }

  .laptop\:m-5 {
    margin: 5px !important;
  }

  .laptop\:m-7 {
    margin: 7px !important;
  }

  .laptop\:m-8 {
    margin: 8px !important;
  }

  .laptop\:m-10 {
    margin: 10px !important;
  }

  .laptop\:m-11 {
    margin: 11px !important;
  }

  .laptop\:m-12 {
    margin: 12px !important;
  }

  .laptop\:m-15 {
    margin: 15px !important;
  }

  .laptop\:m-18 {
    margin: 18px !important;
  }

  .laptop\:m-20 {
    margin: 20px !important;
  }

  .laptop\:m-22 {
    margin: 22px !important;
  }

  .laptop\:m-24 {
    margin: 24px !important;
  }

  .laptop\:m-25 {
    margin: 25px !important;
  }

  .laptop\:m-26 {
    margin: 26px !important;
  }

  .laptop\:m-28 {
    margin: 28px !important;
  }

  .laptop\:m-30 {
    margin: 30px !important;
  }

  .laptop\:m-32 {
    margin: 32px !important;
  }

  .laptop\:m-34 {
    margin: 34px !important;
  }

  .laptop\:m-35 {
    margin: 35px !important;
  }

  .laptop\:m-40 {
    margin: 40px !important;
  }

  .laptop\:m-45 {
    margin: 45px !important;
  }

  .laptop\:m-50 {
    margin: 50px !important;
  }

  .laptop\:m-54 {
    margin: 54px !important;
  }

  .laptop\:m-55 {
    margin: 55px !important;
  }

  .laptop\:m-56 {
    margin: 56px !important;
  }

  .laptop\:m-60 {
    margin: 60px !important;
  }

  .laptop\:m-65 {
    margin: 65px !important;
  }

  .laptop\:m-70 {
    margin: 70px !important;
  }

  .laptop\:m-75 {
    margin: 75px !important;
  }

  .laptop\:m-80 {
    margin: 80px !important;
  }

  .laptop\:m-85 {
    margin: 85px !important;
  }

  .laptop\:m-90 {
    margin: 90px !important;
  }

  .laptop\:m-100 {
    margin: 100px !important;
  }

  .laptop\:m-120 {
    margin: 120px !important;
  }

  .laptop\:m-125 {
    margin: 125px !important;
  }

  .laptop\:m-130 {
    margin: 130px !important;
  }

  .laptop\:m-140 {
    margin: 140px !important;
  }

  .laptop\:m-150 {
    margin: 150px !important;
  }

  .laptop\:m-175 {
    margin: 175px !important;
  }

  .laptop\:m-200 {
    margin: 200px !important;
  }

  .laptop\:m-220 {
    margin: 220px !important;
  }

  .laptop\:m-275 {
    margin: 275px !important;
  }

  .laptop\:m-300 {
    margin: 300px !important;
  }

  .laptop\:m-375 {
    margin: 375px !important;
  }

  .laptop\:m-auto {
    margin: auto !important;
  }

  .laptop\:-m-0 {
    margin: 0px !important;
  }

  .laptop\:-m-1 {
    margin: -4px !important;
  }

  .laptop\:-m-2 {
    margin: -8px !important;
  }

  .laptop\:-m-3 {
    margin: -3px !important;
  }

  .laptop\:-m-4 {
    margin: -4px !important;
  }

  .laptop\:-m-5 {
    margin: -5px !important;
  }

  .laptop\:-m-7 {
    margin: -7px !important;
  }

  .laptop\:-m-8 {
    margin: -8px !important;
  }

  .laptop\:-m-10 {
    margin: -10px !important;
  }

  .laptop\:-m-11 {
    margin: -11px !important;
  }

  .laptop\:-m-12 {
    margin: -12px !important;
  }

  .laptop\:-m-15 {
    margin: -15px !important;
  }

  .laptop\:-m-18 {
    margin: -18px !important;
  }

  .laptop\:-m-20 {
    margin: -20px !important;
  }

  .laptop\:-m-22 {
    margin: -22px !important;
  }

  .laptop\:-m-24 {
    margin: -24px !important;
  }

  .laptop\:-m-25 {
    margin: -25px !important;
  }

  .laptop\:-m-26 {
    margin: -26px !important;
  }

  .laptop\:-m-28 {
    margin: -28px !important;
  }

  .laptop\:-m-30 {
    margin: -30px !important;
  }

  .laptop\:-m-32 {
    margin: -32px !important;
  }

  .laptop\:-m-34 {
    margin: -34px !important;
  }

  .laptop\:-m-35 {
    margin: -35px !important;
  }

  .laptop\:-m-40 {
    margin: -40px !important;
  }

  .laptop\:-m-45 {
    margin: -45px !important;
  }

  .laptop\:-m-50 {
    margin: -50px !important;
  }

  .laptop\:-m-54 {
    margin: -54px !important;
  }

  .laptop\:-m-55 {
    margin: -55px !important;
  }

  .laptop\:-m-56 {
    margin: -56px !important;
  }

  .laptop\:-m-60 {
    margin: -60px !important;
  }

  .laptop\:-m-65 {
    margin: -65px !important;
  }

  .laptop\:-m-70 {
    margin: -70px !important;
  }

  .laptop\:-m-75 {
    margin: -75px !important;
  }

  .laptop\:-m-80 {
    margin: -80px !important;
  }

  .laptop\:-m-85 {
    margin: -85px !important;
  }

  .laptop\:-m-90 {
    margin: -90px !important;
  }

  .laptop\:-m-100 {
    margin: -100px !important;
  }

  .laptop\:-m-120 {
    margin: -120px !important;
  }

  .laptop\:-m-125 {
    margin: -125px !important;
  }

  .laptop\:-m-130 {
    margin: -130px !important;
  }

  .laptop\:-m-140 {
    margin: -140px !important;
  }

  .laptop\:-m-150 {
    margin: -150px !important;
  }

  .laptop\:-m-175 {
    margin: -175px !important;
  }

  .laptop\:-m-200 {
    margin: -200px !important;
  }

  .laptop\:-m-220 {
    margin: -220px !important;
  }

  .laptop\:-m-275 {
    margin: -275px !important;
  }

  .laptop\:-m-300 {
    margin: -300px !important;
  }

  .laptop\:-m-375 {
    margin: -375px !important;
  }

  .laptop\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .laptop\:mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .laptop\:mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .laptop\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .laptop\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .laptop\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .laptop\:mx-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }

  .laptop\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .laptop\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .laptop\:mx-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }

  .laptop\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .laptop\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .laptop\:mx-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .laptop\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .laptop\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .laptop\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .laptop\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .laptop\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .laptop\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .laptop\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .laptop\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .laptop\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .laptop\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .laptop\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .laptop\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .laptop\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .laptop\:mx-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }

  .laptop\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .laptop\:mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .laptop\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .laptop\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .laptop\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .laptop\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .laptop\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .laptop\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .laptop\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .laptop\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .laptop\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .laptop\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .laptop\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .laptop\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .laptop\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .laptop\:mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .laptop\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .laptop\:mx-220 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .laptop\:mx-275 {
    margin-left: 275px !important;
    margin-right: 275px !important;
  }

  .laptop\:mx-300 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }

  .laptop\:mx-375 {
    margin-left: 375px !important;
    margin-right: 375px !important;
  }

  .laptop\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .laptop\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .laptop\:-mx-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .laptop\:-mx-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .laptop\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .laptop\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .laptop\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .laptop\:-mx-7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }

  .laptop\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .laptop\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .laptop\:-mx-11 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }

  .laptop\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .laptop\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .laptop\:-mx-18 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }

  .laptop\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .laptop\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .laptop\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .laptop\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .laptop\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .laptop\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .laptop\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .laptop\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .laptop\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .laptop\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .laptop\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .laptop\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .laptop\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .laptop\:-mx-54 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }

  .laptop\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .laptop\:-mx-56 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .laptop\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .laptop\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .laptop\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .laptop\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .laptop\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .laptop\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .laptop\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .laptop\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .laptop\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .laptop\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .laptop\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .laptop\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .laptop\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .laptop\:-mx-175 {
    margin-left: -175px !important;
    margin-right: -175px !important;
  }

  .laptop\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .laptop\:-mx-220 {
    margin-left: -220px !important;
    margin-right: -220px !important;
  }

  .laptop\:-mx-275 {
    margin-left: -275px !important;
    margin-right: -275px !important;
  }

  .laptop\:-mx-300 {
    margin-left: -300px !important;
    margin-right: -300px !important;
  }

  .laptop\:-mx-375 {
    margin-left: -375px !important;
    margin-right: -375px !important;
  }

  .laptop\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .laptop\:my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .laptop\:my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .laptop\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .laptop\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .laptop\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .laptop\:my-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .laptop\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .laptop\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .laptop\:my-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }

  .laptop\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .laptop\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .laptop\:my-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  .laptop\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .laptop\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .laptop\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .laptop\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .laptop\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .laptop\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .laptop\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .laptop\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .laptop\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .laptop\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .laptop\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .laptop\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .laptop\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .laptop\:my-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }

  .laptop\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .laptop\:my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .laptop\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .laptop\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .laptop\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .laptop\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .laptop\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .laptop\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .laptop\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .laptop\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .laptop\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .laptop\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .laptop\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .laptop\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .laptop\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .laptop\:my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .laptop\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .laptop\:my-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .laptop\:my-275 {
    margin-top: 275px !important;
    margin-bottom: 275px !important;
  }

  .laptop\:my-300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }

  .laptop\:my-375 {
    margin-top: 375px !important;
    margin-bottom: 375px !important;
  }

  .laptop\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .laptop\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .laptop\:-my-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .laptop\:-my-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .laptop\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .laptop\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .laptop\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .laptop\:-my-7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }

  .laptop\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .laptop\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .laptop\:-my-11 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }

  .laptop\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .laptop\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .laptop\:-my-18 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }

  .laptop\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .laptop\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .laptop\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .laptop\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .laptop\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .laptop\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .laptop\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .laptop\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .laptop\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .laptop\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .laptop\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .laptop\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .laptop\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .laptop\:-my-54 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }

  .laptop\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .laptop\:-my-56 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .laptop\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .laptop\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .laptop\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .laptop\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .laptop\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .laptop\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .laptop\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .laptop\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .laptop\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .laptop\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .laptop\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .laptop\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .laptop\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .laptop\:-my-175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important;
  }

  .laptop\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .laptop\:-my-220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important;
  }

  .laptop\:-my-275 {
    margin-top: -275px !important;
    margin-bottom: -275px !important;
  }

  .laptop\:-my-300 {
    margin-top: -300px !important;
    margin-bottom: -300px !important;
  }

  .laptop\:-my-375 {
    margin-top: -375px !important;
    margin-bottom: -375px !important;
  }

  .laptop\:mt-0 {
    margin-top: 0px !important;
  }

  .laptop\:mt-1 {
    margin-top: 4px !important;
  }

  .laptop\:mt-2 {
    margin-top: 8px !important;
  }

  .laptop\:mt-3 {
    margin-top: 3px !important;
  }

  .laptop\:mt-4 {
    margin-top: 4px !important;
  }

  .laptop\:mt-5 {
    margin-top: 5px !important;
  }

  .laptop\:mt-7 {
    margin-top: 7px !important;
  }

  .laptop\:mt-8 {
    margin-top: 8px !important;
  }

  .laptop\:mt-10 {
    margin-top: 10px !important;
  }

  .laptop\:mt-11 {
    margin-top: 11px !important;
  }

  .laptop\:mt-12 {
    margin-top: 12px !important;
  }

  .laptop\:mt-15 {
    margin-top: 15px !important;
  }

  .laptop\:mt-18 {
    margin-top: 18px !important;
  }

  .laptop\:mt-20 {
    margin-top: 20px !important;
  }

  .laptop\:mt-22 {
    margin-top: 22px !important;
  }

  .laptop\:mt-24 {
    margin-top: 24px !important;
  }

  .laptop\:mt-25 {
    margin-top: 25px !important;
  }

  .laptop\:mt-26 {
    margin-top: 26px !important;
  }

  .laptop\:mt-28 {
    margin-top: 28px !important;
  }

  .laptop\:mt-30 {
    margin-top: 30px !important;
  }

  .laptop\:mt-32 {
    margin-top: 32px !important;
  }

  .laptop\:mt-34 {
    margin-top: 34px !important;
  }

  .laptop\:mt-35 {
    margin-top: 35px !important;
  }

  .laptop\:mt-40 {
    margin-top: 40px !important;
  }

  .laptop\:mt-45 {
    margin-top: 45px !important;
  }

  .laptop\:mt-50 {
    margin-top: 50px !important;
  }

  .laptop\:mt-54 {
    margin-top: 54px !important;
  }

  .laptop\:mt-55 {
    margin-top: 55px !important;
  }

  .laptop\:mt-56 {
    margin-top: 56px !important;
  }

  .laptop\:mt-60 {
    margin-top: 60px !important;
  }

  .laptop\:mt-65 {
    margin-top: 65px !important;
  }

  .laptop\:mt-70 {
    margin-top: 70px !important;
  }

  .laptop\:mt-75 {
    margin-top: 75px !important;
  }

  .laptop\:mt-80 {
    margin-top: 80px !important;
  }

  .laptop\:mt-85 {
    margin-top: 85px !important;
  }

  .laptop\:mt-90 {
    margin-top: 90px !important;
  }

  .laptop\:mt-100 {
    margin-top: 100px !important;
  }

  .laptop\:mt-120 {
    margin-top: 120px !important;
  }

  .laptop\:mt-125 {
    margin-top: 125px !important;
  }

  .laptop\:mt-130 {
    margin-top: 130px !important;
  }

  .laptop\:mt-140 {
    margin-top: 140px !important;
  }

  .laptop\:mt-150 {
    margin-top: 150px !important;
  }

  .laptop\:mt-175 {
    margin-top: 175px !important;
  }

  .laptop\:mt-200 {
    margin-top: 200px !important;
  }

  .laptop\:mt-220 {
    margin-top: 220px !important;
  }

  .laptop\:mt-275 {
    margin-top: 275px !important;
  }

  .laptop\:mt-300 {
    margin-top: 300px !important;
  }

  .laptop\:mt-375 {
    margin-top: 375px !important;
  }

  .laptop\:mt-auto {
    margin-top: auto !important;
  }

  .laptop\:-mt-0 {
    margin-top: 0px !important;
  }

  .laptop\:-mt-1 {
    margin-top: -4px !important;
  }

  .laptop\:-mt-2 {
    margin-top: -8px !important;
  }

  .laptop\:-mt-3 {
    margin-top: -3px !important;
  }

  .laptop\:-mt-4 {
    margin-top: -4px !important;
  }

  .laptop\:-mt-5 {
    margin-top: -5px !important;
  }

  .laptop\:-mt-7 {
    margin-top: -7px !important;
  }

  .laptop\:-mt-8 {
    margin-top: -8px !important;
  }

  .laptop\:-mt-10 {
    margin-top: -10px !important;
  }

  .laptop\:-mt-11 {
    margin-top: -11px !important;
  }

  .laptop\:-mt-12 {
    margin-top: -12px !important;
  }

  .laptop\:-mt-15 {
    margin-top: -15px !important;
  }

  .laptop\:-mt-18 {
    margin-top: -18px !important;
  }

  .laptop\:-mt-20 {
    margin-top: -20px !important;
  }

  .laptop\:-mt-22 {
    margin-top: -22px !important;
  }

  .laptop\:-mt-24 {
    margin-top: -24px !important;
  }

  .laptop\:-mt-25 {
    margin-top: -25px !important;
  }

  .laptop\:-mt-26 {
    margin-top: -26px !important;
  }

  .laptop\:-mt-28 {
    margin-top: -28px !important;
  }

  .laptop\:-mt-30 {
    margin-top: -30px !important;
  }

  .laptop\:-mt-32 {
    margin-top: -32px !important;
  }

  .laptop\:-mt-34 {
    margin-top: -34px !important;
  }

  .laptop\:-mt-35 {
    margin-top: -35px !important;
  }

  .laptop\:-mt-40 {
    margin-top: -40px !important;
  }

  .laptop\:-mt-45 {
    margin-top: -45px !important;
  }

  .laptop\:-mt-50 {
    margin-top: -50px !important;
  }

  .laptop\:-mt-54 {
    margin-top: -54px !important;
  }

  .laptop\:-mt-55 {
    margin-top: -55px !important;
  }

  .laptop\:-mt-56 {
    margin-top: -56px !important;
  }

  .laptop\:-mt-60 {
    margin-top: -60px !important;
  }

  .laptop\:-mt-65 {
    margin-top: -65px !important;
  }

  .laptop\:-mt-70 {
    margin-top: -70px !important;
  }

  .laptop\:-mt-75 {
    margin-top: -75px !important;
  }

  .laptop\:-mt-80 {
    margin-top: -80px !important;
  }

  .laptop\:-mt-85 {
    margin-top: -85px !important;
  }

  .laptop\:-mt-90 {
    margin-top: -90px !important;
  }

  .laptop\:-mt-100 {
    margin-top: -100px !important;
  }

  .laptop\:-mt-120 {
    margin-top: -120px !important;
  }

  .laptop\:-mt-125 {
    margin-top: -125px !important;
  }

  .laptop\:-mt-130 {
    margin-top: -130px !important;
  }

  .laptop\:-mt-140 {
    margin-top: -140px !important;
  }

  .laptop\:-mt-150 {
    margin-top: -150px !important;
  }

  .laptop\:-mt-175 {
    margin-top: -175px !important;
  }

  .laptop\:-mt-200 {
    margin-top: -200px !important;
  }

  .laptop\:-mt-220 {
    margin-top: -220px !important;
  }

  .laptop\:-mt-275 {
    margin-top: -275px !important;
  }

  .laptop\:-mt-300 {
    margin-top: -300px !important;
  }

  .laptop\:-mt-375 {
    margin-top: -375px !important;
  }

  .laptop\:mr-0 {
    margin-right: 0px !important;
  }

  .laptop\:mr-1 {
    margin-right: 4px !important;
  }

  .laptop\:mr-2 {
    margin-right: 8px !important;
  }

  .laptop\:mr-3 {
    margin-right: 3px !important;
  }

  .laptop\:mr-4 {
    margin-right: 4px !important;
  }

  .laptop\:mr-5 {
    margin-right: 5px !important;
  }

  .laptop\:mr-7 {
    margin-right: 7px !important;
  }

  .laptop\:mr-8 {
    margin-right: 8px !important;
  }

  .laptop\:mr-10 {
    margin-right: 10px !important;
  }

  .laptop\:mr-11 {
    margin-right: 11px !important;
  }

  .laptop\:mr-12 {
    margin-right: 12px !important;
  }

  .laptop\:mr-15 {
    margin-right: 15px !important;
  }

  .laptop\:mr-18 {
    margin-right: 18px !important;
  }

  .laptop\:mr-20 {
    margin-right: 20px !important;
  }

  .laptop\:mr-22 {
    margin-right: 22px !important;
  }

  .laptop\:mr-24 {
    margin-right: 24px !important;
  }

  .laptop\:mr-25 {
    margin-right: 25px !important;
  }

  .laptop\:mr-26 {
    margin-right: 26px !important;
  }

  .laptop\:mr-28 {
    margin-right: 28px !important;
  }

  .laptop\:mr-30 {
    margin-right: 30px !important;
  }

  .laptop\:mr-32 {
    margin-right: 32px !important;
  }

  .laptop\:mr-34 {
    margin-right: 34px !important;
  }

  .laptop\:mr-35 {
    margin-right: 35px !important;
  }

  .laptop\:mr-40 {
    margin-right: 40px !important;
  }

  .laptop\:mr-45 {
    margin-right: 45px !important;
  }

  .laptop\:mr-50 {
    margin-right: 50px !important;
  }

  .laptop\:mr-54 {
    margin-right: 54px !important;
  }

  .laptop\:mr-55 {
    margin-right: 55px !important;
  }

  .laptop\:mr-56 {
    margin-right: 56px !important;
  }

  .laptop\:mr-60 {
    margin-right: 60px !important;
  }

  .laptop\:mr-65 {
    margin-right: 65px !important;
  }

  .laptop\:mr-70 {
    margin-right: 70px !important;
  }

  .laptop\:mr-75 {
    margin-right: 75px !important;
  }

  .laptop\:mr-80 {
    margin-right: 80px !important;
  }

  .laptop\:mr-85 {
    margin-right: 85px !important;
  }

  .laptop\:mr-90 {
    margin-right: 90px !important;
  }

  .laptop\:mr-100 {
    margin-right: 100px !important;
  }

  .laptop\:mr-120 {
    margin-right: 120px !important;
  }

  .laptop\:mr-125 {
    margin-right: 125px !important;
  }

  .laptop\:mr-130 {
    margin-right: 130px !important;
  }

  .laptop\:mr-140 {
    margin-right: 140px !important;
  }

  .laptop\:mr-150 {
    margin-right: 150px !important;
  }

  .laptop\:mr-175 {
    margin-right: 175px !important;
  }

  .laptop\:mr-200 {
    margin-right: 200px !important;
  }

  .laptop\:mr-220 {
    margin-right: 220px !important;
  }

  .laptop\:mr-275 {
    margin-right: 275px !important;
  }

  .laptop\:mr-300 {
    margin-right: 300px !important;
  }

  .laptop\:mr-375 {
    margin-right: 375px !important;
  }

  .laptop\:mr-auto {
    margin-right: auto !important;
  }

  .laptop\:-mr-0 {
    margin-right: 0px !important;
  }

  .laptop\:-mr-1 {
    margin-right: -4px !important;
  }

  .laptop\:-mr-2 {
    margin-right: -8px !important;
  }

  .laptop\:-mr-3 {
    margin-right: -3px !important;
  }

  .laptop\:-mr-4 {
    margin-right: -4px !important;
  }

  .laptop\:-mr-5 {
    margin-right: -5px !important;
  }

  .laptop\:-mr-7 {
    margin-right: -7px !important;
  }

  .laptop\:-mr-8 {
    margin-right: -8px !important;
  }

  .laptop\:-mr-10 {
    margin-right: -10px !important;
  }

  .laptop\:-mr-11 {
    margin-right: -11px !important;
  }

  .laptop\:-mr-12 {
    margin-right: -12px !important;
  }

  .laptop\:-mr-15 {
    margin-right: -15px !important;
  }

  .laptop\:-mr-18 {
    margin-right: -18px !important;
  }

  .laptop\:-mr-20 {
    margin-right: -20px !important;
  }

  .laptop\:-mr-22 {
    margin-right: -22px !important;
  }

  .laptop\:-mr-24 {
    margin-right: -24px !important;
  }

  .laptop\:-mr-25 {
    margin-right: -25px !important;
  }

  .laptop\:-mr-26 {
    margin-right: -26px !important;
  }

  .laptop\:-mr-28 {
    margin-right: -28px !important;
  }

  .laptop\:-mr-30 {
    margin-right: -30px !important;
  }

  .laptop\:-mr-32 {
    margin-right: -32px !important;
  }

  .laptop\:-mr-34 {
    margin-right: -34px !important;
  }

  .laptop\:-mr-35 {
    margin-right: -35px !important;
  }

  .laptop\:-mr-40 {
    margin-right: -40px !important;
  }

  .laptop\:-mr-45 {
    margin-right: -45px !important;
  }

  .laptop\:-mr-50 {
    margin-right: -50px !important;
  }

  .laptop\:-mr-54 {
    margin-right: -54px !important;
  }

  .laptop\:-mr-55 {
    margin-right: -55px !important;
  }

  .laptop\:-mr-56 {
    margin-right: -56px !important;
  }

  .laptop\:-mr-60 {
    margin-right: -60px !important;
  }

  .laptop\:-mr-65 {
    margin-right: -65px !important;
  }

  .laptop\:-mr-70 {
    margin-right: -70px !important;
  }

  .laptop\:-mr-75 {
    margin-right: -75px !important;
  }

  .laptop\:-mr-80 {
    margin-right: -80px !important;
  }

  .laptop\:-mr-85 {
    margin-right: -85px !important;
  }

  .laptop\:-mr-90 {
    margin-right: -90px !important;
  }

  .laptop\:-mr-100 {
    margin-right: -100px !important;
  }

  .laptop\:-mr-120 {
    margin-right: -120px !important;
  }

  .laptop\:-mr-125 {
    margin-right: -125px !important;
  }

  .laptop\:-mr-130 {
    margin-right: -130px !important;
  }

  .laptop\:-mr-140 {
    margin-right: -140px !important;
  }

  .laptop\:-mr-150 {
    margin-right: -150px !important;
  }

  .laptop\:-mr-175 {
    margin-right: -175px !important;
  }

  .laptop\:-mr-200 {
    margin-right: -200px !important;
  }

  .laptop\:-mr-220 {
    margin-right: -220px !important;
  }

  .laptop\:-mr-275 {
    margin-right: -275px !important;
  }

  .laptop\:-mr-300 {
    margin-right: -300px !important;
  }

  .laptop\:-mr-375 {
    margin-right: -375px !important;
  }

  .laptop\:mb-0 {
    margin-bottom: 0px !important;
  }

  .laptop\:mb-1 {
    margin-bottom: 4px !important;
  }

  .laptop\:mb-2 {
    margin-bottom: 8px !important;
  }

  .laptop\:mb-3 {
    margin-bottom: 3px !important;
  }

  .laptop\:mb-4 {
    margin-bottom: 4px !important;
  }

  .laptop\:mb-5 {
    margin-bottom: 5px !important;
  }

  .laptop\:mb-7 {
    margin-bottom: 7px !important;
  }

  .laptop\:mb-8 {
    margin-bottom: 8px !important;
  }

  .laptop\:mb-10 {
    margin-bottom: 10px !important;
  }

  .laptop\:mb-11 {
    margin-bottom: 11px !important;
  }

  .laptop\:mb-12 {
    margin-bottom: 12px !important;
  }

  .laptop\:mb-15 {
    margin-bottom: 15px !important;
  }

  .laptop\:mb-18 {
    margin-bottom: 18px !important;
  }

  .laptop\:mb-20 {
    margin-bottom: 20px !important;
  }

  .laptop\:mb-22 {
    margin-bottom: 22px !important;
  }

  .laptop\:mb-24 {
    margin-bottom: 24px !important;
  }

  .laptop\:mb-25 {
    margin-bottom: 25px !important;
  }

  .laptop\:mb-26 {
    margin-bottom: 26px !important;
  }

  .laptop\:mb-28 {
    margin-bottom: 28px !important;
  }

  .laptop\:mb-30 {
    margin-bottom: 30px !important;
  }

  .laptop\:mb-32 {
    margin-bottom: 32px !important;
  }

  .laptop\:mb-34 {
    margin-bottom: 34px !important;
  }

  .laptop\:mb-35 {
    margin-bottom: 35px !important;
  }

  .laptop\:mb-40 {
    margin-bottom: 40px !important;
  }

  .laptop\:mb-45 {
    margin-bottom: 45px !important;
  }

  .laptop\:mb-50 {
    margin-bottom: 50px !important;
  }

  .laptop\:mb-54 {
    margin-bottom: 54px !important;
  }

  .laptop\:mb-55 {
    margin-bottom: 55px !important;
  }

  .laptop\:mb-56 {
    margin-bottom: 56px !important;
  }

  .laptop\:mb-60 {
    margin-bottom: 60px !important;
  }

  .laptop\:mb-65 {
    margin-bottom: 65px !important;
  }

  .laptop\:mb-70 {
    margin-bottom: 70px !important;
  }

  .laptop\:mb-75 {
    margin-bottom: 75px !important;
  }

  .laptop\:mb-80 {
    margin-bottom: 80px !important;
  }

  .laptop\:mb-85 {
    margin-bottom: 85px !important;
  }

  .laptop\:mb-90 {
    margin-bottom: 90px !important;
  }

  .laptop\:mb-100 {
    margin-bottom: 100px !important;
  }

  .laptop\:mb-120 {
    margin-bottom: 120px !important;
  }

  .laptop\:mb-125 {
    margin-bottom: 125px !important;
  }

  .laptop\:mb-130 {
    margin-bottom: 130px !important;
  }

  .laptop\:mb-140 {
    margin-bottom: 140px !important;
  }

  .laptop\:mb-150 {
    margin-bottom: 150px !important;
  }

  .laptop\:mb-175 {
    margin-bottom: 175px !important;
  }

  .laptop\:mb-200 {
    margin-bottom: 200px !important;
  }

  .laptop\:mb-220 {
    margin-bottom: 220px !important;
  }

  .laptop\:mb-275 {
    margin-bottom: 275px !important;
  }

  .laptop\:mb-300 {
    margin-bottom: 300px !important;
  }

  .laptop\:mb-375 {
    margin-bottom: 375px !important;
  }

  .laptop\:mb-auto {
    margin-bottom: auto !important;
  }

  .laptop\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .laptop\:-mb-1 {
    margin-bottom: -4px !important;
  }

  .laptop\:-mb-2 {
    margin-bottom: -8px !important;
  }

  .laptop\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .laptop\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .laptop\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .laptop\:-mb-7 {
    margin-bottom: -7px !important;
  }

  .laptop\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .laptop\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .laptop\:-mb-11 {
    margin-bottom: -11px !important;
  }

  .laptop\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .laptop\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .laptop\:-mb-18 {
    margin-bottom: -18px !important;
  }

  .laptop\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .laptop\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .laptop\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .laptop\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .laptop\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .laptop\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .laptop\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .laptop\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .laptop\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .laptop\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .laptop\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .laptop\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .laptop\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .laptop\:-mb-54 {
    margin-bottom: -54px !important;
  }

  .laptop\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .laptop\:-mb-56 {
    margin-bottom: -56px !important;
  }

  .laptop\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .laptop\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .laptop\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .laptop\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .laptop\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .laptop\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .laptop\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .laptop\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .laptop\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .laptop\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .laptop\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .laptop\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .laptop\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .laptop\:-mb-175 {
    margin-bottom: -175px !important;
  }

  .laptop\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .laptop\:-mb-220 {
    margin-bottom: -220px !important;
  }

  .laptop\:-mb-275 {
    margin-bottom: -275px !important;
  }

  .laptop\:-mb-300 {
    margin-bottom: -300px !important;
  }

  .laptop\:-mb-375 {
    margin-bottom: -375px !important;
  }

  .laptop\:ml-0 {
    margin-left: 0px !important;
  }

  .laptop\:ml-1 {
    margin-left: 4px !important;
  }

  .laptop\:ml-2 {
    margin-left: 8px !important;
  }

  .laptop\:ml-3 {
    margin-left: 3px !important;
  }

  .laptop\:ml-4 {
    margin-left: 4px !important;
  }

  .laptop\:ml-5 {
    margin-left: 5px !important;
  }

  .laptop\:ml-7 {
    margin-left: 7px !important;
  }

  .laptop\:ml-8 {
    margin-left: 8px !important;
  }

  .laptop\:ml-10 {
    margin-left: 10px !important;
  }

  .laptop\:ml-11 {
    margin-left: 11px !important;
  }

  .laptop\:ml-12 {
    margin-left: 12px !important;
  }

  .laptop\:ml-15 {
    margin-left: 15px !important;
  }

  .laptop\:ml-18 {
    margin-left: 18px !important;
  }

  .laptop\:ml-20 {
    margin-left: 20px !important;
  }

  .laptop\:ml-22 {
    margin-left: 22px !important;
  }

  .laptop\:ml-24 {
    margin-left: 24px !important;
  }

  .laptop\:ml-25 {
    margin-left: 25px !important;
  }

  .laptop\:ml-26 {
    margin-left: 26px !important;
  }

  .laptop\:ml-28 {
    margin-left: 28px !important;
  }

  .laptop\:ml-30 {
    margin-left: 30px !important;
  }

  .laptop\:ml-32 {
    margin-left: 32px !important;
  }

  .laptop\:ml-34 {
    margin-left: 34px !important;
  }

  .laptop\:ml-35 {
    margin-left: 35px !important;
  }

  .laptop\:ml-40 {
    margin-left: 40px !important;
  }

  .laptop\:ml-45 {
    margin-left: 45px !important;
  }

  .laptop\:ml-50 {
    margin-left: 50px !important;
  }

  .laptop\:ml-54 {
    margin-left: 54px !important;
  }

  .laptop\:ml-55 {
    margin-left: 55px !important;
  }

  .laptop\:ml-56 {
    margin-left: 56px !important;
  }

  .laptop\:ml-60 {
    margin-left: 60px !important;
  }

  .laptop\:ml-65 {
    margin-left: 65px !important;
  }

  .laptop\:ml-70 {
    margin-left: 70px !important;
  }

  .laptop\:ml-75 {
    margin-left: 75px !important;
  }

  .laptop\:ml-80 {
    margin-left: 80px !important;
  }

  .laptop\:ml-85 {
    margin-left: 85px !important;
  }

  .laptop\:ml-90 {
    margin-left: 90px !important;
  }

  .laptop\:ml-100 {
    margin-left: 100px !important;
  }

  .laptop\:ml-120 {
    margin-left: 120px !important;
  }

  .laptop\:ml-125 {
    margin-left: 125px !important;
  }

  .laptop\:ml-130 {
    margin-left: 130px !important;
  }

  .laptop\:ml-140 {
    margin-left: 140px !important;
  }

  .laptop\:ml-150 {
    margin-left: 150px !important;
  }

  .laptop\:ml-175 {
    margin-left: 175px !important;
  }

  .laptop\:ml-200 {
    margin-left: 200px !important;
  }

  .laptop\:ml-220 {
    margin-left: 220px !important;
  }

  .laptop\:ml-275 {
    margin-left: 275px !important;
  }

  .laptop\:ml-300 {
    margin-left: 300px !important;
  }

  .laptop\:ml-375 {
    margin-left: 375px !important;
  }

  .laptop\:ml-auto {
    margin-left: auto !important;
  }

  .laptop\:-ml-0 {
    margin-left: 0px !important;
  }

  .laptop\:-ml-1 {
    margin-left: -4px !important;
  }

  .laptop\:-ml-2 {
    margin-left: -8px !important;
  }

  .laptop\:-ml-3 {
    margin-left: -3px !important;
  }

  .laptop\:-ml-4 {
    margin-left: -4px !important;
  }

  .laptop\:-ml-5 {
    margin-left: -5px !important;
  }

  .laptop\:-ml-7 {
    margin-left: -7px !important;
  }

  .laptop\:-ml-8 {
    margin-left: -8px !important;
  }

  .laptop\:-ml-10 {
    margin-left: -10px !important;
  }

  .laptop\:-ml-11 {
    margin-left: -11px !important;
  }

  .laptop\:-ml-12 {
    margin-left: -12px !important;
  }

  .laptop\:-ml-15 {
    margin-left: -15px !important;
  }

  .laptop\:-ml-18 {
    margin-left: -18px !important;
  }

  .laptop\:-ml-20 {
    margin-left: -20px !important;
  }

  .laptop\:-ml-22 {
    margin-left: -22px !important;
  }

  .laptop\:-ml-24 {
    margin-left: -24px !important;
  }

  .laptop\:-ml-25 {
    margin-left: -25px !important;
  }

  .laptop\:-ml-26 {
    margin-left: -26px !important;
  }

  .laptop\:-ml-28 {
    margin-left: -28px !important;
  }

  .laptop\:-ml-30 {
    margin-left: -30px !important;
  }

  .laptop\:-ml-32 {
    margin-left: -32px !important;
  }

  .laptop\:-ml-34 {
    margin-left: -34px !important;
  }

  .laptop\:-ml-35 {
    margin-left: -35px !important;
  }

  .laptop\:-ml-40 {
    margin-left: -40px !important;
  }

  .laptop\:-ml-45 {
    margin-left: -45px !important;
  }

  .laptop\:-ml-50 {
    margin-left: -50px !important;
  }

  .laptop\:-ml-54 {
    margin-left: -54px !important;
  }

  .laptop\:-ml-55 {
    margin-left: -55px !important;
  }

  .laptop\:-ml-56 {
    margin-left: -56px !important;
  }

  .laptop\:-ml-60 {
    margin-left: -60px !important;
  }

  .laptop\:-ml-65 {
    margin-left: -65px !important;
  }

  .laptop\:-ml-70 {
    margin-left: -70px !important;
  }

  .laptop\:-ml-75 {
    margin-left: -75px !important;
  }

  .laptop\:-ml-80 {
    margin-left: -80px !important;
  }

  .laptop\:-ml-85 {
    margin-left: -85px !important;
  }

  .laptop\:-ml-90 {
    margin-left: -90px !important;
  }

  .laptop\:-ml-100 {
    margin-left: -100px !important;
  }

  .laptop\:-ml-120 {
    margin-left: -120px !important;
  }

  .laptop\:-ml-125 {
    margin-left: -125px !important;
  }

  .laptop\:-ml-130 {
    margin-left: -130px !important;
  }

  .laptop\:-ml-140 {
    margin-left: -140px !important;
  }

  .laptop\:-ml-150 {
    margin-left: -150px !important;
  }

  .laptop\:-ml-175 {
    margin-left: -175px !important;
  }

  .laptop\:-ml-200 {
    margin-left: -200px !important;
  }

  .laptop\:-ml-220 {
    margin-left: -220px !important;
  }

  .laptop\:-ml-275 {
    margin-left: -275px !important;
  }

  .laptop\:-ml-300 {
    margin-left: -300px !important;
  }

  .laptop\:-ml-375 {
    margin-left: -375px !important;
  }

  .laptop\:box-border {
    box-sizing: border-box !important;
  }

  .laptop\:box-content {
    box-sizing: content-box !important;
  }

  .laptop\:block {
    display: block !important;
  }

  .laptop\:inline-block {
    display: inline-block !important;
  }

  .laptop\:inline {
    display: inline !important;
  }

  .laptop\:flex {
    display: flex !important;
  }

  .laptop\:inline-flex {
    display: inline-flex !important;
  }

  .laptop\:table {
    display: table !important;
  }

  .laptop\:inline-table {
    display: inline-table !important;
  }

  .laptop\:table-caption {
    display: table-caption !important;
  }

  .laptop\:table-cell {
    display: table-cell !important;
  }

  .laptop\:table-column {
    display: table-column !important;
  }

  .laptop\:table-column-group {
    display: table-column-group !important;
  }

  .laptop\:table-footer-group {
    display: table-footer-group !important;
  }

  .laptop\:table-header-group {
    display: table-header-group !important;
  }

  .laptop\:table-row-group {
    display: table-row-group !important;
  }

  .laptop\:table-row {
    display: table-row !important;
  }

  .laptop\:flow-root {
    display: flow-root !important;
  }

  .laptop\:grid {
    display: grid !important;
  }

  .laptop\:inline-grid {
    display: inline-grid !important;
  }

  .laptop\:contents {
    display: contents !important;
  }

  .laptop\:list-item {
    display: list-item !important;
  }

  .laptop\:hidden {
    display: none !important;
  }

  .laptop\:h-0 {
    height: 0px !important;
  }

  .laptop\:h-1 {
    height: 4px !important;
  }

  .laptop\:h-2 {
    height: 8px !important;
  }

  .laptop\:h-3 {
    height: 3px !important;
  }

  .laptop\:h-4 {
    height: 4px !important;
  }

  .laptop\:h-5 {
    height: 5px !important;
  }

  .laptop\:h-7 {
    height: 7px !important;
  }

  .laptop\:h-8 {
    height: 8px !important;
  }

  .laptop\:h-10 {
    height: 10px !important;
  }

  .laptop\:h-11 {
    height: 11px !important;
  }

  .laptop\:h-12 {
    height: 12px !important;
  }

  .laptop\:h-15 {
    height: 15px !important;
  }

  .laptop\:h-16 {
    height: 16px !important;
  }

  .laptop\:h-18 {
    height: 18px !important;
  }

  .laptop\:h-20 {
    height: 20px !important;
  }

  .laptop\:h-22 {
    height: 22px !important;
  }

  .laptop\:h-24 {
    height: 24px !important;
  }

  .laptop\:h-25 {
    height: 25px !important;
  }

  .laptop\:h-26 {
    height: 26px !important;
  }

  .laptop\:h-28 {
    height: 28px !important;
  }

  .laptop\:h-30 {
    height: 30px !important;
  }

  .laptop\:h-32 {
    height: 32px !important;
  }

  .laptop\:h-34 {
    height: 34px !important;
  }

  .laptop\:h-35 {
    height: 35px !important;
  }

  .laptop\:h-40 {
    height: 40px !important;
  }

  .laptop\:h-45 {
    height: 45px !important;
  }

  .laptop\:h-48 {
    height: 48px !important;
  }

  .laptop\:h-50 {
    height: 50px !important;
  }

  .laptop\:h-54 {
    height: 54px !important;
  }

  .laptop\:h-55 {
    height: 55px !important;
  }

  .laptop\:h-56 {
    height: 56px !important;
  }

  .laptop\:h-60 {
    height: 60px !important;
  }

  .laptop\:h-65 {
    height: 65px !important;
  }

  .laptop\:h-70 {
    height: 70px !important;
  }

  .laptop\:h-75 {
    height: 75px !important;
  }

  .laptop\:h-80 {
    height: 80px !important;
  }

  .laptop\:h-85 {
    height: 85px !important;
  }

  .laptop\:h-90 {
    height: 90px !important;
  }

  .laptop\:h-100 {
    height: 100px !important;
  }

  .laptop\:h-120 {
    height: 120px !important;
  }

  .laptop\:h-125 {
    height: 125px !important;
  }

  .laptop\:h-130 {
    height: 130px !important;
  }

  .laptop\:h-140 {
    height: 140px !important;
  }

  .laptop\:h-150 {
    height: 150px !important;
  }

  .laptop\:h-175 {
    height: 175px !important;
  }

  .laptop\:h-200 {
    height: 200px !important;
  }

  .laptop\:h-220 {
    height: 220px !important;
  }

  .laptop\:h-275 {
    height: 275px !important;
  }

  .laptop\:h-300 {
    height: 300px !important;
  }

  .laptop\:h-375 {
    height: 375px !important;
  }

  .laptop\:h-auto {
    height: auto !important;
  }

  .laptop\:h-1\/2 {
    height: 50% !important;
  }

  .laptop\:h-1\/3 {
    height: 33.333333% !important;
  }

  .laptop\:h-2\/3 {
    height: 66.666667% !important;
  }

  .laptop\:h-1\/4 {
    height: 25% !important;
  }

  .laptop\:h-2\/4 {
    height: 50% !important;
  }

  .laptop\:h-3\/4 {
    height: 75% !important;
  }

  .laptop\:h-1\/5 {
    height: 20% !important;
  }

  .laptop\:h-2\/5 {
    height: 40% !important;
  }

  .laptop\:h-3\/5 {
    height: 60% !important;
  }

  .laptop\:h-4\/5 {
    height: 80% !important;
  }

  .laptop\:h-1\/6 {
    height: 16.666667% !important;
  }

  .laptop\:h-2\/6 {
    height: 33.333333% !important;
  }

  .laptop\:h-3\/6 {
    height: 50% !important;
  }

  .laptop\:h-4\/6 {
    height: 66.666667% !important;
  }

  .laptop\:h-5\/6 {
    height: 83.333333% !important;
  }

  .laptop\:h-full {
    height: 100% !important;
  }

  .laptop\:h-screen {
    height: 100vh !important;
  }

  .laptop\:max-h-0 {
    max-height: 0px !important;
  }

  .laptop\:max-h-1 {
    max-height: 4px !important;
  }

  .laptop\:max-h-2 {
    max-height: 8px !important;
  }

  .laptop\:max-h-3 {
    max-height: 3px !important;
  }

  .laptop\:max-h-4 {
    max-height: 4px !important;
  }

  .laptop\:max-h-5 {
    max-height: 5px !important;
  }

  .laptop\:max-h-7 {
    max-height: 7px !important;
  }

  .laptop\:max-h-8 {
    max-height: 8px !important;
  }

  .laptop\:max-h-10 {
    max-height: 10px !important;
  }

  .laptop\:max-h-11 {
    max-height: 11px !important;
  }

  .laptop\:max-h-12 {
    max-height: 12px !important;
  }

  .laptop\:max-h-15 {
    max-height: 15px !important;
  }

  .laptop\:max-h-18 {
    max-height: 18px !important;
  }

  .laptop\:max-h-20 {
    max-height: 20px !important;
  }

  .laptop\:max-h-22 {
    max-height: 22px !important;
  }

  .laptop\:max-h-24 {
    max-height: 24px !important;
  }

  .laptop\:max-h-25 {
    max-height: 25px !important;
  }

  .laptop\:max-h-26 {
    max-height: 26px !important;
  }

  .laptop\:max-h-28 {
    max-height: 28px !important;
  }

  .laptop\:max-h-30 {
    max-height: 30px !important;
  }

  .laptop\:max-h-32 {
    max-height: 32px !important;
  }

  .laptop\:max-h-34 {
    max-height: 34px !important;
  }

  .laptop\:max-h-35 {
    max-height: 35px !important;
  }

  .laptop\:max-h-40 {
    max-height: 40px !important;
  }

  .laptop\:max-h-45 {
    max-height: 45px !important;
  }

  .laptop\:max-h-50 {
    max-height: 50px !important;
  }

  .laptop\:max-h-54 {
    max-height: 54px !important;
  }

  .laptop\:max-h-55 {
    max-height: 55px !important;
  }

  .laptop\:max-h-56 {
    max-height: 56px !important;
  }

  .laptop\:max-h-60 {
    max-height: 60px !important;
  }

  .laptop\:max-h-65 {
    max-height: 65px !important;
  }

  .laptop\:max-h-70 {
    max-height: 70px !important;
  }

  .laptop\:max-h-75 {
    max-height: 75px !important;
  }

  .laptop\:max-h-80 {
    max-height: 80px !important;
  }

  .laptop\:max-h-85 {
    max-height: 85px !important;
  }

  .laptop\:max-h-90 {
    max-height: 90px !important;
  }

  .laptop\:max-h-100 {
    max-height: 100px !important;
  }

  .laptop\:max-h-120 {
    max-height: 120px !important;
  }

  .laptop\:max-h-125 {
    max-height: 125px !important;
  }

  .laptop\:max-h-130 {
    max-height: 130px !important;
  }

  .laptop\:max-h-140 {
    max-height: 140px !important;
  }

  .laptop\:max-h-150 {
    max-height: 150px !important;
  }

  .laptop\:max-h-175 {
    max-height: 175px !important;
  }

  .laptop\:max-h-200 {
    max-height: 200px !important;
  }

  .laptop\:max-h-220 {
    max-height: 220px !important;
  }

  .laptop\:max-h-275 {
    max-height: 275px !important;
  }

  .laptop\:max-h-300 {
    max-height: 300px !important;
  }

  .laptop\:max-h-375 {
    max-height: 375px !important;
  }

  .laptop\:max-h-full {
    max-height: 100% !important;
  }

  .laptop\:max-h-screen {
    max-height: 100vh !important;
  }

  .laptop\:min-h-180 {
    min-height: 180px !important;
  }

  .laptop\:min-h-275 {
    min-height: 275px !important;
  }

  .laptop\:min-h-300 {
    min-height: 300px !important;
  }

  .laptop\:min-h-375 {
    min-height: 375px !important;
  }

  .laptop\:min-h-500 {
    min-height: 500px !important;
  }

  .laptop\:min-h-680 {
    min-height: 680px !important;
  }

  .laptop\:min-h-top {
    min-height: 48px !important;
  }

  .laptop\:min-h-logo {
    min-height: 72px !important;
  }

  .laptop\:min-h-screen {
    min-height: 100vh !important;
  }

  .laptop\:w-0 {
    width: 0px !important;
  }

  .laptop\:w-1 {
    width: 4px !important;
  }

  .laptop\:w-2 {
    width: 8px !important;
  }

  .laptop\:w-3 {
    width: 3px !important;
  }

  .laptop\:w-4 {
    width: 4px !important;
  }

  .laptop\:w-5 {
    width: 5px !important;
  }

  .laptop\:w-7 {
    width: 7px !important;
  }

  .laptop\:w-8 {
    width: 8px !important;
  }

  .laptop\:w-10 {
    width: 10px !important;
  }

  .laptop\:w-11 {
    width: 11px !important;
  }

  .laptop\:w-12 {
    width: 12px !important;
  }

  .laptop\:w-15 {
    width: 15px !important;
  }

  .laptop\:w-16 {
    width: 16px !important;
  }

  .laptop\:w-18 {
    width: 18px !important;
  }

  .laptop\:w-20 {
    width: 20px !important;
  }

  .laptop\:w-22 {
    width: 22px !important;
  }

  .laptop\:w-24 {
    width: 24px !important;
  }

  .laptop\:w-25 {
    width: 25px !important;
  }

  .laptop\:w-26 {
    width: 26px !important;
  }

  .laptop\:w-28 {
    width: 28px !important;
  }

  .laptop\:w-30 {
    width: 30px !important;
  }

  .laptop\:w-32 {
    width: 32px !important;
  }

  .laptop\:w-34 {
    width: 34px !important;
  }

  .laptop\:w-35 {
    width: 35px !important;
  }

  .laptop\:w-40 {
    width: 40px !important;
  }

  .laptop\:w-45 {
    width: 45px !important;
  }

  .laptop\:w-48 {
    width: 48px !important;
  }

  .laptop\:w-50 {
    width: 50px !important;
  }

  .laptop\:w-54 {
    width: 54px !important;
  }

  .laptop\:w-55 {
    width: 55px !important;
  }

  .laptop\:w-56 {
    width: 56px !important;
  }

  .laptop\:w-60 {
    width: 60px !important;
  }

  .laptop\:w-65 {
    width: 65px !important;
  }

  .laptop\:w-70 {
    width: 70px !important;
  }

  .laptop\:w-75 {
    width: 75px !important;
  }

  .laptop\:w-80 {
    width: 80px !important;
  }

  .laptop\:w-85 {
    width: 85px !important;
  }

  .laptop\:w-90 {
    width: 90px !important;
  }

  .laptop\:w-100 {
    width: 100px !important;
  }

  .laptop\:w-120 {
    width: 120px !important;
  }

  .laptop\:w-125 {
    width: 125px !important;
  }

  .laptop\:w-130 {
    width: 130px !important;
  }

  .laptop\:w-140 {
    width: 140px !important;
  }

  .laptop\:w-150 {
    width: 150px !important;
  }

  .laptop\:w-175 {
    width: 175px !important;
  }

  .laptop\:w-200 {
    width: 200px !important;
  }

  .laptop\:w-220 {
    width: 220px !important;
  }

  .laptop\:w-275 {
    width: 275px !important;
  }

  .laptop\:w-300 {
    width: 300px !important;
  }

  .laptop\:w-375 {
    width: 375px !important;
  }

  .laptop\:w-auto {
    width: auto !important;
  }

  .laptop\:w-1\/2 {
    width: 50% !important;
  }

  .laptop\:w-1\/3 {
    width: 33.333333% !important;
  }

  .laptop\:w-2\/3 {
    width: 66.666667% !important;
  }

  .laptop\:w-1\/4 {
    width: 25% !important;
  }

  .laptop\:w-2\/4 {
    width: 50% !important;
  }

  .laptop\:w-3\/4 {
    width: 75% !important;
  }

  .laptop\:w-1\/5 {
    width: 20% !important;
  }

  .laptop\:w-2\/5 {
    width: 40% !important;
  }

  .laptop\:w-3\/5 {
    width: 60% !important;
  }

  .laptop\:w-4\/5 {
    width: 80% !important;
  }

  .laptop\:w-1\/6 {
    width: 16.666667% !important;
  }

  .laptop\:w-2\/6 {
    width: 33.333333% !important;
  }

  .laptop\:w-3\/6 {
    width: 50% !important;
  }

  .laptop\:w-4\/6 {
    width: 66.666667% !important;
  }

  .laptop\:w-5\/6 {
    width: 83.333333% !important;
  }

  .laptop\:w-1\/12 {
    width: 8.333333% !important;
  }

  .laptop\:w-2\/12 {
    width: 16.666667% !important;
  }

  .laptop\:w-3\/12 {
    width: 25% !important;
  }

  .laptop\:w-4\/12 {
    width: 33.333333% !important;
  }

  .laptop\:w-5\/12 {
    width: 41.666667% !important;
  }

  .laptop\:w-6\/12 {
    width: 50% !important;
  }

  .laptop\:w-7\/12 {
    width: 58.333333% !important;
  }

  .laptop\:w-8\/12 {
    width: 66.666667% !important;
  }

  .laptop\:w-9\/12 {
    width: 75% !important;
  }

  .laptop\:w-10\/12 {
    width: 83.333333% !important;
  }

  .laptop\:w-11\/12 {
    width: 91.666667% !important;
  }

  .laptop\:w-full {
    width: 100% !important;
  }

  .laptop\:w-screen {
    width: 100vw !important;
  }

  .laptop\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .laptop\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .laptop\:min-w-64 {
    min-width: 64px !important;
  }

  .laptop\:max-w-150 {
    max-width: 150px !important;
  }

  .laptop\:max-w-165 {
    max-width: 165px !important;
  }

  .laptop\:max-w-200 {
    max-width: 200px !important;
  }

  .laptop\:max-w-350 {
    max-width: 350px !important;
  }

  .laptop\:max-w-400 {
    max-width: 400px !important;
  }

  .laptop\:max-w-440 {
    max-width: 440px !important;
  }

  .laptop\:max-w-500 {
    max-width: 500px !important;
  }

  .laptop\:max-w-550 {
    max-width: 550px !important;
  }

  .laptop\:max-w-600 {
    max-width: 600px !important;
  }

  .laptop\:max-w-710 {
    max-width: 710px !important;
  }

  .laptop\:max-w-900 {
    max-width: 900px !important;
  }

  .laptop\:max-w-1024 {
    max-width: 1024px !important;
  }

  .laptop\:max-w-1800 {
    max-width: 1800px !important;
  }

  .laptop\:flex-1 {
    flex: 1 1 0% !important;
  }

  .laptop\:flex-auto {
    flex: 1 1 auto !important;
  }

  .laptop\:flex-initial {
    flex: 0 1 auto !important;
  }

  .laptop\:flex-none {
    flex: none !important;
  }

  .laptop\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .laptop\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .laptop\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .laptop\:flex-grow {
    flex-grow: 1 !important;
  }

  .laptop\:table-auto {
    table-layout: auto !important;
  }

  .laptop\:table-fixed {
    table-layout: fixed !important;
  }

  .laptop\:border-collapse {
    border-collapse: collapse !important;
  }

  .laptop\:border-separate {
    border-collapse: separate !important;
  }

  .laptop\:origin-center {
    transform-origin: center !important;
  }

  .laptop\:origin-top {
    transform-origin: top !important;
  }

  .laptop\:origin-top-right {
    transform-origin: top right !important;
  }

  .laptop\:origin-right {
    transform-origin: right !important;
  }

  .laptop\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .laptop\:origin-bottom {
    transform-origin: bottom !important;
  }

  .laptop\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .laptop\:origin-left {
    transform-origin: left !important;
  }

  .laptop\:origin-top-left {
    transform-origin: top left !important;
  }

  .laptop\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .laptop\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .laptop\:transform-none {
    transform: none !important;
  }

  .laptop\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .laptop\:translate-x-1 {
    --tw-translate-x: 4px !important;
  }

  .laptop\:translate-x-2 {
    --tw-translate-x: 8px !important;
  }

  .laptop\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .laptop\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .laptop\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .laptop\:translate-x-7 {
    --tw-translate-x: 7px !important;
  }

  .laptop\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .laptop\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .laptop\:translate-x-11 {
    --tw-translate-x: 11px !important;
  }

  .laptop\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .laptop\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .laptop\:translate-x-18 {
    --tw-translate-x: 18px !important;
  }

  .laptop\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .laptop\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .laptop\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .laptop\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .laptop\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .laptop\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .laptop\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .laptop\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .laptop\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .laptop\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .laptop\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .laptop\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .laptop\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .laptop\:translate-x-54 {
    --tw-translate-x: 54px !important;
  }

  .laptop\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .laptop\:translate-x-56 {
    --tw-translate-x: 56px !important;
  }

  .laptop\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .laptop\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .laptop\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .laptop\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .laptop\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .laptop\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .laptop\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .laptop\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .laptop\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .laptop\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .laptop\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .laptop\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .laptop\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .laptop\:translate-x-175 {
    --tw-translate-x: 175px !important;
  }

  .laptop\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .laptop\:translate-x-220 {
    --tw-translate-x: 220px !important;
  }

  .laptop\:translate-x-275 {
    --tw-translate-x: 275px !important;
  }

  .laptop\:translate-x-300 {
    --tw-translate-x: 300px !important;
  }

  .laptop\:translate-x-375 {
    --tw-translate-x: 375px !important;
  }

  .laptop\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .laptop\:-translate-x-1 {
    --tw-translate-x: -4px !important;
  }

  .laptop\:-translate-x-2 {
    --tw-translate-x: -8px !important;
  }

  .laptop\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .laptop\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .laptop\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .laptop\:-translate-x-7 {
    --tw-translate-x: -7px !important;
  }

  .laptop\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .laptop\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .laptop\:-translate-x-11 {
    --tw-translate-x: -11px !important;
  }

  .laptop\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .laptop\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .laptop\:-translate-x-18 {
    --tw-translate-x: -18px !important;
  }

  .laptop\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .laptop\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .laptop\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .laptop\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .laptop\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .laptop\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .laptop\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .laptop\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .laptop\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .laptop\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .laptop\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .laptop\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .laptop\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .laptop\:-translate-x-54 {
    --tw-translate-x: -54px !important;
  }

  .laptop\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .laptop\:-translate-x-56 {
    --tw-translate-x: -56px !important;
  }

  .laptop\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .laptop\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .laptop\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .laptop\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .laptop\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .laptop\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .laptop\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .laptop\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .laptop\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .laptop\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .laptop\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .laptop\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .laptop\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .laptop\:-translate-x-175 {
    --tw-translate-x: -175px !important;
  }

  .laptop\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .laptop\:-translate-x-220 {
    --tw-translate-x: -220px !important;
  }

  .laptop\:-translate-x-275 {
    --tw-translate-x: -275px !important;
  }

  .laptop\:-translate-x-300 {
    --tw-translate-x: -300px !important;
  }

  .laptop\:-translate-x-375 {
    --tw-translate-x: -375px !important;
  }

  .laptop\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .laptop\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .laptop\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .laptop\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .laptop\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .laptop\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .laptop\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .laptop\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .laptop\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .laptop\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .laptop\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .laptop\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .laptop\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .laptop\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .laptop\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .laptop\:translate-y-1 {
    --tw-translate-y: 4px !important;
  }

  .laptop\:translate-y-2 {
    --tw-translate-y: 8px !important;
  }

  .laptop\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .laptop\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .laptop\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .laptop\:translate-y-7 {
    --tw-translate-y: 7px !important;
  }

  .laptop\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .laptop\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .laptop\:translate-y-11 {
    --tw-translate-y: 11px !important;
  }

  .laptop\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .laptop\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .laptop\:translate-y-18 {
    --tw-translate-y: 18px !important;
  }

  .laptop\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .laptop\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .laptop\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .laptop\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .laptop\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .laptop\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .laptop\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .laptop\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .laptop\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .laptop\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .laptop\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .laptop\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .laptop\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .laptop\:translate-y-54 {
    --tw-translate-y: 54px !important;
  }

  .laptop\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .laptop\:translate-y-56 {
    --tw-translate-y: 56px !important;
  }

  .laptop\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .laptop\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .laptop\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .laptop\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .laptop\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .laptop\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .laptop\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .laptop\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .laptop\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .laptop\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .laptop\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .laptop\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .laptop\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .laptop\:translate-y-175 {
    --tw-translate-y: 175px !important;
  }

  .laptop\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .laptop\:translate-y-220 {
    --tw-translate-y: 220px !important;
  }

  .laptop\:translate-y-275 {
    --tw-translate-y: 275px !important;
  }

  .laptop\:translate-y-300 {
    --tw-translate-y: 300px !important;
  }

  .laptop\:translate-y-375 {
    --tw-translate-y: 375px !important;
  }

  .laptop\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .laptop\:-translate-y-1 {
    --tw-translate-y: -4px !important;
  }

  .laptop\:-translate-y-2 {
    --tw-translate-y: -8px !important;
  }

  .laptop\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .laptop\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .laptop\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .laptop\:-translate-y-7 {
    --tw-translate-y: -7px !important;
  }

  .laptop\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .laptop\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .laptop\:-translate-y-11 {
    --tw-translate-y: -11px !important;
  }

  .laptop\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .laptop\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .laptop\:-translate-y-18 {
    --tw-translate-y: -18px !important;
  }

  .laptop\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .laptop\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .laptop\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .laptop\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .laptop\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .laptop\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .laptop\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .laptop\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .laptop\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .laptop\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .laptop\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .laptop\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .laptop\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .laptop\:-translate-y-54 {
    --tw-translate-y: -54px !important;
  }

  .laptop\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .laptop\:-translate-y-56 {
    --tw-translate-y: -56px !important;
  }

  .laptop\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .laptop\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .laptop\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .laptop\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .laptop\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .laptop\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .laptop\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .laptop\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .laptop\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .laptop\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .laptop\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .laptop\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .laptop\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .laptop\:-translate-y-175 {
    --tw-translate-y: -175px !important;
  }

  .laptop\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .laptop\:-translate-y-220 {
    --tw-translate-y: -220px !important;
  }

  .laptop\:-translate-y-275 {
    --tw-translate-y: -275px !important;
  }

  .laptop\:-translate-y-300 {
    --tw-translate-y: -300px !important;
  }

  .laptop\:-translate-y-375 {
    --tw-translate-y: -375px !important;
  }

  .laptop\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .laptop\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .laptop\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .laptop\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .laptop\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .laptop\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .laptop\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .laptop\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .laptop\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .laptop\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .laptop\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .laptop\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .laptop\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .laptop\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .laptop\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .laptop\:hover\:translate-x-1:hover {
    --tw-translate-x: 4px !important;
  }

  .laptop\:hover\:translate-x-2:hover {
    --tw-translate-x: 8px !important;
  }

  .laptop\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .laptop\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .laptop\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .laptop\:hover\:translate-x-7:hover {
    --tw-translate-x: 7px !important;
  }

  .laptop\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .laptop\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .laptop\:hover\:translate-x-11:hover {
    --tw-translate-x: 11px !important;
  }

  .laptop\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .laptop\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .laptop\:hover\:translate-x-18:hover {
    --tw-translate-x: 18px !important;
  }

  .laptop\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .laptop\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .laptop\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .laptop\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .laptop\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .laptop\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .laptop\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .laptop\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .laptop\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .laptop\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .laptop\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .laptop\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .laptop\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .laptop\:hover\:translate-x-54:hover {
    --tw-translate-x: 54px !important;
  }

  .laptop\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .laptop\:hover\:translate-x-56:hover {
    --tw-translate-x: 56px !important;
  }

  .laptop\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .laptop\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .laptop\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .laptop\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .laptop\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .laptop\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .laptop\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .laptop\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .laptop\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .laptop\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .laptop\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .laptop\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .laptop\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .laptop\:hover\:translate-x-175:hover {
    --tw-translate-x: 175px !important;
  }

  .laptop\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .laptop\:hover\:translate-x-220:hover {
    --tw-translate-x: 220px !important;
  }

  .laptop\:hover\:translate-x-275:hover {
    --tw-translate-x: 275px !important;
  }

  .laptop\:hover\:translate-x-300:hover {
    --tw-translate-x: 300px !important;
  }

  .laptop\:hover\:translate-x-375:hover {
    --tw-translate-x: 375px !important;
  }

  .laptop\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .laptop\:hover\:-translate-x-1:hover {
    --tw-translate-x: -4px !important;
  }

  .laptop\:hover\:-translate-x-2:hover {
    --tw-translate-x: -8px !important;
  }

  .laptop\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .laptop\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .laptop\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .laptop\:hover\:-translate-x-7:hover {
    --tw-translate-x: -7px !important;
  }

  .laptop\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .laptop\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .laptop\:hover\:-translate-x-11:hover {
    --tw-translate-x: -11px !important;
  }

  .laptop\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .laptop\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .laptop\:hover\:-translate-x-18:hover {
    --tw-translate-x: -18px !important;
  }

  .laptop\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .laptop\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .laptop\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .laptop\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .laptop\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .laptop\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .laptop\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .laptop\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .laptop\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .laptop\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .laptop\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .laptop\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .laptop\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .laptop\:hover\:-translate-x-54:hover {
    --tw-translate-x: -54px !important;
  }

  .laptop\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .laptop\:hover\:-translate-x-56:hover {
    --tw-translate-x: -56px !important;
  }

  .laptop\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .laptop\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .laptop\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .laptop\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .laptop\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .laptop\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .laptop\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .laptop\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .laptop\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .laptop\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .laptop\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .laptop\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .laptop\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .laptop\:hover\:-translate-x-175:hover {
    --tw-translate-x: -175px !important;
  }

  .laptop\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .laptop\:hover\:-translate-x-220:hover {
    --tw-translate-x: -220px !important;
  }

  .laptop\:hover\:-translate-x-275:hover {
    --tw-translate-x: -275px !important;
  }

  .laptop\:hover\:-translate-x-300:hover {
    --tw-translate-x: -300px !important;
  }

  .laptop\:hover\:-translate-x-375:hover {
    --tw-translate-x: -375px !important;
  }

  .laptop\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .laptop\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .laptop\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .laptop\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .laptop\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .laptop\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .laptop\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .laptop\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .laptop\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .laptop\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .laptop\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .laptop\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .laptop\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .laptop\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .laptop\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .laptop\:hover\:translate-y-1:hover {
    --tw-translate-y: 4px !important;
  }

  .laptop\:hover\:translate-y-2:hover {
    --tw-translate-y: 8px !important;
  }

  .laptop\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .laptop\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .laptop\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .laptop\:hover\:translate-y-7:hover {
    --tw-translate-y: 7px !important;
  }

  .laptop\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .laptop\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .laptop\:hover\:translate-y-11:hover {
    --tw-translate-y: 11px !important;
  }

  .laptop\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .laptop\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .laptop\:hover\:translate-y-18:hover {
    --tw-translate-y: 18px !important;
  }

  .laptop\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .laptop\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .laptop\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .laptop\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .laptop\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .laptop\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .laptop\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .laptop\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .laptop\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .laptop\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .laptop\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .laptop\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .laptop\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .laptop\:hover\:translate-y-54:hover {
    --tw-translate-y: 54px !important;
  }

  .laptop\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .laptop\:hover\:translate-y-56:hover {
    --tw-translate-y: 56px !important;
  }

  .laptop\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .laptop\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .laptop\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .laptop\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .laptop\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .laptop\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .laptop\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .laptop\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .laptop\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .laptop\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .laptop\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .laptop\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .laptop\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .laptop\:hover\:translate-y-175:hover {
    --tw-translate-y: 175px !important;
  }

  .laptop\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .laptop\:hover\:translate-y-220:hover {
    --tw-translate-y: 220px !important;
  }

  .laptop\:hover\:translate-y-275:hover {
    --tw-translate-y: 275px !important;
  }

  .laptop\:hover\:translate-y-300:hover {
    --tw-translate-y: 300px !important;
  }

  .laptop\:hover\:translate-y-375:hover {
    --tw-translate-y: 375px !important;
  }

  .laptop\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .laptop\:hover\:-translate-y-1:hover {
    --tw-translate-y: -4px !important;
  }

  .laptop\:hover\:-translate-y-2:hover {
    --tw-translate-y: -8px !important;
  }

  .laptop\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .laptop\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .laptop\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .laptop\:hover\:-translate-y-7:hover {
    --tw-translate-y: -7px !important;
  }

  .laptop\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .laptop\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .laptop\:hover\:-translate-y-11:hover {
    --tw-translate-y: -11px !important;
  }

  .laptop\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .laptop\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .laptop\:hover\:-translate-y-18:hover {
    --tw-translate-y: -18px !important;
  }

  .laptop\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .laptop\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .laptop\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .laptop\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .laptop\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .laptop\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .laptop\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .laptop\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .laptop\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .laptop\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .laptop\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .laptop\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .laptop\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .laptop\:hover\:-translate-y-54:hover {
    --tw-translate-y: -54px !important;
  }

  .laptop\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .laptop\:hover\:-translate-y-56:hover {
    --tw-translate-y: -56px !important;
  }

  .laptop\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .laptop\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .laptop\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .laptop\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .laptop\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .laptop\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .laptop\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .laptop\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .laptop\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .laptop\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .laptop\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .laptop\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .laptop\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .laptop\:hover\:-translate-y-175:hover {
    --tw-translate-y: -175px !important;
  }

  .laptop\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .laptop\:hover\:-translate-y-220:hover {
    --tw-translate-y: -220px !important;
  }

  .laptop\:hover\:-translate-y-275:hover {
    --tw-translate-y: -275px !important;
  }

  .laptop\:hover\:-translate-y-300:hover {
    --tw-translate-y: -300px !important;
  }

  .laptop\:hover\:-translate-y-375:hover {
    --tw-translate-y: -375px !important;
  }

  .laptop\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .laptop\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .laptop\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .laptop\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .laptop\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .laptop\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .laptop\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .laptop\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .laptop\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .laptop\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .laptop\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .laptop\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .laptop\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .laptop\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .laptop\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .laptop\:focus\:translate-x-1:focus {
    --tw-translate-x: 4px !important;
  }

  .laptop\:focus\:translate-x-2:focus {
    --tw-translate-x: 8px !important;
  }

  .laptop\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .laptop\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .laptop\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .laptop\:focus\:translate-x-7:focus {
    --tw-translate-x: 7px !important;
  }

  .laptop\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .laptop\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .laptop\:focus\:translate-x-11:focus {
    --tw-translate-x: 11px !important;
  }

  .laptop\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .laptop\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .laptop\:focus\:translate-x-18:focus {
    --tw-translate-x: 18px !important;
  }

  .laptop\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .laptop\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .laptop\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .laptop\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .laptop\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .laptop\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .laptop\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .laptop\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .laptop\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .laptop\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .laptop\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .laptop\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .laptop\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .laptop\:focus\:translate-x-54:focus {
    --tw-translate-x: 54px !important;
  }

  .laptop\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .laptop\:focus\:translate-x-56:focus {
    --tw-translate-x: 56px !important;
  }

  .laptop\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .laptop\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .laptop\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .laptop\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .laptop\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .laptop\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .laptop\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .laptop\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .laptop\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .laptop\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .laptop\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .laptop\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .laptop\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .laptop\:focus\:translate-x-175:focus {
    --tw-translate-x: 175px !important;
  }

  .laptop\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .laptop\:focus\:translate-x-220:focus {
    --tw-translate-x: 220px !important;
  }

  .laptop\:focus\:translate-x-275:focus {
    --tw-translate-x: 275px !important;
  }

  .laptop\:focus\:translate-x-300:focus {
    --tw-translate-x: 300px !important;
  }

  .laptop\:focus\:translate-x-375:focus {
    --tw-translate-x: 375px !important;
  }

  .laptop\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .laptop\:focus\:-translate-x-1:focus {
    --tw-translate-x: -4px !important;
  }

  .laptop\:focus\:-translate-x-2:focus {
    --tw-translate-x: -8px !important;
  }

  .laptop\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .laptop\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .laptop\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .laptop\:focus\:-translate-x-7:focus {
    --tw-translate-x: -7px !important;
  }

  .laptop\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .laptop\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .laptop\:focus\:-translate-x-11:focus {
    --tw-translate-x: -11px !important;
  }

  .laptop\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .laptop\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .laptop\:focus\:-translate-x-18:focus {
    --tw-translate-x: -18px !important;
  }

  .laptop\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .laptop\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .laptop\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .laptop\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .laptop\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .laptop\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .laptop\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .laptop\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .laptop\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .laptop\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .laptop\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .laptop\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .laptop\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .laptop\:focus\:-translate-x-54:focus {
    --tw-translate-x: -54px !important;
  }

  .laptop\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .laptop\:focus\:-translate-x-56:focus {
    --tw-translate-x: -56px !important;
  }

  .laptop\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .laptop\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .laptop\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .laptop\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .laptop\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .laptop\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .laptop\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .laptop\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .laptop\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .laptop\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .laptop\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .laptop\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .laptop\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .laptop\:focus\:-translate-x-175:focus {
    --tw-translate-x: -175px !important;
  }

  .laptop\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .laptop\:focus\:-translate-x-220:focus {
    --tw-translate-x: -220px !important;
  }

  .laptop\:focus\:-translate-x-275:focus {
    --tw-translate-x: -275px !important;
  }

  .laptop\:focus\:-translate-x-300:focus {
    --tw-translate-x: -300px !important;
  }

  .laptop\:focus\:-translate-x-375:focus {
    --tw-translate-x: -375px !important;
  }

  .laptop\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .laptop\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .laptop\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .laptop\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .laptop\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .laptop\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .laptop\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .laptop\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .laptop\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .laptop\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .laptop\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .laptop\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .laptop\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .laptop\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .laptop\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .laptop\:focus\:translate-y-1:focus {
    --tw-translate-y: 4px !important;
  }

  .laptop\:focus\:translate-y-2:focus {
    --tw-translate-y: 8px !important;
  }

  .laptop\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .laptop\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .laptop\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .laptop\:focus\:translate-y-7:focus {
    --tw-translate-y: 7px !important;
  }

  .laptop\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .laptop\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .laptop\:focus\:translate-y-11:focus {
    --tw-translate-y: 11px !important;
  }

  .laptop\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .laptop\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .laptop\:focus\:translate-y-18:focus {
    --tw-translate-y: 18px !important;
  }

  .laptop\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .laptop\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .laptop\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .laptop\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .laptop\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .laptop\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .laptop\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .laptop\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .laptop\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .laptop\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .laptop\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .laptop\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .laptop\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .laptop\:focus\:translate-y-54:focus {
    --tw-translate-y: 54px !important;
  }

  .laptop\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .laptop\:focus\:translate-y-56:focus {
    --tw-translate-y: 56px !important;
  }

  .laptop\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .laptop\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .laptop\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .laptop\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .laptop\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .laptop\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .laptop\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .laptop\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .laptop\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .laptop\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .laptop\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .laptop\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .laptop\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .laptop\:focus\:translate-y-175:focus {
    --tw-translate-y: 175px !important;
  }

  .laptop\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .laptop\:focus\:translate-y-220:focus {
    --tw-translate-y: 220px !important;
  }

  .laptop\:focus\:translate-y-275:focus {
    --tw-translate-y: 275px !important;
  }

  .laptop\:focus\:translate-y-300:focus {
    --tw-translate-y: 300px !important;
  }

  .laptop\:focus\:translate-y-375:focus {
    --tw-translate-y: 375px !important;
  }

  .laptop\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .laptop\:focus\:-translate-y-1:focus {
    --tw-translate-y: -4px !important;
  }

  .laptop\:focus\:-translate-y-2:focus {
    --tw-translate-y: -8px !important;
  }

  .laptop\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .laptop\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .laptop\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .laptop\:focus\:-translate-y-7:focus {
    --tw-translate-y: -7px !important;
  }

  .laptop\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .laptop\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .laptop\:focus\:-translate-y-11:focus {
    --tw-translate-y: -11px !important;
  }

  .laptop\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .laptop\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .laptop\:focus\:-translate-y-18:focus {
    --tw-translate-y: -18px !important;
  }

  .laptop\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .laptop\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .laptop\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .laptop\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .laptop\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .laptop\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .laptop\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .laptop\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .laptop\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .laptop\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .laptop\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .laptop\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .laptop\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .laptop\:focus\:-translate-y-54:focus {
    --tw-translate-y: -54px !important;
  }

  .laptop\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .laptop\:focus\:-translate-y-56:focus {
    --tw-translate-y: -56px !important;
  }

  .laptop\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .laptop\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .laptop\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .laptop\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .laptop\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .laptop\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .laptop\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .laptop\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .laptop\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .laptop\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .laptop\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .laptop\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .laptop\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .laptop\:focus\:-translate-y-175:focus {
    --tw-translate-y: -175px !important;
  }

  .laptop\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .laptop\:focus\:-translate-y-220:focus {
    --tw-translate-y: -220px !important;
  }

  .laptop\:focus\:-translate-y-275:focus {
    --tw-translate-y: -275px !important;
  }

  .laptop\:focus\:-translate-y-300:focus {
    --tw-translate-y: -300px !important;
  }

  .laptop\:focus\:-translate-y-375:focus {
    --tw-translate-y: -375px !important;
  }

  .laptop\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .laptop\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .laptop\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .laptop\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .laptop\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .laptop\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .laptop\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .laptop\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .laptop\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .laptop\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .laptop\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .laptop\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .laptop\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .laptop\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .laptop\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .laptop\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .laptop\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .laptop\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .laptop\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .laptop\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .laptop\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .laptop\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .laptop\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .laptop\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .laptop\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .laptop\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .laptop\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .laptop\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .laptop\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .laptop\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .laptop\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .laptop\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .laptop\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .laptop\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .laptop\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .laptop\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .laptop\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .laptop\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .laptop\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .laptop\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .laptop\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .laptop\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .laptop\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .laptop\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .laptop\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .laptop\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .laptop\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .laptop\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .laptop\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .laptop\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .laptop\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .laptop\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .laptop\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .laptop\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .laptop\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .laptop\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .laptop\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .laptop\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .laptop\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .laptop\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .laptop\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .laptop\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .laptop\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .laptop\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .laptop\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .laptop\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .laptop\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .laptop\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .laptop\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .laptop\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .laptop\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .laptop\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .laptop\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .laptop\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .laptop\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .laptop\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .laptop\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .laptop\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .laptop\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .laptop\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .laptop\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .laptop\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .laptop\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .laptop\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .laptop\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .laptop\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .laptop\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .laptop\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .laptop\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .laptop\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .laptop\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .laptop\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .laptop\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .laptop\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .laptop\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .laptop\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .laptop\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .laptop\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .laptop\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .laptop\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .laptop\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .laptop\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .laptop\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .laptop\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .laptop\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .laptop\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .laptop\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .laptop\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .laptop\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .laptop\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .laptop\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .laptop\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .laptop\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .laptop\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .laptop\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .laptop\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .laptop\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .laptop\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .laptop\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .laptop\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .laptop\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .laptop\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .laptop\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .laptop\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .laptop\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .laptop\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .laptop\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .laptop\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .laptop\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .laptop\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .laptop\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .laptop\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .laptop\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .laptop\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .laptop\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .laptop\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .laptop\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .laptop\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .laptop\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .laptop\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .laptop\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .laptop\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .laptop\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .laptop\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .laptop\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .laptop\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .laptop\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .laptop\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .laptop\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .laptop\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .laptop\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .laptop\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .laptop\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .laptop\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .laptop\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .laptop\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .laptop\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .laptop\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .laptop\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .laptop\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .laptop\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .laptop\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .laptop\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .laptop\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .laptop\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .laptop\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .laptop\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .laptop\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .laptop\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .laptop\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .laptop\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .laptop\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .laptop\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .laptop\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .laptop\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .laptop\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .laptop\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .laptop\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .laptop\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .laptop\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .laptop\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .laptop\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .laptop\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .laptop\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .laptop\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .laptop\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .laptop\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .laptop\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .laptop\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .laptop\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .laptop\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .laptop\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .laptop\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .laptop\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .laptop\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .laptop\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .laptop\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .laptop\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .laptop\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .laptop\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .laptop\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .laptop\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .laptop\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .laptop\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .laptop\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .laptop\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .laptop\:animate-fadeIn {
    -webkit-animation: fadeIn 0.5s !important;
            animation: fadeIn 0.5s !important;
  }

  .laptop\:cursor-auto {
    cursor: auto !important;
  }

  .laptop\:cursor-default {
    cursor: default !important;
  }

  .laptop\:cursor-pointer {
    cursor: pointer !important;
  }

  .laptop\:cursor-wait {
    cursor: wait !important;
  }

  .laptop\:cursor-text {
    cursor: text !important;
  }

  .laptop\:cursor-move {
    cursor: move !important;
  }

  .laptop\:cursor-help {
    cursor: help !important;
  }

  .laptop\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .laptop\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .laptop\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .laptop\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .laptop\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .laptop\:resize-none {
    resize: none !important;
  }

  .laptop\:resize-y {
    resize: vertical !important;
  }

  .laptop\:resize-x {
    resize: horizontal !important;
  }

  .laptop\:resize {
    resize: both !important;
  }

  .laptop\:list-inside {
    list-style-position: inside !important;
  }

  .laptop\:list-outside {
    list-style-position: outside !important;
  }

  .laptop\:list-none {
    list-style-type: none !important;
  }

  .laptop\:list-disc {
    list-style-type: disc !important;
  }

  .laptop\:list-decimal {
    list-style-type: decimal !important;
  }

  .laptop\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .laptop\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .laptop\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .laptop\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .laptop\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .laptop\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .laptop\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .laptop\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .laptop\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .laptop\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .laptop\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .laptop\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .laptop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .laptop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .laptop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .laptop\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .laptop\:flex-row {
    flex-direction: row !important;
  }

  .laptop\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .laptop\:flex-col {
    flex-direction: column !important;
  }

  .laptop\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .laptop\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .laptop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .laptop\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .laptop\:place-content-center {
    place-content: center !important;
  }

  .laptop\:place-content-start {
    place-content: start !important;
  }

  .laptop\:place-content-end {
    place-content: end !important;
  }

  .laptop\:place-content-between {
    place-content: space-between !important;
  }

  .laptop\:place-content-around {
    place-content: space-around !important;
  }

  .laptop\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .laptop\:place-content-stretch {
    place-content: stretch !important;
  }

  .laptop\:place-items-start {
    place-items: start !important;
  }

  .laptop\:place-items-end {
    place-items: end !important;
  }

  .laptop\:place-items-center {
    place-items: center !important;
  }

  .laptop\:place-items-stretch {
    place-items: stretch !important;
  }

  .laptop\:content-center {
    align-content: center !important;
  }

  .laptop\:content-start {
    align-content: flex-start !important;
  }

  .laptop\:content-end {
    align-content: flex-end !important;
  }

  .laptop\:content-between {
    align-content: space-between !important;
  }

  .laptop\:content-around {
    align-content: space-around !important;
  }

  .laptop\:content-evenly {
    align-content: space-evenly !important;
  }

  .laptop\:items-start {
    align-items: flex-start !important;
  }

  .laptop\:items-end {
    align-items: flex-end !important;
  }

  .laptop\:items-center {
    align-items: center !important;
  }

  .laptop\:items-baseline {
    align-items: baseline !important;
  }

  .laptop\:items-stretch {
    align-items: stretch !important;
  }

  .laptop\:justify-start {
    justify-content: flex-start !important;
  }

  .laptop\:justify-end {
    justify-content: flex-end !important;
  }

  .laptop\:justify-center {
    justify-content: center !important;
  }

  .laptop\:justify-between {
    justify-content: space-between !important;
  }

  .laptop\:justify-around {
    justify-content: space-around !important;
  }

  .laptop\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .laptop\:justify-items-start {
    justify-items: start !important;
  }

  .laptop\:justify-items-end {
    justify-items: end !important;
  }

  .laptop\:justify-items-center {
    justify-items: center !important;
  }

  .laptop\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .laptop\:gap-0 {
    gap: 0px !important;
  }

  .laptop\:gap-1 {
    gap: 4px !important;
  }

  .laptop\:gap-2 {
    gap: 8px !important;
  }

  .laptop\:gap-3 {
    gap: 3px !important;
  }

  .laptop\:gap-4 {
    gap: 4px !important;
  }

  .laptop\:gap-5 {
    gap: 5px !important;
  }

  .laptop\:gap-7 {
    gap: 7px !important;
  }

  .laptop\:gap-8 {
    gap: 8px !important;
  }

  .laptop\:gap-10 {
    gap: 10px !important;
  }

  .laptop\:gap-11 {
    gap: 11px !important;
  }

  .laptop\:gap-12 {
    gap: 12px !important;
  }

  .laptop\:gap-15 {
    gap: 15px !important;
  }

  .laptop\:gap-18 {
    gap: 18px !important;
  }

  .laptop\:gap-20 {
    gap: 20px !important;
  }

  .laptop\:gap-22 {
    gap: 22px !important;
  }

  .laptop\:gap-24 {
    gap: 24px !important;
  }

  .laptop\:gap-25 {
    gap: 25px !important;
  }

  .laptop\:gap-26 {
    gap: 26px !important;
  }

  .laptop\:gap-28 {
    gap: 28px !important;
  }

  .laptop\:gap-30 {
    gap: 30px !important;
  }

  .laptop\:gap-32 {
    gap: 32px !important;
  }

  .laptop\:gap-34 {
    gap: 34px !important;
  }

  .laptop\:gap-35 {
    gap: 35px !important;
  }

  .laptop\:gap-40 {
    gap: 40px !important;
  }

  .laptop\:gap-45 {
    gap: 45px !important;
  }

  .laptop\:gap-50 {
    gap: 50px !important;
  }

  .laptop\:gap-54 {
    gap: 54px !important;
  }

  .laptop\:gap-55 {
    gap: 55px !important;
  }

  .laptop\:gap-56 {
    gap: 56px !important;
  }

  .laptop\:gap-60 {
    gap: 60px !important;
  }

  .laptop\:gap-65 {
    gap: 65px !important;
  }

  .laptop\:gap-70 {
    gap: 70px !important;
  }

  .laptop\:gap-75 {
    gap: 75px !important;
  }

  .laptop\:gap-80 {
    gap: 80px !important;
  }

  .laptop\:gap-85 {
    gap: 85px !important;
  }

  .laptop\:gap-90 {
    gap: 90px !important;
  }

  .laptop\:gap-100 {
    gap: 100px !important;
  }

  .laptop\:gap-120 {
    gap: 120px !important;
  }

  .laptop\:gap-125 {
    gap: 125px !important;
  }

  .laptop\:gap-130 {
    gap: 130px !important;
  }

  .laptop\:gap-140 {
    gap: 140px !important;
  }

  .laptop\:gap-150 {
    gap: 150px !important;
  }

  .laptop\:gap-175 {
    gap: 175px !important;
  }

  .laptop\:gap-200 {
    gap: 200px !important;
  }

  .laptop\:gap-220 {
    gap: 220px !important;
  }

  .laptop\:gap-275 {
    gap: 275px !important;
  }

  .laptop\:gap-300 {
    gap: 300px !important;
  }

  .laptop\:gap-375 {
    gap: 375px !important;
  }

  .laptop\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .laptop\:gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }

  .laptop\:gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }

  .laptop\:gap-x-3 {
    -moz-column-gap: 3px !important;
         column-gap: 3px !important;
  }

  .laptop\:gap-x-4 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }

  .laptop\:gap-x-5 {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }

  .laptop\:gap-x-7 {
    -moz-column-gap: 7px !important;
         column-gap: 7px !important;
  }

  .laptop\:gap-x-8 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }

  .laptop\:gap-x-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }

  .laptop\:gap-x-11 {
    -moz-column-gap: 11px !important;
         column-gap: 11px !important;
  }

  .laptop\:gap-x-12 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }

  .laptop\:gap-x-15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .laptop\:gap-x-18 {
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
  }

  .laptop\:gap-x-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }

  .laptop\:gap-x-22 {
    -moz-column-gap: 22px !important;
         column-gap: 22px !important;
  }

  .laptop\:gap-x-24 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }

  .laptop\:gap-x-25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }

  .laptop\:gap-x-26 {
    -moz-column-gap: 26px !important;
         column-gap: 26px !important;
  }

  .laptop\:gap-x-28 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }

  .laptop\:gap-x-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }

  .laptop\:gap-x-32 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }

  .laptop\:gap-x-34 {
    -moz-column-gap: 34px !important;
         column-gap: 34px !important;
  }

  .laptop\:gap-x-35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }

  .laptop\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .laptop\:gap-x-45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }

  .laptop\:gap-x-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }

  .laptop\:gap-x-54 {
    -moz-column-gap: 54px !important;
         column-gap: 54px !important;
  }

  .laptop\:gap-x-55 {
    -moz-column-gap: 55px !important;
         column-gap: 55px !important;
  }

  .laptop\:gap-x-56 {
    -moz-column-gap: 56px !important;
         column-gap: 56px !important;
  }

  .laptop\:gap-x-60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }

  .laptop\:gap-x-65 {
    -moz-column-gap: 65px !important;
         column-gap: 65px !important;
  }

  .laptop\:gap-x-70 {
    -moz-column-gap: 70px !important;
         column-gap: 70px !important;
  }

  .laptop\:gap-x-75 {
    -moz-column-gap: 75px !important;
         column-gap: 75px !important;
  }

  .laptop\:gap-x-80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .laptop\:gap-x-85 {
    -moz-column-gap: 85px !important;
         column-gap: 85px !important;
  }

  .laptop\:gap-x-90 {
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
  }

  .laptop\:gap-x-100 {
    -moz-column-gap: 100px !important;
         column-gap: 100px !important;
  }

  .laptop\:gap-x-120 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !important;
  }

  .laptop\:gap-x-125 {
    -moz-column-gap: 125px !important;
         column-gap: 125px !important;
  }

  .laptop\:gap-x-130 {
    -moz-column-gap: 130px !important;
         column-gap: 130px !important;
  }

  .laptop\:gap-x-140 {
    -moz-column-gap: 140px !important;
         column-gap: 140px !important;
  }

  .laptop\:gap-x-150 {
    -moz-column-gap: 150px !important;
         column-gap: 150px !important;
  }

  .laptop\:gap-x-175 {
    -moz-column-gap: 175px !important;
         column-gap: 175px !important;
  }

  .laptop\:gap-x-200 {
    -moz-column-gap: 200px !important;
         column-gap: 200px !important;
  }

  .laptop\:gap-x-220 {
    -moz-column-gap: 220px !important;
         column-gap: 220px !important;
  }

  .laptop\:gap-x-275 {
    -moz-column-gap: 275px !important;
         column-gap: 275px !important;
  }

  .laptop\:gap-x-300 {
    -moz-column-gap: 300px !important;
         column-gap: 300px !important;
  }

  .laptop\:gap-x-375 {
    -moz-column-gap: 375px !important;
         column-gap: 375px !important;
  }

  .laptop\:gap-y-0 {
    row-gap: 0px !important;
  }

  .laptop\:gap-y-1 {
    row-gap: 4px !important;
  }

  .laptop\:gap-y-2 {
    row-gap: 8px !important;
  }

  .laptop\:gap-y-3 {
    row-gap: 3px !important;
  }

  .laptop\:gap-y-4 {
    row-gap: 4px !important;
  }

  .laptop\:gap-y-5 {
    row-gap: 5px !important;
  }

  .laptop\:gap-y-7 {
    row-gap: 7px !important;
  }

  .laptop\:gap-y-8 {
    row-gap: 8px !important;
  }

  .laptop\:gap-y-10 {
    row-gap: 10px !important;
  }

  .laptop\:gap-y-11 {
    row-gap: 11px !important;
  }

  .laptop\:gap-y-12 {
    row-gap: 12px !important;
  }

  .laptop\:gap-y-15 {
    row-gap: 15px !important;
  }

  .laptop\:gap-y-18 {
    row-gap: 18px !important;
  }

  .laptop\:gap-y-20 {
    row-gap: 20px !important;
  }

  .laptop\:gap-y-22 {
    row-gap: 22px !important;
  }

  .laptop\:gap-y-24 {
    row-gap: 24px !important;
  }

  .laptop\:gap-y-25 {
    row-gap: 25px !important;
  }

  .laptop\:gap-y-26 {
    row-gap: 26px !important;
  }

  .laptop\:gap-y-28 {
    row-gap: 28px !important;
  }

  .laptop\:gap-y-30 {
    row-gap: 30px !important;
  }

  .laptop\:gap-y-32 {
    row-gap: 32px !important;
  }

  .laptop\:gap-y-34 {
    row-gap: 34px !important;
  }

  .laptop\:gap-y-35 {
    row-gap: 35px !important;
  }

  .laptop\:gap-y-40 {
    row-gap: 40px !important;
  }

  .laptop\:gap-y-45 {
    row-gap: 45px !important;
  }

  .laptop\:gap-y-50 {
    row-gap: 50px !important;
  }

  .laptop\:gap-y-54 {
    row-gap: 54px !important;
  }

  .laptop\:gap-y-55 {
    row-gap: 55px !important;
  }

  .laptop\:gap-y-56 {
    row-gap: 56px !important;
  }

  .laptop\:gap-y-60 {
    row-gap: 60px !important;
  }

  .laptop\:gap-y-65 {
    row-gap: 65px !important;
  }

  .laptop\:gap-y-70 {
    row-gap: 70px !important;
  }

  .laptop\:gap-y-75 {
    row-gap: 75px !important;
  }

  .laptop\:gap-y-80 {
    row-gap: 80px !important;
  }

  .laptop\:gap-y-85 {
    row-gap: 85px !important;
  }

  .laptop\:gap-y-90 {
    row-gap: 90px !important;
  }

  .laptop\:gap-y-100 {
    row-gap: 100px !important;
  }

  .laptop\:gap-y-120 {
    row-gap: 120px !important;
  }

  .laptop\:gap-y-125 {
    row-gap: 125px !important;
  }

  .laptop\:gap-y-130 {
    row-gap: 130px !important;
  }

  .laptop\:gap-y-140 {
    row-gap: 140px !important;
  }

  .laptop\:gap-y-150 {
    row-gap: 150px !important;
  }

  .laptop\:gap-y-175 {
    row-gap: 175px !important;
  }

  .laptop\:gap-y-200 {
    row-gap: 200px !important;
  }

  .laptop\:gap-y-220 {
    row-gap: 220px !important;
  }

  .laptop\:gap-y-275 {
    row-gap: 275px !important;
  }

  .laptop\:gap-y-300 {
    row-gap: 300px !important;
  }

  .laptop\:gap-y-375 {
    row-gap: 375px !important;
  }

  .laptop\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(54px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(56px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(175px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(175px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(220px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(220px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(275px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(300px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-x-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(375px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(375px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-54px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-56px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-175px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-175px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-220px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-220px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-275px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-300px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:-space-x-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-375px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-375px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .laptop\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(54px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(56px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(175px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(175px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(220px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(220px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(275px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(300px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(375px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(375px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-54px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-56px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-175px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-175px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-220px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-220px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-275px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-300px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:-space-y-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-375px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-375px * var(--tw-space-y-reverse)) !important;
  }

  .laptop\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .laptop\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .laptop\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(10px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .laptop\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse)) !important;
  }

  .laptop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .laptop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .laptop\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .laptop\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .laptop\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .laptop\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .laptop\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .laptop\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .laptop\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .laptop\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-lightgrey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important;
  }

  .laptop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .laptop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .laptop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .laptop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .laptop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .laptop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .laptop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .laptop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .laptop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .laptop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .laptop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .laptop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .laptop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .laptop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .laptop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .laptop\:place-self-auto {
    place-self: auto !important;
  }

  .laptop\:place-self-start {
    place-self: start !important;
  }

  .laptop\:place-self-end {
    place-self: end !important;
  }

  .laptop\:place-self-center {
    place-self: center !important;
  }

  .laptop\:place-self-stretch {
    place-self: stretch !important;
  }

  .laptop\:self-auto {
    align-self: auto !important;
  }

  .laptop\:self-start {
    align-self: flex-start !important;
  }

  .laptop\:self-end {
    align-self: flex-end !important;
  }

  .laptop\:self-center {
    align-self: center !important;
  }

  .laptop\:self-stretch {
    align-self: stretch !important;
  }

  .laptop\:self-baseline {
    align-self: baseline !important;
  }

  .laptop\:justify-self-auto {
    justify-self: auto !important;
  }

  .laptop\:justify-self-start {
    justify-self: start !important;
  }

  .laptop\:justify-self-end {
    justify-self: end !important;
  }

  .laptop\:justify-self-center {
    justify-self: center !important;
  }

  .laptop\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .laptop\:overflow-auto {
    overflow: auto !important;
  }

  .laptop\:overflow-hidden {
    overflow: hidden !important;
  }

  .laptop\:overflow-visible {
    overflow: visible !important;
  }

  .laptop\:overflow-scroll {
    overflow: scroll !important;
  }

  .laptop\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .laptop\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .laptop\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .laptop\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .laptop\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .laptop\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .laptop\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .laptop\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .laptop\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .laptop\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .laptop\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .laptop\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .laptop\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .laptop\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .laptop\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .laptop\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .laptop\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .laptop\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .laptop\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .laptop\:overflow-clip {
    text-overflow: clip !important;
  }

  .laptop\:whitespace-normal {
    white-space: normal !important;
  }

  .laptop\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .laptop\:whitespace-pre {
    white-space: pre !important;
  }

  .laptop\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .laptop\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .laptop\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .laptop\:break-words {
    overflow-wrap: break-word !important;
  }

  .laptop\:break-all {
    word-break: break-all !important;
  }

  .laptop\:rounded {
    border-radius: 4px !important;
  }

  .laptop\:rounded-sm {
    border-radius: 10px !important;
  }

  .laptop\:rounded-md {
    border-radius: 20px !important;
  }

  .laptop\:rounded-full {
    border-radius: 100% !important;
  }

  .laptop\:rounded-t {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .laptop\:rounded-t-sm {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .laptop\:rounded-t-md {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .laptop\:rounded-t-full {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }

  .laptop\:rounded-r {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .laptop\:rounded-r-sm {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .laptop\:rounded-r-md {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .laptop\:rounded-r-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }

  .laptop\:rounded-b {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .laptop\:rounded-b-sm {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .laptop\:rounded-b-md {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .laptop\:rounded-b-full {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }

  .laptop\:rounded-l {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .laptop\:rounded-l-sm {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .laptop\:rounded-l-md {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .laptop\:rounded-l-full {
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }

  .laptop\:rounded-tl {
    border-top-left-radius: 4px !important;
  }

  .laptop\:rounded-tl-sm {
    border-top-left-radius: 10px !important;
  }

  .laptop\:rounded-tl-md {
    border-top-left-radius: 20px !important;
  }

  .laptop\:rounded-tl-full {
    border-top-left-radius: 100% !important;
  }

  .laptop\:rounded-tr {
    border-top-right-radius: 4px !important;
  }

  .laptop\:rounded-tr-sm {
    border-top-right-radius: 10px !important;
  }

  .laptop\:rounded-tr-md {
    border-top-right-radius: 20px !important;
  }

  .laptop\:rounded-tr-full {
    border-top-right-radius: 100% !important;
  }

  .laptop\:rounded-br {
    border-bottom-right-radius: 4px !important;
  }

  .laptop\:rounded-br-sm {
    border-bottom-right-radius: 10px !important;
  }

  .laptop\:rounded-br-md {
    border-bottom-right-radius: 20px !important;
  }

  .laptop\:rounded-br-full {
    border-bottom-right-radius: 100% !important;
  }

  .laptop\:rounded-bl {
    border-bottom-left-radius: 4px !important;
  }

  .laptop\:rounded-bl-sm {
    border-bottom-left-radius: 10px !important;
  }

  .laptop\:rounded-bl-md {
    border-bottom-left-radius: 20px !important;
  }

  .laptop\:rounded-bl-full {
    border-bottom-left-radius: 100% !important;
  }

  .laptop\:border-10 {
    border-width: 10px !important;
  }

  .laptop\:first\:border-10:first-child {
    border-width: 10px !important;
  }

  .laptop\:last\:border-10:last-child {
    border-width: 10px !important;
  }

  .laptop\:hover\:border-10:hover {
    border-width: 10px !important;
  }

  .laptop\:border-t-10 {
    border-top-width: 10px !important;
  }

  .laptop\:border-r-10 {
    border-right-width: 10px !important;
  }

  .laptop\:border-b-10 {
    border-bottom-width: 10px !important;
  }

  .laptop\:border-l-10 {
    border-left-width: 10px !important;
  }

  .laptop\:first\:border-t-10:first-child {
    border-top-width: 10px !important;
  }

  .laptop\:first\:border-r-10:first-child {
    border-right-width: 10px !important;
  }

  .laptop\:first\:border-b-10:first-child {
    border-bottom-width: 10px !important;
  }

  .laptop\:first\:border-l-10:first-child {
    border-left-width: 10px !important;
  }

  .laptop\:last\:border-t-10:last-child {
    border-top-width: 10px !important;
  }

  .laptop\:last\:border-r-10:last-child {
    border-right-width: 10px !important;
  }

  .laptop\:last\:border-b-10:last-child {
    border-bottom-width: 10px !important;
  }

  .laptop\:last\:border-l-10:last-child {
    border-left-width: 10px !important;
  }

  .laptop\:hover\:border-t-10:hover {
    border-top-width: 10px !important;
  }

  .laptop\:hover\:border-r-10:hover {
    border-right-width: 10px !important;
  }

  .laptop\:hover\:border-b-10:hover {
    border-bottom-width: 10px !important;
  }

  .laptop\:hover\:border-l-10:hover {
    border-left-width: 10px !important;
  }

  .laptop\:border-solid {
    border-style: solid !important;
  }

  .laptop\:border-dashed {
    border-style: dashed !important;
  }

  .laptop\:border-dotted {
    border-style: dotted !important;
  }

  .laptop\:border-double {
    border-style: double !important;
  }

  .laptop\:border-none {
    border-style: none !important;
  }

  .laptop\:border-current {
    border-color: currentColor !important;
  }

  .laptop\:border-transparent {
    border-color: transparent !important;
  }

  .laptop\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-lightgrey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .laptop\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .laptop\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:border-lightgrey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .laptop\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .laptop\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus-within\:border-lightgrey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .laptop\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .laptop\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .laptop\:hover\:border-lightgrey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .laptop\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .laptop\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .laptop\:focus\:border-lightgrey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .laptop\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .laptop\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .laptop\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .laptop\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .laptop\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .laptop\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .laptop\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .laptop\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .laptop\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .laptop\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .laptop\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .laptop\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .laptop\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .laptop\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .laptop\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .laptop\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .laptop\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .laptop\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .laptop\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .laptop\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .laptop\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .laptop\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .laptop\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .laptop\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .laptop\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .laptop\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .laptop\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .laptop\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .laptop\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .laptop\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .laptop\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .laptop\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .laptop\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .laptop\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .laptop\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .laptop\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .laptop\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .laptop\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .laptop\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .laptop\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .laptop\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .laptop\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .laptop\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .laptop\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .laptop\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .laptop\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .laptop\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .laptop\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .laptop\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .laptop\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .laptop\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .laptop\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .laptop\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .laptop\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .laptop\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .laptop\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .laptop\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .laptop\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .laptop\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .laptop\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .laptop\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .laptop\:bg-current {
    background-color: currentColor !important;
  }

  .laptop\:bg-transparent {
    background-color: transparent !important;
  }

  .laptop\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-lightgrey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .laptop\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .laptop\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:bg-lightgrey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .laptop\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .laptop\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus-within\:bg-lightgrey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .laptop\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .laptop\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .laptop\:hover\:bg-lightgrey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .laptop\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .laptop\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .laptop\:focus\:bg-lightgrey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .laptop\:active\:bg-current:active {
    background-color: currentColor !important;
  }

  .laptop\:active\:bg-transparent:active {
    background-color: transparent !important;
  }

  .laptop\:active\:bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .laptop\:active\:bg-grey:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .laptop\:active\:bg-lightgrey:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .laptop\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .laptop\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .laptop\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .laptop\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .laptop\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .laptop\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .laptop\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .laptop\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .laptop\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .laptop\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .laptop\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .laptop\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .laptop\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .laptop\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .laptop\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .laptop\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .laptop\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .laptop\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .laptop\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .laptop\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .laptop\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .laptop\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .laptop\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .laptop\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .laptop\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .laptop\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .laptop\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .laptop\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .laptop\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .laptop\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .laptop\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .laptop\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .laptop\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .laptop\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .laptop\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .laptop\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .laptop\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .laptop\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .laptop\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .laptop\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .laptop\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .laptop\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .laptop\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .laptop\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .laptop\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .laptop\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .laptop\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .laptop\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .laptop\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .laptop\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .laptop\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .laptop\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .laptop\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .laptop\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .laptop\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .laptop\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .laptop\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .laptop\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .laptop\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .laptop\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .laptop\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .laptop\:bg-none {
    background-image: none !important;
  }

  .laptop\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .laptop\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .laptop\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:from-grey {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .laptop\:from-lightgrey {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .laptop\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:from-grey:hover {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .laptop\:hover\:from-lightgrey:hover {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .laptop\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:from-grey:focus {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .laptop\:focus\:from-lightgrey:focus {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .laptop\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .laptop\:via-lightgrey {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .laptop\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .laptop\:hover\:via-lightgrey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .laptop\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .laptop\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .laptop\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .laptop\:focus\:via-lightgrey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .laptop\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .laptop\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .laptop\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .laptop\:to-grey {
    --tw-gradient-to: #707070 !important;
  }

  .laptop\:to-lightgrey {
    --tw-gradient-to: #1A1A1A !important;
  }

  .laptop\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .laptop\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .laptop\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .laptop\:hover\:to-grey:hover {
    --tw-gradient-to: #707070 !important;
  }

  .laptop\:hover\:to-lightgrey:hover {
    --tw-gradient-to: #1A1A1A !important;
  }

  .laptop\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .laptop\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .laptop\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .laptop\:focus\:to-grey:focus {
    --tw-gradient-to: #707070 !important;
  }

  .laptop\:focus\:to-lightgrey:focus {
    --tw-gradient-to: #1A1A1A !important;
  }

  .laptop\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .laptop\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .laptop\:bg-auto {
    background-size: auto !important;
  }

  .laptop\:bg-cover {
    background-size: cover !important;
  }

  .laptop\:bg-contain {
    background-size: contain !important;
  }

  .laptop\:bg-fixed {
    background-attachment: fixed !important;
  }

  .laptop\:bg-local {
    background-attachment: local !important;
  }

  .laptop\:bg-scroll {
    background-attachment: scroll !important;
  }

  .laptop\:bg-clip-border {
    background-clip: border-box !important;
  }

  .laptop\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .laptop\:bg-clip-content {
    background-clip: content-box !important;
  }

  .laptop\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .laptop\:bg-bottom {
    background-position: bottom !important;
  }

  .laptop\:bg-center {
    background-position: center !important;
  }

  .laptop\:bg-left {
    background-position: left !important;
  }

  .laptop\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .laptop\:bg-left-top {
    background-position: left top !important;
  }

  .laptop\:bg-right {
    background-position: right !important;
  }

  .laptop\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .laptop\:bg-right-top {
    background-position: right top !important;
  }

  .laptop\:bg-top {
    background-position: top !important;
  }

  .laptop\:bg-repeat {
    background-repeat: repeat !important;
  }

  .laptop\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .laptop\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .laptop\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .laptop\:bg-repeat-round {
    background-repeat: round !important;
  }

  .laptop\:bg-repeat-space {
    background-repeat: space !important;
  }

  .laptop\:bg-origin-border {
    background-origin: border-box !important;
  }

  .laptop\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .laptop\:bg-origin-content {
    background-origin: content-box !important;
  }

  .laptop\:fill-current {
    fill: currentColor !important;
  }

  .laptop\:stroke-current {
    stroke: currentColor !important;
  }

  .laptop\:stroke-0 {
    stroke-width: 0 !important;
  }

  .laptop\:stroke-1 {
    stroke-width: 1 !important;
  }

  .laptop\:stroke-2 {
    stroke-width: 2 !important;
  }

  .laptop\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .laptop\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .laptop\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .laptop\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .laptop\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .laptop\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .laptop\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .laptop\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .laptop\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .laptop\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .laptop\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .laptop\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .laptop\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .laptop\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .laptop\:p-0 {
    padding: 0px !important;
  }

  .laptop\:p-1 {
    padding: 4px !important;
  }

  .laptop\:p-2 {
    padding: 8px !important;
  }

  .laptop\:p-3 {
    padding: 3px !important;
  }

  .laptop\:p-4 {
    padding: 4px !important;
  }

  .laptop\:p-5 {
    padding: 5px !important;
  }

  .laptop\:p-7 {
    padding: 7px !important;
  }

  .laptop\:p-8 {
    padding: 8px !important;
  }

  .laptop\:p-10 {
    padding: 10px !important;
  }

  .laptop\:p-11 {
    padding: 11px !important;
  }

  .laptop\:p-12 {
    padding: 12px !important;
  }

  .laptop\:p-15 {
    padding: 15px !important;
  }

  .laptop\:p-18 {
    padding: 18px !important;
  }

  .laptop\:p-20 {
    padding: 20px !important;
  }

  .laptop\:p-22 {
    padding: 22px !important;
  }

  .laptop\:p-24 {
    padding: 24px !important;
  }

  .laptop\:p-25 {
    padding: 25px !important;
  }

  .laptop\:p-26 {
    padding: 26px !important;
  }

  .laptop\:p-28 {
    padding: 28px !important;
  }

  .laptop\:p-30 {
    padding: 30px !important;
  }

  .laptop\:p-32 {
    padding: 32px !important;
  }

  .laptop\:p-34 {
    padding: 34px !important;
  }

  .laptop\:p-35 {
    padding: 35px !important;
  }

  .laptop\:p-40 {
    padding: 40px !important;
  }

  .laptop\:p-45 {
    padding: 45px !important;
  }

  .laptop\:p-50 {
    padding: 50px !important;
  }

  .laptop\:p-54 {
    padding: 54px !important;
  }

  .laptop\:p-55 {
    padding: 55px !important;
  }

  .laptop\:p-56 {
    padding: 56px !important;
  }

  .laptop\:p-60 {
    padding: 60px !important;
  }

  .laptop\:p-65 {
    padding: 65px !important;
  }

  .laptop\:p-70 {
    padding: 70px !important;
  }

  .laptop\:p-75 {
    padding: 75px !important;
  }

  .laptop\:p-80 {
    padding: 80px !important;
  }

  .laptop\:p-85 {
    padding: 85px !important;
  }

  .laptop\:p-90 {
    padding: 90px !important;
  }

  .laptop\:p-100 {
    padding: 100px !important;
  }

  .laptop\:p-120 {
    padding: 120px !important;
  }

  .laptop\:p-125 {
    padding: 125px !important;
  }

  .laptop\:p-130 {
    padding: 130px !important;
  }

  .laptop\:p-140 {
    padding: 140px !important;
  }

  .laptop\:p-150 {
    padding: 150px !important;
  }

  .laptop\:p-175 {
    padding: 175px !important;
  }

  .laptop\:p-200 {
    padding: 200px !important;
  }

  .laptop\:p-220 {
    padding: 220px !important;
  }

  .laptop\:p-275 {
    padding: 275px !important;
  }

  .laptop\:p-300 {
    padding: 300px !important;
  }

  .laptop\:p-375 {
    padding: 375px !important;
  }

  .laptop\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .laptop\:px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .laptop\:px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .laptop\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .laptop\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .laptop\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .laptop\:px-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .laptop\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .laptop\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .laptop\:px-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .laptop\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .laptop\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .laptop\:px-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .laptop\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .laptop\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .laptop\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .laptop\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .laptop\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .laptop\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .laptop\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .laptop\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .laptop\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .laptop\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .laptop\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .laptop\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .laptop\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .laptop\:px-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }

  .laptop\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .laptop\:px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .laptop\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .laptop\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .laptop\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .laptop\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .laptop\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .laptop\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .laptop\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .laptop\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .laptop\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .laptop\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .laptop\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .laptop\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .laptop\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .laptop\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .laptop\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .laptop\:px-220 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .laptop\:px-275 {
    padding-left: 275px !important;
    padding-right: 275px !important;
  }

  .laptop\:px-300 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }

  .laptop\:px-375 {
    padding-left: 375px !important;
    padding-right: 375px !important;
  }

  .laptop\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .laptop\:py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .laptop\:py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .laptop\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .laptop\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .laptop\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .laptop\:py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .laptop\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .laptop\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .laptop\:py-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .laptop\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .laptop\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .laptop\:py-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .laptop\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .laptop\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .laptop\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .laptop\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .laptop\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .laptop\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .laptop\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .laptop\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .laptop\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .laptop\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .laptop\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .laptop\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .laptop\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .laptop\:py-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .laptop\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .laptop\:py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .laptop\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .laptop\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .laptop\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .laptop\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .laptop\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .laptop\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .laptop\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .laptop\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .laptop\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .laptop\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .laptop\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .laptop\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .laptop\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .laptop\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .laptop\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .laptop\:py-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .laptop\:py-275 {
    padding-top: 275px !important;
    padding-bottom: 275px !important;
  }

  .laptop\:py-300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }

  .laptop\:py-375 {
    padding-top: 375px !important;
    padding-bottom: 375px !important;
  }

  .laptop\:pt-0 {
    padding-top: 0px !important;
  }

  .laptop\:pt-1 {
    padding-top: 4px !important;
  }

  .laptop\:pt-2 {
    padding-top: 8px !important;
  }

  .laptop\:pt-3 {
    padding-top: 3px !important;
  }

  .laptop\:pt-4 {
    padding-top: 4px !important;
  }

  .laptop\:pt-5 {
    padding-top: 5px !important;
  }

  .laptop\:pt-7 {
    padding-top: 7px !important;
  }

  .laptop\:pt-8 {
    padding-top: 8px !important;
  }

  .laptop\:pt-10 {
    padding-top: 10px !important;
  }

  .laptop\:pt-11 {
    padding-top: 11px !important;
  }

  .laptop\:pt-12 {
    padding-top: 12px !important;
  }

  .laptop\:pt-15 {
    padding-top: 15px !important;
  }

  .laptop\:pt-18 {
    padding-top: 18px !important;
  }

  .laptop\:pt-20 {
    padding-top: 20px !important;
  }

  .laptop\:pt-22 {
    padding-top: 22px !important;
  }

  .laptop\:pt-24 {
    padding-top: 24px !important;
  }

  .laptop\:pt-25 {
    padding-top: 25px !important;
  }

  .laptop\:pt-26 {
    padding-top: 26px !important;
  }

  .laptop\:pt-28 {
    padding-top: 28px !important;
  }

  .laptop\:pt-30 {
    padding-top: 30px !important;
  }

  .laptop\:pt-32 {
    padding-top: 32px !important;
  }

  .laptop\:pt-34 {
    padding-top: 34px !important;
  }

  .laptop\:pt-35 {
    padding-top: 35px !important;
  }

  .laptop\:pt-40 {
    padding-top: 40px !important;
  }

  .laptop\:pt-45 {
    padding-top: 45px !important;
  }

  .laptop\:pt-50 {
    padding-top: 50px !important;
  }

  .laptop\:pt-54 {
    padding-top: 54px !important;
  }

  .laptop\:pt-55 {
    padding-top: 55px !important;
  }

  .laptop\:pt-56 {
    padding-top: 56px !important;
  }

  .laptop\:pt-60 {
    padding-top: 60px !important;
  }

  .laptop\:pt-65 {
    padding-top: 65px !important;
  }

  .laptop\:pt-70 {
    padding-top: 70px !important;
  }

  .laptop\:pt-75 {
    padding-top: 75px !important;
  }

  .laptop\:pt-80 {
    padding-top: 80px !important;
  }

  .laptop\:pt-85 {
    padding-top: 85px !important;
  }

  .laptop\:pt-90 {
    padding-top: 90px !important;
  }

  .laptop\:pt-100 {
    padding-top: 100px !important;
  }

  .laptop\:pt-120 {
    padding-top: 120px !important;
  }

  .laptop\:pt-125 {
    padding-top: 125px !important;
  }

  .laptop\:pt-130 {
    padding-top: 130px !important;
  }

  .laptop\:pt-140 {
    padding-top: 140px !important;
  }

  .laptop\:pt-150 {
    padding-top: 150px !important;
  }

  .laptop\:pt-175 {
    padding-top: 175px !important;
  }

  .laptop\:pt-200 {
    padding-top: 200px !important;
  }

  .laptop\:pt-220 {
    padding-top: 220px !important;
  }

  .laptop\:pt-275 {
    padding-top: 275px !important;
  }

  .laptop\:pt-300 {
    padding-top: 300px !important;
  }

  .laptop\:pt-375 {
    padding-top: 375px !important;
  }

  .laptop\:pr-0 {
    padding-right: 0px !important;
  }

  .laptop\:pr-1 {
    padding-right: 4px !important;
  }

  .laptop\:pr-2 {
    padding-right: 8px !important;
  }

  .laptop\:pr-3 {
    padding-right: 3px !important;
  }

  .laptop\:pr-4 {
    padding-right: 4px !important;
  }

  .laptop\:pr-5 {
    padding-right: 5px !important;
  }

  .laptop\:pr-7 {
    padding-right: 7px !important;
  }

  .laptop\:pr-8 {
    padding-right: 8px !important;
  }

  .laptop\:pr-10 {
    padding-right: 10px !important;
  }

  .laptop\:pr-11 {
    padding-right: 11px !important;
  }

  .laptop\:pr-12 {
    padding-right: 12px !important;
  }

  .laptop\:pr-15 {
    padding-right: 15px !important;
  }

  .laptop\:pr-18 {
    padding-right: 18px !important;
  }

  .laptop\:pr-20 {
    padding-right: 20px !important;
  }

  .laptop\:pr-22 {
    padding-right: 22px !important;
  }

  .laptop\:pr-24 {
    padding-right: 24px !important;
  }

  .laptop\:pr-25 {
    padding-right: 25px !important;
  }

  .laptop\:pr-26 {
    padding-right: 26px !important;
  }

  .laptop\:pr-28 {
    padding-right: 28px !important;
  }

  .laptop\:pr-30 {
    padding-right: 30px !important;
  }

  .laptop\:pr-32 {
    padding-right: 32px !important;
  }

  .laptop\:pr-34 {
    padding-right: 34px !important;
  }

  .laptop\:pr-35 {
    padding-right: 35px !important;
  }

  .laptop\:pr-40 {
    padding-right: 40px !important;
  }

  .laptop\:pr-45 {
    padding-right: 45px !important;
  }

  .laptop\:pr-50 {
    padding-right: 50px !important;
  }

  .laptop\:pr-54 {
    padding-right: 54px !important;
  }

  .laptop\:pr-55 {
    padding-right: 55px !important;
  }

  .laptop\:pr-56 {
    padding-right: 56px !important;
  }

  .laptop\:pr-60 {
    padding-right: 60px !important;
  }

  .laptop\:pr-65 {
    padding-right: 65px !important;
  }

  .laptop\:pr-70 {
    padding-right: 70px !important;
  }

  .laptop\:pr-75 {
    padding-right: 75px !important;
  }

  .laptop\:pr-80 {
    padding-right: 80px !important;
  }

  .laptop\:pr-85 {
    padding-right: 85px !important;
  }

  .laptop\:pr-90 {
    padding-right: 90px !important;
  }

  .laptop\:pr-100 {
    padding-right: 100px !important;
  }

  .laptop\:pr-120 {
    padding-right: 120px !important;
  }

  .laptop\:pr-125 {
    padding-right: 125px !important;
  }

  .laptop\:pr-130 {
    padding-right: 130px !important;
  }

  .laptop\:pr-140 {
    padding-right: 140px !important;
  }

  .laptop\:pr-150 {
    padding-right: 150px !important;
  }

  .laptop\:pr-175 {
    padding-right: 175px !important;
  }

  .laptop\:pr-200 {
    padding-right: 200px !important;
  }

  .laptop\:pr-220 {
    padding-right: 220px !important;
  }

  .laptop\:pr-275 {
    padding-right: 275px !important;
  }

  .laptop\:pr-300 {
    padding-right: 300px !important;
  }

  .laptop\:pr-375 {
    padding-right: 375px !important;
  }

  .laptop\:pb-0 {
    padding-bottom: 0px !important;
  }

  .laptop\:pb-1 {
    padding-bottom: 4px !important;
  }

  .laptop\:pb-2 {
    padding-bottom: 8px !important;
  }

  .laptop\:pb-3 {
    padding-bottom: 3px !important;
  }

  .laptop\:pb-4 {
    padding-bottom: 4px !important;
  }

  .laptop\:pb-5 {
    padding-bottom: 5px !important;
  }

  .laptop\:pb-7 {
    padding-bottom: 7px !important;
  }

  .laptop\:pb-8 {
    padding-bottom: 8px !important;
  }

  .laptop\:pb-10 {
    padding-bottom: 10px !important;
  }

  .laptop\:pb-11 {
    padding-bottom: 11px !important;
  }

  .laptop\:pb-12 {
    padding-bottom: 12px !important;
  }

  .laptop\:pb-15 {
    padding-bottom: 15px !important;
  }

  .laptop\:pb-18 {
    padding-bottom: 18px !important;
  }

  .laptop\:pb-20 {
    padding-bottom: 20px !important;
  }

  .laptop\:pb-22 {
    padding-bottom: 22px !important;
  }

  .laptop\:pb-24 {
    padding-bottom: 24px !important;
  }

  .laptop\:pb-25 {
    padding-bottom: 25px !important;
  }

  .laptop\:pb-26 {
    padding-bottom: 26px !important;
  }

  .laptop\:pb-28 {
    padding-bottom: 28px !important;
  }

  .laptop\:pb-30 {
    padding-bottom: 30px !important;
  }

  .laptop\:pb-32 {
    padding-bottom: 32px !important;
  }

  .laptop\:pb-34 {
    padding-bottom: 34px !important;
  }

  .laptop\:pb-35 {
    padding-bottom: 35px !important;
  }

  .laptop\:pb-40 {
    padding-bottom: 40px !important;
  }

  .laptop\:pb-45 {
    padding-bottom: 45px !important;
  }

  .laptop\:pb-50 {
    padding-bottom: 50px !important;
  }

  .laptop\:pb-54 {
    padding-bottom: 54px !important;
  }

  .laptop\:pb-55 {
    padding-bottom: 55px !important;
  }

  .laptop\:pb-56 {
    padding-bottom: 56px !important;
  }

  .laptop\:pb-60 {
    padding-bottom: 60px !important;
  }

  .laptop\:pb-65 {
    padding-bottom: 65px !important;
  }

  .laptop\:pb-70 {
    padding-bottom: 70px !important;
  }

  .laptop\:pb-75 {
    padding-bottom: 75px !important;
  }

  .laptop\:pb-80 {
    padding-bottom: 80px !important;
  }

  .laptop\:pb-85 {
    padding-bottom: 85px !important;
  }

  .laptop\:pb-90 {
    padding-bottom: 90px !important;
  }

  .laptop\:pb-100 {
    padding-bottom: 100px !important;
  }

  .laptop\:pb-120 {
    padding-bottom: 120px !important;
  }

  .laptop\:pb-125 {
    padding-bottom: 125px !important;
  }

  .laptop\:pb-130 {
    padding-bottom: 130px !important;
  }

  .laptop\:pb-140 {
    padding-bottom: 140px !important;
  }

  .laptop\:pb-150 {
    padding-bottom: 150px !important;
  }

  .laptop\:pb-175 {
    padding-bottom: 175px !important;
  }

  .laptop\:pb-200 {
    padding-bottom: 200px !important;
  }

  .laptop\:pb-220 {
    padding-bottom: 220px !important;
  }

  .laptop\:pb-275 {
    padding-bottom: 275px !important;
  }

  .laptop\:pb-300 {
    padding-bottom: 300px !important;
  }

  .laptop\:pb-375 {
    padding-bottom: 375px !important;
  }

  .laptop\:pl-0 {
    padding-left: 0px !important;
  }

  .laptop\:pl-1 {
    padding-left: 4px !important;
  }

  .laptop\:pl-2 {
    padding-left: 8px !important;
  }

  .laptop\:pl-3 {
    padding-left: 3px !important;
  }

  .laptop\:pl-4 {
    padding-left: 4px !important;
  }

  .laptop\:pl-5 {
    padding-left: 5px !important;
  }

  .laptop\:pl-7 {
    padding-left: 7px !important;
  }

  .laptop\:pl-8 {
    padding-left: 8px !important;
  }

  .laptop\:pl-10 {
    padding-left: 10px !important;
  }

  .laptop\:pl-11 {
    padding-left: 11px !important;
  }

  .laptop\:pl-12 {
    padding-left: 12px !important;
  }

  .laptop\:pl-15 {
    padding-left: 15px !important;
  }

  .laptop\:pl-18 {
    padding-left: 18px !important;
  }

  .laptop\:pl-20 {
    padding-left: 20px !important;
  }

  .laptop\:pl-22 {
    padding-left: 22px !important;
  }

  .laptop\:pl-24 {
    padding-left: 24px !important;
  }

  .laptop\:pl-25 {
    padding-left: 25px !important;
  }

  .laptop\:pl-26 {
    padding-left: 26px !important;
  }

  .laptop\:pl-28 {
    padding-left: 28px !important;
  }

  .laptop\:pl-30 {
    padding-left: 30px !important;
  }

  .laptop\:pl-32 {
    padding-left: 32px !important;
  }

  .laptop\:pl-34 {
    padding-left: 34px !important;
  }

  .laptop\:pl-35 {
    padding-left: 35px !important;
  }

  .laptop\:pl-40 {
    padding-left: 40px !important;
  }

  .laptop\:pl-45 {
    padding-left: 45px !important;
  }

  .laptop\:pl-50 {
    padding-left: 50px !important;
  }

  .laptop\:pl-54 {
    padding-left: 54px !important;
  }

  .laptop\:pl-55 {
    padding-left: 55px !important;
  }

  .laptop\:pl-56 {
    padding-left: 56px !important;
  }

  .laptop\:pl-60 {
    padding-left: 60px !important;
  }

  .laptop\:pl-65 {
    padding-left: 65px !important;
  }

  .laptop\:pl-70 {
    padding-left: 70px !important;
  }

  .laptop\:pl-75 {
    padding-left: 75px !important;
  }

  .laptop\:pl-80 {
    padding-left: 80px !important;
  }

  .laptop\:pl-85 {
    padding-left: 85px !important;
  }

  .laptop\:pl-90 {
    padding-left: 90px !important;
  }

  .laptop\:pl-100 {
    padding-left: 100px !important;
  }

  .laptop\:pl-120 {
    padding-left: 120px !important;
  }

  .laptop\:pl-125 {
    padding-left: 125px !important;
  }

  .laptop\:pl-130 {
    padding-left: 130px !important;
  }

  .laptop\:pl-140 {
    padding-left: 140px !important;
  }

  .laptop\:pl-150 {
    padding-left: 150px !important;
  }

  .laptop\:pl-175 {
    padding-left: 175px !important;
  }

  .laptop\:pl-200 {
    padding-left: 200px !important;
  }

  .laptop\:pl-220 {
    padding-left: 220px !important;
  }

  .laptop\:pl-275 {
    padding-left: 275px !important;
  }

  .laptop\:pl-300 {
    padding-left: 300px !important;
  }

  .laptop\:pl-375 {
    padding-left: 375px !important;
  }

  .laptop\:text-left {
    text-align: left !important;
  }

  .laptop\:text-center {
    text-align: center !important;
  }

  .laptop\:text-right {
    text-align: right !important;
  }

  .laptop\:text-justify {
    text-align: justify !important;
  }

  .laptop\:align-baseline {
    vertical-align: baseline !important;
  }

  .laptop\:align-top {
    vertical-align: top !important;
  }

  .laptop\:align-middle {
    vertical-align: middle !important;
  }

  .laptop\:align-bottom {
    vertical-align: bottom !important;
  }

  .laptop\:align-text-top {
    vertical-align: text-top !important;
  }

  .laptop\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .laptop\:font-default {
    font-family: Proxima Nova !important;
  }

  .laptop\:text-p12 {
    font-size: 12px !important;
  }

  .laptop\:text-p13 {
    font-size: 13px !important;
  }

  .laptop\:text-p14 {
    font-size: 14px !important;
  }

  .laptop\:text-p15 {
    font-size: 15px !important;
  }

  .laptop\:text-p16 {
    font-size: 16px !important;
  }

  .laptop\:text-p18 {
    font-size: 18px !important;
  }

  .laptop\:text-p20 {
    font-size: 20px !important;
  }

  .laptop\:text-p24 {
    font-size: 24px !important;
  }

  .laptop\:text-h22 {
    font-size: 22px !important;
  }

  .laptop\:text-h24 {
    font-size: 24px !important;
  }

  .laptop\:text-h26 {
    font-size: 26px !important;
  }

  .laptop\:text-h28 {
    font-size: 28px !important;
  }

  .laptop\:text-h30 {
    font-size: 30px !important;
  }

  .laptop\:text-h34 {
    font-size: 34px !important;
  }

  .laptop\:text-h36 {
    font-size: 36px !important;
  }

  .laptop\:text-h40 {
    font-size: 40px !important;
  }

  .laptop\:text-h50 {
    font-size: 50px !important;
  }

  .laptop\:text-h60 {
    font-size: 60px !important;
  }

  .laptop\:text-h70 {
    font-size: 70px !important;
  }

  .laptop\:text-h75 {
    font-size: 75px !important;
  }

  .laptop\:font-thin {
    font-weight: 100 !important;
  }

  .laptop\:font-extralight {
    font-weight: 200 !important;
  }

  .laptop\:font-light {
    font-weight: 300 !important;
  }

  .laptop\:font-normal {
    font-weight: 400 !important;
  }

  .laptop\:font-medium {
    font-weight: 500 !important;
  }

  .laptop\:font-semibold {
    font-weight: 600 !important;
  }

  .laptop\:font-bold {
    font-weight: 700 !important;
  }

  .laptop\:font-extrabold {
    font-weight: 800 !important;
  }

  .laptop\:font-black {
    font-weight: 900 !important;
  }

  .laptop\:hover\:font-thin:hover {
    font-weight: 100 !important;
  }

  .laptop\:hover\:font-extralight:hover {
    font-weight: 200 !important;
  }

  .laptop\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .laptop\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .laptop\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .laptop\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .laptop\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .laptop\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .laptop\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .laptop\:active\:font-thin:active {
    font-weight: 100 !important;
  }

  .laptop\:active\:font-extralight:active {
    font-weight: 200 !important;
  }

  .laptop\:active\:font-light:active {
    font-weight: 300 !important;
  }

  .laptop\:active\:font-normal:active {
    font-weight: 400 !important;
  }

  .laptop\:active\:font-medium:active {
    font-weight: 500 !important;
  }

  .laptop\:active\:font-semibold:active {
    font-weight: 600 !important;
  }

  .laptop\:active\:font-bold:active {
    font-weight: 700 !important;
  }

  .laptop\:active\:font-extrabold:active {
    font-weight: 800 !important;
  }

  .laptop\:active\:font-black:active {
    font-weight: 900 !important;
  }

  .laptop\:uppercase {
    text-transform: uppercase !important;
  }

  .laptop\:lowercase {
    text-transform: lowercase !important;
  }

  .laptop\:capitalize {
    text-transform: capitalize !important;
  }

  .laptop\:normal-case {
    text-transform: none !important;
  }

  .laptop\:italic {
    font-style: italic !important;
  }

  .laptop\:not-italic {
    font-style: normal !important;
  }

  .laptop\:ordinal, .laptop\:slashed-zero, .laptop\:lining-nums, .laptop\:oldstyle-nums, .laptop\:proportional-nums, .laptop\:tabular-nums, .laptop\:diagonal-fractions, .laptop\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .laptop\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .laptop\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .laptop\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .laptop\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .laptop\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .laptop\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .laptop\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .laptop\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .laptop\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .laptop\:leading-15 {
    line-height: 1.5 !important;
  }

  .laptop\:leading-16 {
    line-height: 16px !important;
  }

  .laptop\:leading-20 {
    line-height: 20px !important;
  }

  .laptop\:leading-22 {
    line-height: 22px !important;
  }

  .laptop\:leading-24 {
    line-height: 24px !important;
  }

  .laptop\:leading-26 {
    line-height: 26px !important;
  }

  .laptop\:leading-27 {
    line-height: 27px !important;
  }

  .laptop\:leading-28 {
    line-height: 28px !important;
  }

  .laptop\:leading-30 {
    line-height: 30px !important;
  }

  .laptop\:leading-32 {
    line-height: 32px !important;
  }

  .laptop\:leading-34 {
    line-height: 34px !important;
  }

  .laptop\:leading-36 {
    line-height: 36px !important;
  }

  .laptop\:leading-40 {
    line-height: 40px !important;
  }

  .laptop\:leading-48 {
    line-height: 48px !important;
  }

  .laptop\:leading-50 {
    line-height: 52px !important;
  }

  .laptop\:leading-54 {
    line-height: 54px !important;
  }

  .laptop\:leading-56 {
    line-height: 56px !important;
  }

  .laptop\:leading-60 {
    line-height: 60px !important;
  }

  .laptop\:leading-67 {
    line-height: 67px !important;
  }

  .laptop\:leading-75 {
    line-height: 75px !important;
  }

  .laptop\:leading-78 {
    line-height: 78px !important;
  }

  .laptop\:leading-90 {
    line-height: 90px !important;
  }

  .laptop\:leading-none {
    line-height: 1 !important;
  }

  .laptop\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .laptop\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .laptop\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .laptop\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .laptop\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .laptop\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .laptop\:text-current {
    color: currentColor !important;
  }

  .laptop\:text-transparent {
    color: transparent !important;
  }

  .laptop\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-lightgrey {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .laptop\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .laptop\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .laptop\:group-hover\:text-lightgrey {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .laptop\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .laptop\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus-within\:text-lightgrey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .laptop\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .laptop\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .laptop\:hover\:text-lightgrey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .laptop\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .laptop\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .laptop\:focus\:text-lightgrey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .laptop\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .laptop\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .laptop\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .laptop\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .laptop\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .laptop\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .laptop\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .laptop\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .laptop\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .laptop\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .laptop\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .laptop\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .laptop\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .laptop\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .laptop\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .laptop\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .laptop\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .laptop\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .laptop\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .laptop\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .laptop\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .laptop\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .laptop\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .laptop\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .laptop\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .laptop\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .laptop\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .laptop\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .laptop\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .laptop\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .laptop\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .laptop\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .laptop\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .laptop\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .laptop\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .laptop\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .laptop\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .laptop\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .laptop\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .laptop\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .laptop\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .laptop\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .laptop\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .laptop\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .laptop\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .laptop\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .laptop\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .laptop\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .laptop\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .laptop\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .laptop\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .laptop\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .laptop\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .laptop\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .laptop\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .laptop\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .laptop\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .laptop\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .laptop\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .laptop\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .laptop\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .laptop\:underline {
    text-decoration: underline !important;
  }

  .laptop\:line-through {
    text-decoration: line-through !important;
  }

  .laptop\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .laptop\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .laptop\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .laptop\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .laptop\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .laptop\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .laptop\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .laptop\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .laptop\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .laptop\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .laptop\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .laptop\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .laptop\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .laptop\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .laptop\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .laptop\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .laptop\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .laptop\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .laptop\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .laptop\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-lightgrey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-lightgrey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .laptop\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .laptop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .laptop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .laptop\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-lightgrey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:focus\:placeholder-lightgrey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .laptop\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .laptop\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .laptop\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .laptop\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .laptop\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .laptop\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .laptop\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .laptop\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .laptop\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .laptop\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .laptop\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .laptop\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .laptop\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .laptop\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .laptop\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .laptop\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .laptop\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .laptop\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .laptop\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .laptop\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .laptop\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .laptop\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .laptop\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .laptop\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .laptop\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .laptop\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .laptop\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .laptop\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .laptop\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .laptop\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .laptop\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .laptop\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .laptop\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .laptop\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .laptop\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .laptop\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .laptop\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .laptop\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .laptop\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .laptop\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .laptop\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .laptop\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .laptop\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .laptop\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .laptop\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .laptop\:opacity-0 {
    opacity: 0 !important;
  }

  .laptop\:opacity-5 {
    opacity: 0.05 !important;
  }

  .laptop\:opacity-10 {
    opacity: 0.1 !important;
  }

  .laptop\:opacity-20 {
    opacity: 0.2 !important;
  }

  .laptop\:opacity-25 {
    opacity: 0.25 !important;
  }

  .laptop\:opacity-30 {
    opacity: 0.3 !important;
  }

  .laptop\:opacity-40 {
    opacity: 0.4 !important;
  }

  .laptop\:opacity-50 {
    opacity: 0.5 !important;
  }

  .laptop\:opacity-60 {
    opacity: 0.6 !important;
  }

  .laptop\:opacity-70 {
    opacity: 0.7 !important;
  }

  .laptop\:opacity-75 {
    opacity: 0.75 !important;
  }

  .laptop\:opacity-80 {
    opacity: 0.8 !important;
  }

  .laptop\:opacity-90 {
    opacity: 0.9 !important;
  }

  .laptop\:opacity-95 {
    opacity: 0.95 !important;
  }

  .laptop\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .laptop\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .laptop\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .laptop\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .laptop\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .laptop\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .laptop\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .laptop\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .laptop\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .laptop\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .laptop\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .laptop\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .laptop\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .laptop\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .laptop\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .laptop\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .laptop\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .laptop\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .laptop\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .laptop\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .laptop\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .laptop\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .laptop\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .laptop\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .laptop\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .laptop\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .laptop\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .laptop\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .laptop\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .laptop\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .laptop\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .laptop\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .laptop\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .laptop\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .laptop\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .laptop\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .laptop\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .laptop\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .laptop\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .laptop\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .laptop\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .laptop\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .laptop\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .laptop\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .laptop\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .laptop\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .laptop\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .laptop\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .laptop\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .laptop\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .laptop\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .laptop\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .laptop\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .laptop\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .laptop\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .laptop\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .laptop\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .laptop\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .laptop\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .laptop\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .laptop\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .laptop\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .laptop\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .laptop\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .laptop\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .laptop\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .laptop\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .laptop\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .laptop\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .laptop\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .laptop\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .laptop\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .laptop\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .laptop\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .laptop\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .laptop\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .laptop\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .laptop\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .laptop\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .laptop\:shadow-vs {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-sm {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-md {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-lg {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-xl {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:shadow-2xl {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-vs {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-sm {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-md {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-lg {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-xl {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .laptop\:group-hover\:shadow-2xl {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-vs:focus-within {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow:focus-within {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-vs:hover {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-sm:hover {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow:hover {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-md:hover {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-lg:hover {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-xl:hover {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:hover\:shadow-2xl:hover {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-vs:focus {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-sm:focus {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow:focus {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-md:focus {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-lg:focus {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-xl:focus {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:focus\:shadow-2xl:focus {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .laptop\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .laptop\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .laptop\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .laptop\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .laptop\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:ring-3 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus-within\:ring-3:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:focus\:ring-3:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .laptop\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .laptop\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .laptop\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .laptop\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .laptop\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .laptop\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-lightgrey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .laptop\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .laptop\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus-within\:ring-lightgrey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .laptop\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .laptop\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .laptop\:focus\:ring-lightgrey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .laptop\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .laptop\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .laptop\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .laptop\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .laptop\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .laptop\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .laptop\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .laptop\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .laptop\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .laptop\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .laptop\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .laptop\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .laptop\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .laptop\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .laptop\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .laptop\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .laptop\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .laptop\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .laptop\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .laptop\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .laptop\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .laptop\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .laptop\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .laptop\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .laptop\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .laptop\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .laptop\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .laptop\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .laptop\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .laptop\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .laptop\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .laptop\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .laptop\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .laptop\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .laptop\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .laptop\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .laptop\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .laptop\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .laptop\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .laptop\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .laptop\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .laptop\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .laptop\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .laptop\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .laptop\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .laptop\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .laptop\:ring-offset-3 {
    --tw-ring-offset-width: 3px !important;
  }

  .laptop\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .laptop\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .laptop\:focus-within\:ring-offset-3:focus-within {
    --tw-ring-offset-width: 3px !important;
  }

  .laptop\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .laptop\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .laptop\:focus\:ring-offset-3:focus {
    --tw-ring-offset-width: 3px !important;
  }

  .laptop\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .laptop\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .laptop\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .laptop\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .laptop\:ring-offset-grey {
    --tw-ring-offset-color: #707070 !important;
  }

  .laptop\:ring-offset-lightgrey {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .laptop\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .laptop\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .laptop\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .laptop\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #707070 !important;
  }

  .laptop\:focus-within\:ring-offset-lightgrey:focus-within {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .laptop\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .laptop\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .laptop\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .laptop\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #707070 !important;
  }

  .laptop\:focus\:ring-offset-lightgrey:focus {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .laptop\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .laptop\:filter-none {
    filter: none !important;
  }

  .laptop\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .laptop\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .laptop\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .laptop\:blur {
    --tw-blur: blur(8px) !important;
  }

  .laptop\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .laptop\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .laptop\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .laptop\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .laptop\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .laptop\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .laptop\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .laptop\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .laptop\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .laptop\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .laptop\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .laptop\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .laptop\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .laptop\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .laptop\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .laptop\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .laptop\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .laptop\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .laptop\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .laptop\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .laptop\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .laptop\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .laptop\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .laptop\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.21)) !important;
  }

  .laptop\: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)) !important;
  }

  .laptop\: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)) !important;
  }

  .laptop\: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)) !important;
  }

  .laptop\: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)) !important;
  }

  .laptop\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .laptop\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .laptop\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .laptop\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .laptop\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .laptop\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .laptop\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .laptop\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .laptop\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .laptop\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .laptop\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .laptop\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .laptop\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .laptop\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .laptop\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .laptop\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .laptop\:invert {
    --tw-invert: invert(100%) !important;
  }

  .laptop\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .laptop\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .laptop\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .laptop\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .laptop\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .laptop\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .laptop\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .laptop\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            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) !important;
  }

  .laptop\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .laptop\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .laptop\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .laptop\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .laptop\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .laptop\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .laptop\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .laptop\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .laptop\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .laptop\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .laptop\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .laptop\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .laptop\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .laptop\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .laptop\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .laptop\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .laptop\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .laptop\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .laptop\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .laptop\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .laptop\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .laptop\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .laptop\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .laptop\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .laptop\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .laptop\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .laptop\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .laptop\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .laptop\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .laptop\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .laptop\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .laptop\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .laptop\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .laptop\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .laptop\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .laptop\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .laptop\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .laptop\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .laptop\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .laptop\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .laptop\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .laptop\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .laptop\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .laptop\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .laptop\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .laptop\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .laptop\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .laptop\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .laptop\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .laptop\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .laptop\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .laptop\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .laptop\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .laptop\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .laptop\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .laptop\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .laptop\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .laptop\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .laptop\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .laptop\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .laptop\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .laptop\:transition-none {
    transition-property: none !important;
  }

  .laptop\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .laptop\:delay-75 {
    transition-delay: 75ms !important;
  }

  .laptop\:delay-100 {
    transition-delay: 100ms !important;
  }

  .laptop\:delay-150 {
    transition-delay: 150ms !important;
  }

  .laptop\:delay-200 {
    transition-delay: 200ms !important;
  }

  .laptop\:delay-300 {
    transition-delay: 300ms !important;
  }

  .laptop\:delay-500 {
    transition-delay: 500ms !important;
  }

  .laptop\:delay-700 {
    transition-delay: 700ms !important;
  }

  .laptop\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .laptop\:duration-75 {
    transition-duration: 75ms !important;
  }

  .laptop\:duration-100 {
    transition-duration: 100ms !important;
  }

  .laptop\:duration-150 {
    transition-duration: 150ms !important;
  }

  .laptop\:duration-200 {
    transition-duration: 200ms !important;
  }

  .laptop\:duration-300 {
    transition-duration: 300ms !important;
  }

  .laptop\:duration-500 {
    transition-duration: 500ms !important;
  }

  .laptop\:duration-700 {
    transition-duration: 700ms !important;
  }

  .laptop\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .laptop\:ease-linear {
    transition-timing-function: linear !important;
  }

  .laptop\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .laptop\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .laptop\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1240px) {
  .desktop\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 1200px) {
    .desktop\:container {
      max-width: 1200px;
    }
  }

  .desktop\:sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .desktop\:not-sr-only {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .desktop\:focus-within\:sr-only:focus-within {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .desktop\:focus-within\:not-sr-only:focus-within {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .desktop\:focus\:sr-only:focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .desktop\:focus\:not-sr-only:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .desktop\:pointer-events-none {
    pointer-events: none !important;
  }

  .desktop\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .desktop\:visible {
    visibility: visible !important;
  }

  .desktop\:invisible {
    visibility: hidden !important;
  }

  .desktop\:static {
    position: static !important;
  }

  .desktop\:fixed {
    position: fixed !important;
  }

  .desktop\:absolute {
    position: absolute !important;
  }

  .desktop\:relative {
    position: relative !important;
  }

  .desktop\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
  }

  .desktop\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .desktop\:inset-1 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .desktop\:inset-2 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .desktop\:inset-3 {
    top: 3px !important;
    right: 3px !important;
    bottom: 3px !important;
    left: 3px !important;
  }

  .desktop\:inset-4 {
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .desktop\:inset-5 {
    top: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    left: 5px !important;
  }

  .desktop\:inset-7 {
    top: 7px !important;
    right: 7px !important;
    bottom: 7px !important;
    left: 7px !important;
  }

  .desktop\:inset-8 {
    top: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
  }

  .desktop\:inset-10 {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .desktop\:inset-11 {
    top: 11px !important;
    right: 11px !important;
    bottom: 11px !important;
    left: 11px !important;
  }

  .desktop\:inset-12 {
    top: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
  }

  .desktop\:inset-14 {
    top: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    left: 14px !important;
  }

  .desktop\:inset-15 {
    top: 15px !important;
    right: 15px !important;
    bottom: 15px !important;
    left: 15px !important;
  }

  .desktop\:inset-18 {
    top: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    left: 18px !important;
  }

  .desktop\:inset-20 {
    top: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    left: 20px !important;
  }

  .desktop\:inset-22 {
    top: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
    left: 22px !important;
  }

  .desktop\:inset-24 {
    top: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
    left: 24px !important;
  }

  .desktop\:inset-25 {
    top: 25px !important;
    right: 25px !important;
    bottom: 25px !important;
    left: 25px !important;
  }

  .desktop\:inset-26 {
    top: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
  }

  .desktop\:inset-28 {
    top: 28px !important;
    right: 28px !important;
    bottom: 28px !important;
    left: 28px !important;
  }

  .desktop\:inset-30 {
    top: 30px !important;
    right: 30px !important;
    bottom: 30px !important;
    left: 30px !important;
  }

  .desktop\:inset-32 {
    top: 32px !important;
    right: 32px !important;
    bottom: 32px !important;
    left: 32px !important;
  }

  .desktop\:inset-34 {
    top: 34px !important;
    right: 34px !important;
    bottom: 34px !important;
    left: 34px !important;
  }

  .desktop\:inset-35 {
    top: 35px !important;
    right: 35px !important;
    bottom: 35px !important;
    left: 35px !important;
  }

  .desktop\:inset-40 {
    top: 40px !important;
    right: 40px !important;
    bottom: 40px !important;
    left: 40px !important;
  }

  .desktop\:inset-45 {
    top: 45px !important;
    right: 45px !important;
    bottom: 45px !important;
    left: 45px !important;
  }

  .desktop\:inset-50 {
    top: 50px !important;
    right: 50px !important;
    bottom: 50px !important;
    left: 50px !important;
  }

  .desktop\:inset-54 {
    top: 54px !important;
    right: 54px !important;
    bottom: 54px !important;
    left: 54px !important;
  }

  .desktop\:inset-55 {
    top: 55px !important;
    right: 55px !important;
    bottom: 55px !important;
    left: 55px !important;
  }

  .desktop\:inset-56 {
    top: 56px !important;
    right: 56px !important;
    bottom: 56px !important;
    left: 56px !important;
  }

  .desktop\:inset-60 {
    top: 60px !important;
    right: 60px !important;
    bottom: 60px !important;
    left: 60px !important;
  }

  .desktop\:inset-65 {
    top: 65px !important;
    right: 65px !important;
    bottom: 65px !important;
    left: 65px !important;
  }

  .desktop\:inset-70 {
    top: 70px !important;
    right: 70px !important;
    bottom: 70px !important;
    left: 70px !important;
  }

  .desktop\:inset-75 {
    top: 75px !important;
    right: 75px !important;
    bottom: 75px !important;
    left: 75px !important;
  }

  .desktop\:inset-80 {
    top: 80px !important;
    right: 80px !important;
    bottom: 80px !important;
    left: 80px !important;
  }

  .desktop\:inset-85 {
    top: 85px !important;
    right: 85px !important;
    bottom: 85px !important;
    left: 85px !important;
  }

  .desktop\:inset-90 {
    top: 90px !important;
    right: 90px !important;
    bottom: 90px !important;
    left: 90px !important;
  }

  .desktop\:inset-100 {
    top: 100px !important;
    right: 100px !important;
    bottom: 100px !important;
    left: 100px !important;
  }

  .desktop\:inset-120 {
    top: 120px !important;
    right: 120px !important;
    bottom: 120px !important;
    left: 120px !important;
  }

  .desktop\:inset-125 {
    top: 125px !important;
    right: 125px !important;
    bottom: 125px !important;
    left: 125px !important;
  }

  .desktop\:inset-130 {
    top: 130px !important;
    right: 130px !important;
    bottom: 130px !important;
    left: 130px !important;
  }

  .desktop\:inset-140 {
    top: 140px !important;
    right: 140px !important;
    bottom: 140px !important;
    left: 140px !important;
  }

  .desktop\:inset-150 {
    top: 150px !important;
    right: 150px !important;
    bottom: 150px !important;
    left: 150px !important;
  }

  .desktop\:inset-175 {
    top: 175px !important;
    right: 175px !important;
    bottom: 175px !important;
    left: 175px !important;
  }

  .desktop\:inset-200 {
    top: 200px !important;
    right: 200px !important;
    bottom: 200px !important;
    left: 200px !important;
  }

  .desktop\:inset-220 {
    top: 220px !important;
    right: 220px !important;
    bottom: 220px !important;
    left: 220px !important;
  }

  .desktop\:inset-275 {
    top: 275px !important;
    right: 275px !important;
    bottom: 275px !important;
    left: 275px !important;
  }

  .desktop\:inset-300 {
    top: 300px !important;
    right: 300px !important;
    bottom: 300px !important;
    left: 300px !important;
  }

  .desktop\:inset-375 {
    top: 375px !important;
    right: 375px !important;
    bottom: 375px !important;
    left: 375px !important;
  }

  .desktop\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .desktop\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .desktop\:-inset-1 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .desktop\:-inset-2 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .desktop\:-inset-3 {
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
  }

  .desktop\:-inset-4 {
    top: -4px !important;
    right: -4px !important;
    bottom: -4px !important;
    left: -4px !important;
  }

  .desktop\:-inset-5 {
    top: -5px !important;
    right: -5px !important;
    bottom: -5px !important;
    left: -5px !important;
  }

  .desktop\:-inset-7 {
    top: -7px !important;
    right: -7px !important;
    bottom: -7px !important;
    left: -7px !important;
  }

  .desktop\:-inset-8 {
    top: -8px !important;
    right: -8px !important;
    bottom: -8px !important;
    left: -8px !important;
  }

  .desktop\:-inset-10 {
    top: -10px !important;
    right: -10px !important;
    bottom: -10px !important;
    left: -10px !important;
  }

  .desktop\:-inset-11 {
    top: -11px !important;
    right: -11px !important;
    bottom: -11px !important;
    left: -11px !important;
  }

  .desktop\:-inset-12 {
    top: -12px !important;
    right: -12px !important;
    bottom: -12px !important;
    left: -12px !important;
  }

  .desktop\:-inset-15 {
    top: -15px !important;
    right: -15px !important;
    bottom: -15px !important;
    left: -15px !important;
  }

  .desktop\:-inset-18 {
    top: -18px !important;
    right: -18px !important;
    bottom: -18px !important;
    left: -18px !important;
  }

  .desktop\:-inset-20 {
    top: -20px !important;
    right: -20px !important;
    bottom: -20px !important;
    left: -20px !important;
  }

  .desktop\:-inset-22 {
    top: -22px !important;
    right: -22px !important;
    bottom: -22px !important;
    left: -22px !important;
  }

  .desktop\:-inset-24 {
    top: -24px !important;
    right: -24px !important;
    bottom: -24px !important;
    left: -24px !important;
  }

  .desktop\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important;
  }

  .desktop\:-inset-26 {
    top: -26px !important;
    right: -26px !important;
    bottom: -26px !important;
    left: -26px !important;
  }

  .desktop\:-inset-28 {
    top: -28px !important;
    right: -28px !important;
    bottom: -28px !important;
    left: -28px !important;
  }

  .desktop\:-inset-30 {
    top: -30px !important;
    right: -30px !important;
    bottom: -30px !important;
    left: -30px !important;
  }

  .desktop\:-inset-32 {
    top: -32px !important;
    right: -32px !important;
    bottom: -32px !important;
    left: -32px !important;
  }

  .desktop\:-inset-34 {
    top: -34px !important;
    right: -34px !important;
    bottom: -34px !important;
    left: -34px !important;
  }

  .desktop\:-inset-35 {
    top: -35px !important;
    right: -35px !important;
    bottom: -35px !important;
    left: -35px !important;
  }

  .desktop\:-inset-40 {
    top: -40px !important;
    right: -40px !important;
    bottom: -40px !important;
    left: -40px !important;
  }

  .desktop\:-inset-45 {
    top: -45px !important;
    right: -45px !important;
    bottom: -45px !important;
    left: -45px !important;
  }

  .desktop\:-inset-50 {
    top: -50px !important;
    right: -50px !important;
    bottom: -50px !important;
    left: -50px !important;
  }

  .desktop\:-inset-54 {
    top: -54px !important;
    right: -54px !important;
    bottom: -54px !important;
    left: -54px !important;
  }

  .desktop\:-inset-55 {
    top: -55px !important;
    right: -55px !important;
    bottom: -55px !important;
    left: -55px !important;
  }

  .desktop\:-inset-56 {
    top: -56px !important;
    right: -56px !important;
    bottom: -56px !important;
    left: -56px !important;
  }

  .desktop\:-inset-60 {
    top: -60px !important;
    right: -60px !important;
    bottom: -60px !important;
    left: -60px !important;
  }

  .desktop\:-inset-65 {
    top: -65px !important;
    right: -65px !important;
    bottom: -65px !important;
    left: -65px !important;
  }

  .desktop\:-inset-70 {
    top: -70px !important;
    right: -70px !important;
    bottom: -70px !important;
    left: -70px !important;
  }

  .desktop\:-inset-75 {
    top: -75px !important;
    right: -75px !important;
    bottom: -75px !important;
    left: -75px !important;
  }

  .desktop\:-inset-80 {
    top: -80px !important;
    right: -80px !important;
    bottom: -80px !important;
    left: -80px !important;
  }

  .desktop\:-inset-85 {
    top: -85px !important;
    right: -85px !important;
    bottom: -85px !important;
    left: -85px !important;
  }

  .desktop\:-inset-90 {
    top: -90px !important;
    right: -90px !important;
    bottom: -90px !important;
    left: -90px !important;
  }

  .desktop\:-inset-100 {
    top: -100px !important;
    right: -100px !important;
    bottom: -100px !important;
    left: -100px !important;
  }

  .desktop\:-inset-120 {
    top: -120px !important;
    right: -120px !important;
    bottom: -120px !important;
    left: -120px !important;
  }

  .desktop\:-inset-125 {
    top: -125px !important;
    right: -125px !important;
    bottom: -125px !important;
    left: -125px !important;
  }

  .desktop\:-inset-130 {
    top: -130px !important;
    right: -130px !important;
    bottom: -130px !important;
    left: -130px !important;
  }

  .desktop\:-inset-140 {
    top: -140px !important;
    right: -140px !important;
    bottom: -140px !important;
    left: -140px !important;
  }

  .desktop\:-inset-150 {
    top: -150px !important;
    right: -150px !important;
    bottom: -150px !important;
    left: -150px !important;
  }

  .desktop\:-inset-175 {
    top: -175px !important;
    right: -175px !important;
    bottom: -175px !important;
    left: -175px !important;
  }

  .desktop\:-inset-200 {
    top: -200px !important;
    right: -200px !important;
    bottom: -200px !important;
    left: -200px !important;
  }

  .desktop\:-inset-220 {
    top: -220px !important;
    right: -220px !important;
    bottom: -220px !important;
    left: -220px !important;
  }

  .desktop\:-inset-275 {
    top: -275px !important;
    right: -275px !important;
    bottom: -275px !important;
    left: -275px !important;
  }

  .desktop\:-inset-300 {
    top: -300px !important;
    right: -300px !important;
    bottom: -300px !important;
    left: -300px !important;
  }

  .desktop\:-inset-375 {
    top: -375px !important;
    right: -375px !important;
    bottom: -375px !important;
    left: -375px !important;
  }

  .desktop\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .desktop\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .desktop\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .desktop\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .desktop\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .desktop\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .desktop\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .desktop\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .desktop\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .desktop\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .desktop\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .desktop\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .desktop\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .desktop\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .desktop\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .desktop\:inset-x-1 {
    left: 4px !important;
    right: 4px !important;
  }

  .desktop\:inset-x-2 {
    left: 8px !important;
    right: 8px !important;
  }

  .desktop\:inset-x-3 {
    left: 3px !important;
    right: 3px !important;
  }

  .desktop\:inset-x-4 {
    left: 4px !important;
    right: 4px !important;
  }

  .desktop\:inset-x-5 {
    left: 5px !important;
    right: 5px !important;
  }

  .desktop\:inset-x-7 {
    left: 7px !important;
    right: 7px !important;
  }

  .desktop\:inset-x-8 {
    left: 8px !important;
    right: 8px !important;
  }

  .desktop\:inset-x-10 {
    left: 10px !important;
    right: 10px !important;
  }

  .desktop\:inset-x-11 {
    left: 11px !important;
    right: 11px !important;
  }

  .desktop\:inset-x-12 {
    left: 12px !important;
    right: 12px !important;
  }

  .desktop\:inset-x-14 {
    left: 14px !important;
    right: 14px !important;
  }

  .desktop\:inset-x-15 {
    left: 15px !important;
    right: 15px !important;
  }

  .desktop\:inset-x-18 {
    left: 18px !important;
    right: 18px !important;
  }

  .desktop\:inset-x-20 {
    left: 20px !important;
    right: 20px !important;
  }

  .desktop\:inset-x-22 {
    left: 22px !important;
    right: 22px !important;
  }

  .desktop\:inset-x-24 {
    left: 24px !important;
    right: 24px !important;
  }

  .desktop\:inset-x-25 {
    left: 25px !important;
    right: 25px !important;
  }

  .desktop\:inset-x-26 {
    left: 26px !important;
    right: 26px !important;
  }

  .desktop\:inset-x-28 {
    left: 28px !important;
    right: 28px !important;
  }

  .desktop\:inset-x-30 {
    left: 30px !important;
    right: 30px !important;
  }

  .desktop\:inset-x-32 {
    left: 32px !important;
    right: 32px !important;
  }

  .desktop\:inset-x-34 {
    left: 34px !important;
    right: 34px !important;
  }

  .desktop\:inset-x-35 {
    left: 35px !important;
    right: 35px !important;
  }

  .desktop\:inset-x-40 {
    left: 40px !important;
    right: 40px !important;
  }

  .desktop\:inset-x-45 {
    left: 45px !important;
    right: 45px !important;
  }

  .desktop\:inset-x-50 {
    left: 50px !important;
    right: 50px !important;
  }

  .desktop\:inset-x-54 {
    left: 54px !important;
    right: 54px !important;
  }

  .desktop\:inset-x-55 {
    left: 55px !important;
    right: 55px !important;
  }

  .desktop\:inset-x-56 {
    left: 56px !important;
    right: 56px !important;
  }

  .desktop\:inset-x-60 {
    left: 60px !important;
    right: 60px !important;
  }

  .desktop\:inset-x-65 {
    left: 65px !important;
    right: 65px !important;
  }

  .desktop\:inset-x-70 {
    left: 70px !important;
    right: 70px !important;
  }

  .desktop\:inset-x-75 {
    left: 75px !important;
    right: 75px !important;
  }

  .desktop\:inset-x-80 {
    left: 80px !important;
    right: 80px !important;
  }

  .desktop\:inset-x-85 {
    left: 85px !important;
    right: 85px !important;
  }

  .desktop\:inset-x-90 {
    left: 90px !important;
    right: 90px !important;
  }

  .desktop\:inset-x-100 {
    left: 100px !important;
    right: 100px !important;
  }

  .desktop\:inset-x-120 {
    left: 120px !important;
    right: 120px !important;
  }

  .desktop\:inset-x-125 {
    left: 125px !important;
    right: 125px !important;
  }

  .desktop\:inset-x-130 {
    left: 130px !important;
    right: 130px !important;
  }

  .desktop\:inset-x-140 {
    left: 140px !important;
    right: 140px !important;
  }

  .desktop\:inset-x-150 {
    left: 150px !important;
    right: 150px !important;
  }

  .desktop\:inset-x-175 {
    left: 175px !important;
    right: 175px !important;
  }

  .desktop\:inset-x-200 {
    left: 200px !important;
    right: 200px !important;
  }

  .desktop\:inset-x-220 {
    left: 220px !important;
    right: 220px !important;
  }

  .desktop\:inset-x-275 {
    left: 275px !important;
    right: 275px !important;
  }

  .desktop\:inset-x-300 {
    left: 300px !important;
    right: 300px !important;
  }

  .desktop\:inset-x-375 {
    left: 375px !important;
    right: 375px !important;
  }

  .desktop\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .desktop\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .desktop\:-inset-x-1 {
    left: -4px !important;
    right: -4px !important;
  }

  .desktop\:-inset-x-2 {
    left: -8px !important;
    right: -8px !important;
  }

  .desktop\:-inset-x-3 {
    left: -3px !important;
    right: -3px !important;
  }

  .desktop\:-inset-x-4 {
    left: -4px !important;
    right: -4px !important;
  }

  .desktop\:-inset-x-5 {
    left: -5px !important;
    right: -5px !important;
  }

  .desktop\:-inset-x-7 {
    left: -7px !important;
    right: -7px !important;
  }

  .desktop\:-inset-x-8 {
    left: -8px !important;
    right: -8px !important;
  }

  .desktop\:-inset-x-10 {
    left: -10px !important;
    right: -10px !important;
  }

  .desktop\:-inset-x-11 {
    left: -11px !important;
    right: -11px !important;
  }

  .desktop\:-inset-x-12 {
    left: -12px !important;
    right: -12px !important;
  }

  .desktop\:-inset-x-15 {
    left: -15px !important;
    right: -15px !important;
  }

  .desktop\:-inset-x-18 {
    left: -18px !important;
    right: -18px !important;
  }

  .desktop\:-inset-x-20 {
    left: -20px !important;
    right: -20px !important;
  }

  .desktop\:-inset-x-22 {
    left: -22px !important;
    right: -22px !important;
  }

  .desktop\:-inset-x-24 {
    left: -24px !important;
    right: -24px !important;
  }

  .desktop\:-inset-x-25 {
    left: -25px !important;
    right: -25px !important;
  }

  .desktop\:-inset-x-26 {
    left: -26px !important;
    right: -26px !important;
  }

  .desktop\:-inset-x-28 {
    left: -28px !important;
    right: -28px !important;
  }

  .desktop\:-inset-x-30 {
    left: -30px !important;
    right: -30px !important;
  }

  .desktop\:-inset-x-32 {
    left: -32px !important;
    right: -32px !important;
  }

  .desktop\:-inset-x-34 {
    left: -34px !important;
    right: -34px !important;
  }

  .desktop\:-inset-x-35 {
    left: -35px !important;
    right: -35px !important;
  }

  .desktop\:-inset-x-40 {
    left: -40px !important;
    right: -40px !important;
  }

  .desktop\:-inset-x-45 {
    left: -45px !important;
    right: -45px !important;
  }

  .desktop\:-inset-x-50 {
    left: -50px !important;
    right: -50px !important;
  }

  .desktop\:-inset-x-54 {
    left: -54px !important;
    right: -54px !important;
  }

  .desktop\:-inset-x-55 {
    left: -55px !important;
    right: -55px !important;
  }

  .desktop\:-inset-x-56 {
    left: -56px !important;
    right: -56px !important;
  }

  .desktop\:-inset-x-60 {
    left: -60px !important;
    right: -60px !important;
  }

  .desktop\:-inset-x-65 {
    left: -65px !important;
    right: -65px !important;
  }

  .desktop\:-inset-x-70 {
    left: -70px !important;
    right: -70px !important;
  }

  .desktop\:-inset-x-75 {
    left: -75px !important;
    right: -75px !important;
  }

  .desktop\:-inset-x-80 {
    left: -80px !important;
    right: -80px !important;
  }

  .desktop\:-inset-x-85 {
    left: -85px !important;
    right: -85px !important;
  }

  .desktop\:-inset-x-90 {
    left: -90px !important;
    right: -90px !important;
  }

  .desktop\:-inset-x-100 {
    left: -100px !important;
    right: -100px !important;
  }

  .desktop\:-inset-x-120 {
    left: -120px !important;
    right: -120px !important;
  }

  .desktop\:-inset-x-125 {
    left: -125px !important;
    right: -125px !important;
  }

  .desktop\:-inset-x-130 {
    left: -130px !important;
    right: -130px !important;
  }

  .desktop\:-inset-x-140 {
    left: -140px !important;
    right: -140px !important;
  }

  .desktop\:-inset-x-150 {
    left: -150px !important;
    right: -150px !important;
  }

  .desktop\:-inset-x-175 {
    left: -175px !important;
    right: -175px !important;
  }

  .desktop\:-inset-x-200 {
    left: -200px !important;
    right: -200px !important;
  }

  .desktop\:-inset-x-220 {
    left: -220px !important;
    right: -220px !important;
  }

  .desktop\:-inset-x-275 {
    left: -275px !important;
    right: -275px !important;
  }

  .desktop\:-inset-x-300 {
    left: -300px !important;
    right: -300px !important;
  }

  .desktop\:-inset-x-375 {
    left: -375px !important;
    right: -375px !important;
  }

  .desktop\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .desktop\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .desktop\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .desktop\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .desktop\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .desktop\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .desktop\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .desktop\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .desktop\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .desktop\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .desktop\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .desktop\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .desktop\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .desktop\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .desktop\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .desktop\:inset-y-1 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .desktop\:inset-y-2 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .desktop\:inset-y-3 {
    top: 3px !important;
    bottom: 3px !important;
  }

  .desktop\:inset-y-4 {
    top: 4px !important;
    bottom: 4px !important;
  }

  .desktop\:inset-y-5 {
    top: 5px !important;
    bottom: 5px !important;
  }

  .desktop\:inset-y-7 {
    top: 7px !important;
    bottom: 7px !important;
  }

  .desktop\:inset-y-8 {
    top: 8px !important;
    bottom: 8px !important;
  }

  .desktop\:inset-y-10 {
    top: 10px !important;
    bottom: 10px !important;
  }

  .desktop\:inset-y-11 {
    top: 11px !important;
    bottom: 11px !important;
  }

  .desktop\:inset-y-12 {
    top: 12px !important;
    bottom: 12px !important;
  }

  .desktop\:inset-y-14 {
    top: 14px !important;
    bottom: 14px !important;
  }

  .desktop\:inset-y-15 {
    top: 15px !important;
    bottom: 15px !important;
  }

  .desktop\:inset-y-18 {
    top: 18px !important;
    bottom: 18px !important;
  }

  .desktop\:inset-y-20 {
    top: 20px !important;
    bottom: 20px !important;
  }

  .desktop\:inset-y-22 {
    top: 22px !important;
    bottom: 22px !important;
  }

  .desktop\:inset-y-24 {
    top: 24px !important;
    bottom: 24px !important;
  }

  .desktop\:inset-y-25 {
    top: 25px !important;
    bottom: 25px !important;
  }

  .desktop\:inset-y-26 {
    top: 26px !important;
    bottom: 26px !important;
  }

  .desktop\:inset-y-28 {
    top: 28px !important;
    bottom: 28px !important;
  }

  .desktop\:inset-y-30 {
    top: 30px !important;
    bottom: 30px !important;
  }

  .desktop\:inset-y-32 {
    top: 32px !important;
    bottom: 32px !important;
  }

  .desktop\:inset-y-34 {
    top: 34px !important;
    bottom: 34px !important;
  }

  .desktop\:inset-y-35 {
    top: 35px !important;
    bottom: 35px !important;
  }

  .desktop\:inset-y-40 {
    top: 40px !important;
    bottom: 40px !important;
  }

  .desktop\:inset-y-45 {
    top: 45px !important;
    bottom: 45px !important;
  }

  .desktop\:inset-y-50 {
    top: 50px !important;
    bottom: 50px !important;
  }

  .desktop\:inset-y-54 {
    top: 54px !important;
    bottom: 54px !important;
  }

  .desktop\:inset-y-55 {
    top: 55px !important;
    bottom: 55px !important;
  }

  .desktop\:inset-y-56 {
    top: 56px !important;
    bottom: 56px !important;
  }

  .desktop\:inset-y-60 {
    top: 60px !important;
    bottom: 60px !important;
  }

  .desktop\:inset-y-65 {
    top: 65px !important;
    bottom: 65px !important;
  }

  .desktop\:inset-y-70 {
    top: 70px !important;
    bottom: 70px !important;
  }

  .desktop\:inset-y-75 {
    top: 75px !important;
    bottom: 75px !important;
  }

  .desktop\:inset-y-80 {
    top: 80px !important;
    bottom: 80px !important;
  }

  .desktop\:inset-y-85 {
    top: 85px !important;
    bottom: 85px !important;
  }

  .desktop\:inset-y-90 {
    top: 90px !important;
    bottom: 90px !important;
  }

  .desktop\:inset-y-100 {
    top: 100px !important;
    bottom: 100px !important;
  }

  .desktop\:inset-y-120 {
    top: 120px !important;
    bottom: 120px !important;
  }

  .desktop\:inset-y-125 {
    top: 125px !important;
    bottom: 125px !important;
  }

  .desktop\:inset-y-130 {
    top: 130px !important;
    bottom: 130px !important;
  }

  .desktop\:inset-y-140 {
    top: 140px !important;
    bottom: 140px !important;
  }

  .desktop\:inset-y-150 {
    top: 150px !important;
    bottom: 150px !important;
  }

  .desktop\:inset-y-175 {
    top: 175px !important;
    bottom: 175px !important;
  }

  .desktop\:inset-y-200 {
    top: 200px !important;
    bottom: 200px !important;
  }

  .desktop\:inset-y-220 {
    top: 220px !important;
    bottom: 220px !important;
  }

  .desktop\:inset-y-275 {
    top: 275px !important;
    bottom: 275px !important;
  }

  .desktop\:inset-y-300 {
    top: 300px !important;
    bottom: 300px !important;
  }

  .desktop\:inset-y-375 {
    top: 375px !important;
    bottom: 375px !important;
  }

  .desktop\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .desktop\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .desktop\:-inset-y-1 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .desktop\:-inset-y-2 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .desktop\:-inset-y-3 {
    top: -3px !important;
    bottom: -3px !important;
  }

  .desktop\:-inset-y-4 {
    top: -4px !important;
    bottom: -4px !important;
  }

  .desktop\:-inset-y-5 {
    top: -5px !important;
    bottom: -5px !important;
  }

  .desktop\:-inset-y-7 {
    top: -7px !important;
    bottom: -7px !important;
  }

  .desktop\:-inset-y-8 {
    top: -8px !important;
    bottom: -8px !important;
  }

  .desktop\:-inset-y-10 {
    top: -10px !important;
    bottom: -10px !important;
  }

  .desktop\:-inset-y-11 {
    top: -11px !important;
    bottom: -11px !important;
  }

  .desktop\:-inset-y-12 {
    top: -12px !important;
    bottom: -12px !important;
  }

  .desktop\:-inset-y-15 {
    top: -15px !important;
    bottom: -15px !important;
  }

  .desktop\:-inset-y-18 {
    top: -18px !important;
    bottom: -18px !important;
  }

  .desktop\:-inset-y-20 {
    top: -20px !important;
    bottom: -20px !important;
  }

  .desktop\:-inset-y-22 {
    top: -22px !important;
    bottom: -22px !important;
  }

  .desktop\:-inset-y-24 {
    top: -24px !important;
    bottom: -24px !important;
  }

  .desktop\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important;
  }

  .desktop\:-inset-y-26 {
    top: -26px !important;
    bottom: -26px !important;
  }

  .desktop\:-inset-y-28 {
    top: -28px !important;
    bottom: -28px !important;
  }

  .desktop\:-inset-y-30 {
    top: -30px !important;
    bottom: -30px !important;
  }

  .desktop\:-inset-y-32 {
    top: -32px !important;
    bottom: -32px !important;
  }

  .desktop\:-inset-y-34 {
    top: -34px !important;
    bottom: -34px !important;
  }

  .desktop\:-inset-y-35 {
    top: -35px !important;
    bottom: -35px !important;
  }

  .desktop\:-inset-y-40 {
    top: -40px !important;
    bottom: -40px !important;
  }

  .desktop\:-inset-y-45 {
    top: -45px !important;
    bottom: -45px !important;
  }

  .desktop\:-inset-y-50 {
    top: -50px !important;
    bottom: -50px !important;
  }

  .desktop\:-inset-y-54 {
    top: -54px !important;
    bottom: -54px !important;
  }

  .desktop\:-inset-y-55 {
    top: -55px !important;
    bottom: -55px !important;
  }

  .desktop\:-inset-y-56 {
    top: -56px !important;
    bottom: -56px !important;
  }

  .desktop\:-inset-y-60 {
    top: -60px !important;
    bottom: -60px !important;
  }

  .desktop\:-inset-y-65 {
    top: -65px !important;
    bottom: -65px !important;
  }

  .desktop\:-inset-y-70 {
    top: -70px !important;
    bottom: -70px !important;
  }

  .desktop\:-inset-y-75 {
    top: -75px !important;
    bottom: -75px !important;
  }

  .desktop\:-inset-y-80 {
    top: -80px !important;
    bottom: -80px !important;
  }

  .desktop\:-inset-y-85 {
    top: -85px !important;
    bottom: -85px !important;
  }

  .desktop\:-inset-y-90 {
    top: -90px !important;
    bottom: -90px !important;
  }

  .desktop\:-inset-y-100 {
    top: -100px !important;
    bottom: -100px !important;
  }

  .desktop\:-inset-y-120 {
    top: -120px !important;
    bottom: -120px !important;
  }

  .desktop\:-inset-y-125 {
    top: -125px !important;
    bottom: -125px !important;
  }

  .desktop\:-inset-y-130 {
    top: -130px !important;
    bottom: -130px !important;
  }

  .desktop\:-inset-y-140 {
    top: -140px !important;
    bottom: -140px !important;
  }

  .desktop\:-inset-y-150 {
    top: -150px !important;
    bottom: -150px !important;
  }

  .desktop\:-inset-y-175 {
    top: -175px !important;
    bottom: -175px !important;
  }

  .desktop\:-inset-y-200 {
    top: -200px !important;
    bottom: -200px !important;
  }

  .desktop\:-inset-y-220 {
    top: -220px !important;
    bottom: -220px !important;
  }

  .desktop\:-inset-y-275 {
    top: -275px !important;
    bottom: -275px !important;
  }

  .desktop\:-inset-y-300 {
    top: -300px !important;
    bottom: -300px !important;
  }

  .desktop\:-inset-y-375 {
    top: -375px !important;
    bottom: -375px !important;
  }

  .desktop\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .desktop\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .desktop\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .desktop\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .desktop\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .desktop\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .desktop\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .desktop\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .desktop\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .desktop\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .desktop\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .desktop\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .desktop\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .desktop\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .desktop\:top-0 {
    top: 0px !important;
  }

  .desktop\:top-1 {
    top: 4px !important;
  }

  .desktop\:top-2 {
    top: 8px !important;
  }

  .desktop\:top-3 {
    top: 3px !important;
  }

  .desktop\:top-4 {
    top: 4px !important;
  }

  .desktop\:top-5 {
    top: 5px !important;
  }

  .desktop\:top-7 {
    top: 7px !important;
  }

  .desktop\:top-8 {
    top: 8px !important;
  }

  .desktop\:top-10 {
    top: 10px !important;
  }

  .desktop\:top-11 {
    top: 11px !important;
  }

  .desktop\:top-12 {
    top: 12px !important;
  }

  .desktop\:top-14 {
    top: 14px !important;
  }

  .desktop\:top-15 {
    top: 15px !important;
  }

  .desktop\:top-18 {
    top: 18px !important;
  }

  .desktop\:top-20 {
    top: 20px !important;
  }

  .desktop\:top-22 {
    top: 22px !important;
  }

  .desktop\:top-24 {
    top: 24px !important;
  }

  .desktop\:top-25 {
    top: 25px !important;
  }

  .desktop\:top-26 {
    top: 26px !important;
  }

  .desktop\:top-28 {
    top: 28px !important;
  }

  .desktop\:top-30 {
    top: 30px !important;
  }

  .desktop\:top-32 {
    top: 32px !important;
  }

  .desktop\:top-34 {
    top: 34px !important;
  }

  .desktop\:top-35 {
    top: 35px !important;
  }

  .desktop\:top-40 {
    top: 40px !important;
  }

  .desktop\:top-45 {
    top: 45px !important;
  }

  .desktop\:top-50 {
    top: 50px !important;
  }

  .desktop\:top-54 {
    top: 54px !important;
  }

  .desktop\:top-55 {
    top: 55px !important;
  }

  .desktop\:top-56 {
    top: 56px !important;
  }

  .desktop\:top-60 {
    top: 60px !important;
  }

  .desktop\:top-65 {
    top: 65px !important;
  }

  .desktop\:top-70 {
    top: 70px !important;
  }

  .desktop\:top-75 {
    top: 75px !important;
  }

  .desktop\:top-80 {
    top: 80px !important;
  }

  .desktop\:top-85 {
    top: 85px !important;
  }

  .desktop\:top-90 {
    top: 90px !important;
  }

  .desktop\:top-100 {
    top: 100px !important;
  }

  .desktop\:top-120 {
    top: 120px !important;
  }

  .desktop\:top-125 {
    top: 125px !important;
  }

  .desktop\:top-130 {
    top: 130px !important;
  }

  .desktop\:top-140 {
    top: 140px !important;
  }

  .desktop\:top-150 {
    top: 150px !important;
  }

  .desktop\:top-175 {
    top: 175px !important;
  }

  .desktop\:top-200 {
    top: 200px !important;
  }

  .desktop\:top-220 {
    top: 220px !important;
  }

  .desktop\:top-275 {
    top: 275px !important;
  }

  .desktop\:top-300 {
    top: 300px !important;
  }

  .desktop\:top-375 {
    top: 375px !important;
  }

  .desktop\:top-auto {
    top: auto !important;
  }

  .desktop\:-top-0 {
    top: 0px !important;
  }

  .desktop\:-top-1 {
    top: -4px !important;
  }

  .desktop\:-top-2 {
    top: -8px !important;
  }

  .desktop\:-top-3 {
    top: -3px !important;
  }

  .desktop\:-top-4 {
    top: -4px !important;
  }

  .desktop\:-top-5 {
    top: -5px !important;
  }

  .desktop\:-top-7 {
    top: -7px !important;
  }

  .desktop\:-top-8 {
    top: -8px !important;
  }

  .desktop\:-top-10 {
    top: -10px !important;
  }

  .desktop\:-top-11 {
    top: -11px !important;
  }

  .desktop\:-top-12 {
    top: -12px !important;
  }

  .desktop\:-top-15 {
    top: -15px !important;
  }

  .desktop\:-top-18 {
    top: -18px !important;
  }

  .desktop\:-top-20 {
    top: -20px !important;
  }

  .desktop\:-top-22 {
    top: -22px !important;
  }

  .desktop\:-top-24 {
    top: -24px !important;
  }

  .desktop\:-top-25 {
    top: -25px !important;
  }

  .desktop\:-top-26 {
    top: -26px !important;
  }

  .desktop\:-top-28 {
    top: -28px !important;
  }

  .desktop\:-top-30 {
    top: -30px !important;
  }

  .desktop\:-top-32 {
    top: -32px !important;
  }

  .desktop\:-top-34 {
    top: -34px !important;
  }

  .desktop\:-top-35 {
    top: -35px !important;
  }

  .desktop\:-top-40 {
    top: -40px !important;
  }

  .desktop\:-top-45 {
    top: -45px !important;
  }

  .desktop\:-top-50 {
    top: -50px !important;
  }

  .desktop\:-top-54 {
    top: -54px !important;
  }

  .desktop\:-top-55 {
    top: -55px !important;
  }

  .desktop\:-top-56 {
    top: -56px !important;
  }

  .desktop\:-top-60 {
    top: -60px !important;
  }

  .desktop\:-top-65 {
    top: -65px !important;
  }

  .desktop\:-top-70 {
    top: -70px !important;
  }

  .desktop\:-top-75 {
    top: -75px !important;
  }

  .desktop\:-top-80 {
    top: -80px !important;
  }

  .desktop\:-top-85 {
    top: -85px !important;
  }

  .desktop\:-top-90 {
    top: -90px !important;
  }

  .desktop\:-top-100 {
    top: -100px !important;
  }

  .desktop\:-top-120 {
    top: -120px !important;
  }

  .desktop\:-top-125 {
    top: -125px !important;
  }

  .desktop\:-top-130 {
    top: -130px !important;
  }

  .desktop\:-top-140 {
    top: -140px !important;
  }

  .desktop\:-top-150 {
    top: -150px !important;
  }

  .desktop\:-top-175 {
    top: -175px !important;
  }

  .desktop\:-top-200 {
    top: -200px !important;
  }

  .desktop\:-top-220 {
    top: -220px !important;
  }

  .desktop\:-top-275 {
    top: -275px !important;
  }

  .desktop\:-top-300 {
    top: -300px !important;
  }

  .desktop\:-top-375 {
    top: -375px !important;
  }

  .desktop\:top-1\/2 {
    top: 50% !important;
  }

  .desktop\:top-1\/3 {
    top: 33.333333% !important;
  }

  .desktop\:top-2\/3 {
    top: 66.666667% !important;
  }

  .desktop\:top-1\/4 {
    top: 25% !important;
  }

  .desktop\:top-2\/4 {
    top: 50% !important;
  }

  .desktop\:top-3\/4 {
    top: 75% !important;
  }

  .desktop\:top-full {
    top: 100% !important;
  }

  .desktop\:-top-1\/2 {
    top: -50% !important;
  }

  .desktop\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .desktop\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .desktop\:-top-1\/4 {
    top: -25% !important;
  }

  .desktop\:-top-2\/4 {
    top: -50% !important;
  }

  .desktop\:-top-3\/4 {
    top: -75% !important;
  }

  .desktop\:-top-full {
    top: -100% !important;
  }

  .desktop\:right-0 {
    right: 0px !important;
  }

  .desktop\:right-1 {
    right: 4px !important;
  }

  .desktop\:right-2 {
    right: 8px !important;
  }

  .desktop\:right-3 {
    right: 3px !important;
  }

  .desktop\:right-4 {
    right: 4px !important;
  }

  .desktop\:right-5 {
    right: 5px !important;
  }

  .desktop\:right-7 {
    right: 7px !important;
  }

  .desktop\:right-8 {
    right: 8px !important;
  }

  .desktop\:right-10 {
    right: 10px !important;
  }

  .desktop\:right-11 {
    right: 11px !important;
  }

  .desktop\:right-12 {
    right: 12px !important;
  }

  .desktop\:right-14 {
    right: 14px !important;
  }

  .desktop\:right-15 {
    right: 15px !important;
  }

  .desktop\:right-18 {
    right: 18px !important;
  }

  .desktop\:right-20 {
    right: 20px !important;
  }

  .desktop\:right-22 {
    right: 22px !important;
  }

  .desktop\:right-24 {
    right: 24px !important;
  }

  .desktop\:right-25 {
    right: 25px !important;
  }

  .desktop\:right-26 {
    right: 26px !important;
  }

  .desktop\:right-28 {
    right: 28px !important;
  }

  .desktop\:right-30 {
    right: 30px !important;
  }

  .desktop\:right-32 {
    right: 32px !important;
  }

  .desktop\:right-34 {
    right: 34px !important;
  }

  .desktop\:right-35 {
    right: 35px !important;
  }

  .desktop\:right-40 {
    right: 40px !important;
  }

  .desktop\:right-45 {
    right: 45px !important;
  }

  .desktop\:right-50 {
    right: 50px !important;
  }

  .desktop\:right-54 {
    right: 54px !important;
  }

  .desktop\:right-55 {
    right: 55px !important;
  }

  .desktop\:right-56 {
    right: 56px !important;
  }

  .desktop\:right-60 {
    right: 60px !important;
  }

  .desktop\:right-65 {
    right: 65px !important;
  }

  .desktop\:right-70 {
    right: 70px !important;
  }

  .desktop\:right-75 {
    right: 75px !important;
  }

  .desktop\:right-80 {
    right: 80px !important;
  }

  .desktop\:right-85 {
    right: 85px !important;
  }

  .desktop\:right-90 {
    right: 90px !important;
  }

  .desktop\:right-100 {
    right: 100px !important;
  }

  .desktop\:right-120 {
    right: 120px !important;
  }

  .desktop\:right-125 {
    right: 125px !important;
  }

  .desktop\:right-130 {
    right: 130px !important;
  }

  .desktop\:right-140 {
    right: 140px !important;
  }

  .desktop\:right-150 {
    right: 150px !important;
  }

  .desktop\:right-175 {
    right: 175px !important;
  }

  .desktop\:right-200 {
    right: 200px !important;
  }

  .desktop\:right-220 {
    right: 220px !important;
  }

  .desktop\:right-275 {
    right: 275px !important;
  }

  .desktop\:right-300 {
    right: 300px !important;
  }

  .desktop\:right-375 {
    right: 375px !important;
  }

  .desktop\:right-auto {
    right: auto !important;
  }

  .desktop\:-right-0 {
    right: 0px !important;
  }

  .desktop\:-right-1 {
    right: -4px !important;
  }

  .desktop\:-right-2 {
    right: -8px !important;
  }

  .desktop\:-right-3 {
    right: -3px !important;
  }

  .desktop\:-right-4 {
    right: -4px !important;
  }

  .desktop\:-right-5 {
    right: -5px !important;
  }

  .desktop\:-right-7 {
    right: -7px !important;
  }

  .desktop\:-right-8 {
    right: -8px !important;
  }

  .desktop\:-right-10 {
    right: -10px !important;
  }

  .desktop\:-right-11 {
    right: -11px !important;
  }

  .desktop\:-right-12 {
    right: -12px !important;
  }

  .desktop\:-right-15 {
    right: -15px !important;
  }

  .desktop\:-right-18 {
    right: -18px !important;
  }

  .desktop\:-right-20 {
    right: -20px !important;
  }

  .desktop\:-right-22 {
    right: -22px !important;
  }

  .desktop\:-right-24 {
    right: -24px !important;
  }

  .desktop\:-right-25 {
    right: -25px !important;
  }

  .desktop\:-right-26 {
    right: -26px !important;
  }

  .desktop\:-right-28 {
    right: -28px !important;
  }

  .desktop\:-right-30 {
    right: -30px !important;
  }

  .desktop\:-right-32 {
    right: -32px !important;
  }

  .desktop\:-right-34 {
    right: -34px !important;
  }

  .desktop\:-right-35 {
    right: -35px !important;
  }

  .desktop\:-right-40 {
    right: -40px !important;
  }

  .desktop\:-right-45 {
    right: -45px !important;
  }

  .desktop\:-right-50 {
    right: -50px !important;
  }

  .desktop\:-right-54 {
    right: -54px !important;
  }

  .desktop\:-right-55 {
    right: -55px !important;
  }

  .desktop\:-right-56 {
    right: -56px !important;
  }

  .desktop\:-right-60 {
    right: -60px !important;
  }

  .desktop\:-right-65 {
    right: -65px !important;
  }

  .desktop\:-right-70 {
    right: -70px !important;
  }

  .desktop\:-right-75 {
    right: -75px !important;
  }

  .desktop\:-right-80 {
    right: -80px !important;
  }

  .desktop\:-right-85 {
    right: -85px !important;
  }

  .desktop\:-right-90 {
    right: -90px !important;
  }

  .desktop\:-right-100 {
    right: -100px !important;
  }

  .desktop\:-right-120 {
    right: -120px !important;
  }

  .desktop\:-right-125 {
    right: -125px !important;
  }

  .desktop\:-right-130 {
    right: -130px !important;
  }

  .desktop\:-right-140 {
    right: -140px !important;
  }

  .desktop\:-right-150 {
    right: -150px !important;
  }

  .desktop\:-right-175 {
    right: -175px !important;
  }

  .desktop\:-right-200 {
    right: -200px !important;
  }

  .desktop\:-right-220 {
    right: -220px !important;
  }

  .desktop\:-right-275 {
    right: -275px !important;
  }

  .desktop\:-right-300 {
    right: -300px !important;
  }

  .desktop\:-right-375 {
    right: -375px !important;
  }

  .desktop\:right-1\/2 {
    right: 50% !important;
  }

  .desktop\:right-1\/3 {
    right: 33.333333% !important;
  }

  .desktop\:right-2\/3 {
    right: 66.666667% !important;
  }

  .desktop\:right-1\/4 {
    right: 25% !important;
  }

  .desktop\:right-2\/4 {
    right: 50% !important;
  }

  .desktop\:right-3\/4 {
    right: 75% !important;
  }

  .desktop\:right-full {
    right: 100% !important;
  }

  .desktop\:-right-1\/2 {
    right: -50% !important;
  }

  .desktop\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .desktop\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .desktop\:-right-1\/4 {
    right: -25% !important;
  }

  .desktop\:-right-2\/4 {
    right: -50% !important;
  }

  .desktop\:-right-3\/4 {
    right: -75% !important;
  }

  .desktop\:-right-full {
    right: -100% !important;
  }

  .desktop\:bottom-0 {
    bottom: 0px !important;
  }

  .desktop\:bottom-1 {
    bottom: 4px !important;
  }

  .desktop\:bottom-2 {
    bottom: 8px !important;
  }

  .desktop\:bottom-3 {
    bottom: 3px !important;
  }

  .desktop\:bottom-4 {
    bottom: 4px !important;
  }

  .desktop\:bottom-5 {
    bottom: 5px !important;
  }

  .desktop\:bottom-7 {
    bottom: 7px !important;
  }

  .desktop\:bottom-8 {
    bottom: 8px !important;
  }

  .desktop\:bottom-10 {
    bottom: 10px !important;
  }

  .desktop\:bottom-11 {
    bottom: 11px !important;
  }

  .desktop\:bottom-12 {
    bottom: 12px !important;
  }

  .desktop\:bottom-14 {
    bottom: 14px !important;
  }

  .desktop\:bottom-15 {
    bottom: 15px !important;
  }

  .desktop\:bottom-18 {
    bottom: 18px !important;
  }

  .desktop\:bottom-20 {
    bottom: 20px !important;
  }

  .desktop\:bottom-22 {
    bottom: 22px !important;
  }

  .desktop\:bottom-24 {
    bottom: 24px !important;
  }

  .desktop\:bottom-25 {
    bottom: 25px !important;
  }

  .desktop\:bottom-26 {
    bottom: 26px !important;
  }

  .desktop\:bottom-28 {
    bottom: 28px !important;
  }

  .desktop\:bottom-30 {
    bottom: 30px !important;
  }

  .desktop\:bottom-32 {
    bottom: 32px !important;
  }

  .desktop\:bottom-34 {
    bottom: 34px !important;
  }

  .desktop\:bottom-35 {
    bottom: 35px !important;
  }

  .desktop\:bottom-40 {
    bottom: 40px !important;
  }

  .desktop\:bottom-45 {
    bottom: 45px !important;
  }

  .desktop\:bottom-50 {
    bottom: 50px !important;
  }

  .desktop\:bottom-54 {
    bottom: 54px !important;
  }

  .desktop\:bottom-55 {
    bottom: 55px !important;
  }

  .desktop\:bottom-56 {
    bottom: 56px !important;
  }

  .desktop\:bottom-60 {
    bottom: 60px !important;
  }

  .desktop\:bottom-65 {
    bottom: 65px !important;
  }

  .desktop\:bottom-70 {
    bottom: 70px !important;
  }

  .desktop\:bottom-75 {
    bottom: 75px !important;
  }

  .desktop\:bottom-80 {
    bottom: 80px !important;
  }

  .desktop\:bottom-85 {
    bottom: 85px !important;
  }

  .desktop\:bottom-90 {
    bottom: 90px !important;
  }

  .desktop\:bottom-100 {
    bottom: 100px !important;
  }

  .desktop\:bottom-120 {
    bottom: 120px !important;
  }

  .desktop\:bottom-125 {
    bottom: 125px !important;
  }

  .desktop\:bottom-130 {
    bottom: 130px !important;
  }

  .desktop\:bottom-140 {
    bottom: 140px !important;
  }

  .desktop\:bottom-150 {
    bottom: 150px !important;
  }

  .desktop\:bottom-175 {
    bottom: 175px !important;
  }

  .desktop\:bottom-200 {
    bottom: 200px !important;
  }

  .desktop\:bottom-220 {
    bottom: 220px !important;
  }

  .desktop\:bottom-275 {
    bottom: 275px !important;
  }

  .desktop\:bottom-300 {
    bottom: 300px !important;
  }

  .desktop\:bottom-375 {
    bottom: 375px !important;
  }

  .desktop\:bottom-auto {
    bottom: auto !important;
  }

  .desktop\:-bottom-0 {
    bottom: 0px !important;
  }

  .desktop\:-bottom-1 {
    bottom: -4px !important;
  }

  .desktop\:-bottom-2 {
    bottom: -8px !important;
  }

  .desktop\:-bottom-3 {
    bottom: -3px !important;
  }

  .desktop\:-bottom-4 {
    bottom: -4px !important;
  }

  .desktop\:-bottom-5 {
    bottom: -5px !important;
  }

  .desktop\:-bottom-7 {
    bottom: -7px !important;
  }

  .desktop\:-bottom-8 {
    bottom: -8px !important;
  }

  .desktop\:-bottom-10 {
    bottom: -10px !important;
  }

  .desktop\:-bottom-11 {
    bottom: -11px !important;
  }

  .desktop\:-bottom-12 {
    bottom: -12px !important;
  }

  .desktop\:-bottom-15 {
    bottom: -15px !important;
  }

  .desktop\:-bottom-18 {
    bottom: -18px !important;
  }

  .desktop\:-bottom-20 {
    bottom: -20px !important;
  }

  .desktop\:-bottom-22 {
    bottom: -22px !important;
  }

  .desktop\:-bottom-24 {
    bottom: -24px !important;
  }

  .desktop\:-bottom-25 {
    bottom: -25px !important;
  }

  .desktop\:-bottom-26 {
    bottom: -26px !important;
  }

  .desktop\:-bottom-28 {
    bottom: -28px !important;
  }

  .desktop\:-bottom-30 {
    bottom: -30px !important;
  }

  .desktop\:-bottom-32 {
    bottom: -32px !important;
  }

  .desktop\:-bottom-34 {
    bottom: -34px !important;
  }

  .desktop\:-bottom-35 {
    bottom: -35px !important;
  }

  .desktop\:-bottom-40 {
    bottom: -40px !important;
  }

  .desktop\:-bottom-45 {
    bottom: -45px !important;
  }

  .desktop\:-bottom-50 {
    bottom: -50px !important;
  }

  .desktop\:-bottom-54 {
    bottom: -54px !important;
  }

  .desktop\:-bottom-55 {
    bottom: -55px !important;
  }

  .desktop\:-bottom-56 {
    bottom: -56px !important;
  }

  .desktop\:-bottom-60 {
    bottom: -60px !important;
  }

  .desktop\:-bottom-65 {
    bottom: -65px !important;
  }

  .desktop\:-bottom-70 {
    bottom: -70px !important;
  }

  .desktop\:-bottom-75 {
    bottom: -75px !important;
  }

  .desktop\:-bottom-80 {
    bottom: -80px !important;
  }

  .desktop\:-bottom-85 {
    bottom: -85px !important;
  }

  .desktop\:-bottom-90 {
    bottom: -90px !important;
  }

  .desktop\:-bottom-100 {
    bottom: -100px !important;
  }

  .desktop\:-bottom-120 {
    bottom: -120px !important;
  }

  .desktop\:-bottom-125 {
    bottom: -125px !important;
  }

  .desktop\:-bottom-130 {
    bottom: -130px !important;
  }

  .desktop\:-bottom-140 {
    bottom: -140px !important;
  }

  .desktop\:-bottom-150 {
    bottom: -150px !important;
  }

  .desktop\:-bottom-175 {
    bottom: -175px !important;
  }

  .desktop\:-bottom-200 {
    bottom: -200px !important;
  }

  .desktop\:-bottom-220 {
    bottom: -220px !important;
  }

  .desktop\:-bottom-275 {
    bottom: -275px !important;
  }

  .desktop\:-bottom-300 {
    bottom: -300px !important;
  }

  .desktop\:-bottom-375 {
    bottom: -375px !important;
  }

  .desktop\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .desktop\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .desktop\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .desktop\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .desktop\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .desktop\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .desktop\:bottom-full {
    bottom: 100% !important;
  }

  .desktop\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .desktop\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .desktop\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .desktop\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .desktop\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .desktop\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .desktop\:-bottom-full {
    bottom: -100% !important;
  }

  .desktop\:left-0 {
    left: 0px !important;
  }

  .desktop\:left-1 {
    left: 4px !important;
  }

  .desktop\:left-2 {
    left: 8px !important;
  }

  .desktop\:left-3 {
    left: 3px !important;
  }

  .desktop\:left-4 {
    left: 4px !important;
  }

  .desktop\:left-5 {
    left: 5px !important;
  }

  .desktop\:left-7 {
    left: 7px !important;
  }

  .desktop\:left-8 {
    left: 8px !important;
  }

  .desktop\:left-10 {
    left: 10px !important;
  }

  .desktop\:left-11 {
    left: 11px !important;
  }

  .desktop\:left-12 {
    left: 12px !important;
  }

  .desktop\:left-14 {
    left: 14px !important;
  }

  .desktop\:left-15 {
    left: 15px !important;
  }

  .desktop\:left-18 {
    left: 18px !important;
  }

  .desktop\:left-20 {
    left: 20px !important;
  }

  .desktop\:left-22 {
    left: 22px !important;
  }

  .desktop\:left-24 {
    left: 24px !important;
  }

  .desktop\:left-25 {
    left: 25px !important;
  }

  .desktop\:left-26 {
    left: 26px !important;
  }

  .desktop\:left-28 {
    left: 28px !important;
  }

  .desktop\:left-30 {
    left: 30px !important;
  }

  .desktop\:left-32 {
    left: 32px !important;
  }

  .desktop\:left-34 {
    left: 34px !important;
  }

  .desktop\:left-35 {
    left: 35px !important;
  }

  .desktop\:left-40 {
    left: 40px !important;
  }

  .desktop\:left-45 {
    left: 45px !important;
  }

  .desktop\:left-50 {
    left: 50px !important;
  }

  .desktop\:left-54 {
    left: 54px !important;
  }

  .desktop\:left-55 {
    left: 55px !important;
  }

  .desktop\:left-56 {
    left: 56px !important;
  }

  .desktop\:left-60 {
    left: 60px !important;
  }

  .desktop\:left-65 {
    left: 65px !important;
  }

  .desktop\:left-70 {
    left: 70px !important;
  }

  .desktop\:left-75 {
    left: 75px !important;
  }

  .desktop\:left-80 {
    left: 80px !important;
  }

  .desktop\:left-85 {
    left: 85px !important;
  }

  .desktop\:left-90 {
    left: 90px !important;
  }

  .desktop\:left-100 {
    left: 100px !important;
  }

  .desktop\:left-120 {
    left: 120px !important;
  }

  .desktop\:left-125 {
    left: 125px !important;
  }

  .desktop\:left-130 {
    left: 130px !important;
  }

  .desktop\:left-140 {
    left: 140px !important;
  }

  .desktop\:left-150 {
    left: 150px !important;
  }

  .desktop\:left-175 {
    left: 175px !important;
  }

  .desktop\:left-200 {
    left: 200px !important;
  }

  .desktop\:left-220 {
    left: 220px !important;
  }

  .desktop\:left-275 {
    left: 275px !important;
  }

  .desktop\:left-300 {
    left: 300px !important;
  }

  .desktop\:left-375 {
    left: 375px !important;
  }

  .desktop\:left-auto {
    left: auto !important;
  }

  .desktop\:-left-0 {
    left: 0px !important;
  }

  .desktop\:-left-1 {
    left: -4px !important;
  }

  .desktop\:-left-2 {
    left: -8px !important;
  }

  .desktop\:-left-3 {
    left: -3px !important;
  }

  .desktop\:-left-4 {
    left: -4px !important;
  }

  .desktop\:-left-5 {
    left: -5px !important;
  }

  .desktop\:-left-7 {
    left: -7px !important;
  }

  .desktop\:-left-8 {
    left: -8px !important;
  }

  .desktop\:-left-10 {
    left: -10px !important;
  }

  .desktop\:-left-11 {
    left: -11px !important;
  }

  .desktop\:-left-12 {
    left: -12px !important;
  }

  .desktop\:-left-15 {
    left: -15px !important;
  }

  .desktop\:-left-18 {
    left: -18px !important;
  }

  .desktop\:-left-20 {
    left: -20px !important;
  }

  .desktop\:-left-22 {
    left: -22px !important;
  }

  .desktop\:-left-24 {
    left: -24px !important;
  }

  .desktop\:-left-25 {
    left: -25px !important;
  }

  .desktop\:-left-26 {
    left: -26px !important;
  }

  .desktop\:-left-28 {
    left: -28px !important;
  }

  .desktop\:-left-30 {
    left: -30px !important;
  }

  .desktop\:-left-32 {
    left: -32px !important;
  }

  .desktop\:-left-34 {
    left: -34px !important;
  }

  .desktop\:-left-35 {
    left: -35px !important;
  }

  .desktop\:-left-40 {
    left: -40px !important;
  }

  .desktop\:-left-45 {
    left: -45px !important;
  }

  .desktop\:-left-50 {
    left: -50px !important;
  }

  .desktop\:-left-54 {
    left: -54px !important;
  }

  .desktop\:-left-55 {
    left: -55px !important;
  }

  .desktop\:-left-56 {
    left: -56px !important;
  }

  .desktop\:-left-60 {
    left: -60px !important;
  }

  .desktop\:-left-65 {
    left: -65px !important;
  }

  .desktop\:-left-70 {
    left: -70px !important;
  }

  .desktop\:-left-75 {
    left: -75px !important;
  }

  .desktop\:-left-80 {
    left: -80px !important;
  }

  .desktop\:-left-85 {
    left: -85px !important;
  }

  .desktop\:-left-90 {
    left: -90px !important;
  }

  .desktop\:-left-100 {
    left: -100px !important;
  }

  .desktop\:-left-120 {
    left: -120px !important;
  }

  .desktop\:-left-125 {
    left: -125px !important;
  }

  .desktop\:-left-130 {
    left: -130px !important;
  }

  .desktop\:-left-140 {
    left: -140px !important;
  }

  .desktop\:-left-150 {
    left: -150px !important;
  }

  .desktop\:-left-175 {
    left: -175px !important;
  }

  .desktop\:-left-200 {
    left: -200px !important;
  }

  .desktop\:-left-220 {
    left: -220px !important;
  }

  .desktop\:-left-275 {
    left: -275px !important;
  }

  .desktop\:-left-300 {
    left: -300px !important;
  }

  .desktop\:-left-375 {
    left: -375px !important;
  }

  .desktop\:left-1\/2 {
    left: 50% !important;
  }

  .desktop\:left-1\/3 {
    left: 33.333333% !important;
  }

  .desktop\:left-2\/3 {
    left: 66.666667% !important;
  }

  .desktop\:left-1\/4 {
    left: 25% !important;
  }

  .desktop\:left-2\/4 {
    left: 50% !important;
  }

  .desktop\:left-3\/4 {
    left: 75% !important;
  }

  .desktop\:left-full {
    left: 100% !important;
  }

  .desktop\:-left-1\/2 {
    left: -50% !important;
  }

  .desktop\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .desktop\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .desktop\:-left-1\/4 {
    left: -25% !important;
  }

  .desktop\:-left-2\/4 {
    left: -50% !important;
  }

  .desktop\:-left-3\/4 {
    left: -75% !important;
  }

  .desktop\:-left-full {
    left: -100% !important;
  }

  .desktop\:isolate {
    isolation: isolate !important;
  }

  .desktop\:isolation-auto {
    isolation: auto !important;
  }

  .desktop\:z-0 {
    z-index: 0 !important;
  }

  .desktop\:z-10 {
    z-index: 10 !important;
  }

  .desktop\:z-20 {
    z-index: 20 !important;
  }

  .desktop\:z-30 {
    z-index: 30 !important;
  }

  .desktop\:z-40 {
    z-index: 40 !important;
  }

  .desktop\:z-50 {
    z-index: 50 !important;
  }

  .desktop\:z-auto {
    z-index: auto !important;
  }

  .desktop\:-z-1 {
    z-index: -1 !important;
  }

  .desktop\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .desktop\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .desktop\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .desktop\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .desktop\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .desktop\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .desktop\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .desktop\:focus-within\:-z-1:focus-within {
    z-index: -1 !important;
  }

  .desktop\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .desktop\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .desktop\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .desktop\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .desktop\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .desktop\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .desktop\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .desktop\:focus\:-z-1:focus {
    z-index: -1 !important;
  }

  .desktop\:order-1 {
    order: 1 !important;
  }

  .desktop\:order-2 {
    order: 2 !important;
  }

  .desktop\:order-3 {
    order: 3 !important;
  }

  .desktop\:order-4 {
    order: 4 !important;
  }

  .desktop\:order-5 {
    order: 5 !important;
  }

  .desktop\:order-6 {
    order: 6 !important;
  }

  .desktop\:order-7 {
    order: 7 !important;
  }

  .desktop\:order-8 {
    order: 8 !important;
  }

  .desktop\:order-9 {
    order: 9 !important;
  }

  .desktop\:order-10 {
    order: 10 !important;
  }

  .desktop\:order-11 {
    order: 11 !important;
  }

  .desktop\:order-12 {
    order: 12 !important;
  }

  .desktop\:order-first {
    order: -9999 !important;
  }

  .desktop\:order-last {
    order: 9999 !important;
  }

  .desktop\:order-none {
    order: 0 !important;
  }

  .desktop\:col-auto {
    grid-column: auto !important;
  }

  .desktop\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .desktop\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .desktop\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .desktop\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .desktop\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .desktop\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .desktop\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .desktop\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .desktop\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .desktop\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .desktop\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .desktop\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .desktop\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .desktop\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .desktop\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .desktop\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .desktop\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .desktop\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .desktop\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .desktop\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .desktop\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .desktop\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .desktop\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .desktop\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .desktop\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .desktop\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .desktop\:col-start-auto {
    grid-column-start: auto !important;
  }

  .desktop\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .desktop\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .desktop\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .desktop\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .desktop\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .desktop\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .desktop\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .desktop\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .desktop\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .desktop\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .desktop\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .desktop\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .desktop\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .desktop\:col-end-auto {
    grid-column-end: auto !important;
  }

  .desktop\:row-auto {
    grid-row: auto !important;
  }

  .desktop\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .desktop\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .desktop\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .desktop\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .desktop\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .desktop\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .desktop\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .desktop\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .desktop\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .desktop\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .desktop\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .desktop\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .desktop\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .desktop\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .desktop\:row-start-auto {
    grid-row-start: auto !important;
  }

  .desktop\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .desktop\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .desktop\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .desktop\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .desktop\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .desktop\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .desktop\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .desktop\:row-end-auto {
    grid-row-end: auto !important;
  }

  .desktop\:float-right {
    float: right !important;
  }

  .desktop\:float-left {
    float: left !important;
  }

  .desktop\:float-none {
    float: none !important;
  }

  .desktop\:clear-left {
    clear: left !important;
  }

  .desktop\:clear-right {
    clear: right !important;
  }

  .desktop\:clear-both {
    clear: both !important;
  }

  .desktop\:clear-none {
    clear: none !important;
  }

  .desktop\:m-0 {
    margin: 0px !important;
  }

  .desktop\:m-1 {
    margin: 4px !important;
  }

  .desktop\:m-2 {
    margin: 8px !important;
  }

  .desktop\:m-3 {
    margin: 3px !important;
  }

  .desktop\:m-4 {
    margin: 4px !important;
  }

  .desktop\:m-5 {
    margin: 5px !important;
  }

  .desktop\:m-7 {
    margin: 7px !important;
  }

  .desktop\:m-8 {
    margin: 8px !important;
  }

  .desktop\:m-10 {
    margin: 10px !important;
  }

  .desktop\:m-11 {
    margin: 11px !important;
  }

  .desktop\:m-12 {
    margin: 12px !important;
  }

  .desktop\:m-15 {
    margin: 15px !important;
  }

  .desktop\:m-18 {
    margin: 18px !important;
  }

  .desktop\:m-20 {
    margin: 20px !important;
  }

  .desktop\:m-22 {
    margin: 22px !important;
  }

  .desktop\:m-24 {
    margin: 24px !important;
  }

  .desktop\:m-25 {
    margin: 25px !important;
  }

  .desktop\:m-26 {
    margin: 26px !important;
  }

  .desktop\:m-28 {
    margin: 28px !important;
  }

  .desktop\:m-30 {
    margin: 30px !important;
  }

  .desktop\:m-32 {
    margin: 32px !important;
  }

  .desktop\:m-34 {
    margin: 34px !important;
  }

  .desktop\:m-35 {
    margin: 35px !important;
  }

  .desktop\:m-40 {
    margin: 40px !important;
  }

  .desktop\:m-45 {
    margin: 45px !important;
  }

  .desktop\:m-50 {
    margin: 50px !important;
  }

  .desktop\:m-54 {
    margin: 54px !important;
  }

  .desktop\:m-55 {
    margin: 55px !important;
  }

  .desktop\:m-56 {
    margin: 56px !important;
  }

  .desktop\:m-60 {
    margin: 60px !important;
  }

  .desktop\:m-65 {
    margin: 65px !important;
  }

  .desktop\:m-70 {
    margin: 70px !important;
  }

  .desktop\:m-75 {
    margin: 75px !important;
  }

  .desktop\:m-80 {
    margin: 80px !important;
  }

  .desktop\:m-85 {
    margin: 85px !important;
  }

  .desktop\:m-90 {
    margin: 90px !important;
  }

  .desktop\:m-100 {
    margin: 100px !important;
  }

  .desktop\:m-120 {
    margin: 120px !important;
  }

  .desktop\:m-125 {
    margin: 125px !important;
  }

  .desktop\:m-130 {
    margin: 130px !important;
  }

  .desktop\:m-140 {
    margin: 140px !important;
  }

  .desktop\:m-150 {
    margin: 150px !important;
  }

  .desktop\:m-175 {
    margin: 175px !important;
  }

  .desktop\:m-200 {
    margin: 200px !important;
  }

  .desktop\:m-220 {
    margin: 220px !important;
  }

  .desktop\:m-275 {
    margin: 275px !important;
  }

  .desktop\:m-300 {
    margin: 300px !important;
  }

  .desktop\:m-375 {
    margin: 375px !important;
  }

  .desktop\:m-auto {
    margin: auto !important;
  }

  .desktop\:-m-0 {
    margin: 0px !important;
  }

  .desktop\:-m-1 {
    margin: -4px !important;
  }

  .desktop\:-m-2 {
    margin: -8px !important;
  }

  .desktop\:-m-3 {
    margin: -3px !important;
  }

  .desktop\:-m-4 {
    margin: -4px !important;
  }

  .desktop\:-m-5 {
    margin: -5px !important;
  }

  .desktop\:-m-7 {
    margin: -7px !important;
  }

  .desktop\:-m-8 {
    margin: -8px !important;
  }

  .desktop\:-m-10 {
    margin: -10px !important;
  }

  .desktop\:-m-11 {
    margin: -11px !important;
  }

  .desktop\:-m-12 {
    margin: -12px !important;
  }

  .desktop\:-m-15 {
    margin: -15px !important;
  }

  .desktop\:-m-18 {
    margin: -18px !important;
  }

  .desktop\:-m-20 {
    margin: -20px !important;
  }

  .desktop\:-m-22 {
    margin: -22px !important;
  }

  .desktop\:-m-24 {
    margin: -24px !important;
  }

  .desktop\:-m-25 {
    margin: -25px !important;
  }

  .desktop\:-m-26 {
    margin: -26px !important;
  }

  .desktop\:-m-28 {
    margin: -28px !important;
  }

  .desktop\:-m-30 {
    margin: -30px !important;
  }

  .desktop\:-m-32 {
    margin: -32px !important;
  }

  .desktop\:-m-34 {
    margin: -34px !important;
  }

  .desktop\:-m-35 {
    margin: -35px !important;
  }

  .desktop\:-m-40 {
    margin: -40px !important;
  }

  .desktop\:-m-45 {
    margin: -45px !important;
  }

  .desktop\:-m-50 {
    margin: -50px !important;
  }

  .desktop\:-m-54 {
    margin: -54px !important;
  }

  .desktop\:-m-55 {
    margin: -55px !important;
  }

  .desktop\:-m-56 {
    margin: -56px !important;
  }

  .desktop\:-m-60 {
    margin: -60px !important;
  }

  .desktop\:-m-65 {
    margin: -65px !important;
  }

  .desktop\:-m-70 {
    margin: -70px !important;
  }

  .desktop\:-m-75 {
    margin: -75px !important;
  }

  .desktop\:-m-80 {
    margin: -80px !important;
  }

  .desktop\:-m-85 {
    margin: -85px !important;
  }

  .desktop\:-m-90 {
    margin: -90px !important;
  }

  .desktop\:-m-100 {
    margin: -100px !important;
  }

  .desktop\:-m-120 {
    margin: -120px !important;
  }

  .desktop\:-m-125 {
    margin: -125px !important;
  }

  .desktop\:-m-130 {
    margin: -130px !important;
  }

  .desktop\:-m-140 {
    margin: -140px !important;
  }

  .desktop\:-m-150 {
    margin: -150px !important;
  }

  .desktop\:-m-175 {
    margin: -175px !important;
  }

  .desktop\:-m-200 {
    margin: -200px !important;
  }

  .desktop\:-m-220 {
    margin: -220px !important;
  }

  .desktop\:-m-275 {
    margin: -275px !important;
  }

  .desktop\:-m-300 {
    margin: -300px !important;
  }

  .desktop\:-m-375 {
    margin: -375px !important;
  }

  .desktop\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .desktop\:mx-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .desktop\:mx-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .desktop\:mx-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .desktop\:mx-4 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .desktop\:mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .desktop\:mx-7 {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }

  .desktop\:mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  .desktop\:mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .desktop\:mx-11 {
    margin-left: 11px !important;
    margin-right: 11px !important;
  }

  .desktop\:mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  .desktop\:mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .desktop\:mx-18 {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .desktop\:mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .desktop\:mx-22 {
    margin-left: 22px !important;
    margin-right: 22px !important;
  }

  .desktop\:mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }

  .desktop\:mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .desktop\:mx-26 {
    margin-left: 26px !important;
    margin-right: 26px !important;
  }

  .desktop\:mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }

  .desktop\:mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .desktop\:mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }

  .desktop\:mx-34 {
    margin-left: 34px !important;
    margin-right: 34px !important;
  }

  .desktop\:mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }

  .desktop\:mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .desktop\:mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }

  .desktop\:mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .desktop\:mx-54 {
    margin-left: 54px !important;
    margin-right: 54px !important;
  }

  .desktop\:mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }

  .desktop\:mx-56 {
    margin-left: 56px !important;
    margin-right: 56px !important;
  }

  .desktop\:mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .desktop\:mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }

  .desktop\:mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .desktop\:mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }

  .desktop\:mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .desktop\:mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }

  .desktop\:mx-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .desktop\:mx-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .desktop\:mx-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .desktop\:mx-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }

  .desktop\:mx-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }

  .desktop\:mx-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }

  .desktop\:mx-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .desktop\:mx-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }

  .desktop\:mx-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }

  .desktop\:mx-220 {
    margin-left: 220px !important;
    margin-right: 220px !important;
  }

  .desktop\:mx-275 {
    margin-left: 275px !important;
    margin-right: 275px !important;
  }

  .desktop\:mx-300 {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }

  .desktop\:mx-375 {
    margin-left: 375px !important;
    margin-right: 375px !important;
  }

  .desktop\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .desktop\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .desktop\:-mx-1 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .desktop\:-mx-2 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .desktop\:-mx-3 {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .desktop\:-mx-4 {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }

  .desktop\:-mx-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .desktop\:-mx-7 {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }

  .desktop\:-mx-8 {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }

  .desktop\:-mx-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .desktop\:-mx-11 {
    margin-left: -11px !important;
    margin-right: -11px !important;
  }

  .desktop\:-mx-12 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .desktop\:-mx-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .desktop\:-mx-18 {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }

  .desktop\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .desktop\:-mx-22 {
    margin-left: -22px !important;
    margin-right: -22px !important;
  }

  .desktop\:-mx-24 {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }

  .desktop\:-mx-25 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .desktop\:-mx-26 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .desktop\:-mx-28 {
    margin-left: -28px !important;
    margin-right: -28px !important;
  }

  .desktop\:-mx-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .desktop\:-mx-32 {
    margin-left: -32px !important;
    margin-right: -32px !important;
  }

  .desktop\:-mx-34 {
    margin-left: -34px !important;
    margin-right: -34px !important;
  }

  .desktop\:-mx-35 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .desktop\:-mx-40 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .desktop\:-mx-45 {
    margin-left: -45px !important;
    margin-right: -45px !important;
  }

  .desktop\:-mx-50 {
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .desktop\:-mx-54 {
    margin-left: -54px !important;
    margin-right: -54px !important;
  }

  .desktop\:-mx-55 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .desktop\:-mx-56 {
    margin-left: -56px !important;
    margin-right: -56px !important;
  }

  .desktop\:-mx-60 {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .desktop\:-mx-65 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .desktop\:-mx-70 {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .desktop\:-mx-75 {
    margin-left: -75px !important;
    margin-right: -75px !important;
  }

  .desktop\:-mx-80 {
    margin-left: -80px !important;
    margin-right: -80px !important;
  }

  .desktop\:-mx-85 {
    margin-left: -85px !important;
    margin-right: -85px !important;
  }

  .desktop\:-mx-90 {
    margin-left: -90px !important;
    margin-right: -90px !important;
  }

  .desktop\:-mx-100 {
    margin-left: -100px !important;
    margin-right: -100px !important;
  }

  .desktop\:-mx-120 {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .desktop\:-mx-125 {
    margin-left: -125px !important;
    margin-right: -125px !important;
  }

  .desktop\:-mx-130 {
    margin-left: -130px !important;
    margin-right: -130px !important;
  }

  .desktop\:-mx-140 {
    margin-left: -140px !important;
    margin-right: -140px !important;
  }

  .desktop\:-mx-150 {
    margin-left: -150px !important;
    margin-right: -150px !important;
  }

  .desktop\:-mx-175 {
    margin-left: -175px !important;
    margin-right: -175px !important;
  }

  .desktop\:-mx-200 {
    margin-left: -200px !important;
    margin-right: -200px !important;
  }

  .desktop\:-mx-220 {
    margin-left: -220px !important;
    margin-right: -220px !important;
  }

  .desktop\:-mx-275 {
    margin-left: -275px !important;
    margin-right: -275px !important;
  }

  .desktop\:-mx-300 {
    margin-left: -300px !important;
    margin-right: -300px !important;
  }

  .desktop\:-mx-375 {
    margin-left: -375px !important;
    margin-right: -375px !important;
  }

  .desktop\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .desktop\:my-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .desktop\:my-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .desktop\:my-3 {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .desktop\:my-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .desktop\:my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .desktop\:my-7 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }

  .desktop\:my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .desktop\:my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .desktop\:my-11 {
    margin-top: 11px !important;
    margin-bottom: 11px !important;
  }

  .desktop\:my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .desktop\:my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .desktop\:my-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  .desktop\:my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .desktop\:my-22 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
  }

  .desktop\:my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .desktop\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .desktop\:my-26 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
  }

  .desktop\:my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .desktop\:my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .desktop\:my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .desktop\:my-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }

  .desktop\:my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }

  .desktop\:my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .desktop\:my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .desktop\:my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .desktop\:my-54 {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }

  .desktop\:my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }

  .desktop\:my-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .desktop\:my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .desktop\:my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }

  .desktop\:my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .desktop\:my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }

  .desktop\:my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .desktop\:my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }

  .desktop\:my-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .desktop\:my-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .desktop\:my-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .desktop\:my-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }

  .desktop\:my-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }

  .desktop\:my-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .desktop\:my-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }

  .desktop\:my-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }

  .desktop\:my-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .desktop\:my-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .desktop\:my-275 {
    margin-top: 275px !important;
    margin-bottom: 275px !important;
  }

  .desktop\:my-300 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }

  .desktop\:my-375 {
    margin-top: 375px !important;
    margin-bottom: 375px !important;
  }

  .desktop\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .desktop\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .desktop\:-my-1 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .desktop\:-my-2 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .desktop\:-my-3 {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .desktop\:-my-4 {
    margin-top: -4px !important;
    margin-bottom: -4px !important;
  }

  .desktop\:-my-5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .desktop\:-my-7 {
    margin-top: -7px !important;
    margin-bottom: -7px !important;
  }

  .desktop\:-my-8 {
    margin-top: -8px !important;
    margin-bottom: -8px !important;
  }

  .desktop\:-my-10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .desktop\:-my-11 {
    margin-top: -11px !important;
    margin-bottom: -11px !important;
  }

  .desktop\:-my-12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }

  .desktop\:-my-15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .desktop\:-my-18 {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }

  .desktop\:-my-20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .desktop\:-my-22 {
    margin-top: -22px !important;
    margin-bottom: -22px !important;
  }

  .desktop\:-my-24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }

  .desktop\:-my-25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .desktop\:-my-26 {
    margin-top: -26px !important;
    margin-bottom: -26px !important;
  }

  .desktop\:-my-28 {
    margin-top: -28px !important;
    margin-bottom: -28px !important;
  }

  .desktop\:-my-30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .desktop\:-my-32 {
    margin-top: -32px !important;
    margin-bottom: -32px !important;
  }

  .desktop\:-my-34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }

  .desktop\:-my-35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }

  .desktop\:-my-40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }

  .desktop\:-my-45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }

  .desktop\:-my-50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .desktop\:-my-54 {
    margin-top: -54px !important;
    margin-bottom: -54px !important;
  }

  .desktop\:-my-55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }

  .desktop\:-my-56 {
    margin-top: -56px !important;
    margin-bottom: -56px !important;
  }

  .desktop\:-my-60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .desktop\:-my-65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }

  .desktop\:-my-70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }

  .desktop\:-my-75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }

  .desktop\:-my-80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }

  .desktop\:-my-85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }

  .desktop\:-my-90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }

  .desktop\:-my-100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }

  .desktop\:-my-120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .desktop\:-my-125 {
    margin-top: -125px !important;
    margin-bottom: -125px !important;
  }

  .desktop\:-my-130 {
    margin-top: -130px !important;
    margin-bottom: -130px !important;
  }

  .desktop\:-my-140 {
    margin-top: -140px !important;
    margin-bottom: -140px !important;
  }

  .desktop\:-my-150 {
    margin-top: -150px !important;
    margin-bottom: -150px !important;
  }

  .desktop\:-my-175 {
    margin-top: -175px !important;
    margin-bottom: -175px !important;
  }

  .desktop\:-my-200 {
    margin-top: -200px !important;
    margin-bottom: -200px !important;
  }

  .desktop\:-my-220 {
    margin-top: -220px !important;
    margin-bottom: -220px !important;
  }

  .desktop\:-my-275 {
    margin-top: -275px !important;
    margin-bottom: -275px !important;
  }

  .desktop\:-my-300 {
    margin-top: -300px !important;
    margin-bottom: -300px !important;
  }

  .desktop\:-my-375 {
    margin-top: -375px !important;
    margin-bottom: -375px !important;
  }

  .desktop\:mt-0 {
    margin-top: 0px !important;
  }

  .desktop\:mt-1 {
    margin-top: 4px !important;
  }

  .desktop\:mt-2 {
    margin-top: 8px !important;
  }

  .desktop\:mt-3 {
    margin-top: 3px !important;
  }

  .desktop\:mt-4 {
    margin-top: 4px !important;
  }

  .desktop\:mt-5 {
    margin-top: 5px !important;
  }

  .desktop\:mt-7 {
    margin-top: 7px !important;
  }

  .desktop\:mt-8 {
    margin-top: 8px !important;
  }

  .desktop\:mt-10 {
    margin-top: 10px !important;
  }

  .desktop\:mt-11 {
    margin-top: 11px !important;
  }

  .desktop\:mt-12 {
    margin-top: 12px !important;
  }

  .desktop\:mt-15 {
    margin-top: 15px !important;
  }

  .desktop\:mt-18 {
    margin-top: 18px !important;
  }

  .desktop\:mt-20 {
    margin-top: 20px !important;
  }

  .desktop\:mt-22 {
    margin-top: 22px !important;
  }

  .desktop\:mt-24 {
    margin-top: 24px !important;
  }

  .desktop\:mt-25 {
    margin-top: 25px !important;
  }

  .desktop\:mt-26 {
    margin-top: 26px !important;
  }

  .desktop\:mt-28 {
    margin-top: 28px !important;
  }

  .desktop\:mt-30 {
    margin-top: 30px !important;
  }

  .desktop\:mt-32 {
    margin-top: 32px !important;
  }

  .desktop\:mt-34 {
    margin-top: 34px !important;
  }

  .desktop\:mt-35 {
    margin-top: 35px !important;
  }

  .desktop\:mt-40 {
    margin-top: 40px !important;
  }

  .desktop\:mt-45 {
    margin-top: 45px !important;
  }

  .desktop\:mt-50 {
    margin-top: 50px !important;
  }

  .desktop\:mt-54 {
    margin-top: 54px !important;
  }

  .desktop\:mt-55 {
    margin-top: 55px !important;
  }

  .desktop\:mt-56 {
    margin-top: 56px !important;
  }

  .desktop\:mt-60 {
    margin-top: 60px !important;
  }

  .desktop\:mt-65 {
    margin-top: 65px !important;
  }

  .desktop\:mt-70 {
    margin-top: 70px !important;
  }

  .desktop\:mt-75 {
    margin-top: 75px !important;
  }

  .desktop\:mt-80 {
    margin-top: 80px !important;
  }

  .desktop\:mt-85 {
    margin-top: 85px !important;
  }

  .desktop\:mt-90 {
    margin-top: 90px !important;
  }

  .desktop\:mt-100 {
    margin-top: 100px !important;
  }

  .desktop\:mt-120 {
    margin-top: 120px !important;
  }

  .desktop\:mt-125 {
    margin-top: 125px !important;
  }

  .desktop\:mt-130 {
    margin-top: 130px !important;
  }

  .desktop\:mt-140 {
    margin-top: 140px !important;
  }

  .desktop\:mt-150 {
    margin-top: 150px !important;
  }

  .desktop\:mt-175 {
    margin-top: 175px !important;
  }

  .desktop\:mt-200 {
    margin-top: 200px !important;
  }

  .desktop\:mt-220 {
    margin-top: 220px !important;
  }

  .desktop\:mt-275 {
    margin-top: 275px !important;
  }

  .desktop\:mt-300 {
    margin-top: 300px !important;
  }

  .desktop\:mt-375 {
    margin-top: 375px !important;
  }

  .desktop\:mt-auto {
    margin-top: auto !important;
  }

  .desktop\:-mt-0 {
    margin-top: 0px !important;
  }

  .desktop\:-mt-1 {
    margin-top: -4px !important;
  }

  .desktop\:-mt-2 {
    margin-top: -8px !important;
  }

  .desktop\:-mt-3 {
    margin-top: -3px !important;
  }

  .desktop\:-mt-4 {
    margin-top: -4px !important;
  }

  .desktop\:-mt-5 {
    margin-top: -5px !important;
  }

  .desktop\:-mt-7 {
    margin-top: -7px !important;
  }

  .desktop\:-mt-8 {
    margin-top: -8px !important;
  }

  .desktop\:-mt-10 {
    margin-top: -10px !important;
  }

  .desktop\:-mt-11 {
    margin-top: -11px !important;
  }

  .desktop\:-mt-12 {
    margin-top: -12px !important;
  }

  .desktop\:-mt-15 {
    margin-top: -15px !important;
  }

  .desktop\:-mt-18 {
    margin-top: -18px !important;
  }

  .desktop\:-mt-20 {
    margin-top: -20px !important;
  }

  .desktop\:-mt-22 {
    margin-top: -22px !important;
  }

  .desktop\:-mt-24 {
    margin-top: -24px !important;
  }

  .desktop\:-mt-25 {
    margin-top: -25px !important;
  }

  .desktop\:-mt-26 {
    margin-top: -26px !important;
  }

  .desktop\:-mt-28 {
    margin-top: -28px !important;
  }

  .desktop\:-mt-30 {
    margin-top: -30px !important;
  }

  .desktop\:-mt-32 {
    margin-top: -32px !important;
  }

  .desktop\:-mt-34 {
    margin-top: -34px !important;
  }

  .desktop\:-mt-35 {
    margin-top: -35px !important;
  }

  .desktop\:-mt-40 {
    margin-top: -40px !important;
  }

  .desktop\:-mt-45 {
    margin-top: -45px !important;
  }

  .desktop\:-mt-50 {
    margin-top: -50px !important;
  }

  .desktop\:-mt-54 {
    margin-top: -54px !important;
  }

  .desktop\:-mt-55 {
    margin-top: -55px !important;
  }

  .desktop\:-mt-56 {
    margin-top: -56px !important;
  }

  .desktop\:-mt-60 {
    margin-top: -60px !important;
  }

  .desktop\:-mt-65 {
    margin-top: -65px !important;
  }

  .desktop\:-mt-70 {
    margin-top: -70px !important;
  }

  .desktop\:-mt-75 {
    margin-top: -75px !important;
  }

  .desktop\:-mt-80 {
    margin-top: -80px !important;
  }

  .desktop\:-mt-85 {
    margin-top: -85px !important;
  }

  .desktop\:-mt-90 {
    margin-top: -90px !important;
  }

  .desktop\:-mt-100 {
    margin-top: -100px !important;
  }

  .desktop\:-mt-120 {
    margin-top: -120px !important;
  }

  .desktop\:-mt-125 {
    margin-top: -125px !important;
  }

  .desktop\:-mt-130 {
    margin-top: -130px !important;
  }

  .desktop\:-mt-140 {
    margin-top: -140px !important;
  }

  .desktop\:-mt-150 {
    margin-top: -150px !important;
  }

  .desktop\:-mt-175 {
    margin-top: -175px !important;
  }

  .desktop\:-mt-200 {
    margin-top: -200px !important;
  }

  .desktop\:-mt-220 {
    margin-top: -220px !important;
  }

  .desktop\:-mt-275 {
    margin-top: -275px !important;
  }

  .desktop\:-mt-300 {
    margin-top: -300px !important;
  }

  .desktop\:-mt-375 {
    margin-top: -375px !important;
  }

  .desktop\:mr-0 {
    margin-right: 0px !important;
  }

  .desktop\:mr-1 {
    margin-right: 4px !important;
  }

  .desktop\:mr-2 {
    margin-right: 8px !important;
  }

  .desktop\:mr-3 {
    margin-right: 3px !important;
  }

  .desktop\:mr-4 {
    margin-right: 4px !important;
  }

  .desktop\:mr-5 {
    margin-right: 5px !important;
  }

  .desktop\:mr-7 {
    margin-right: 7px !important;
  }

  .desktop\:mr-8 {
    margin-right: 8px !important;
  }

  .desktop\:mr-10 {
    margin-right: 10px !important;
  }

  .desktop\:mr-11 {
    margin-right: 11px !important;
  }

  .desktop\:mr-12 {
    margin-right: 12px !important;
  }

  .desktop\:mr-15 {
    margin-right: 15px !important;
  }

  .desktop\:mr-18 {
    margin-right: 18px !important;
  }

  .desktop\:mr-20 {
    margin-right: 20px !important;
  }

  .desktop\:mr-22 {
    margin-right: 22px !important;
  }

  .desktop\:mr-24 {
    margin-right: 24px !important;
  }

  .desktop\:mr-25 {
    margin-right: 25px !important;
  }

  .desktop\:mr-26 {
    margin-right: 26px !important;
  }

  .desktop\:mr-28 {
    margin-right: 28px !important;
  }

  .desktop\:mr-30 {
    margin-right: 30px !important;
  }

  .desktop\:mr-32 {
    margin-right: 32px !important;
  }

  .desktop\:mr-34 {
    margin-right: 34px !important;
  }

  .desktop\:mr-35 {
    margin-right: 35px !important;
  }

  .desktop\:mr-40 {
    margin-right: 40px !important;
  }

  .desktop\:mr-45 {
    margin-right: 45px !important;
  }

  .desktop\:mr-50 {
    margin-right: 50px !important;
  }

  .desktop\:mr-54 {
    margin-right: 54px !important;
  }

  .desktop\:mr-55 {
    margin-right: 55px !important;
  }

  .desktop\:mr-56 {
    margin-right: 56px !important;
  }

  .desktop\:mr-60 {
    margin-right: 60px !important;
  }

  .desktop\:mr-65 {
    margin-right: 65px !important;
  }

  .desktop\:mr-70 {
    margin-right: 70px !important;
  }

  .desktop\:mr-75 {
    margin-right: 75px !important;
  }

  .desktop\:mr-80 {
    margin-right: 80px !important;
  }

  .desktop\:mr-85 {
    margin-right: 85px !important;
  }

  .desktop\:mr-90 {
    margin-right: 90px !important;
  }

  .desktop\:mr-100 {
    margin-right: 100px !important;
  }

  .desktop\:mr-120 {
    margin-right: 120px !important;
  }

  .desktop\:mr-125 {
    margin-right: 125px !important;
  }

  .desktop\:mr-130 {
    margin-right: 130px !important;
  }

  .desktop\:mr-140 {
    margin-right: 140px !important;
  }

  .desktop\:mr-150 {
    margin-right: 150px !important;
  }

  .desktop\:mr-175 {
    margin-right: 175px !important;
  }

  .desktop\:mr-200 {
    margin-right: 200px !important;
  }

  .desktop\:mr-220 {
    margin-right: 220px !important;
  }

  .desktop\:mr-275 {
    margin-right: 275px !important;
  }

  .desktop\:mr-300 {
    margin-right: 300px !important;
  }

  .desktop\:mr-375 {
    margin-right: 375px !important;
  }

  .desktop\:mr-auto {
    margin-right: auto !important;
  }

  .desktop\:-mr-0 {
    margin-right: 0px !important;
  }

  .desktop\:-mr-1 {
    margin-right: -4px !important;
  }

  .desktop\:-mr-2 {
    margin-right: -8px !important;
  }

  .desktop\:-mr-3 {
    margin-right: -3px !important;
  }

  .desktop\:-mr-4 {
    margin-right: -4px !important;
  }

  .desktop\:-mr-5 {
    margin-right: -5px !important;
  }

  .desktop\:-mr-7 {
    margin-right: -7px !important;
  }

  .desktop\:-mr-8 {
    margin-right: -8px !important;
  }

  .desktop\:-mr-10 {
    margin-right: -10px !important;
  }

  .desktop\:-mr-11 {
    margin-right: -11px !important;
  }

  .desktop\:-mr-12 {
    margin-right: -12px !important;
  }

  .desktop\:-mr-15 {
    margin-right: -15px !important;
  }

  .desktop\:-mr-18 {
    margin-right: -18px !important;
  }

  .desktop\:-mr-20 {
    margin-right: -20px !important;
  }

  .desktop\:-mr-22 {
    margin-right: -22px !important;
  }

  .desktop\:-mr-24 {
    margin-right: -24px !important;
  }

  .desktop\:-mr-25 {
    margin-right: -25px !important;
  }

  .desktop\:-mr-26 {
    margin-right: -26px !important;
  }

  .desktop\:-mr-28 {
    margin-right: -28px !important;
  }

  .desktop\:-mr-30 {
    margin-right: -30px !important;
  }

  .desktop\:-mr-32 {
    margin-right: -32px !important;
  }

  .desktop\:-mr-34 {
    margin-right: -34px !important;
  }

  .desktop\:-mr-35 {
    margin-right: -35px !important;
  }

  .desktop\:-mr-40 {
    margin-right: -40px !important;
  }

  .desktop\:-mr-45 {
    margin-right: -45px !important;
  }

  .desktop\:-mr-50 {
    margin-right: -50px !important;
  }

  .desktop\:-mr-54 {
    margin-right: -54px !important;
  }

  .desktop\:-mr-55 {
    margin-right: -55px !important;
  }

  .desktop\:-mr-56 {
    margin-right: -56px !important;
  }

  .desktop\:-mr-60 {
    margin-right: -60px !important;
  }

  .desktop\:-mr-65 {
    margin-right: -65px !important;
  }

  .desktop\:-mr-70 {
    margin-right: -70px !important;
  }

  .desktop\:-mr-75 {
    margin-right: -75px !important;
  }

  .desktop\:-mr-80 {
    margin-right: -80px !important;
  }

  .desktop\:-mr-85 {
    margin-right: -85px !important;
  }

  .desktop\:-mr-90 {
    margin-right: -90px !important;
  }

  .desktop\:-mr-100 {
    margin-right: -100px !important;
  }

  .desktop\:-mr-120 {
    margin-right: -120px !important;
  }

  .desktop\:-mr-125 {
    margin-right: -125px !important;
  }

  .desktop\:-mr-130 {
    margin-right: -130px !important;
  }

  .desktop\:-mr-140 {
    margin-right: -140px !important;
  }

  .desktop\:-mr-150 {
    margin-right: -150px !important;
  }

  .desktop\:-mr-175 {
    margin-right: -175px !important;
  }

  .desktop\:-mr-200 {
    margin-right: -200px !important;
  }

  .desktop\:-mr-220 {
    margin-right: -220px !important;
  }

  .desktop\:-mr-275 {
    margin-right: -275px !important;
  }

  .desktop\:-mr-300 {
    margin-right: -300px !important;
  }

  .desktop\:-mr-375 {
    margin-right: -375px !important;
  }

  .desktop\:mb-0 {
    margin-bottom: 0px !important;
  }

  .desktop\:mb-1 {
    margin-bottom: 4px !important;
  }

  .desktop\:mb-2 {
    margin-bottom: 8px !important;
  }

  .desktop\:mb-3 {
    margin-bottom: 3px !important;
  }

  .desktop\:mb-4 {
    margin-bottom: 4px !important;
  }

  .desktop\:mb-5 {
    margin-bottom: 5px !important;
  }

  .desktop\:mb-7 {
    margin-bottom: 7px !important;
  }

  .desktop\:mb-8 {
    margin-bottom: 8px !important;
  }

  .desktop\:mb-10 {
    margin-bottom: 10px !important;
  }

  .desktop\:mb-11 {
    margin-bottom: 11px !important;
  }

  .desktop\:mb-12 {
    margin-bottom: 12px !important;
  }

  .desktop\:mb-15 {
    margin-bottom: 15px !important;
  }

  .desktop\:mb-18 {
    margin-bottom: 18px !important;
  }

  .desktop\:mb-20 {
    margin-bottom: 20px !important;
  }

  .desktop\:mb-22 {
    margin-bottom: 22px !important;
  }

  .desktop\:mb-24 {
    margin-bottom: 24px !important;
  }

  .desktop\:mb-25 {
    margin-bottom: 25px !important;
  }

  .desktop\:mb-26 {
    margin-bottom: 26px !important;
  }

  .desktop\:mb-28 {
    margin-bottom: 28px !important;
  }

  .desktop\:mb-30 {
    margin-bottom: 30px !important;
  }

  .desktop\:mb-32 {
    margin-bottom: 32px !important;
  }

  .desktop\:mb-34 {
    margin-bottom: 34px !important;
  }

  .desktop\:mb-35 {
    margin-bottom: 35px !important;
  }

  .desktop\:mb-40 {
    margin-bottom: 40px !important;
  }

  .desktop\:mb-45 {
    margin-bottom: 45px !important;
  }

  .desktop\:mb-50 {
    margin-bottom: 50px !important;
  }

  .desktop\:mb-54 {
    margin-bottom: 54px !important;
  }

  .desktop\:mb-55 {
    margin-bottom: 55px !important;
  }

  .desktop\:mb-56 {
    margin-bottom: 56px !important;
  }

  .desktop\:mb-60 {
    margin-bottom: 60px !important;
  }

  .desktop\:mb-65 {
    margin-bottom: 65px !important;
  }

  .desktop\:mb-70 {
    margin-bottom: 70px !important;
  }

  .desktop\:mb-75 {
    margin-bottom: 75px !important;
  }

  .desktop\:mb-80 {
    margin-bottom: 80px !important;
  }

  .desktop\:mb-85 {
    margin-bottom: 85px !important;
  }

  .desktop\:mb-90 {
    margin-bottom: 90px !important;
  }

  .desktop\:mb-100 {
    margin-bottom: 100px !important;
  }

  .desktop\:mb-120 {
    margin-bottom: 120px !important;
  }

  .desktop\:mb-125 {
    margin-bottom: 125px !important;
  }

  .desktop\:mb-130 {
    margin-bottom: 130px !important;
  }

  .desktop\:mb-140 {
    margin-bottom: 140px !important;
  }

  .desktop\:mb-150 {
    margin-bottom: 150px !important;
  }

  .desktop\:mb-175 {
    margin-bottom: 175px !important;
  }

  .desktop\:mb-200 {
    margin-bottom: 200px !important;
  }

  .desktop\:mb-220 {
    margin-bottom: 220px !important;
  }

  .desktop\:mb-275 {
    margin-bottom: 275px !important;
  }

  .desktop\:mb-300 {
    margin-bottom: 300px !important;
  }

  .desktop\:mb-375 {
    margin-bottom: 375px !important;
  }

  .desktop\:mb-auto {
    margin-bottom: auto !important;
  }

  .desktop\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .desktop\:-mb-1 {
    margin-bottom: -4px !important;
  }

  .desktop\:-mb-2 {
    margin-bottom: -8px !important;
  }

  .desktop\:-mb-3 {
    margin-bottom: -3px !important;
  }

  .desktop\:-mb-4 {
    margin-bottom: -4px !important;
  }

  .desktop\:-mb-5 {
    margin-bottom: -5px !important;
  }

  .desktop\:-mb-7 {
    margin-bottom: -7px !important;
  }

  .desktop\:-mb-8 {
    margin-bottom: -8px !important;
  }

  .desktop\:-mb-10 {
    margin-bottom: -10px !important;
  }

  .desktop\:-mb-11 {
    margin-bottom: -11px !important;
  }

  .desktop\:-mb-12 {
    margin-bottom: -12px !important;
  }

  .desktop\:-mb-15 {
    margin-bottom: -15px !important;
  }

  .desktop\:-mb-18 {
    margin-bottom: -18px !important;
  }

  .desktop\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .desktop\:-mb-22 {
    margin-bottom: -22px !important;
  }

  .desktop\:-mb-24 {
    margin-bottom: -24px !important;
  }

  .desktop\:-mb-25 {
    margin-bottom: -25px !important;
  }

  .desktop\:-mb-26 {
    margin-bottom: -26px !important;
  }

  .desktop\:-mb-28 {
    margin-bottom: -28px !important;
  }

  .desktop\:-mb-30 {
    margin-bottom: -30px !important;
  }

  .desktop\:-mb-32 {
    margin-bottom: -32px !important;
  }

  .desktop\:-mb-34 {
    margin-bottom: -34px !important;
  }

  .desktop\:-mb-35 {
    margin-bottom: -35px !important;
  }

  .desktop\:-mb-40 {
    margin-bottom: -40px !important;
  }

  .desktop\:-mb-45 {
    margin-bottom: -45px !important;
  }

  .desktop\:-mb-50 {
    margin-bottom: -50px !important;
  }

  .desktop\:-mb-54 {
    margin-bottom: -54px !important;
  }

  .desktop\:-mb-55 {
    margin-bottom: -55px !important;
  }

  .desktop\:-mb-56 {
    margin-bottom: -56px !important;
  }

  .desktop\:-mb-60 {
    margin-bottom: -60px !important;
  }

  .desktop\:-mb-65 {
    margin-bottom: -65px !important;
  }

  .desktop\:-mb-70 {
    margin-bottom: -70px !important;
  }

  .desktop\:-mb-75 {
    margin-bottom: -75px !important;
  }

  .desktop\:-mb-80 {
    margin-bottom: -80px !important;
  }

  .desktop\:-mb-85 {
    margin-bottom: -85px !important;
  }

  .desktop\:-mb-90 {
    margin-bottom: -90px !important;
  }

  .desktop\:-mb-100 {
    margin-bottom: -100px !important;
  }

  .desktop\:-mb-120 {
    margin-bottom: -120px !important;
  }

  .desktop\:-mb-125 {
    margin-bottom: -125px !important;
  }

  .desktop\:-mb-130 {
    margin-bottom: -130px !important;
  }

  .desktop\:-mb-140 {
    margin-bottom: -140px !important;
  }

  .desktop\:-mb-150 {
    margin-bottom: -150px !important;
  }

  .desktop\:-mb-175 {
    margin-bottom: -175px !important;
  }

  .desktop\:-mb-200 {
    margin-bottom: -200px !important;
  }

  .desktop\:-mb-220 {
    margin-bottom: -220px !important;
  }

  .desktop\:-mb-275 {
    margin-bottom: -275px !important;
  }

  .desktop\:-mb-300 {
    margin-bottom: -300px !important;
  }

  .desktop\:-mb-375 {
    margin-bottom: -375px !important;
  }

  .desktop\:ml-0 {
    margin-left: 0px !important;
  }

  .desktop\:ml-1 {
    margin-left: 4px !important;
  }

  .desktop\:ml-2 {
    margin-left: 8px !important;
  }

  .desktop\:ml-3 {
    margin-left: 3px !important;
  }

  .desktop\:ml-4 {
    margin-left: 4px !important;
  }

  .desktop\:ml-5 {
    margin-left: 5px !important;
  }

  .desktop\:ml-7 {
    margin-left: 7px !important;
  }

  .desktop\:ml-8 {
    margin-left: 8px !important;
  }

  .desktop\:ml-10 {
    margin-left: 10px !important;
  }

  .desktop\:ml-11 {
    margin-left: 11px !important;
  }

  .desktop\:ml-12 {
    margin-left: 12px !important;
  }

  .desktop\:ml-15 {
    margin-left: 15px !important;
  }

  .desktop\:ml-18 {
    margin-left: 18px !important;
  }

  .desktop\:ml-20 {
    margin-left: 20px !important;
  }

  .desktop\:ml-22 {
    margin-left: 22px !important;
  }

  .desktop\:ml-24 {
    margin-left: 24px !important;
  }

  .desktop\:ml-25 {
    margin-left: 25px !important;
  }

  .desktop\:ml-26 {
    margin-left: 26px !important;
  }

  .desktop\:ml-28 {
    margin-left: 28px !important;
  }

  .desktop\:ml-30 {
    margin-left: 30px !important;
  }

  .desktop\:ml-32 {
    margin-left: 32px !important;
  }

  .desktop\:ml-34 {
    margin-left: 34px !important;
  }

  .desktop\:ml-35 {
    margin-left: 35px !important;
  }

  .desktop\:ml-40 {
    margin-left: 40px !important;
  }

  .desktop\:ml-45 {
    margin-left: 45px !important;
  }

  .desktop\:ml-50 {
    margin-left: 50px !important;
  }

  .desktop\:ml-54 {
    margin-left: 54px !important;
  }

  .desktop\:ml-55 {
    margin-left: 55px !important;
  }

  .desktop\:ml-56 {
    margin-left: 56px !important;
  }

  .desktop\:ml-60 {
    margin-left: 60px !important;
  }

  .desktop\:ml-65 {
    margin-left: 65px !important;
  }

  .desktop\:ml-70 {
    margin-left: 70px !important;
  }

  .desktop\:ml-75 {
    margin-left: 75px !important;
  }

  .desktop\:ml-80 {
    margin-left: 80px !important;
  }

  .desktop\:ml-85 {
    margin-left: 85px !important;
  }

  .desktop\:ml-90 {
    margin-left: 90px !important;
  }

  .desktop\:ml-100 {
    margin-left: 100px !important;
  }

  .desktop\:ml-120 {
    margin-left: 120px !important;
  }

  .desktop\:ml-125 {
    margin-left: 125px !important;
  }

  .desktop\:ml-130 {
    margin-left: 130px !important;
  }

  .desktop\:ml-140 {
    margin-left: 140px !important;
  }

  .desktop\:ml-150 {
    margin-left: 150px !important;
  }

  .desktop\:ml-175 {
    margin-left: 175px !important;
  }

  .desktop\:ml-200 {
    margin-left: 200px !important;
  }

  .desktop\:ml-220 {
    margin-left: 220px !important;
  }

  .desktop\:ml-275 {
    margin-left: 275px !important;
  }

  .desktop\:ml-300 {
    margin-left: 300px !important;
  }

  .desktop\:ml-375 {
    margin-left: 375px !important;
  }

  .desktop\:ml-auto {
    margin-left: auto !important;
  }

  .desktop\:-ml-0 {
    margin-left: 0px !important;
  }

  .desktop\:-ml-1 {
    margin-left: -4px !important;
  }

  .desktop\:-ml-2 {
    margin-left: -8px !important;
  }

  .desktop\:-ml-3 {
    margin-left: -3px !important;
  }

  .desktop\:-ml-4 {
    margin-left: -4px !important;
  }

  .desktop\:-ml-5 {
    margin-left: -5px !important;
  }

  .desktop\:-ml-7 {
    margin-left: -7px !important;
  }

  .desktop\:-ml-8 {
    margin-left: -8px !important;
  }

  .desktop\:-ml-10 {
    margin-left: -10px !important;
  }

  .desktop\:-ml-11 {
    margin-left: -11px !important;
  }

  .desktop\:-ml-12 {
    margin-left: -12px !important;
  }

  .desktop\:-ml-15 {
    margin-left: -15px !important;
  }

  .desktop\:-ml-18 {
    margin-left: -18px !important;
  }

  .desktop\:-ml-20 {
    margin-left: -20px !important;
  }

  .desktop\:-ml-22 {
    margin-left: -22px !important;
  }

  .desktop\:-ml-24 {
    margin-left: -24px !important;
  }

  .desktop\:-ml-25 {
    margin-left: -25px !important;
  }

  .desktop\:-ml-26 {
    margin-left: -26px !important;
  }

  .desktop\:-ml-28 {
    margin-left: -28px !important;
  }

  .desktop\:-ml-30 {
    margin-left: -30px !important;
  }

  .desktop\:-ml-32 {
    margin-left: -32px !important;
  }

  .desktop\:-ml-34 {
    margin-left: -34px !important;
  }

  .desktop\:-ml-35 {
    margin-left: -35px !important;
  }

  .desktop\:-ml-40 {
    margin-left: -40px !important;
  }

  .desktop\:-ml-45 {
    margin-left: -45px !important;
  }

  .desktop\:-ml-50 {
    margin-left: -50px !important;
  }

  .desktop\:-ml-54 {
    margin-left: -54px !important;
  }

  .desktop\:-ml-55 {
    margin-left: -55px !important;
  }

  .desktop\:-ml-56 {
    margin-left: -56px !important;
  }

  .desktop\:-ml-60 {
    margin-left: -60px !important;
  }

  .desktop\:-ml-65 {
    margin-left: -65px !important;
  }

  .desktop\:-ml-70 {
    margin-left: -70px !important;
  }

  .desktop\:-ml-75 {
    margin-left: -75px !important;
  }

  .desktop\:-ml-80 {
    margin-left: -80px !important;
  }

  .desktop\:-ml-85 {
    margin-left: -85px !important;
  }

  .desktop\:-ml-90 {
    margin-left: -90px !important;
  }

  .desktop\:-ml-100 {
    margin-left: -100px !important;
  }

  .desktop\:-ml-120 {
    margin-left: -120px !important;
  }

  .desktop\:-ml-125 {
    margin-left: -125px !important;
  }

  .desktop\:-ml-130 {
    margin-left: -130px !important;
  }

  .desktop\:-ml-140 {
    margin-left: -140px !important;
  }

  .desktop\:-ml-150 {
    margin-left: -150px !important;
  }

  .desktop\:-ml-175 {
    margin-left: -175px !important;
  }

  .desktop\:-ml-200 {
    margin-left: -200px !important;
  }

  .desktop\:-ml-220 {
    margin-left: -220px !important;
  }

  .desktop\:-ml-275 {
    margin-left: -275px !important;
  }

  .desktop\:-ml-300 {
    margin-left: -300px !important;
  }

  .desktop\:-ml-375 {
    margin-left: -375px !important;
  }

  .desktop\:box-border {
    box-sizing: border-box !important;
  }

  .desktop\:box-content {
    box-sizing: content-box !important;
  }

  .desktop\:block {
    display: block !important;
  }

  .desktop\:inline-block {
    display: inline-block !important;
  }

  .desktop\:inline {
    display: inline !important;
  }

  .desktop\:flex {
    display: flex !important;
  }

  .desktop\:inline-flex {
    display: inline-flex !important;
  }

  .desktop\:table {
    display: table !important;
  }

  .desktop\:inline-table {
    display: inline-table !important;
  }

  .desktop\:table-caption {
    display: table-caption !important;
  }

  .desktop\:table-cell {
    display: table-cell !important;
  }

  .desktop\:table-column {
    display: table-column !important;
  }

  .desktop\:table-column-group {
    display: table-column-group !important;
  }

  .desktop\:table-footer-group {
    display: table-footer-group !important;
  }

  .desktop\:table-header-group {
    display: table-header-group !important;
  }

  .desktop\:table-row-group {
    display: table-row-group !important;
  }

  .desktop\:table-row {
    display: table-row !important;
  }

  .desktop\:flow-root {
    display: flow-root !important;
  }

  .desktop\:grid {
    display: grid !important;
  }

  .desktop\:inline-grid {
    display: inline-grid !important;
  }

  .desktop\:contents {
    display: contents !important;
  }

  .desktop\:list-item {
    display: list-item !important;
  }

  .desktop\:hidden {
    display: none !important;
  }

  .desktop\:h-0 {
    height: 0px !important;
  }

  .desktop\:h-1 {
    height: 4px !important;
  }

  .desktop\:h-2 {
    height: 8px !important;
  }

  .desktop\:h-3 {
    height: 3px !important;
  }

  .desktop\:h-4 {
    height: 4px !important;
  }

  .desktop\:h-5 {
    height: 5px !important;
  }

  .desktop\:h-7 {
    height: 7px !important;
  }

  .desktop\:h-8 {
    height: 8px !important;
  }

  .desktop\:h-10 {
    height: 10px !important;
  }

  .desktop\:h-11 {
    height: 11px !important;
  }

  .desktop\:h-12 {
    height: 12px !important;
  }

  .desktop\:h-15 {
    height: 15px !important;
  }

  .desktop\:h-16 {
    height: 16px !important;
  }

  .desktop\:h-18 {
    height: 18px !important;
  }

  .desktop\:h-20 {
    height: 20px !important;
  }

  .desktop\:h-22 {
    height: 22px !important;
  }

  .desktop\:h-24 {
    height: 24px !important;
  }

  .desktop\:h-25 {
    height: 25px !important;
  }

  .desktop\:h-26 {
    height: 26px !important;
  }

  .desktop\:h-28 {
    height: 28px !important;
  }

  .desktop\:h-30 {
    height: 30px !important;
  }

  .desktop\:h-32 {
    height: 32px !important;
  }

  .desktop\:h-34 {
    height: 34px !important;
  }

  .desktop\:h-35 {
    height: 35px !important;
  }

  .desktop\:h-40 {
    height: 40px !important;
  }

  .desktop\:h-45 {
    height: 45px !important;
  }

  .desktop\:h-48 {
    height: 48px !important;
  }

  .desktop\:h-50 {
    height: 50px !important;
  }

  .desktop\:h-54 {
    height: 54px !important;
  }

  .desktop\:h-55 {
    height: 55px !important;
  }

  .desktop\:h-56 {
    height: 56px !important;
  }

  .desktop\:h-60 {
    height: 60px !important;
  }

  .desktop\:h-65 {
    height: 65px !important;
  }

  .desktop\:h-70 {
    height: 70px !important;
  }

  .desktop\:h-75 {
    height: 75px !important;
  }

  .desktop\:h-80 {
    height: 80px !important;
  }

  .desktop\:h-85 {
    height: 85px !important;
  }

  .desktop\:h-90 {
    height: 90px !important;
  }

  .desktop\:h-100 {
    height: 100px !important;
  }

  .desktop\:h-120 {
    height: 120px !important;
  }

  .desktop\:h-125 {
    height: 125px !important;
  }

  .desktop\:h-130 {
    height: 130px !important;
  }

  .desktop\:h-140 {
    height: 140px !important;
  }

  .desktop\:h-150 {
    height: 150px !important;
  }

  .desktop\:h-175 {
    height: 175px !important;
  }

  .desktop\:h-200 {
    height: 200px !important;
  }

  .desktop\:h-220 {
    height: 220px !important;
  }

  .desktop\:h-275 {
    height: 275px !important;
  }

  .desktop\:h-300 {
    height: 300px !important;
  }

  .desktop\:h-375 {
    height: 375px !important;
  }

  .desktop\:h-auto {
    height: auto !important;
  }

  .desktop\:h-1\/2 {
    height: 50% !important;
  }

  .desktop\:h-1\/3 {
    height: 33.333333% !important;
  }

  .desktop\:h-2\/3 {
    height: 66.666667% !important;
  }

  .desktop\:h-1\/4 {
    height: 25% !important;
  }

  .desktop\:h-2\/4 {
    height: 50% !important;
  }

  .desktop\:h-3\/4 {
    height: 75% !important;
  }

  .desktop\:h-1\/5 {
    height: 20% !important;
  }

  .desktop\:h-2\/5 {
    height: 40% !important;
  }

  .desktop\:h-3\/5 {
    height: 60% !important;
  }

  .desktop\:h-4\/5 {
    height: 80% !important;
  }

  .desktop\:h-1\/6 {
    height: 16.666667% !important;
  }

  .desktop\:h-2\/6 {
    height: 33.333333% !important;
  }

  .desktop\:h-3\/6 {
    height: 50% !important;
  }

  .desktop\:h-4\/6 {
    height: 66.666667% !important;
  }

  .desktop\:h-5\/6 {
    height: 83.333333% !important;
  }

  .desktop\:h-full {
    height: 100% !important;
  }

  .desktop\:h-screen {
    height: 100vh !important;
  }

  .desktop\:max-h-0 {
    max-height: 0px !important;
  }

  .desktop\:max-h-1 {
    max-height: 4px !important;
  }

  .desktop\:max-h-2 {
    max-height: 8px !important;
  }

  .desktop\:max-h-3 {
    max-height: 3px !important;
  }

  .desktop\:max-h-4 {
    max-height: 4px !important;
  }

  .desktop\:max-h-5 {
    max-height: 5px !important;
  }

  .desktop\:max-h-7 {
    max-height: 7px !important;
  }

  .desktop\:max-h-8 {
    max-height: 8px !important;
  }

  .desktop\:max-h-10 {
    max-height: 10px !important;
  }

  .desktop\:max-h-11 {
    max-height: 11px !important;
  }

  .desktop\:max-h-12 {
    max-height: 12px !important;
  }

  .desktop\:max-h-15 {
    max-height: 15px !important;
  }

  .desktop\:max-h-18 {
    max-height: 18px !important;
  }

  .desktop\:max-h-20 {
    max-height: 20px !important;
  }

  .desktop\:max-h-22 {
    max-height: 22px !important;
  }

  .desktop\:max-h-24 {
    max-height: 24px !important;
  }

  .desktop\:max-h-25 {
    max-height: 25px !important;
  }

  .desktop\:max-h-26 {
    max-height: 26px !important;
  }

  .desktop\:max-h-28 {
    max-height: 28px !important;
  }

  .desktop\:max-h-30 {
    max-height: 30px !important;
  }

  .desktop\:max-h-32 {
    max-height: 32px !important;
  }

  .desktop\:max-h-34 {
    max-height: 34px !important;
  }

  .desktop\:max-h-35 {
    max-height: 35px !important;
  }

  .desktop\:max-h-40 {
    max-height: 40px !important;
  }

  .desktop\:max-h-45 {
    max-height: 45px !important;
  }

  .desktop\:max-h-50 {
    max-height: 50px !important;
  }

  .desktop\:max-h-54 {
    max-height: 54px !important;
  }

  .desktop\:max-h-55 {
    max-height: 55px !important;
  }

  .desktop\:max-h-56 {
    max-height: 56px !important;
  }

  .desktop\:max-h-60 {
    max-height: 60px !important;
  }

  .desktop\:max-h-65 {
    max-height: 65px !important;
  }

  .desktop\:max-h-70 {
    max-height: 70px !important;
  }

  .desktop\:max-h-75 {
    max-height: 75px !important;
  }

  .desktop\:max-h-80 {
    max-height: 80px !important;
  }

  .desktop\:max-h-85 {
    max-height: 85px !important;
  }

  .desktop\:max-h-90 {
    max-height: 90px !important;
  }

  .desktop\:max-h-100 {
    max-height: 100px !important;
  }

  .desktop\:max-h-120 {
    max-height: 120px !important;
  }

  .desktop\:max-h-125 {
    max-height: 125px !important;
  }

  .desktop\:max-h-130 {
    max-height: 130px !important;
  }

  .desktop\:max-h-140 {
    max-height: 140px !important;
  }

  .desktop\:max-h-150 {
    max-height: 150px !important;
  }

  .desktop\:max-h-175 {
    max-height: 175px !important;
  }

  .desktop\:max-h-200 {
    max-height: 200px !important;
  }

  .desktop\:max-h-220 {
    max-height: 220px !important;
  }

  .desktop\:max-h-275 {
    max-height: 275px !important;
  }

  .desktop\:max-h-300 {
    max-height: 300px !important;
  }

  .desktop\:max-h-375 {
    max-height: 375px !important;
  }

  .desktop\:max-h-full {
    max-height: 100% !important;
  }

  .desktop\:max-h-screen {
    max-height: 100vh !important;
  }

  .desktop\:min-h-180 {
    min-height: 180px !important;
  }

  .desktop\:min-h-275 {
    min-height: 275px !important;
  }

  .desktop\:min-h-300 {
    min-height: 300px !important;
  }

  .desktop\:min-h-375 {
    min-height: 375px !important;
  }

  .desktop\:min-h-500 {
    min-height: 500px !important;
  }

  .desktop\:min-h-680 {
    min-height: 680px !important;
  }

  .desktop\:min-h-top {
    min-height: 48px !important;
  }

  .desktop\:min-h-logo {
    min-height: 72px !important;
  }

  .desktop\:min-h-screen {
    min-height: 100vh !important;
  }

  .desktop\:w-0 {
    width: 0px !important;
  }

  .desktop\:w-1 {
    width: 4px !important;
  }

  .desktop\:w-2 {
    width: 8px !important;
  }

  .desktop\:w-3 {
    width: 3px !important;
  }

  .desktop\:w-4 {
    width: 4px !important;
  }

  .desktop\:w-5 {
    width: 5px !important;
  }

  .desktop\:w-7 {
    width: 7px !important;
  }

  .desktop\:w-8 {
    width: 8px !important;
  }

  .desktop\:w-10 {
    width: 10px !important;
  }

  .desktop\:w-11 {
    width: 11px !important;
  }

  .desktop\:w-12 {
    width: 12px !important;
  }

  .desktop\:w-15 {
    width: 15px !important;
  }

  .desktop\:w-16 {
    width: 16px !important;
  }

  .desktop\:w-18 {
    width: 18px !important;
  }

  .desktop\:w-20 {
    width: 20px !important;
  }

  .desktop\:w-22 {
    width: 22px !important;
  }

  .desktop\:w-24 {
    width: 24px !important;
  }

  .desktop\:w-25 {
    width: 25px !important;
  }

  .desktop\:w-26 {
    width: 26px !important;
  }

  .desktop\:w-28 {
    width: 28px !important;
  }

  .desktop\:w-30 {
    width: 30px !important;
  }

  .desktop\:w-32 {
    width: 32px !important;
  }

  .desktop\:w-34 {
    width: 34px !important;
  }

  .desktop\:w-35 {
    width: 35px !important;
  }

  .desktop\:w-40 {
    width: 40px !important;
  }

  .desktop\:w-45 {
    width: 45px !important;
  }

  .desktop\:w-48 {
    width: 48px !important;
  }

  .desktop\:w-50 {
    width: 50px !important;
  }

  .desktop\:w-54 {
    width: 54px !important;
  }

  .desktop\:w-55 {
    width: 55px !important;
  }

  .desktop\:w-56 {
    width: 56px !important;
  }

  .desktop\:w-60 {
    width: 60px !important;
  }

  .desktop\:w-65 {
    width: 65px !important;
  }

  .desktop\:w-70 {
    width: 70px !important;
  }

  .desktop\:w-75 {
    width: 75px !important;
  }

  .desktop\:w-80 {
    width: 80px !important;
  }

  .desktop\:w-85 {
    width: 85px !important;
  }

  .desktop\:w-90 {
    width: 90px !important;
  }

  .desktop\:w-100 {
    width: 100px !important;
  }

  .desktop\:w-120 {
    width: 120px !important;
  }

  .desktop\:w-125 {
    width: 125px !important;
  }

  .desktop\:w-130 {
    width: 130px !important;
  }

  .desktop\:w-140 {
    width: 140px !important;
  }

  .desktop\:w-150 {
    width: 150px !important;
  }

  .desktop\:w-175 {
    width: 175px !important;
  }

  .desktop\:w-200 {
    width: 200px !important;
  }

  .desktop\:w-220 {
    width: 220px !important;
  }

  .desktop\:w-275 {
    width: 275px !important;
  }

  .desktop\:w-300 {
    width: 300px !important;
  }

  .desktop\:w-375 {
    width: 375px !important;
  }

  .desktop\:w-auto {
    width: auto !important;
  }

  .desktop\:w-1\/2 {
    width: 50% !important;
  }

  .desktop\:w-1\/3 {
    width: 33.333333% !important;
  }

  .desktop\:w-2\/3 {
    width: 66.666667% !important;
  }

  .desktop\:w-1\/4 {
    width: 25% !important;
  }

  .desktop\:w-2\/4 {
    width: 50% !important;
  }

  .desktop\:w-3\/4 {
    width: 75% !important;
  }

  .desktop\:w-1\/5 {
    width: 20% !important;
  }

  .desktop\:w-2\/5 {
    width: 40% !important;
  }

  .desktop\:w-3\/5 {
    width: 60% !important;
  }

  .desktop\:w-4\/5 {
    width: 80% !important;
  }

  .desktop\:w-1\/6 {
    width: 16.666667% !important;
  }

  .desktop\:w-2\/6 {
    width: 33.333333% !important;
  }

  .desktop\:w-3\/6 {
    width: 50% !important;
  }

  .desktop\:w-4\/6 {
    width: 66.666667% !important;
  }

  .desktop\:w-5\/6 {
    width: 83.333333% !important;
  }

  .desktop\:w-1\/12 {
    width: 8.333333% !important;
  }

  .desktop\:w-2\/12 {
    width: 16.666667% !important;
  }

  .desktop\:w-3\/12 {
    width: 25% !important;
  }

  .desktop\:w-4\/12 {
    width: 33.333333% !important;
  }

  .desktop\:w-5\/12 {
    width: 41.666667% !important;
  }

  .desktop\:w-6\/12 {
    width: 50% !important;
  }

  .desktop\:w-7\/12 {
    width: 58.333333% !important;
  }

  .desktop\:w-8\/12 {
    width: 66.666667% !important;
  }

  .desktop\:w-9\/12 {
    width: 75% !important;
  }

  .desktop\:w-10\/12 {
    width: 83.333333% !important;
  }

  .desktop\:w-11\/12 {
    width: 91.666667% !important;
  }

  .desktop\:w-full {
    width: 100% !important;
  }

  .desktop\:w-screen {
    width: 100vw !important;
  }

  .desktop\:w-min {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .desktop\:w-max {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .desktop\:min-w-64 {
    min-width: 64px !important;
  }

  .desktop\:max-w-150 {
    max-width: 150px !important;
  }

  .desktop\:max-w-165 {
    max-width: 165px !important;
  }

  .desktop\:max-w-200 {
    max-width: 200px !important;
  }

  .desktop\:max-w-350 {
    max-width: 350px !important;
  }

  .desktop\:max-w-400 {
    max-width: 400px !important;
  }

  .desktop\:max-w-440 {
    max-width: 440px !important;
  }

  .desktop\:max-w-500 {
    max-width: 500px !important;
  }

  .desktop\:max-w-550 {
    max-width: 550px !important;
  }

  .desktop\:max-w-600 {
    max-width: 600px !important;
  }

  .desktop\:max-w-710 {
    max-width: 710px !important;
  }

  .desktop\:max-w-900 {
    max-width: 900px !important;
  }

  .desktop\:max-w-1024 {
    max-width: 1024px !important;
  }

  .desktop\:max-w-1800 {
    max-width: 1800px !important;
  }

  .desktop\:flex-1 {
    flex: 1 1 0% !important;
  }

  .desktop\:flex-auto {
    flex: 1 1 auto !important;
  }

  .desktop\:flex-initial {
    flex: 0 1 auto !important;
  }

  .desktop\:flex-none {
    flex: none !important;
  }

  .desktop\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .desktop\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .desktop\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .desktop\:flex-grow {
    flex-grow: 1 !important;
  }

  .desktop\:table-auto {
    table-layout: auto !important;
  }

  .desktop\:table-fixed {
    table-layout: fixed !important;
  }

  .desktop\:border-collapse {
    border-collapse: collapse !important;
  }

  .desktop\:border-separate {
    border-collapse: separate !important;
  }

  .desktop\:origin-center {
    transform-origin: center !important;
  }

  .desktop\:origin-top {
    transform-origin: top !important;
  }

  .desktop\:origin-top-right {
    transform-origin: top right !important;
  }

  .desktop\:origin-right {
    transform-origin: right !important;
  }

  .desktop\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .desktop\:origin-bottom {
    transform-origin: bottom !important;
  }

  .desktop\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .desktop\:origin-left {
    transform-origin: left !important;
  }

  .desktop\:origin-top-left {
    transform-origin: top left !important;
  }

  .desktop\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .desktop\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    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)) !important;
  }

  .desktop\:transform-none {
    transform: none !important;
  }

  .desktop\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .desktop\:translate-x-1 {
    --tw-translate-x: 4px !important;
  }

  .desktop\:translate-x-2 {
    --tw-translate-x: 8px !important;
  }

  .desktop\:translate-x-3 {
    --tw-translate-x: 3px !important;
  }

  .desktop\:translate-x-4 {
    --tw-translate-x: 4px !important;
  }

  .desktop\:translate-x-5 {
    --tw-translate-x: 5px !important;
  }

  .desktop\:translate-x-7 {
    --tw-translate-x: 7px !important;
  }

  .desktop\:translate-x-8 {
    --tw-translate-x: 8px !important;
  }

  .desktop\:translate-x-10 {
    --tw-translate-x: 10px !important;
  }

  .desktop\:translate-x-11 {
    --tw-translate-x: 11px !important;
  }

  .desktop\:translate-x-12 {
    --tw-translate-x: 12px !important;
  }

  .desktop\:translate-x-15 {
    --tw-translate-x: 15px !important;
  }

  .desktop\:translate-x-18 {
    --tw-translate-x: 18px !important;
  }

  .desktop\:translate-x-20 {
    --tw-translate-x: 20px !important;
  }

  .desktop\:translate-x-22 {
    --tw-translate-x: 22px !important;
  }

  .desktop\:translate-x-24 {
    --tw-translate-x: 24px !important;
  }

  .desktop\:translate-x-25 {
    --tw-translate-x: 25px !important;
  }

  .desktop\:translate-x-26 {
    --tw-translate-x: 26px !important;
  }

  .desktop\:translate-x-28 {
    --tw-translate-x: 28px !important;
  }

  .desktop\:translate-x-30 {
    --tw-translate-x: 30px !important;
  }

  .desktop\:translate-x-32 {
    --tw-translate-x: 32px !important;
  }

  .desktop\:translate-x-34 {
    --tw-translate-x: 34px !important;
  }

  .desktop\:translate-x-35 {
    --tw-translate-x: 35px !important;
  }

  .desktop\:translate-x-40 {
    --tw-translate-x: 40px !important;
  }

  .desktop\:translate-x-45 {
    --tw-translate-x: 45px !important;
  }

  .desktop\:translate-x-50 {
    --tw-translate-x: 50px !important;
  }

  .desktop\:translate-x-54 {
    --tw-translate-x: 54px !important;
  }

  .desktop\:translate-x-55 {
    --tw-translate-x: 55px !important;
  }

  .desktop\:translate-x-56 {
    --tw-translate-x: 56px !important;
  }

  .desktop\:translate-x-60 {
    --tw-translate-x: 60px !important;
  }

  .desktop\:translate-x-65 {
    --tw-translate-x: 65px !important;
  }

  .desktop\:translate-x-70 {
    --tw-translate-x: 70px !important;
  }

  .desktop\:translate-x-75 {
    --tw-translate-x: 75px !important;
  }

  .desktop\:translate-x-80 {
    --tw-translate-x: 80px !important;
  }

  .desktop\:translate-x-85 {
    --tw-translate-x: 85px !important;
  }

  .desktop\:translate-x-90 {
    --tw-translate-x: 90px !important;
  }

  .desktop\:translate-x-100 {
    --tw-translate-x: 100px !important;
  }

  .desktop\:translate-x-120 {
    --tw-translate-x: 120px !important;
  }

  .desktop\:translate-x-125 {
    --tw-translate-x: 125px !important;
  }

  .desktop\:translate-x-130 {
    --tw-translate-x: 130px !important;
  }

  .desktop\:translate-x-140 {
    --tw-translate-x: 140px !important;
  }

  .desktop\:translate-x-150 {
    --tw-translate-x: 150px !important;
  }

  .desktop\:translate-x-175 {
    --tw-translate-x: 175px !important;
  }

  .desktop\:translate-x-200 {
    --tw-translate-x: 200px !important;
  }

  .desktop\:translate-x-220 {
    --tw-translate-x: 220px !important;
  }

  .desktop\:translate-x-275 {
    --tw-translate-x: 275px !important;
  }

  .desktop\:translate-x-300 {
    --tw-translate-x: 300px !important;
  }

  .desktop\:translate-x-375 {
    --tw-translate-x: 375px !important;
  }

  .desktop\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .desktop\:-translate-x-1 {
    --tw-translate-x: -4px !important;
  }

  .desktop\:-translate-x-2 {
    --tw-translate-x: -8px !important;
  }

  .desktop\:-translate-x-3 {
    --tw-translate-x: -3px !important;
  }

  .desktop\:-translate-x-4 {
    --tw-translate-x: -4px !important;
  }

  .desktop\:-translate-x-5 {
    --tw-translate-x: -5px !important;
  }

  .desktop\:-translate-x-7 {
    --tw-translate-x: -7px !important;
  }

  .desktop\:-translate-x-8 {
    --tw-translate-x: -8px !important;
  }

  .desktop\:-translate-x-10 {
    --tw-translate-x: -10px !important;
  }

  .desktop\:-translate-x-11 {
    --tw-translate-x: -11px !important;
  }

  .desktop\:-translate-x-12 {
    --tw-translate-x: -12px !important;
  }

  .desktop\:-translate-x-15 {
    --tw-translate-x: -15px !important;
  }

  .desktop\:-translate-x-18 {
    --tw-translate-x: -18px !important;
  }

  .desktop\:-translate-x-20 {
    --tw-translate-x: -20px !important;
  }

  .desktop\:-translate-x-22 {
    --tw-translate-x: -22px !important;
  }

  .desktop\:-translate-x-24 {
    --tw-translate-x: -24px !important;
  }

  .desktop\:-translate-x-25 {
    --tw-translate-x: -25px !important;
  }

  .desktop\:-translate-x-26 {
    --tw-translate-x: -26px !important;
  }

  .desktop\:-translate-x-28 {
    --tw-translate-x: -28px !important;
  }

  .desktop\:-translate-x-30 {
    --tw-translate-x: -30px !important;
  }

  .desktop\:-translate-x-32 {
    --tw-translate-x: -32px !important;
  }

  .desktop\:-translate-x-34 {
    --tw-translate-x: -34px !important;
  }

  .desktop\:-translate-x-35 {
    --tw-translate-x: -35px !important;
  }

  .desktop\:-translate-x-40 {
    --tw-translate-x: -40px !important;
  }

  .desktop\:-translate-x-45 {
    --tw-translate-x: -45px !important;
  }

  .desktop\:-translate-x-50 {
    --tw-translate-x: -50px !important;
  }

  .desktop\:-translate-x-54 {
    --tw-translate-x: -54px !important;
  }

  .desktop\:-translate-x-55 {
    --tw-translate-x: -55px !important;
  }

  .desktop\:-translate-x-56 {
    --tw-translate-x: -56px !important;
  }

  .desktop\:-translate-x-60 {
    --tw-translate-x: -60px !important;
  }

  .desktop\:-translate-x-65 {
    --tw-translate-x: -65px !important;
  }

  .desktop\:-translate-x-70 {
    --tw-translate-x: -70px !important;
  }

  .desktop\:-translate-x-75 {
    --tw-translate-x: -75px !important;
  }

  .desktop\:-translate-x-80 {
    --tw-translate-x: -80px !important;
  }

  .desktop\:-translate-x-85 {
    --tw-translate-x: -85px !important;
  }

  .desktop\:-translate-x-90 {
    --tw-translate-x: -90px !important;
  }

  .desktop\:-translate-x-100 {
    --tw-translate-x: -100px !important;
  }

  .desktop\:-translate-x-120 {
    --tw-translate-x: -120px !important;
  }

  .desktop\:-translate-x-125 {
    --tw-translate-x: -125px !important;
  }

  .desktop\:-translate-x-130 {
    --tw-translate-x: -130px !important;
  }

  .desktop\:-translate-x-140 {
    --tw-translate-x: -140px !important;
  }

  .desktop\:-translate-x-150 {
    --tw-translate-x: -150px !important;
  }

  .desktop\:-translate-x-175 {
    --tw-translate-x: -175px !important;
  }

  .desktop\:-translate-x-200 {
    --tw-translate-x: -200px !important;
  }

  .desktop\:-translate-x-220 {
    --tw-translate-x: -220px !important;
  }

  .desktop\:-translate-x-275 {
    --tw-translate-x: -275px !important;
  }

  .desktop\:-translate-x-300 {
    --tw-translate-x: -300px !important;
  }

  .desktop\:-translate-x-375 {
    --tw-translate-x: -375px !important;
  }

  .desktop\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .desktop\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .desktop\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .desktop\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .desktop\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .desktop\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .desktop\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .desktop\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .desktop\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .desktop\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .desktop\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .desktop\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .desktop\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .desktop\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .desktop\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .desktop\:translate-y-1 {
    --tw-translate-y: 4px !important;
  }

  .desktop\:translate-y-2 {
    --tw-translate-y: 8px !important;
  }

  .desktop\:translate-y-3 {
    --tw-translate-y: 3px !important;
  }

  .desktop\:translate-y-4 {
    --tw-translate-y: 4px !important;
  }

  .desktop\:translate-y-5 {
    --tw-translate-y: 5px !important;
  }

  .desktop\:translate-y-7 {
    --tw-translate-y: 7px !important;
  }

  .desktop\:translate-y-8 {
    --tw-translate-y: 8px !important;
  }

  .desktop\:translate-y-10 {
    --tw-translate-y: 10px !important;
  }

  .desktop\:translate-y-11 {
    --tw-translate-y: 11px !important;
  }

  .desktop\:translate-y-12 {
    --tw-translate-y: 12px !important;
  }

  .desktop\:translate-y-15 {
    --tw-translate-y: 15px !important;
  }

  .desktop\:translate-y-18 {
    --tw-translate-y: 18px !important;
  }

  .desktop\:translate-y-20 {
    --tw-translate-y: 20px !important;
  }

  .desktop\:translate-y-22 {
    --tw-translate-y: 22px !important;
  }

  .desktop\:translate-y-24 {
    --tw-translate-y: 24px !important;
  }

  .desktop\:translate-y-25 {
    --tw-translate-y: 25px !important;
  }

  .desktop\:translate-y-26 {
    --tw-translate-y: 26px !important;
  }

  .desktop\:translate-y-28 {
    --tw-translate-y: 28px !important;
  }

  .desktop\:translate-y-30 {
    --tw-translate-y: 30px !important;
  }

  .desktop\:translate-y-32 {
    --tw-translate-y: 32px !important;
  }

  .desktop\:translate-y-34 {
    --tw-translate-y: 34px !important;
  }

  .desktop\:translate-y-35 {
    --tw-translate-y: 35px !important;
  }

  .desktop\:translate-y-40 {
    --tw-translate-y: 40px !important;
  }

  .desktop\:translate-y-45 {
    --tw-translate-y: 45px !important;
  }

  .desktop\:translate-y-50 {
    --tw-translate-y: 50px !important;
  }

  .desktop\:translate-y-54 {
    --tw-translate-y: 54px !important;
  }

  .desktop\:translate-y-55 {
    --tw-translate-y: 55px !important;
  }

  .desktop\:translate-y-56 {
    --tw-translate-y: 56px !important;
  }

  .desktop\:translate-y-60 {
    --tw-translate-y: 60px !important;
  }

  .desktop\:translate-y-65 {
    --tw-translate-y: 65px !important;
  }

  .desktop\:translate-y-70 {
    --tw-translate-y: 70px !important;
  }

  .desktop\:translate-y-75 {
    --tw-translate-y: 75px !important;
  }

  .desktop\:translate-y-80 {
    --tw-translate-y: 80px !important;
  }

  .desktop\:translate-y-85 {
    --tw-translate-y: 85px !important;
  }

  .desktop\:translate-y-90 {
    --tw-translate-y: 90px !important;
  }

  .desktop\:translate-y-100 {
    --tw-translate-y: 100px !important;
  }

  .desktop\:translate-y-120 {
    --tw-translate-y: 120px !important;
  }

  .desktop\:translate-y-125 {
    --tw-translate-y: 125px !important;
  }

  .desktop\:translate-y-130 {
    --tw-translate-y: 130px !important;
  }

  .desktop\:translate-y-140 {
    --tw-translate-y: 140px !important;
  }

  .desktop\:translate-y-150 {
    --tw-translate-y: 150px !important;
  }

  .desktop\:translate-y-175 {
    --tw-translate-y: 175px !important;
  }

  .desktop\:translate-y-200 {
    --tw-translate-y: 200px !important;
  }

  .desktop\:translate-y-220 {
    --tw-translate-y: 220px !important;
  }

  .desktop\:translate-y-275 {
    --tw-translate-y: 275px !important;
  }

  .desktop\:translate-y-300 {
    --tw-translate-y: 300px !important;
  }

  .desktop\:translate-y-375 {
    --tw-translate-y: 375px !important;
  }

  .desktop\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .desktop\:-translate-y-1 {
    --tw-translate-y: -4px !important;
  }

  .desktop\:-translate-y-2 {
    --tw-translate-y: -8px !important;
  }

  .desktop\:-translate-y-3 {
    --tw-translate-y: -3px !important;
  }

  .desktop\:-translate-y-4 {
    --tw-translate-y: -4px !important;
  }

  .desktop\:-translate-y-5 {
    --tw-translate-y: -5px !important;
  }

  .desktop\:-translate-y-7 {
    --tw-translate-y: -7px !important;
  }

  .desktop\:-translate-y-8 {
    --tw-translate-y: -8px !important;
  }

  .desktop\:-translate-y-10 {
    --tw-translate-y: -10px !important;
  }

  .desktop\:-translate-y-11 {
    --tw-translate-y: -11px !important;
  }

  .desktop\:-translate-y-12 {
    --tw-translate-y: -12px !important;
  }

  .desktop\:-translate-y-15 {
    --tw-translate-y: -15px !important;
  }

  .desktop\:-translate-y-18 {
    --tw-translate-y: -18px !important;
  }

  .desktop\:-translate-y-20 {
    --tw-translate-y: -20px !important;
  }

  .desktop\:-translate-y-22 {
    --tw-translate-y: -22px !important;
  }

  .desktop\:-translate-y-24 {
    --tw-translate-y: -24px !important;
  }

  .desktop\:-translate-y-25 {
    --tw-translate-y: -25px !important;
  }

  .desktop\:-translate-y-26 {
    --tw-translate-y: -26px !important;
  }

  .desktop\:-translate-y-28 {
    --tw-translate-y: -28px !important;
  }

  .desktop\:-translate-y-30 {
    --tw-translate-y: -30px !important;
  }

  .desktop\:-translate-y-32 {
    --tw-translate-y: -32px !important;
  }

  .desktop\:-translate-y-34 {
    --tw-translate-y: -34px !important;
  }

  .desktop\:-translate-y-35 {
    --tw-translate-y: -35px !important;
  }

  .desktop\:-translate-y-40 {
    --tw-translate-y: -40px !important;
  }

  .desktop\:-translate-y-45 {
    --tw-translate-y: -45px !important;
  }

  .desktop\:-translate-y-50 {
    --tw-translate-y: -50px !important;
  }

  .desktop\:-translate-y-54 {
    --tw-translate-y: -54px !important;
  }

  .desktop\:-translate-y-55 {
    --tw-translate-y: -55px !important;
  }

  .desktop\:-translate-y-56 {
    --tw-translate-y: -56px !important;
  }

  .desktop\:-translate-y-60 {
    --tw-translate-y: -60px !important;
  }

  .desktop\:-translate-y-65 {
    --tw-translate-y: -65px !important;
  }

  .desktop\:-translate-y-70 {
    --tw-translate-y: -70px !important;
  }

  .desktop\:-translate-y-75 {
    --tw-translate-y: -75px !important;
  }

  .desktop\:-translate-y-80 {
    --tw-translate-y: -80px !important;
  }

  .desktop\:-translate-y-85 {
    --tw-translate-y: -85px !important;
  }

  .desktop\:-translate-y-90 {
    --tw-translate-y: -90px !important;
  }

  .desktop\:-translate-y-100 {
    --tw-translate-y: -100px !important;
  }

  .desktop\:-translate-y-120 {
    --tw-translate-y: -120px !important;
  }

  .desktop\:-translate-y-125 {
    --tw-translate-y: -125px !important;
  }

  .desktop\:-translate-y-130 {
    --tw-translate-y: -130px !important;
  }

  .desktop\:-translate-y-140 {
    --tw-translate-y: -140px !important;
  }

  .desktop\:-translate-y-150 {
    --tw-translate-y: -150px !important;
  }

  .desktop\:-translate-y-175 {
    --tw-translate-y: -175px !important;
  }

  .desktop\:-translate-y-200 {
    --tw-translate-y: -200px !important;
  }

  .desktop\:-translate-y-220 {
    --tw-translate-y: -220px !important;
  }

  .desktop\:-translate-y-275 {
    --tw-translate-y: -275px !important;
  }

  .desktop\:-translate-y-300 {
    --tw-translate-y: -300px !important;
  }

  .desktop\:-translate-y-375 {
    --tw-translate-y: -375px !important;
  }

  .desktop\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .desktop\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .desktop\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .desktop\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .desktop\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .desktop\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .desktop\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .desktop\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .desktop\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .desktop\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .desktop\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .desktop\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .desktop\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .desktop\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .desktop\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .desktop\:hover\:translate-x-1:hover {
    --tw-translate-x: 4px !important;
  }

  .desktop\:hover\:translate-x-2:hover {
    --tw-translate-x: 8px !important;
  }

  .desktop\:hover\:translate-x-3:hover {
    --tw-translate-x: 3px !important;
  }

  .desktop\:hover\:translate-x-4:hover {
    --tw-translate-x: 4px !important;
  }

  .desktop\:hover\:translate-x-5:hover {
    --tw-translate-x: 5px !important;
  }

  .desktop\:hover\:translate-x-7:hover {
    --tw-translate-x: 7px !important;
  }

  .desktop\:hover\:translate-x-8:hover {
    --tw-translate-x: 8px !important;
  }

  .desktop\:hover\:translate-x-10:hover {
    --tw-translate-x: 10px !important;
  }

  .desktop\:hover\:translate-x-11:hover {
    --tw-translate-x: 11px !important;
  }

  .desktop\:hover\:translate-x-12:hover {
    --tw-translate-x: 12px !important;
  }

  .desktop\:hover\:translate-x-15:hover {
    --tw-translate-x: 15px !important;
  }

  .desktop\:hover\:translate-x-18:hover {
    --tw-translate-x: 18px !important;
  }

  .desktop\:hover\:translate-x-20:hover {
    --tw-translate-x: 20px !important;
  }

  .desktop\:hover\:translate-x-22:hover {
    --tw-translate-x: 22px !important;
  }

  .desktop\:hover\:translate-x-24:hover {
    --tw-translate-x: 24px !important;
  }

  .desktop\:hover\:translate-x-25:hover {
    --tw-translate-x: 25px !important;
  }

  .desktop\:hover\:translate-x-26:hover {
    --tw-translate-x: 26px !important;
  }

  .desktop\:hover\:translate-x-28:hover {
    --tw-translate-x: 28px !important;
  }

  .desktop\:hover\:translate-x-30:hover {
    --tw-translate-x: 30px !important;
  }

  .desktop\:hover\:translate-x-32:hover {
    --tw-translate-x: 32px !important;
  }

  .desktop\:hover\:translate-x-34:hover {
    --tw-translate-x: 34px !important;
  }

  .desktop\:hover\:translate-x-35:hover {
    --tw-translate-x: 35px !important;
  }

  .desktop\:hover\:translate-x-40:hover {
    --tw-translate-x: 40px !important;
  }

  .desktop\:hover\:translate-x-45:hover {
    --tw-translate-x: 45px !important;
  }

  .desktop\:hover\:translate-x-50:hover {
    --tw-translate-x: 50px !important;
  }

  .desktop\:hover\:translate-x-54:hover {
    --tw-translate-x: 54px !important;
  }

  .desktop\:hover\:translate-x-55:hover {
    --tw-translate-x: 55px !important;
  }

  .desktop\:hover\:translate-x-56:hover {
    --tw-translate-x: 56px !important;
  }

  .desktop\:hover\:translate-x-60:hover {
    --tw-translate-x: 60px !important;
  }

  .desktop\:hover\:translate-x-65:hover {
    --tw-translate-x: 65px !important;
  }

  .desktop\:hover\:translate-x-70:hover {
    --tw-translate-x: 70px !important;
  }

  .desktop\:hover\:translate-x-75:hover {
    --tw-translate-x: 75px !important;
  }

  .desktop\:hover\:translate-x-80:hover {
    --tw-translate-x: 80px !important;
  }

  .desktop\:hover\:translate-x-85:hover {
    --tw-translate-x: 85px !important;
  }

  .desktop\:hover\:translate-x-90:hover {
    --tw-translate-x: 90px !important;
  }

  .desktop\:hover\:translate-x-100:hover {
    --tw-translate-x: 100px !important;
  }

  .desktop\:hover\:translate-x-120:hover {
    --tw-translate-x: 120px !important;
  }

  .desktop\:hover\:translate-x-125:hover {
    --tw-translate-x: 125px !important;
  }

  .desktop\:hover\:translate-x-130:hover {
    --tw-translate-x: 130px !important;
  }

  .desktop\:hover\:translate-x-140:hover {
    --tw-translate-x: 140px !important;
  }

  .desktop\:hover\:translate-x-150:hover {
    --tw-translate-x: 150px !important;
  }

  .desktop\:hover\:translate-x-175:hover {
    --tw-translate-x: 175px !important;
  }

  .desktop\:hover\:translate-x-200:hover {
    --tw-translate-x: 200px !important;
  }

  .desktop\:hover\:translate-x-220:hover {
    --tw-translate-x: 220px !important;
  }

  .desktop\:hover\:translate-x-275:hover {
    --tw-translate-x: 275px !important;
  }

  .desktop\:hover\:translate-x-300:hover {
    --tw-translate-x: 300px !important;
  }

  .desktop\:hover\:translate-x-375:hover {
    --tw-translate-x: 375px !important;
  }

  .desktop\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .desktop\:hover\:-translate-x-1:hover {
    --tw-translate-x: -4px !important;
  }

  .desktop\:hover\:-translate-x-2:hover {
    --tw-translate-x: -8px !important;
  }

  .desktop\:hover\:-translate-x-3:hover {
    --tw-translate-x: -3px !important;
  }

  .desktop\:hover\:-translate-x-4:hover {
    --tw-translate-x: -4px !important;
  }

  .desktop\:hover\:-translate-x-5:hover {
    --tw-translate-x: -5px !important;
  }

  .desktop\:hover\:-translate-x-7:hover {
    --tw-translate-x: -7px !important;
  }

  .desktop\:hover\:-translate-x-8:hover {
    --tw-translate-x: -8px !important;
  }

  .desktop\:hover\:-translate-x-10:hover {
    --tw-translate-x: -10px !important;
  }

  .desktop\:hover\:-translate-x-11:hover {
    --tw-translate-x: -11px !important;
  }

  .desktop\:hover\:-translate-x-12:hover {
    --tw-translate-x: -12px !important;
  }

  .desktop\:hover\:-translate-x-15:hover {
    --tw-translate-x: -15px !important;
  }

  .desktop\:hover\:-translate-x-18:hover {
    --tw-translate-x: -18px !important;
  }

  .desktop\:hover\:-translate-x-20:hover {
    --tw-translate-x: -20px !important;
  }

  .desktop\:hover\:-translate-x-22:hover {
    --tw-translate-x: -22px !important;
  }

  .desktop\:hover\:-translate-x-24:hover {
    --tw-translate-x: -24px !important;
  }

  .desktop\:hover\:-translate-x-25:hover {
    --tw-translate-x: -25px !important;
  }

  .desktop\:hover\:-translate-x-26:hover {
    --tw-translate-x: -26px !important;
  }

  .desktop\:hover\:-translate-x-28:hover {
    --tw-translate-x: -28px !important;
  }

  .desktop\:hover\:-translate-x-30:hover {
    --tw-translate-x: -30px !important;
  }

  .desktop\:hover\:-translate-x-32:hover {
    --tw-translate-x: -32px !important;
  }

  .desktop\:hover\:-translate-x-34:hover {
    --tw-translate-x: -34px !important;
  }

  .desktop\:hover\:-translate-x-35:hover {
    --tw-translate-x: -35px !important;
  }

  .desktop\:hover\:-translate-x-40:hover {
    --tw-translate-x: -40px !important;
  }

  .desktop\:hover\:-translate-x-45:hover {
    --tw-translate-x: -45px !important;
  }

  .desktop\:hover\:-translate-x-50:hover {
    --tw-translate-x: -50px !important;
  }

  .desktop\:hover\:-translate-x-54:hover {
    --tw-translate-x: -54px !important;
  }

  .desktop\:hover\:-translate-x-55:hover {
    --tw-translate-x: -55px !important;
  }

  .desktop\:hover\:-translate-x-56:hover {
    --tw-translate-x: -56px !important;
  }

  .desktop\:hover\:-translate-x-60:hover {
    --tw-translate-x: -60px !important;
  }

  .desktop\:hover\:-translate-x-65:hover {
    --tw-translate-x: -65px !important;
  }

  .desktop\:hover\:-translate-x-70:hover {
    --tw-translate-x: -70px !important;
  }

  .desktop\:hover\:-translate-x-75:hover {
    --tw-translate-x: -75px !important;
  }

  .desktop\:hover\:-translate-x-80:hover {
    --tw-translate-x: -80px !important;
  }

  .desktop\:hover\:-translate-x-85:hover {
    --tw-translate-x: -85px !important;
  }

  .desktop\:hover\:-translate-x-90:hover {
    --tw-translate-x: -90px !important;
  }

  .desktop\:hover\:-translate-x-100:hover {
    --tw-translate-x: -100px !important;
  }

  .desktop\:hover\:-translate-x-120:hover {
    --tw-translate-x: -120px !important;
  }

  .desktop\:hover\:-translate-x-125:hover {
    --tw-translate-x: -125px !important;
  }

  .desktop\:hover\:-translate-x-130:hover {
    --tw-translate-x: -130px !important;
  }

  .desktop\:hover\:-translate-x-140:hover {
    --tw-translate-x: -140px !important;
  }

  .desktop\:hover\:-translate-x-150:hover {
    --tw-translate-x: -150px !important;
  }

  .desktop\:hover\:-translate-x-175:hover {
    --tw-translate-x: -175px !important;
  }

  .desktop\:hover\:-translate-x-200:hover {
    --tw-translate-x: -200px !important;
  }

  .desktop\:hover\:-translate-x-220:hover {
    --tw-translate-x: -220px !important;
  }

  .desktop\:hover\:-translate-x-275:hover {
    --tw-translate-x: -275px !important;
  }

  .desktop\:hover\:-translate-x-300:hover {
    --tw-translate-x: -300px !important;
  }

  .desktop\:hover\:-translate-x-375:hover {
    --tw-translate-x: -375px !important;
  }

  .desktop\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .desktop\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .desktop\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .desktop\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .desktop\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .desktop\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .desktop\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .desktop\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .desktop\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .desktop\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .desktop\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .desktop\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .desktop\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .desktop\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .desktop\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .desktop\:hover\:translate-y-1:hover {
    --tw-translate-y: 4px !important;
  }

  .desktop\:hover\:translate-y-2:hover {
    --tw-translate-y: 8px !important;
  }

  .desktop\:hover\:translate-y-3:hover {
    --tw-translate-y: 3px !important;
  }

  .desktop\:hover\:translate-y-4:hover {
    --tw-translate-y: 4px !important;
  }

  .desktop\:hover\:translate-y-5:hover {
    --tw-translate-y: 5px !important;
  }

  .desktop\:hover\:translate-y-7:hover {
    --tw-translate-y: 7px !important;
  }

  .desktop\:hover\:translate-y-8:hover {
    --tw-translate-y: 8px !important;
  }

  .desktop\:hover\:translate-y-10:hover {
    --tw-translate-y: 10px !important;
  }

  .desktop\:hover\:translate-y-11:hover {
    --tw-translate-y: 11px !important;
  }

  .desktop\:hover\:translate-y-12:hover {
    --tw-translate-y: 12px !important;
  }

  .desktop\:hover\:translate-y-15:hover {
    --tw-translate-y: 15px !important;
  }

  .desktop\:hover\:translate-y-18:hover {
    --tw-translate-y: 18px !important;
  }

  .desktop\:hover\:translate-y-20:hover {
    --tw-translate-y: 20px !important;
  }

  .desktop\:hover\:translate-y-22:hover {
    --tw-translate-y: 22px !important;
  }

  .desktop\:hover\:translate-y-24:hover {
    --tw-translate-y: 24px !important;
  }

  .desktop\:hover\:translate-y-25:hover {
    --tw-translate-y: 25px !important;
  }

  .desktop\:hover\:translate-y-26:hover {
    --tw-translate-y: 26px !important;
  }

  .desktop\:hover\:translate-y-28:hover {
    --tw-translate-y: 28px !important;
  }

  .desktop\:hover\:translate-y-30:hover {
    --tw-translate-y: 30px !important;
  }

  .desktop\:hover\:translate-y-32:hover {
    --tw-translate-y: 32px !important;
  }

  .desktop\:hover\:translate-y-34:hover {
    --tw-translate-y: 34px !important;
  }

  .desktop\:hover\:translate-y-35:hover {
    --tw-translate-y: 35px !important;
  }

  .desktop\:hover\:translate-y-40:hover {
    --tw-translate-y: 40px !important;
  }

  .desktop\:hover\:translate-y-45:hover {
    --tw-translate-y: 45px !important;
  }

  .desktop\:hover\:translate-y-50:hover {
    --tw-translate-y: 50px !important;
  }

  .desktop\:hover\:translate-y-54:hover {
    --tw-translate-y: 54px !important;
  }

  .desktop\:hover\:translate-y-55:hover {
    --tw-translate-y: 55px !important;
  }

  .desktop\:hover\:translate-y-56:hover {
    --tw-translate-y: 56px !important;
  }

  .desktop\:hover\:translate-y-60:hover {
    --tw-translate-y: 60px !important;
  }

  .desktop\:hover\:translate-y-65:hover {
    --tw-translate-y: 65px !important;
  }

  .desktop\:hover\:translate-y-70:hover {
    --tw-translate-y: 70px !important;
  }

  .desktop\:hover\:translate-y-75:hover {
    --tw-translate-y: 75px !important;
  }

  .desktop\:hover\:translate-y-80:hover {
    --tw-translate-y: 80px !important;
  }

  .desktop\:hover\:translate-y-85:hover {
    --tw-translate-y: 85px !important;
  }

  .desktop\:hover\:translate-y-90:hover {
    --tw-translate-y: 90px !important;
  }

  .desktop\:hover\:translate-y-100:hover {
    --tw-translate-y: 100px !important;
  }

  .desktop\:hover\:translate-y-120:hover {
    --tw-translate-y: 120px !important;
  }

  .desktop\:hover\:translate-y-125:hover {
    --tw-translate-y: 125px !important;
  }

  .desktop\:hover\:translate-y-130:hover {
    --tw-translate-y: 130px !important;
  }

  .desktop\:hover\:translate-y-140:hover {
    --tw-translate-y: 140px !important;
  }

  .desktop\:hover\:translate-y-150:hover {
    --tw-translate-y: 150px !important;
  }

  .desktop\:hover\:translate-y-175:hover {
    --tw-translate-y: 175px !important;
  }

  .desktop\:hover\:translate-y-200:hover {
    --tw-translate-y: 200px !important;
  }

  .desktop\:hover\:translate-y-220:hover {
    --tw-translate-y: 220px !important;
  }

  .desktop\:hover\:translate-y-275:hover {
    --tw-translate-y: 275px !important;
  }

  .desktop\:hover\:translate-y-300:hover {
    --tw-translate-y: 300px !important;
  }

  .desktop\:hover\:translate-y-375:hover {
    --tw-translate-y: 375px !important;
  }

  .desktop\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .desktop\:hover\:-translate-y-1:hover {
    --tw-translate-y: -4px !important;
  }

  .desktop\:hover\:-translate-y-2:hover {
    --tw-translate-y: -8px !important;
  }

  .desktop\:hover\:-translate-y-3:hover {
    --tw-translate-y: -3px !important;
  }

  .desktop\:hover\:-translate-y-4:hover {
    --tw-translate-y: -4px !important;
  }

  .desktop\:hover\:-translate-y-5:hover {
    --tw-translate-y: -5px !important;
  }

  .desktop\:hover\:-translate-y-7:hover {
    --tw-translate-y: -7px !important;
  }

  .desktop\:hover\:-translate-y-8:hover {
    --tw-translate-y: -8px !important;
  }

  .desktop\:hover\:-translate-y-10:hover {
    --tw-translate-y: -10px !important;
  }

  .desktop\:hover\:-translate-y-11:hover {
    --tw-translate-y: -11px !important;
  }

  .desktop\:hover\:-translate-y-12:hover {
    --tw-translate-y: -12px !important;
  }

  .desktop\:hover\:-translate-y-15:hover {
    --tw-translate-y: -15px !important;
  }

  .desktop\:hover\:-translate-y-18:hover {
    --tw-translate-y: -18px !important;
  }

  .desktop\:hover\:-translate-y-20:hover {
    --tw-translate-y: -20px !important;
  }

  .desktop\:hover\:-translate-y-22:hover {
    --tw-translate-y: -22px !important;
  }

  .desktop\:hover\:-translate-y-24:hover {
    --tw-translate-y: -24px !important;
  }

  .desktop\:hover\:-translate-y-25:hover {
    --tw-translate-y: -25px !important;
  }

  .desktop\:hover\:-translate-y-26:hover {
    --tw-translate-y: -26px !important;
  }

  .desktop\:hover\:-translate-y-28:hover {
    --tw-translate-y: -28px !important;
  }

  .desktop\:hover\:-translate-y-30:hover {
    --tw-translate-y: -30px !important;
  }

  .desktop\:hover\:-translate-y-32:hover {
    --tw-translate-y: -32px !important;
  }

  .desktop\:hover\:-translate-y-34:hover {
    --tw-translate-y: -34px !important;
  }

  .desktop\:hover\:-translate-y-35:hover {
    --tw-translate-y: -35px !important;
  }

  .desktop\:hover\:-translate-y-40:hover {
    --tw-translate-y: -40px !important;
  }

  .desktop\:hover\:-translate-y-45:hover {
    --tw-translate-y: -45px !important;
  }

  .desktop\:hover\:-translate-y-50:hover {
    --tw-translate-y: -50px !important;
  }

  .desktop\:hover\:-translate-y-54:hover {
    --tw-translate-y: -54px !important;
  }

  .desktop\:hover\:-translate-y-55:hover {
    --tw-translate-y: -55px !important;
  }

  .desktop\:hover\:-translate-y-56:hover {
    --tw-translate-y: -56px !important;
  }

  .desktop\:hover\:-translate-y-60:hover {
    --tw-translate-y: -60px !important;
  }

  .desktop\:hover\:-translate-y-65:hover {
    --tw-translate-y: -65px !important;
  }

  .desktop\:hover\:-translate-y-70:hover {
    --tw-translate-y: -70px !important;
  }

  .desktop\:hover\:-translate-y-75:hover {
    --tw-translate-y: -75px !important;
  }

  .desktop\:hover\:-translate-y-80:hover {
    --tw-translate-y: -80px !important;
  }

  .desktop\:hover\:-translate-y-85:hover {
    --tw-translate-y: -85px !important;
  }

  .desktop\:hover\:-translate-y-90:hover {
    --tw-translate-y: -90px !important;
  }

  .desktop\:hover\:-translate-y-100:hover {
    --tw-translate-y: -100px !important;
  }

  .desktop\:hover\:-translate-y-120:hover {
    --tw-translate-y: -120px !important;
  }

  .desktop\:hover\:-translate-y-125:hover {
    --tw-translate-y: -125px !important;
  }

  .desktop\:hover\:-translate-y-130:hover {
    --tw-translate-y: -130px !important;
  }

  .desktop\:hover\:-translate-y-140:hover {
    --tw-translate-y: -140px !important;
  }

  .desktop\:hover\:-translate-y-150:hover {
    --tw-translate-y: -150px !important;
  }

  .desktop\:hover\:-translate-y-175:hover {
    --tw-translate-y: -175px !important;
  }

  .desktop\:hover\:-translate-y-200:hover {
    --tw-translate-y: -200px !important;
  }

  .desktop\:hover\:-translate-y-220:hover {
    --tw-translate-y: -220px !important;
  }

  .desktop\:hover\:-translate-y-275:hover {
    --tw-translate-y: -275px !important;
  }

  .desktop\:hover\:-translate-y-300:hover {
    --tw-translate-y: -300px !important;
  }

  .desktop\:hover\:-translate-y-375:hover {
    --tw-translate-y: -375px !important;
  }

  .desktop\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .desktop\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .desktop\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .desktop\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .desktop\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .desktop\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .desktop\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .desktop\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .desktop\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .desktop\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .desktop\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .desktop\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .desktop\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .desktop\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .desktop\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .desktop\:focus\:translate-x-1:focus {
    --tw-translate-x: 4px !important;
  }

  .desktop\:focus\:translate-x-2:focus {
    --tw-translate-x: 8px !important;
  }

  .desktop\:focus\:translate-x-3:focus {
    --tw-translate-x: 3px !important;
  }

  .desktop\:focus\:translate-x-4:focus {
    --tw-translate-x: 4px !important;
  }

  .desktop\:focus\:translate-x-5:focus {
    --tw-translate-x: 5px !important;
  }

  .desktop\:focus\:translate-x-7:focus {
    --tw-translate-x: 7px !important;
  }

  .desktop\:focus\:translate-x-8:focus {
    --tw-translate-x: 8px !important;
  }

  .desktop\:focus\:translate-x-10:focus {
    --tw-translate-x: 10px !important;
  }

  .desktop\:focus\:translate-x-11:focus {
    --tw-translate-x: 11px !important;
  }

  .desktop\:focus\:translate-x-12:focus {
    --tw-translate-x: 12px !important;
  }

  .desktop\:focus\:translate-x-15:focus {
    --tw-translate-x: 15px !important;
  }

  .desktop\:focus\:translate-x-18:focus {
    --tw-translate-x: 18px !important;
  }

  .desktop\:focus\:translate-x-20:focus {
    --tw-translate-x: 20px !important;
  }

  .desktop\:focus\:translate-x-22:focus {
    --tw-translate-x: 22px !important;
  }

  .desktop\:focus\:translate-x-24:focus {
    --tw-translate-x: 24px !important;
  }

  .desktop\:focus\:translate-x-25:focus {
    --tw-translate-x: 25px !important;
  }

  .desktop\:focus\:translate-x-26:focus {
    --tw-translate-x: 26px !important;
  }

  .desktop\:focus\:translate-x-28:focus {
    --tw-translate-x: 28px !important;
  }

  .desktop\:focus\:translate-x-30:focus {
    --tw-translate-x: 30px !important;
  }

  .desktop\:focus\:translate-x-32:focus {
    --tw-translate-x: 32px !important;
  }

  .desktop\:focus\:translate-x-34:focus {
    --tw-translate-x: 34px !important;
  }

  .desktop\:focus\:translate-x-35:focus {
    --tw-translate-x: 35px !important;
  }

  .desktop\:focus\:translate-x-40:focus {
    --tw-translate-x: 40px !important;
  }

  .desktop\:focus\:translate-x-45:focus {
    --tw-translate-x: 45px !important;
  }

  .desktop\:focus\:translate-x-50:focus {
    --tw-translate-x: 50px !important;
  }

  .desktop\:focus\:translate-x-54:focus {
    --tw-translate-x: 54px !important;
  }

  .desktop\:focus\:translate-x-55:focus {
    --tw-translate-x: 55px !important;
  }

  .desktop\:focus\:translate-x-56:focus {
    --tw-translate-x: 56px !important;
  }

  .desktop\:focus\:translate-x-60:focus {
    --tw-translate-x: 60px !important;
  }

  .desktop\:focus\:translate-x-65:focus {
    --tw-translate-x: 65px !important;
  }

  .desktop\:focus\:translate-x-70:focus {
    --tw-translate-x: 70px !important;
  }

  .desktop\:focus\:translate-x-75:focus {
    --tw-translate-x: 75px !important;
  }

  .desktop\:focus\:translate-x-80:focus {
    --tw-translate-x: 80px !important;
  }

  .desktop\:focus\:translate-x-85:focus {
    --tw-translate-x: 85px !important;
  }

  .desktop\:focus\:translate-x-90:focus {
    --tw-translate-x: 90px !important;
  }

  .desktop\:focus\:translate-x-100:focus {
    --tw-translate-x: 100px !important;
  }

  .desktop\:focus\:translate-x-120:focus {
    --tw-translate-x: 120px !important;
  }

  .desktop\:focus\:translate-x-125:focus {
    --tw-translate-x: 125px !important;
  }

  .desktop\:focus\:translate-x-130:focus {
    --tw-translate-x: 130px !important;
  }

  .desktop\:focus\:translate-x-140:focus {
    --tw-translate-x: 140px !important;
  }

  .desktop\:focus\:translate-x-150:focus {
    --tw-translate-x: 150px !important;
  }

  .desktop\:focus\:translate-x-175:focus {
    --tw-translate-x: 175px !important;
  }

  .desktop\:focus\:translate-x-200:focus {
    --tw-translate-x: 200px !important;
  }

  .desktop\:focus\:translate-x-220:focus {
    --tw-translate-x: 220px !important;
  }

  .desktop\:focus\:translate-x-275:focus {
    --tw-translate-x: 275px !important;
  }

  .desktop\:focus\:translate-x-300:focus {
    --tw-translate-x: 300px !important;
  }

  .desktop\:focus\:translate-x-375:focus {
    --tw-translate-x: 375px !important;
  }

  .desktop\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .desktop\:focus\:-translate-x-1:focus {
    --tw-translate-x: -4px !important;
  }

  .desktop\:focus\:-translate-x-2:focus {
    --tw-translate-x: -8px !important;
  }

  .desktop\:focus\:-translate-x-3:focus {
    --tw-translate-x: -3px !important;
  }

  .desktop\:focus\:-translate-x-4:focus {
    --tw-translate-x: -4px !important;
  }

  .desktop\:focus\:-translate-x-5:focus {
    --tw-translate-x: -5px !important;
  }

  .desktop\:focus\:-translate-x-7:focus {
    --tw-translate-x: -7px !important;
  }

  .desktop\:focus\:-translate-x-8:focus {
    --tw-translate-x: -8px !important;
  }

  .desktop\:focus\:-translate-x-10:focus {
    --tw-translate-x: -10px !important;
  }

  .desktop\:focus\:-translate-x-11:focus {
    --tw-translate-x: -11px !important;
  }

  .desktop\:focus\:-translate-x-12:focus {
    --tw-translate-x: -12px !important;
  }

  .desktop\:focus\:-translate-x-15:focus {
    --tw-translate-x: -15px !important;
  }

  .desktop\:focus\:-translate-x-18:focus {
    --tw-translate-x: -18px !important;
  }

  .desktop\:focus\:-translate-x-20:focus {
    --tw-translate-x: -20px !important;
  }

  .desktop\:focus\:-translate-x-22:focus {
    --tw-translate-x: -22px !important;
  }

  .desktop\:focus\:-translate-x-24:focus {
    --tw-translate-x: -24px !important;
  }

  .desktop\:focus\:-translate-x-25:focus {
    --tw-translate-x: -25px !important;
  }

  .desktop\:focus\:-translate-x-26:focus {
    --tw-translate-x: -26px !important;
  }

  .desktop\:focus\:-translate-x-28:focus {
    --tw-translate-x: -28px !important;
  }

  .desktop\:focus\:-translate-x-30:focus {
    --tw-translate-x: -30px !important;
  }

  .desktop\:focus\:-translate-x-32:focus {
    --tw-translate-x: -32px !important;
  }

  .desktop\:focus\:-translate-x-34:focus {
    --tw-translate-x: -34px !important;
  }

  .desktop\:focus\:-translate-x-35:focus {
    --tw-translate-x: -35px !important;
  }

  .desktop\:focus\:-translate-x-40:focus {
    --tw-translate-x: -40px !important;
  }

  .desktop\:focus\:-translate-x-45:focus {
    --tw-translate-x: -45px !important;
  }

  .desktop\:focus\:-translate-x-50:focus {
    --tw-translate-x: -50px !important;
  }

  .desktop\:focus\:-translate-x-54:focus {
    --tw-translate-x: -54px !important;
  }

  .desktop\:focus\:-translate-x-55:focus {
    --tw-translate-x: -55px !important;
  }

  .desktop\:focus\:-translate-x-56:focus {
    --tw-translate-x: -56px !important;
  }

  .desktop\:focus\:-translate-x-60:focus {
    --tw-translate-x: -60px !important;
  }

  .desktop\:focus\:-translate-x-65:focus {
    --tw-translate-x: -65px !important;
  }

  .desktop\:focus\:-translate-x-70:focus {
    --tw-translate-x: -70px !important;
  }

  .desktop\:focus\:-translate-x-75:focus {
    --tw-translate-x: -75px !important;
  }

  .desktop\:focus\:-translate-x-80:focus {
    --tw-translate-x: -80px !important;
  }

  .desktop\:focus\:-translate-x-85:focus {
    --tw-translate-x: -85px !important;
  }

  .desktop\:focus\:-translate-x-90:focus {
    --tw-translate-x: -90px !important;
  }

  .desktop\:focus\:-translate-x-100:focus {
    --tw-translate-x: -100px !important;
  }

  .desktop\:focus\:-translate-x-120:focus {
    --tw-translate-x: -120px !important;
  }

  .desktop\:focus\:-translate-x-125:focus {
    --tw-translate-x: -125px !important;
  }

  .desktop\:focus\:-translate-x-130:focus {
    --tw-translate-x: -130px !important;
  }

  .desktop\:focus\:-translate-x-140:focus {
    --tw-translate-x: -140px !important;
  }

  .desktop\:focus\:-translate-x-150:focus {
    --tw-translate-x: -150px !important;
  }

  .desktop\:focus\:-translate-x-175:focus {
    --tw-translate-x: -175px !important;
  }

  .desktop\:focus\:-translate-x-200:focus {
    --tw-translate-x: -200px !important;
  }

  .desktop\:focus\:-translate-x-220:focus {
    --tw-translate-x: -220px !important;
  }

  .desktop\:focus\:-translate-x-275:focus {
    --tw-translate-x: -275px !important;
  }

  .desktop\:focus\:-translate-x-300:focus {
    --tw-translate-x: -300px !important;
  }

  .desktop\:focus\:-translate-x-375:focus {
    --tw-translate-x: -375px !important;
  }

  .desktop\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .desktop\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .desktop\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .desktop\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .desktop\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .desktop\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .desktop\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .desktop\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .desktop\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .desktop\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .desktop\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .desktop\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .desktop\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .desktop\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .desktop\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .desktop\:focus\:translate-y-1:focus {
    --tw-translate-y: 4px !important;
  }

  .desktop\:focus\:translate-y-2:focus {
    --tw-translate-y: 8px !important;
  }

  .desktop\:focus\:translate-y-3:focus {
    --tw-translate-y: 3px !important;
  }

  .desktop\:focus\:translate-y-4:focus {
    --tw-translate-y: 4px !important;
  }

  .desktop\:focus\:translate-y-5:focus {
    --tw-translate-y: 5px !important;
  }

  .desktop\:focus\:translate-y-7:focus {
    --tw-translate-y: 7px !important;
  }

  .desktop\:focus\:translate-y-8:focus {
    --tw-translate-y: 8px !important;
  }

  .desktop\:focus\:translate-y-10:focus {
    --tw-translate-y: 10px !important;
  }

  .desktop\:focus\:translate-y-11:focus {
    --tw-translate-y: 11px !important;
  }

  .desktop\:focus\:translate-y-12:focus {
    --tw-translate-y: 12px !important;
  }

  .desktop\:focus\:translate-y-15:focus {
    --tw-translate-y: 15px !important;
  }

  .desktop\:focus\:translate-y-18:focus {
    --tw-translate-y: 18px !important;
  }

  .desktop\:focus\:translate-y-20:focus {
    --tw-translate-y: 20px !important;
  }

  .desktop\:focus\:translate-y-22:focus {
    --tw-translate-y: 22px !important;
  }

  .desktop\:focus\:translate-y-24:focus {
    --tw-translate-y: 24px !important;
  }

  .desktop\:focus\:translate-y-25:focus {
    --tw-translate-y: 25px !important;
  }

  .desktop\:focus\:translate-y-26:focus {
    --tw-translate-y: 26px !important;
  }

  .desktop\:focus\:translate-y-28:focus {
    --tw-translate-y: 28px !important;
  }

  .desktop\:focus\:translate-y-30:focus {
    --tw-translate-y: 30px !important;
  }

  .desktop\:focus\:translate-y-32:focus {
    --tw-translate-y: 32px !important;
  }

  .desktop\:focus\:translate-y-34:focus {
    --tw-translate-y: 34px !important;
  }

  .desktop\:focus\:translate-y-35:focus {
    --tw-translate-y: 35px !important;
  }

  .desktop\:focus\:translate-y-40:focus {
    --tw-translate-y: 40px !important;
  }

  .desktop\:focus\:translate-y-45:focus {
    --tw-translate-y: 45px !important;
  }

  .desktop\:focus\:translate-y-50:focus {
    --tw-translate-y: 50px !important;
  }

  .desktop\:focus\:translate-y-54:focus {
    --tw-translate-y: 54px !important;
  }

  .desktop\:focus\:translate-y-55:focus {
    --tw-translate-y: 55px !important;
  }

  .desktop\:focus\:translate-y-56:focus {
    --tw-translate-y: 56px !important;
  }

  .desktop\:focus\:translate-y-60:focus {
    --tw-translate-y: 60px !important;
  }

  .desktop\:focus\:translate-y-65:focus {
    --tw-translate-y: 65px !important;
  }

  .desktop\:focus\:translate-y-70:focus {
    --tw-translate-y: 70px !important;
  }

  .desktop\:focus\:translate-y-75:focus {
    --tw-translate-y: 75px !important;
  }

  .desktop\:focus\:translate-y-80:focus {
    --tw-translate-y: 80px !important;
  }

  .desktop\:focus\:translate-y-85:focus {
    --tw-translate-y: 85px !important;
  }

  .desktop\:focus\:translate-y-90:focus {
    --tw-translate-y: 90px !important;
  }

  .desktop\:focus\:translate-y-100:focus {
    --tw-translate-y: 100px !important;
  }

  .desktop\:focus\:translate-y-120:focus {
    --tw-translate-y: 120px !important;
  }

  .desktop\:focus\:translate-y-125:focus {
    --tw-translate-y: 125px !important;
  }

  .desktop\:focus\:translate-y-130:focus {
    --tw-translate-y: 130px !important;
  }

  .desktop\:focus\:translate-y-140:focus {
    --tw-translate-y: 140px !important;
  }

  .desktop\:focus\:translate-y-150:focus {
    --tw-translate-y: 150px !important;
  }

  .desktop\:focus\:translate-y-175:focus {
    --tw-translate-y: 175px !important;
  }

  .desktop\:focus\:translate-y-200:focus {
    --tw-translate-y: 200px !important;
  }

  .desktop\:focus\:translate-y-220:focus {
    --tw-translate-y: 220px !important;
  }

  .desktop\:focus\:translate-y-275:focus {
    --tw-translate-y: 275px !important;
  }

  .desktop\:focus\:translate-y-300:focus {
    --tw-translate-y: 300px !important;
  }

  .desktop\:focus\:translate-y-375:focus {
    --tw-translate-y: 375px !important;
  }

  .desktop\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .desktop\:focus\:-translate-y-1:focus {
    --tw-translate-y: -4px !important;
  }

  .desktop\:focus\:-translate-y-2:focus {
    --tw-translate-y: -8px !important;
  }

  .desktop\:focus\:-translate-y-3:focus {
    --tw-translate-y: -3px !important;
  }

  .desktop\:focus\:-translate-y-4:focus {
    --tw-translate-y: -4px !important;
  }

  .desktop\:focus\:-translate-y-5:focus {
    --tw-translate-y: -5px !important;
  }

  .desktop\:focus\:-translate-y-7:focus {
    --tw-translate-y: -7px !important;
  }

  .desktop\:focus\:-translate-y-8:focus {
    --tw-translate-y: -8px !important;
  }

  .desktop\:focus\:-translate-y-10:focus {
    --tw-translate-y: -10px !important;
  }

  .desktop\:focus\:-translate-y-11:focus {
    --tw-translate-y: -11px !important;
  }

  .desktop\:focus\:-translate-y-12:focus {
    --tw-translate-y: -12px !important;
  }

  .desktop\:focus\:-translate-y-15:focus {
    --tw-translate-y: -15px !important;
  }

  .desktop\:focus\:-translate-y-18:focus {
    --tw-translate-y: -18px !important;
  }

  .desktop\:focus\:-translate-y-20:focus {
    --tw-translate-y: -20px !important;
  }

  .desktop\:focus\:-translate-y-22:focus {
    --tw-translate-y: -22px !important;
  }

  .desktop\:focus\:-translate-y-24:focus {
    --tw-translate-y: -24px !important;
  }

  .desktop\:focus\:-translate-y-25:focus {
    --tw-translate-y: -25px !important;
  }

  .desktop\:focus\:-translate-y-26:focus {
    --tw-translate-y: -26px !important;
  }

  .desktop\:focus\:-translate-y-28:focus {
    --tw-translate-y: -28px !important;
  }

  .desktop\:focus\:-translate-y-30:focus {
    --tw-translate-y: -30px !important;
  }

  .desktop\:focus\:-translate-y-32:focus {
    --tw-translate-y: -32px !important;
  }

  .desktop\:focus\:-translate-y-34:focus {
    --tw-translate-y: -34px !important;
  }

  .desktop\:focus\:-translate-y-35:focus {
    --tw-translate-y: -35px !important;
  }

  .desktop\:focus\:-translate-y-40:focus {
    --tw-translate-y: -40px !important;
  }

  .desktop\:focus\:-translate-y-45:focus {
    --tw-translate-y: -45px !important;
  }

  .desktop\:focus\:-translate-y-50:focus {
    --tw-translate-y: -50px !important;
  }

  .desktop\:focus\:-translate-y-54:focus {
    --tw-translate-y: -54px !important;
  }

  .desktop\:focus\:-translate-y-55:focus {
    --tw-translate-y: -55px !important;
  }

  .desktop\:focus\:-translate-y-56:focus {
    --tw-translate-y: -56px !important;
  }

  .desktop\:focus\:-translate-y-60:focus {
    --tw-translate-y: -60px !important;
  }

  .desktop\:focus\:-translate-y-65:focus {
    --tw-translate-y: -65px !important;
  }

  .desktop\:focus\:-translate-y-70:focus {
    --tw-translate-y: -70px !important;
  }

  .desktop\:focus\:-translate-y-75:focus {
    --tw-translate-y: -75px !important;
  }

  .desktop\:focus\:-translate-y-80:focus {
    --tw-translate-y: -80px !important;
  }

  .desktop\:focus\:-translate-y-85:focus {
    --tw-translate-y: -85px !important;
  }

  .desktop\:focus\:-translate-y-90:focus {
    --tw-translate-y: -90px !important;
  }

  .desktop\:focus\:-translate-y-100:focus {
    --tw-translate-y: -100px !important;
  }

  .desktop\:focus\:-translate-y-120:focus {
    --tw-translate-y: -120px !important;
  }

  .desktop\:focus\:-translate-y-125:focus {
    --tw-translate-y: -125px !important;
  }

  .desktop\:focus\:-translate-y-130:focus {
    --tw-translate-y: -130px !important;
  }

  .desktop\:focus\:-translate-y-140:focus {
    --tw-translate-y: -140px !important;
  }

  .desktop\:focus\:-translate-y-150:focus {
    --tw-translate-y: -150px !important;
  }

  .desktop\:focus\:-translate-y-175:focus {
    --tw-translate-y: -175px !important;
  }

  .desktop\:focus\:-translate-y-200:focus {
    --tw-translate-y: -200px !important;
  }

  .desktop\:focus\:-translate-y-220:focus {
    --tw-translate-y: -220px !important;
  }

  .desktop\:focus\:-translate-y-275:focus {
    --tw-translate-y: -275px !important;
  }

  .desktop\:focus\:-translate-y-300:focus {
    --tw-translate-y: -300px !important;
  }

  .desktop\:focus\:-translate-y-375:focus {
    --tw-translate-y: -375px !important;
  }

  .desktop\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .desktop\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .desktop\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .desktop\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .desktop\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .desktop\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .desktop\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .desktop\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .desktop\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .desktop\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .desktop\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .desktop\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .desktop\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .desktop\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .desktop\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .desktop\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .desktop\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .desktop\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .desktop\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .desktop\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .desktop\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .desktop\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .desktop\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .desktop\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .desktop\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .desktop\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .desktop\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .desktop\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .desktop\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .desktop\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .desktop\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .desktop\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .desktop\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .desktop\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .desktop\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .desktop\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .desktop\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .desktop\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .desktop\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .desktop\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .desktop\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .desktop\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .desktop\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .desktop\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .desktop\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .desktop\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .desktop\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .desktop\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .desktop\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .desktop\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .desktop\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .desktop\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .desktop\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .desktop\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .desktop\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .desktop\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .desktop\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .desktop\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .desktop\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .desktop\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .desktop\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .desktop\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .desktop\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .desktop\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .desktop\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .desktop\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .desktop\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .desktop\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .desktop\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .desktop\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .desktop\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .desktop\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .desktop\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .desktop\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .desktop\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .desktop\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .desktop\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .desktop\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .desktop\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .desktop\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .desktop\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .desktop\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .desktop\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .desktop\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .desktop\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .desktop\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .desktop\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .desktop\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .desktop\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .desktop\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .desktop\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .desktop\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .desktop\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .desktop\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .desktop\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .desktop\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .desktop\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .desktop\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .desktop\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .desktop\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .desktop\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .desktop\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .desktop\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .desktop\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .desktop\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .desktop\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .desktop\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .desktop\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .desktop\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .desktop\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .desktop\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .desktop\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .desktop\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .desktop\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .desktop\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .desktop\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .desktop\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .desktop\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .desktop\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .desktop\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .desktop\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .desktop\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .desktop\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .desktop\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .desktop\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .desktop\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .desktop\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .desktop\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .desktop\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .desktop\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .desktop\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .desktop\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .desktop\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .desktop\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .desktop\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .desktop\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .desktop\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .desktop\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .desktop\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .desktop\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .desktop\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .desktop\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .desktop\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .desktop\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .desktop\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .desktop\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .desktop\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .desktop\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .desktop\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .desktop\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .desktop\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .desktop\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .desktop\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .desktop\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .desktop\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .desktop\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .desktop\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .desktop\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .desktop\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .desktop\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .desktop\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .desktop\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .desktop\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .desktop\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .desktop\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .desktop\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .desktop\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .desktop\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .desktop\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .desktop\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .desktop\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .desktop\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .desktop\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .desktop\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .desktop\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .desktop\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .desktop\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .desktop\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .desktop\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .desktop\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .desktop\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .desktop\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .desktop\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .desktop\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .desktop\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .desktop\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .desktop\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .desktop\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .desktop\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .desktop\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .desktop\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .desktop\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .desktop\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .desktop\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .desktop\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .desktop\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .desktop\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .desktop\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .desktop\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .desktop\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .desktop\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .desktop\:animate-none {
    -webkit-animation: none !important;
            animation: none !important;
  }

  .desktop\:animate-spin {
    -webkit-animation: spin 1s linear infinite !important;
            animation: spin 1s linear infinite !important;
  }

  .desktop\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .desktop\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .desktop\:animate-bounce {
    -webkit-animation: bounce 1s infinite !important;
            animation: bounce 1s infinite !important;
  }

  .desktop\:animate-fadeIn {
    -webkit-animation: fadeIn 0.5s !important;
            animation: fadeIn 0.5s !important;
  }

  .desktop\:cursor-auto {
    cursor: auto !important;
  }

  .desktop\:cursor-default {
    cursor: default !important;
  }

  .desktop\:cursor-pointer {
    cursor: pointer !important;
  }

  .desktop\:cursor-wait {
    cursor: wait !important;
  }

  .desktop\:cursor-text {
    cursor: text !important;
  }

  .desktop\:cursor-move {
    cursor: move !important;
  }

  .desktop\:cursor-help {
    cursor: help !important;
  }

  .desktop\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .desktop\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .desktop\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .desktop\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .desktop\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .desktop\:resize-none {
    resize: none !important;
  }

  .desktop\:resize-y {
    resize: vertical !important;
  }

  .desktop\:resize-x {
    resize: horizontal !important;
  }

  .desktop\:resize {
    resize: both !important;
  }

  .desktop\:list-inside {
    list-style-position: inside !important;
  }

  .desktop\:list-outside {
    list-style-position: outside !important;
  }

  .desktop\:list-none {
    list-style-type: none !important;
  }

  .desktop\:list-disc {
    list-style-type: disc !important;
  }

  .desktop\:list-decimal {
    list-style-type: decimal !important;
  }

  .desktop\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .desktop\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .desktop\:auto-cols-min {
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .desktop\:auto-cols-max {
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .desktop\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .desktop\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .desktop\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .desktop\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .desktop\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .desktop\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .desktop\:auto-rows-min {
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .desktop\:auto-rows-max {
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .desktop\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .desktop\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .desktop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .desktop\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .desktop\:flex-row {
    flex-direction: row !important;
  }

  .desktop\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .desktop\:flex-col {
    flex-direction: column !important;
  }

  .desktop\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .desktop\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .desktop\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .desktop\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .desktop\:place-content-center {
    place-content: center !important;
  }

  .desktop\:place-content-start {
    place-content: start !important;
  }

  .desktop\:place-content-end {
    place-content: end !important;
  }

  .desktop\:place-content-between {
    place-content: space-between !important;
  }

  .desktop\:place-content-around {
    place-content: space-around !important;
  }

  .desktop\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .desktop\:place-content-stretch {
    place-content: stretch !important;
  }

  .desktop\:place-items-start {
    place-items: start !important;
  }

  .desktop\:place-items-end {
    place-items: end !important;
  }

  .desktop\:place-items-center {
    place-items: center !important;
  }

  .desktop\:place-items-stretch {
    place-items: stretch !important;
  }

  .desktop\:content-center {
    align-content: center !important;
  }

  .desktop\:content-start {
    align-content: flex-start !important;
  }

  .desktop\:content-end {
    align-content: flex-end !important;
  }

  .desktop\:content-between {
    align-content: space-between !important;
  }

  .desktop\:content-around {
    align-content: space-around !important;
  }

  .desktop\:content-evenly {
    align-content: space-evenly !important;
  }

  .desktop\:items-start {
    align-items: flex-start !important;
  }

  .desktop\:items-end {
    align-items: flex-end !important;
  }

  .desktop\:items-center {
    align-items: center !important;
  }

  .desktop\:items-baseline {
    align-items: baseline !important;
  }

  .desktop\:items-stretch {
    align-items: stretch !important;
  }

  .desktop\:justify-start {
    justify-content: flex-start !important;
  }

  .desktop\:justify-end {
    justify-content: flex-end !important;
  }

  .desktop\:justify-center {
    justify-content: center !important;
  }

  .desktop\:justify-between {
    justify-content: space-between !important;
  }

  .desktop\:justify-around {
    justify-content: space-around !important;
  }

  .desktop\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .desktop\:justify-items-start {
    justify-items: start !important;
  }

  .desktop\:justify-items-end {
    justify-items: end !important;
  }

  .desktop\:justify-items-center {
    justify-items: center !important;
  }

  .desktop\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .desktop\:gap-0 {
    gap: 0px !important;
  }

  .desktop\:gap-1 {
    gap: 4px !important;
  }

  .desktop\:gap-2 {
    gap: 8px !important;
  }

  .desktop\:gap-3 {
    gap: 3px !important;
  }

  .desktop\:gap-4 {
    gap: 4px !important;
  }

  .desktop\:gap-5 {
    gap: 5px !important;
  }

  .desktop\:gap-7 {
    gap: 7px !important;
  }

  .desktop\:gap-8 {
    gap: 8px !important;
  }

  .desktop\:gap-10 {
    gap: 10px !important;
  }

  .desktop\:gap-11 {
    gap: 11px !important;
  }

  .desktop\:gap-12 {
    gap: 12px !important;
  }

  .desktop\:gap-15 {
    gap: 15px !important;
  }

  .desktop\:gap-18 {
    gap: 18px !important;
  }

  .desktop\:gap-20 {
    gap: 20px !important;
  }

  .desktop\:gap-22 {
    gap: 22px !important;
  }

  .desktop\:gap-24 {
    gap: 24px !important;
  }

  .desktop\:gap-25 {
    gap: 25px !important;
  }

  .desktop\:gap-26 {
    gap: 26px !important;
  }

  .desktop\:gap-28 {
    gap: 28px !important;
  }

  .desktop\:gap-30 {
    gap: 30px !important;
  }

  .desktop\:gap-32 {
    gap: 32px !important;
  }

  .desktop\:gap-34 {
    gap: 34px !important;
  }

  .desktop\:gap-35 {
    gap: 35px !important;
  }

  .desktop\:gap-40 {
    gap: 40px !important;
  }

  .desktop\:gap-45 {
    gap: 45px !important;
  }

  .desktop\:gap-50 {
    gap: 50px !important;
  }

  .desktop\:gap-54 {
    gap: 54px !important;
  }

  .desktop\:gap-55 {
    gap: 55px !important;
  }

  .desktop\:gap-56 {
    gap: 56px !important;
  }

  .desktop\:gap-60 {
    gap: 60px !important;
  }

  .desktop\:gap-65 {
    gap: 65px !important;
  }

  .desktop\:gap-70 {
    gap: 70px !important;
  }

  .desktop\:gap-75 {
    gap: 75px !important;
  }

  .desktop\:gap-80 {
    gap: 80px !important;
  }

  .desktop\:gap-85 {
    gap: 85px !important;
  }

  .desktop\:gap-90 {
    gap: 90px !important;
  }

  .desktop\:gap-100 {
    gap: 100px !important;
  }

  .desktop\:gap-120 {
    gap: 120px !important;
  }

  .desktop\:gap-125 {
    gap: 125px !important;
  }

  .desktop\:gap-130 {
    gap: 130px !important;
  }

  .desktop\:gap-140 {
    gap: 140px !important;
  }

  .desktop\:gap-150 {
    gap: 150px !important;
  }

  .desktop\:gap-175 {
    gap: 175px !important;
  }

  .desktop\:gap-200 {
    gap: 200px !important;
  }

  .desktop\:gap-220 {
    gap: 220px !important;
  }

  .desktop\:gap-275 {
    gap: 275px !important;
  }

  .desktop\:gap-300 {
    gap: 300px !important;
  }

  .desktop\:gap-375 {
    gap: 375px !important;
  }

  .desktop\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .desktop\:gap-x-1 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }

  .desktop\:gap-x-2 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }

  .desktop\:gap-x-3 {
    -moz-column-gap: 3px !important;
         column-gap: 3px !important;
  }

  .desktop\:gap-x-4 {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }

  .desktop\:gap-x-5 {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }

  .desktop\:gap-x-7 {
    -moz-column-gap: 7px !important;
         column-gap: 7px !important;
  }

  .desktop\:gap-x-8 {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }

  .desktop\:gap-x-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }

  .desktop\:gap-x-11 {
    -moz-column-gap: 11px !important;
         column-gap: 11px !important;
  }

  .desktop\:gap-x-12 {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }

  .desktop\:gap-x-15 {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }

  .desktop\:gap-x-18 {
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
  }

  .desktop\:gap-x-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }

  .desktop\:gap-x-22 {
    -moz-column-gap: 22px !important;
         column-gap: 22px !important;
  }

  .desktop\:gap-x-24 {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }

  .desktop\:gap-x-25 {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }

  .desktop\:gap-x-26 {
    -moz-column-gap: 26px !important;
         column-gap: 26px !important;
  }

  .desktop\:gap-x-28 {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }

  .desktop\:gap-x-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }

  .desktop\:gap-x-32 {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }

  .desktop\:gap-x-34 {
    -moz-column-gap: 34px !important;
         column-gap: 34px !important;
  }

  .desktop\:gap-x-35 {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }

  .desktop\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .desktop\:gap-x-45 {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }

  .desktop\:gap-x-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }

  .desktop\:gap-x-54 {
    -moz-column-gap: 54px !important;
         column-gap: 54px !important;
  }

  .desktop\:gap-x-55 {
    -moz-column-gap: 55px !important;
         column-gap: 55px !important;
  }

  .desktop\:gap-x-56 {
    -moz-column-gap: 56px !important;
         column-gap: 56px !important;
  }

  .desktop\:gap-x-60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }

  .desktop\:gap-x-65 {
    -moz-column-gap: 65px !important;
         column-gap: 65px !important;
  }

  .desktop\:gap-x-70 {
    -moz-column-gap: 70px !important;
         column-gap: 70px !important;
  }

  .desktop\:gap-x-75 {
    -moz-column-gap: 75px !important;
         column-gap: 75px !important;
  }

  .desktop\:gap-x-80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .desktop\:gap-x-85 {
    -moz-column-gap: 85px !important;
         column-gap: 85px !important;
  }

  .desktop\:gap-x-90 {
    -moz-column-gap: 90px !important;
         column-gap: 90px !important;
  }

  .desktop\:gap-x-100 {
    -moz-column-gap: 100px !important;
         column-gap: 100px !important;
  }

  .desktop\:gap-x-120 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !important;
  }

  .desktop\:gap-x-125 {
    -moz-column-gap: 125px !important;
         column-gap: 125px !important;
  }

  .desktop\:gap-x-130 {
    -moz-column-gap: 130px !important;
         column-gap: 130px !important;
  }

  .desktop\:gap-x-140 {
    -moz-column-gap: 140px !important;
         column-gap: 140px !important;
  }

  .desktop\:gap-x-150 {
    -moz-column-gap: 150px !important;
         column-gap: 150px !important;
  }

  .desktop\:gap-x-175 {
    -moz-column-gap: 175px !important;
         column-gap: 175px !important;
  }

  .desktop\:gap-x-200 {
    -moz-column-gap: 200px !important;
         column-gap: 200px !important;
  }

  .desktop\:gap-x-220 {
    -moz-column-gap: 220px !important;
         column-gap: 220px !important;
  }

  .desktop\:gap-x-275 {
    -moz-column-gap: 275px !important;
         column-gap: 275px !important;
  }

  .desktop\:gap-x-300 {
    -moz-column-gap: 300px !important;
         column-gap: 300px !important;
  }

  .desktop\:gap-x-375 {
    -moz-column-gap: 375px !important;
         column-gap: 375px !important;
  }

  .desktop\:gap-y-0 {
    row-gap: 0px !important;
  }

  .desktop\:gap-y-1 {
    row-gap: 4px !important;
  }

  .desktop\:gap-y-2 {
    row-gap: 8px !important;
  }

  .desktop\:gap-y-3 {
    row-gap: 3px !important;
  }

  .desktop\:gap-y-4 {
    row-gap: 4px !important;
  }

  .desktop\:gap-y-5 {
    row-gap: 5px !important;
  }

  .desktop\:gap-y-7 {
    row-gap: 7px !important;
  }

  .desktop\:gap-y-8 {
    row-gap: 8px !important;
  }

  .desktop\:gap-y-10 {
    row-gap: 10px !important;
  }

  .desktop\:gap-y-11 {
    row-gap: 11px !important;
  }

  .desktop\:gap-y-12 {
    row-gap: 12px !important;
  }

  .desktop\:gap-y-15 {
    row-gap: 15px !important;
  }

  .desktop\:gap-y-18 {
    row-gap: 18px !important;
  }

  .desktop\:gap-y-20 {
    row-gap: 20px !important;
  }

  .desktop\:gap-y-22 {
    row-gap: 22px !important;
  }

  .desktop\:gap-y-24 {
    row-gap: 24px !important;
  }

  .desktop\:gap-y-25 {
    row-gap: 25px !important;
  }

  .desktop\:gap-y-26 {
    row-gap: 26px !important;
  }

  .desktop\:gap-y-28 {
    row-gap: 28px !important;
  }

  .desktop\:gap-y-30 {
    row-gap: 30px !important;
  }

  .desktop\:gap-y-32 {
    row-gap: 32px !important;
  }

  .desktop\:gap-y-34 {
    row-gap: 34px !important;
  }

  .desktop\:gap-y-35 {
    row-gap: 35px !important;
  }

  .desktop\:gap-y-40 {
    row-gap: 40px !important;
  }

  .desktop\:gap-y-45 {
    row-gap: 45px !important;
  }

  .desktop\:gap-y-50 {
    row-gap: 50px !important;
  }

  .desktop\:gap-y-54 {
    row-gap: 54px !important;
  }

  .desktop\:gap-y-55 {
    row-gap: 55px !important;
  }

  .desktop\:gap-y-56 {
    row-gap: 56px !important;
  }

  .desktop\:gap-y-60 {
    row-gap: 60px !important;
  }

  .desktop\:gap-y-65 {
    row-gap: 65px !important;
  }

  .desktop\:gap-y-70 {
    row-gap: 70px !important;
  }

  .desktop\:gap-y-75 {
    row-gap: 75px !important;
  }

  .desktop\:gap-y-80 {
    row-gap: 80px !important;
  }

  .desktop\:gap-y-85 {
    row-gap: 85px !important;
  }

  .desktop\:gap-y-90 {
    row-gap: 90px !important;
  }

  .desktop\:gap-y-100 {
    row-gap: 100px !important;
  }

  .desktop\:gap-y-120 {
    row-gap: 120px !important;
  }

  .desktop\:gap-y-125 {
    row-gap: 125px !important;
  }

  .desktop\:gap-y-130 {
    row-gap: 130px !important;
  }

  .desktop\:gap-y-140 {
    row-gap: 140px !important;
  }

  .desktop\:gap-y-150 {
    row-gap: 150px !important;
  }

  .desktop\:gap-y-175 {
    row-gap: 175px !important;
  }

  .desktop\:gap-y-200 {
    row-gap: 200px !important;
  }

  .desktop\:gap-y-220 {
    row-gap: 220px !important;
  }

  .desktop\:gap-y-275 {
    row-gap: 275px !important;
  }

  .desktop\:gap-y-300 {
    row-gap: 300px !important;
  }

  .desktop\:gap-y-375 {
    row-gap: 375px !important;
  }

  .desktop\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(54px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(54px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(56px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(56px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(175px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(175px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(220px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(220px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(275px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(275px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(300px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(300px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-x-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(375px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(375px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-22px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-22px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-32px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-35px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-35px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-40px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-40px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-45px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-45px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-54px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-54px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-55px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-55px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-56px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-56px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-65px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-65px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-70px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-70px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-75px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-75px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-85px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-85px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-90px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-90px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-100px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-100px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-125px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-125px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-130px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-130px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-140px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-140px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-150px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-150px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-175px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-175px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-200px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-200px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-220px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-220px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-275px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-275px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-300px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-300px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:-space-x-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-375px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-375px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .desktop\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(22px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(32px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(35px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(40px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(45px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(54px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(54px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(55px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(56px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(65px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(70px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(75px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(85px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(90px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(100px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(125px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(130px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(140px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(150px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(175px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(175px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(200px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(220px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(220px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(275px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(275px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(300px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(300px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(375px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(375px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-15 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-22 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-22px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-22px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-26 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-32px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-34 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-35 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-35px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-35px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-40px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-40px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-45 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-45px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-45px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-54 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-54px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-54px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-55 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-55px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-55px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-56px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-56px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-65 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-65px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-65px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-70px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-70px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-75px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-75px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-85 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-85px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-85px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-90px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-90px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-100px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-100px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-125 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-125px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-125px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-130 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-130px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-130px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-140px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-140px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-150 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-150px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-150px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-175 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-175px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-175px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-200px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-200px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-220 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-220px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-220px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-275 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-275px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-275px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-300px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-300px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:-space-y-375 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-375px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-375px * var(--tw-space-y-reverse)) !important;
  }

  .desktop\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .desktop\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .desktop\:divide-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(10px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(10px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .desktop\:divide-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(10px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(10px * var(--tw-divide-y-reverse)) !important;
  }

  .desktop\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .desktop\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .desktop\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .desktop\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .desktop\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .desktop\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .desktop\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .desktop\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .desktop\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .desktop\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-grey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-lightgrey > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-divide-opacity)) !important;
  }

  .desktop\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .desktop\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .desktop\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .desktop\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .desktop\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .desktop\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .desktop\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .desktop\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .desktop\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .desktop\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .desktop\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .desktop\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .desktop\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .desktop\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .desktop\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .desktop\:place-self-auto {
    place-self: auto !important;
  }

  .desktop\:place-self-start {
    place-self: start !important;
  }

  .desktop\:place-self-end {
    place-self: end !important;
  }

  .desktop\:place-self-center {
    place-self: center !important;
  }

  .desktop\:place-self-stretch {
    place-self: stretch !important;
  }

  .desktop\:self-auto {
    align-self: auto !important;
  }

  .desktop\:self-start {
    align-self: flex-start !important;
  }

  .desktop\:self-end {
    align-self: flex-end !important;
  }

  .desktop\:self-center {
    align-self: center !important;
  }

  .desktop\:self-stretch {
    align-self: stretch !important;
  }

  .desktop\:self-baseline {
    align-self: baseline !important;
  }

  .desktop\:justify-self-auto {
    justify-self: auto !important;
  }

  .desktop\:justify-self-start {
    justify-self: start !important;
  }

  .desktop\:justify-self-end {
    justify-self: end !important;
  }

  .desktop\:justify-self-center {
    justify-self: center !important;
  }

  .desktop\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .desktop\:overflow-auto {
    overflow: auto !important;
  }

  .desktop\:overflow-hidden {
    overflow: hidden !important;
  }

  .desktop\:overflow-visible {
    overflow: visible !important;
  }

  .desktop\:overflow-scroll {
    overflow: scroll !important;
  }

  .desktop\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .desktop\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .desktop\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .desktop\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .desktop\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .desktop\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .desktop\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .desktop\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .desktop\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .desktop\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .desktop\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .desktop\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .desktop\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .desktop\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .desktop\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .desktop\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .desktop\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .desktop\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .desktop\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .desktop\:overflow-clip {
    text-overflow: clip !important;
  }

  .desktop\:whitespace-normal {
    white-space: normal !important;
  }

  .desktop\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .desktop\:whitespace-pre {
    white-space: pre !important;
  }

  .desktop\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .desktop\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .desktop\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .desktop\:break-words {
    overflow-wrap: break-word !important;
  }

  .desktop\:break-all {
    word-break: break-all !important;
  }

  .desktop\:rounded {
    border-radius: 4px !important;
  }

  .desktop\:rounded-sm {
    border-radius: 10px !important;
  }

  .desktop\:rounded-md {
    border-radius: 20px !important;
  }

  .desktop\:rounded-full {
    border-radius: 100% !important;
  }

  .desktop\:rounded-t {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
  }

  .desktop\:rounded-t-sm {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .desktop\:rounded-t-md {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
  }

  .desktop\:rounded-t-full {
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
  }

  .desktop\:rounded-r {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
  }

  .desktop\:rounded-r-sm {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .desktop\:rounded-r-md {
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
  }

  .desktop\:rounded-r-full {
    border-top-right-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
  }

  .desktop\:rounded-b {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .desktop\:rounded-b-sm {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .desktop\:rounded-b-md {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .desktop\:rounded-b-full {
    border-bottom-right-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }

  .desktop\:rounded-l {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
  }

  .desktop\:rounded-l-sm {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .desktop\:rounded-l-md {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
  }

  .desktop\:rounded-l-full {
    border-top-left-radius: 100% !important;
    border-bottom-left-radius: 100% !important;
  }

  .desktop\:rounded-tl {
    border-top-left-radius: 4px !important;
  }

  .desktop\:rounded-tl-sm {
    border-top-left-radius: 10px !important;
  }

  .desktop\:rounded-tl-md {
    border-top-left-radius: 20px !important;
  }

  .desktop\:rounded-tl-full {
    border-top-left-radius: 100% !important;
  }

  .desktop\:rounded-tr {
    border-top-right-radius: 4px !important;
  }

  .desktop\:rounded-tr-sm {
    border-top-right-radius: 10px !important;
  }

  .desktop\:rounded-tr-md {
    border-top-right-radius: 20px !important;
  }

  .desktop\:rounded-tr-full {
    border-top-right-radius: 100% !important;
  }

  .desktop\:rounded-br {
    border-bottom-right-radius: 4px !important;
  }

  .desktop\:rounded-br-sm {
    border-bottom-right-radius: 10px !important;
  }

  .desktop\:rounded-br-md {
    border-bottom-right-radius: 20px !important;
  }

  .desktop\:rounded-br-full {
    border-bottom-right-radius: 100% !important;
  }

  .desktop\:rounded-bl {
    border-bottom-left-radius: 4px !important;
  }

  .desktop\:rounded-bl-sm {
    border-bottom-left-radius: 10px !important;
  }

  .desktop\:rounded-bl-md {
    border-bottom-left-radius: 20px !important;
  }

  .desktop\:rounded-bl-full {
    border-bottom-left-radius: 100% !important;
  }

  .desktop\:border-10 {
    border-width: 10px !important;
  }

  .desktop\:first\:border-10:first-child {
    border-width: 10px !important;
  }

  .desktop\:last\:border-10:last-child {
    border-width: 10px !important;
  }

  .desktop\:hover\:border-10:hover {
    border-width: 10px !important;
  }

  .desktop\:border-t-10 {
    border-top-width: 10px !important;
  }

  .desktop\:border-r-10 {
    border-right-width: 10px !important;
  }

  .desktop\:border-b-10 {
    border-bottom-width: 10px !important;
  }

  .desktop\:border-l-10 {
    border-left-width: 10px !important;
  }

  .desktop\:first\:border-t-10:first-child {
    border-top-width: 10px !important;
  }

  .desktop\:first\:border-r-10:first-child {
    border-right-width: 10px !important;
  }

  .desktop\:first\:border-b-10:first-child {
    border-bottom-width: 10px !important;
  }

  .desktop\:first\:border-l-10:first-child {
    border-left-width: 10px !important;
  }

  .desktop\:last\:border-t-10:last-child {
    border-top-width: 10px !important;
  }

  .desktop\:last\:border-r-10:last-child {
    border-right-width: 10px !important;
  }

  .desktop\:last\:border-b-10:last-child {
    border-bottom-width: 10px !important;
  }

  .desktop\:last\:border-l-10:last-child {
    border-left-width: 10px !important;
  }

  .desktop\:hover\:border-t-10:hover {
    border-top-width: 10px !important;
  }

  .desktop\:hover\:border-r-10:hover {
    border-right-width: 10px !important;
  }

  .desktop\:hover\:border-b-10:hover {
    border-bottom-width: 10px !important;
  }

  .desktop\:hover\:border-l-10:hover {
    border-left-width: 10px !important;
  }

  .desktop\:border-solid {
    border-style: solid !important;
  }

  .desktop\:border-dashed {
    border-style: dashed !important;
  }

  .desktop\:border-dotted {
    border-style: dotted !important;
  }

  .desktop\:border-double {
    border-style: double !important;
  }

  .desktop\:border-none {
    border-style: none !important;
  }

  .desktop\:border-current {
    border-color: currentColor !important;
  }

  .desktop\:border-transparent {
    border-color: transparent !important;
  }

  .desktop\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-lightgrey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .desktop\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .desktop\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-grey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:border-lightgrey {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .desktop\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .desktop\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-grey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus-within\:border-lightgrey:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .desktop\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .desktop\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-grey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .desktop\:hover\:border-lightgrey:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .desktop\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .desktop\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-grey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 112, 112, var(--tw-border-opacity)) !important;
  }

  .desktop\:focus\:border-lightgrey:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  }

  .desktop\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .desktop\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .desktop\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .desktop\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .desktop\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .desktop\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .desktop\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .desktop\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .desktop\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .desktop\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .desktop\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .desktop\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .desktop\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .desktop\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .desktop\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .desktop\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .desktop\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .desktop\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .desktop\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .desktop\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .desktop\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .desktop\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .desktop\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .desktop\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .desktop\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .desktop\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .desktop\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .desktop\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .desktop\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .desktop\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .desktop\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .desktop\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .desktop\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .desktop\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .desktop\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .desktop\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .desktop\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .desktop\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .desktop\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .desktop\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .desktop\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .desktop\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .desktop\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .desktop\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .desktop\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .desktop\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .desktop\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .desktop\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .desktop\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .desktop\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .desktop\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .desktop\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .desktop\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .desktop\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .desktop\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .desktop\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .desktop\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .desktop\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .desktop\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .desktop\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .desktop\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .desktop\:bg-current {
    background-color: currentColor !important;
  }

  .desktop\:bg-transparent {
    background-color: transparent !important;
  }

  .desktop\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-lightgrey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .desktop\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .desktop\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:bg-lightgrey {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .desktop\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .desktop\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-grey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus-within\:bg-lightgrey:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .desktop\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .desktop\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-grey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .desktop\:hover\:bg-lightgrey:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .desktop\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .desktop\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-grey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .desktop\:focus\:bg-lightgrey:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .desktop\:active\:bg-current:active {
    background-color: currentColor !important;
  }

  .desktop\:active\:bg-transparent:active {
    background-color: transparent !important;
  }

  .desktop\:active\:bg-white:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .desktop\:active\:bg-grey:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 112, 112, var(--tw-bg-opacity)) !important;
  }

  .desktop\:active\:bg-lightgrey:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 26, 26, var(--tw-bg-opacity)) !important;
  }

  .desktop\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .desktop\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .desktop\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .desktop\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .desktop\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .desktop\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .desktop\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .desktop\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .desktop\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .desktop\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .desktop\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .desktop\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .desktop\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .desktop\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .desktop\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .desktop\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .desktop\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .desktop\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .desktop\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .desktop\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .desktop\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .desktop\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .desktop\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .desktop\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .desktop\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .desktop\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .desktop\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .desktop\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .desktop\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .desktop\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .desktop\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .desktop\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .desktop\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .desktop\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .desktop\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .desktop\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .desktop\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .desktop\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .desktop\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .desktop\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .desktop\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .desktop\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .desktop\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .desktop\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .desktop\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .desktop\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .desktop\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .desktop\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .desktop\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .desktop\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .desktop\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .desktop\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .desktop\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .desktop\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .desktop\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .desktop\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .desktop\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .desktop\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .desktop\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .desktop\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .desktop\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .desktop\:bg-none {
    background-image: none !important;
  }

  .desktop\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .desktop\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .desktop\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:from-grey {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .desktop\:from-lightgrey {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .desktop\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:from-grey:hover {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .desktop\:hover\:from-lightgrey:hover {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .desktop\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:from-grey:focus {
    --tw-gradient-from: #707070 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .desktop\:focus\:from-lightgrey:focus {
    --tw-gradient-from: #1A1A1A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .desktop\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:via-grey {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .desktop\:via-lightgrey {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .desktop\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:hover\:via-grey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .desktop\:hover\:via-lightgrey:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .desktop\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .desktop\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .desktop\:focus\:via-grey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #707070, var(--tw-gradient-to, rgba(112, 112, 112, 0)) !important;
  }

  .desktop\:focus\:via-lightgrey:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A1A1A, var(--tw-gradient-to, rgba(26, 26, 26, 0)) !important;
  }

  .desktop\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .desktop\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .desktop\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .desktop\:to-grey {
    --tw-gradient-to: #707070 !important;
  }

  .desktop\:to-lightgrey {
    --tw-gradient-to: #1A1A1A !important;
  }

  .desktop\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .desktop\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .desktop\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .desktop\:hover\:to-grey:hover {
    --tw-gradient-to: #707070 !important;
  }

  .desktop\:hover\:to-lightgrey:hover {
    --tw-gradient-to: #1A1A1A !important;
  }

  .desktop\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .desktop\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .desktop\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .desktop\:focus\:to-grey:focus {
    --tw-gradient-to: #707070 !important;
  }

  .desktop\:focus\:to-lightgrey:focus {
    --tw-gradient-to: #1A1A1A !important;
  }

  .desktop\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .desktop\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .desktop\:bg-auto {
    background-size: auto !important;
  }

  .desktop\:bg-cover {
    background-size: cover !important;
  }

  .desktop\:bg-contain {
    background-size: contain !important;
  }

  .desktop\:bg-fixed {
    background-attachment: fixed !important;
  }

  .desktop\:bg-local {
    background-attachment: local !important;
  }

  .desktop\:bg-scroll {
    background-attachment: scroll !important;
  }

  .desktop\:bg-clip-border {
    background-clip: border-box !important;
  }

  .desktop\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .desktop\:bg-clip-content {
    background-clip: content-box !important;
  }

  .desktop\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .desktop\:bg-bottom {
    background-position: bottom !important;
  }

  .desktop\:bg-center {
    background-position: center !important;
  }

  .desktop\:bg-left {
    background-position: left !important;
  }

  .desktop\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .desktop\:bg-left-top {
    background-position: left top !important;
  }

  .desktop\:bg-right {
    background-position: right !important;
  }

  .desktop\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .desktop\:bg-right-top {
    background-position: right top !important;
  }

  .desktop\:bg-top {
    background-position: top !important;
  }

  .desktop\:bg-repeat {
    background-repeat: repeat !important;
  }

  .desktop\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .desktop\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .desktop\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .desktop\:bg-repeat-round {
    background-repeat: round !important;
  }

  .desktop\:bg-repeat-space {
    background-repeat: space !important;
  }

  .desktop\:bg-origin-border {
    background-origin: border-box !important;
  }

  .desktop\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .desktop\:bg-origin-content {
    background-origin: content-box !important;
  }

  .desktop\:fill-current {
    fill: currentColor !important;
  }

  .desktop\:stroke-current {
    stroke: currentColor !important;
  }

  .desktop\:stroke-0 {
    stroke-width: 0 !important;
  }

  .desktop\:stroke-1 {
    stroke-width: 1 !important;
  }

  .desktop\:stroke-2 {
    stroke-width: 2 !important;
  }

  .desktop\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .desktop\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .desktop\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .desktop\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .desktop\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .desktop\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .desktop\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .desktop\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .desktop\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .desktop\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .desktop\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .desktop\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .desktop\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .desktop\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .desktop\:p-0 {
    padding: 0px !important;
  }

  .desktop\:p-1 {
    padding: 4px !important;
  }

  .desktop\:p-2 {
    padding: 8px !important;
  }

  .desktop\:p-3 {
    padding: 3px !important;
  }

  .desktop\:p-4 {
    padding: 4px !important;
  }

  .desktop\:p-5 {
    padding: 5px !important;
  }

  .desktop\:p-7 {
    padding: 7px !important;
  }

  .desktop\:p-8 {
    padding: 8px !important;
  }

  .desktop\:p-10 {
    padding: 10px !important;
  }

  .desktop\:p-11 {
    padding: 11px !important;
  }

  .desktop\:p-12 {
    padding: 12px !important;
  }

  .desktop\:p-15 {
    padding: 15px !important;
  }

  .desktop\:p-18 {
    padding: 18px !important;
  }

  .desktop\:p-20 {
    padding: 20px !important;
  }

  .desktop\:p-22 {
    padding: 22px !important;
  }

  .desktop\:p-24 {
    padding: 24px !important;
  }

  .desktop\:p-25 {
    padding: 25px !important;
  }

  .desktop\:p-26 {
    padding: 26px !important;
  }

  .desktop\:p-28 {
    padding: 28px !important;
  }

  .desktop\:p-30 {
    padding: 30px !important;
  }

  .desktop\:p-32 {
    padding: 32px !important;
  }

  .desktop\:p-34 {
    padding: 34px !important;
  }

  .desktop\:p-35 {
    padding: 35px !important;
  }

  .desktop\:p-40 {
    padding: 40px !important;
  }

  .desktop\:p-45 {
    padding: 45px !important;
  }

  .desktop\:p-50 {
    padding: 50px !important;
  }

  .desktop\:p-54 {
    padding: 54px !important;
  }

  .desktop\:p-55 {
    padding: 55px !important;
  }

  .desktop\:p-56 {
    padding: 56px !important;
  }

  .desktop\:p-60 {
    padding: 60px !important;
  }

  .desktop\:p-65 {
    padding: 65px !important;
  }

  .desktop\:p-70 {
    padding: 70px !important;
  }

  .desktop\:p-75 {
    padding: 75px !important;
  }

  .desktop\:p-80 {
    padding: 80px !important;
  }

  .desktop\:p-85 {
    padding: 85px !important;
  }

  .desktop\:p-90 {
    padding: 90px !important;
  }

  .desktop\:p-100 {
    padding: 100px !important;
  }

  .desktop\:p-120 {
    padding: 120px !important;
  }

  .desktop\:p-125 {
    padding: 125px !important;
  }

  .desktop\:p-130 {
    padding: 130px !important;
  }

  .desktop\:p-140 {
    padding: 140px !important;
  }

  .desktop\:p-150 {
    padding: 150px !important;
  }

  .desktop\:p-175 {
    padding: 175px !important;
  }

  .desktop\:p-200 {
    padding: 200px !important;
  }

  .desktop\:p-220 {
    padding: 220px !important;
  }

  .desktop\:p-275 {
    padding: 275px !important;
  }

  .desktop\:p-300 {
    padding: 300px !important;
  }

  .desktop\:p-375 {
    padding: 375px !important;
  }

  .desktop\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .desktop\:px-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .desktop\:px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .desktop\:px-3 {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .desktop\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .desktop\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .desktop\:px-7 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .desktop\:px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .desktop\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .desktop\:px-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }

  .desktop\:px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .desktop\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .desktop\:px-18 {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .desktop\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .desktop\:px-22 {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .desktop\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .desktop\:px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .desktop\:px-26 {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  .desktop\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

  .desktop\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .desktop\:px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .desktop\:px-34 {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .desktop\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .desktop\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .desktop\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }

  .desktop\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .desktop\:px-54 {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }

  .desktop\:px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .desktop\:px-56 {
    padding-left: 56px !important;
    padding-right: 56px !important;
  }

  .desktop\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .desktop\:px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }

  .desktop\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .desktop\:px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .desktop\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .desktop\:px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }

  .desktop\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .desktop\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .desktop\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .desktop\:px-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }

  .desktop\:px-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .desktop\:px-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .desktop\:px-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .desktop\:px-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }

  .desktop\:px-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

  .desktop\:px-220 {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }

  .desktop\:px-275 {
    padding-left: 275px !important;
    padding-right: 275px !important;
  }

  .desktop\:px-300 {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }

  .desktop\:px-375 {
    padding-left: 375px !important;
    padding-right: 375px !important;
  }

  .desktop\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .desktop\:py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .desktop\:py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .desktop\:py-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .desktop\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .desktop\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .desktop\:py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  .desktop\:py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .desktop\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .desktop\:py-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }

  .desktop\:py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .desktop\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .desktop\:py-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .desktop\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .desktop\:py-22 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .desktop\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .desktop\:py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .desktop\:py-26 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }

  .desktop\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .desktop\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .desktop\:py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .desktop\:py-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .desktop\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }

  .desktop\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .desktop\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .desktop\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .desktop\:py-54 {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .desktop\:py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .desktop\:py-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .desktop\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .desktop\:py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }

  .desktop\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .desktop\:py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .desktop\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .desktop\:py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }

  .desktop\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .desktop\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .desktop\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .desktop\:py-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }

  .desktop\:py-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .desktop\:py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .desktop\:py-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .desktop\:py-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }

  .desktop\:py-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .desktop\:py-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .desktop\:py-275 {
    padding-top: 275px !important;
    padding-bottom: 275px !important;
  }

  .desktop\:py-300 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }

  .desktop\:py-375 {
    padding-top: 375px !important;
    padding-bottom: 375px !important;
  }

  .desktop\:pt-0 {
    padding-top: 0px !important;
  }

  .desktop\:pt-1 {
    padding-top: 4px !important;
  }

  .desktop\:pt-2 {
    padding-top: 8px !important;
  }

  .desktop\:pt-3 {
    padding-top: 3px !important;
  }

  .desktop\:pt-4 {
    padding-top: 4px !important;
  }

  .desktop\:pt-5 {
    padding-top: 5px !important;
  }

  .desktop\:pt-7 {
    padding-top: 7px !important;
  }

  .desktop\:pt-8 {
    padding-top: 8px !important;
  }

  .desktop\:pt-10 {
    padding-top: 10px !important;
  }

  .desktop\:pt-11 {
    padding-top: 11px !important;
  }

  .desktop\:pt-12 {
    padding-top: 12px !important;
  }

  .desktop\:pt-15 {
    padding-top: 15px !important;
  }

  .desktop\:pt-18 {
    padding-top: 18px !important;
  }

  .desktop\:pt-20 {
    padding-top: 20px !important;
  }

  .desktop\:pt-22 {
    padding-top: 22px !important;
  }

  .desktop\:pt-24 {
    padding-top: 24px !important;
  }

  .desktop\:pt-25 {
    padding-top: 25px !important;
  }

  .desktop\:pt-26 {
    padding-top: 26px !important;
  }

  .desktop\:pt-28 {
    padding-top: 28px !important;
  }

  .desktop\:pt-30 {
    padding-top: 30px !important;
  }

  .desktop\:pt-32 {
    padding-top: 32px !important;
  }

  .desktop\:pt-34 {
    padding-top: 34px !important;
  }

  .desktop\:pt-35 {
    padding-top: 35px !important;
  }

  .desktop\:pt-40 {
    padding-top: 40px !important;
  }

  .desktop\:pt-45 {
    padding-top: 45px !important;
  }

  .desktop\:pt-50 {
    padding-top: 50px !important;
  }

  .desktop\:pt-54 {
    padding-top: 54px !important;
  }

  .desktop\:pt-55 {
    padding-top: 55px !important;
  }

  .desktop\:pt-56 {
    padding-top: 56px !important;
  }

  .desktop\:pt-60 {
    padding-top: 60px !important;
  }

  .desktop\:pt-65 {
    padding-top: 65px !important;
  }

  .desktop\:pt-70 {
    padding-top: 70px !important;
  }

  .desktop\:pt-75 {
    padding-top: 75px !important;
  }

  .desktop\:pt-80 {
    padding-top: 80px !important;
  }

  .desktop\:pt-85 {
    padding-top: 85px !important;
  }

  .desktop\:pt-90 {
    padding-top: 90px !important;
  }

  .desktop\:pt-100 {
    padding-top: 100px !important;
  }

  .desktop\:pt-120 {
    padding-top: 120px !important;
  }

  .desktop\:pt-125 {
    padding-top: 125px !important;
  }

  .desktop\:pt-130 {
    padding-top: 130px !important;
  }

  .desktop\:pt-140 {
    padding-top: 140px !important;
  }

  .desktop\:pt-150 {
    padding-top: 150px !important;
  }

  .desktop\:pt-175 {
    padding-top: 175px !important;
  }

  .desktop\:pt-200 {
    padding-top: 200px !important;
  }

  .desktop\:pt-220 {
    padding-top: 220px !important;
  }

  .desktop\:pt-275 {
    padding-top: 275px !important;
  }

  .desktop\:pt-300 {
    padding-top: 300px !important;
  }

  .desktop\:pt-375 {
    padding-top: 375px !important;
  }

  .desktop\:pr-0 {
    padding-right: 0px !important;
  }

  .desktop\:pr-1 {
    padding-right: 4px !important;
  }

  .desktop\:pr-2 {
    padding-right: 8px !important;
  }

  .desktop\:pr-3 {
    padding-right: 3px !important;
  }

  .desktop\:pr-4 {
    padding-right: 4px !important;
  }

  .desktop\:pr-5 {
    padding-right: 5px !important;
  }

  .desktop\:pr-7 {
    padding-right: 7px !important;
  }

  .desktop\:pr-8 {
    padding-right: 8px !important;
  }

  .desktop\:pr-10 {
    padding-right: 10px !important;
  }

  .desktop\:pr-11 {
    padding-right: 11px !important;
  }

  .desktop\:pr-12 {
    padding-right: 12px !important;
  }

  .desktop\:pr-15 {
    padding-right: 15px !important;
  }

  .desktop\:pr-18 {
    padding-right: 18px !important;
  }

  .desktop\:pr-20 {
    padding-right: 20px !important;
  }

  .desktop\:pr-22 {
    padding-right: 22px !important;
  }

  .desktop\:pr-24 {
    padding-right: 24px !important;
  }

  .desktop\:pr-25 {
    padding-right: 25px !important;
  }

  .desktop\:pr-26 {
    padding-right: 26px !important;
  }

  .desktop\:pr-28 {
    padding-right: 28px !important;
  }

  .desktop\:pr-30 {
    padding-right: 30px !important;
  }

  .desktop\:pr-32 {
    padding-right: 32px !important;
  }

  .desktop\:pr-34 {
    padding-right: 34px !important;
  }

  .desktop\:pr-35 {
    padding-right: 35px !important;
  }

  .desktop\:pr-40 {
    padding-right: 40px !important;
  }

  .desktop\:pr-45 {
    padding-right: 45px !important;
  }

  .desktop\:pr-50 {
    padding-right: 50px !important;
  }

  .desktop\:pr-54 {
    padding-right: 54px !important;
  }

  .desktop\:pr-55 {
    padding-right: 55px !important;
  }

  .desktop\:pr-56 {
    padding-right: 56px !important;
  }

  .desktop\:pr-60 {
    padding-right: 60px !important;
  }

  .desktop\:pr-65 {
    padding-right: 65px !important;
  }

  .desktop\:pr-70 {
    padding-right: 70px !important;
  }

  .desktop\:pr-75 {
    padding-right: 75px !important;
  }

  .desktop\:pr-80 {
    padding-right: 80px !important;
  }

  .desktop\:pr-85 {
    padding-right: 85px !important;
  }

  .desktop\:pr-90 {
    padding-right: 90px !important;
  }

  .desktop\:pr-100 {
    padding-right: 100px !important;
  }

  .desktop\:pr-120 {
    padding-right: 120px !important;
  }

  .desktop\:pr-125 {
    padding-right: 125px !important;
  }

  .desktop\:pr-130 {
    padding-right: 130px !important;
  }

  .desktop\:pr-140 {
    padding-right: 140px !important;
  }

  .desktop\:pr-150 {
    padding-right: 150px !important;
  }

  .desktop\:pr-175 {
    padding-right: 175px !important;
  }

  .desktop\:pr-200 {
    padding-right: 200px !important;
  }

  .desktop\:pr-220 {
    padding-right: 220px !important;
  }

  .desktop\:pr-275 {
    padding-right: 275px !important;
  }

  .desktop\:pr-300 {
    padding-right: 300px !important;
  }

  .desktop\:pr-375 {
    padding-right: 375px !important;
  }

  .desktop\:pb-0 {
    padding-bottom: 0px !important;
  }

  .desktop\:pb-1 {
    padding-bottom: 4px !important;
  }

  .desktop\:pb-2 {
    padding-bottom: 8px !important;
  }

  .desktop\:pb-3 {
    padding-bottom: 3px !important;
  }

  .desktop\:pb-4 {
    padding-bottom: 4px !important;
  }

  .desktop\:pb-5 {
    padding-bottom: 5px !important;
  }

  .desktop\:pb-7 {
    padding-bottom: 7px !important;
  }

  .desktop\:pb-8 {
    padding-bottom: 8px !important;
  }

  .desktop\:pb-10 {
    padding-bottom: 10px !important;
  }

  .desktop\:pb-11 {
    padding-bottom: 11px !important;
  }

  .desktop\:pb-12 {
    padding-bottom: 12px !important;
  }

  .desktop\:pb-15 {
    padding-bottom: 15px !important;
  }

  .desktop\:pb-18 {
    padding-bottom: 18px !important;
  }

  .desktop\:pb-20 {
    padding-bottom: 20px !important;
  }

  .desktop\:pb-22 {
    padding-bottom: 22px !important;
  }

  .desktop\:pb-24 {
    padding-bottom: 24px !important;
  }

  .desktop\:pb-25 {
    padding-bottom: 25px !important;
  }

  .desktop\:pb-26 {
    padding-bottom: 26px !important;
  }

  .desktop\:pb-28 {
    padding-bottom: 28px !important;
  }

  .desktop\:pb-30 {
    padding-bottom: 30px !important;
  }

  .desktop\:pb-32 {
    padding-bottom: 32px !important;
  }

  .desktop\:pb-34 {
    padding-bottom: 34px !important;
  }

  .desktop\:pb-35 {
    padding-bottom: 35px !important;
  }

  .desktop\:pb-40 {
    padding-bottom: 40px !important;
  }

  .desktop\:pb-45 {
    padding-bottom: 45px !important;
  }

  .desktop\:pb-50 {
    padding-bottom: 50px !important;
  }

  .desktop\:pb-54 {
    padding-bottom: 54px !important;
  }

  .desktop\:pb-55 {
    padding-bottom: 55px !important;
  }

  .desktop\:pb-56 {
    padding-bottom: 56px !important;
  }

  .desktop\:pb-60 {
    padding-bottom: 60px !important;
  }

  .desktop\:pb-65 {
    padding-bottom: 65px !important;
  }

  .desktop\:pb-70 {
    padding-bottom: 70px !important;
  }

  .desktop\:pb-75 {
    padding-bottom: 75px !important;
  }

  .desktop\:pb-80 {
    padding-bottom: 80px !important;
  }

  .desktop\:pb-85 {
    padding-bottom: 85px !important;
  }

  .desktop\:pb-90 {
    padding-bottom: 90px !important;
  }

  .desktop\:pb-100 {
    padding-bottom: 100px !important;
  }

  .desktop\:pb-120 {
    padding-bottom: 120px !important;
  }

  .desktop\:pb-125 {
    padding-bottom: 125px !important;
  }

  .desktop\:pb-130 {
    padding-bottom: 130px !important;
  }

  .desktop\:pb-140 {
    padding-bottom: 140px !important;
  }

  .desktop\:pb-150 {
    padding-bottom: 150px !important;
  }

  .desktop\:pb-175 {
    padding-bottom: 175px !important;
  }

  .desktop\:pb-200 {
    padding-bottom: 200px !important;
  }

  .desktop\:pb-220 {
    padding-bottom: 220px !important;
  }

  .desktop\:pb-275 {
    padding-bottom: 275px !important;
  }

  .desktop\:pb-300 {
    padding-bottom: 300px !important;
  }

  .desktop\:pb-375 {
    padding-bottom: 375px !important;
  }

  .desktop\:pl-0 {
    padding-left: 0px !important;
  }

  .desktop\:pl-1 {
    padding-left: 4px !important;
  }

  .desktop\:pl-2 {
    padding-left: 8px !important;
  }

  .desktop\:pl-3 {
    padding-left: 3px !important;
  }

  .desktop\:pl-4 {
    padding-left: 4px !important;
  }

  .desktop\:pl-5 {
    padding-left: 5px !important;
  }

  .desktop\:pl-7 {
    padding-left: 7px !important;
  }

  .desktop\:pl-8 {
    padding-left: 8px !important;
  }

  .desktop\:pl-10 {
    padding-left: 10px !important;
  }

  .desktop\:pl-11 {
    padding-left: 11px !important;
  }

  .desktop\:pl-12 {
    padding-left: 12px !important;
  }

  .desktop\:pl-15 {
    padding-left: 15px !important;
  }

  .desktop\:pl-18 {
    padding-left: 18px !important;
  }

  .desktop\:pl-20 {
    padding-left: 20px !important;
  }

  .desktop\:pl-22 {
    padding-left: 22px !important;
  }

  .desktop\:pl-24 {
    padding-left: 24px !important;
  }

  .desktop\:pl-25 {
    padding-left: 25px !important;
  }

  .desktop\:pl-26 {
    padding-left: 26px !important;
  }

  .desktop\:pl-28 {
    padding-left: 28px !important;
  }

  .desktop\:pl-30 {
    padding-left: 30px !important;
  }

  .desktop\:pl-32 {
    padding-left: 32px !important;
  }

  .desktop\:pl-34 {
    padding-left: 34px !important;
  }

  .desktop\:pl-35 {
    padding-left: 35px !important;
  }

  .desktop\:pl-40 {
    padding-left: 40px !important;
  }

  .desktop\:pl-45 {
    padding-left: 45px !important;
  }

  .desktop\:pl-50 {
    padding-left: 50px !important;
  }

  .desktop\:pl-54 {
    padding-left: 54px !important;
  }

  .desktop\:pl-55 {
    padding-left: 55px !important;
  }

  .desktop\:pl-56 {
    padding-left: 56px !important;
  }

  .desktop\:pl-60 {
    padding-left: 60px !important;
  }

  .desktop\:pl-65 {
    padding-left: 65px !important;
  }

  .desktop\:pl-70 {
    padding-left: 70px !important;
  }

  .desktop\:pl-75 {
    padding-left: 75px !important;
  }

  .desktop\:pl-80 {
    padding-left: 80px !important;
  }

  .desktop\:pl-85 {
    padding-left: 85px !important;
  }

  .desktop\:pl-90 {
    padding-left: 90px !important;
  }

  .desktop\:pl-100 {
    padding-left: 100px !important;
  }

  .desktop\:pl-120 {
    padding-left: 120px !important;
  }

  .desktop\:pl-125 {
    padding-left: 125px !important;
  }

  .desktop\:pl-130 {
    padding-left: 130px !important;
  }

  .desktop\:pl-140 {
    padding-left: 140px !important;
  }

  .desktop\:pl-150 {
    padding-left: 150px !important;
  }

  .desktop\:pl-175 {
    padding-left: 175px !important;
  }

  .desktop\:pl-200 {
    padding-left: 200px !important;
  }

  .desktop\:pl-220 {
    padding-left: 220px !important;
  }

  .desktop\:pl-275 {
    padding-left: 275px !important;
  }

  .desktop\:pl-300 {
    padding-left: 300px !important;
  }

  .desktop\:pl-375 {
    padding-left: 375px !important;
  }

  .desktop\:text-left {
    text-align: left !important;
  }

  .desktop\:text-center {
    text-align: center !important;
  }

  .desktop\:text-right {
    text-align: right !important;
  }

  .desktop\:text-justify {
    text-align: justify !important;
  }

  .desktop\:align-baseline {
    vertical-align: baseline !important;
  }

  .desktop\:align-top {
    vertical-align: top !important;
  }

  .desktop\:align-middle {
    vertical-align: middle !important;
  }

  .desktop\:align-bottom {
    vertical-align: bottom !important;
  }

  .desktop\:align-text-top {
    vertical-align: text-top !important;
  }

  .desktop\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .desktop\:font-default {
    font-family: Proxima Nova !important;
  }

  .desktop\:text-p12 {
    font-size: 12px !important;
  }

  .desktop\:text-p13 {
    font-size: 13px !important;
  }

  .desktop\:text-p14 {
    font-size: 14px !important;
  }

  .desktop\:text-p15 {
    font-size: 15px !important;
  }

  .desktop\:text-p16 {
    font-size: 16px !important;
  }

  .desktop\:text-p18 {
    font-size: 18px !important;
  }

  .desktop\:text-p20 {
    font-size: 20px !important;
  }

  .desktop\:text-p24 {
    font-size: 24px !important;
  }

  .desktop\:text-h22 {
    font-size: 22px !important;
  }

  .desktop\:text-h24 {
    font-size: 24px !important;
  }

  .desktop\:text-h26 {
    font-size: 26px !important;
  }

  .desktop\:text-h28 {
    font-size: 28px !important;
  }

  .desktop\:text-h30 {
    font-size: 30px !important;
  }

  .desktop\:text-h34 {
    font-size: 34px !important;
  }

  .desktop\:text-h36 {
    font-size: 36px !important;
  }

  .desktop\:text-h40 {
    font-size: 40px !important;
  }

  .desktop\:text-h50 {
    font-size: 50px !important;
  }

  .desktop\:text-h60 {
    font-size: 60px !important;
  }

  .desktop\:text-h70 {
    font-size: 70px !important;
  }

  .desktop\:text-h75 {
    font-size: 75px !important;
  }

  .desktop\:font-thin {
    font-weight: 100 !important;
  }

  .desktop\:font-extralight {
    font-weight: 200 !important;
  }

  .desktop\:font-light {
    font-weight: 300 !important;
  }

  .desktop\:font-normal {
    font-weight: 400 !important;
  }

  .desktop\:font-medium {
    font-weight: 500 !important;
  }

  .desktop\:font-semibold {
    font-weight: 600 !important;
  }

  .desktop\:font-bold {
    font-weight: 700 !important;
  }

  .desktop\:font-extrabold {
    font-weight: 800 !important;
  }

  .desktop\:font-black {
    font-weight: 900 !important;
  }

  .desktop\:hover\:font-thin:hover {
    font-weight: 100 !important;
  }

  .desktop\:hover\:font-extralight:hover {
    font-weight: 200 !important;
  }

  .desktop\:hover\:font-light:hover {
    font-weight: 300 !important;
  }

  .desktop\:hover\:font-normal:hover {
    font-weight: 400 !important;
  }

  .desktop\:hover\:font-medium:hover {
    font-weight: 500 !important;
  }

  .desktop\:hover\:font-semibold:hover {
    font-weight: 600 !important;
  }

  .desktop\:hover\:font-bold:hover {
    font-weight: 700 !important;
  }

  .desktop\:hover\:font-extrabold:hover {
    font-weight: 800 !important;
  }

  .desktop\:hover\:font-black:hover {
    font-weight: 900 !important;
  }

  .desktop\:active\:font-thin:active {
    font-weight: 100 !important;
  }

  .desktop\:active\:font-extralight:active {
    font-weight: 200 !important;
  }

  .desktop\:active\:font-light:active {
    font-weight: 300 !important;
  }

  .desktop\:active\:font-normal:active {
    font-weight: 400 !important;
  }

  .desktop\:active\:font-medium:active {
    font-weight: 500 !important;
  }

  .desktop\:active\:font-semibold:active {
    font-weight: 600 !important;
  }

  .desktop\:active\:font-bold:active {
    font-weight: 700 !important;
  }

  .desktop\:active\:font-extrabold:active {
    font-weight: 800 !important;
  }

  .desktop\:active\:font-black:active {
    font-weight: 900 !important;
  }

  .desktop\:uppercase {
    text-transform: uppercase !important;
  }

  .desktop\:lowercase {
    text-transform: lowercase !important;
  }

  .desktop\:capitalize {
    text-transform: capitalize !important;
  }

  .desktop\:normal-case {
    text-transform: none !important;
  }

  .desktop\:italic {
    font-style: italic !important;
  }

  .desktop\:not-italic {
    font-style: normal !important;
  }

  .desktop\:ordinal, .desktop\:slashed-zero, .desktop\:lining-nums, .desktop\:oldstyle-nums, .desktop\:proportional-nums, .desktop\:tabular-nums, .desktop\:diagonal-fractions, .desktop\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .desktop\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .desktop\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .desktop\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .desktop\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .desktop\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .desktop\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .desktop\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .desktop\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .desktop\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .desktop\:leading-15 {
    line-height: 1.5 !important;
  }

  .desktop\:leading-16 {
    line-height: 16px !important;
  }

  .desktop\:leading-20 {
    line-height: 20px !important;
  }

  .desktop\:leading-22 {
    line-height: 22px !important;
  }

  .desktop\:leading-24 {
    line-height: 24px !important;
  }

  .desktop\:leading-26 {
    line-height: 26px !important;
  }

  .desktop\:leading-27 {
    line-height: 27px !important;
  }

  .desktop\:leading-28 {
    line-height: 28px !important;
  }

  .desktop\:leading-30 {
    line-height: 30px !important;
  }

  .desktop\:leading-32 {
    line-height: 32px !important;
  }

  .desktop\:leading-34 {
    line-height: 34px !important;
  }

  .desktop\:leading-36 {
    line-height: 36px !important;
  }

  .desktop\:leading-40 {
    line-height: 40px !important;
  }

  .desktop\:leading-48 {
    line-height: 48px !important;
  }

  .desktop\:leading-50 {
    line-height: 52px !important;
  }

  .desktop\:leading-54 {
    line-height: 54px !important;
  }

  .desktop\:leading-56 {
    line-height: 56px !important;
  }

  .desktop\:leading-60 {
    line-height: 60px !important;
  }

  .desktop\:leading-67 {
    line-height: 67px !important;
  }

  .desktop\:leading-75 {
    line-height: 75px !important;
  }

  .desktop\:leading-78 {
    line-height: 78px !important;
  }

  .desktop\:leading-90 {
    line-height: 90px !important;
  }

  .desktop\:leading-none {
    line-height: 1 !important;
  }

  .desktop\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .desktop\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .desktop\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .desktop\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .desktop\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .desktop\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .desktop\:text-current {
    color: currentColor !important;
  }

  .desktop\:text-transparent {
    color: transparent !important;
  }

  .desktop\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-lightgrey {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .desktop\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .desktop\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-grey {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .desktop\:group-hover\:text-lightgrey {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .desktop\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .desktop\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-grey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus-within\:text-lightgrey:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .desktop\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .desktop\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-grey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .desktop\:hover\:text-lightgrey:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .desktop\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .desktop\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-grey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-text-opacity)) !important;
  }

  .desktop\:focus\:text-lightgrey:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-text-opacity)) !important;
  }

  .desktop\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .desktop\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .desktop\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .desktop\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .desktop\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .desktop\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .desktop\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .desktop\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .desktop\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .desktop\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .desktop\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .desktop\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .desktop\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .desktop\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .desktop\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .desktop\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .desktop\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .desktop\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .desktop\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .desktop\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .desktop\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .desktop\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .desktop\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .desktop\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .desktop\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .desktop\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .desktop\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .desktop\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .desktop\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .desktop\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .desktop\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .desktop\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .desktop\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .desktop\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .desktop\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .desktop\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .desktop\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .desktop\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .desktop\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .desktop\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .desktop\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .desktop\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .desktop\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .desktop\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .desktop\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .desktop\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .desktop\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .desktop\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .desktop\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .desktop\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .desktop\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .desktop\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .desktop\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .desktop\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .desktop\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .desktop\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .desktop\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .desktop\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .desktop\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .desktop\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .desktop\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .desktop\:underline {
    text-decoration: underline !important;
  }

  .desktop\:line-through {
    text-decoration: line-through !important;
  }

  .desktop\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .desktop\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .desktop\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .desktop\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .desktop\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .desktop\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .desktop\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .desktop\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .desktop\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .desktop\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .desktop\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .desktop\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .desktop\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .desktop\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .desktop\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .desktop\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .desktop\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .desktop\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .desktop\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .desktop\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-grey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-lightgrey::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-lightgrey::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .desktop\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .desktop\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .desktop\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .desktop\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-grey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 112, 112, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-lightgrey:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:focus\:placeholder-lightgrey:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 26, 26, var(--tw-placeholder-opacity)) !important;
  }

  .desktop\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .desktop\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .desktop\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .desktop\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .desktop\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .desktop\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .desktop\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .desktop\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .desktop\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .desktop\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .desktop\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .desktop\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .desktop\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .desktop\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .desktop\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .desktop\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .desktop\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .desktop\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .desktop\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .desktop\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .desktop\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .desktop\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .desktop\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .desktop\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .desktop\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .desktop\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .desktop\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .desktop\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .desktop\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .desktop\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .desktop\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .desktop\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .desktop\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .desktop\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .desktop\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .desktop\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .desktop\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .desktop\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .desktop\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .desktop\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .desktop\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .desktop\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .desktop\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .desktop\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .desktop\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .desktop\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .desktop\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .desktop\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .desktop\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .desktop\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .desktop\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .desktop\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .desktop\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .desktop\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .desktop\:opacity-0 {
    opacity: 0 !important;
  }

  .desktop\:opacity-5 {
    opacity: 0.05 !important;
  }

  .desktop\:opacity-10 {
    opacity: 0.1 !important;
  }

  .desktop\:opacity-20 {
    opacity: 0.2 !important;
  }

  .desktop\:opacity-25 {
    opacity: 0.25 !important;
  }

  .desktop\:opacity-30 {
    opacity: 0.3 !important;
  }

  .desktop\:opacity-40 {
    opacity: 0.4 !important;
  }

  .desktop\:opacity-50 {
    opacity: 0.5 !important;
  }

  .desktop\:opacity-60 {
    opacity: 0.6 !important;
  }

  .desktop\:opacity-70 {
    opacity: 0.7 !important;
  }

  .desktop\:opacity-75 {
    opacity: 0.75 !important;
  }

  .desktop\:opacity-80 {
    opacity: 0.8 !important;
  }

  .desktop\:opacity-90 {
    opacity: 0.9 !important;
  }

  .desktop\:opacity-95 {
    opacity: 0.95 !important;
  }

  .desktop\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .desktop\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .desktop\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .desktop\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .desktop\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .desktop\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .desktop\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .desktop\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .desktop\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .desktop\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .desktop\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .desktop\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .desktop\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .desktop\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .desktop\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .desktop\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .desktop\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .desktop\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .desktop\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .desktop\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .desktop\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .desktop\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .desktop\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .desktop\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .desktop\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .desktop\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .desktop\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .desktop\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .desktop\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .desktop\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .desktop\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .desktop\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .desktop\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .desktop\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .desktop\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .desktop\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .desktop\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .desktop\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .desktop\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .desktop\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .desktop\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .desktop\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .desktop\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .desktop\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .desktop\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .desktop\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .desktop\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .desktop\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .desktop\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .desktop\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .desktop\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .desktop\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .desktop\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .desktop\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .desktop\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .desktop\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .desktop\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .desktop\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .desktop\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .desktop\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .desktop\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .desktop\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .desktop\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .desktop\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .desktop\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .desktop\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .desktop\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .desktop\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .desktop\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .desktop\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .desktop\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .desktop\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .desktop\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .desktop\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .desktop\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .desktop\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .desktop\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .desktop\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .desktop\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .desktop\:shadow-vs {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-sm {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-md {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-lg {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-xl {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:shadow-2xl {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-vs {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-sm {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-md {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-lg {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-xl {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .desktop\:group-hover\:shadow-2xl {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-vs:focus-within {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow:focus-within {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-vs:hover {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-sm:hover {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow:hover {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-md:hover {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-lg:hover {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-xl:hover {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:hover\:shadow-2xl:hover {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-vs:focus {
    --tw-shadow: 0px 2px 8px #0D073614 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-sm:focus {
    --tw-shadow: 0px 4px 10px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow:focus {
    --tw-shadow: 0px 10px 20px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-md:focus {
    --tw-shadow: 0px 20px 40px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-lg:focus {
    --tw-shadow: 0px 30px 60px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-xl:focus {
    --tw-shadow: 0px 40px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:focus\:shadow-2xl:focus {
    --tw-shadow: 0px 60px 80px #0D073629 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .desktop\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .desktop\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .desktop\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .desktop\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .desktop\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:ring-3 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus-within\:ring-3:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:focus\:ring-3:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\: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) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .desktop\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .desktop\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .desktop\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .desktop\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .desktop\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .desktop\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-grey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-lightgrey {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .desktop\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .desktop\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-grey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus-within\:ring-lightgrey:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .desktop\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .desktop\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-grey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 112, 112, var(--tw-ring-opacity)) !important;
  }

  .desktop\:focus\:ring-lightgrey:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 26, 26, var(--tw-ring-opacity)) !important;
  }

  .desktop\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .desktop\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .desktop\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .desktop\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .desktop\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .desktop\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .desktop\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .desktop\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .desktop\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .desktop\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .desktop\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .desktop\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .desktop\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .desktop\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .desktop\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .desktop\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .desktop\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .desktop\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .desktop\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .desktop\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .desktop\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .desktop\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .desktop\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .desktop\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .desktop\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .desktop\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .desktop\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .desktop\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .desktop\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .desktop\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .desktop\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .desktop\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .desktop\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .desktop\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .desktop\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .desktop\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .desktop\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .desktop\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .desktop\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .desktop\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .desktop\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .desktop\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .desktop\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .desktop\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .desktop\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .desktop\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .desktop\:ring-offset-3 {
    --tw-ring-offset-width: 3px !important;
  }

  .desktop\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .desktop\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .desktop\:focus-within\:ring-offset-3:focus-within {
    --tw-ring-offset-width: 3px !important;
  }

  .desktop\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .desktop\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .desktop\:focus\:ring-offset-3:focus {
    --tw-ring-offset-width: 3px !important;
  }

  .desktop\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .desktop\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .desktop\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .desktop\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .desktop\:ring-offset-grey {
    --tw-ring-offset-color: #707070 !important;
  }

  .desktop\:ring-offset-lightgrey {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .desktop\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .desktop\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .desktop\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .desktop\:focus-within\:ring-offset-grey:focus-within {
    --tw-ring-offset-color: #707070 !important;
  }

  .desktop\:focus-within\:ring-offset-lightgrey:focus-within {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .desktop\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .desktop\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .desktop\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .desktop\:focus\:ring-offset-grey:focus {
    --tw-ring-offset-color: #707070 !important;
  }

  .desktop\:focus\:ring-offset-lightgrey:focus {
    --tw-ring-offset-color: #1A1A1A !important;
  }

  .desktop\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    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) !important;
  }

  .desktop\:filter-none {
    filter: none !important;
  }

  .desktop\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .desktop\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .desktop\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .desktop\:blur {
    --tw-blur: blur(8px) !important;
  }

  .desktop\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .desktop\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .desktop\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .desktop\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .desktop\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .desktop\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .desktop\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .desktop\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .desktop\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .desktop\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .desktop\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .desktop\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .desktop\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .desktop\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .desktop\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .desktop\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .desktop\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .desktop\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .desktop\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .desktop\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .desktop\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .desktop\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .desktop\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .desktop\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.21)) !important;
  }

  .desktop\: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)) !important;
  }

  .desktop\: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)) !important;
  }

  .desktop\: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)) !important;
  }

  .desktop\: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)) !important;
  }

  .desktop\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .desktop\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .desktop\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .desktop\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .desktop\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .desktop\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .desktop\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .desktop\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .desktop\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .desktop\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .desktop\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .desktop\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .desktop\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .desktop\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .desktop\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .desktop\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .desktop\:invert {
    --tw-invert: invert(100%) !important;
  }

  .desktop\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .desktop\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .desktop\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .desktop\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .desktop\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .desktop\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .desktop\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .desktop\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            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) !important;
  }

  .desktop\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .desktop\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .desktop\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .desktop\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .desktop\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .desktop\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .desktop\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .desktop\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .desktop\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .desktop\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .desktop\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .desktop\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .desktop\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .desktop\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .desktop\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .desktop\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .desktop\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .desktop\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .desktop\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .desktop\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .desktop\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .desktop\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .desktop\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .desktop\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .desktop\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .desktop\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .desktop\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .desktop\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .desktop\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .desktop\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .desktop\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .desktop\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .desktop\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .desktop\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .desktop\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .desktop\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .desktop\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .desktop\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .desktop\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .desktop\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .desktop\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .desktop\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .desktop\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .desktop\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .desktop\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .desktop\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .desktop\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .desktop\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .desktop\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .desktop\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .desktop\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .desktop\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .desktop\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .desktop\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .desktop\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .desktop\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .desktop\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .desktop\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .desktop\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .desktop\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .desktop\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .desktop\:transition-none {
    transition-property: none !important;
  }

  .desktop\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .desktop\:delay-75 {
    transition-delay: 75ms !important;
  }

  .desktop\:delay-100 {
    transition-delay: 100ms !important;
  }

  .desktop\:delay-150 {
    transition-delay: 150ms !important;
  }

  .desktop\:delay-200 {
    transition-delay: 200ms !important;
  }

  .desktop\:delay-300 {
    transition-delay: 300ms !important;
  }

  .desktop\:delay-500 {
    transition-delay: 500ms !important;
  }

  .desktop\:delay-700 {
    transition-delay: 700ms !important;
  }

  .desktop\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .desktop\:duration-75 {
    transition-duration: 75ms !important;
  }

  .desktop\:duration-100 {
    transition-duration: 100ms !important;
  }

  .desktop\:duration-150 {
    transition-duration: 150ms !important;
  }

  .desktop\:duration-200 {
    transition-duration: 200ms !important;
  }

  .desktop\:duration-300 {
    transition-duration: 300ms !important;
  }

  .desktop\:duration-500 {
    transition-duration: 500ms !important;
  }

  .desktop\:duration-700 {
    transition-duration: 700ms !important;
  }

  .desktop\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .desktop\:ease-linear {
    transition-timing-function: linear !important;
  }

  .desktop\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .desktop\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .desktop\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}
